From 4cb202880c40130d4b28898bd6c2f01db0ddba72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=8E=E5=A4=A7=E4=BC=9F?= <391738758@qq.com> Date: Wed, 15 Jan 2020 11:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E6=85=A7=E9=87=91=E8=9E=8D-=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E4=BC=81=E4=B8=9A=E4=BF=A1=E7=94=A8=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/index.css | 561 ++++++++ .../img/bg.png | Bin 0 -> 243047 bytes .../img/border2.png | Bin 0 -> 7540 bytes .../img/btbg.png | Bin 0 -> 30748 bytes .../img/bthover.png | Bin 0 -> 4733 bytes .../img/escioc.png | Bin 0 -> 2925 bytes .../img/icon.png | Bin 0 -> 11714 bytes .../img/state.png | Bin 0 -> 6475 bytes .../img/state1.png | Bin 0 -> 6359 bytes .../img/state2.png | Bin 0 -> 6443 bytes .../img/tb_bg.png | Bin 0 -> 4959 bytes .../img/title.png | Bin 0 -> 9945 bytes .../img/titleioc.png | Bin 0 -> 3585 bytes .../img/user.png | Bin 0 -> 3075 bytes .../index.html | 85 ++ .../js/index.js | 1163 +++++++++++++++++ .../js/sanlian.js | 433 ++++++ .../libs/echarts.min.js | 1 + .../libs/jquery-1.12.4.min.js | 5 + .../sanlian.html | 273 ++++ .../xiangqing.html | 114 ++ 21 files changed, 2635 insertions(+) create mode 100644 智慧金融/银行企业信用风险实时监测/css/index.css create mode 100644 智慧金融/银行企业信用风险实时监测/img/bg.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/border2.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/btbg.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/bthover.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/escioc.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/icon.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/state.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/state1.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/state2.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/tb_bg.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/title.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/titleioc.png create mode 100644 智慧金融/银行企业信用风险实时监测/img/user.png create mode 100644 智慧金融/银行企业信用风险实时监测/index.html create mode 100644 智慧金融/银行企业信用风险实时监测/js/index.js create mode 100644 智慧金融/银行企业信用风险实时监测/js/sanlian.js create mode 100644 智慧金融/银行企业信用风险实时监测/libs/echarts.min.js create mode 100644 智慧金融/银行企业信用风险实时监测/libs/jquery-1.12.4.min.js create mode 100644 智慧金融/银行企业信用风险实时监测/sanlian.html create mode 100644 智慧金融/银行企业信用风险实时监测/xiangqing.html diff --git a/智慧金融/银行企业信用风险实时监测/css/index.css b/智慧金融/银行企业信用风险实时监测/css/index.css new file mode 100644 index 0000000..dcfa43c --- /dev/null +++ b/智慧金融/银行企业信用风险实时监测/css/index.css @@ -0,0 +1,561 @@ +/*重置默认的外边距和内边距*/ +*{ + margin:0; + padding:0; +} + ::-webkit-scrollbar +{ + width: 6px; + height: 6px; +} +::-webkit-scrollbar-track-piece +{ + background-color: #CCCCCC; + -webkit-border-radius: 6px; +} +::-webkit-scrollbar-thumb:vertical +{ + height: 5px; + background-color: #999999; + -webkit-border-radius: 6px; +} +::-webkit-scrollbar-thumb:horizontal +{ + width: 5px; + background-color: #CCCCCC; + -webkit-border-radius: 6px; +} +/*常用标签的样式重置*/ +i{ + font-style: normal; +} +a{ + text-decoration: none; +} +input{ + outline: none; + border:none; + + +} +li{ + list-style: none; +} +/*设定html和body的宽度为100%*/ +html,body{ + width:100%; + font: 14px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif; + -webkit-font-smoothing: antialiased; + color: #666; + height: 100%; +} +body{ + overflow: auto; +} +.wrap{ + background:url(../img/bg.png) no-repeat; + height: 1080px; + background-size: cover; + width: 1920px; +} +.wid_1820{ + width: 1820px; + height: 100%; + margin: 0 auto; +} + +.header{ + height: 55px; + padding-top: 15px; + font-size: 24px; + color: #fff; + display: flex; + align-items: center; + flex-direction: center; +} +.header p{ + width: 33.33%; + display: block; +} +.header p:nth-child(1)>span{ + background: rgba(255,255,255,0.1); + /* width:238px; */ + /* height:52px; + line-height: 52px; */ + padding: 15px 15px; + border-radius: 5px; + display: inline-block; + margin-top:10px; +} +.header p:nth-child(2){ + text-align: center; + font-size: 34px; +} +.header p:nth-child(3){ + text-align: right; +} +.header p:nth-child(3) span{ + background:url(../img/user.png) left center no-repeat; + padding-left: 20px; + color: #487bff; + font-size: 16px; + +} +.header p:nth-child(3) span a{ + margin-left:23px; + cursor: pointer; +} +.wid_1820 .title{ + margin-bottom: 25px; +} +.title{ + text-indent:35px; + margin-top:20px; + color:#fff; + font-size: 24px; + height: 33px; + line-height: 33px; + margin-bottom: 80px; +} +.hefont{ + cursor: pointer; +} +.title span{ + font-size: 18px; + line-height: 35px; + text-indent:35px; + font-weight: 100; + display: inline-block; +} +.ttbg{ + background:url(../img/btbg.png) left center no-repeat / 100% 100%; + position: absolute; + left:0; + top:61px; + width: 502px; + height: 64px; + line-height: 22px; + padding-top: 33px; + text-indent: 75px; +} +.ttbg span{ + text-indent:75px; +} +.ctitle{ + position: relative; + top:-38px; + left:35px; + font-weight: 500; + color: #fff; + font-size: 18px; +} +.content{ + border:1px solid #081f5a; + min-height: 860px; + position: relative; +} +div.content1{ + margin-top: 152px; + min-height: 810px; +} +div.content1 .guang{ + left:-25px; +} +.guang{ + position: absolute; + left:70px; + top:-13px; + width: 269px; + display: block; +} +.tb{ + width: 880px; + height: 397px; + + /* background:#0c0f2b url(../img/tb_bg.png) left center no-repeat;*/ + background: linear-gradient(to left, #003BCF, #003BCF) left top no-repeat, + linear-gradient(to bottom, #003BCF, #003BCF) left top no-repeat, + linear-gradient(to left, #003BCF, #003BCF) right top no-repeat, + linear-gradient(to bottom, #003BCF, #003BCF) right top no-repeat, + linear-gradient(to left, #003BCF, #003BCF) left bottom no-repeat, + linear-gradient(to bottom, #003BCF, #003BCF) left bottom no-repeat, + linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat, + linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat; + background-size: 2px 10px, 10px 2px, 2px 10px, 10px 2px; + background-color: #0B0F2A; + margin-top: 12px; + margin-bottom: 12px; + margin-left: 10px; + position: relative; +} +.tb_left{ + float: left; +} +.tb_right{ + float: right; + margin-right: 10px; +} +div.tb1{ + width: 525px; + /*margin-right: 10px;*/ + margin-top:50px; + background: none; +} +td{ + /*text-align: left !important;*/ +} +.heji{ + text-align: right; +} +div.tb2{ + width: 609px; + /*margin-right: 10px;*/ + margin-top:50px; + background: none; +} + +div.tb3{ + width: 621px; + margin-top:50px; + background: none; +} +.tb1 table,.tb2 table,.tb3 table{ + margin-top:20px; + /*background:#0c0f2b url(../img/tb_bg.png) left center no-repeat;*/ + background: linear-gradient(to left, #003BCF, #003BCF) left top no-repeat, + linear-gradient(to bottom, #003BCF, #003BCF) left top no-repeat, + linear-gradient(to left, #003BCF, #003BCF) right top no-repeat, + linear-gradient(to bottom, #003BCF, #003BCF) right top no-repeat, + linear-gradient(to left, #003BCF, #003BCF) left bottom no-repeat, + linear-gradient(to bottom, #003BCF, #003BCF) left bottom no-repeat, + linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat, + linear-gradient(to left, #003BCF, #003BCF) right bottom no-repeat; + background-size: 2px 10px, 10px 2px, 2px 10px, 10px 2px; + background-color: #0B0F2A; + padding:12px; +} +.tb .h3title{ + position: absolute; + top:-50px; + left:0px; + background-color: transparent; +} +.tb>h3{ + background:url(../img/titleioc.png) left center no-repeat; + text-indent: 27px; + margin-left: 20px; + margin-top: 15px; + height: 33px; + line-height: 33px; + font-size: 24px; + width: 90%; + color: #fff; + font-weight: 100; + +} + +.tb>table{ + width: 98%; + margin-left: 2%; + color: #fff; + text-align: center; + border:none; + border-spacing: 0 +} +.tb>table td{ + border:none; + height: 30px; +} +.tb>table tr:nth-child(odd){ + background: #1f223c; +} +.tb_title{ + background: #1f223c; + color: #487bff; + height: 35px; + line-height: 35px; + font-size: 16px; +} + +.baner{ + height: 30px; + position: absolute; + right: 0px; + top:110px; + width: 697px; + height: 56px; +} +.baner a{ + float: left; + color: #596DA2; + display: block; + padding:0 15px; + height: 43px; + text-align: center; + margin-right: 55px;; + cursor: pointer; + line-height: 42px; +} +.baner a:hover,.baner .ahover{ + color: #fff; + background:url(../img/bthover.png) left center no-repeat / 100% 100%; +} +.fxzt{ + float: left; + width: 492px; + height: 220px; + background:#0c0f2b url(../img/border2.png) left center no-repeat / 100% 100%; +} +.fxzt>div{ + width: 95%; + margin: 0 auto; + height: 90%; + margin-top:2%; +} +.fxzt>div>span{ + margin-left: 295px; + display: inline-block; + color: #71DDF9; + font-size: 18px; +} +.div1{ + float: left; + width: 675px; + height: 238px; +} +.cznl{ + width: 100%; + clear: both; +} +.cznl>div{ + display: none; +} +.echart_div{ + width: 700px; + float: left; + height: 600px; +} + +.czl{ + width: 100%; + float: left; + min-height: 400px; + display: none; + margin-left: 10px; +} +.fxztul{ + width: 380px; + margin-top: 15px; +} +.fxztul li{ + float: left; + width: 170px; + color: #fff; + height: 57px; + margin-top: 15px; + +} +.fxztul li span{ + height: 15px; + width: 3px; + display: inline-block; + background: #00B7F0; + margin-right: 5px; + margin-left:15px; +} +.litime p{ + line-height: 33px; + color: #72DDFF; + font-size: 24px; + text-indent: 22px; +} +.listate{ + text-align: center; +} +.listate p{ + color: #3AFF57; + line-height: 36px; + text-align: center; +} +.linumber p{ + color: #FCB300; + font-weight: 800; + line-height: 36px; + text-indent: 22px; + font-size: 24px; +} +.tb_pos{ + position: absolute; + right: 10px; + top: 15px; + width: 525px; + height: 290px; +} +div.tb_pos2{ + top:321px; +} + +.sheng{ + display: inline-block; + margin-left: 5px; + color: red; + font-size: 18px; + font-weight: 800; +} +.jiang{ + display: inline-block; + margin-left: 5px; + color: green; + font-weight: 800; + font-size: 18px; +} + + +.lins1{ + float: left; + width: 815px; + height: 406px; +} +.lines1tb{ + float: right; + width: 960px; + height: 406px; +} +.lines1tb .tb{ + width: 97%; +} +.content1>div{ + display: none; +} +.lins2,.lins3,.lins4{ + width: 405px; + height: 260px; + float: left; + margin-left: 10px; + margin-top: 50px; + background:#0c0f2b url(../img/border2.png) left center no-repeat / 100% 100%; +} +.linsdiv{ + width: 100%; + height: 218px; + margin-top:36px; +} +.lins_t{ + width: 164px; + margin-right: 15px; + height: 32px; + margin-top: 8px;; + line-height: 32px; + float: right; + color: #fff; + clear: both; + text-align: right; +} +.lines4tb .tb{ + width: 541px; + float: left; + height: 260px; + margin-top: 50px; +} +.baojing{ + width: 64px; + height: 57px; + margin:0 auto; + background:url(../img/state1.png) center center no-repeat; + background-size: 100% 100%; +} +td.baojing{ + background-size: 15px 15px; +} +td.baojing1{ + background-size: 15px 15px; +} +li.yellowl{ + background:#0c0f2b url(../img/state2.png) left center no-repeat / 100% 100%; +} +.baojing1{ + background:url(../img/state.png) center center no-repeat; + background-size: 100% 100%; + width: 64px; + height: 57px; + margin:0 auto; +} +.baojing2{ + background:#0c0f2b url(../img/state2.png) left center no-repeat; + background-size: 100% 100%; + width: 64px; + height: 57px; + margin:0 auto; +} + + +.pie2,.pie1{ + width: 900px; + height:750px; +} +.piebt{ + width:900px; + text-align: center; + color: #fff; + font-size: 24px; + top:30px; +} +.piebt1{ + position: absolute; + left:0; + +} +.piebt2{ + position: absolute; + left:900px; +} +.gxlist{ + float: right; + width: 822px; + height: 351px; + margin-right: 15px; + background: rgba(12,16,54,0.7); + position: static; +} +.gxlist ul{ + margin-top:20px; +} +.gxlist ul li{ + width: 739px; + height: 44px; + line-height: 44px; + color: #fff; + text-align: 3px; + border-bottom: 1px dashed #4B4F6C; + margin: 0 auto; +} +.gxlist ul li span{ + float: right; + padding-right: 10px; + color: green; +} +.gxlist ul li .zx{ + color: yellow; +} +.gxlist ul li .fm{ + color: red; +} +.sanlianbt{ + width: 120px; + height: 37px; + line-height: 37px; + text-align: center; + border-radius: 5px; + background: #009DD0; + color: #fff; + position: absolute; + left:300px; + bottom: 60px; + cursor: pointer; +} +.sanlianbt a{ + color: #fff; +} +div.guanxi{ + width:960px; +} diff --git a/智慧金融/银行企业信用风险实时监测/img/bg.png b/智慧金融/银行企业信用风险实时监测/img/bg.png new file mode 100644 index 0000000000000000000000000000000000000000..accb20c513a3570f83a4322e1bbe83a146c16f38 GIT binary patch literal 243047 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%0DScsN4__)7GrIj5S*Ib&8l#$2yW=HgPa9M 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 PxdIAuAKuo=7=8UOOhFf^ literal 0 HcmV?d00001 diff --git a/智慧金融/银行企业信用风险实时监测/img/btbg.png b/智慧金融/银行企业信用风险实时监测/img/btbg.png new file mode 100644 index 0000000000000000000000000000000000000000..fe22ddd38be68895b43a943ed2996d12f9546ed6 GIT binary patch literal 30748 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 LNkvXXu0mjf9`6rX literal 0 HcmV?d00001 diff --git a/智慧金融/银行企业信用风险实时监测/img/escioc.png b/智慧金融/银行企业信用风险实时监测/img/escioc.png new file mode 100644 index 0000000000000000000000000000000000000000..16da7d676f0b3c2ba4f11b00473a0783a56f40dc GIT binary patch literal 2925 zcmV-z3zGDSP)KLZ*U+5Lu!Sk^o_Z5E4Meg@_7P6crJiNL9pw)e1;Xm069{HJUZAPk55R%$-RIA z6-eL&AQ0xu!e<4=008gy@A0LT~suv4>S3ILP<0Bm`DLLvaF4FK%)Nj?Pt*r}7;7Xa9z9H|HZjR63e zC`Tj$K)V27Re@400>HumpsYY5E(E}?0f1SyGDiY{y#)Yvj#!WnKwtoXnL;eg03bL5 z07D)V%>y7z1E4U{zu>7~aD})?0RX_umCct+(lZpemCzb@^6=o|A>zVpu|i=NDG+7} zl4`aK{0#b-!z=TL9Wt0BGO&T{GJWpjryhdijfaIQ&2!o}p04JRKYg3k&Tf zVxhe-O!X z{f;To;xw^bEES6JSc$k$B2CA6xl)ltA<32E66t?3@gJ7`36pmX0IY^jz)rRYwaaY4 ze(nJRiw;=Qb^t(r^DT@T3y}a2XEZW-_W%Hszxj_qD**t_m!#tW0KDiJT&R>6OvVTR z07RgHDzHHZ48atvzz&?j9lXF70$~P3Knx_nJP<+#`N z#-MZ2bTkiLfR>_b(HgWKJ%F~Nr_oF3b#wrIijHG|(J>BYjM-sajE6;FiC7vY#};Gd zST$CUHDeuEH+B^pz@B062qXfFfD`NpUW5?BY=V%GM_5c)L#QR}BeW8_2v-S%gfYS= zB9o|3v?Y2H`NVi)In3rTB8+ej^> zQ=~r95NVuDChL%G$=>7$vVg20myx%S50Foi`^m%Pw-h?Xh~i8Mq9jtJloCocWk2Nv zrJpiFnV_ms&8eQ$2&#xWpIS+6pmtC%Q-`S&GF4Q#^mhymh7E(qNMa}%YZ-ePrx>>xFPTiH1=E+A$W$=bG8>s^ zm=Bn5Rah$aDtr}@$`X}2l~$F0mFKEdRdZE8)p@E5RI61Ft6o-prbbn>P~)iy)E2AN zsU20jsWz_8Qg>31P|s0cqrPALg8E|(vWA65poU1JRAaZs8I2(p#xiB`SVGovRs-uS zYnV-9TeA7=Om+qP8+I>yOjAR1s%ETak!GFdam@h^# z)@rS0t$wXH+Irf)+G6c;?H29p+V6F6oj{!|o%K3xI`?%6x;DB|x`n#ibhIR?(H}Q3Gzd138Ei2)WAMz7W9Vy`X}HnwgyEn!VS)>mv$8&{hQn>w4zwy3R}t;BYlZQm5)6pty=DfLrs+A-|>>;~;Q z_F?uV_HFjh9n2gO9o9Q^JA86v({H5aB!kjoO6 zc9$1ZZKsN-Zl8L~mE{`ly3)1N^`o1+o7}D0ZPeY&J;i;i`%NyJ8_8Y6J?}yE@b_5a zam?eLr<8@mESk|3$_SkmS{wQ>%qC18))9_|&j{ZT zes8AvOzF(F2#DZEY>2oYX&IRp`F#{ADl)1r>QS^)ba8a|EY_^#S^HO&t^Rgqwv=MZThqqEWH8 zxJo>d=ABlR_Bh=;eM9Tw|Ih34~oTE|= zX_mAr*D$vzw@+p(E0Yc6dFE}(8oqt`+R{gE3x4zjX+Sb3_cYE^= zgB=w+-tUy`ytONMS8KgRef4hA?t0j zufM;t32jm~jUGrkaOInTZ`zyfns>EuS}G30LFK_G-==(f<51|K&cocp&EJ`SxAh3? zNO>#LI=^+SEu(FqJ)ynt=!~PC9bO$rzPJB=?=j6w@a-(u02P7 zaQ)#(uUl{HW%tYNS3ItC^iAtK(eKlL`f9+{bJzISE?u8_z3;~C8@FyI-5j_jy7l;W z_U#vU3hqqYU3!mrul&B+{ptt$59)uk{;_4iZQ%G|z+lhASr6|H35TBkl>gI*;nGLU zN7W-nBaM%pA0HbH8olyl&XeJ%vZoWz%6?Y=dFykl=imL}`%BMQ{Mhgd`HRoLu6e2R za__6DuR6yg#~-}Tc|Gx_{H@O0eebyMy5GmWADJlpK>kqk(fVV@r_fLLKIeS?{4e)} z^ZO;zpECde03c&XQcVB=dL;k=fP(-4`Tqa_faw4Lbua(`>RI+y?e7jKeZ#YO-C z0GdfeK~#9!?A9>~!axv(;orqF8r)OG(nF-M@C2sx1lkDk9^#pVfuOw>c`G@AnPMI+ zJ4~}5)9fso<7Wq4fegGDlkX?~mTmVdP4`OmJ^?r2Az(RkrM$n9sZVMgCe!nfw@f*y zG2kx)K*D(f7{CAqFo0ufhqiSA8gK?GN4N^O0Ja2Lty`u~ni)45n*g6c`vm|1|NjF3 XL^BwI_GxFQ00000NkvXXu0mjfyB>oB!|Bf6R-`F&+JXE-&Dv z`yW2ZB>e9p|B){^dsON_{32gk{h-f(zQq&T|1mG}#q34?$Nzuwe}j{tw=dnNr>B=u zUhbtJFv#1;ND2aZE)}2IY+aO=dLB-E&Zg~JhNksC|5;5PSb0)bQF&f$eA=HpD6Z&V ziP<`uw6d~(etgt<`*!Q}X@2j?&cU&2{ORWY>F;{>7Ch;uhL<8 zwf>Lit(b)H#^>JIFXuN;&uz|TInOs$RdG#k{%$^%4Zh9n6h5wNN=;3*DR^EB`h0eF zwz|5iocKI0BwhW-yn80>Vsw0zUHE)pc-F{DB>MT+bP&Ab83KR4U*EXf-Wj4|Jrxr_ z?dYD>Gpneqyl``KbNARu{jqgAymr_#wfS?!CwPd0>2m~Z0<5_4Ip%tCxnbP(a%!fq zsHmyAB`_%XVPPRH<41K(?Nw~7cjfcr(cw)&0YXo2THWAOQYx{PDYcywVQhRE67uz1 z>#9}$QX9^Mm9&h_>6>$&+o#KgI` z_wn)Zyt#dU|G=+bzi!*w+S=RC&(F8Fw;%WSpKfoD85rm1=eM@DR#sLXPmeDX6Yr;{ zZf|d|udg4kuJ-o!_+ihpv$JDkVx|djbe0;=ry*qq~Ckam-4c(QRi8!;i7R$lCumA^|R>q=@lP*bi=AgUr z?>zsW=Bkn&77-chgyMgm-t=(ZHF%Jfy6u~u-$kPVpPm6p)k^yS00^KgC;irU{^$o5 zMAxokcc;T=rS*DgYbiCrPVC3tNZWGrkI`9|7K33w*Y{#BMFCEw_4UT}`Y!dy_Z_Pp zT4*E&?`Gv75L8qfZF~Zfp4{0gG)z?)A!|Mcq*1>WZ;esq(fDu(#pViSd;&M5gXa12 zKEym2vV?)SIOmqQEZs2+JZms&I07?+d=}nVM2Q9BqZu|1`G4^VFMeHD>-u^XQ?|h*4z?T z5B%J@(Z2#@C@?<~ki+J-r|}`Z9L2OMVE+JQj9e$@L4(q%{lMtF-pz~|dloG9*jEN7 zpZE*3Op}%({xqz&=RKcB2(QqXj=lEYqk<3aY6gso>Td_SJ4}}|on1Hi&H2bB zHN8`vy&vY%p2|629Ys%G3ce8U2%N^C9+TDcJ!2#QO71gWOr0YtcQVjY{CRGLki$j1 z5M|bYP#%qcPuF=wL<#h|2YQa3-J4UCxN&(aA?JU_t-VVqt_SeAl9%dnmJc|5s;w|; zTfDn!R2$`%H+&XZX1=|#VDRe`jWYgvJbT1-%+^xX00d`KJ{WiNNSry{9GBd%h+tw+Bz&NH*Bq^{1{Apg@o_O?AL zbg`G?#-rIXX(r%Z(18g-b3OXc*-VLm3V=fG)#0u8<-SRPA=aXqG^4KyU+0@k;wb{7 zQh6LSC)l5(mFf#1ev!%&<}aaX=HnQRm8`aNV9xFPgxZ#It?BF;;qQVCB2#_E#RLRv z;&=~IzTz~nrO^^hX=|yLsdM!Y=IFL4H^2~ipYDN#op%-IfAPP3KH95&_Qk!6wX=~a zjvIqWAyQ5tFkm$vCVaDoG<{wR*@1xxMYe!Vs2=c-B^^gk_5f96pFRPqiM5id=?AE8 z73}@6V(DXKX z;};_oIkP(KdHwozsfiksNr!Q{Q1W-fsmo5Yf-g*k!dldn>*&bupFJ9Do7}(KM}agP zks;GKE8YI2u)@U-l+>ou2UlW?;8(cQ(VD)bb-{;wbI^3ZH3tfiP|97T1LkWd=yy46 zB{gj#UPpC#JuArm4zCSB*Yp4>f4a)!WLbSYAg7s4AG#=u#_`skEykCVv5>H~rKv+- z?{z9wISE#pFO%wNM0+rqkZFR1z~-(Wl*$&W=G{D<%f8i#TQkOmhdZFU>iW!hlHWU7 z1j8jdqkYvuz!NgAQocge8I#=rpJbfKa#%+d9g?@uf zeP|TJmlRcS)3x3QFrKyItKhT%uCGxkNPO77aVvuW zg5OQA-VVsbj0ok^=}6lANUYc|7({7ljA~H8g8n3LX^3C~?q(XNX*WZ^|2+5U_{G|u znIpS`p%i+Eu^&felx1%92?8L%w`Dx$Bv5TT@;0MhC!yk8LW;zExT9))e9x>y4amo1 zxLKI96L2!E`19`jrKs;(BT|cJN|;s$Ajg6aQ73@U|EkQ_i^I~2rGOU09uSU?)Tk#A z1i|c8MgfImHkB7RFk{G(QOC77T%_#E!OLG03LhWbkmjK zG{bUB=Wqp8HLbfR(yW_`?$>A*8iJ;%xNwjzI+gIEYF33ynkYV2UA8Id$srG%^Pv$> z`}C+Jq2i~b!ckFC382paxHB!B@Bcx*S1`5~k+VO-*T?;OJ-<)Y)2|dxG;x7wne=pm ze1i4VA0shWh(D09tIyp=<|y6q;LLHD<+m0tnsxlf+njziGykuwk8a+bBqWaqOxH<% zz`GI(W+JjXi}!GDg%gnhcvS)87NAh{2|_@=I;LDK6hNt@3c!DZVPn_A79(Z=gwFH+iV}VQl(vy?x(e@>3rx3WsNZaG1Uf-e*5*oXO6p?w%X~46Sw#2 zRq$T?XlQ6C@q_4)Fo+mdo2dhkDN6`YM|BU~GIzjppo75vAw%qG@!64N%18k+t%5c? z%jyBwU(R(Tg9e{?Ph?p-(+@Ga^yO}r+x=Bad=Jp+k}POGt9WK+Q7livlVw7r>z6!D z>uV_J&>KU;k&=)?Y&P@9<`3R25||Uwrd;=g4I;nhyw34u>H&928gQCpy1wOx z(u&Y&VAqJ$Iy+nu63$UX%hSo1(B~Q6O)o7lEN29N8AUFSLn-`{R>ORH>h;KY=s@8! zb5~E^JiB8J7gl%KWtL?GLBrz^J$^7XU902!kgY@m20M9+n!{YC18fdxw!QbN+=z|#Ptk*Z zE2aaqtk6@57KFbN0k4q&uMu6Un9%>|f0Eum9#(8C^V@3X6hT&$?r2GG(aB*cx<#46 zCHJCnF|yOe(NR5QAl^A-Jc3eNECD&g;rOKWsif0^UO!1B0%4={xIxF)S|CkjamVLw zGXhE;0$z_Odfg)udzfK;awY9$U&p0w>XkvMt`pJg0_Z8BY-_%5BR77Tjv(hU*zQ{^ zhSi_4DpAXWPsOrUkvUT;mCjbXE(MG7@~FK`?bH*)llZA5vh!IA&CP=)P4j_zO;q@; zs**!@xM>{0?a6l!Y-UGGRmAr$-^E&z!u7I0m**KQImM{2m@eU$O<>7CZpURw9&Ko8 zf^J;5HoS``W?B=a&W@CQd$_ zf3xS4oXD^OEd8p%hFjPDTC?{ssVyI$>()!%<0U-bhT;+cM>F8_^p)hYE+L7oG( zS}6sJfof8+lFIsumHMv!yxrjv*T;=A#svgLK&vE}vzn06=xUBHtWh^vLr8zldOKEp z+dADJsS!ob_K1^nFB#9%vvrIp=`bW5z%a-up98g9!KVM3R-nBr#CYE2KC4x@M;5Ys zAkE)Z<%OrSuuO6wt$=wzbgE5xX86juTge|?{>uA$|H}K<{d6+Cu8LD~Ag1{1wxcVl zGODZ+FA;g-%fp!;1)j7KX63ASwD}A&<@*)h=t{K(Ui?Kef^BSanBg_@;YCp3cPaH( zLUo=R3*dPYmv2buVRs7~zn$k(kF|%wL+lmy*|cxT@GPDv18&2;;zaKwq` zPuZ;sG@6gG`ju$YK!9iqDr0=rU9f-_$jSv0d%J+nP$LyiW@X6>3IK`YHwP*2T!lhW^Ag|MOfnnwGFrVR2YoM)^mKI#-hJ9#KjpJ%%T?`F zpBCTZx^~QN1UlU3FMew&(=r|x#bMP+`C+c*YO>z4H@cQnA11sY?Q1L5_{RU)0|_N3 z^R#^K4vVd6LesL+@)sMJ*Da)kNOIPkE|)gVM`)F)5sl=#iEPvN3YSN!3H`5cJo~g; zafB|*8e6>uu@K}wBP8f+bf6zN*~KU*_W%aW1p;&e_~~COReyV5)cJHGO9DWS)XKwP zbLm!o-$#r+^G?eXyW~*k%!j#ujLy1r%3{+!-;uLFMPgJgI3^97jUIyyTS&Qz=|NNC z@MDgqQ)&@-hwCf_7_xq)xbM7nJIJ{k*Py>TmHq)CCh1e9fSt}!BiP$6Z9{fO9x#hd ze<(BeO()jmb%QRAb5-l#hlMj!^-(MpFJYDq^rYgFhoZ7HH(*=GTSsRQ=N3m zL9@6A*~dqTAHt?>KWH|+2RE^~(ArdlPSnuHmcWgE=RTO7`)D8gB%IHwQXtevHc-G< znXjioyhg;0d*?-&>M>H6E|WXiNV%#QB{@39bM2zV$RPDrLp(#i{`Qfz<%!?*S|@27 z#yVLeE<3Ct7^udr?+&-S@mzj3!P2Y0^K0s>bj=wUu!6k69g5H6Fq9^IgJGPDi95fWZQ+-rXqU6!fXO2`|& z6OsxN6S1fQIOOPz&3lvuZ#7#8#=T1|j#(l2T zO6t1__Kp2k{%vVY>9(fvZDKD1K%k&g*4P*n=e2fI4ToFzbH5L&<}~nUp_d}zo{ZOt z3%c2irifbvDTh z+$;Od&V?P930~Nez?vzo|5n}9?ippz@#JW?JC^`$!gjw|7JauJy4WF}TUCXBoY6pv zEYg@5swQFouHL=C?W+Hxe=>&Mpn^{$b)N>`X|&skHrJh#y`Pc+G$)w2l&h0CGk!uj zp*J)B?RW}?vbQ&}%$pt6=*oh8>luHxT12C1e97AMyjJ3HF~$1Z zLH7|5-*6-Yi+MNu9uFDbLchf4&XBjFPKr9gh?if4fxH)w#JB!oG^y1`H4z#p=5TA6 zmT5s1i~dzG48uBEGi{$AUS1=DA737X7S9=tLc6ys1rjv;0l-BPPQwRn;^$P_36*;nA31zT7!<*_W^Jz349c;#JyO-}E zSTOxd1|somORXFM`!#Xp<E6#!MB9vy$*uy?ml2kH z@}fT&T;b_>Lcchwyhq(c@HSEhRttW8e!Dl#z1ZUM;JykWoOY`XZvWZC=KH}s&cr8| z@Qy_3jr*L}1foXal~X{kWm95nh>{n0EKi@MFloA)p=ivlfNY zJhpdtY~Kp$`I5=HsDx1*DLH;&d+NWhllQ$D*ZY%YwXTw#7nNTw*c_B%W4>6>==?<8 z1f}@;v%Mwiw44aMxCBAY%h`eGbv&CybR*sqvcHo)!2TjHB3l?_E#HA7L`q3?;6vCodT z2d5KVTe>8n4ArEp?8;1No&l*iXiq4`BGOMc!jAS7qHkqk89#SvK&D4&l-cx0@sJiZ zfBwG&lRqTy;MKo{S9OaD&z6@CKb>B&Zy5T4l=&kA1}up;5pLXclE}p%YAaLpa!^^G zsL41DL_qK;%}f+;JYD^cngDO^?zr{jTMy(3VXV{Tbi(E^(4{wUIBGr^;Htabvk;q1 z^BqkGaxp5FWJwAf=xtqacW7=8Sj@dnq(mQJ4+J{WyVWIs~5!uLX`GEJ{iA#<^dfEjHxhJpl-fWckfKt<(@-Fzzq41n+&(n^=j+ zGu8Ny7p;B5pt%8ya`8S8V19*c4|lq+6YT0+rn%5sC^4}WXjr~L3j%e;IjCVEOQbg`+GWRunb8zN~s8i*NqBLGrZ zSNffo7za#NP12|eqf$lCC~=iInO>k_>cEF&pHLiR8E=WY%y?}C3p8Y84gWOdT?!aA z8qw4UetjRLq!a&rFxOzhe67xUpG^lU)r4(7G^ISzCx0kS%8R4~_TSUD1-*GvXv?g2 zRfI#U=&-^`TtUs`O0-JK*poc)#dpdeTmXW=dkf?2wJ{p;*5sVR9zqUk75#Q|(_$RoqK4e6rs01Uhwmw6$gCg% zoXx!3Ve{t{)BH47fr{_O*=%wNlqW>73;fbN4SoC+&H6u4^NV#j(4dS-i zUU)}P`VIc-0FFu|aE=bg=Hc*D)_NnK*F!j#b^lmDm?4zvx*k@aXzIGMZZwfrjLM)g zQlNQ4N@(flsd-KAOa7IT!P1q`M67x31Byy(fUxo_Ofz}rlWp103e5}7*_-??dvn-0 z4Mxof-D-sqtMTbtWIC$YTJ_A*Ll%=0DpX27D@%tp*lX?`jhK+zttFzy?Qc!mcZjIx z5%pHy+|#Wa0zwF+P2Bd-InV8>3(J~W4N2c=-nUtQ!fk*vnGG>uIWu90?H{N*zU6|@ zg|_ukoDhG~%wKo*X-w9o4buk_Ju$Ve#0f{-_8YM8R2qK};L55);3+iB`J<&TuzpwW z_2a=EVj~-T)*mpjnQ)ie^j#&i*2afUIaoAO#lO-98A}`{$-3KxHqvu=COZeM$1&(j z4#q!Iye`;3zOJYxe{o<7G~*ErFJ*6tM%i22k1B+shdp(#=&e?}pdU!Z%aN6E4L#$& zd|u>n=x08^$8AuU=L1654h%YfZ6()AgZ@&@u;=e^PI0SnSvK0; z+VR>hG-T4 z*LKa|H&-R2SyJLg(k7!*8*HxWTBSrJr`Y(u`^BY*T3+h1MF$H=T|1ZGB zhr5^!*C5j&-keFk%va`#ve`|DXTF9_S5+$)4C3gEQtto&GPl%_S!a1-LQXfP$LplsZ_NqBBiB+hK6p2#h^+rCunp`K{WR3Up3Q! z9}y_7Y0JlREHnC%J`A{Dm?EG^d>_m6kDzt&4cCh74wdL>CEj1_zU<}{^X>ft;#qRN zg47DSk0eq)`%#q~#=dvL6Eb}B<|TWWwODGV2OzK1jcP5;8@v3?ap65Jq~|Uu5oJ6f z^^tZ>+3_6Z-)+V*voixg# z#J>V&E>mt)D?yP+@-q7t@$&(@6Tuy?TpTm{w$PZso8%CA#BhXS6fy-IPh1gsp(^3; zpCr>TKd|nbWeZHY6>nY|D}`3CQzkE>l?a|`1!m^2`aDbO%!?3B&oCVQ@__K^D5zn5 z(z;bN6hLt+^*l8AOwEcOzBHk~N&~FX^(>7wnLmB{BP8V$QMM8P0J?`$HceJ({EkRj z(~vFy8^MFltch#UqKWv`rTnqW36;k^>5kB)w515`dGCoT#}}b|v9*&6fgRn7afYgA z8FhTP>y5Cn<$F54$qo?;YH3`Z_8bJzV$lI%6(oN=WKo_<@;(Tj|8h8&Q~_2tx(oaB z{1WqW$uL{^=`p>KjTeBqP#SVC>|9Sxh$eI8dVFR5y5ir8%ee1zp*@M2rO8E0!zxPg z`6$k3NZqoZsMkI1b0f=lF1`YhQ7=ekXBFf6#$MJrgRGMkJ`Y!Bz+?*5%ZNq z{!#CpJnC>mFclRfiO}OgQlv9>_L@gh1Z4S_iYl7~d0dCJ`vfkd*K=U2W`sh7aiXUy zR$r2X6jb=3nyW&{T=7u`bCYZxGFxyiA52|dJ@A|-n6~h^(M3pw3(1fHl@mXJK67E_aXVMBKd*TXahENq^QTH2C2t3Wy}7NE>!mOUk=&`3Js-~ zHLJa&V9J$ea^mv$DzC_y?M~$&v{g>yxP}^K?wCYv()1%sbe1JZbgJ>v41U`mLm5Fv zlgSW!ZL2KiWl=fg>5H0YP)u0@B`OyDPSX10E&&KW&Ck%?A;L0ZDP?Fjj}{oc#q160 zHUD~;blCuQ*V&GH5?$xk0x=xgswcgjJs^FPvVyKxonvWMFIho)YSFXI{CsIn05_Ke z;f1r>6y42ZD>EpwS40X*-e8COV7}Kb+N4d9x4XN=AAvyOb(+!Y`WaSM<>5v&xTHfyWOK39UJtLAi*S<|T*d7i!zsYIM*sguXh?D9cy-e&5R43pWqy?gb$U(aTMPEX*_DDm3J63Z4iG&)BX^52$0kPm8 zJhs-M*{u;Y%&MAl0!TL z4u3tJsYcyBegZyaJ|NSF>^@Yk=xCg*s8L|vbkWiH33yy@S%hqAe`o&sJptt`P7w*k zl3mTFKCGoklpygVP+4Y*;E%+9rA!WW5Izfli4XA{+WJhuf^XmA-pFa}>$ZJn-T!T@ zEv5cvh$OL^?u?m717Qe@p}Mxh!s?S24^!qd1|=|bQ@*@I(Z=g79!CC=DzXg&Y8VVe zEeU82VZelZ7+Xb2bxR-mHrUj!EaMSIhQEKUp@w>X+GT@>a)yGLEHXxZjRu}c7fbbv zWlr_Of5~7RO7V~^Bdfq)pr}Nc=>+duV`65|*a~34&5y*$2)i;`SL>H;s$p3ySV$1w zp|4ZkpfgwTbO6{?+cTeyY3ss~#&mdv8lODC?1A#MGl08NThHtIxKE!BsYPdo13jER z%=ZSjcOH{}xP~+Wg{$)8#9L3y#cA72QKE$|B!?;^4o1fJ(Q}~HxT=aq(Jg;H*O9dx zY*c;r-vzc?hSeU|sPP2!Ry87Yz^5bx3hbW)>nGs`{h~R-oo#{zlYY}K zzsA(}>EP9TG>tSm*&ZMDe1Dbs!74>?ru1s|S6zCXPx1lBHFn*dFz& zh}q_>gnWh>;8A?IjcPf2-vAg`po+y1rRx9?AS_b!UvF2(jeW9ooX$D>*V#lcZlp#9 zpL_w$Gl4et$OKGZ*dbPi8*$`(u4jmgM)Ig(soB6@GEitl(%2`5I@p=TeERr}ezbUt z`)pI|>ws&w>oGYzZBW6(gfc6@9cC^jiW(j5+OG1k?T$1fl&0p4gb4wZ1Q49svseqF zp2Pa4i|BjGY0o*{k-xA1{t+MHPt>FZVzPxHTdK^(PPa9L5tBKk@dNE_s79R?`sD3t zV9!k$%&XcyZPBoYJU)CU_RY24&MrEL9{J_3x^4Okl*P zt!go*Y3#Oc2U?(z?u;=9Q#q*(T%&7!ZEyLQz6jX+`{K6{o&xBi!_co(URcC2Q9a4T zSa0e#v5&RB2R6@MD|Zw91_hb7EGPmoKz?XT9BMD^Xje7jac(a?cfCiBcM~lY>6@|U zTLl@SBIWps3CpyJps*VNN@^j|98cnMfr650;F;8kLr6@6bNplcS|Dbomd{~s2J?bzfq)K6%sVKArUpgC%1tX=(jbiqFPrBg@M_ zXA_Eq3q7w3LtPCqWXfqV9LN7!Rx-narf8e&wbSt0F)E z&|P|*%N$jOSW=KC}W=3886$;fzHgXX&5Pddwk{_$LXNOb~%mE3*N zePa{aQ?Vv_W0&bF9x7_F*rL>^wsVXWQ>x=!ad9!fP~n>fyQStdVC*Ua=U;vP77n1y zU2_-+K*k#+qO1qYC)kGllUse|97sJ9R}1>~x&7+k>dY4c((sYd^c7eKxBm$7^XK;m zPlW=g@$Tj`^*i&>t~6vpUS<9tAu`yoUzqvxye@^aM9YMnK7F;vM@@E&NL3Egw7kRlP;xmAWj zLOxjF{_QhA`FCoDwX{w(7r#(JBcjSeeaU%4@Wb4y69)*@hAq#R{lKoIkY7#BbsOJvAFqUT zB(GY!V46RlDi3NWfmB4Ts%?L?FEJg#LF};~_0P;SZ*ZGOa33s2Iv=G`_VO?H5neUe zh2QV7t6@0l`1$QC%^gv=p<%>WsTdd)%7ZsOO`V`$%FV9dbEI`|l^x}|nx671YN#DO zm!k}18q(rz!f;3e@Vl^+$~#^V%3fvoGMY)P>QrA&o%#X$3-_W;UM9-&UJn1NazJ-) zm4czziz#gn_~=AW@tph!4_13+z~vIQuFEu}S{;hL8_@J3)!~iW%z~ zc1cgg_>WG94_9u~CWtaZ?G3HNovGRU(US6v`6|v)F>+8< zh3fnZ^RJa$4!>%l1_-aHN|Oo5_~3LiL=yu0>KOW`M=iC7hebGLr4h3I3Wb6Sa&c}< zRX9DZ?<=k;g}WJm!I#`v@vU|H3pCIi^2L^XV5RCIKLZ*U+5Lu!Sk^o_Z5E4Meg@_7P6crJiNL9pw)e1;Xm069{HJUZAPk55R%$-RIA z6-eL&AQ0xu!e<4=008gy@A0LT~suv4>S3ILP<0Bm`DLLvaF4FK%)Nj?Pt*r}7;7Xa9z9H|HZjR63e zC`Tj$K)V27Re@400>HumpsYY5E(E}?0f1SyGDiY{y#)Yvj#!WnKwtoXnL;eg03bL5 z07D)V%>y7z1E4U{zu>7~aD})?0RX_umCct+(lZpemCzb@^6=o|A>zVpu|i=NDG+7} zl4`aK{0#b-!z=TL9Wt0BGO&T{GJWpjryhdijfaIQ&2!o}p04JRKYg3k&Tf zVxhe-O!X z{f;To;xw^bEES6JSc$k$B2CA6xl)ltA<32E66t?3@gJ7`36pmX0IY^jz)rRYwaaY4 ze(nJRiw;=Qb^t(r^DT@T3y}a2XEZW-_W%Hszxj_qD**t_m!#tW0KDiJT&R>6OvVTR z07RgHDzHHZ48atvzz&?j9lXF70$~P3Knx_nJP<+#`N z#-MZ2bTkiLfR>_b(HgWKJ%F~Nr_oF3b#wrIijHG|(J>BYjM-sajE6;FiC7vY#};Gd zST$CUHDeuEH+B^pz@B062qXfFfD`NpUW5?BY=V%GM_5c)L#QR}BeW8_2v-S%gfYS= zB9o|3v?Y2H`NVi)In3rTB8+ej^> zQ=~r95NVuDChL%G$=>7$vVg20myx%S50Foi`^m%Pw-h?Xh~i8Mq9jtJloCocWk2Nv zrJpiFnV_ms&8eQ$2&#xWpIS+6pmtC%Q-`S&GF4Q#^mhymh7E(qNMa}%YZ-ePrx>>xFPTiH1=E+A$W$=bG8>s^ zm=Bn5Rah$aDtr}@$`X}2l~$F0mFKEdRdZE8)p@E5RI61Ft6o-prbbn>P~)iy)E2AN zsU20jsWz_8Qg>31P|s0cqrPALg8E|(vWA65poU1JRAaZs8I2(p#xiB`SVGovRs-uS zYnV-9TeA7=Om+qP8+I>yOjAR1s%ETak!GFdam@h^# z)@rS0t$wXH+Irf)+G6c;?H29p+V6F6oj{!|o%K3xI`?%6x;DB|x`n#ibhIR?(H}Q3Gzd138Ei2)WAMz7W9Vy`X}HnwgyEn!VS)>mv$8&{hQn>w4zwy3R}t;BYlZQm5)6pty=DfLrs+A-|>>;~;Q z_F?uV_HFjh9n2gO9o9Q^JA86v({H5aB!kjoO6 zc9$1ZZKsN-Zl8L~mE{`ly3)1N^`o1+o7}D0ZPeY&J;i;i`%NyJ8_8Y6J?}yE@b_5a zam?eLr<8@mESk|3$_SkmS{wQ>%qC18))9_|&j{ZT zes8AvOzF(F2#DZEY>2oYX&IRp`F#{ADl)1r>QS^)ba8a|EY_^#S^HO&t^Rgqwv=MZThqqEWH8 zxJo>d=ABlR_Bh=;eM9Tw|Ih34~oTE|= zX_mAr*D$vzw@+p(E0Yc6dFE}(8oqt`+R{gE3x4zjX+Sb3_cYE^= zgB=w+-tUy`ytONMS8KgRef4hA?t0j zufM;t32jm~jUGrkaOInTZ`zyfns>EuS}G30LFK_G-==(f<51|K&cocp&EJ`SxAh3? zNO>#LI=^+SEu(FqJ)ynt=!~PC9bO$rzPJB=?=j6w@a-(u02P7 zaQ)#(uUl{HW%tYNS3ItC^iAtK(eKlL`f9+{bJzISE?u8_z3;~C8@FyI-5j_jy7l;W z_U#vU3hqqYU3!mrul&B+{ptt$59)uk{;_4iZQ%G|z+lhASr6|H35TBkl>gI*;nGLU zN7W-nBaM%pA0HbH8olyl&XeJ%vZoWz%6?Y=dFykl=imL}`%BMQ{Mhgd`HRoLu6e2R za__6DuR6yg#~-}Tc|Gx_{H@O0eebyMy5GmWADJlpK>kqk(fVV@r_fLLKIeS?{4e)} z^ZO;zpECde03c&XQcVB=dL;k=fP(-4`Tqa_faw4Lbua(`>RI+y?e7jKeZ#YO-C z4tPmKK~#9!jGI}kon;kTctAK;Ro4~6WPavKI z9>%yAvAb!HInR4Hf4NUb-8p)CqBKgA5SE@P@O-nCi-k&OEHt8_iBoXCX=djlZIBIZ z#-2!ELo2I*^#e zNyA{%GgPMCy2-4^&9oqK9`FO;jNx#dOq%~?8uFBvPyM;nI>3X#6@pt0Twy8lU@eY4 ze@d$!+qa|d8l8ZJ;U-VZ=-@(9*mh|ehENBfCLwG+%-5LP62(9$u5 zj+%6##12WDhtb@gsrX3eGQ1L9jsRvFhdTe}UK z@7xER4J@}@q`hwOz4we`KySktgd{B@-H5aa3EWsX`brj$zN*-!h0PY*Fb10)%+jkJ zN6>NyWv}DmTn0<8;9M}p3tojbHzD1Gd=W+bA&(fSX zw(4WBux{wQJMPKl2yh=dnBKD|DPWb3n((G^y& z;thkC#Q^u#aAe5z6~xxOuWfQX3u`U{oaxe)m0$=kCwRa#*EWo<*o`VXBV4EYTot%V z*Lo#Km4YSjWER@YUC~y=UyyDx8&==Uk`>OGfQV9#Fw+NduB&q*7S~<^b_Bj}8-D1~ z!W6Ta2ZmbxFcd1B$7zZ6XqPo4XQc~ z!8M3=8LAdmf1HKYpFz`?Ikfjzm^`gOUTtBrvJ!P^t$KzCpq2@X)$ggJavO1h-uMrN z4c3CFz-=9H4X{NS1ii!5Sq$((AS7*;`{n{%?kukT766C#UJJf|u+MDAX;hwVJkV$* zY{~6poAm&WFnm`5UJvbh!HNtR1xqr3HlUip(KjP)sn1Q<&))$WJc4w2@f_LAeGfYD zXMEp1jV;EluDa&!R&D;PU9E^a9{r*vzzk+!v+b+fBNo_#qn{Yui8v&)xv{{c5(S-y z?9`@lhj(84ZuO^D?LPO_s0OY8TWzcySxSvMDRE&4j&dAm0T>lS+%|fQcoD+hlZCzn z{H}!A^W0!^CzpZO?V7h)aAVa?X7`e}SMvMWrJ~xKgZXLt4mH;W}iR!r6 zaB>rH;~WswX}PtTxI3ebVN@M5ikdp+Fgrl2(a6>>p`@Bnc39ySz^XuDO-9Dl!BnRxDKQ?j6zI>0`iVPKn$6Pu36SqWtha`>Vp%*9Q;br|1Un0Rv=h9zbd z7~5h4`8o@LmAQg!G(AV*_?j_sv#JPtQ9t8?37m(;TuspLn_11k?R!11(Bg~-Zk2UK zqByIS*D)7+p2hbLTBedAA*7@R!ZR+9___TBuf0SFICqV>I_$2-IW1?zwIdIgZ_d*ihCsvQKB!*IEc$ zof@eXGN=(&ratae7gi)mPRcreL&Rzq0&aA`k(08iA9siqa`z=U>H_y0(6q_7HR?@J zVDM=zNpTOlyasX8$5kRVDp5#`dSB(?^;w!0krvflK>qCRqd9}BX88@dZ}UY_vmJ&W zlsKb;R3Ai!?KwuBGw6-Yw#T~_C_s(s8f2G(l5RDY7^+md?752Bb{_R1j2(xov72NX zD{%#;Tavt%!dMPK^nN?5Ub+3rox_xeRsH6ImKpbJ!Y^V*N&n`k_3?VG5ue zvOjsEJpgqT3ZFo1tHF}Ji}d)wetrntrjdf1MvRaRD-{b~q(+->D?e&>rx7tj`_{X( zI6Dg9NT@yuUc(gX2F3S5hl*w(9nJ&_(%%lY-OxFuGBdT_L{qiIDI`(| z@jxIHsFT9R=(wSTV^Nz3EG4>6X*<~MkzHv14p3jPvsLgpV4XUD*r;aKPDXwApcSes z3}7T_5|twusSTTP!!asId8&NkEy32=lB#(-AjrvSfp#G-#@JT2Wdb2flOci(YnlH? z=GO%?of)As0bV<)G8COJZk)~(?AwU@fnNjf(TET^=5N)@S95=9Gjd&L zMa%n{{`i;EM{n5f&vXN|FwljO&++?0ngpLzP_kLwJ|=euzkjpALlV~j=RmKV&nk*5 zR+2}|?CX$M`1|X>wC6|H`qNK7tJhZ;R2=wXc%P)#VtOgz!v0Cj!VJo2A->+AJ1Kj|}K99W)0}_oeTTJjL|7o3(W31A5C< z20r$R1I;VF7kB~K4g4>8fm!q0dAD_rrBz(5`AL$RpCDLkwWqxL23x0Y7rg&C9oyxZ zy8ORkqfQW>dJgXSJG$jhI`H&!ypvY^KtS+)0nwL$=YeO_Yd7#B@bWWv+rjw!6VDt+ zA=`OZt@UTDUO!}SYOzvNA<+HG#CUEuA9(QKLZ*U+5Lu!Sk^o_Z5E4Meg@_7P6crJiNL9pw)e1;Xm069{HJUZAPk55R%$-RIA z6-eL&AQ0xu!e<4=008gy@A0LT~suv4>S3ILP<0Bm`DLLvaF4FK%)Nj?Pt*r}7;7Xa9z9H|HZjR63e zC`Tj$K)V27Re@400>HumpsYY5E(E}?0f1SyGDiY{y#)Yvj#!WnKwtoXnL;eg03bL5 z07D)V%>y7z1E4U{zu>7~aD})?0RX_umCct+(lZpemCzb@^6=o|A>zVpu|i=NDG+7} zl4`aK{0#b-!z=TL9Wt0BGO&T{GJWpjryhdijfaIQ&2!o}p04JRKYg3k&Tf zVxhe-O!X z{f;To;xw^bEES6JSc$k$B2CA6xl)ltA<32E66t?3@gJ7`36pmX0IY^jz)rRYwaaY4 ze(nJRiw;=Qb^t(r^DT@T3y}a2XEZW-_W%Hszxj_qD**t_m!#tW0KDiJT&R>6OvVTR z07RgHDzHHZ48atvzz&?j9lXF70$~P3Knx_nJP<+#`N z#-MZ2bTkiLfR>_b(HgWKJ%F~Nr_oF3b#wrIijHG|(J>BYjM-sajE6;FiC7vY#};Gd zST$CUHDeuEH+B^pz@B062qXfFfD`NpUW5?BY=V%GM_5c)L#QR}BeW8_2v-S%gfYS= zB9o|3v?Y2H`NVi)In3rTB8+ej^> zQ=~r95NVuDChL%G$=>7$vVg20myx%S50Foi`^m%Pw-h?Xh~i8Mq9jtJloCocWk2Nv zrJpiFnV_ms&8eQ$2&#xWpIS+6pmtC%Q-`S&GF4Q#^mhymh7E(qNMa}%YZ-ePrx>>xFPTiH1=E+A$W$=bG8>s^ zm=Bn5Rah$aDtr}@$`X}2l~$F0mFKEdRdZE8)p@E5RI61Ft6o-prbbn>P~)iy)E2AN zsU20jsWz_8Qg>31P|s0cqrPALg8E|(vWA65poU1JRAaZs8I2(p#xiB`SVGovRs-uS zYnV-9TeA7=Om+qP8+I>yOjAR1s%ETak!GFdam@h^# z)@rS0t$wXH+Irf)+G6c;?H29p+V6F6oj{!|o%K3xI`?%6x;DB|x`n#ibhIR?(H}Q3Gzd138Ei2)WAMz7W9Vy`X}HnwgyEn!VS)>mv$8&{hQn>w4zwy3R}t;BYlZQm5)6pty=DfLrs+A-|>>;~;Q z_F?uV_HFjh9n2gO9o9Q^JA86v({H5aB!kjoO6 zc9$1ZZKsN-Zl8L~mE{`ly3)1N^`o1+o7}D0ZPeY&J;i;i`%NyJ8_8Y6J?}yE@b_5a zam?eLr<8@mESk|3$_SkmS{wQ>%qC18))9_|&j{ZT zes8AvOzF(F2#DZEY>2oYX&IRp`F#{ADl)1r>QS^)ba8a|EY_^#S^HO&t^Rgqwv=MZThqqEWH8 zxJo>d=ABlR_Bh=;eM9Tw|Ih34~oTE|= zX_mAr*D$vzw@+p(E0Yc6dFE}(8oqt`+R{gE3x4zjX+Sb3_cYE^= zgB=w+-tUy`ytONMS8KgRef4hA?t0j zufM;t32jm~jUGrkaOInTZ`zyfns>EuS}G30LFK_G-==(f<51|K&cocp&EJ`SxAh3? zNO>#LI=^+SEu(FqJ)ynt=!~PC9bO$rzPJB=?=j6w@a-(u02P7 zaQ)#(uUl{HW%tYNS3ItC^iAtK(eKlL`f9+{bJzISE?u8_z3;~C8@FyI-5j_jy7l;W z_U#vU3hqqYU3!mrul&B+{ptt$59)uk{;_4iZQ%G|z+lhASr6|H35TBkl>gI*;nGLU zN7W-nBaM%pA0HbH8olyl&XeJ%vZoWz%6?Y=dFykl=imL}`%BMQ{Mhgd`HRoLu6e2R za__6DuR6yg#~-}Tc|Gx_{H@O0eebyMy5GmWADJlpK>kqk(fVV@r_fLLKIeS?{4e)} z^ZO;zpECde03c&XQcVB=dL;k=fP(-4`Tqa_faw4Lbua(`>RI+y?e7jKeZ#YO-C z4g^U=K~#9!q?=8wUDs8|f9v_#aT+-e10zyViB^!ruKF>+MMxl-VU^fPQB{f3QZebo zxK#zBQCn1r3bkTV5@1qg05l~{P^!elAV8=dv63+I`7_l?m7GH_4Qw$&pveV1oJNe#{cnkGw>_GJAqq(TY){mO~7{GD)1_B z7Wf|Uec%b;>!4H9=l;L;0>GDd-a31JQvyS%p0e~n0~F7;t1Mq4z|2s(?lz2%AiEQ^ zw=6R*n_t_(_JH@$Jt@AfqCDCp0D6J~iECQRd!hRVryKmCbuBNGOACL~{0u9fnw zWr4<|uSdVZ+#@0Rb=Uc>gvbT{xVi7$XXg3E6&!7%KoU&^}KhL=an_3RSamGpgkBbLR33X;`&=9KkD*F zCHA?ei|gj3Mp)imVW<#t(vdYUF*mQB4=+rp#IR4&qY{5D^i~C(R1i`l9FXHh5U%wa z(1`Z7pgZnG`oi%K%XM7hVBxH?guQ%^n?h+#7w$Bo>iSLE?oFlBHJMq2bzOI)=lh4N z#(E&Wtl`dr@|$-EH;VxYfxMY-HpgoB(l+28iNggSe*cEI0r1%$KigwfeH$+Q2&(!agRY6RhT#Hn#F;=p=V-0#>P4g0C%9>40l8}t|0e_3Q-C)Zt zFx{;4T+12Yp7@ldp4_2jwYLW_KY(D94SsLe+b}aed*KIFe&&V7LWY8ri#1e4O>R-D zgr_}wjROqf)-)`LK0k=2JBf)0kRFn8r(}y{!Ug@-hfkXn6z&v27<^IaQ2FW5^?P{7 z_Feq<;v(+Nx5`A?aUTLS?N=o%(Gp~$Afae61%G6f?nYRQtE%?ij_Zq&j)Q&D_I<*k+h?U!WyJI)U~!flls%nw%s!Fx@%yJ*t8 zcI@Ik*WJX~#TD*<{Uq|lrDoSjKilmE#B2z~ll?0&$_n9@?@%zM?9*#%Vg?SLa{}6< zi=F`5joZC44q5bMw$clDb8B!AI2a%NkzH>A;J)+Ev$eQZ)hZfq1^;5ZR$Q7Ya9LJi z1$StprG|SnYDB>jwJ6ZAidkMQ-47x=B;#m(ysveGN>QQN=Q}5lIPcf^=B0D|%f+*F zamoa|O7s-7svhwR)yksN7#LNM3lAyc_UKWIc?9GxS!n`^Kg9VP;95n{br@jiF3H~B z*q#{h>9bE^%9|^j3elQXX{nxX{PEEWGGje!h0&$svT434>oh5+jzP3V!#u?cNtm|+ z?+5#;p;g&%iUaZ*pOh2;S$$MDsT+tEKr>N^n1#nI*c9TlOn`?lv0WP&+J}&1-kw-( zJ(wE&woG5OHIdNf!X1Nm3*J*0INGVqCWu=Y6;*qN51k*U23d(fukk^PFlE7+6xSHQ zHkm@(PlrE2NgaOPoOio%+}3G;8NXh`)2h%RlvMEfSt_z7-v(gG4$Z>(OjXJBs>vvr zk327LDA!4R0MH7y)hrrZDw>X33@Z3Fq~ojOfRsw!9%8Fr}wA8a*SEUMrEyGt?^ zR&1N?;<(BEoZ>O4@?$X;_4X*T;)dA87EK@#)ya~hsqz6`Ez&ks_hjelxj#h09e!ZZgH&5wf4q~k|H7?x|U|rg~ zlt6{*_1xZCF!wItfmJ4OYhO;zpFLDrZO7|H1rppIg}% zaQ8h;gfo%L9H9fa&BwX#tFu9_;J#zlw=N@YH0{yc8NSEO`pm+{5QC2{c?c}# z_T@`0_QINEXz?0iPrEsP@VOu(7MnF7|KN^l;@0xTS(CRJBp-y?OE73ltGb2|eDp|M zSYrY@3)+K*n@3ls=5rMzpwWeDaB=c3qn)VET+?Jew67PWs#Cxy&G5c`esx_s{0wMc zPsE(K)Ve)Oq}>N8<9)3PY_oA}2zNEdq~3d|tM`uAbn8E}t}k!`xUa;d8Y|bT)m|;Wcq2=z^II)faPs}1&?@I$p&u9iV8fu6lyB=dGG*~b> zXEqw`D!S2Cs@Ir~NfQPp<{D(9;Hcdyk`e_vWKp>Jiz-ltD{k_sRD`)#qaTZhFTCjT$U3 z?dxga)ap1O)dY_Ld*9H8#%pR-h8g&t3#aER4l5^l#%z%=zN48gwCWYd*3Jldnh*F2 z=y$B!tcS)!?AcmZ6s<+gY>Qn(BFq5D<_W0b?M&{}vcsWkJj=SaVkp#pWnFu8(_LUX z4*HhK_LqidY(}O@Fz;&b7E51~(p1?`UlcHF4NXI}*lIba&=3(@EQn?xHkD3N%nBP8 z1tESL<9HH)t(y=5;0ul(j)2$fI4~sJxd%XwpJVC2%mYktu>;YzZp5_y`mB2en_V5w z)G~g+1C#!!W%XL40qNXt~+iMXkAbbPfQsK3}MIB8cSASFBV@;Awy=x6+W35oV zJru$e>M{*qTaKvq-0uk<4BuB_z@muFkv=8#Xfaxu_jNt%k+%=nybFWl)QCdqN?kR% z_k*$_vr!1D(mc+znc51Ft!-}nF5=qy=6KM6+_5<-cnonz=jQt9iAhFWRl1h7=yG?% z7-x}chiJf*u5#2xxP5*>&_1(nK=Luf(Kk9m+h&B?q|On+FB|NZg$c|ubdZN8nU*M8 z5Ue&rYZz{xgQ2DgHpKk>AgQ%!t(^TO3^Gg}+Tnx<(?FazIMTJ%Sveq*nxow`2mBED zsH6wGAt=#zWS6Oz+RRY3Yad;mx;cTuQ3Zr-4%aJ2w2>N3Q;?(~A643amn&#(bF}!_ zI&7ea1iu6vDd=ASkV$qNroILcEKSbRa%+PPmYc6OLHe$YUcq>1*cHvRG6iaw@yC)L zoH)ahjxCvzsB?k}Q-xXGKLP%;67MZd%{tgP8E6_#27fPWF={i9eyDk@yp6+i9tY`a zPNdjC{d*Umu%VguMuzNDBv^ZWO?`m{viD;;X0ijt|9HiPVWPAP_pA}BaDA49YiN81 zfLGUkv;Omp8(qA3=H%s1|H*&p^{r0<3Gz2|{{W3gD|N5*5se#^`#zi$I}0#@Cig&98umr$5( z;F5_zwUjw_%UOj)rxQ4yj_ud8eRESgcWiL!vbcB! zwk{f{UxCvvqyIT`h3`IlQ9nBGz$?Iy@^KD0or!x1IFpGy1-xQk{+y2{rY^D4%24=! Z2LPaOq$xSx*p>hQ002ovPDHLkV1lgQT+{#n literal 0 HcmV?d00001 diff --git a/智慧金融/银行企业信用风险实时监测/img/state2.png b/智慧金融/银行企业信用风险实时监测/img/state2.png new file mode 100644 index 0000000000000000000000000000000000000000..0f8656a0402d43882d9166d0fd8a63cc4a84c3b5 GIT binary patch literal 6443 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 FV1fx3a_9g6 literal 0 HcmV?d00001 diff --git a/智慧金融/银行企业信用风险实时监测/img/tb_bg.png b/智慧金融/银行企业信用风险实时监测/img/tb_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..047c5d241c68e3b3001edec50419125f7a55188b GIT binary patch literal 4959 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 O0@PKsFBU6V-u)L0kgO;G literal 0 HcmV?d00001 diff --git a/智慧金融/银行企业信用风险实时监测/img/title.png b/智慧金融/银行企业信用风险实时监测/img/title.png new file mode 100644 index 0000000000000000000000000000000000000000..d4830d17f6f9a6a2e03c4fdd253d0013844ca01c GIT binary patch literal 9945 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 Hu0mjfN0{ck literal 0 HcmV?d00001 diff --git a/智慧金融/银行企业信用风险实时监测/img/user.png b/智慧金融/银行企业信用风险实时监测/img/user.png new file mode 100644 index 0000000000000000000000000000000000000000..0a69a62113adc172d051dcd1efef8aa5aed7daa9 GIT binary patch literal 3075 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 Rmi_<$002ovPDHLkV1o7- + + + +大公 + + + + + +

+
+ + +

实时监测-企业名单

+
+
+

AAA

+ + + + +
企业名称盈利对利息覆盖能力流动性还本付能力清偿性还本付息能力
鲁泰纺织股份有限公司5.615.761.87
浙江森马服饰股份有限公司5.545.782.60
+
+
+

AA+

+ + + + + +
企业名称盈利对利息覆盖能力流动性还本付能力清偿性还本付息能力
安正时尚集团股份有限公司5.585.631.56
广东柏堡龙股份有限公司5.465.565.32
深圳富安娜家居用品股份有限公司5.485.602.19
+
+
+
+

AA

+ + + + + + + + +
企业名称盈利对利息覆盖能力流动性还本付能力清偿性还本付息能力
比音勒芬服饰股份有限公司5.375.546.29
罗莱生活科技股份有限公司5.135.471.94
日播时尚集团股份有限公司5.415.461.51
深圳汇洁集团股份有限公司5.335.493.19
维格娜丝时装股份有限公司5.275.495.01
山东齐悦科技有限公司5.425.433.59
+
+
+

AA-及以下

+ + + + + + + + + + + + +
企业名称盈利对利息覆盖能力流动性还本付能力清偿性还本付息能力
深圳歌力思服饰股份有限公司5.435.251.69
苏州楚星时尚纺织集团股份有限公司5.325.032.59
探路者控股集团股份有限公司5.385.213.16
仙宜岱股份有限公司5.295.171.99
浙江棒杰数码针织品股份有限公司5.215.002.77
浙江红蜻蜓鞋业股份有限公司5.295.162.14
广东天创时尚鞋业股份有限公司5.385.363.82
杭州维欧艾丝绸股份有限公司5.495.273.68
金发拉比妇婴童用品股份有限公司5.415.395.49
九牧王股份有限公司5.42122.91
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/智慧金融/银行企业信用风险实时监测/js/index.js b/智慧金融/银行企业信用风险实时监测/js/index.js new file mode 100644 index 0000000..b0749ae --- /dev/null +++ b/智慧金融/银行企业信用风险实时监测/js/index.js @@ -0,0 +1,1163 @@ + + +var colors = ['#5793f3', '#d14a61', '#675bba']; + + +option = { + color: colors, + + tooltip: { + trigger: 'item', + axisPointer: { + type: 'cross' + } + }, + legend: { + data:['实际值', '预测上限','预测下限'], + icon: 'roundRect', + textStyle: { + color: '#fff' + } + }, + grid: { + top: 30, + bottom: 60 + }, + xAxis: [ + { + type: 'category', + axisTick: { + alignWithLabel: true + }, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12, + rotate:45, + }, + axisLine: { + onZero: false, + lineStyle: { + color: colors[1] + } + }, + axisPointer: { + label: { + show: false, + formatter: function (params) { + return params.value + + (params.seriesData.length ? ':' + params.seriesData[0].data : ''); + } + } + }, + data: ["2017.11.15", "2017.11.16", "2017.11.17", "2017.11.18", "2017.11.19", "2017.11.20", "2017.11.21", "2017.11.22", "2017.11.23", "2017.11.24", "2017.11.25", "2017.11.26"] + } + ], + yAxis: [ + { + type: 'value', + max : 7, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12, + formatter: '{value}' + }, + min: 1, + splitLine: { + show: false + }, + data: [1, 2, 3, 4, 5, 6, 7,8] + } + ], + series: [ + + { + name:'实际值', + type:'line', + smooth: true, + markArea: { + silent: true, + label: { + normal: { + position: ['10%', '50%'] + } + }, + data: [ + [{ + yAxis: 1, + itemStyle: { + normal: { + color: 'rgba(68,2,30,0.2)' + } + }, + }, { + yAxis: 3 + }], + [{ + yAxis: 3, + itemStyle: { + normal: { + color: 'rgba(87,81,29,0.2)' + } + }, + }, { + yAxis: 5 + }], + [{ + + yAxis: 5, + itemStyle: { + normal: { + color: 'rgba(2,78,40,0.2)' + } + } + }, { + yAxis: 7, + }] + ] + }, + data: [5.53] + },{ + type: 'line', + name: '预测上限', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + show: false, + color: '#00eef8', + opacity: 0 + }, + emphasis: { + color: '#00eef8', + } + }, + lineStyle: { + normal: { + color: '#00eef8', + } + }, + data: [5.57, 5.73, 5.61, 5.63, 5.69, 5.64, 5.9,5.71,5.69,5.69,5.76,5.9], + }, + { + type: 'line', + name: '预测下限', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + color: '#ffbe0d', + opacity: 0 + }, + emphasis: { + color: '#ffbe0d', + } + }, + lineStyle: { + normal: { + color: '#ffbe0d', + } + }, + data: [5.24, 5.44, 5.25, 5.08, 5.44, 5.46, 5.6,5.28,5.35,5.34,5.32,5.37], + } + ] +}; + +optionbtm = { + color: colors, + + tooltip: { + trigger: 'item', + axisPointer: { + type: 'cross' + } + }, + legend: { + data:['实际值', '预测上限','预测下限'], + icon: 'roundRect', + textStyle: { + color: '#fff' + } + }, + grid: { + top: 30, + bottom: 60 + }, + xAxis: [ + { + type: 'category', + axisTick: { + alignWithLabel: true + }, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12, + rotate:45, + }, + axisLine: { + onZero: false, + lineStyle: { + color: colors[1] + } + }, + axisPointer: { + label: { + show: false, + formatter: function (params) { + return params.value + + (params.seriesData.length ? ':' + params.seriesData[0].data : ''); + } + } + }, + data: ["2017.11.15", "2017.11.16", "2017.11.17", "2017.11.18", "2017.11.19", "2017.11.20", "2017.11.21", "2017.11.22", "2017.11.23", "2017.11.24", "2017.11.25", "2017.11.26"] + } + ], + yAxis: [ + { + type: 'value', + max : 7, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12, + formatter: '{value}' + }, + min: 1, + splitLine: { + show: false + }, + data: [1, 2, 3, 4, 5, 6, 7,8] + } + ], + series: [ + + { + name:'实际值', + type:'line', + smooth: true, + markArea: { + silent: true, + label: { + normal: { + position: ['10%', '50%'] + } + }, + data: [ + [{ + yAxis: 1, + itemStyle: { + normal: { + color: 'rgba(68,2,30,0.2)' + } + }, + }, { + yAxis: 3 + }], + [{ + yAxis: 3, + itemStyle: { + normal: { + color: 'rgba(87,81,29,0.2)' + } + }, + }, { + yAxis: 5 + }], + [{ + + yAxis: 5, + itemStyle: { + normal: { + color: 'rgba(2,78,40,0.2)' + } + } + }, { + yAxis: 7, + }] + ] + }, + data: [3.78] + },{ + type: 'line', + name: '预测上限', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + show: false, + color: '#00eef8', + opacity: 0 + }, + emphasis: { + color: '#00eef8', + } + }, + lineStyle: { + normal: { + color: '#00eef8', + } + }, + data: [4.02, 3.98, 3.87, 3.68, 3.76,4.02, 3.82,3.8,3.84,3.62,3.84,4.08], + }, + { + type: 'line', + name: '预测下限', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + color: '#ffbe0d', + opacity: 0 + }, + emphasis: { + color: '#ffbe0d', + } + }, + lineStyle: { + normal: { + color: '#ffbe0d', + } + }, + data: [3.67, 3.78, 3.43, 3.4, 3.39, 3.59, 3.43,3.31,3.53,3.33,3.53,3.52], + } + ] +}; +optioncenter = { + color: colors, + + tooltip: { + trigger: 'item', + axisPointer: { + type: 'cross' + } + }, + legend: { + data:['实际值', '预测上限','预测下限'], + icon: 'roundRect', + textStyle: { + color: '#fff' + } + }, + grid: { + top: 30, + bottom: 60 + }, + xAxis: [ + { + type: 'category', + axisTick: { + alignWithLabel: true + }, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12, + rotate:45, + }, + axisLine: { + onZero: false, + lineStyle: { + color: colors[1] + } + }, + axisPointer: { + label: { + show: false, + formatter: function (params) { + return params.value + + (params.seriesData.length ? ':' + params.seriesData[0].data : ''); + } + } + }, + data: ["2017.11.15", "2017.11.16", "2017.11.17", "2017.11.18", "2017.11.19", "2017.11.20", "2017.11.21", "2017.11.22", "2017.11.23", "2017.11.24", "2017.11.25", "2017.11.26"] + } + ], + yAxis: [ + { + type: 'value', + max : 7, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12, + formatter: '{value}' + }, + min: 1, + splitLine: { + show: false + }, + data: [1, 2, 3, 4, 5, 6, 7,8] + } + ], + series: [ + + { + name:'实际值', + type:'line', + smooth: true, + markArea: { + silent: true, + label: { + normal: { + position: ['10%', '50%'] + } + }, + data: [ + [{ + yAxis: 1, + itemStyle: { + normal: { + color: 'rgba(68,2,30,0.2)' + } + }, + }, { + yAxis: 3 + }], + [{ + yAxis: 3, + itemStyle: { + normal: { + color: 'rgba(87,81,29,0.2)' + } + }, + }, { + yAxis: 5 + }], + [{ + + yAxis: 5, + itemStyle: { + normal: { + color: 'rgba(2,78,40,0.2)' + } + } + }, { + yAxis: 7, + }] + ] + }, + data: [5.69] + },{ + type: 'line', + name: '预测上限', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + show: false, + color: '#00eef8', + opacity: 0 + }, + emphasis: { + color: '#00eef8', + } + }, + lineStyle: { + normal: { + color: '#00eef8', + } + }, + data: [5.83, 5.75, 5.85, 5.55, 5.56,5.53, 5.61,5.68,5.74,5.56,5.57,5.78], + }, + { + type: 'line', + name: '预测下限', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + color: '#ffbe0d', + opacity: 0 + }, + emphasis: { + color: '#ffbe0d', + } + }, + lineStyle: { + normal: { + color: '#ffbe0d', + } + }, + data: [5.48, 5.52, 5.39, 5.2, 5.28, 5.04, 5.29,5.33,5.42,5.31,5.28,5.42], + } + ] +}; + // 折线 +var colors = ['#0997c1', '#c22167', '#082773', '#604fb9', '#0067c3', '#68cdfb','#5793f3', '#d14a61', '#675bba']; +//[]; + +option1 = { + color: colors, + + tooltip: { + trigger: 'axis', + axisPointer: { + type: 'cross' + } + }, + grid: { + right: '20%' + }, +/* toolbox: { + feature: { + dataView: {show: true, readOnly: false}, + restore: {show: true}, + saveAsImage: {show: true} + } + },*/ + legend: { + data:['家纺成品','坯布','印染布','面纱','原棉','其他','原材料坯布','原材料棉纱','原材料棉花','原材料亚麻'], + textStyle: { + color:"#fff" + }, + /* icon: 'roundRect',*/ + orient: 'left', + x: 'right', + textStyle: { + fontSize: '14', + color: '#fff' + }, + }, + xAxis: [ + { + type: 'category', + axisTick: { + alignWithLabel: true + }, + data: ['2017/11/1','2017/11/8','2017/11/15','2017/11/22','2017/11/29'], + axisLabel: { + formatter: '{value}', + color:"#fff" + } + } + ], + yAxis: [ + { + type: 'value', + name: '金额(元)', + min: 0, + max: 110000000, + position: 'left', + axisLine: { + lineStyle: { + color: colors[0] + } + }, + axisLabel: { + formatter: '{value}', + color:"#fff" + }, + splitLine: { + show: true, + lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式 + color: 'rgba(255, 255, 255, 0)', + } + }, + }, + { + type: 'value', + name: '降水量', + show:false + /* min: 0, + max: 250, + position: 'right', + offset: 80, + axisLine: { + lineStyle: { + color: colors[1] + } + }, + axisLabel: { + formatter: '{value} ml', + color:"#fff" + },*/ + + }, + { + type: 'value', + name: '温度', + show:false +/* min: 0, + max: 25, + position: 'left', + axisLine: { + lineStyle: { + color: colors[2] + } + }, + axisLabel: { + formatter: '{value} °C', + color:"#fff" + }*/ + } + ], + series: [ + { + name:'家纺成品', + type:'bar', + data:[80883063, 87892687, 82954627, 75825942, 80094867] + }, + { + name:'坯布', + type:'bar', + yAxisIndex: 1, + data:[88254186, 79616338, 63914752, 84783826, 98170970] + }, + { + name:'印染布', + type:'bar', + yAxisIndex: 1, + data:[69631541, 93435263, 80879546, 72900346, 95863826] + },{ + name:'面纱', + type:'bar', + yAxisIndex: 1, + data:[92783922, 75013325, 72443447, 68968409, 99197853] + }, + { + name:'其他', + type:'bar', + yAxisIndex: 1, + data:[65304531, 64549296, 81638306, 70066027, 63719823] + }, + { + name:'原棉', + type:'bar', + yAxisIndex: 2, + data:[74006136, 64657032, 95932747, 67671029, 75813436] + }, + { + name:'原材料坯布', + type:'line', + yAxisIndex: 2, + data:[78797681, 78989914, 73629442, 69270637, 67861664] + }, + { + name:'原材料棉纱', + type:'line', + yAxisIndex: 2, + data:[61139633, 70880196, 67959026, 63032507, 63561829] + }, + { + name:'原材料棉花', + type:'line', + yAxisIndex: 2, + data:[71008955, 75256706, 63382129, 64836506, 76612864] + }, + { + name:'原材料亚麻', + type:'line', + yAxisIndex: 2, + data:[61199931, 64724184, 62696472, 79510928, 79315724] + } + ] +}; + /*option1 = { + + legend: { + show: true, + data:['原棉','家纺成品'], + icon: 'roundRect', + orient: 'left', + x: 'right', + textStyle: { + fontSize: '14', + color: '#fff' + }, + }, + grid: { + left: '6%', + right: '17%', + top: '18%', + bottom: '6%', + containLabel: true + }, + textStyle: { + fontSize: '14', + fontWeight: 'normal', + color: '#ffffff' + }, + xAxis: { + show: true, + type: 'category', + boundaryGap: false, + data: ['2017-11-1','2017-11-8','2017-11-15','2017-11-22','2017-11-29','11-7','11-8'], + }, + yAxis: { + show: true, + type: 'value', + symbol: 'circle', + symbolSize: 10, + smooth: true, + splitLine: { + show: true, + lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式 + color: 'rgba(255, 255, 255, 0.06)', + } + }, + axisLabel: { + formatter: function(params) { + if (params === 0) { + return '' + } else { + return params + } + } + } + }, + series: [{ + name: '原棉', + type: 'line', + symbol: 'circle', + smooth: true, + itemStyle: { + normal: { + lineStyle: { + color: 'rgba(197, 38, 78, 0.9)' + } + } + }, + areaStyle: { + normal: { + color: { + type: 'linear', + x: 0, + y: 0, + x2: 0, + y2: 1, + colorStops: [{ + offset: 0, + color: 'rgba(197, 38, 78, 0.4)', + }, { + offset: 1, + color: 'rgba(255, 225, 0, 0.1)', + }], + globalCoord: false + }, + } + }, + data: [150,113,60,120,30,280,200] + },{ + type: 'line', + name: '家纺成品', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + color: 'rgb(5, 194, 92)', + } + }, + lineStyle: { + normal: { + color: 'rgb(5, 194, 92)', + } + }, + data: [30, 25, 74, 143, 93, 100, 135] + },{ + name:'蒸发量', + type:'bar', + barWidth: 10, + itemStyle: { + normal: { + color: 'rgb(5, 194, 92)', + } + }, + data:[7.0, 23.2, 25.6, 76.7, 135.6, 162.2, 32.6] + }] +};*/ +//折线xiao +var optionl2 = { +color: 'rgba(0, 184, 236, 0.9)', + tooltip: { + trigger: 'axis', + axisPointer: { + type: 'cross' + } + }, + legend: { + show: true, + orient: 'left', + x: 'right', + textStyle: { + fontSize: '14', + color: '#fff' + }, + }, + grid: { + left: '6%', + right: '6%', + top: '18%', + bottom: '6%', + containLabel: true + }, + textStyle: { + fontSize: '14', + fontWeight: 'normal', + color: '#ffffff' + }, + xAxis: { + type: 'category', + axisTick: { + alignWithLabel: true, + inside: true + }, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12, + rotate:45, + }, + axisLine: { + onZero: false, + lineStyle: { + color: '#fff' + } + }, + axisPointer: { + label: { + show: false, + backgroundColor:'#007EDD' + } + }, + + data: ['2017/11/1','2017/11/8','2017/11/15','2017/11/22','2017/11/29'], + }, + yAxis: { + show: true, + axisLabel: { + color:'#fff', + interval: 0, + fontSize :12 + }, + axisTick: { + alignWithLabel: true, + inside: true + }, + axisLine: { + onZero: false, + lineStyle: { + color: '#fff' + } + }, + axisPointer: { + label: { + show: false, + } + }, + type: 'value', + symbol: 'circle', + symbolSize: 10, + smooth: true, + splitLine: { + show: true, + lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式 + color: 'rgba(255, 255, 255, 0)', + } + } + }, + series: [{ + type: 'line', + name: '产品或服务产能指数', + symbol: 'circle', + symbolSize: 10, + smooth: true, + itemStyle: { + normal: { + color: 'rgba(0, 184, 236, 0)', + }, + emphasis: { + color: 'rgba(0, 184, 236, 1)', + } + }, + lineStyle: { + normal: { + color: 'rgba(0, 184, 236, 0.9)', + } + }, + data: [5.18, 5.26, 5.05, 5.14, 5.27], + areaStyle: { + normal: { + color: { + type: 'linear', + x: 0, + y: 0, + x2: 0, + y2: 1, + colorStops: [{ + offset: 0, + color: 'rgba(0, 184, 236, 0.4)', + }, { + offset: 1, + color: 'rgba(0, 184, 236, 0.1)', + }], + globalCoord: false + }, + } + }, + }] +}; +///饼图 +option2 = { + title: { + text: '合计', + textStyle:{ + color: '#fff' + }, + subtext: '8,210,481,162.58', + subtextStyle: { + color: '#fff', + fontSize:18, + }, + x: 'center', + y: 'center' + }, + tooltip: { + trigger: 'item', + formatter: '{c}' + }, + legend: { + show: true, + y: 'top', + data:['非受限库存现金','应收款项类','其他非流动资产类','固定资产类','金融资产类','其他流动资产类项类'], + orient: 'left', + x: 0, + y: 0, + textStyle: { + fontSize: '14', + color: '#fff' + }, + }, + calculable: true, + series: [ + { + color: ['#0997c1', '#c22167', '#082773', '#604fb9', '#0067c3', '#68cdfb'], + type: 'pie', + radius: [50, 200], + center: ['50%', '50%'], + + //roseType: 'radius', + label: { + normal: { + /* position: 'inside',*/ + color:"#fff" + } + }, + tooltip: { + formatter: function (params) { + var b=parseFloat(params.value).toString(); + var len=b.length; + if(len<=3){return b;} + var r=len%3; + var aNew = b.split(".")[1]; + return r>0?b.slice(0,r)+","+b.slice(r,len).match(/\d{3}/g).join(",")+"."+aNew:b.slice(r,len).match(/\d{3}/g).join(","); + } + }, + itemStyle: { + normal: { + + /*borderWidth: 14.5, + borderColor: 'rgba(255, 255, 255, 1)'*/ + } + }, + data: [ + {value: 1578125718.62, name:'非受限库存现金'}, + {value: 1135040262.72, name: '应收款项类'}, + {value: 1276828336.26, name: '其他非流动资产类'}, + {value: 2890680272.55, name: '固定资产类'}, + {value: 108959878.55, name: '金融资产类'}, + {value: 1183489550.95, name: '其他流动资产类项类'}, + ] + } + ] + } +option22 = { + title: { + text: '合计', + subtext: '4,363,978,628.282', + subtextStyle: { + color: '#fff', + fontSize:18, + }, + textStyle:{ + color: '#fff', + verticalAlign: 'top' + }, + x: 'center', + y: 'center' + }, + tooltip: { + trigger: 'item', + formatter: '{c}' + }, + legend: { + show: true, + y: 'top', + data:['非受限库存现金','应收款项类','其他非流动资产类','固定资产类','金融资产类','其他流动资产类项类'], + orient: 'top', + x: 0, + y: 0, + textStyle: { + fontSize: '14', + color: '#fff' + }, + }, + calculable: true, + series: [ + { + color: ['#0997c1', '#c22167', '#082773', '#604fb9', '#0067c3', '#68cdfb'], + type: 'pie', + radius: [50, 200], + center: ['50%', '50%'], + + //roseType: 'radius', + label: { + normal: { + /* position: 'inside',*/ + color:"#fff" + } + }, + tooltip: { + formatter: function (params) { + var b=parseFloat(params.value).toString(); + var len=b.length; + if(len<=3){return b;} + var r=len%3; + var aNew = b.split(".")[1]; + return r>0?b.slice(0,r)+","+b.slice(r,len).match(/\d{3}/g).join(",")+"."+aNew:b.slice(r,len).match(/\d{3}/g).join(","); + } + }, + itemStyle: { + normal: { + + /*borderWidth: 14.5, + borderColor: 'rgba(255, 255, 255, 1)'*/ + } + }, + data: [ + {value: 1578125718.62, name:'非受限库存现金'}, + {value: 798957183.904, name: '应收款项类'}, + {value: 568063603.409, name: '其他非流动资产类'}, + {value: 54479939.275, name: '固定资产类'}, + {value: 898636362.694, name: '金融资产类'}, + {value: 1465715820.38, name: '其他流动资产类项类'}, + ] + } + ] + } + + +/*var webkitDep = { + "type": "force", + "categories": [//关系网类别,可以写多组 + { + "name": "人物关系",//关系网名称 + "keyword": {}, + "base": "人物关系" + } + ], + "nodes": [//展示的节点 + { + "name": "齐悦科技",//节点名称 + "value": 3, + "category": 0//与关系网类别索引对应,此处只有一个关系网所以这里写0 + }, + { + "name": "股权链", + "value": 1, + "category": 0 + }, + { + "name": "信用链", + "value": 1, + "category": 0 + }, + { + "name": "股东", + "value": 1, + "category": 0 + } + ], + "links": [//节点之间连接 + { + "source": 0,//起始节点,0表示第一个节点 + "target": 1 //目标节点,1表示与索引为1的节点进行连接 + }, + { + "source": 0, + "target": 2 + },{ + "source": 1, + "target": 3 + } + ] +}; + + optiongx = { + legend: { + data: ['人物关系']//此处的数据必须和关系网类别中name相对应 + }, + series: [{ + type: 'graph', + layout: 'force', + animation: false, + label: { + normal: { + show:true, + position: 'right' + } + }, + draggable: true, + data: webkitDep.nodes.map(function (node, idx) { + node.id = idx; + return node; + }), + categories: webkitDep.categories, + force: { + edgeLength: 105,//连线的长度 + repulsion: 100 //子节点之间的间距 + }, + edges: webkitDep.links + }] + }; + var guanxi = echarts.init(document.getElementById('guanxi')); + guanxi.setOption(optiongx); */ + function tohref(){ + window.location.href = "sanlian.html?1"; + } + function toindex(){ + window.location.href = "index.html"; + + + } + +function loadtm(){ + var days=new Array ("日", "一", "二", "三", "四", "五", "六"); + var currentDT = new Date(); + var y,m,date,day,hs,ms,ss,theDateStr; + y = currentDT.getFullYear(); //四位整数表示的年份 + m = currentDT.getMonth(); //月 + date = currentDT.getDate(); //日 + day = currentDT.getDay(); //星期 + hs = currentDT.getHours(); //时 + ms = currentDT.getMinutes(); //分 + ss = currentDT.getSeconds(); //秒 + //theDateStr = y+"年"+ m +"月"+date+"日 星期"+days[day]+" "+hs+":"+ms+":"+ss; + theDateStr = " "+p(hs)+":"+p(ms)+":"+p(ss); + console.log(theDateStr) + $(".tmtext>span span").html(theDateStr); + // setTimeout 在执行时,是在载入后延迟指定时间后,去执行一次表达式,仅执行一次 + +} + function p(s) { + return s < 10 ? '0' + s: s; + } + window.setInterval( loadtm, 1000); \ No newline at end of file diff --git a/智慧金融/银行企业信用风险实时监测/js/sanlian.js b/智慧金融/银行企业信用风险实时监测/js/sanlian.js new file mode 100644 index 0000000..1a513a3 --- /dev/null +++ b/智慧金融/银行企业信用风险实时监测/js/sanlian.js @@ -0,0 +1,433 @@ +//三链图 + // 路径配置 + require.config({ + paths: { + echarts: 'http://echarts.baidu.com/build/dist' + } + }); + var nodes = []; + var links = []; + var constMaxDepth = 2; + var constMaxChildren = 7; + var constMinChildren = 4; + var constMaxRadius = 10; + var constMinRadius = 2; + +nodes = [//展示的节点 + { + "name": "齐悦科技",//节点名称 + "value": 43, + "depth": 0, + "id": 0, + "category": 3//与关系网类别索引对应,此处只有一个关系网所以这里写0 + }, + { + "name": "股权链", + "value": 20, + "category": 2, + "depth": 1, + "id": 1, + }, + { + "name": "信用链", + "value": 20, + "category": 2, + "depth": 2, + "id": 2, + }, + { + "name": "股东", + "value": 10, + "category": 1 , + "depth": 1, + "id": 3 + },{ + "name": "愉悦投资66.67%", + "value": 3, + "category": 0 , + "depth": 1, + "id": 4 + },{ + "name": "愉悦投资33.33%", + "value": 3, + "category": 0 , + "depth": 1, + "id": 5 + },{ + "name": "供应链", + "value": 20, + "category": 2, + "depth": 3, + "id": 6, + }, + { + "name": "控股公司", + "value": 10, + "category": 1 , + "depth": 1, + "id": 7 + },{ + "name": "愉悦家纺100%", + "value": 3, + "category": 0 , + "depth": 1, + "id": 8 + },{ + "name": "东力热电45%", + "value": 3, + "category": 0 , + "depth": 1, + "id": 9 + },{ + "name": "愉悦物流60%", + "value": 3, + "category": 0 , + "depth": 1, + "id": 10 + },{ + "name": "居家悦品90%", + "value": 3, + "category": 0 , + "depth": 1, + "id": 11 + },{ + "name": "黄河三角洲19.29%", + "value": 3, + "category": 0 , + "depth": 1, + "id": 12 + },{ + "name": "关联公司", + "value": 10, + "category": 1 , + "depth": 2, + "id": 13 + } + ,{ + "name": "银行借款", + "value": 10, + "category": 1 , + "depth": 2, + "id": 14 + },{ + "name": "银行授信", + "value": 10, + "category": 1 , + "depth": 2, + "id": 15 + },{ + "name": "存续债券", + "value": 10, + "category": 1 , + "depth": 2, + "id": 16 + },{ + "name": "担保类系链", + "value": 10, + "category": 1 , + "depth": 2, + "id": 17 + },{ + "name": "滨印集团28%", + "value": 3, + "category": 0 , + "depth": 2, + "id": 18 + },{ + "name": "17齐悦0183%", + "value": 3, + "category": 0 , + "depth": 2, + "id": 19 + },{ + "name": "上游", + "value": 10, + "category": 1 , + "depth": 3, + "id": 20 + },{ + "name": "下游", + "value": 10, + "category": 1 , + "depth": 3, + "id": 21 + },{ + "name": "铜陵华源麻业9.86%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 22 + },{ + "name": "邹平泰升纺织7.31%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 23 + },{ + "name": "荆州福瑞源纺织6.93%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 24 + },{ + "name": "山东祥瑞祥纺织6.55%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 25 + },{ + "name": "江苏明源纺织6.31%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 26 + },{ + "name": "IKEA Supply AG18.45%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 27 + },{ + "name": "威海海思5.74%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 28 + },{ + "name": "圣美伦5.62%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 29 + },{ + "name": "威海润凡4.16%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 30 + },{ + "name": "宜家分拨(上海)3.79%", + "value": 3, + "category": 0 , + "depth": 3, + "id": 31 + } + ]; + links = [//节点之间连接 + { + "source": 0,//起始节点,0表示第一个节点 + "target": 1, + "weight": 1 + }, + { + "source": 0, + "target": 2 + }, + { + "source": 0,//起始节点,0表示第一个节点 + "target": 6, + "weight": 1 + },{ + "source": 1, + "target": 3 + },{ + "source": 1, + "target": 7 + },{ + "source": 3, + "target": 4 + } + ,{ + "source": 3, + "target": 5 + },{ + "source": 7, + "target": 8 + },{ + "source": 7, + "target": 9 + }, + { + "source": 7, + "target": 10 + },{ + "source": 7, + "target": 11 + },{ + "source": 7, + "target": 12 + },{ + "source": 2, + "target": 13 + },{ + "source": 2, + "target": 14 + },{ + "source": 2, + "target": 15 + },{ + "source": 2, + "target": 16 + },{ + "source": 2, + "target": 17 + },{ + "source": 17, + "target": 18 + },{ + "source": 16, + "target": 19 + },{ + "source": 6, + "target": 20 + },{ + "source": 6, + "target": 21 + },{ + "source": 20, + "target": 22 + },{ + "source": 20, + "target": 23 + },{ + "source": 20, + "target": 24 + },{ + "source": 20, + "target": 25 + },{ + "source": 20, + "target": 26 + },{ + "source": 21, + "target": 27 + },{ + "source": 21, + "target": 28 + },{ + "source": 21, + "target": 29 + },{ + "source": 21, + "target": 30 + },{ + "source": 21, + "target": 31 + },{ + "source": 21, + "target": 32 + } + ] + for(var i=0; i_y||t<-_y}function ft(t){this._target=t.target,this._life=t.life||1e3,this._delay=t.delay||0,this._initialized=!1,this.loop=null!=t.loop&&t.loop,this.gap=t.gap||0,this.easing=t.easing||"Linear",this.onframe=t.onframe,this.ondestroy=t.ondestroy,this.onrestart=t.onrestart,this._pausedTime=0,this._paused=!1}function gt(t){return(t=Math.round(t))<0?0:t>255?255:t}function pt(t){return(t=Math.round(t))<0?0:t>360?360:t}function mt(t){return t<0?0:t>1?1:t}function vt(t){return gt(t.length&&"%"===t.charAt(t.length-1)?parseFloat(t)/100*255:parseInt(t,10))}function yt(t){return mt(t.length&&"%"===t.charAt(t.length-1)?parseFloat(t)/100:parseFloat(t))}function xt(t,e,i){return i<0?i+=1:i>1&&(i-=1),6*i<1?t+(e-t)*i*6:2*i<1?e:3*i<2?t+(e-t)*(2/3-i)*6:t}function _t(t,e,i){return t+(e-t)*i}function bt(t,e,i,n,o){return t[0]=e,t[1]=i,t[2]=n,t[3]=o,t}function wt(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}function St(t,e){Py&&wt(Py,e),Py=ky.put(t,Py||e.slice())}function Mt(t,e){if(t){e=e||[];var i=ky.get(t);if(i)return wt(e,i);var n=(t+="").replace(/ /g,"").toLowerCase();if(n in Ly)return wt(e,Ly[n]),St(t,e),e;if("#"!==n.charAt(0)){var o=n.indexOf("("),a=n.indexOf(")");if(-1!==o&&a+1===n.length){var r=n.substr(0,o),s=n.substr(o+1,a-(o+1)).split(","),l=1;switch(r){case"rgba":if(4!==s.length)return void bt(e,0,0,0,1);l=yt(s.pop());case"rgb":return 3!==s.length?void bt(e,0,0,0,1):(bt(e,vt(s[0]),vt(s[1]),vt(s[2]),l),St(t,e),e);case"hsla":return 4!==s.length?void bt(e,0,0,0,1):(s[3]=yt(s[3]),It(s,e),St(t,e),e);case"hsl":return 3!==s.length?void bt(e,0,0,0,1):(It(s,e),St(t,e),e);default:return}}bt(e,0,0,0,1)}else{if(4===n.length)return(h=parseInt(n.substr(1),16))>=0&&h<=4095?(bt(e,(3840&h)>>4|(3840&h)>>8,240&h|(240&h)>>4,15&h|(15&h)<<4,1),St(t,e),e):void bt(e,0,0,0,1);if(7===n.length){var h=parseInt(n.substr(1),16);return h>=0&&h<=16777215?(bt(e,(16711680&h)>>16,(65280&h)>>8,255&h,1),St(t,e),e):void bt(e,0,0,0,1)}}}}function It(t,e){var i=(parseFloat(t[0])%360+360)%360/360,n=yt(t[1]),o=yt(t[2]),a=o<=.5?o*(n+1):o+n-o*n,r=2*o-a;return e=e||[],bt(e,gt(255*xt(r,a,i+1/3)),gt(255*xt(r,a,i)),gt(255*xt(r,a,i-1/3)),1),4===t.length&&(e[3]=t[3]),e}function Tt(t){if(t){var e,i,n=t[0]/255,o=t[1]/255,a=t[2]/255,r=Math.min(n,o,a),s=Math.max(n,o,a),l=s-r,h=(s+r)/2;if(0===l)e=0,i=0;else{i=h<.5?l/(s+r):l/(2-s-r);var u=((s-n)/6+l/2)/l,c=((s-o)/6+l/2)/l,d=((s-a)/6+l/2)/l;n===s?e=d-c:o===s?e=1/3+u-d:a===s&&(e=2/3+c-u),e<0&&(e+=1),e>1&&(e-=1)}var f=[360*e,i,h];return null!=t[3]&&f.push(t[3]),f}}function At(t,e){var i=Mt(t);if(i){for(var n=0;n<3;n++)i[n]=e<0?i[n]*(1-e)|0:(255-i[n])*e+i[n]|0;return Ot(i,4===i.length?"rgba":"rgb")}}function Ct(t){var e=Mt(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)}function Dt(t,e,i){if(e&&e.length&&t>=0&&t<=1){i=i||[];var n=t*(e.length-1),o=Math.floor(n),a=Math.ceil(n),r=e[o],s=e[a],l=n-o;return i[0]=gt(_t(r[0],s[0],l)),i[1]=gt(_t(r[1],s[1],l)),i[2]=gt(_t(r[2],s[2],l)),i[3]=mt(_t(r[3],s[3],l)),i}}function Lt(t,e,i){if(e&&e.length&&t>=0&&t<=1){var n=t*(e.length-1),o=Math.floor(n),a=Math.ceil(n),r=Mt(e[o]),s=Mt(e[a]),l=n-o,h=Ot([gt(_t(r[0],s[0],l)),gt(_t(r[1],s[1],l)),gt(_t(r[2],s[2],l)),mt(_t(r[3],s[3],l))],"rgba");return i?{color:h,leftIndex:o,rightIndex:a,value:n}:h}}function kt(t,e,i,n){if(t=Mt(t))return t=Tt(t),null!=e&&(t[0]=pt(e)),null!=i&&(t[1]=yt(i)),null!=n&&(t[2]=yt(n)),Ot(It(t),"rgba")}function Pt(t,e){if((t=Mt(t))&&null!=e)return t[3]=mt(e),Ot(t,"rgba")}function Ot(t,e){if(t&&t.length){var i=t[0]+","+t[1]+","+t[2];return"rgba"!==e&&"hsva"!==e&&"hsla"!==e||(i+=","+t[3]),e+"("+i+")"}}function zt(t,e){return t[e]}function Nt(t,e,i){t[e]=i}function Et(t,e,i){return(e-t)*i+t}function Rt(t,e,i){return i>.5?e:t}function Vt(t,e,i,n,o){var a=t.length;if(1==o)for(s=0;so)t.length=o;else for(r=n;r=0&&!(m[i]<=e);i--);i=Math.min(i,h-2)}else{for(i=L;ie);i++);i=Math.min(i-1,h-2)}L=i,k=e;var n=m[i+1]-m[i];if(0!==n)if(I=(e-m[i])/n,l)if(A=v[i],T=v[0===i?i:i-1],C=v[i>h-2?h-1:i+1],D=v[i>h-3?h-1:i+2],d)Wt(T,A,C,D,I,I*I,I*I*I,r(t,o),p);else{if(f)a=Wt(T,A,C,D,I,I*I,I*I*I,P,1),a=Zt(P);else{if(g)return Rt(A,C,I);a=Ht(T,A,C,D,I,I*I,I*I*I)}s(t,o,a)}else if(d)Vt(v[i],v[i+1],I,r(t,o),p);else{var a;if(f)Vt(v[i],v[i+1],I,P,1),a=Zt(P);else{if(g)return Rt(v[i],v[i+1],I);a=Et(v[i],v[i+1],I)}s(t,o,a)}},ondestroy:i});return e&&"spline"!==e&&(O.easing=e),O}}}function jt(t,e,i,n){i<0&&(t+=i,i=-i),n<0&&(e+=n,n=-n),this.x=t,this.y=e,this.width=i,this.height=n}function qt(t){for(var e=0;t>=qy;)e|=1&t,t>>=1;return t+e}function Yt(t,e,i,n){var o=e+1;if(o===i)return 1;if(n(t[o++],t[e])<0){for(;o=0;)o++;return o-e}function $t(t,e,i){for(i--;e>>1])<0?l=a:s=a+1;var h=n-s;switch(h){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(;h>0;)t[s+h]=t[s+h-1],h--}t[s]=r}}function Jt(t,e,i,n,o,a){var r=0,s=0,l=1;if(a(t,e[i+o])>0){for(s=n-o;l0;)r=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),r+=o,l+=o}else{for(s=o+1;ls&&(l=s);var h=r;r=o-l,l=o-h}for(r++;r>>1);a(t,e[i+u])>0?r=u+1:l=u}return l}function Qt(t,e,i,n,o,a){var r=0,s=0,l=1;if(a(t,e[i+o])<0){for(s=o+1;ls&&(l=s);var h=r;r=o-l,l=o-h}else{for(s=n-o;l=0;)r=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),r+=o,l+=o}for(r++;r>>1);a(t,e[i+u])<0?l=u:r=u+1}return l}function te(t,e){function i(i){var s=a[i],h=r[i],u=a[i+1],c=r[i+1];r[i]=h+c,i===l-3&&(a[i+1]=a[i+2],r[i+1]=r[i+2]),l--;var d=Qt(t[u],t,s,h,0,e);s+=d,0!==(h-=d)&&0!==(c=Jt(t[s+h-1],t,u,c,c-1,e))&&(h<=c?n(s,h,u,c):o(s,h,u,c))}function n(i,n,o,a){var r=0;for(r=0;r=Yy||f>=Yy);if(g)break;p<0&&(p=0),p+=2}if((s=p)<1&&(s=1),1===n){for(r=0;r=0;r--)t[f+r]=t[d+r];if(0===n){v=!0;break}}if(t[c--]=h[u--],1==--a){v=!0;break}if(0!=(m=a-Jt(t[l],h,0,a,a-1,e))){for(a-=m,f=(c-=m)+1,d=(u-=m)+1,r=0;r=Yy||m>=Yy);if(v)break;g<0&&(g=0),g+=2}if((s=g)<1&&(s=1),1===a){for(f=(c-=n)+1,d=(l-=n)+1,r=n-1;r>=0;r--)t[f+r]=t[d+r];t[c]=h[u]}else{if(0===a)throw new Error;for(d=c-(a-1),r=0;r=0;r--)t[f+r]=t[d+r];t[c]=h[u]}else for(d=c-(a-1),r=0;r1;){var t=l-2;if(t>=1&&r[t-1]<=r[t]+r[t+1]||t>=2&&r[t-2]<=r[t]+r[t-1])r[t-1]r[t+1])break;i(t)}},this.forceMergeRuns=function(){for(;l>1;){var t=l-2;t>0&&r[t-1]s&&(l=s),Kt(t,i,i+l,i+a,e),a=l}r.pushRun(i,a),r.mergeRuns(),o-=a,i+=a}while(0!==o);r.forceMergeRuns()}}function ie(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}function ne(t,e,i){var n=null==e.x?0:e.x,o=null==e.x2?1:e.x2,a=null==e.y?0:e.y,r=null==e.y2?0:e.y2;return e.global||(n=n*i.width+i.x,o=o*i.width+i.x,a=a*i.height+i.y,r=r*i.height+i.y),t.createLinearGradient(n,a,o,r)}function oe(t,e,i){var n=i.width,o=i.height,a=Math.min(n,o),r=null==e.x?.5:e.x,s=null==e.y?.5:e.y,l=null==e.r?.5:e.r;return e.global||(r=r*n+i.x,s=s*o+i.y,l*=a),t.createRadialGradient(r,s,0,r,s,l)}function ae(){return!1}function re(t,e,i){var n=iy(),o=e.getWidth(),a=e.getHeight(),r=n.style;return r.position="absolute",r.left=0,r.top=0,r.width=o+"px",r.height=a+"px",n.width=o*i,n.height=a*i,n.setAttribute("data-zr-dom-id",t),n}function se(t){if("string"==typeof t){var e=ax.get(t);return e&&e.image}return t}function le(t,e,i,n,o){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!i)return e;var a=ax.get(t),r={hostEl:i,cb:n,cbPayload:o};return a?!ue(e=a.image)&&a.pending.push(r):(!e&&(e=new Image),e.onload=he,ax.put(t,e.__cachedImgObj={image:e,pending:[r]}),e.src=e.__zrImageSrc=t),e}return t}return e}function he(){var t=this.__cachedImgObj;this.onload=this.__cachedImgObj=null;for(var e=0;elx&&(sx=0,rx={}),sx++,rx[i]=o,o}function de(t,e,i,n,o,a,r){return a?ge(t,e,i,n,o,a,r):fe(t,e,i,n,o,r)}function fe(t,e,i,n,o,a){var r=Me(t,e,o,a),s=ce(t,e);o&&(s+=o[1]+o[3]);var l=r.outerHeight,h=new jt(pe(0,s,i),me(0,l,n),s,l);return h.lineHeight=r.lineHeight,h}function ge(t,e,i,n,o,a,r){var s=Ie(t,{rich:a,truncate:r,font:e,textAlign:i,textPadding:o}),l=s.outerWidth,h=s.outerHeight;return new jt(pe(0,l,i),me(0,h,n),l,h)}function pe(t,e,i){return"right"===i?t-=e:"center"===i&&(t-=e/2),t}function me(t,e,i){return"middle"===i?t-=e/2:"bottom"===i&&(t-=e),t}function ve(t,e,i){var n=e.x,o=e.y,a=e.height,r=e.width,s=a/2,l="left",h="top";switch(t){case"left":n-=i,o+=s,l="right",h="middle";break;case"right":n+=i+r,o+=s,h="middle";break;case"top":n+=r/2,o-=i,l="center",h="bottom";break;case"bottom":n+=r/2,o+=a+i,l="center";break;case"inside":n+=r/2,o+=s,l="center",h="middle";break;case"insideLeft":n+=i,o+=s,h="middle";break;case"insideRight":n+=r-i,o+=s,l="right",h="middle";break;case"insideTop":n+=r/2,o+=i,l="center";break;case"insideBottom":n+=r/2,o+=a-i,l="center",h="bottom";break;case"insideTopLeft":n+=i,o+=i;break;case"insideTopRight":n+=r-i,o+=i,l="right";break;case"insideBottomLeft":n+=i,o+=a-i,h="bottom";break;case"insideBottomRight":n+=r-i,o+=a-i,l="right",h="bottom"}return{x:n,y:o,textAlign:l,textVerticalAlign:h}}function ye(t,e,i,n,o){if(!e)return"";var a=(t+"").split("\n");o=xe(e,i,n,o);for(var r=0,s=a.length;r=r;l++)s-=r;var h=ce(i);return h>s&&(i="",h=0),s=t-h,n.ellipsis=i,n.ellipsisWidth=h,n.contentWidth=s,n.containerWidth=t,n}function _e(t,e){var i=e.containerWidth,n=e.font,o=e.contentWidth;if(!i)return"";var a=ce(t,n);if(a<=i)return t;for(var r=0;;r++){if(a<=o||r>=e.maxIterations){t+=e.ellipsis;break}var s=0===r?be(t,o,e.ascCharWidth,e.cnCharWidth):a>0?Math.floor(t.length*o/a):0;a=ce(t=t.substr(0,s),n)}return""===t&&(t=e.placeholder),t}function be(t,e,i,n){for(var o=0,a=0,r=t.length;al)t="",a=[];else if(null!=h)for(var u=xe(h-(i?i[1]+i[3]:0),e,n.ellipsis,{minChar:n.minChar,placeholder:n.placeholder}),c=0,d=a.length;co&&Te(i,t.substring(o,a)),Te(i,n[2],n[1]),o=hx.lastIndex}of)return{lines:[],width:0,height:0};k.textWidth=ce(k.text,_);var w=y.textWidth,S=null==w||"auto"===w;if("string"==typeof w&&"%"===w.charAt(w.length-1))k.percentWidth=w,h.push(k),w=0;else{if(S){w=k.textWidth;var M=y.textBackgroundColor,I=M&&M.image;I&&ue(I=se(I))&&(w=Math.max(w,I.width*b/I.height))}var C=x?x[1]+x[3]:0;w+=C;var D=null!=d?d-m:null;null!=D&&Dl&&(i*=l/(c=i+n),n*=l/c),o+a>l&&(o*=l/(c=o+a),a*=l/c),n+o>h&&(n*=h/(c=n+o),o*=h/c),i+a>h&&(i*=h/(c=i+a),a*=h/c),t.moveTo(r+i,s),t.lineTo(r+l-n,s),0!==n&&t.quadraticCurveTo(r+l,s,r+l,s+n),t.lineTo(r+l,s+h-o),0!==o&&t.quadraticCurveTo(r+l,s+h,r+l-o,s+h),t.lineTo(r+a,s+h),0!==a&&t.quadraticCurveTo(r,s+h,r,s+h-a),t.lineTo(r,s+i),0!==i&&t.quadraticCurveTo(r,s,r+i,s)}function De(t){return Le(t),d(t.rich,Le),t}function Le(t){if(t){t.font=Ae(t);var e=t.textAlign;"middle"===e&&(e="center"),t.textAlign=null==e||dx[e]?e:"left";var i=t.textVerticalAlign||t.textBaseline;"center"===i&&(i="middle"),t.textVerticalAlign=null==i||fx[i]?i:"top",t.textPadding&&(t.textPadding=D(t.textPadding))}}function ke(t,e,i,n,o){n.rich?Oe(t,e,i,n,o):Pe(t,e,i,n,o)}function Pe(t,e,i,n,o){var a=We(e,"font",n.font||ux),r=n.textPadding,s=t.__textCotentBlock;s&&!t.__dirty||(s=t.__textCotentBlock=Me(i,a,r,n.truncate));var l=s.outerHeight,h=s.lines,u=s.lineHeight,c=Ge(l,n,o),d=c.baseX,f=c.baseY,g=c.textAlign,p=c.textVerticalAlign;Ne(e,n,o,d,f);var m=me(f,l,p),v=d,y=m,x=Re(n);if(x||r){var _=ce(i,a);r&&(_+=r[1]+r[3]);var b=pe(d,_,g);x&&Ve(t,e,n,b,m,_,l),r&&(v=Ue(d,g,r),y+=r[0])}We(e,"textAlign",g||"left"),We(e,"textBaseline","middle"),We(e,"shadowBlur",n.textShadowBlur||0),We(e,"shadowColor",n.textShadowColor||"transparent"),We(e,"shadowOffsetX",n.textShadowOffsetX||0),We(e,"shadowOffsetY",n.textShadowOffsetY||0),y+=u/2;var w=n.textStrokeWidth,S=He(n.textStroke,w),M=Fe(n.textFill);S&&(We(e,"lineWidth",w),We(e,"strokeStyle",S)),M&&We(e,"fillStyle",M);for(var I=0;I=0&&"right"===(_=w[D]).textAlign;)Ee(t,e,_,n,M,v,C,"right"),I-=_.width,C-=_.width,D--;for(A+=(a-(A-m)-(y-C)-I)/2;T<=D;)Ee(t,e,_=w[T],n,M,v,A+_.width/2,"center"),A+=_.width,T++;v+=M}}function Ne(t,e,i,n,o){if(i&&e.textRotation){var a=e.textOrigin;"center"===a?(n=i.width/2+i.x,o=i.height/2+i.y):a&&(n=a[0]+i.x,o=a[1]+i.y),t.translate(n,o),t.rotate(-e.textRotation),t.translate(-n,-o)}}function Ee(t,e,i,n,o,a,r,s){var l=n.rich[i.styleName]||{},h=i.textVerticalAlign,u=a+o/2;"top"===h?u=a+i.height/2:"bottom"===h&&(u=a+o-i.height/2),!i.isLineHolder&&Re(l)&&Ve(t,e,l,"right"===s?r-i.width:"center"===s?r-i.width/2:r,u-i.height/2,i.width,i.height);var c=i.textPadding;c&&(r=Ue(r,s,c),u-=i.height/2-c[2]-i.textHeight/2),We(e,"shadowBlur",A(l.textShadowBlur,n.textShadowBlur,0)),We(e,"shadowColor",l.textShadowColor||n.textShadowColor||"transparent"),We(e,"shadowOffsetX",A(l.textShadowOffsetX,n.textShadowOffsetX,0)),We(e,"shadowOffsetY",A(l.textShadowOffsetY,n.textShadowOffsetY,0)),We(e,"textAlign",s),We(e,"textBaseline","middle"),We(e,"font",i.font||ux);var d=He(l.textStroke||n.textStroke,g),f=Fe(l.textFill||n.textFill),g=T(l.textStrokeWidth,n.textStrokeWidth);d&&(We(e,"lineWidth",g),We(e,"strokeStyle",d),e.strokeText(i.text,r,u)),f&&(We(e,"fillStyle",f),e.fillText(i.text,r,u))}function Re(t){return t.textBackgroundColor||t.textBorderWidth&&t.textBorderColor}function Ve(t,e,i,n,o,a,r){var s=i.textBackgroundColor,l=i.textBorderWidth,h=i.textBorderColor,u=_(s);if(We(e,"shadowBlur",i.textBoxShadowBlur||0),We(e,"shadowColor",i.textBoxShadowColor||"transparent"),We(e,"shadowOffsetX",i.textBoxShadowOffsetX||0),We(e,"shadowOffsetY",i.textBoxShadowOffsetY||0),u||l&&h){e.beginPath();var c=i.textBorderRadius;c?Ce(e,{x:n,y:o,width:a,height:r,r:c}):e.rect(n,o,a,r),e.closePath()}if(u)We(e,"fillStyle",s),e.fill();else if(b(s)){var d=s.image;(d=le(d,null,t,Be,s))&&ue(d)&&e.drawImage(d,n,o,a,r)}l&&h&&(We(e,"lineWidth",l),We(e,"strokeStyle",h),e.stroke())}function Be(t,e){e.image=t}function Ge(t,e,i){var n=e.x||0,o=e.y||0,a=e.textAlign,r=e.textVerticalAlign;if(i){var s=e.textPosition;if(s instanceof Array)n=i.x+Ze(s[0],i.width),o=i.y+Ze(s[1],i.height);else{var l=ve(s,i,e.textDistance);n=l.x,o=l.y,a=a||l.textAlign,r=r||l.textVerticalAlign}var h=e.textOffset;h&&(n+=h[0],o+=h[1])}return{baseX:n,baseY:o,textAlign:a,textVerticalAlign:r}}function We(t,e,i){return t[e]=i,t[e]}function He(t,e){return null==t||e<=0||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function Fe(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function Ze(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function Ue(t,e,i){return"right"===e?t-i[1]:"center"===e?t+i[3]/2-i[1]/2:t+i[3]}function Xe(t,e){return null!=t&&(t||e.textBackgroundColor||e.textBorderWidth&&e.textBorderColor||e.textPadding)}function je(t){t=t||{},Fy.call(this,t);for(var e in t)t.hasOwnProperty(e)&&"style"!==e&&(this[e]=t[e]);this.style=new Jy(t.style,this),this._rect=null,this.__clipPaths=[]}function qe(t){je.call(this,t)}function Ye(t){return parseInt(t,10)}function $e(t){return!!t&&(!!t.__builtin__||"function"==typeof t.resize&&"function"==typeof t.refresh)}function Ke(t){t.__unusedCount++}function Je(t){1==t.__unusedCount&&t.clear()}function Qe(t,e,i){return mx.copy(t.getBoundingRect()),t.transform&&mx.applyTransform(t.transform),vx.width=e,vx.height=i,!mx.intersect(vx)}function ti(t,e){if(t==e)return!1;if(!t||!e||t.length!==e.length)return!0;for(var i=0;i=0){var o="touchend"!=n?e.targetTouches[0]:e.changedTouches[0];o&&oi(t,o,e,i)}else oi(t,e,e,i),e.zrDelta=e.wheelDelta?e.wheelDelta/120:-(e.detail||0)/3;var a=e.button;return null==e.which&&void 0!==a&&_x.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function si(t,e,i){xx?t.addEventListener(e,i):t.attachEvent("on"+e,i)}function li(t,e,i){xx?t.removeEventListener(e,i):t.detachEvent("on"+e,i)}function hi(t){return t.which>1}function ui(t){var e=t[1][0]-t[0][0],i=t[1][1]-t[0][1];return Math.sqrt(e*e+i*i)}function ci(t){return[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]}function di(t){return"mousewheel"===t&&Uv.browser.firefox?"DOMMouseScroll":t}function fi(t,e,i){var n=t._gestureMgr;"start"===i&&n.clear();var o=n.recognize(e,t.handler.findHover(e.zrX,e.zrY,null).target,t.dom);if("end"===i&&n.clear(),o){var a=o.type;e.gestureEvent=a,t.handler.dispatchToElement({target:o.target},a,o.event)}}function gi(t){t._touching=!0,clearTimeout(t._touchTimer),t._touchTimer=setTimeout(function(){t._touching=!1},700)}function pi(t){var e=t.pointerType;return"pen"===e||"touch"===e}function mi(t){function e(t,e){return function(){if(!e._touching)return t.apply(e,arguments)}}d(Tx,function(e){t._handlers[e]=m(Dx[e],t)}),d(Cx,function(e){t._handlers[e]=m(Dx[e],t)}),d(Ix,function(i){t._handlers[i]=e(Dx[i],t)})}function vi(t){function e(e,i){d(e,function(e){si(t,di(e),i._handlers[e])},i)}fy.call(this),this.dom=t,this._touching=!1,this._touchTimer,this._gestureMgr=new Sx,this._handlers={},mi(this),Uv.pointerEventsSupported?e(Cx,this):(Uv.touchEventsSupported&&e(Tx,this),e(Ix,this))}function yi(t,e){var i=new zx(Fv(),t,e);return Ox[i.id]=i,i}function xi(t,e){Px[t]=e}function _i(t){delete Ox[t]}function bi(t){return t.replace(/^\s+/,"").replace(/\s+$/,"")}function wi(t,e,i,n){var o=e[1]-e[0],a=i[1]-i[0];if(0===o)return 0===a?i[0]:(i[0]+i[1])/2;if(n)if(o>0){if(t<=e[0])return i[0];if(t>=e[1])return i[1]}else{if(t>=e[0])return i[0];if(t<=e[1])return i[1]}else{if(t===e[0])return i[0];if(t===e[1])return i[1]}return(t-e[0])/o*a+i[0]}function Si(t,e){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%"}return"string"==typeof t?bi(t).match(/%$/)?parseFloat(t)/100*e:parseFloat(t):null==t?NaN:+t}function Mi(t,e,i){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),i?t:+t}function Ii(t){return t.sort(function(t,e){return t-e}),t}function Ti(t){if(t=+t,isNaN(t))return 0;for(var e=1,i=0;Math.round(t*e)/e!==t;)e*=10,i++;return i}function Ai(t){var e=t.toString(),i=e.indexOf("e");if(i>0){var n=+e.slice(i+1);return n<0?-n:0}var o=e.indexOf(".");return o<0?0:e.length-1-o}function Ci(t,e){var i=Math.log,n=Math.LN10,o=Math.floor(i(t[1]-t[0])/n),a=Math.round(i(Math.abs(e[1]-e[0]))/n),r=Math.min(Math.max(-o+a,0),20);return isFinite(r)?r:20}function Di(t,e,i){if(!t[e])return 0;var n=g(t,function(t,e){return t+(isNaN(e)?0:e)},0);if(0===n)return 0;for(var o=Math.pow(10,i),a=f(t,function(t){return(isNaN(t)?0:t)/n*o*100}),r=100*o,s=f(a,function(t){return Math.floor(t)}),l=g(s,function(t,e){return t+e},0),h=f(a,function(t,e){return t-s[e]});lu&&(u=h[d],c=d);++s[c],h[c]=0,++l}return s[e]/o}function Li(t){var e=2*Math.PI;return(t%e+e)%e}function ki(t){return t>-Ex&&t=-20?+t.toFixed(n<0?-n:0):t}function Ei(t){function e(t,i,n){return t.interval[n]=0}function Vi(t){return isNaN(t)?"-":(t=(t+"").split("."))[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(t.length>1?"."+t[1]:"")}function Bi(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}function Gi(t){return String(t).replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function Wi(t,e,i){y(e)||(e=[e]);var n=e.length;if(!n)return"";for(var o=e[0].$vars||[],a=0;a':""}function Zi(t,e,i){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var n=Pi(e),o=i?"UTC":"",a=n["get"+o+"FullYear"](),r=n["get"+o+"Month"]()+1,s=n["get"+o+"Date"](),l=n["get"+o+"Hours"](),h=n["get"+o+"Minutes"](),u=n["get"+o+"Seconds"]();return t=t.replace("MM",Fx(r)).replace("M",r).replace("yyyy",a).replace("yy",a%100).replace("dd",Fx(s)).replace("d",s).replace("hh",Fx(l)).replace("h",l).replace("mm",Fx(h)).replace("m",h).replace("ss",Fx(u)).replace("s",u)}function Ui(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t}function Xi(t,e,i){return t[Yx+e]=i}function ji(t,e){return t[Yx+e]}function qi(t,e){return t.hasOwnProperty(Yx+e)}function Yi(t){var e={main:"",sub:""};return t&&(t=t.split(jx),e.main=t[0]||"",e.sub=t[1]||""),e}function $i(t){L(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(t),'componentType "'+t+'" illegal')}function Ki(t,e){t.$constructor=t,t.extend=function(t){var e=this,i=function(){t.$constructor?t.$constructor.apply(this,arguments):e.apply(this,arguments)};return a(i.prototype,t),i.extend=this.extend,i.superCall=Ji,i.superApply=Qi,h(i,this),i.superClass=e,i}}function Ji(t,e){var i=C(arguments,2);return this.superClass.prototype[e].apply(t,i)}function Qi(t,e,i){return this.superClass.prototype[e].apply(t,i)}function tn(t,e){function i(t){var e=n[t.main];return e&&e[qx]||((e=n[t.main]={})[qx]=!0),e}e=e||{};var n={};if(t.registerClass=function(t,e){return e&&($i(e),(e=Yi(e)).sub?e.sub!==qx&&(i(e)[e.sub]=t):n[e.main]=t),t},t.getClass=function(t,e,i){var o=n[t];if(o&&o[qx]&&(o=e?o[e]:null),i&&!o)throw new Error(e?"Component "+t+"."+(e||"")+" not exists. Load it first.":t+".type should be specified.");return o},t.getClassesByMainType=function(t){t=Yi(t);var e=[],i=n[t.main];return i&&i[qx]?d(i,function(t,i){i!==qx&&e.push(t)}):e.push(i),e},t.hasClass=function(t){return t=Yi(t),!!n[t.main]},t.getAllClassMainTypes=function(){var t=[];return d(n,function(e,i){t.push(i)}),t},t.hasSubTypes=function(t){t=Yi(t);var e=n[t.main];return e&&e[qx]},t.parseClassType=Yi,e.registerWhenExtend){var o=t.extend;o&&(t.extend=function(e){var i=o.call(this,e);return t.registerClass(i,e.type)})}return t}function en(t){return t>-n_&&tn_||t<-n_}function on(t,e,i,n,o){var a=1-o;return a*a*(a*t+3*o*e)+o*o*(o*n+3*a*i)}function an(t,e,i,n,o){var a=1-o;return 3*(((e-t)*a+2*(i-e)*o)*a+(n-i)*o*o)}function rn(t,e,i,n,o,a){var r=n+3*(e-i)-t,s=3*(i-2*e+t),l=3*(e-t),h=t-o,u=s*s-3*r*l,c=s*l-9*r*h,d=l*l-3*s*h,f=0;if(en(u)&&en(c))en(s)?a[0]=0:(M=-l/s)>=0&&M<=1&&(a[f++]=M);else{var g=c*c-4*u*d;if(en(g)){var p=c/u,m=-p/2;(M=-s/r+p)>=0&&M<=1&&(a[f++]=M),m>=0&&m<=1&&(a[f++]=m)}else if(g>0){var v=i_(g),y=u*s+1.5*r*(-c+v),x=u*s+1.5*r*(-c-v);(M=(-s-((y=y<0?-e_(-y,r_):e_(y,r_))+(x=x<0?-e_(-x,r_):e_(x,r_))))/(3*r))>=0&&M<=1&&(a[f++]=M)}else{var _=(2*u*s-3*r*c)/(2*i_(u*u*u)),b=Math.acos(_)/3,w=i_(u),S=Math.cos(b),M=(-s-2*w*S)/(3*r),m=(-s+w*(S+a_*Math.sin(b)))/(3*r),I=(-s+w*(S-a_*Math.sin(b)))/(3*r);M>=0&&M<=1&&(a[f++]=M),m>=0&&m<=1&&(a[f++]=m),I>=0&&I<=1&&(a[f++]=I)}}return f}function sn(t,e,i,n,o){var a=6*i-12*e+6*t,r=9*e+3*n-3*t-9*i,s=3*e-3*t,l=0;if(en(r))nn(a)&&(c=-s/a)>=0&&c<=1&&(o[l++]=c);else{var h=a*a-4*r*s;if(en(h))o[0]=-a/(2*r);else if(h>0){var u=i_(h),c=(-a+u)/(2*r),d=(-a-u)/(2*r);c>=0&&c<=1&&(o[l++]=c),d>=0&&d<=1&&(o[l++]=d)}}return l}function ln(t,e,i,n,o,a){var r=(e-t)*o+t,s=(i-e)*o+e,l=(n-i)*o+i,h=(s-r)*o+r,u=(l-s)*o+s,c=(u-h)*o+h;a[0]=t,a[1]=r,a[2]=h,a[3]=c,a[4]=c,a[5]=u,a[6]=l,a[7]=n}function hn(t,e,i,n,o,a,r,s,l,h,u){var c,d,f,g,p,m=.005,v=1/0;s_[0]=l,s_[1]=h;for(var y=0;y<1;y+=.05)l_[0]=on(t,i,o,r,y),l_[1]=on(e,n,a,s,y),(g=uy(s_,l_))=0&&g=0&&c<=1&&(o[l++]=c);else{var h=r*r-4*a*s;if(en(h))(c=-r/(2*a))>=0&&c<=1&&(o[l++]=c);else if(h>0){var u=i_(h),c=(-r+u)/(2*a),d=(-r-u)/(2*a);c>=0&&c<=1&&(o[l++]=c),d>=0&&d<=1&&(o[l++]=d)}}return l}function fn(t,e,i){var n=t+i-2*e;return 0===n?.5:(t-e)/n}function gn(t,e,i,n,o){var a=(e-t)*n+t,r=(i-e)*n+e,s=(r-a)*n+a;o[0]=t,o[1]=a,o[2]=s,o[3]=s,o[4]=r,o[5]=i}function pn(t,e,i,n,o,a,r,s,l){var h,u=.005,c=1/0;s_[0]=r,s_[1]=s;for(var d=0;d<1;d+=.05)l_[0]=un(t,i,o,d),l_[1]=un(e,n,a,d),(m=uy(s_,l_))=0&&m1e-4)return s[0]=t-i,s[1]=e-n,l[0]=t+i,void(l[1]=e+n);if(p_[0]=f_(o)*i+t,p_[1]=d_(o)*n+e,m_[0]=f_(a)*i+t,m_[1]=d_(a)*n+e,h(s,p_,m_),u(l,p_,m_),(o%=g_)<0&&(o+=g_),(a%=g_)<0&&(a+=g_),o>a&&!r?a+=g_:oo&&(v_[0]=f_(f)*i+t,v_[1]=d_(f)*n+e,h(s,v_,s),u(l,v_,l))}function bn(t,e,i,n,o,a,r){if(0===o)return!1;var s=o,l=0,h=t;if(r>e+s&&r>n+s||rt+s&&a>i+s||ae+c&&u>n+c&&u>a+c&&u>s+c||ut+c&&h>i+c&&h>o+c&&h>r+c||he+h&&l>n+h&&l>a+h||lt+h&&s>i+h&&s>o+h||si||u+ho&&(o+=z_);var d=Math.atan2(l,s);return d<0&&(d+=z_),d>=n&&d<=o||d+z_>=n&&d+z_<=o}function Tn(t,e,i,n,o,a){if(a>e&&a>n||ao?r:0}function An(t,e){return Math.abs(t-e)e&&h>n&&h>a&&h>s||h1&&Cn(),c=on(e,n,a,s,B_[0]),g>1&&(d=on(e,n,a,s,B_[1]))),2==g?me&&s>n&&s>a||s=0&&h<=1){for(var u=0,c=un(e,n,a,h),d=0;di||s<-i)return 0;h=Math.sqrt(i*i-s*s);V_[0]=-h,V_[1]=h;var l=Math.abs(n-o);if(l<1e-4)return 0;if(l%E_<1e-4){n=0,o=E_;g=a?1:-1;return r>=V_[0]+t&&r<=V_[1]+t?g:0}if(a){var h=n;n=Mn(o),o=Mn(h)}else n=Mn(n),o=Mn(o);n>o&&(o+=E_);for(var u=0,c=0;c<2;c++){var d=V_[c];if(d+t>r){var f=Math.atan2(s,d),g=a?1:-1;f<0&&(f=E_+f),(f>=n&&f<=o||f+E_>=n&&f+E_<=o)&&(f>Math.PI/2&&f<1.5*Math.PI&&(g=-g),u+=g)}}return u}function Pn(t,e,i,n,o){for(var a=0,r=0,s=0,l=0,h=0,u=0;u1&&(i||(a+=Tn(r,s,l,h,n,o))),1==u&&(l=r=t[u],h=s=t[u+1]),c){case N_.M:r=l=t[u++],s=h=t[u++];break;case N_.L:if(i){if(bn(r,s,t[u],t[u+1],e,n,o))return!0}else a+=Tn(r,s,t[u],t[u+1],n,o)||0;r=t[u++],s=t[u++];break;case N_.C:if(i){if(wn(r,s,t[u++],t[u++],t[u++],t[u++],t[u],t[u+1],e,n,o))return!0}else a+=Dn(r,s,t[u++],t[u++],t[u++],t[u++],t[u],t[u+1],n,o)||0;r=t[u++],s=t[u++];break;case N_.Q:if(i){if(Sn(r,s,t[u++],t[u++],t[u],t[u+1],e,n,o))return!0}else a+=Ln(r,s,t[u++],t[u++],t[u],t[u+1],n,o)||0;r=t[u++],s=t[u++];break;case N_.A:var d=t[u++],f=t[u++],g=t[u++],p=t[u++],m=t[u++],v=t[u++],y=(t[u++],1-t[u++]),x=Math.cos(m)*g+d,_=Math.sin(m)*p+f;u>1?a+=Tn(r,s,x,_,n,o):(l=x,h=_);var b=(n-d)*p/g+d;if(i){if(In(d,f,p,m,m+v,y,e,b,o))return!0}else a+=kn(d,f,p,m,m+v,y,b,o);r=Math.cos(m+v)*g+d,s=Math.sin(m+v)*p+f;break;case N_.R:l=r=t[u++],h=s=t[u++];var x=l+t[u++],_=h+t[u++];if(i){if(bn(l,h,x,h,e,n,o)||bn(x,h,x,_,e,n,o)||bn(x,_,l,_,e,n,o)||bn(l,_,l,h,e,n,o))return!0}else a+=Tn(x,h,x,_,n,o),a+=Tn(l,_,l,h,n,o);break;case N_.Z:if(i){if(bn(r,s,l,h,e,n,o))return!0}else a+=Tn(r,s,l,h,n,o);r=l,s=h}}return i||An(s,h)||(a+=Tn(r,s,l,h,n,o)||0),0!==a}function On(t,e,i){return Pn(t,0,!1,e,i)}function zn(t,e,i,n){return Pn(t,e,!0,i,n)}function Nn(t){je.call(this,t),this.path=null}function En(t,e,i,n,o,a,r,s,l,h,u){var c=l*(J_/180),d=K_(c)*(t-i)/2+$_(c)*(e-n)/2,f=-1*$_(c)*(t-i)/2+K_(c)*(e-n)/2,g=d*d/(r*r)+f*f/(s*s);g>1&&(r*=Y_(g),s*=Y_(g));var p=(o===a?-1:1)*Y_((r*r*(s*s)-r*r*(f*f)-s*s*(d*d))/(r*r*(f*f)+s*s*(d*d)))||0,m=p*r*f/s,v=p*-s*d/r,y=(t+i)/2+K_(c)*m-$_(c)*v,x=(e+n)/2+$_(c)*m+K_(c)*v,_=eb([1,0],[(d-m)/r,(f-v)/s]),b=[(d-m)/r,(f-v)/s],w=[(-1*d-m)/r,(-1*f-v)/s],S=eb(b,w);tb(b,w)<=-1&&(S=J_),tb(b,w)>=1&&(S=0),0===a&&S>0&&(S-=2*J_),1===a&&S<0&&(S+=2*J_),u.addData(h,y,x,r,s,_,S,c,a)}function Rn(t){if(!t)return[];var e,i=t.replace(/-/g," -").replace(/ /g," ").replace(/ /g,",").replace(/,,/g,",");for(e=0;e0&&""===f[0]&&f.shift();for(var g=0;g=2){if(o&&"spline"!==o){var a=hb(n,o,i,e.smoothConstraint);t.moveTo(n[0][0],n[0][1]);for(var r=n.length,s=0;s<(i?r:r-1);s++){var l=a[2*s],h=a[2*s+1],u=n[(s+1)%r];t.bezierCurveTo(l[0],l[1],h[0],h[1],u[0],u[1])}}else{"spline"===o&&(n=lb(n,i)),t.moveTo(n[0][0],n[0][1]);for(var s=1,c=n.length;s=0)&&(n={textFill:null,textStroke:t.textStroke,textStrokeWidth:t.textStrokeWidth},t.textFill="#fff",null==t.textStroke&&(t.textStroke=i.autoColor,null==t.textStrokeWidth&&(t.textStrokeWidth=2))),n}function xo(t){var e=t.insideRollback;e&&(t.textFill=e.textFill,t.textStroke=e.textStroke,t.textStrokeWidth=e.textStrokeWidth)}function _o(t,e){var i=e||e.getModel("textStyle");return[t.fontStyle||i&&i.getShallow("fontStyle")||"",t.fontWeight||i&&i.getShallow("fontWeight")||"",(t.fontSize||i&&i.getShallow("fontSize")||12)+"px",t.fontFamily||i&&i.getShallow("fontFamily")||"sans-serif"].join(" ")}function bo(t,e,i,n,o,a){if("function"==typeof o&&(a=o,o=null),n&&n.isAnimationEnabled()){var r=t?"Update":"",s=n.getShallow("animationDuration"+r),l=n.getShallow("animationEasing"+r),h=n.getShallow("animationDelay"+r);"function"==typeof h&&(h=h(o,n.getAnimationDelayParams?n.getAnimationDelayParams(e,o):null)),"function"==typeof s&&(s=s(o)),s>0?e.animateTo(i,s,h||0,l,a,!!a):(e.stopAnimation(),e.attr(i),a&&a())}else e.stopAnimation(),e.attr(i),a&&a()}function wo(t,e,i,n,o){bo(!0,t,e,i,n,o)}function So(t,e,i,n,o){bo(!1,t,e,i,n,o)}function Mo(t,e){for(var i=at([]);t&&t!==e;)st(i,t.getLocalTransform(),i),t=t.parent;return i}function Io(t,e,i){return e&&!c(e)&&(e=by.getLocalTransform(e)),i&&(e=ct([],e)),$([],t,e)}function To(t,e,i){var n=0===e[4]||0===e[5]||0===e[0]?1:Math.abs(2*e[4]/e[0]),o=0===e[4]||0===e[5]||0===e[2]?1:Math.abs(2*e[4]/e[2]),a=["left"===t?-n:"right"===t?n:0,"top"===t?-o:"bottom"===t?o:0];return a=Io(a,e,i),Math.abs(a[0])>Math.abs(a[1])?a[0]>0?"right":"left":a[1]>0?"bottom":"top"}function Ao(t,e,i,n){function o(t){var e={position:V(t.position),rotation:t.rotation};return t.shape&&(e.shape=a({},t.shape)),e}if(t&&e){var r=function(t){var e={};return t.traverse(function(t){!t.isGroup&&t.anid&&(e[t.anid]=t)}),e}(t);e.traverse(function(t){if(!t.isGroup&&t.anid){var e=r[t.anid];if(e){var n=o(t);t.attr(o(e)),wo(t,n,i,t.dataIndex)}}})}}function Co(t,e){return f(t,function(t){var i=t[0];i=wb(i,e.x),i=Sb(i,e.x+e.width);var n=t[1];return n=wb(n,e.y),n=Sb(n,e.y+e.height),[i,n]})}function Do(t,e,i){var n=(e=a({rectHover:!0},e)).style={strokeNoScale:!0};if(i=i||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(n.image=t.slice(8),r(n,i),new qe(e)):Un(t.replace("path://",""),e,i,"center")}function Lo(t,e,i){this.parentModel=e,this.ecModel=i,this.option=t}function ko(t,e,i){for(var n=0;n=i.length&&i.push({option:t})}}),i}function Bo(t){var e=z();Pb(t,function(t,i){var n=t.exist;n&&e.set(n.id,t)}),Pb(t,function(t,i){var n=t.option;L(!n||null==n.id||!e.get(n.id)||e.get(n.id)===t,"id duplicates: "+(n&&n.id)),n&&null!=n.id&&e.set(n.id,t),!t.keyInfo&&(t.keyInfo={})}),Pb(t,function(t,i){var n=t.exist,o=t.option,a=t.keyInfo;if(Ob(o)){if(a.name=null!=o.name?o.name+"":n?n.name:"\0-",n)a.id=n.id;else if(null!=o.id)a.id=o.id+"";else{var r=0;do{a.id="\0"+a.name+"\0"+r++}while(e.get(a.id))}e.set(a.id,t)}})}function Go(t){return Ob(t)&&t.id&&0===(t.id+"").indexOf("\0_ec_\0")}function Wo(t,e){function i(t,e,i){for(var n=0,o=t.length;nn||l.newline?(a=0,u=m,r+=s+i,s=f.height):s=Math.max(s,f.height)}else{var v=f.height+(p?-p.y+f.y:0);(c=r+v)>o||l.newline?(a+=s+i,r=0,c=v,s=f.width):s=Math.max(s,f.width)}l.newline||(d[0]=a,d[1]=r,"horizontal"===t?a=u+i:r=c+i)})}function $o(t,e,i){var n=e.width,o=e.height,a=Si(t.x,n),r=Si(t.y,o),s=Si(t.x2,n),l=Si(t.y2,o);return(isNaN(a)||isNaN(parseFloat(t.x)))&&(a=0),(isNaN(s)||isNaN(parseFloat(t.x2)))&&(s=n),(isNaN(r)||isNaN(parseFloat(t.y)))&&(r=0),(isNaN(l)||isNaN(parseFloat(t.y2)))&&(l=o),i=Gx(i||0),{width:Math.max(s-a-i[1]-i[3],0),height:Math.max(l-r-i[0]-i[2],0)}}function Ko(t,e,i){i=Gx(i||0);var n=e.width,o=e.height,a=Si(t.left,n),r=Si(t.top,o),s=Si(t.right,n),l=Si(t.bottom,o),h=Si(t.width,n),u=Si(t.height,o),c=i[2]+i[0],d=i[1]+i[3],f=t.aspect;switch(isNaN(h)&&(h=n-s-d-a),isNaN(u)&&(u=o-l-c-r),null!=f&&(isNaN(h)&&isNaN(u)&&(f>n/o?h=.8*n:u=.8*o),isNaN(h)&&(h=f*u),isNaN(u)&&(u=h/f)),isNaN(a)&&(a=n-s-h-d),isNaN(r)&&(r=o-l-u-c),t.left||t.right){case"center":a=n/2-h/2-i[3];break;case"right":a=n-h-d}switch(t.top||t.bottom){case"middle":case"center":r=o/2-u/2-i[0];break;case"bottom":r=o-u-c}a=a||0,r=r||0,isNaN(h)&&(h=n-d-a-(s||0)),isNaN(u)&&(u=o-c-r-(l||0));var g=new jt(a+i[3],r+i[0],h,u);return g.margin=i,g}function Jo(t,e,i,n,o){var a=!o||!o.hv||o.hv[0],s=!o||!o.hv||o.hv[1],l=o&&o.boundingMode||"all";if(a||s){var h;if("raw"===l)h="group"===t.type?new jt(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(h=t.getBoundingRect(),t.needLocalTransform()){var u=t.getLocalTransform();(h=h.clone()).applyTransform(u)}e=Ko(r({width:h.width,height:h.height},e),i,n);var c=t.position,d=a?e.x-h.x:0,f=s?e.y-h.y:0;t.attr("position","raw"===l?[d,f]:[c[0]+d,c[1]+f])}}function Qo(t,e){return null!=t[Wb[e][0]]||null!=t[Wb[e][1]]&&null!=t[Wb[e][2]]}function ta(t,e,i){function n(i,n){var r={},l=0,h={},u=0;if(Bb(i,function(e){h[e]=t[e]}),Bb(i,function(t){o(e,t)&&(r[t]=h[t]=e[t]),a(r,t)&&l++,a(h,t)&&u++}),s[n])return a(e,i[1])?h[i[2]]=null:a(e,i[2])&&(h[i[1]]=null),h;if(2!==u&&l){if(l>=2)return r;for(var c=0;c=e:"max"===i?t<=e:t===e}function pa(t,e){return t.join(",")===e.join(",")}function ma(t,e){aw(e=e||{},function(e,i){if(null!=e){var n=t[i];if(Ub.hasClass(i)){e=Oo(e);var o=Vo(n=Oo(n),e);t[i]=sw(o,function(t){return t.option&&t.exist?lw(t.exist,t.option,!0):t.exist||t.option})}else t[i]=lw(n,e,!0)}})}function va(t){var e=t&&t.itemStyle;if(e)for(var i=0,o=dw.length;i=0?n():c=setTimeout(n,-a),h=o};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(t){l=t},d}function La(t,e,i,n){var o=t[e];if(o){var a=o[ww]||o,r=o[Mw];if(o[Sw]!==i||r!==n){if(null==i||!n)return t[e]=a;(o=t[e]=Da(a,i,"debounce"===n))[ww]=a,o[Mw]=n,o[Sw]=i}return o}}function ka(t,e){var i=t[e];i&&i[ww]&&(t[e]=i[ww])}function Pa(t){return function(e,i,n){e=e&&e.toLowerCase(),fy.prototype[t].call(this,e,i,n)}}function Oa(){fy.call(this)}function za(t,e,n){function o(t,e){return t.prio-e.prio}n=n||{},"string"==typeof e&&(e=Uw[e]),this.id,this.group,this._dom=t;var a=this._zr=yi(t,{renderer:n.renderer||"canvas",devicePixelRatio:n.devicePixelRatio,width:n.width,height:n.height});this._throttledZrFlush=Da(m(a.flush,a),17),(e=i(e))&&vw(e,!0),this._theme=e,this._chartsViews=[],this._chartsMap={},this._componentsViews=[],this._componentsMap={},this._coordSysMgr=new ua,this._api=$a(this),fy.call(this),this._messageCenter=new Oa,this._initEvents(),this.resize=m(this.resize,this),this._pendingActions=[],ee(Zw,o),ee(Ww,o),a.animation.on("frame",this._onframe,this),k(this)}function Na(t,e,i){var n,o=this._model,a=this._coordSysMgr.getCoordinateSystems();e=Fo(o,e);for(var r=0;re.get("hoverLayerThreshold")&&!Uv.node&&i.traverse(function(t){t.isGroup||(t.useHoverLayer=!0)})}function qa(t,e){var i=0;e.group.traverse(function(t){"group"===t.type||t.ignore||i++});var n=+t.get("progressive"),o=i>t.get("progressiveThreshold")&&n&&!Uv.node;o&&e.group.traverse(function(t){t.isGroup||(t.progressive=o?Math.floor(i++/n):-1,o&&t.stopAnimation(!0))});var a=t.get("blendMode")||null;e.group.traverse(function(t){t.isGroup||t.setStyle("blend",a)})}function Ya(t,e){var i=t.get("z"),n=t.get("zlevel");e.group.traverse(function(t){"group"!==t.type&&(null!=i&&(t.z=i),null!=n&&(t.zlevel=n))})}function $a(t){var e=t._coordSysMgr;return a(new ha(t),{getCoordinateSystems:m(e.getCoordinateSystems,e),getComponentByElement:function(e){for(;e;){var i=e.__ecComponentInfo;if(null!=i)return t._model.getComponent(i.mainType,i.index);e=e.parent}}})}function Ka(t){function e(t,e){for(var n=0;n=0?o[s]=new h.constructor(a[s].length):o[s]=a[s]}return n}function xr(t,e,n){function o(t,e,i){cS[e]?t.otherDims[e]=i:(t.coordDim=e,t.coordDimIndex=i,h.set(e,!0))}function a(t,e,i){if(i||null!=e.get(t)){for(var n=0;null!=e.get(t+n);)n++;t+=n}return e.set(t,!0),t}e=e||[],n=n||{},t=(t||[]).slice();var r=(n.dimsDef||[]).slice(),s=z(n.encodeDef),l=z(),h=z(),u=[],c=n.dimCount;if(null==c){var d=_r(e[0]);c=Math.max(y(d)&&d.length||1,t.length,r.length),lS(t,function(t){var e=t.dimsDef;e&&(c=Math.max(c,e.length))})}for(var f=0;f=0&&wr(t)?function(t,e,i,n){return Eo(t)&&(c.hasItemOption=!0),n===u?i:Ro(No(t),h[n])}:function(t,e,i,n){var o=No(t),a=Ro(o&&o[n],h[n]);Eo(t)&&(c.hasItemOption=!0);var r=s&&s.categoryAxesModels;return r&&r[e]&&"string"==typeof a&&(f[e]=f[e]||r[e].getCategories(),(a=l(f[e],a))<0&&!isNaN(a)&&(a=+a)),a};return c.hasItemOption=!1,c.initData(t,d,g),c}function Mr(t){return"category"!==t&&"time"!==t}function Ir(t){return"category"===t?"ordinal":"time"===t?"time":"float"}function Tr(t,e){var i,n=[],o=t&&t.dimensions[t.categoryIndex];if(o&&(i=t.categoryAxesModels[o.name]),i){var a=i.getCategories();if(a){var r=e.length;if(y(e[0])&&e[0].length>1){n=[];for(var s=0;sn&&(r=o.interval=n);var s=o.intervalPrecision=Dr(r);return kr(o.niceTickExtent=[mS(Math.ceil(t[0]/r)*r,s),mS(Math.floor(t[1]/r)*r,s)],t),o}function Dr(t){return Ai(t)+2}function Lr(t,e,i){t[e]=Math.max(Math.min(t[e],i[1]),i[0])}function kr(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),Lr(t,0,e),Lr(t,1,e),t[0]>t[1]&&(t[0]=t[1])}function Pr(t,e,i,n){var o=[];if(!t)return o;e[0]1e4)return[];return e[1]>(o.length?o[o.length-1]:i[1])&&o.push(e[1]),o}function Or(t,e){return CS(t,AS(e))}function zr(t,e){var i,n,o,a=t.type,r=e.getMin(),s=e.getMax(),l=null!=r,h=null!=s,u=t.getExtent();return"ordinal"===a?i=(e.get("data")||[]).length:(y(n=e.get("boundaryGap"))||(n=[n||0,n||0]),"boolean"==typeof n[0]&&(n=[0,0]),n[0]=Si(n[0],1),n[1]=Si(n[1],1),o=u[1]-u[0]||Math.abs(u[0])),null==r&&(r="ordinal"===a?i?0:NaN:u[0]-n[0]*o),null==s&&(s="ordinal"===a?i?i-1:NaN:u[1]+n[1]*o),"dataMin"===r?r=u[0]:"function"==typeof r&&(r=r({min:u[0],max:u[1]})),"dataMax"===s?s=u[1]:"function"==typeof s&&(s=s({min:u[0],max:u[1]})),(null==r||!isFinite(r))&&(r=NaN),(null==s||!isFinite(s))&&(s=NaN),t.setBlank(M(r)||M(s)),e.getNeedCrossZero()&&(r>0&&s>0&&!l&&(r=0),r<0&&s<0&&!h&&(s=0)),[r,s]}function Nr(t,e){var i=zr(t,e),n=null!=e.getMin(),o=null!=e.getMax(),a=e.get("splitNumber");"log"===t.type&&(t.base=e.get("logBase"));var r=t.type;t.setExtent(i[0],i[1]),t.niceExtent({splitNumber:a,fixMin:n,fixMax:o,minInterval:"interval"===r||"time"===r?e.get("minInterval"):null,maxInterval:"interval"===r||"time"===r?e.get("maxInterval"):null});var s=e.get("interval");null!=s&&t.setInterval&&t.setInterval(s)}function Er(t,e){if(e=e||t.get("type"))switch(e){case"category":return new pS(t.getCategories(),[1/0,-1/0]);case"value":return new yS;default:return(Ar.getClass(e)||yS).create(t)}}function Rr(t,e,i,n,o){var a,r=0,s=0,l=(n-o)/180*Math.PI,h=1;e.length>40&&(h=Math.floor(e.length/40));for(var u=0;u1?h:(r+1)*h-1}function Vr(t,e){var i=t.scale,n=i.getTicksLabels(),o=i.getTicks();return"string"==typeof e?(e=function(t){return function(e){return t.replace("{value}",null!=e?e:"")}}(e),f(n,e)):"function"==typeof e?f(o,function(i,n){return e(Br(t,i),n)},this):n}function Br(t,e){return"category"===t.type?t.scale.getLabel(e):e}function Gr(t){return b(t)&&null!=t.value?t.value:t+""}function Wr(t,e){if("image"!==this.type){var i=this.style,n=this.shape;n&&"line"===n.symbolType?i.stroke=t:this.__isEmptyBrush?(i.stroke=t,i.fill=e||"#fff"):(i.fill&&(i.fill=t),i.stroke&&(i.stroke=t)),this.dirty(!1)}}function Hr(t,e,i,n,o,a,r){var s=0===t.indexOf("empty");s&&(t=t.substr(5,1).toLowerCase()+t.substr(6));var l;return l=0===t.indexOf("image://")?Xn(t.slice(8),new jt(e,i,n,o),r?"center":"cover"):0===t.indexOf("path://")?Un(t.slice(7),{},new jt(e,i,n,o),r?"center":"cover"):new WS({shape:{symbolType:t,x:e,y:i,width:n,height:o}}),l.__isEmptyBrush=s,l.setColor=Wr,l.setColor(a),l}function Fr(t,e){var i=(t[1]-t[0])/e/2;t[0]+=i,t[1]-=i}function Zr(t,e){return Math.abs(t-e)>1^-(1&s),l=l>>1^-(1&l),o=s+=o,a=l+=a,n.push([s/i,l/i])}return n}function Yr(t){var e,i=Xo(t,"label");if(i.length)e=i[0];else for(var n,o=t.dimensions.slice();o.length&&(e=o.pop(),"ordinal"===(n=t.getDimensionInfo(e).type)||"time"===n););return e}function $r(t,e){var i=t.getItemVisual(e,"symbolSize");return i instanceof Array?i.slice():[+i,+i]}function Kr(t){return[t[0]/2,t[1]/2]}function Jr(t,e,i){jy.call(this),this.updateData(t,e,i)}function Qr(t,e){this.parent.drift(t,e)}function ts(t){this.group=new jy,this._symbolCtor=t||Jr}function es(t,e,i){var n=t.getItemLayout(e);return n&&!isNaN(n[0])&&!isNaN(n[1])&&!(i&&i(e))&&"none"!==t.getItemVisual(e,"symbol")}function is(t){return t>=0?1:-1}function ns(t,e,i){for(var n,o=t.getBaseAxis(),a=t.getOtherAxis(o),r=o.onZero?0:a.scale.getExtent()[0],s=a.dim,l="x"===s||"radius"===s?1:0,h=e.stackedOn,u=e.get(s,i);h&&is(h.get(s,i))===is(u);){n=h;break}var c=[];return c[l]=e.get(o.dim,i),c[1-l]=n?n.get(s,i,!0):r,t.dataToPoint(c)}function os(t,e){var i=[];return e.diff(t).add(function(t){i.push({cmd:"+",idx:t})}).update(function(t,e){i.push({cmd:"=",idx:e,idx1:t})}).remove(function(t){i.push({cmd:"-",idx:t})}).execute(),i}function as(t){return isNaN(t[0])||isNaN(t[1])}function rs(t,e,i,n,o,a,r,s,l,h,u){for(var c=0,d=i,f=0;f=o||d<0)break;if(as(g)){if(u){d+=a;continue}break}if(d===i)t[a>0?"moveTo":"lineTo"](g[0],g[1]),aM(sM,g);else if(l>0){var p=d+a,m=e[p];if(u)for(;m&&as(e[p]);)m=e[p+=a];var v=.5,y=e[c];if(!(m=e[p])||as(m))aM(lM,g);else{as(m)&&!u&&(m=g),H(rM,m,y);var x,_;if("x"===h||"y"===h){var b="x"===h?0:1;x=Math.abs(g[b]-y[b]),_=Math.abs(g[b]-m[b])}else x=hy(g,y),_=hy(g,m);oM(lM,g,rM,-l*(1-(v=_/(_+x))))}iM(sM,sM,s),nM(sM,sM,r),iM(lM,lM,s),nM(lM,lM,r),t.bezierCurveTo(sM[0],sM[1],lM[0],lM[1],g[0],g[1]),oM(sM,g,rM,l*v)}else t.lineTo(g[0],g[1]);c=d,d+=a}return f}function ss(t,e){var i=[1/0,1/0],n=[-1/0,-1/0];if(e)for(var o=0;on[0]&&(n[0]=a[0]),a[1]>n[1]&&(n[1]=a[1])}return{min:e?i:n,max:e?n:i}}function ls(t,e){if(t.length===e.length){for(var i=0;ie[0]?1:-1;e[0]+=n*i,e[1]-=n*i}return e}function cs(t){return t>=0?1:-1}function ds(t,e){var i=t.getBaseAxis(),n=t.getOtherAxis(i),o=0;if(!i.onZero){var a=n.scale.getExtent();a[0]>0?o=a[0]:a[1]<0&&(o=a[1])}var r=n.dim,s="x"===r||"radius"===r?1:0;return e.mapArray([r],function(n,a){for(var l,h=e.stackedOn;h&&cs(h.get(r,a))===cs(n);){l=h;break}var u=[];return u[s]=e.get(i.dim,a),u[1-s]=l?l.get(r,a,!0):o,t.dataToPoint(u)},!0)}function fs(t,e,i){var n=us(t.getAxis("x")),o=us(t.getAxis("y")),a=t.getBaseAxis().isHorizontal(),r=Math.min(n[0],n[1]),s=Math.min(o[0],o[1]),l=Math.max(n[0],n[1])-r,h=Math.max(o[0],o[1])-s,u=i.get("lineStyle.normal.width")||2,c=i.get("clipOverflow")?u/2:Math.max(l,h);a?(s-=c,h+=2*c):(r-=c,l+=2*c);var d=new db({shape:{x:r,y:s,width:l,height:h}});return e&&(d.shape[a?"width":"height"]=0,So(d,{shape:{width:l,height:h}},i)),d}function gs(t,e,i){var n=t.getAngleAxis(),o=t.getRadiusAxis().getExtent(),a=n.getExtent(),r=Math.PI/180,s=new rb({shape:{cx:t.cx,cy:t.cy,r0:o[0],r:o[1],startAngle:-a[0]*r,endAngle:-a[1]*r,clockwise:n.inverse}});return e&&(s.shape.endAngle=-a[0]*r,So(s,{shape:{endAngle:-a[1]*r}},i)),s}function ps(t,e,i){return"polar"===t.type?gs(t,e,i):fs(t,e,i)}function ms(t,e,i){for(var n=e.getBaseAxis(),o="x"===n.dim||"radius"===n.dim?0:1,a=[],r=0;r=0;o--)if(i[o].dimension<2){n=i[o];break}if(n&&"cartesian2d"===e.type){var a=n.dimension,r=t.dimensions[a],s=e.getAxis(r),l=f(n.stops,function(t){return{coord:s.toGlobalCoord(s.dataToCoord(t.value)),color:t.color}}),h=l.length,u=n.outerColors.slice();h&&l[0].coord>l[h-1].coord&&(l.reverse(),u.reverse());var c=l[0].coord-10,g=l[h-1].coord+10,p=g-c;if(p<.001)return"transparent";d(l,function(t){t.offset=(t.coord-c)/p}),l.push({offset:h?l[h-1].offset:.5,color:u[1]||"transparent"}),l.unshift({offset:h?l[0].offset:.5,color:u[0]||"transparent"});var m=new xb(0,0,0,0,l,!0);return m[r]=c,m[r+"2"]=g,m}}}function ys(t){return this._axes[t]}function xs(t){pM.call(this,t)}function _s(t,e){return e.type||(e.data?"category":"value")}function bs(t,e,i){return t.getCoordSysModel()===e}function ws(t,e){var i=e*Math.PI/180,n=t.plain(),o=n.width,a=n.height,r=o*Math.cos(i)+a*Math.sin(i),s=o*Math.sin(i)+a*Math.cos(i);return new jt(n.x,n.y,r,s)}function Ss(t){var e,i=t.model,n=i.getFormattedLabels(),o=i.getModel("axisLabel"),a=1,r=n.length;r>40&&(a=Math.ceil(r/40));for(var s=0;sn[1],l="start"===e&&!s||"start"!==e&&s;return ki(r-CM/2)?(a=l?"bottom":"top",o="center"):ki(r-1.5*CM)?(a=l?"top":"bottom",o="center"):(a="middle",o=r<1.5*CM&&r>CM/2?l?"left":"right":l?"right":"left"),{rotation:r,textAlign:o,textVerticalAlign:a}}function Ps(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)}function Os(t,e,i){var n=t.get("axisLabel.showMinLabel"),o=t.get("axisLabel.showMaxLabel");e=e||[],i=i||[];var a=e[0],r=e[1],s=e[e.length-1],l=e[e.length-2],h=i[0],u=i[1],c=i[i.length-1],d=i[i.length-2];!1===n?(zs(a),zs(h)):Ns(a,r)&&(n?(zs(r),zs(u)):(zs(a),zs(h))),!1===o?(zs(s),zs(c)):Ns(l,s)&&(o?(zs(l),zs(d)):(zs(s),zs(c)))}function zs(t){t&&(t.ignore=!0)}function Ns(t,e,i){var n=t&&t.getBoundingRect().clone(),o=e&&e.getBoundingRect().clone();if(n&&o){var a=at([]);return ht(a,a,-t.rotation),n.applyTransform(st([],a,t.getLocalTransform())),o.applyTransform(st([],a,e.getLocalTransform())),n.intersect(o)}}function Es(t){return"middle"===t||"center"===t}function Rs(t,e,i){var n=e.axis;if(e.get("axisTick.show")&&!n.scale.isBlank()){for(var o=e.getModel("axisTick"),a=o.getModel("lineStyle"),s=o.get("length"),l=OM(o,i.labelInterval),h=n.getTicksCoords(o.get("alignWithLabel")),u=n.scale.getTicks(),c=e.get("axisLabel.showMinLabel"),d=e.get("axisLabel.showMaxLabel"),f=[],g=[],p=t._transform,m=[],v=h.length,y=0;y=0||t===e}function Us(t){var e=Xs(t);if(e){var i=e.axisPointerModel,n=e.axis.scale,o=i.option,a=i.get("status"),r=i.get("value");null!=r&&(r=n.parse(r));var s=qs(i);null==a&&(o.status=s?"show":"hide");var l=n.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==r||r>l[1])&&(r=l[1]),r=0?"p":"n",v=p[i],y=o[s][i][m],x=a[s][i][m];c.isHorizontal()?(n=y,r=v[1]+h,l=v[0]-x,g=u,a[s][i][m]+=l,Math.abs(l)0?"bottom":"top":o.width>0?"left":"right";l||ol(t.style,d,n,h,a,i,g),uo(t,d)}function hl(t,e){var i=t.get(jM)||0;return Math.min(i,Math.abs(e.width),Math.abs(e.height))}function ul(t,e,i,n){var o=e.getData(),a=this.dataIndex,r=o.getName(a),s=e.get("selectedOffset");n.dispatchAction({type:"pieToggleSelect",from:t,name:r,seriesId:e.id}),o.each(function(t){cl(o.getItemGraphicEl(t),o.getItemLayout(t),e.isSelected(o.getName(t)),s,i)})}function cl(t,e,i,n,o){var a=(e.startAngle+e.endAngle)/2,r=Math.cos(a),s=Math.sin(a),l=i?n:0,h=[r*l,s*l];o?t.animate().when(200,{position:h}).start("bounceOut"):t.attr("position",h)}function dl(t,e){function i(){a.ignore=a.hoverIgnore,r.ignore=r.hoverIgnore}function n(){a.ignore=a.normalIgnore,r.ignore=r.normalIgnore}jy.call(this);var o=new rb({z2:2}),a=new cb,r=new ib;this.add(o),this.add(a),this.add(r),this.updateData(t,e,!0),this.on("emphasis",i).on("normal",n).on("mouseover",i).on("mouseout",n)}function fl(t,e,i,n,o,a,r){function s(e,i){for(var n=e;n>=0&&(t[n].y-=i,!(n>0&&t[n].y>t[n-1].y+t[n-1].height));n--);}function l(t,e,i,n,o,a){for(var r=e?Number.MAX_VALUE:0,s=0,l=t.length;s=r&&(d=r-10),!e&&d<=r&&(d=r+10),t[s].x=i+d*a,r=d}}t.sort(function(t,e){return t.y-e.y});for(var h,u=0,c=t.length,d=[],f=[],g=0;ge&&a+1t[a].y+t[a].height)return void s(a,n/2);s(i-1,n/2)}(g,c,-h),u=t[g].y+t[g].height;r-u<0&&s(c-1,u-r);for(g=0;g=i?f.push(t[g]):d.push(t[g]);l(d,!1,e,i,n,o),l(f,!0,e,i,n,o)}function gl(t,e,i,n,o,a){for(var r=[],s=[],l=0;l1?(g.width=l,g.height=l/d):(g.height=l,g.width=l*d),g.y=s[1]-g.height/2,g.x=s[0]-g.width/2}else(a=t.getBoxLayoutParams()).aspect=d,g=Ko(a,{width:h,height:u});this.setViewRect(g.x,g.y,g.width,g.height),this.setCenter(t.get("center")),this.setZoom(t.get("zoom"))}function Tl(t,e){d(e.get("geoCoord"),function(e,i){t.addGeoCoord(i,e)})}function Al(t,e,i){Ll(t)[e]=i}function Cl(t,e,i){var n=Ll(t);n[e]===i&&(n[e]=null)}function Dl(t,e){return!!Ll(t)[e]}function Ll(t){return t[bI]||(t[bI]={})}function kl(t){this.pointerChecker,this._zr=t,this._opt={};var e=m,n=e(Pl,this),o=e(Ol,this),a=e(zl,this),s=e(Nl,this),l=e(El,this);fy.call(this),this.setPointerChecker=function(t){this.pointerChecker=t},this.enable=function(e,h){this.disable(),this._opt=r(i(h)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,preventDefaultMouseMove:!0}),null==e&&(e=!0),!0!==e&&"move"!==e&&"pan"!==e||(t.on("mousedown",n),t.on("mousemove",o),t.on("mouseup",a)),!0!==e&&"scale"!==e&&"zoom"!==e||(t.on("mousewheel",s),t.on("pinch",l))},this.disable=function(){t.off("mousedown",n),t.off("mousemove",o),t.off("mouseup",a),t.off("mousewheel",s),t.off("pinch",l)},this.dispose=this.disable,this.isDragging=function(){return this._dragging},this.isPinching=function(){return this._pinching}}function Pl(t){if(!(hi(t)||t.target&&t.target.draggable)){var e=t.offsetX,i=t.offsetY;this.pointerChecker&&this.pointerChecker(t,e,i)&&(this._x=e,this._y=i,this._dragging=!0)}}function Ol(t){if(!hi(t)&&Vl(this,"moveOnMouseMove",t)&&this._dragging&&"pinch"!==t.gestureEvent&&!Dl(this._zr,"globalPan")){var e=t.offsetX,i=t.offsetY,n=this._x,o=this._y,a=e-n,r=i-o;this._x=e,this._y=i,this._opt.preventDefaultMouseMove&&bx(t.event),this.trigger("pan",a,r,n,o,e,i)}}function zl(t){hi(t)||(this._dragging=!1)}function Nl(t){if(Vl(this,"zoomOnMouseWheel",t)&&0!==t.wheelDelta){var e=t.wheelDelta>0?1.1:1/1.1;Rl.call(this,t,e,t.offsetX,t.offsetY)}}function El(t){if(!Dl(this._zr,"globalPan")){var e=t.pinchScale>1?1.1:1/1.1;Rl.call(this,t,e,t.pinchX,t.pinchY)}}function Rl(t,e,i,n){this.pointerChecker&&this.pointerChecker(t,i,n)&&(bx(t.event),this.trigger("zoom",e,i,n))}function Vl(t,e,i){var n=t._opt[e];return n&&(!_(n)||i.event[n+"Key"])}function Bl(t,e,i){var n=t.target,o=n.position;o[0]+=e,o[1]+=i,n.dirty()}function Gl(t,e,i,n){var o=t.target,a=t.zoomLimit,r=o.position,s=o.scale,l=t.zoom=t.zoom||1;if(l*=e,a){var h=a.min||0,u=a.max||1/0;l=Math.max(Math.min(u,l),h)}var c=l/t.zoom;t.zoom=l,r[0]-=(i-r[0])*(c-1),r[1]-=(n-r[1])*(c-1),s[0]*=c,s[1]*=c,o.dirty()}function Wl(t,e,i){var n=e.getComponentByElement(t.topTarget),o=n&&n.coordinateSystem;return n&&n!==i&&!wI[n.mainType]&&o&&o.model!==i}function Hl(t,e){var i=t.getItemStyle(),n=t.get("areaColor");return null!=n&&(i.fill=n),i}function Fl(t,e,i,n,o){i.off("click"),i.off("mousedown"),e.get("selectedMode")&&(i.on("mousedown",function(){t._mouseDownFlag=!0}),i.on("click",function(a){if(t._mouseDownFlag){t._mouseDownFlag=!1;for(var r=a.target;!r.__regions;)r=r.parent;if(r){var s={type:("geo"===e.mainType?"geo":"map")+"ToggleSelect",batch:f(r.__regions,function(t){return{name:t.name,from:o.uid}})};s[e.mainType+"Id"]=e.id,n.dispatchAction(s),Zl(e,i)}}}))}function Zl(t,e){e.eachChild(function(e){d(e.__regions,function(i){e.trigger(t.isSelected(i.name)?"emphasis":"normal")})})}function Ul(t,e){var i=new jy;this._controller=new kl(t.getZr()),this._controllerHost={target:e?i:null},this.group=i,this._updateGroup=e,this._mouseDownFlag}function Xl(t,e,i){var n=t.getZoom(),o=t.getCenter(),a=e.zoom,r=t.dataToPoint(o);if(null!=e.dx&&null!=e.dy){r[0]-=e.dx,r[1]-=e.dy;o=t.pointToData(r);t.setCenter(o)}if(null!=a){if(i){var s=i.min||0,l=i.max||1/0;a=Math.max(Math.min(n*a,l),s)/n}t.scale[0]*=a,t.scale[1]*=a;var h=t.position,u=(e.originX-h[0])*(a-1),c=(e.originY-h[1])*(a-1);h[0]-=u,h[1]-=c,t.updateTransform();o=t.pointToData(r);t.setCenter(o),t.setZoom(a*n)}return{center:t.getCenter(),zoom:t.getZoom()}}function jl(t,e){var i={},n=["value"];return d(t,function(t){t.each(n,function(e,n){var o="ec-"+t.getName(n);i[o]=i[o]||[],isNaN(e)||i[o].push(e)})}),t[0].map(n,function(n,o){for(var a="ec-"+t[0].getName(o),r=0,s=1/0,l=-1/0,h=i[a].length,u=0;u=0;o--){var a=i[o];a.hierNode={defaultAncestor:null,ancestor:a,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},n.push(a)}}function ah(t,e){var i=t.isExpand?t.children:[],n=t.parentNode.children,o=t.hierNode.i?n[t.hierNode.i-1]:null;if(i.length){uh(t);var a=(i[0].hierNode.prelim+i[i.length-1].hierNode.prelim)/2;o?(t.hierNode.prelim=o.hierNode.prelim+e(t,o),t.hierNode.modifier=t.hierNode.prelim-a):t.hierNode.prelim=a}else o&&(t.hierNode.prelim=o.hierNode.prelim+e(t,o));t.parentNode.hierNode.defaultAncestor=ch(t,o,t.parentNode.hierNode.defaultAncestor||n[0],e)}function rh(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function sh(t){return arguments.length?t:mh}function lh(t,e){var i={};return t-=Math.PI/2,i.x=e*Math.cos(t),i.y=e*Math.sin(t),i}function hh(t,e){return Ko(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function uh(t){for(var e=t.children,i=e.length,n=0,o=0;--i>=0;){var a=e[i];a.hierNode.prelim+=n,a.hierNode.modifier+=n,o+=a.hierNode.change,n+=a.hierNode.shift+o}}function ch(t,e,i,n){if(e){for(var o=t,a=t,r=a.parentNode.children[0],s=e,l=o.hierNode.modifier,h=a.hierNode.modifier,u=r.hierNode.modifier,c=s.hierNode.modifier;s=dh(s),a=fh(a),s&&a;){o=dh(o),r=fh(r),o.hierNode.ancestor=t;var d=s.hierNode.prelim+c-a.hierNode.prelim-h+n(s,a);d>0&&(ph(gh(s,t,i),t,d),h+=d,l+=d),c+=s.hierNode.modifier,h+=a.hierNode.modifier,l+=o.hierNode.modifier,u+=r.hierNode.modifier}s&&!dh(o)&&(o.hierNode.thread=s,o.hierNode.modifier+=c-l),a&&!fh(r)&&(r.hierNode.thread=a,r.hierNode.modifier+=h-u,i=t)}return i}function dh(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function fh(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function gh(t,e,i){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:i}function ph(t,e,i){var n=i/(e.hierNode.i-t.hierNode.i);e.hierNode.change-=n,e.hierNode.shift+=i,e.hierNode.modifier+=i,e.hierNode.prelim+=i,t.hierNode.change+=n}function mh(t,e){return t.parentNode===e.parentNode?1:2}function vh(t,e){var i=t.getItemLayout(e);return i&&!isNaN(i.x)&&!isNaN(i.y)&&"none"!==t.getItemVisual(e,"symbol")}function yh(t,e,i){return i.itemModel=e,i.itemStyle=e.getModel("itemStyle.normal").getItemStyle(),i.hoverItemStyle=e.getModel("itemStyle.emphasis").getItemStyle(),i.lineStyle=e.getModel("lineStyle.normal").getLineStyle(),i.labelModel=e.getModel("label.normal"),i.hoverLabelModel=e.getModel("label.emphasis"),!1===t.isExpand&&0!==t.children.length?i.symbolInnerColor=i.itemStyle.fill:i.symbolInnerColor="#fff",i}function xh(t,e,i,n,o,a){var s=!i,l=t.tree.getNodeByDataIndex(e),a=yh(l,l.getModel(),a),h=t.tree.root,u=l.parentNode===h?l:l.parentNode||l,c=t.getItemGraphicEl(u.dataIndex),d=u.getLayout(),f=c?{x:c.position[0],y:c.position[1],rawX:c.__radialOldRawX,rawY:c.__radialOldRawY}:d,g=l.getLayout();s?(i=new Jr(t,e,a)).attr("position",[f.x,f.y]):i.updateData(t,e,a),i.__radialOldRawX=i.__radialRawX,i.__radialOldRawY=i.__radialRawY,i.__radialRawX=g.rawX,i.__radialRawY=g.rawY,n.add(i),t.setItemGraphicEl(e,i),wo(i,{position:[g.x,g.y]},o);var p=i.getSymbolPath();if("radial"===a.layout){var m,v,y=h.children[0],x=y.getLayout(),_=y.children.length;if(g.x===x.x&&!0===l.isExpand){var b={};b.x=(y.children[0].getLayout().x+y.children[_-1].getLayout().x)/2,b.y=(y.children[0].getLayout().y+y.children[_-1].getLayout().y)/2,(m=Math.atan2(b.y-x.y,b.x-x.x))<0&&(m=2*Math.PI+m),(v=b.xx.x)||(m-=Math.PI);var w=v?"left":"right";p.setStyle({textPosition:w,textRotation:-m,textOrigin:"center",verticalAlign:"middle"})}if(l.parentNode&&l.parentNode!==h){var S=i.__edge;S||(S=i.__edge=new pb({shape:bh(a,f,f),style:r({opacity:0},a.lineStyle)})),wo(S,{shape:bh(a,d,g),style:{opacity:1}},o),n.add(S)}}function _h(t,e,i,n,o,a){for(var r,s=t.tree.getNodeByDataIndex(e),l=t.tree.root,a=yh(s,s.getModel(),a),h=s.parentNode===l?s:s.parentNode||s;null==(r=h.getLayout());)h=h.parentNode===l?h:h.parentNode||h;wo(i,{position:[r.x+1,r.y+1]},o,function(){n.remove(i),t.setItemGraphicEl(e,null)}),i.fadeOut(null,{keepLabel:!0});var u=i.__edge;u&&wo(u,{shape:bh(a,r,r),style:{opacity:0}},o,function(){n.remove(u)})}function bh(t,e,i){var n,o,a,r,s=t.orient;if("radial"===t.layout){var l=e.rawX,h=e.rawY,u=i.rawX,c=i.rawY,d=lh(l,h),f=lh(l,h+(c-h)*t.curvature),g=lh(u,c+(h-c)*t.curvature),p=lh(u,c);return{x1:d.x,y1:d.y,x2:p.x,y2:p.y,cpx1:f.x,cpy1:f.y,cpx2:g.x,cpy2:g.y}}var l=e.x,h=e.y,u=i.x,c=i.y;return"horizontal"===s&&(n=l+(u-l)*t.curvature,o=h,a=u+(l-u)*t.curvature,r=c),"vertical"===s&&(n=l,o=h+(c-h)*t.curvature,a=u,r=c+(h-c)*t.curvature),{x1:l,y1:h,x2:u,y2:c,cpx1:n,cpy1:o,cpx2:a,cpy2:r}}function wh(t,e,i){for(var n,o=[t],a=[];n=o.pop();)if(a.push(n),n.isExpand){var r=n.children;if(r.length)for(var s=0;s=0;a--)n.push(o[a])}}function Mh(t,e){if(t&&("treemapZoomToNode"===t.type||"treemapRootToNode"===t.type)){var i=e.getData().tree.root,n=t.targetNode;if(n&&i.contains(n))return{node:n};var o=t.targetNodeId;if(null!=o&&(n=i.getNodeById(o)))return{node:n}}}function Ih(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function Th(t,e){return l(Ih(t),e)>=0}function Ah(t,e){for(var i=[];t;){var n=t.dataIndex;i.push({name:t.name,dataIndex:n,value:e.getRawValue(n)}),t=t.parentNode}return i.reverse(),i}function Ch(t){var e=0;d(t.children,function(t){Ch(t);var i=t.value;y(i)&&(i=i[0]),e+=i});var i=t.value;y(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=e),i<0&&(i=0),y(t.value)?t.value[0]=i:t.value=i}function Dh(t,e){var i=e.get("color");if(i){var n;return d(t=t||[],function(t){var e=new Lo(t),i=e.get("color");(e.get("itemStyle.normal.color")||i&&"none"!==i)&&(n=!0)}),n||((t[0]||(t[0]={})).color=i.slice()),t}}function Lh(t){this.group=new jy,t.add(this.group)}function kh(t,e,i,n,o,a){var r=[[o?t:t-CI,e],[t+i,e],[t+i,e+n],[o?t:t-CI,e+n]];return!a&&r.splice(2,0,[t+i+CI,e+n/2]),!o&&r.push([t,e+n/2]),r}function Ph(t,e,i){t.eventData={componentType:"series",componentSubType:"treemap",seriesIndex:e.componentIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:i&&i.dataIndex,name:i&&i.name},treePathInfo:i&&Ah(i,e)}}function Oh(){var t,e=[],i={};return{add:function(t,n,o,a,r){return _(a)&&(r=a,a=0),!i[t.id]&&(i[t.id]=1,e.push({el:t,target:n,time:o,delay:a,easing:r}),!0)},done:function(e){return t=e,this},start:function(){for(var n=e.length,o=0,a=e.length;o=0;a--)null==i[a]&&(delete n[e[a]],e.pop())}function Vh(t,e){var i=t.visual,n=[];b(i)?ZI(i,function(t){n.push(t)}):null!=i&&n.push(i);var o={color:1,symbol:1};e||1!==n.length||o.hasOwnProperty(t.type)||(n[1]=n[0]),Xh(t,n)}function Bh(t){return{applyVisual:function(e,i,n){e=this.mapValueToVisual(e),n("color",t(i("color"),e))},_doMap:Zh([0,1])}}function Gh(t){var e=this.option.visual;return e[Math.round(wi(t,[0,1],[0,e.length-1],!0))]||{}}function Wh(t){return function(e,i,n){n(t,this.mapValueToVisual(e))}}function Hh(t){var e=this.option.visual;return e[this.option.loop&&t!==XI?t%e.length:t]}function Fh(){return this.option.visual[0]}function Zh(t){return{linear:function(e){return wi(e,t,this.option.visual,!0)},category:Hh,piecewise:function(e,i){var n=Uh.call(this,i);return null==n&&(n=wi(e,t,this.option.visual,!0)),n},fixed:Fh}}function Uh(t){var e=this.option,i=e.pieceList;if(e.hasSpecialVisual){var n=i[jI.findPieceIndex(t,i)];if(n&&n.visual)return n.visual[this.type]}}function Xh(t,e){return t.visual=e,"color"===t.type&&(t.parsedVisual=f(e,function(t){return Mt(t)})),e}function jh(t,e,i){return t?e<=i:e=o.length||t===o[t.depth])&&qh(t,eu(r,u,t,e,p,a),i,n,o,a)})}else l=$h(u),t.setVisual("color",l)}}function Yh(t,e,i,n){var o=a({},e);return d(["color","colorAlpha","colorSaturation"],function(a){var r=t.get(a,!0);null==r&&i&&(r=i[a]),null==r&&(r=e[a]),null==r&&(r=n.get(a)),null!=r&&(o[a]=r)}),o}function $h(t){var e=Jh(t,"color");if(e){var i=Jh(t,"colorAlpha"),n=Jh(t,"colorSaturation");return n&&(e=kt(e,null,null,n)),i&&(e=Pt(e,i)),e}}function Kh(t,e){return null!=e?kt(e,null,null,t):null}function Jh(t,e){var i=t[e];if(null!=i&&"none"!==i)return i}function Qh(t,e,i,n,o,a){if(a&&a.length){var r=tu(e,"color")||null!=o.color&&"none"!==o.color&&(tu(e,"colorAlpha")||tu(e,"colorSaturation"));if(r){var s=e.get("visualMin"),l=e.get("visualMax"),h=i.dataExtent.slice();null!=s&&sh[1]&&(h[1]=l);var u=e.get("colorMappingBy"),c={type:r.name,dataExtent:h,visual:r.range};"color"!==c.type||"index"!==u&&"id"!==u?c.mappingMethod="linear":(c.mappingMethod="category",c.loop=!0);var d=new jI(c);return d.__drColorMappingBy=u,d}}}function tu(t,e){var i=t.get(e);return $I(i)&&i.length?{name:e,range:i}:null}function eu(t,e,i,n,o,r){var s=a({},e);if(o){var l=o.type,h="color"===l&&o.__drColorMappingBy,u="index"===h?n:"id"===h?r.mapIdToIndex(i.getId()):i.getValue(t.get("visualDimension"));s[l]=o.mapValueToVisual(u)}return s}function iu(t,e,i,n){var o,a;if(!t.isRemoved()){var r=t.getLayout();o=r.width,a=r.height;var s=(f=t.getModel()).get(iT),l=f.get(nT)/2,h=du(f),u=Math.max(s,h),c=s-l,d=u-l,f=t.getModel();t.setLayout({borderWidth:s,upperHeight:u,upperLabelHeight:h},!0);var g=(o=JI(o-2*c,0))*(a=JI(a-c-d,0)),p=nu(t,f,g,e,i,n);if(p.length){var m={x:c,y:d,width:o,height:a},v=QI(o,a),y=1/0,x=[];x.area=0;for(var _=0,b=p.length;_=0;l--){var h=o["asc"===n?r-l-1:l].getValue();h/i*es[1]&&(s[1]=e)})}else s=[NaN,NaN];return{sum:n,dataExtent:s}}function su(t,e,i){for(var n,o=0,a=1/0,r=0,s=t.length;ro&&(o=n));var l=t.area*t.area,h=e*e*i;return l?JI(h*o/l,l/(h*a)):1/0}function lu(t,e,i,n,o){var a=e===i.width?0:1,r=1-a,s=["x","y"],l=["width","height"],h=i[s[a]],u=e?t.area/e:0;(o||u>i[l[r]])&&(u=i[l[r]]);for(var c=0,d=t.length;cRx&&(h=Rx),a=s}h=0?n+=h:n-=h:g>=0?n-=h:n+=h}return n}function Tu(t,e){return t.getVisual("opacity")||t.getModel().get(e)}function Au(t,e,i){var n=t.getGraphicEl(),o=Tu(t,e);null!=i&&(null==o&&(o=1),o*=i),n.downplay&&n.downplay(),n.traverse(function(t){"group"!==t.type&&t.setStyle("opacity",o)})}function Cu(t,e){var i=Tu(t,e),n=t.getGraphicEl();n.highlight&&n.highlight(),n.traverse(function(t){"group"!==t.type&&t.setStyle("opacity",i)})}function Du(t){return t instanceof Array||(t=[t,t]),t}function Lu(t){var e=t.coordinateSystem;if(!e||"view"===e.type){var i=t.getGraph();i.eachNode(function(t){var e=t.getModel();t.setLayout([+e.get("x"),+e.get("y")])}),ku(i)}}function ku(t){t.eachEdge(function(t){var e=t.getModel().get("lineStyle.normal.curveness")||0,i=V(t.node1.getLayout()),n=V(t.node2.getLayout()),o=[i,n];+e&&o.push([(i[0]+n[0])/2-(i[1]-n[1])*e,(i[1]+n[1])/2-(n[0]-i[0])*e]),t.setLayout(o)})}function Pu(t){var e=t.coordinateSystem;if(!e||"view"===e.type){var i=e.getBoundingRect(),n=t.getData(),o=n.graph,a=0,r=n.getSum("value"),s=2*Math.PI/(r||n.count()),l=i.width/2+i.x,h=i.height/2+i.y,u=Math.min(i.width,i.height)/2;o.eachNode(function(t){var e=t.getValue("value");a+=s*(r?e:1)/2,t.setLayout([u*Math.cos(a)+l,u*Math.sin(a)+h]),a+=s*(r?e:1)/2}),n.setLayout({cx:l,cy:h}),o.eachEdge(function(t){var e,i=t.getModel().get("lineStyle.normal.curveness")||0,n=V(t.node1.getLayout()),o=V(t.node2.getLayout()),a=(n[0]+o[0])/2,r=(n[1]+o[1])/2;+i&&(e=[l*(i*=3)+a*(1-i),h*i+r*(1-i)]),t.setLayout([n,o,e])})}}function Ou(t,e,i){for(var n=i.rect,o=n.width,a=n.height,r=[n.x+o/2,n.y+a/2],s=null==i.gravity?.1:i.gravity,l=0;l0?-1:i<0?1:e?-1:1}}function Zu(t,e){return Math.min(e[1],Math.max(e[0],t))}function Uu(t,e,i){this._axesMap=z(),this._axesLayout={},this.dimensions=t.dimensions,this._rect,this._model=t,this._init(t,e,i)}function Xu(t,e){return NT(ET(t,e[0]),e[1])}function ju(t,e){var i=e.layoutLength/(e.axisCount-1);return{position:i*t,axisNameAvailableWidth:i,axisLabelShow:!0}}function qu(t,e){var i,n,o=e.layoutLength,a=e.axisExpandWidth,r=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,h=s,u=!1;return t$T}function hc(t){var e=t.length-1;return e<0&&(e=0),[t[0],t[e]]}function uc(t,e,i,n){var o=new jy;return o.add(new db({name:"main",style:gc(i),silent:!0,draggable:!0,cursor:"move",drift:FT(t,e,o,"nswe"),ondragend:FT(sc,e,{isEnd:!0})})),ZT(n,function(i){o.add(new db({name:i,style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:FT(t,e,o,i),ondragend:FT(sc,e,{isEnd:!0})}))}),o}function cc(t,e,i,n){var o=n.brushStyle.lineWidth||0,a=jT(o,KT),r=i[0][0],s=i[1][0],l=r-o/2,h=s-o/2,u=i[0][1],c=i[1][1],d=u-a+o/2,f=c-a+o/2,g=u-r,p=c-s,m=g+o,v=p+o;fc(t,e,"main",r,s,g,p),n.transformable&&(fc(t,e,"w",l,h,a,v),fc(t,e,"e",d,h,a,v),fc(t,e,"n",l,h,m,a),fc(t,e,"s",l,f,m,a),fc(t,e,"nw",l,h,a,a),fc(t,e,"ne",d,h,a,a),fc(t,e,"sw",l,f,a,a),fc(t,e,"se",d,f,a,a))}function dc(t,e){var i=e.__brushOption,n=i.transformable,o=e.childAt(0);o.useStyle(gc(i)),o.attr({silent:!n,cursor:n?"move":"default"}),ZT(["w","e","n","s","se","sw","ne","nw"],function(i){var o=e.childOfName(i),a=vc(t,i);o&&o.attr({silent:!n,invisible:!n,cursor:n?tA[a]+"-resize":null})})}function fc(t,e,i,n,o,a,r){var s=e.childOfName(i);s&&s.setShape(wc(bc(t,e,[[n,o],[n+a,o+r]])))}function gc(t){return r({strokeNoScale:!0},t.brushStyle)}function pc(t,e,i,n){var o=[XT(t,i),XT(e,n)],a=[jT(t,i),jT(e,n)];return[[o[0],a[0]],[o[1],a[1]]]}function mc(t){return Mo(t.group)}function vc(t,e){if(e.length>1)return("e"===(n=[vc(t,(e=e.split(""))[0]),vc(t,e[1])])[0]||"w"===n[0])&&n.reverse(),n.join("");var i={left:"w",right:"e",top:"n",bottom:"s"},n=To({w:"left",e:"right",n:"top",s:"bottom"}[e],mc(t));return i[n]}function yc(t,e,i,n,o,a,r,s){var l=n.__brushOption,h=t(l.range),u=_c(i,a,r);ZT(o.split(""),function(t){var e=QT[t];h[e[0]][e[1]]+=u[e[0]]}),l.range=e(pc(h[0][0],h[1][0],h[0][1],h[1][1])),ic(i,n),sc(i,{isEnd:!1})}function xc(t,e,i,n,o){var a=e.__brushOption.range,r=_c(t,i,n);ZT(a,function(t){t[0]+=r[0],t[1]+=r[1]}),ic(t,e),sc(t,{isEnd:!1})}function _c(t,e,i){var n=t.group,o=n.transformCoordToLocal(e,i),a=n.transformCoordToLocal(0,0);return[o[0]-a[0],o[1]-a[1]]}function bc(t,e,n){var o=ac(t,e);return o&&!0!==o?o.clipPath(n,t._transform):i(n)}function wc(t){var e=XT(t[0][0],t[1][0]),i=XT(t[0][1],t[1][1]);return{x:e,y:i,width:jT(t[0][0],t[1][0])-e,height:jT(t[0][1],t[1][1])-i}}function Sc(t,e,i){if(t._brushType){var n=t._zr,o=t._covers,a=oc(t,e,i);if(!t._dragging)for(var r=0;r=0?e:NaN}})}function Bc(t){return+t.replace("dim","")}function Gc(t,e){var i=0;d(t,function(t){var e=Bc(t);e>i&&(i=e)});var n=e[0];n&&n.length-1>i&&(i=n.length-1);for(var o=[],a=0;a<=i;a++)o.push("dim"+a);return o}function Wc(t,e,i){var n=t.model,o=t.getRect(),a=new db({shape:{x:o.x,y:o.y,width:o.width,height:o.height}}),r="horizontal"===n.get("layout")?"width":"height";return a.setShape(r,0),So(a,{shape:{width:o.width,height:o.height}},e,i),a}function Hc(t,e,i,n){for(var o=[],a=0;a=i.length)return e;for(var o=-1,a=e.length,r=i[n++],s={},l={};++o=i.length)return t;var a=[],r=n[o++];return d(t,function(t,i){a.push({key:i,values:e(t,o)})}),r?a.sort(function(t,e){return r(t.key,e.key)}):a}var i=[],n=[];return{key:function(t){return i.push(t),this},sortKeys:function(t){return n[i.length-1]=t,this},entries:function(i){return e(t(i,0),0)}}}function qc(t,e){return Ko(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function Yc(t,e,i,n,o,a,r){Kc(t,i,o),td(t,e,a,n,r),sd(t)}function $c(t){d(t,function(t){var e=ud(t.outEdges,gd),i=ud(t.inEdges,gd),n=Math.max(e,i);t.setLayout({value:n},!0)})}function Kc(t,e,i){for(var n=t,o=null,a=0;n.length;){o=[];for(var r=0,s=n.length;r0;o--)nd(a,r*=.99),id(a,n,i),ad(a,r),id(a,n,i)}function ed(t,e,i,n,o){var a=[];d(e,function(t){var e=t.length,i=0;d(t,function(t){i+=t.getLayout().value});var r=(n-(e-1)*o)/i;a.push(r)}),a.sort(function(t,e){return t-e});var r=a[0];d(e,function(t){d(t,function(t,e){t.setLayout({y:e},!0);var i=t.getLayout().value*r;t.setLayout({dy:i},!0)})}),d(i,function(t){var e=+t.getValue()*r;t.setLayout({dy:e},!0)})}function id(t,e,i){d(t,function(t){var n,o,a,r=0,s=t.length;for(t.sort(dd),a=0;a0){l=n.getLayout().y+o;n.setLayout({y:l},!0)}r=n.getLayout().y+n.getLayout().dy+e}if((o=r-e-i)>0){var l=n.getLayout().y-o;for(n.setLayout({y:l},!0),r=n.getLayout().y,a=s-2;a>=0;--a)(o=(n=t[a]).getLayout().y+n.getLayout().dy+e-r)>0&&(l=n.getLayout().y-o,n.setLayout({y:l},!0)),r=n.getLayout().y}})}function nd(t,e){d(t.slice().reverse(),function(t){d(t,function(t){if(t.outEdges.length){var i=ud(t.outEdges,od)/ud(t.outEdges,gd),n=t.getLayout().y+(i-cd(t))*e;t.setLayout({y:n},!0)}})})}function od(t){return cd(t.node2)*t.getValue()}function ad(t,e){d(t,function(t){d(t,function(t){if(t.inEdges.length){var i=ud(t.inEdges,rd)/ud(t.inEdges,gd),n=t.getLayout().y+(i-cd(t))*e;t.setLayout({y:n},!0)}})})}function rd(t){return cd(t.node1)*t.getValue()}function sd(t){d(t,function(t){t.outEdges.sort(ld),t.inEdges.sort(hd)}),d(t,function(t){var e=0,i=0;d(t.outEdges,function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy}),d(t.inEdges,function(t){t.setLayout({ty:i},!0),i+=t.getLayout().dy})})}function ld(t,e){return t.node2.getLayout().y-e.node2.getLayout().y}function hd(t,e){return t.node1.getLayout().y-e.node1.getLayout().y}function ud(t,e){for(var i=0,n=t.length,o=-1;++oe?1:t===e?0:NaN}function gd(t){return t.getValue()}function pd(t,e,i,n){jy.call(this),this.bodyIndex,this.whiskerIndex,this.styleUpdater=i,this._createContent(t,e,n),this.updateData(t,e,n),this._seriesModel}function md(t,e,i){return f(t,function(t){return t=t.slice(),t[e]=i.initBaseline,t})}function vd(t){var e={};return d(t,function(t,i){e["ends"+i]=t}),e}function yd(t){this.group=new jy,this.styleUpdater=t}function xd(t,e,i){var n=e.getItemModel(i),o=n.getModel(mA),a=e.getItemVisual(i,"color"),r=o.getItemStyle(["borderColor"]),s=t.childAt(t.whiskerIndex);s.style.set(r),s.style.stroke=a,s.dirty();var l=t.childAt(t.bodyIndex);l.style.set(r),l.style.stroke=a,l.dirty(),uo(t,n.getModel(vA).getItemStyle())}function _d(t){var e=[],i=[];return t.eachSeriesByType("boxplot",function(t){var n=t.getBaseAxis(),o=l(i,n);o<0&&(o=i.length,i[o]=n,e[o]={axis:n,seriesModels:[]}),e[o].seriesModels.push(t)}),e}function bd(t){var e,i,n=t.axis,o=t.seriesModels,a=o.length,r=t.boxWidthList=[],s=t.boxOffsetList=[],l=[];if("category"===n.type)i=n.getBandWidth();else{var h=0;xA(o,function(t){h=Math.max(h,t.getData().count())}),e=n.getExtent(),Math.abs(e[1]-e[0])}xA(o,function(t){var e=t.get("boxWidth");y(e)||(e=[e,e]),l.push([Si(e[0],i)||0,Si(e[1],i)||0])});var u=.8*i-2,c=u/a*.3,d=(u-c*(a-1))/a,f=d/2-u/2;xA(o,function(t,e){s.push(f),f+=c+d,r.push(Math.min(Math.max(d,l[e][0]),l[e][1]))})}function wd(t,e,i){var n,o=t.coordinateSystem,a=t.getData(),r=i/2,s=t.get("layout"),l="horizontal"===s?0:1,h=1-l,u=["x","y"],c=[];d(a.dimensions,function(t){var e=a.getDimensionInfo(t).coordDim;e===u[h]?c.push(t):e===u[l]&&(n=t)}),null==n||c.length<5||a.each([n].concat(c),function(){function t(t){var i=[];i[l]=d,i[h]=t;var n;return isNaN(d)||isNaN(t)?n=[NaN,NaN]:(n=o.dataToPoint(i))[l]+=e,n}function i(t,e){var i=t.slice(),n=t.slice();i[l]+=r,n[l]-=r,e?y.push(i,n):y.push(n,i)}function n(t){var e=[t.slice(),t.slice()];e[0][l]-=r,e[1][l]+=r,v.push(e)}var u=arguments,d=u[0],f=u[c.length+1],g=t(u[3]),p=t(u[1]),m=t(u[5]),v=[[p,t(u[2])],[m,t(u[4])]];n(p),n(m),n(g);var y=[];i(v[0][1],0),i(v[1][1],1),a.setItemLayout(f,{chartLayout:s,initBaseline:g[h],median:g,bodyEnds:y,whiskerEnds:v})})}function Sd(t,e,i){var n=e.getItemModel(i),o=n.getModel(_A),a=e.getItemVisual(i,"color"),r=e.getItemVisual(i,"borderColor")||a,s=o.getItemStyle(["color","color0","borderColor","borderColor0"]),l=t.childAt(t.whiskerIndex);l.useStyle(s),l.style.stroke=r;var h=t.childAt(t.bodyIndex);h.useStyle(s),h.style.fill=a,h.style.stroke=r,uo(t,n.getModel(bA).getItemStyle())}function Md(t,e){var i,n=t.getBaseAxis(),o="category"===n.type?n.getBandWidth():(i=n.getExtent(),Math.abs(i[1]-i[0])/e.count()),a=Si(TA(t.get("barMaxWidth"),o),o),r=Si(TA(t.get("barMinWidth"),1),o),s=t.get("barWidth");return null!=s?Si(s,o):Math.max(Math.min(o/2,a),r)}function Id(t){return y(t)||(t=[+t,+t]),t}function Td(t,e){t.eachChild(function(t){t.attr({z:e.z,zlevel:e.zlevel,style:{stroke:"stroke"===e.brushType?e.color:null,fill:"fill"===e.brushType?e.color:null}})})}function Ad(t,e){jy.call(this);var i=new Jr(t,e),n=new jy;this.add(i),this.add(n),n.beforeUpdate=function(){this.attr(i.getScale())},this.updateData(t,e)}function Cd(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=f(e,function(t){var e={coords:[t[0].coord,t[1].coord]};return t[0].name&&(e.fromName=t[0].name),t[1].name&&(e.toName=t[1].name),o([e,t[0],t[1]])}))}function Dd(t,e,i){jy.call(this),this.add(this.createLine(t,e,i)),this._updateEffectSymbol(t,e)}function Ld(t,e,i){jy.call(this),this._createPolyline(t,e,i)}function kd(t,e,i){Dd.call(this,t,e,i),this._lastFrame=0,this._lastFramePercent=0}function Pd(){this.group=new jy,this._lineEl=new PA}function Od(t){return t instanceof Array||(t=[t,t]),t}function zd(){var t=iy();this.canvas=t,this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={}}function Nd(t,e,i){var n=t[1]-t[0],o=(e=f(e,function(e){return{interval:[(e.interval[0]-t[0])/n,(e.interval[1]-t[0])/n]}})).length,a=0;return function(t){for(n=a;n=0;n--){var r=e[n].interval;if(r[0]<=t&&t<=r[1]){a=n;break}}return n>=0&&n=e[0]&&t<=e[1]}}function Rd(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}function Vd(t,e,i,n){var o=t.getItemLayout(e),a=i.get("symbolRepeat"),r=i.get("symbolClip"),s=i.get("symbolPosition")||"start",l=(i.get("symbolRotate")||0)*Math.PI/180||0,h=i.get("symbolPatternSize")||2,u=i.isAnimationEnabled(),c={dataIndex:e,layout:o,itemModel:i,symbolType:t.getItemVisual(e,"symbol")||"circle",color:t.getItemVisual(e,"color"),symbolClip:r,symbolRepeat:a,symbolRepeatDirection:i.get("symbolRepeatDirection"),symbolPatternSize:h,rotation:l,animationModel:u?i:null,hoverAnimation:u&&i.get("hoverAnimation"),z2:i.getShallow("z",!0)||0};Bd(i,a,o,n,c),Wd(t,e,o,a,r,c.boundingLength,c.pxSign,h,n,c),Hd(i,c.symbolScale,l,n,c);var d=c.symbolSize,f=i.get("symbolOffset");return y(f)&&(f=[Si(f[0],d[0]),Si(f[1],d[1])]),Fd(i,d,o,a,r,f,s,c.valueLineWidth,c.boundingLength,c.repeatCutLength,n,c),c}function Bd(t,e,i,n,o){var a,r=n.valueDim,s=t.get("symbolBoundingData"),l=n.coordSys.getOtherAxis(n.coordSys.getBaseAxis()),h=l.toGlobalCoord(l.dataToCoord(0)),u=1-+(i[r.wh]<=0);if(y(s)){var c=[Gd(l,s[0])-h,Gd(l,s[1])-h];c[1]0?1:a<0?-1:0}function Gd(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function Wd(t,e,i,n,o,a,r,s,l,h){var u=l.valueDim,c=l.categoryDim,d=Math.abs(i[c.wh]),f=t.getItemVisual(e,"symbolSize");y(f)?f=f.slice():(null==f&&(f="100%"),f=[f,f]),f[c.index]=Si(f[c.index],d),f[u.index]=Si(f[u.index],n?d:Math.abs(a)),h.symbolSize=f,(h.symbolScale=[f[0]/s,f[1]/s])[u.index]*=(l.isHorizontal?-1:1)*r}function Hd(t,e,i,n,o){var a=t.get(NA)||0;a&&(RA.attr({scale:e.slice(),rotation:i}),RA.updateTransform(),a/=RA.getLineScale(),a*=e[n.valueDim.index]),o.valueLineWidth=a}function Fd(t,e,i,n,o,r,s,l,h,u,c,d){var f=c.categoryDim,g=c.valueDim,p=d.pxSign,m=Math.max(e[g.index]+l,0),v=m;if(n){var y=Math.abs(h),x=I(t.get("symbolMargin"),"15%")+"",_=!1;x.lastIndexOf("!")===x.length-1&&(_=!0,x=x.slice(0,x.length-1)),x=Si(x,e[g.index]);var b=Math.max(m+2*x,0),w=_?0:2*x,S=Ri(n),M=S?n:sf((y+w)/b);b=m+2*(x=(y-M*m)/2/(_?M:M-1)),w=_?0:2*x,S||"fixed"===n||(M=u?sf((Math.abs(u)+w)/b):0),v=M*b-w,d.repeatTimes=M,d.symbolMargin=x}var T=p*(v/2),A=d.pathPosition=[];A[f.index]=i[f.wh]/2,A[g.index]="start"===s?T:"end"===s?h-T:h/2,r&&(A[0]+=r[0],A[1]+=r[1]);var C=d.bundlePosition=[];C[f.index]=i[f.xy],C[g.index]=i[g.xy];var D=d.barRectShape=a({},i);D[g.wh]=p*Math.max(Math.abs(i[g.wh]),Math.abs(A[g.index]+T)),D[f.wh]=i[f.wh];var L=d.clipShape={};L[f.xy]=-i[f.xy],L[f.wh]=c.ecSize[f.wh],L[g.xy]=0,L[g.wh]=i[g.wh]}function Zd(t){var e=t.symbolPatternSize,i=Hr(t.symbolType,-e/2,-e/2,e,e,t.color);return i.attr({culling:!0}),"image"!==i.type&&i.setStyle({strokeNoScale:!0}),i}function Ud(t,e,i,n){function o(t){var e=l.slice(),n=i.pxSign,o=t;return("start"===i.symbolRepeatDirection?n>0:n<0)&&(o=u-1-t),e[h.index]=d*(o-u/2+.5)+l[h.index],{position:e,scale:i.symbolScale.slice(),rotation:i.rotation}}var a=t.__pictorialBundle,r=i.symbolSize,s=i.valueLineWidth,l=i.pathPosition,h=e.valueDim,u=i.repeatTimes||0,c=0,d=r[e.valueDim.index]+s+2*i.symbolMargin;for(of(t,function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=u,c0)],d=t.__pictorialBarRect;ol(d.style,u,a,n,e.seriesModel,o,c),uo(d,u)}function sf(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}function lf(t,e,i){this.dimension="single",this.dimensions=["single"],this._axis=null,this._rect,this._init(t,e,i),this.model=t}function hf(t,e){e=e||{};var i=t.coordinateSystem,n=t.axis,o={},a=n.position,r=n.orient,s=i.getRect(),l=[s.x,s.x+s.width,s.y,s.y+s.height],h={horizontal:{top:l[2],bottom:l[3]},vertical:{left:l[0],right:l[1]}};o.position=["vertical"===r?h.vertical[a]:l[0],"horizontal"===r?h.horizontal[a]:l[3]];var u={horizontal:0,vertical:1};o.rotation=Math.PI/2*u[r];var c={top:-1,bottom:1,right:1,left:-1};o.labelDirection=o.tickDirection=o.nameDirection=c[a],t.get("axisTick.inside")&&(o.tickDirection=-o.tickDirection),I(e.labelInside,t.get("axisLabel.inside"))&&(o.labelDirection=-o.labelDirection);var d=e.rotate;return null==d&&(d=t.get("axisLabel.rotate")),o.labelRotation="top"===a?-d:d,o.labelInterval=n.getLabelInterval(),o.z2=1,o}function uf(t,e,i,n,o){var r=t.axis;if(!r.scale.isBlank()&&r.containData(e))if(t.involveSeries){var s=cf(e,t),l=s.payloadBatch,h=s.snapToValue;l[0]&&null==o.seriesIndex&&a(o,l[0]),!n&&t.snap&&r.containData(h)&&null!=h&&(e=h),i.showPointer(t,e,l,o),i.showTooltip(t,s,h)}else i.showPointer(t,e)}function cf(t,e){var i=e.axis,n=i.dim,o=t,a=[],r=Number.MAX_VALUE,s=-1;return XA(e.seriesModels,function(e,l){var h,u,c=e.coordDimToDataDim(n);if(e.getAxisTooltipData){var d=e.getAxisTooltipData(c,t,i);u=d.dataIndices,h=d.nestestValue}else{if(!(u=e.getData().indicesOfNearest(c[0],t,!1,"category"===i.type?.5:null)).length)return;h=e.getData().get(c[0],u[0])}if(null!=h&&isFinite(h)){var f=t-h,g=Math.abs(f);g<=r&&((g=0&&s<0)&&(r=g,s=f,o=h,a.length=0),XA(u,function(t){a.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})}))}}),{payloadBatch:a,snapToValue:o}}function df(t,e,i,n){t[e.key]={value:i,payloadBatch:n}}function ff(t,e,i,n){var o=i.payloadBatch,a=e.axis,r=a.model,s=e.axisPointerModel;if(e.triggerTooltip&&o.length){var l=e.coordSys.model,h=Ys(l),u=t.map[h];u||(u=t.map[h]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(u)),u.dataByAxis.push({axisDim:a.dim,axisIndex:r.componentIndex,axisType:r.type,axisId:r.id,value:n,valueLabelOpt:{precision:s.get("label.precision"),formatter:s.get("label.formatter")},seriesDataIndices:o.slice()})}}function gf(t,e,i){var n=i.axesInfo=[];XA(e,function(e,i){var o=e.axisPointerModel.option,a=t[i];a?(!e.useHandle&&(o.status="show"),o.value=a.value,o.seriesDataIndices=(a.payloadBatch||[]).slice()):!e.useHandle&&(o.status="hide"),"show"===o.status&&n.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:o.value})})}function pf(t,e,i,n){if(!xf(e)&&t.list.length){var o=((t.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};n({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:i.tooltipOption,position:i.position,dataIndexInside:o.dataIndexInside,dataIndex:o.dataIndex,seriesIndex:o.seriesIndex,dataByCoordSys:t.list})}else n({type:"hideTip"})}function mf(t,e,i){var n=i.getZr(),o=qA(n).axisPointerLastHighlights||{},a=qA(n).axisPointerLastHighlights={};XA(t,function(t,e){var i=t.axisPointerModel.option;"show"===i.status&&XA(i.seriesDataIndices,function(t){var e=t.seriesIndex+" | "+t.dataIndex;a[e]=t})});var r=[],s=[];d(o,function(t,e){!a[e]&&s.push(t)}),d(a,function(t,e){!o[e]&&r.push(t)}),s.length&&i.dispatchAction({type:"downplay",escapeConnect:!0,batch:s}),r.length&&i.dispatchAction({type:"highlight",escapeConnect:!0,batch:r})}function vf(t,e){for(var i=0;i<(t||[]).length;i++){var n=t[i];if(e.axis.dim===n.axisDim&&e.axis.model.componentIndex===n.axisIndex)return n}}function yf(t){var e=t.axis.model,i={},n=i.axisDim=t.axis.dim;return i.axisIndex=i[n+"AxisIndex"]=e.componentIndex,i.axisName=i[n+"AxisName"]=e.name,i.axisId=i[n+"AxisId"]=e.id,i}function xf(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function _f(t,e,i){if(!Uv.node){var n=e.getZr();YA(n).records||(YA(n).records={}),bf(n,e),(YA(n).records[t]||(YA(n).records[t]={})).handler=i}}function bf(t,e){function i(i,n){t.on(i,function(i){var o=If(e);$A(YA(t).records,function(t){t&&n(t,i,o.dispatchAction)}),wf(o.pendings,e)})}YA(t).initialized||(YA(t).initialized=!0,i("click",v(Mf,"click")),i("mousemove",v(Mf,"mousemove")),i("globalout",Sf))}function wf(t,e){var i,n=t.showTip.length,o=t.hideTip.length;n?i=t.showTip[n-1]:o&&(i=t.hideTip[o-1]),i&&(i.dispatchAction=null,e.dispatchAction(i))}function Sf(t,e,i){t.handler("leave",null,i)}function Mf(t,e,i,n){e.handler(t,i,n)}function If(t){var e={showTip:[],hideTip:[]},i=function(n){var o=e[n.type];o?o.push(n):(n.dispatchAction=i,t.dispatchAction(n))};return{dispatchAction:i,pendings:e}}function Tf(t,e){if(!Uv.node){var i=e.getZr();(YA(i).records||{})[t]&&(YA(i).records[t]=null)}}function Af(){}function Cf(t,e,i,n){Df(JA(i).lastProp,n)||(JA(i).lastProp=n,e?wo(i,n,t):(i.stopAnimation(),i.attr(n)))}function Df(t,e){if(b(t)&&b(e)){var i=!0;return d(e,function(e,n){i=i&&Df(t[n],e)}),!!i}return t===e}function Lf(t,e){t[e.get("label.show")?"show":"hide"]()}function kf(t){return{position:t.position.slice(),rotation:t.rotation||0}}function Pf(t,e,i){var n=e.get("z"),o=e.get("zlevel");t&&t.traverse(function(t){"group"!==t.type&&(null!=n&&(t.z=n),null!=o&&(t.zlevel=o),t.silent=i)})}function Of(t){var e,i=t.get("type"),n=t.getModel(i+"Style");return"line"===i?(e=n.getLineStyle()).fill=null:"shadow"===i&&((e=n.getAreaStyle()).stroke=null),e}function zf(t,e,i,n,o){var a=Ef(i.get("value"),e.axis,e.ecModel,i.get("seriesDataIndices"),{precision:i.get("label.precision"),formatter:i.get("label.formatter")}),r=i.getModel("label"),s=Gx(r.get("padding")||0),l=r.getFont(),h=de(a,l),u=o.position,c=h.width+s[1]+s[3],d=h.height+s[0]+s[2],f=o.align;"right"===f&&(u[0]-=c),"center"===f&&(u[0]-=c/2);var g=o.verticalAlign;"bottom"===g&&(u[1]-=d),"middle"===g&&(u[1]-=d/2),Nf(u,c,d,n);var p=r.get("backgroundColor");p&&"auto"!==p||(p=e.get("axisLine.lineStyle.color")),t.label={shape:{x:0,y:0,width:c,height:d,r:r.get("borderRadius")},position:u.slice(),style:{text:a,textFont:l,textFill:r.getTextColor(),textPosition:"inside",fill:p,stroke:r.get("borderColor")||"transparent",lineWidth:r.get("borderWidth")||0,shadowBlur:r.get("shadowBlur"),shadowColor:r.get("shadowColor"),shadowOffsetX:r.get("shadowOffsetX"),shadowOffsetY:r.get("shadowOffsetY")},z2:10}}function Nf(t,e,i,n){var o=n.getWidth(),a=n.getHeight();t[0]=Math.min(t[0]+e,o)-e,t[1]=Math.min(t[1]+i,a)-i,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}function Ef(t,e,i,n,o){var a=e.scale.getLabel(t,{precision:o.precision}),r=o.formatter;if(r){var s={value:Br(e,t),seriesData:[]};d(n,function(t){var e=i.getSeriesByIndex(t.seriesIndex),n=t.dataIndexInside,o=e&&e.getDataParams(n);o&&s.seriesData.push(o)}),_(r)?a=r.replace("{value}",a):x(r)&&(a=r(s))}return a}function Rf(t,e,i){var n=ot();return ht(n,n,i.rotation),lt(n,n,i.position),Io([t.dataToCoord(e),(i.labelOffset||0)+(i.labelDirection||1)*(i.labelMargin||0)],n)}function Vf(t,e,i,n,o,a){var r=DM.innerTextLayout(i.rotation,0,i.labelDirection);i.labelMargin=o.get("label.margin"),zf(e,n,o,a,{position:Rf(n.axis,t,i),align:r.textAlign,verticalAlign:r.textVerticalAlign})}function Bf(t,e,i){return i=i||0,{x1:t[i],y1:t[1-i],x2:e[i],y2:e[1-i]}}function Gf(t,e,i){return i=i||0,{x:t[i],y:t[1-i],width:e[i],height:e[1-i]}}function Wf(t,e,i,n,o,a){return{cx:t,cy:e,r0:i,r:n,startAngle:o,endAngle:a,clockwise:!0}}function Hf(t,e){var i={};return i[e.dim+"AxisIndex"]=e.index,t.getCartesian(i)}function Ff(t){return"x"===t.dim?0:1}function Zf(t){return t.isHorizontal()?0:1}function Uf(t,e){var i=t.getRect();return[i[nC[e]],i[nC[e]]+i[oC[e]]]}function Xf(t,e,i){var n=new db({shape:{x:t.x-10,y:t.y-10,width:0,height:t.height+20}});return So(n,{shape:{width:t.width+20,height:t.height+20}},e,i),n}function jf(t,e,i){if(t.count())for(var n,o=e.coordinateSystem,a=e.getLayerSeries(),r=f(a,function(e){return f(e.indices,function(e){var i=o.dataToPoint(t.get("time",e));return i[1]=t.get("value",e),i})}),s=qf(r),l=s.y0,h=i/s.max,u=a.length,c=a[0].indices.length,d=0;da&&(a=h),n.push(h)}for(var u=0;ua&&(a=d)}return r.y0=o,r.max=a,r}function Yf(t,e){return e=e||[0,0],f(["x","y"],function(i,n){var o=this.getAxis(i),a=e[n],r=t[n]/2;return"category"===o.type?o.getBandWidth():Math.abs(o.dataToCoord(a-r)-o.dataToCoord(a+r))},this)}function $f(t,e){return e=e||[0,0],f([0,1],function(i){var n=e[i],o=t[i]/2,a=[],r=[];return a[i]=n-o,r[i]=n+o,a[1-i]=r[1-i]=e[1-i],Math.abs(this.dataToPoint(a)[i]-this.dataToPoint(r)[i])},this)}function Kf(t,e){var i=this.getAxis(),n=e instanceof Array?e[0]:e,o=(t instanceof Array?t[0]:t)/2;return"category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(n-o)-i.dataToCoord(n+o))}function Jf(t,e){return f(["Radius","Angle"],function(i,n){var o=this["get"+i+"Axis"](),a=e[n],r=t[n]/2,s="dataTo"+i,l="category"===o.type?o.getBandWidth():Math.abs(o[s](a-r)-o[s](a+r));return"Angle"===i&&(l=l*Math.PI/180),l},this)}function Qf(t){var e,i=t.type;if("path"===i){var n=t.shape;(e=Un(n.pathData,null,{x:n.x||0,y:n.y||0,width:n.width||0,height:n.height||0},"center")).__customPathData=t.pathData}else"image"===i?(e=new qe({})).__customImagePath=t.style.image:"text"===i?(e=new ib({})).__customText=t.style.text:e=new(0,Tb[i.charAt(0).toUpperCase()+i.slice(1)]);return e.__customGraphicType=i,e.name=t.name,e}function tg(t,e,n,o,a,r){var s={},l=n.style||{};if(n.shape&&(s.shape=i(n.shape)),n.position&&(s.position=n.position.slice()),n.scale&&(s.scale=n.scale.slice()),n.origin&&(s.origin=n.origin.slice()),n.rotation&&(s.rotation=n.rotation),"image"===t.type&&n.style){h=s.style={};d(["x","y","width","height"],function(e){eg(e,h,l,t.style,r)})}if("text"===t.type&&n.style){var h=s.style={};d(["x","y"],function(e){eg(e,h,l,t.style,r)}),!l.hasOwnProperty("textFill")&&l.fill&&(l.textFill=l.fill),!l.hasOwnProperty("textStroke")&&l.stroke&&(l.textStroke=l.stroke)}if("group"!==t.type&&(t.useStyle(l),r)){t.style.opacity=0;var u=l.opacity;null==u&&(u=1),So(t,{style:{opacity:u}},o,e)}r?t.attr(s):wo(t,s,o,e),t.attr({z2:n.z2||0,silent:n.silent}),!1!==n.styleEmphasis&&uo(t,n.styleEmphasis)}function eg(t,e,i,n,o){null==i[t]||o||(e[t]=i[t],i[t]=n[t])}function ig(t,e,i,n){function o(t){null==t&&(t=u),y&&(c=e.getItemModel(t),d=c.getModel(uC),f=c.getModel(cC),g=Yr(e),p=e.getItemVisual(t,"color"),y=!1)}var s=t.get("renderItem"),l=t.coordinateSystem,h={};l&&(h=l.prepareCustoms?l.prepareCustoms():fC[l.type](l));var u,c,d,f,g,p,m=r({getWidth:n.getWidth,getHeight:n.getHeight,getZr:n.getZr,getDevicePixelRatio:n.getDevicePixelRatio,value:function(t,i){return null==i&&(i=u),e.get(e.getDimension(t||0),i)},style:function(i,n){null==n&&(n=u),o(n);var r=c.getModel(lC).getItemStyle();null!=p&&(r.fill=p);var s=e.getItemVisual(n,"opacity");return null!=s&&(r.opacity=s),null!=g&&(fo(r,d,null,{autoColor:p,isRectText:!0}),r.text=d.getShallow("show")?T(t.getFormattedLabel(n,"normal"),e.get(g,n)):null),i&&a(r,i),r},styleEmphasis:function(i,n){null==n&&(n=u),o(n);var r=c.getModel(hC).getItemStyle();return null!=g&&(fo(r,f,null,{isRectText:!0},!0),r.text=f.getShallow("show")?A(t.getFormattedLabel(n,"emphasis"),t.getFormattedLabel(n,"normal"),e.get(g,n)):null),i&&a(r,i),r},visual:function(t,i){return null==i&&(i=u),e.getItemVisual(i,t)},barLayout:function(t){if(l.getBaseAxis){var e=l.getBaseAxis();return nl.getLayoutOnAxis(r({axis:e},t),n)}},currentSeriesIndices:function(){return i.getCurrentSeriesIndices()},font:function(t){return _o(t,i)}},h.api||{}),v={context:{},seriesId:t.id,seriesName:t.name,seriesIndex:t.seriesIndex,coordSys:h.coordSys,dataInsideLength:e.count(),encode:ng(t.getData())},y=!0;return function(t){return u=t,y=!0,s&&s(r({dataIndexInside:t,dataIndex:e.getRawIndex(t)},v),m)||{}}}function ng(t){var e={};return d(t.dimensions,function(i,n){var o=t.getDimensionInfo(i);if(!o.isExtraCoord){var a=o.coordDim;(e[a]=e[a]||[])[o.coordDimIndex]=n}}),e}function og(t,e,i,n,o,a){(t=ag(t,e,i,n,o,a))&&a.setItemGraphicEl(e,t)}function ag(t,e,i,n,o,a){var r=i.type;if(!t||r===t.__customGraphicType||"path"===r&&i.pathData===t.__customPathData||"image"===r&&i.style.image===t.__customImagePath||"text"===r&&i.style.text===t.__customText||(o.remove(t),t=null),null!=r){var s=!t;if(!t&&(t=Qf(i)),tg(t,e,i,n,a,s),"group"===r){var l=t.children()||[],h=i.children||[];if(i.diffChildrenByName)rg({oldChildren:l,newChildren:h,dataIndex:e,animatableModel:n,group:t,data:a});else{for(var u=0;un?t-=l+a:t+=a),null!=r&&(e+h+r>o?e-=h+r:e+=r),[t,e]}function kg(t,e,i,n,o){var a=Pg(i),r=a.width,s=a.height;return t=Math.min(t+r,n)-r,e=Math.min(e+s,o)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}function Pg(t){var e=t.clientWidth,i=t.clientHeight;if(document.defaultView&&document.defaultView.getComputedStyle){var n=document.defaultView.getComputedStyle(t);n&&(e+=parseInt(n.paddingLeft,10)+parseInt(n.paddingRight,10)+parseInt(n.borderLeftWidth,10)+parseInt(n.borderRightWidth,10),i+=parseInt(n.paddingTop,10)+parseInt(n.paddingBottom,10)+parseInt(n.borderTopWidth,10)+parseInt(n.borderBottomWidth,10))}return{width:e,height:i}}function Og(t,e,i){var n=i[0],o=i[1],a=0,r=0,s=e.width,l=e.height;switch(t){case"inside":a=e.x+s/2-n/2,r=e.y+l/2-o/2;break;case"top":a=e.x+s/2-n/2,r=e.y-o-5;break;case"bottom":a=e.x+s/2-n/2,r=e.y+l+5;break;case"left":a=e.x-n-5,r=e.y+l/2-o/2;break;case"right":a=e.x+s+5,r=e.y+l/2-o/2}return[a,r]}function zg(t){return"center"===t||"middle"===t}function Ng(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function Eg(t){return t.dim}function Rg(t,e){var i={};d(t,function(t,e){var n=t.getData(),o=t.coordinateSystem.getBaseAxis(),a=o.getExtent(),r="category"===o.type?o.getBandWidth():Math.abs(a[1]-a[0])/n.count(),s=i[Eg(o)]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},l=s.stacks;i[Eg(o)]=s;var h=Ng(t);l[h]||s.autoWidthCount++,l[h]=l[h]||{width:0,maxWidth:0};var u=Si(t.get("barWidth"),r),c=Si(t.get("barMaxWidth"),r),d=t.get("barGap"),f=t.get("barCategoryGap");u&&!l[h].width&&(u=Math.min(s.remainedWidth,u),l[h].width=u,s.remainedWidth-=u),c&&(l[h].maxWidth=c),null!=d&&(s.gap=d),null!=f&&(s.categoryGap=f)});var n={};return d(i,function(t,e){n[e]={};var i=t.stacks,o=t.bandWidth,a=Si(t.categoryGap,o),r=Si(t.gap,1),s=t.remainedWidth,l=t.autoWidthCount,h=(s-a)/(l+(l-1)*r);h=Math.max(h,0),d(i,function(t,e){var i=t.maxWidth;i&&ie[0]&&(e=e.slice().reverse());var n=t.coordToPoint([e[0],i]),o=t.coordToPoint([e[1],i]);return{x1:n[0],y1:n[1],x2:o[0],y2:o[1]}}function Ug(t){return t.getRadiusAxis().inverse?0:1}function Xg(t,e,i){return{position:[t.cx,t.cy],rotation:i/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:e.getModel("axisLabel").get("rotate"),z2:1}}function jg(t,e,i,n,o){var a=e.axis,r=a.dataToCoord(t),s=n.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,h,u,c=n.getRadiusAxis().getExtent();if("radius"===a.dim){var d=ot();ht(d,d,s),lt(d,d,[n.cx,n.cy]),l=Io([r,-o],d);var f=e.getModel("axisLabel").get("rotate")||0,g=DM.innerTextLayout(s,f*Math.PI/180,-1);h=g.textAlign,u=g.textVerticalAlign}else{var p=c[1];l=n.coordToPoint([p+o,r]);var m=n.cx,v=n.cy;h=Math.abs(l[0]-m)/p<.3?"center":l[0]>m?"left":"right",u=Math.abs(l[1]-v)/p<.3?"middle":l[1]>v?"top":"bottom"}return{position:l,align:h,verticalAlign:u}}function qg(t,e){e.update="updateView",ir(e,function(e,i){var n={};return i.eachComponent({mainType:"geo",query:e},function(i){i[t](e.name),d(i.coordinateSystem.regions,function(t){n[t.name]=i.isSelected(t.name)||!1})}),{selected:n,name:e.name}})}function Yg(t){var e={};d(t,function(t){e[t]=1}),t.length=0,d(e,function(e,i){t.push(i)})}function $g(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function Kg(t,e,n){function o(){var t=function(){};return t.prototype.__hidden=t.prototype,new t}var a={};return HC(e,function(e){var r=a[e]=o();HC(t[e],function(t,o){if(jI.isValidType(o)){var a={type:o,visual:t};n&&n(a,e),r[o]=new jI(a),"opacity"===o&&((a=i(a)).type="colorAlpha",r.__hidden.__alphaForOpacity=new jI(a))}})}),a}function Jg(t,e,n){var o;d(n,function(t){e.hasOwnProperty(t)&&$g(e[t])&&(o=!0)}),o&&d(n,function(n){e.hasOwnProperty(n)&&$g(e[n])?t[n]=i(e[n]):delete t[n]})}function Qg(t,e,i,n,o,a){function r(t){return i.getItemVisual(u,t)}function s(t,e){i.setItemVisual(u,t,e)}function l(t,l){u=null==a?t:l;var c=i.getRawDataItem(u);if(!c||!1!==c.visualMap)for(var d=n.call(o,t),f=e[d],g=h[d],p=0,m=g.length;p1)return!1;var u=ap(i-t,o-t,n-e,a-e)/l;return!(u<0||u>1)}function op(t){return t<=1e-6&&t>=-1e-6}function ap(t,e,i,n){return t*n-e*i}function rp(t,e,i){var n=this._targetInfoList=[],o={},a=lp(e,t);ZC($C,function(t,e){(!i||!i.include||UC(i.include,e)>=0)&&t(a,n,o)})}function sp(t){return t[0]>t[1]&&t.reverse(),t}function lp(t,e){return Fo(t,e,{includeMainTypes:qC})}function hp(t,e,i,n){var o=i.getAxis(["x","y"][t]),a=sp(f([0,1],function(t){return e?o.coordToData(o.toLocalCoord(n[t])):o.toGlobalCoord(o.dataToCoord(n[t]))})),r=[];return r[t]=a,r[1-t]=[NaN,NaN],{values:a,xyMinMax:r}}function up(t,e,i,n){return[e[0]-n[t]*i[0],e[1]-n[t]*i[1]]}function cp(t,e){var i=dp(t),n=dp(e),o=[i[0]/n[0],i[1]/n[1]];return isNaN(o[0])&&(o[0]=1),isNaN(o[1])&&(o[1]=1),o}function dp(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}function fp(t,e,i,n,o){if(o){var a=t.getZr();a[nD]||(a[iD]||(a[iD]=gp),La(a,iD,i,e)(t,n))}}function gp(t,e){if(!t.isDisposed()){var i=t.getZr();i[nD]=!0,t.dispatchAction({type:"brushSelect",batch:e}),i[nD]=!1}}function pp(t,e,i,n){for(var o=0,a=e.length;o=0}function Dp(t,e,i){function n(t,e){return l(e.nodes,t)>=0}function o(t,n){var o=!1;return e(function(e){d(i(t,e)||[],function(t){n.records[e.name][t]&&(o=!0)})}),o}function a(t,n){n.nodes.push(t),e(function(e){d(i(t,e)||[],function(t){n.records[e.name][t]=!0})})}return function(i){var r={nodes:[],records:{}};if(e(function(t){r.records[t.name]={}}),!i)return r;a(i,r);var s;do{s=!1,t(function(t){!n(t,r)&&o(t,r)&&(a(t,r),s=!0)})}while(s);return r}}function Lp(t,e,i){var n=[1/0,-1/0];return mD(i,function(t){var i=t.getData();i&&mD(t.coordDimToDataDim(e),function(t){var e=i.getDataExtent(t);e[0]n[1]&&(n[1]=e[1])})}),n[1]0?0:NaN);var r=i.getMax(!0);return null!=r&&"dataMax"!==r&&"function"!=typeof r?e[1]=r:o&&(e[1]=a>0?a-1:NaN),i.get("scale",!0)||(e[0]>0&&(e[0]=0),e[1]<0&&(e[1]=0)),e}function Pp(t,e){var i=t.getAxisModel(),n=t._percentWindow,o=t._valueWindow;if(n){var a=Ci(o,[0,500]);a=Math.min(a,20);var r=e||0===n[0]&&100===n[1];i.setRange(r?null:+o[0].toFixed(a),r?null:+o[1].toFixed(a))}}function Op(t){var e=t._minMaxSpan={},i=t._dataZoomModel;mD(["min","max"],function(n){e[n+"Span"]=i.get(n+"Span");var o=i.get(n+"ValueSpan");if(null!=o&&(e[n+"ValueSpan"]=o,null!=(o=t.getAxisModel().axis.scale.parse(o)))){var a=t._dataExtent;e[n+"Span"]=wi(a[0]+o,a,[0,100],!0)}})}function zp(t){var e={};return xD(["start","end","startValue","endValue","throttle"],function(i){t.hasOwnProperty(i)&&(e[i]=t[i])}),e}function Np(t,e){var i=t._rangePropMode,n=t.get("rangeMode");xD([["start","startValue"],["end","endValue"]],function(t,o){var a=null!=e[t[0]],r=null!=e[t[1]];a&&!r?i[o]="percent":!a&&r?i[o]="value":n?i[o]=n[o]:a&&(i[o]="percent")})}function Ep(t){return{x:"y",y:"x",radius:"angle",angle:"radius"}[t]}function Rp(t){return"vertical"===t?"ns-resize":"ew-resize"}function Vp(t,e){var i=Hp(t),n=e.dataZoomId,o=e.coordId;d(i,function(t,i){var a=t.dataZoomInfos;a[n]&&l(e.allCoordIds,o)<0&&(delete a[n],t.count--)}),Zp(i);var a=i[o];a||((a=i[o]={coordId:o,dataZoomInfos:{},count:0}).controller=Fp(t,a),a.dispatchAction=v(qp,t)),!a.dataZoomInfos[n]&&a.count++,a.dataZoomInfos[n]=e;var r=Yp(a.dataZoomInfos);a.controller.enable(r.controlType,r.opt),a.controller.setPointerChecker(e.containsPoint),La(a,"dispatchAction",e.throttleRate,"fixRate")}function Bp(t,e){var i=Hp(t);d(i,function(t){t.controller.dispose();var i=t.dataZoomInfos;i[e]&&(delete i[e],t.count--)}),Zp(i)}function Gp(t,e){if(t&&"dataZoom"===t.type&&t.batch)for(var i=0,n=t.batch.length;in[e]&&(e=o),a(i,t.roamControllerOpt)}),{controlType:e,opt:i}}function $p(t,e,i){i.getAxisProxy(t.name,e).reset(i)}function Kp(t,e,i){i.getAxisProxy(t.name,e).filterData(i)}function Jp(t,e){return t&&t.hasOwnProperty&&t.hasOwnProperty(e)}function Qp(t,e){t.eachTargetSeries(function(e){var i=e.getData();Qg(t.stateList,t.targetVisuals,i,t.getValueState,t,t.getDataDimension(i))})}function tm(t){t.eachSeries(function(e){var i=e.getData(),n=[];t.eachComponent("visualMap",function(t){if(t.isTargetSeries(e)){var o=t.getVisualMeta(m(em,null,e,t))||{stops:[],outerColors:[]};o.dimension=t.getDataDimension(i),n.push(o)}}),e.getData().setVisual("visualMeta",n)})}function em(t,e,i,n){for(var o=e.targetVisuals[n],a=jI.prepareVisualTypes(o),r={color:t.getData().getVisual("color")},s=0,l=a.length;s=0&&(r[a]=+r[a].toFixed(h)),r}function vm(t,e){var n=t.getData(),o=t.coordinateSystem;if(e&&!gm(e)&&!y(e.coord)&&o){var a=o.dimensions,r=ym(e,n,o,t);if((e=i(e)).type&&fL[e.type]&&r.baseAxis&&r.valueAxis){var s=cL(a,r.baseAxis.dim),l=cL(a,r.valueAxis.dim);e.coord=fL[e.type](n,r.baseDataDim,r.valueDataDim,s,l),e.value=e.coord[l]}else{for(var h=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis],u=0;u<2;u++)if(fL[h[u]]){var c=t.coordDimToDataDim(a[u])[0];h[u]=bm(n,c,h[u])}e.coord=h}}return e}function ym(t,e,i,n){var o={};return null!=t.valueIndex||null!=t.valueDim?(o.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,o.valueAxis=i.getAxis(n.dataDimToCoordDim(o.valueDataDim)),o.baseAxis=i.getOtherAxis(o.valueAxis),o.baseDataDim=n.coordDimToDataDim(o.baseAxis.dim)[0]):(o.baseAxis=n.getBaseAxis(),o.valueAxis=i.getOtherAxis(o.baseAxis),o.baseDataDim=n.coordDimToDataDim(o.baseAxis.dim)[0],o.valueDataDim=n.coordDimToDataDim(o.valueAxis.dim)[0]),o}function xm(t,e){return!(t&&t.containData&&e.coord&&!fm(e))||t.containData(e.coord)}function _m(t,e,i,n){return n<2?t.coord&&t.coord[n]:t.value}function bm(t,e,i){if("average"===i){var n=0,o=0;return t.each(e,function(t,e){isNaN(t)||(n+=t,o++)},!0),n/o}return t.getDataExtent(e,!0)["max"===i?1:0]}function wm(t,e,i){var n=e.coordinateSystem;t.each(function(o){var a,r=t.getItemModel(o),s=Si(r.get("x"),i.getWidth()),l=Si(r.get("y"),i.getHeight());if(isNaN(s)||isNaN(l)){if(e.getMarkerPosition)a=e.getMarkerPosition(t.getValues(t.dimensions,o));else if(n){var h=t.get(n.dimensions[0],o),u=t.get(n.dimensions[1],o);a=n.dataToPoint([h,u])}}else a=[s,l];isNaN(s)||(a[0]=s),isNaN(l)||(a[1]=l),t.setItemLayout(o,a)})}function Sm(t,e,i){var n;n=t?f(t&&t.dimensions,function(t){var i=e.getData().getDimensionInfo(e.coordDimToDataDim(t)[0])||{};return i.name=t,i}):[{name:"value",type:"float"}];var o=new aS(n,i),a=f(i.get("data"),v(vm,e));return t&&(a=p(a,v(xm,t))),o.initData(a,null,t?_m:function(t){return t.value}),o}function Mm(t){return!isNaN(t)&&!isFinite(t)}function Im(t,e,i,n){var o=1-t,a=n.dimensions[t];return Mm(e[o])&&Mm(i[o])&&e[t]===i[t]&&n.getAxis(a).containData(e[t])}function Tm(t,e){if("cartesian2d"===t.type){var i=e[0].coord,n=e[1].coord;if(i&&n&&(Im(1,i,n,t)||Im(0,i,n,t)))return!0}return xm(t,e[0])&&xm(t,e[1])}function Am(t,e,i,n,o){var a,r=n.coordinateSystem,s=t.getItemModel(e),l=Si(s.get("x"),o.getWidth()),h=Si(s.get("y"),o.getHeight());if(isNaN(l)||isNaN(h)){if(n.getMarkerPosition)a=n.getMarkerPosition(t.getValues(t.dimensions,e));else{var u=r.dimensions,c=t.get(u[0],e),d=t.get(u[1],e);a=r.dataToPoint([c,d])}if("cartesian2d"===r.type){var f=r.getAxis("x"),g=r.getAxis("y"),u=r.dimensions;Mm(t.get(u[0],e))?a[0]=f.toGlobalCoord(f.getExtent()[i?0:1]):Mm(t.get(u[1],e))&&(a[1]=g.toGlobalCoord(g.getExtent()[i?0:1]))}isNaN(l)||(a[0]=l),isNaN(h)||(a[1]=h)}else a=[l,h];t.setItemLayout(e,a)}function Cm(t,e,i){var n;n=t?f(t&&t.dimensions,function(t){var i=e.getData().getDimensionInfo(e.coordDimToDataDim(t)[0])||{};return i.name=t,i}):[{name:"value",type:"float"}];var o=new aS(n,i),a=new aS(n,i),r=new aS([],i),s=f(i.get("data"),v(pL,e,t,i));t&&(s=p(s,v(Tm,t)));var l=t?_m:function(t){return t.value};return o.initData(f(s,function(t){return t[0]}),null,l),a.initData(f(s,function(t){return t[1]}),null,l),r.initData(f(s,function(t){return t[2]})),r.hasItemOption=!0,{from:o,to:a,line:r}}function Dm(t){return!isNaN(t)&&!isFinite(t)}function Lm(t,e,i,n){var o=1-t;return Dm(e[o])&&Dm(i[o])}function km(t,e){var i=e.coord[0],n=e.coord[1];return!("cartesian2d"!==t.type||!i||!n||!Lm(1,i,n,t)&&!Lm(0,i,n,t))||(xm(t,{coord:i,x:e.x0,y:e.y0})||xm(t,{coord:n,x:e.x1,y:e.y1}))}function Pm(t,e,i,n,o){var a,r=n.coordinateSystem,s=t.getItemModel(e),l=Si(s.get(i[0]),o.getWidth()),h=Si(s.get(i[1]),o.getHeight());if(isNaN(l)||isNaN(h)){if(n.getMarkerPosition)a=n.getMarkerPosition(t.getValues(i,e));else{var u=t.get(i[0],e),c=t.get(i[1],e);a=r.dataToPoint([u,c],!0)}if("cartesian2d"===r.type){var d=r.getAxis("x"),f=r.getAxis("y"),u=t.get(i[0],e),c=t.get(i[1],e);Dm(u)?a[0]=d.toGlobalCoord(d.getExtent()["x0"===i[0]?0:1]):Dm(c)&&(a[1]=f.toGlobalCoord(f.getExtent()["y0"===i[1]?0:1]))}isNaN(l)||(a[0]=l),isNaN(h)||(a[1]=h)}else a=[l,h];return a}function Om(t,e,i){var n,o,a=["x0","y0","x1","y1"];t?(n=f(t&&t.dimensions,function(t){var i=e.getData().getDimensionInfo(e.coordDimToDataDim(t)[0])||{};return i.name=t,i}),o=new aS(f(a,function(t,e){return{name:t,type:n[e%2].type}}),i)):o=new aS(n=[{name:"value",type:"float"}],i);var r=f(i.get("data"),v(mL,e,t,i));t&&(r=p(r,v(km,t)));var s=t?function(t,e,i,n){return t.coord[Math.floor(n/2)][n%2]}:function(t){return t.value};return o.initData(r,null,s),o.hasItemOption=!0,o}function zm(t){var e=t.type,i={number:"value",time:"time"};if(i[e]&&(t.axisType=i[e],delete t.type),Nm(t),Em(t,"controlPosition")){var n=t.controlStyle||(t.controlStyle={});Em(n,"position")||(n.position=t.controlPosition),"none"!==n.position||Em(n,"show")||(n.show=!1,delete n.position),delete t.controlPosition}d(t.data||[],function(t){b(t)&&!y(t)&&(!Em(t,"value")&&Em(t,"name")&&(t.value=t.name),Nm(t))})}function Nm(t){var e=t.itemStyle||(t.itemStyle={}),i=e.emphasis||(e.emphasis={}),n=t.label||t.label||{},o=n.normal||(n.normal={}),a={normal:1,emphasis:1};d(n,function(t,e){a[e]||Em(o,e)||(o[e]=t)}),i.label&&!Em(n,"emphasis")&&(n.emphasis=i.label,delete i.label)}function Em(t,e){return t.hasOwnProperty(e)}function Rm(t,e){return Ko(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()},t.get("padding"))}function Vm(t,e,n,o){return Un(t.get(e).replace(/^path:\/\//,""),i(o||{}),new jt(n[0],n[1],n[2],n[3]),"center")}function Bm(t,e,i,o,a,r){var s=e.get("color");a?(a.setColor(s),i.add(a),r&&r.onUpdate(a)):((a=Hr(t.get("symbol"),-1,-1,2,2,s)).setStyle("strokeNoScale",!0),i.add(a),r&&r.onCreate(a));var l=e.getItemStyle(["color","symbol","symbolSize"]);a.setStyle(l),o=n({rectHover:!0,z2:100},o,!0);var h=t.get("symbolSize");(h=h instanceof Array?h.slice():[+h,+h])[0]/=2,h[1]/=2,o.scale=h;var u=t.get("symbolOffset");if(u){var c=o.position=o.position||[0,0];c[0]+=Si(u[0],h[0]),c[1]+=Si(u[1],h[1])}var d=t.get("symbolRotate");return o.rotation=(d||0)*Math.PI/180||0,a.attr(o),a.updateTransform(),a}function Gm(t,e,i,n,o){if(!t.dragging){var a=n.getModel("checkpointStyle"),r=i.dataToCoord(n.getData().get(["value"],e));o||!a.get("animation",!0)?t.attr({position:[r,0]}):(t.stopAnimation(!0),t.animateTo({position:[r,0]},a.get("animationDuration",!0),a.get("animationEasing",!0)))}}function Wm(t){return 0===t.indexOf("my")}function Hm(t){this.model=t}function Fm(t){this.model=t}function Zm(t){var e={},i=[],n=[];return t.eachRawSeries(function(t){var o=t.coordinateSystem;if(!o||"cartesian2d"!==o.type&&"polar"!==o.type)i.push(t);else{var a=o.getBaseAxis();if("category"===a.type){var r=a.dim+"_"+a.index;e[r]||(e[r]={categoryAxis:a,valueAxis:o.getOtherAxis(a),series:[]},n.push({axisDim:a.dim,axisIndex:a.index})),e[r].series.push(t)}else i.push(t)}}),{seriesGroupByCategoryAxis:e,other:i,meta:n}}function Um(t){var e=[];return d(t,function(t,i){var n=t.categoryAxis,o=t.valueAxis.dim,a=[" "].concat(f(t.series,function(t){return t.name})),r=[n.model.getCategories()];d(t.series,function(t){r.push(t.getRawData().mapArray(o,function(t){return t}))});for(var s=[a.join(PL)],l=0;l=0)return!0}function $m(t){for(var e=t.split(/\n+/g),i=[],n=f(qm(e.shift()).split(OL),function(t){return{name:t,data:[]}}),o=0;o=0&&!i[o][n];o--);if(o<0){var a=t.queryComponents({mainType:"dataZoom",subType:"select",id:n})[0];if(a){var r=a.getPercentRange();i[0][n]={dataZoomId:n,start:r[0],end:r[1]}}}}),i.push(e)}function iv(t){var e=av(t),i=e[e.length-1];e.length>1&&e.pop();var n={};return zL(i,function(t,i){for(var o=e.length-1;o>=0;o--)if(t=e[o][i]){n[i]=t;break}}),n}function nv(t){t[NL]=null}function ov(t){return av(t).length}function av(t){var e=t[NL];return e||(e=t[NL]=[{}]),e}function rv(t,e,i){(this._brushController=new Yu(i.getZr())).on("brush",m(this._onBrush,this)).mount(),this._isZoomActive}function sv(t){var e={};return d(["xAxisIndex","yAxisIndex"],function(i){e[i]=t[i],null==e[i]&&(e[i]="all"),(!1===e[i]||"none"===e[i])&&(e[i]=[])}),e}function lv(t,e){t.setIconStatus("back",ov(e)>1?"emphasis":"normal")}function hv(t,e,i,n,o){var a=i._isZoomActive;n&&"takeGlobalCursor"===n.type&&(a="dataZoomSelect"===n.key&&n.dataZoomSelectActive),i._isZoomActive=a,t.setIconStatus("zoom",a?"emphasis":"normal");var r=new rp(sv(t.option),e,{include:["grid"]});i._brushController.setPanels(r.makePanelOpts(o,function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"})).enableBrush(!!a&&{brushType:"auto",brushStyle:{lineWidth:0,fill:"rgba(0,0,0,0.2)"}})}function uv(t){this.model=t}function cv(t){return HL(t)}function dv(){if(!UL&&XL){UL=!0;var t=XL.styleSheets;t.length<31?XL.createStyleSheet().addRule(".zrvml","behavior:url(#default#VML)"):t[0].addRule(".zrvml","behavior:url(#default#VML)")}}function fv(t){return parseInt(t,10)}function gv(t,e){dv(),this.root=t,this.storage=e;var i=document.createElement("div"),n=document.createElement("div");i.style.cssText="display:inline-block;overflow:hidden;position:relative;width:300px;height:150px;",n.style.cssText="position:absolute;left:0;top:0;",t.appendChild(i),this._vmlRoot=n,this._vmlViewport=i,this.resize();var o=e.delFromStorage,a=e.addToStorage;e.delFromStorage=function(t){o.call(e,t),t&&t.onRemove&&t.onRemove(n)},e.addToStorage=function(t){t.onAdd&&t.onAdd(n),a.call(e,t)},this._firstPaint=!0}function pv(t){return function(){Wy('In IE8.0 VML mode painter not support method "'+t+'"')}}function mv(t){return document.createElementNS(Tk,t)}function vv(t){return Lk(1e4*t)/1e4}function yv(t){return t-Ek}function xv(t,e){var i=e?t.textFill:t.fill;return null!=i&&i!==Dk}function _v(t,e){var i=e?t.textStroke:t.stroke;return null!=i&&i!==Dk}function bv(t,e){e&&wv(t,"transform","matrix("+Ck.call(e,",")+")")}function wv(t,e,i){(!i||"linear"!==i.type&&"radial"!==i.type)&&t.setAttribute(e,i)}function Sv(t,e,i){t.setAttributeNS("http://www.w3.org/1999/xlink",e,i)}function Mv(t,e,i){if(xv(e,i)){var n=i?e.textFill:e.fill;n="transparent"===n?Dk:n,"none"!==t.getAttribute("clip-path")&&n===Dk&&(n="rgba(0, 0, 0, 0.002)"),wv(t,"fill",n),wv(t,"fill-opacity",e.opacity)}else wv(t,"fill",Dk);if(_v(e,i)){var o=i?e.textStroke:e.stroke;wv(t,"stroke",o="transparent"===o?Dk:o),wv(t,"stroke-width",(i?e.textStrokeWidth:e.lineWidth)/(e.strokeNoScale?e.host.getLineScale():1)),wv(t,"paint-order","stroke"),wv(t,"stroke-opacity",e.opacity),e.lineDash?(wv(t,"stroke-dasharray",e.lineDash.join(",")),wv(t,"stroke-dashoffset",Lk(e.lineDashOffset||0))):wv(t,"stroke-dasharray",""),e.lineCap&&wv(t,"stroke-linecap",e.lineCap),e.lineJoin&&wv(t,"stroke-linejoin",e.lineJoin),e.miterLimit&&wv(t,"stroke-miterlimit",e.miterLimit)}else wv(t,"stroke",Dk)}function Iv(t){for(var e=[],i=t.data,n=t.len(),o=0;o=zk||!yv(p)&&(d>-Ok&&d<0||d>Ok)==!!g;var y=vv(s+h*Pk(c)),x=vv(l+u*kk(c));m&&(d=g?zk-1e-4:1e-4-zk,v=!0,9===o&&e.push("M",y,x));var _=vv(s+h*Pk(c+d)),b=vv(l+u*kk(c+d));e.push("A",vv(h),vv(u),Lk(f*Nk),+v,+g,_,b);break;case Ak.Z:a="Z";break;case Ak.R:var _=vv(i[o++]),b=vv(i[o++]),w=vv(i[o++]),S=vv(i[o++]);e.push("M",_,b,"L",_+w,b,"L",_+w,b+S,"L",_,b+S,"L",_,b)}a&&e.push(a);for(var M=0;M=11)}}(navigator.userAgent),Xv={"[object Function]":1,"[object RegExp]":1,"[object Date]":1,"[object Error]":1,"[object CanvasGradient]":1,"[object CanvasPattern]":1,"[object Image]":1,"[object Canvas]":1},jv={"[object Int8Array]":1,"[object Uint8Array]":1,"[object Uint8ClampedArray]":1,"[object Int16Array]":1,"[object Uint16Array]":1,"[object Int32Array]":1,"[object Uint32Array]":1,"[object Float32Array]":1,"[object Float64Array]":1},qv=Object.prototype.toString,Yv=Array.prototype,$v=Yv.forEach,Kv=Yv.filter,Jv=Yv.slice,Qv=Yv.map,ty=Yv.reduce,ey={},iy=function(){return ey.createCanvas()};ey.createCanvas=function(){return document.createElement("canvas")};var ny,oy="__ec_primitive__";O.prototype={constructor:O,get:function(t){return this["_ec_"+t]},set:function(t,e){return this["_ec_"+t]=e,e},each:function(t,e){void 0!==e&&(t=m(t,e));for(var i in this)this.hasOwnProperty(i)&&t(this[i],i.slice(4))},removeKey:function(t){delete this["_ec_"+t]}};var ay=(Object.freeze||Object)({$override:e,clone:i,merge:n,mergeAll:o,extend:a,defaults:r,createCanvas:iy,getContext:s,indexOf:l,inherits:h,mixin:u,isArrayLike:c,each:d,map:f,reduce:g,filter:p,find:function(t,e,i){if(t&&e)for(var n=0,o=t.length;n3&&(e=dy.call(e,1));for(var n=this._$handlers[t],o=n.length,a=0;a4&&(e=dy.call(e,1,e.length-1));for(var n=e[e.length-1],o=this._$handlers[t],a=o.length,r=0;r=0;a--){var r;if(n[a]!==i&&!n[a].ignore&&(r=nt(n[a],t,e))&&(!o.topTarget&&(o.topTarget=n[a]),r!==gy)){o.target=n[a];break}}return o}},d(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){my.prototype[t]=function(e){var i=this.findHover(e.zrX,e.zrY),n=i.target;if("mousedown"===t)this._downEl=n,this._downPoint=[e.zrX,e.zrY],this._upEl=n;else if("mosueup"===t)this._upEl=n;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||hy(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(i,t,e)}}),u(my,fy),u(my,Q);var vy="undefined"==typeof Float32Array?Array:Float32Array,yy=(Object.freeze||Object)({create:ot,identity:at,copy:rt,mul:st,translate:lt,rotate:ht,scale:ut,invert:ct}),xy=at,_y=5e-5,by=function(t){(t=t||{}).position||(this.position=[0,0]),null==t.rotation&&(this.rotation=0),t.scale||(this.scale=[1,1]),this.origin=this.origin||null},wy=by.prototype;wy.transform=null,wy.needLocalTransform=function(){return dt(this.rotation)||dt(this.position[0])||dt(this.position[1])||dt(this.scale[0]-1)||dt(this.scale[1]-1)},wy.updateTransform=function(){var t=this.parent,e=t&&t.transform,i=this.needLocalTransform(),n=this.transform;i||e?(n=n||ot(),i?this.getLocalTransform(n):xy(n),e&&(i?st(n,t.transform,n):rt(n,t.transform)),this.transform=n,this.invTransform=this.invTransform||ot(),ct(this.invTransform,n)):n&&xy(n)},wy.getLocalTransform=function(t){return by.getLocalTransform(this,t)},wy.setTransform=function(t){var e=this.transform,i=t.dpr||1;e?t.setTransform(i*e[0],i*e[1],i*e[2],i*e[3],i*e[4],i*e[5]):t.setTransform(i,0,0,i,0,0)},wy.restoreTransform=function(t){var e=t.dpr||1;t.setTransform(e,0,0,e,0,0)};var Sy=[];wy.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(st(Sy,t.invTransform,e),e=Sy);var i=e[0]*e[0]+e[1]*e[1],n=e[2]*e[2]+e[3]*e[3],o=this.position,a=this.scale;dt(i-1)&&(i=Math.sqrt(i)),dt(n-1)&&(n=Math.sqrt(n)),e[0]<0&&(i=-i),e[3]<0&&(n=-n),o[0]=e[4],o[1]=e[5],a[0]=i,a[1]=n,this.rotation=Math.atan2(-e[1]/n,e[0]/i)}},wy.getGlobalScale=function(){var t=this.transform;if(!t)return[1,1];var e=Math.sqrt(t[0]*t[0]+t[1]*t[1]),i=Math.sqrt(t[2]*t[2]+t[3]*t[3]);return t[0]<0&&(e=-e),t[3]<0&&(i=-i),[e,i]},wy.transformCoordToLocal=function(t,e){var i=[t,e],n=this.invTransform;return n&&$(i,i,n),i},wy.transformCoordToGlobal=function(t,e){var i=[t,e],n=this.transform;return n&&$(i,i,n),i},by.getLocalTransform=function(t,e){xy(e=e||[]);var i=t.origin,n=t.scale||[1,1],o=t.rotation||0,a=t.position||[0,0];return i&&(e[4]-=i[0],e[5]-=i[1]),ut(e,e,n),o&&ht(e,e,o),i&&(e[4]+=i[0],e[5]+=i[1]),e[4]+=a[0],e[5]+=a[1],e};var My={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,i=.1;return 0===t?0:1===t?1:(!i||i<1?(i=1,e=.1):e=.4*Math.asin(1/i)/(2*Math.PI),-i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4))},elasticOut:function(t){var e,i=.1;return 0===t?0:1===t?1:(!i||i<1?(i=1,e=.1):e=.4*Math.asin(1/i)/(2*Math.PI),i*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/.4)+1)},elasticInOut:function(t){var e,i=.1;return 0===t?0:1===t?1:(!i||i<1?(i=1,e=.1):e=.4*Math.asin(1/i)/(2*Math.PI),(t*=2)<1?i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4)*-.5:i*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4)*.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-My.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*My.bounceIn(2*t):.5*My.bounceOut(2*t-1)+.5}};ft.prototype={constructor:ft,step:function(t,e){if(this._initialized||(this._startTime=t+this._delay,this._initialized=!0),this._paused)this._pausedTime+=e;else{var i=(t-this._startTime-this._pausedTime)/this._life;if(!(i<0)){i=Math.min(i,1);var n=this.easing,o="string"==typeof n?My[n]:n,a="function"==typeof o?o(i):i;return this.fire("frame",a),1==i?this.loop?(this.restart(t),"restart"):(this._needsRemove=!0,"destroy"):null}}},restart:function(t){var e=(t-this._startTime-this._pausedTime)%this._life;this._startTime=t-e+this.gap,this._pausedTime=0,this._needsRemove=!1},fire:function(t,e){this[t="on"+t]&&this[t](this._target,e)},pause:function(){this._paused=!0},resume:function(){this._paused=!1}};var Iy=function(){this.head=null,this.tail=null,this._len=0},Ty=Iy.prototype;Ty.insert=function(t){var e=new Ay(t);return this.insertEntry(e),e},Ty.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++},Ty.remove=function(t){var e=t.prev,i=t.next;e?e.next=i:this.head=i,i?i.prev=e:this.tail=e,t.next=t.prev=null,this._len--},Ty.len=function(){return this._len},Ty.clear=function(){this.head=this.tail=null,this._len=0};var Ay=function(t){this.value=t,this.next,this.prev},Cy=function(t){this._list=new Iy,this._map={},this._maxSize=t||10,this._lastRemovedEntry=null},Dy=Cy.prototype;Dy.put=function(t,e){var i=this._list,n=this._map,o=null;if(null==n[t]){var a=i.len(),r=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var s=i.head;i.remove(s),delete n[s.key],o=s.value,this._lastRemovedEntry=s}r?r.value=e:r=new Ay(e),r.key=t,i.insertEntry(r),n[t]=r}return o},Dy.get=function(t){var e=this._map[t],i=this._list;if(null!=e)return e!==i.tail&&(i.remove(e),i.insertEntry(e)),e.value},Dy.clear=function(){this._list.clear(),this._map={}};var Ly={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]},ky=new Cy(20),Py=null,Oy=Dt,zy=Lt,Ny=(Object.freeze||Object)({parse:Mt,lift:At,toHex:Ct,fastLerp:Dt,fastMapToColor:Oy,lerp:Lt,mapToColor:zy,modifyHSL:kt,modifyAlpha:Pt,stringify:Ot}),Ey=Array.prototype.slice,Ry=function(t,e,i,n){this._tracks={},this._target=t,this._loop=e||!1,this._getter=i||zt,this._setter=n||Nt,this._clipCount=0,this._delay=0,this._doneList=[],this._onframeList=[],this._clipList=[]};Ry.prototype={when:function(t,e){var i=this._tracks;for(var n in e)if(e.hasOwnProperty(n)){if(!i[n]){i[n]=[];var o=this._getter(this._target,n);if(null==o)continue;0!==t&&i[n].push({time:0,value:Ft(o)})}i[n].push({time:t,value:e[n]})}return this},during:function(t){return this._onframeList.push(t),this},pause:function(){for(var t=0;t0&&this.animate(t,!1).when(null==n?500:n,a).delay(o||0),this}};var Fy=function(t){by.call(this,t),fy.call(this,t),Hy.call(this,t),this.id=t.id||Fv()};Fy.prototype={type:"element",name:"",__zr:null,ignore:!1,clipPath:null,drift:function(t,e){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.dirty(!1)},beforeUpdate:function(){},afterUpdate:function(){},update:function(){this.updateTransform()},traverse:function(t,e){},attrKV:function(t,e){if("position"===t||"scale"===t||"origin"===t){if(e){var i=this[t];i||(i=this[t]=[]),i[0]=e[0],i[1]=e[1]}}else this[t]=e},hide:function(){this.ignore=!0,this.__zr&&this.__zr.refresh()},show:function(){this.ignore=!1,this.__zr&&this.__zr.refresh()},attr:function(t,e){if("string"==typeof t)this.attrKV(t,e);else if(b(t))for(var i in t)t.hasOwnProperty(i)&&this.attrKV(i,t[i]);return this.dirty(!1),this},setClipPath:function(t){var e=this.__zr;e&&t.addSelfToZr(e),this.clipPath&&this.clipPath!==t&&this.removeClipPath(),this.clipPath=t,t.__zr=e,t.__clipTarget=this,this.dirty(!1)},removeClipPath:function(){var t=this.clipPath;t&&(t.__zr&&t.removeSelfFromZr(t.__zr),t.__zr=null,t.__clipTarget=null,this.clipPath=null,this.dirty(!1))},addSelfToZr:function(t){this.__zr=t;var e=this.animators;if(e)for(var i=0;i=i.x&&t<=i.x+i.width&&e>=i.y&&e<=i.y+i.height},clone:function(){return new jt(this.x,this.y,this.width,this.height)},copy:function(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height},plain:function(){return{x:this.x,y:this.y,width:this.width,height:this.height}}},jt.create=function(t){return new jt(t.x,t.y,t.width,t.height)};var jy=function(t){t=t||{},Fy.call(this,t);for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);this._children=[],this.__storage=null,this.__dirty=!0};jy.prototype={constructor:jy,isGroup:!0,type:"group",silent:!1,children:function(){return this._children.slice()},childAt:function(t){return this._children[t]},childOfName:function(t){for(var e=this._children,i=0;i=0&&(i.splice(n,0,t),this._doAdd(t))}return this},_doAdd:function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__storage,i=this.__zr;e&&e!==t.__storage&&(e.addToStorage(t),t instanceof jy&&t.addChildrenToStorage(e)),i&&i.refresh()},remove:function(t){var e=this.__zr,i=this.__storage,n=this._children,o=l(n,t);return o<0?this:(n.splice(o,1),t.parent=null,i&&(i.delFromStorage(t),t instanceof jy&&t.delChildrenFromStorage(i)),e&&e.refresh(),this)},removeAll:function(){var t,e,i=this._children,n=this.__storage;for(e=0;e=0&&(this.delFromStorage(t),this._roots.splice(o,1),t instanceof jy&&t.delChildrenFromStorage(this))}},addToStorage:function(t){return t.__storage=this,t.dirty(!1),this},delFromStorage:function(t){return t&&(t.__storage=null),this},dispose:function(){this._renderList=this._roots=null},displayableSortFunc:ie};var Ky=[["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["shadowColor","#000"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]],Jy=function(t,e){this.extendFrom(t,!1),this.host=e};Jy.prototype={constructor:Jy,host:null,fill:"#000",stroke:null,opacity:1,lineDash:null,lineDashOffset:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,lineWidth:1,strokeNoScale:!1,text:null,font:null,textFont:null,fontStyle:null,fontWeight:null,fontSize:null,fontFamily:null,textTag:null,textFill:"#000",textStroke:null,textWidth:null,textHeight:null,textStrokeWidth:0,textLineHeight:null,textPosition:"inside",textRect:null,textOffset:null,textAlign:null,textVerticalAlign:null,textDistance:5,textShadowColor:"transparent",textShadowBlur:0,textShadowOffsetX:0,textShadowOffsetY:0,textBoxShadowColor:"transparent",textBoxShadowBlur:0,textBoxShadowOffsetX:0,textBoxShadowOffsetY:0,transformText:!1,textRotation:0,textOrigin:null,textBackgroundColor:null,textBorderColor:null,textBorderWidth:0,textBorderRadius:0,textPadding:null,rich:null,truncate:null,blend:null,bind:function(t,e,i){for(var n=this,o=i&&i.style,a=!o,r=0;r0},extendFrom:function(t,e){if(t)for(var i in t)!t.hasOwnProperty(i)||!0!==e&&(!1===e?this.hasOwnProperty(i):null==t[i])||(this[i]=t[i])},set:function(t,e){"string"==typeof t?this[t]=e:this.extendFrom(t,!0)},clone:function(){var t=new this.constructor;return t.extendFrom(this,!0),t},getGradient:function(t,e,i){for(var n=("radial"===e.type?oe:ne)(t,e,i),o=e.colorStops,a=0;a=0&&i.splice(n,1),t.__hoverMir=null},clearHover:function(t){for(var e=this._hoverElements,i=0;i=0){if(!s){if((s=this._progressiveLayers[Math.min(h++,4)]).ctx.save(),s.renderScope={},s&&s.__progress>s.__maxProgress){g=s.__nextIdxNotProg-1;continue}l=s.__progress,s.__dirty||(f=l),s.__progress=f+1}y===f&&this._doPaintEl(m,s,!0,s.renderScope)}else this._doPaintEl(m,n,e,r);m.__dirty=!1}}s&&i(s),a&&a.restore(),this._furtherProgressive=!1,d(this._progressiveLayers,function(t){t.__maxProgress>=t.__progress&&(this._furtherProgressive=!0)},this)},_doPaintEl:function(t,e,i,n){var o=e.ctx,a=t.transform;if((e.__dirty||i)&&!t.invisible&&0!==t.style.opacity&&(!a||a[0]||a[3])&&(!t.culling||!Qe(t,this._width,this._height))){var r=t.__clipPaths;(n.prevClipLayer!==e||ti(r,n.prevElClipPaths))&&(n.prevElClipPaths&&(n.prevClipLayer.ctx.restore(),n.prevClipLayer=n.prevElClipPaths=null,n.prevEl=null),r&&(o.save(),ei(r,o),n.prevClipLayer=e,n.prevElClipPaths=r)),t.beforeBrush&&t.beforeBrush(o),t.brush(o,n.prevEl||null),n.prevEl=t,t.afterBrush&&t.afterBrush(o)}},getLayer:function(t){if(this._singleCanvas)return this._layers[0];var e=this._layers[t];return e||((e=new nx("zr_"+t,this,this.dpr)).__builtin__=!0,this._layerConfig[t]&&n(e,this._layerConfig[t],!0),this.insertLayer(t,e),e.initContext()),e},insertLayer:function(t,e){var i=this._layers,n=this._zlevelList,o=n.length,a=null,r=-1,s=this._domRoot;if(i[t])Wy("ZLevel "+t+" has been used already");else if($e(e)){if(o>0&&t>n[0]){for(r=0;rt);r++);a=i[n[r]]}if(n.splice(r+1,0,t),i[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?s.insertBefore(e.dom,l.nextSibling):s.appendChild(e.dom)}else s.firstChild?s.insertBefore(e.dom,s.firstChild):s.appendChild(e.dom)}else Wy("Layer of zlevel "+t+" is not valid")},eachLayer:function(t,e){var i,n,o=this._zlevelList;for(n=0;n=0){r!==g&&(r=g,l++);var p=c.__frame=l-1;if(!a){var m=Math.min(s,4);(a=i[m])||(a=i[m]=new nx("progressive",this,this.dpr)).initContext(),a.__maxProgress=0}a.__dirty=a.__dirty||c.__dirty,a.elCount++,a.__maxProgress=Math.max(a.__maxProgress,p),a.__maxProgress>=a.__progress&&(f.__dirty=!0)}else c.__frame=-1,a&&(a.__nextIdxNotProg=h,s++,a=null)}a&&(s++,a.__nextIdxNotProg=h),this.eachBuiltinLayer(function(t,e){n[e]!==t.elCount&&(t.__dirty=!0)}),i.length=Math.min(s,5),d(i,function(t,e){o[e]!==t.elCount&&(c.__dirty=!0),t.__dirty&&(t.__progress=0)})},clear:function(){return this.eachBuiltinLayer(this._clearLayer),this},_clearLayer:function(t){t.clear()},configLayer:function(t,e){if(e){var i=this._layerConfig;i[t]?n(i[t],e,!0):i[t]=e;var o=this._layers[t];o&&n(o,i[t],!0)}},delLayer:function(t){var e=this._layers,i=this._zlevelList,n=e[t];n&&(n.dom.parentNode.removeChild(n.dom),delete e[t],i.splice(l(i,t),1))},resize:function(t,e){var i=this._domRoot;i.style.display="none";var n=this._opts;if(null!=t&&(n.width=t),null!=e&&(n.height=e),t=this._getSize(0),e=this._getSize(1),i.style.display="",this._width!=t||e!=this._height){i.style.width=t+"px",i.style.height=e+"px";for(var o in this._layers)this._layers.hasOwnProperty(o)&&this._layers[o].resize(t,e);d(this._progressiveLayers,function(i){i.resize(t,e)}),this.refresh(!0)}return this._width=t,this._height=e,this},clearLayer:function(t){var e=this._layers[t];e&&e.clear()},dispose:function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},getRenderedCanvas:function(t){function e(t,e){var n=r._zlevelList;null==t&&(t=-1/0);for(var o,a=0;at&&s=0&&this._clips.splice(e,1)},removeAnimator:function(t){for(var e=t.getClips(),i=0;i1&&n&&n.length>1){var a=ui(n)/ui(o);!isFinite(a)&&(a=1),e.pinchScale=a;var r=ci(n);return e.pinchX=r[0],e.pinchY=r[1],{type:"pinch",target:t[0].target,event:e}}}}},Ix=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],Tx=["touchstart","touchend","touchmove"],Ax={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},Cx=f(Ix,function(t){var e=t.replace("mouse","pointer");return Ax[e]?e:t}),Dx={mousemove:function(t){t=ri(this.dom,t),this.trigger("mousemove",t)},mouseout:function(t){var e=(t=ri(this.dom,t)).toElement||t.relatedTarget;if(e!=this.dom)for(;e&&9!=e.nodeType;){if(e===this.dom)return;e=e.parentNode}this.trigger("mouseout",t)},touchstart:function(t){(t=ri(this.dom,t)).zrByTouch=!0,this._lastTouchMoment=new Date,fi(this,t,"start"),Dx.mousemove.call(this,t),Dx.mousedown.call(this,t),gi(this)},touchmove:function(t){(t=ri(this.dom,t)).zrByTouch=!0,fi(this,t,"change"),Dx.mousemove.call(this,t),gi(this)},touchend:function(t){(t=ri(this.dom,t)).zrByTouch=!0,fi(this,t,"end"),Dx.mouseup.call(this,t),+new Date-this._lastTouchMoment<300&&Dx.click.call(this,t),gi(this)},pointerdown:function(t){Dx.mousedown.call(this,t)},pointermove:function(t){pi(t)||Dx.mousemove.call(this,t)},pointerup:function(t){Dx.mouseup.call(this,t)},pointerout:function(t){pi(t)||Dx.mouseout.call(this,t)}};d(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){Dx[t]=function(e){e=ri(this.dom,e),this.trigger(t,e)}});var Lx=vi.prototype;Lx.dispose=function(){for(var t=Ix.concat(Tx),e=0;e=0||n&&l(n,r)<0)){var s=e.getShallow(r);null!=s&&(o[t[a][0]]=s)}}return o}},Kx=$x([["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),Jx={getLineStyle:function(t){var e=Kx(this,t),i=this.getLineDash(e.lineWidth);return i&&(e.lineDash=i),e},getLineDash:function(t){null==t&&(t=1);var e=this.get("type"),i=Math.max(t,2),n=4*t;return"solid"===e||null==e?null:"dashed"===e?[n,n]:[i,i]}},Qx=$x([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),t_={getAreaStyle:function(t,e){return Qx(this,t,e)}},e_=Math.pow,i_=Math.sqrt,n_=1e-8,o_=1e-4,a_=i_(3),r_=1/3,s_=E(),l_=E(),h_=E(),u_=Math.min,c_=Math.max,d_=Math.sin,f_=Math.cos,g_=2*Math.PI,p_=E(),m_=E(),v_=E(),y_=[],x_=[],__={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},b_=[],w_=[],S_=[],M_=[],I_=Math.min,T_=Math.max,A_=Math.cos,C_=Math.sin,D_=Math.sqrt,L_=Math.abs,k_="undefined"!=typeof Float32Array,P_=function(t){this._saveData=!t,this._saveData&&(this.data=[]),this._ctx=null};P_.prototype={constructor:P_,_xi:0,_yi:0,_x0:0,_y0:0,_ux:0,_uy:0,_len:0,_lineDash:null,_dashOffset:0,_dashIdx:0,_dashSum:0,setScale:function(t,e){this._ux=L_(1/By/t)||0,this._uy=L_(1/By/e)||0},getContext:function(){return this._ctx},beginPath:function(t){return this._ctx=t,t&&t.beginPath(),t&&(this.dpr=t.dpr),this._saveData&&(this._len=0),this._lineDash&&(this._lineDash=null,this._dashOffset=0),this},moveTo:function(t,e){return this.addData(__.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},lineTo:function(t,e){var i=L_(t-this._xi)>this._ux||L_(e-this._yi)>this._uy||this._len<5;return this.addData(__.L,t,e),this._ctx&&i&&(this._needsDash()?this._dashedLineTo(t,e):this._ctx.lineTo(t,e)),i&&(this._xi=t,this._yi=e),this},bezierCurveTo:function(t,e,i,n,o,a){return this.addData(__.C,t,e,i,n,o,a),this._ctx&&(this._needsDash()?this._dashedBezierTo(t,e,i,n,o,a):this._ctx.bezierCurveTo(t,e,i,n,o,a)),this._xi=o,this._yi=a,this},quadraticCurveTo:function(t,e,i,n){return this.addData(__.Q,t,e,i,n),this._ctx&&(this._needsDash()?this._dashedQuadraticTo(t,e,i,n):this._ctx.quadraticCurveTo(t,e,i,n)),this._xi=i,this._yi=n,this},arc:function(t,e,i,n,o,a){return this.addData(__.A,t,e,i,i,n,o-n,0,a?0:1),this._ctx&&this._ctx.arc(t,e,i,n,o,a),this._xi=A_(o)*i+t,this._yi=C_(o)*i+t,this},arcTo:function(t,e,i,n,o){return this._ctx&&this._ctx.arcTo(t,e,i,n,o),this},rect:function(t,e,i,n){return this._ctx&&this._ctx.rect(t,e,i,n),this.addData(__.R,t,e,i,n),this},closePath:function(){this.addData(__.Z);var t=this._ctx,e=this._x0,i=this._y0;return t&&(this._needsDash()&&this._dashedLineTo(e,i),t.closePath()),this._xi=e,this._yi=i,this},fill:function(t){t&&t.fill(),this.toStatic()},stroke:function(t){t&&t.stroke(),this.toStatic()},setLineDash:function(t){if(t instanceof Array){this._lineDash=t,this._dashIdx=0;for(var e=0,i=0;ie.length&&(this._expandData(),e=this.data);for(var i=0;i0&&f<=t||u<0&&f>=t||0==u&&(c>0&&g<=e||c<0&&g>=e);)f+=u*(i=r[n=this._dashIdx]),g+=c*i,this._dashIdx=(n+1)%p,u>0&&fl||c>0&&gh||s[n%2?"moveTo":"lineTo"](u>=0?I_(f,t):T_(f,t),c>=0?I_(g,e):T_(g,e));u=f-t,c=g-e,this._dashOffset=-D_(u*u+c*c)},_dashedBezierTo:function(t,e,i,n,o,a){var r,s,l,h,u,c=this._dashSum,d=this._dashOffset,f=this._lineDash,g=this._ctx,p=this._xi,m=this._yi,v=on,y=0,x=this._dashIdx,_=f.length,b=0;for(d<0&&(d=c+d),d%=c,r=0;r<1;r+=.1)s=v(p,t,i,o,r+.1)-v(p,t,i,o,r),l=v(m,e,n,a,r+.1)-v(m,e,n,a,r),y+=D_(s*s+l*l);for(;x<_&&!((b+=f[x])>d);x++);for(r=(b-d)/y;r<=1;)h=v(p,t,i,o,r),u=v(m,e,n,a,r),x%2?g.moveTo(h,u):g.lineTo(h,u),r+=f[x]/y,x=(x+1)%_;x%2!=0&&g.lineTo(o,a),s=o-h,l=a-u,this._dashOffset=-D_(s*s+l*l)},_dashedQuadraticTo:function(t,e,i,n){var o=i,a=n;i=(i+2*t)/3,n=(n+2*e)/3,t=(this._xi+2*t)/3,e=(this._yi+2*e)/3,this._dashedBezierTo(t,e,i,n,o,a)},toStatic:function(){var t=this.data;t instanceof Array&&(t.length=this._len,k_&&(this.data=new Float32Array(t)))},getBoundingRect:function(){b_[0]=b_[1]=S_[0]=S_[1]=Number.MAX_VALUE,w_[0]=w_[1]=M_[0]=M_[1]=-Number.MAX_VALUE;for(var t=this.data,e=0,i=0,n=0,o=0,a=0;al||L_(r-o)>h||c===u-1)&&(t.lineTo(a,r),n=a,o=r);break;case __.C:t.bezierCurveTo(s[c++],s[c++],s[c++],s[c++],s[c++],s[c++]),n=s[c-2],o=s[c-1];break;case __.Q:t.quadraticCurveTo(s[c++],s[c++],s[c++],s[c++]),n=s[c-2],o=s[c-1];break;case __.A:var f=s[c++],g=s[c++],p=s[c++],m=s[c++],v=s[c++],y=s[c++],x=s[c++],_=s[c++],b=p>m?p:m,w=p>m?1:p/m,S=p>m?m/p:1,M=v+y;Math.abs(p-m)>.001?(t.translate(f,g),t.rotate(x),t.scale(w,S),t.arc(0,0,b,v,M,1-_),t.scale(1/w,1/S),t.rotate(-x),t.translate(-f,-g)):t.arc(f,g,b,v,M,1-_),1==c&&(e=A_(v)*p+f,i=C_(v)*m+g),n=A_(M)*p+f,o=C_(M)*m+g;break;case __.R:e=n=s[c],i=o=s[c+1],t.rect(s[c++],s[c++],s[c++],s[c++]);break;case __.Z:t.closePath(),n=e,o=i}}}},P_.CMD=__;var O_=2*Math.PI,z_=2*Math.PI,N_=P_.CMD,E_=2*Math.PI,R_=1e-4,V_=[-1,-1,-1],B_=[-1,-1],G_=ix.prototype.getCanvasPattern,W_=Math.abs,H_=new P_(!0);Nn.prototype={constructor:Nn,type:"path",__dirtyPath:!0,strokeContainThreshold:5,brush:function(t,e){var i=this.style,n=this.path||H_,o=i.hasStroke(),a=i.hasFill(),r=i.fill,s=i.stroke,l=a&&!!r.colorStops,h=o&&!!s.colorStops,u=a&&!!r.image,c=o&&!!s.image;if(i.bind(t,this,e),this.setTransform(t),this.__dirty){var d;l&&(d=d||this.getBoundingRect(),this._fillGradient=i.getGradient(t,r,d)),h&&(d=d||this.getBoundingRect(),this._strokeGradient=i.getGradient(t,s,d))}l?t.fillStyle=this._fillGradient:u&&(t.fillStyle=G_.call(r,t)),h?t.strokeStyle=this._strokeGradient:c&&(t.strokeStyle=G_.call(s,t));var f=i.lineDash,g=i.lineDashOffset,p=!!t.setLineDash,m=this.getGlobalScale();n.setScale(m[0],m[1]),this.__dirtyPath||f&&!p&&o?(n.beginPath(t),f&&!p&&(n.setLineDash(f),n.setLineDashOffset(g)),this.buildPath(n,this.shape,!1),this.path&&(this.__dirtyPath=!1)):(t.beginPath(),this.path.rebuildPath(t)),a&&n.fill(t),f&&p&&(t.setLineDash(f),t.lineDashOffset=g),o&&n.stroke(t),f&&p&&t.setLineDash([]),this.restoreTransform(t),null!=i.text&&this.drawRectText(t,this.getBoundingRect())},buildPath:function(t,e,i){},createPathProxy:function(){this.path=new P_},getBoundingRect:function(){var t=this._rect,e=this.style,i=!t;if(i){var n=this.path;n||(n=this.path=new P_),this.__dirtyPath&&(n.beginPath(),this.buildPath(n,this.shape,!1)),t=n.getBoundingRect()}if(this._rect=t,e.hasStroke()){var o=this._rectWithStroke||(this._rectWithStroke=t.clone());if(this.__dirty||i){o.copy(t);var a=e.lineWidth,r=e.strokeNoScale?this.getLineScale():1;e.hasFill()||(a=Math.max(a,this.strokeContainThreshold||4)),r>1e-10&&(o.width+=a/r,o.height+=a/r,o.x-=a/r/2,o.y-=a/r/2)}return o}return t},contain:function(t,e){var i=this.transformCoordToLocal(t,e),n=this.getBoundingRect(),o=this.style;if(t=i[0],e=i[1],n.contain(t,e)){var a=this.path.data;if(o.hasStroke()){var r=o.lineWidth,s=o.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(o.hasFill()||(r=Math.max(r,this.strokeContainThreshold)),zn(a,r/s,t,e)))return!0}if(o.hasFill())return On(a,t,e)}return!1},dirty:function(t){null==t&&(t=!0),t&&(this.__dirtyPath=t,this._rect=null),this.__dirty=!0,this.__zr&&this.__zr.refresh(),this.__clipTarget&&this.__clipTarget.dirty()},animateShape:function(t){return this.animate("shape",t)},attrKV:function(t,e){"shape"===t?(this.setShape(e),this.__dirtyPath=!0,this._rect=null):je.prototype.attrKV.call(this,t,e)},setShape:function(t,e){var i=this.shape;if(i){if(b(t))for(var n in t)t.hasOwnProperty(n)&&(i[n]=t[n]);else i[t]=e;this.dirty(!0)}return this},getLineScale:function(){var t=this.transform;return t&&W_(t[0]-1)>1e-10&&W_(t[3]-1)>1e-10?Math.sqrt(W_(t[0]*t[3]-t[2]*t[1])):1}},Nn.extend=function(t){var e=function(e){Nn.call(this,e),t.style&&this.style.extendFrom(t.style,!1);var i=t.shape;if(i){this.shape=this.shape||{};var n=this.shape;for(var o in i)!n.hasOwnProperty(o)&&i.hasOwnProperty(o)&&(n[o]=i[o])}t.init&&t.init.call(this,e)};h(e,Nn);for(var i in t)"style"!==i&&"shape"!==i&&(e.prototype[i]=t[i]);return e},h(Nn,je);var F_=P_.CMD,Z_=[[],[],[]],U_=Math.sqrt,X_=Math.atan2,j_=function(t,e){var i,n,o,a,r,s,l=t.data,h=F_.M,u=F_.C,c=F_.L,d=F_.R,f=F_.A,g=F_.Q;for(o=0,a=0;o=11?function(){var e,i=this.__clipPaths,n=this.style;if(i)for(var o=0;oi-2?i-1:c+1],h=t[c>i-3?i-1:c+2]);var g=d*d,p=d*g;n.push([Wn(s[0],f[0],l[0],h[0],d,g,p),Wn(s[1],f[1],l[1],h[1],d,g,p)])}return n},hb=function(t,e,i,n){var o,a,r,s,l=[],h=[],u=[],c=[];if(n){r=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,f=t.length;d=i&&a>=o)return{x:i,y:o,width:n-i,height:a-o}},createIcon:Do,Group:jy,Image:qe,Text:ib,Circle:nb,Sector:rb,Ring:sb,Polygon:ub,Polyline:cb,Rect:db,Line:fb,BezierCurve:pb,Arc:mb,CompoundPath:vb,LinearGradient:xb,RadialGradient:_b,BoundingRect:jt}),Ab=["textStyle","color"],Cb={getTextColor:function(t){var e=this.ecModel;return this.getShallow("color")||(!t&&e?e.get(Ab):null)},getFont:function(){return _o({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},getTextRect:function(t){return de(t,this.getFont(),this.getShallow("align"),this.getShallow("verticalAlign")||this.getShallow("baseline"),this.getShallow("padding"),this.getShallow("rich"),this.getShallow("truncateText"))}},Db=$x([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["textPosition"],["textAlign"]]),Lb={getItemStyle:function(t,e){var i=Db(this,t,e),n=this.getBorderLineDash();return n&&(i.lineDash=n),i},getBorderLineDash:function(){var t=this.get("borderType");return"solid"===t||null==t?null:"dashed"===t?[5,5]:[1,1]}},kb=u;Lo.prototype={constructor:Lo,init:null,mergeOption:function(t){n(this.option,t,!0)},get:function(t,e){return null==t?this.option:ko(this.option,this.parsePath(t),!e&&Po(this,t))},getShallow:function(t,e){var i=this.option,n=null==i?i:i[t],o=!e&&Po(this,t);return null==n&&o&&(n=o.getShallow(t)),n},getModel:function(t,e){var i,n=null==t?this.option:ko(this.option,t=this.parsePath(t));return e=e||(i=Po(this,t))&&i.getModel(t),new Lo(n,e,this.ecModel)},isEmpty:function(){return null==this.option},restoreData:function(){},clone:function(){return new(0,this.constructor)(i(this.option))},setReadOnly:function(t){},parsePath:function(t){return"string"==typeof t&&(t=t.split(".")),t},customizeGetParent:function(t){Xi(this,"getParent",t)},isAnimationEnabled:function(){if(!Uv.node){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}}},Ki(Lo),kb(Lo,Jx),kb(Lo,t_),kb(Lo,Cb),kb(Lo,Lb);var Pb=d,Ob=b,zb=["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"],Nb={getDataParams:function(t,e){var i=this.getData(e),n=this.getRawValue(t,e),o=i.getRawIndex(t),a=i.getName(t,!0),r=i.getRawDataItem(t),s=i.getItemVisual(t,"color");return{componentType:this.mainType,componentSubType:this.subType,seriesType:"series"===this.mainType?this.subType:null,seriesIndex:this.seriesIndex,seriesId:this.id,seriesName:this.name,name:a,dataIndex:o,data:r,dataType:e,value:n,color:s,marker:Fi(s),$vars:["seriesName","name","value"]}},getFormattedLabel:function(t,e,i,n,o){e=e||"normal";var a=this.getData(i).getItemModel(t),r=this.getDataParams(t,i);null!=n&&r.value instanceof Array&&(r.value=r.value[n]);var s=a.get([o||"label",e,"formatter"]);return"function"==typeof s?(r.status=e,s(r)):"string"==typeof s?Wi(s,r):void 0},getRawValue:function(t,e){var i=this.getData(e).getRawDataItem(t);if(null!=i)return!Ob(i)||i instanceof Array?i:i.value},formatTooltip:N},Eb=function(){var t=0;return function(){var e="\0__ec_prop_getter_"+t++;return function(t){return t[e]||(t[e]={})}}}(),Rb=0,Vb="_",Bb=d,Gb=["left","right","top","bottom","width","height"],Wb=[["width","left","right"],["height","top","bottom"]],Hb=Yo,Fb=(v(Yo,"vertical"),v(Yo,"horizontal"),{getBoxLayoutParams:function(){return{left:this.get("left"),top:this.get("top"),right:this.get("right"),bottom:this.get("bottom"),width:this.get("width"),height:this.get("height")}}}),Zb=Array.prototype.push,Ub=Lo.extend({type:"component",id:"",name:"",mainType:"",subType:"",componentIndex:0,defaultOption:null,ecModel:null,dependentModels:[],uid:null,layoutMode:null,$constructor:function(t,e,i,n){Lo.call(this,t,e,i,n),this.uid=qo("componentModel")},init:function(t,e,i,n){this.mergeDefaultAndTheme(t,i)},mergeDefaultAndTheme:function(t,e){var i=this.layoutMode,o=i?ea(t):{};n(t,e.getTheme().get(this.mainType)),n(t,this.getDefaultOption()),i&&ta(t,o,i)},mergeOption:function(t,e){n(this.option,t,!0);var i=this.layoutMode;i&&ta(this.option,t,i)},optionUpdated:function(t,e){},getDefaultOption:function(){if(!qi(this,"__defaultOption")){for(var t=[],e=this.constructor;e;){var i=e.prototype.defaultOption;i&&t.push(i),e=e.superClass}for(var o={},a=t.length-1;a>=0;a--)o=n(o,t[a],!0);Xi(this,"__defaultOption",o)}return ji(this,"__defaultOption")},getReferringComponents:function(t){return this.ecModel.queryComponents({mainType:t,index:this.get(t+"Index",!0),id:this.get(t+"Id",!0)})}});tn(Ub,{registerWhenExtend:!0}),function(t){var e={};t.registerSubTypeDefaulter=function(t,i){t=Yi(t),e[t.main]=i},t.determineSubType=function(i,n){var o=n.type;if(!o){var a=Yi(i).main;t.hasSubTypes(i)&&e[a]&&(o=e[a](n))}return o}}(Ub),function(t,e){function i(t){var i={},a=[];return d(t,function(r){var s=n(i,r),h=o(s.originalDeps=e(r),t);s.entryCount=h.length,0===s.entryCount&&a.push(r),d(h,function(t){l(s.predecessor,t)<0&&s.predecessor.push(t);var e=n(i,t);l(e.successor,t)<0&&e.successor.push(r)})}),{graph:i,noEntryList:a}}function n(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}function o(t,e){var i=[];return d(t,function(t){l(e,t)>=0&&i.push(t)}),i}t.topologicalTravel=function(t,e,n,o){function a(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}if(t.length){var r=i(e),s=r.graph,l=r.noEntryList,h={};for(d(t,function(t){h[t]=!0});l.length;){var u=l.pop(),c=s[u],f=!!h[u];f&&(n.call(o,u,c.originalDeps.slice()),delete h[u]),d(c.successor,f?function(t){h[t]=!0,a(t)}:a)}d(h,function(){throw new Error("Circle dependency may exists")})}}}(Ub,function(t){var e=[];return d(Ub.getClassesByMainType(t),function(t){Zb.apply(e,t.prototype.dependencies||[])}),f(e,function(t){return Yi(t).main})}),u(Ub,Fb);var Xb="";"undefined"!=typeof navigator&&(Xb=navigator.platform||"");var jb={color:["#c23531","#2f4554","#61a0a8","#d48265","#91c7ae","#749f83","#ca8622","#bda29a","#6e7074","#546570","#c4ccd3"],textStyle:{fontFamily:Xb.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,animation:"auto",animationDuration:1e3,animationDurationUpdate:300,animationEasing:"exponentialOut",animationEasingUpdate:"cubicOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},qb={clearColorPalette:function(){Xi(this,"colorIdx",0),Xi(this,"colorNameMap",{})},getColorFromPalette:function(t,e){var i=ji(e=e||this,"colorIdx")||0,n=ji(e,"colorNameMap")||Xi(e,"colorNameMap",{});if(n.hasOwnProperty(t))return n[t];var o=this.get("color",!0)||[];if(o.length){var a=o[i];return t&&(n[t]=a),Xi(e,"colorIdx",(i+1)%o.length),a}}},Yb=d,$b=p,Kb=f,Jb=y,Qb=l,tw=b,ew="\0_ec_inner",iw=Lo.extend({constructor:iw,init:function(t,e,i,n){i=i||{},this.option=null,this._theme=new Lo(i),this._optionManager=n},setOption:function(t,e){L(!(ew in t),"please use chart.getOption()"),this._optionManager.setOption(t,e),this.resetOption(null)},resetOption:function(t){var e=!1,i=this._optionManager;if(!t||"recreate"===t){var n=i.mountOption("recreate"===t);this.option&&"recreate"!==t?(this.restoreData(),this.mergeOption(n)):oa.call(this,n),e=!0}if("timeline"!==t&&"media"!==t||this.restoreData(),!t||"recreate"===t||"timeline"===t){var o=i.getTimelineOption(this);o&&(this.mergeOption(o),e=!0)}if(!t||"recreate"===t||"media"===t){var a=i.getMediaOption(this,this._api);a.length&&Yb(a,function(t){this.mergeOption(t,e=!0)},this)}return e},mergeOption:function(t){var e=this.option,o=this._componentsMap,r=[];Yb(t,function(t,o){null!=t&&(Ub.hasClass(o)?r.push(o):e[o]=null==e[o]?i(t):n(e[o],t,!0))}),Ub.topologicalTravel(r,Ub.getAllClassMainTypes(),function(i,n){var r=Oo(t[i]),s=Vo(o.get(i),r);Bo(s),Yb(s,function(t,e){var n=t.option;tw(n)&&(t.keyInfo.mainType=i,t.keyInfo.subType=ra(i,n,t.exist))});var l=aa(o,n);e[i]=[],o.set(i,[]),Yb(s,function(t,n){var r=t.exist,s=t.option;if(L(tw(s)||r,"Empty component definition"),s){var h=Ub.getClass(i,t.keyInfo.subType,!0);if(r&&r instanceof h)r.name=t.keyInfo.name,r.mergeOption(s,this),r.optionUpdated(s,!1);else{var u=a({dependentModels:l,componentIndex:n},t.keyInfo);a(r=new h(s,this,this,u),u),r.init(s,this,this,u),r.optionUpdated(null,!0)}}else r.mergeOption({},this),r.optionUpdated({},!1);o.get(i)[n]=r,e[i][n]=r.option},this),"series"===i&&(this._seriesIndices=sa(o.get("series")))},this),this._seriesIndices=this._seriesIndices||[]},getOption:function(){var t=i(this.option);return Yb(t,function(e,i){if(Ub.hasClass(i)){for(var n=(e=Oo(e)).length-1;n>=0;n--)Go(e[n])&&e.splice(n,1);t[i]=e}}),delete t[ew],t},getTheme:function(){return this._theme},getComponent:function(t,e){var i=this._componentsMap.get(t);if(i)return i[e||0]},queryComponents:function(t){var e=t.mainType;if(!e)return[];var i=t.index,n=t.id,o=t.name,a=this._componentsMap.get(e);if(!a||!a.length)return[];var r;if(null!=i)Jb(i)||(i=[i]),r=$b(Kb(i,function(t){return a[t]}),function(t){return!!t});else if(null!=n){var s=Jb(n);r=$b(a,function(t){return s&&Qb(n,t.id)>=0||!s&&t.id===n})}else if(null!=o){var l=Jb(o);r=$b(a,function(t){return l&&Qb(o,t.name)>=0||!l&&t.name===o})}else r=a.slice();return la(r,t)},findComponents:function(t){var e=t.query,i=t.mainType,n=function(t){var e=i+"Index",n=i+"Id",o=i+"Name";return!t||null==t[e]&&null==t[n]&&null==t[o]?null:{mainType:i,index:t[e],id:t[n],name:t[o]}}(e);return function(e){return t.filter?$b(e,t.filter):e}(la(n?this.queryComponents(n):this._componentsMap.get(i),t))},eachComponent:function(t,e,i){var n=this._componentsMap;if("function"==typeof t)i=e,e=t,n.each(function(t,n){Yb(t,function(t,o){e.call(i,n,t,o)})});else if(_(t))Yb(n.get(t),e,i);else if(tw(t)){var o=this.findComponents(t);Yb(o,e,i)}},getSeriesByName:function(t){var e=this._componentsMap.get("series");return $b(e,function(e){return e.name===t})},getSeriesByIndex:function(t){return this._componentsMap.get("series")[t]},getSeriesByType:function(t){var e=this._componentsMap.get("series");return $b(e,function(e){return e.subType===t})},getSeries:function(){return this._componentsMap.get("series").slice()},eachSeries:function(t,e){Yb(this._seriesIndices,function(i){var n=this._componentsMap.get("series")[i];t.call(e,n,i)},this)},eachRawSeries:function(t,e){Yb(this._componentsMap.get("series"),t,e)},eachSeriesByType:function(t,e,i){Yb(this._seriesIndices,function(n){var o=this._componentsMap.get("series")[n];o.subType===t&&e.call(i,o,n)},this)},eachRawSeriesByType:function(t,e,i){return Yb(this.getSeriesByType(t),e,i)},isSeriesFiltered:function(t){return l(this._seriesIndices,t.componentIndex)<0},getCurrentSeriesIndices:function(){return(this._seriesIndices||[]).slice()},filterSeries:function(t,e){var i=$b(this._componentsMap.get("series"),t,e);this._seriesIndices=sa(i)},restoreData:function(){var t=this._componentsMap;this._seriesIndices=sa(t.get("series"));var e=[];t.each(function(t,i){e.push(i)}),Ub.topologicalTravel(e,Ub.getAllClassMainTypes(),function(e,i){Yb(t.get(e),function(t){t.restoreData()})})}});u(iw,qb);var nw=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isDisposed","on","off","getDataURL","getConnectedDataURL","getModel","getOption","getViewOfComponentModel","getViewOfSeriesModel"],ow={};ua.prototype={constructor:ua,create:function(t,e){var i=[];d(ow,function(n,o){var a=n.create(t,e);i=i.concat(a||[])}),this._coordinateSystems=i},update:function(t,e){d(this._coordinateSystems,function(i){i.update&&i.update(t,e)})},getCoordinateSystems:function(){return this._coordinateSystems.slice()}},ua.register=function(t,e){ow[t]=e},ua.get=function(t){return ow[t]};var aw=d,rw=i,sw=f,lw=n,hw=/^(min|max)?(.+)$/;ca.prototype={constructor:ca,setOption:function(t,e){t=rw(t,!0);var i=this._optionBackup,n=da.call(this,t,e,!i);this._newBaseOption=n.baseOption,i?(ma(i.baseOption,n.baseOption),n.timelineOptions.length&&(i.timelineOptions=n.timelineOptions),n.mediaList.length&&(i.mediaList=n.mediaList),n.mediaDefault&&(i.mediaDefault=n.mediaDefault)):this._optionBackup=n},mountOption:function(t){var e=this._optionBackup;return this._timelineOptions=sw(e.timelineOptions,rw),this._mediaList=sw(e.mediaList,rw),this._mediaDefault=rw(e.mediaDefault),this._currentMediaIndices=[],rw(t?e.baseOption:this._newBaseOption)},getTimelineOption:function(t){var e,i=this._timelineOptions;if(i.length){var n=t.getComponent("timeline");n&&(e=rw(i[n.getCurrentIndex()],!0))}return e},getMediaOption:function(t){var e=this._api.getWidth(),i=this._api.getHeight(),n=this._mediaList,o=this._mediaDefault,a=[],r=[];if(!n.length&&!o)return r;for(var s=0,l=n.length;s":"")+r.join(a?"
":", ")}(o):Gi(Vi(o)),r=n.getName(t),s=n.getItemVisual(t,"color");b(s)&&s.colorStops&&(s=(s.colorStops[0]||{}).color);var l=Fi(s=s||"transparent"),h=this.name;return"\0-"===h&&(h=""),h=h?Gi(h)+(e?": ":"
"):"",e?l+h+a:h+l+(r?Gi(r)+": "+a:a)},isAnimationEnabled:function(){if(Uv.node)return!1;var t=this.getShallow("animation");return t&&this.getData().count()>this.getShallow("animationThreshold")&&(t=!1),t},restoreData:function(){Xi(this,"data",ji(this,"dataBeforeProcessed").cloneShallow())},getColorFromPalette:function(t,e){var i=this.ecModel,n=qb.getColorFromPalette.call(this,t,e);return n||(n=i.getColorFromPalette(t,e)),n},getAxisTooltipData:null,getTooltipPosition:null});u(yw,Nb),u(yw,qb);var xw=function(){this.group=new jy,this.uid=qo("viewComponent")};xw.prototype={constructor:xw,init:function(t,e){},render:function(t,e,i,n){},dispose:function(){}};var _w=xw.prototype;_w.updateView=_w.updateLayout=_w.updateVisual=function(t,e,i,n){},Ki(xw),tn(xw,{registerWhenExtend:!0}),Ta.prototype={type:"chart",init:function(t,e){},render:function(t,e,i,n){},highlight:function(t,e,i,n){Ca(t.getData(),n,"emphasis")},downplay:function(t,e,i,n){Ca(t.getData(),n,"normal")},remove:function(t,e){this.group.removeAll()},dispose:function(){}};var bw=Ta.prototype;bw.updateView=bw.updateLayout=bw.updateVisual=function(t,e,i,n){this.render(t,e,i,n)},Ki(Ta),tn(Ta,{registerWhenExtend:!0});var ww="\0__throttleOriginMethod",Sw="\0__throttleRate",Mw="\0__throttleType",Iw=Math.PI,Tw=d,Aw=Ub.parseClassType,Cw={zrender:"3.7.3"},Dw=1e3,Lw=1e3,kw=3e3,Pw={PROCESSOR:{FILTER:Dw,STATISTIC:5e3},VISUAL:{LAYOUT:Lw,GLOBAL:2e3,CHART:kw,COMPONENT:4e3,BRUSH:5e3}},Ow="__flagInMainProcess",zw="__optionUpdated",Nw=/^[a-zA-Z0-9_]+$/;Oa.prototype.on=Pa("on"),Oa.prototype.off=Pa("off"),Oa.prototype.one=Pa("one"),u(Oa,fy);var Ew=za.prototype;Ew._onframe=function(){if(this[zw]){var t=this[zw].silent;this[Ow]=!0,Rw.prepareAndUpdate.call(this),this[Ow]=!1,this[zw]=!1,Va.call(this,t),Ba.call(this,t)}},Ew.getDom=function(){return this._dom},Ew.getZr=function(){return this._zr},Ew.setOption=function(t,e,i){var n;if(b(e)&&(i=e.lazyUpdate,n=e.silent,e=e.notMerge),this[Ow]=!0,!this._model||e){var o=new ca(this._api),a=this._theme;(this._model=new iw(null,null,a,o)).init(null,null,a,o)}this._model.setOption(t,Hw),i?(this[zw]={silent:n},this[Ow]=!1):(Rw.prepareAndUpdate.call(this),this._zr.flush(),this[zw]=!1,this[Ow]=!1,Va.call(this,n),Ba.call(this,n))},Ew.setTheme=function(){console.log("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},Ew.getModel=function(){return this._model},Ew.getOption=function(){return this._model&&this._model.getOption()},Ew.getWidth=function(){return this._zr.getWidth()},Ew.getHeight=function(){return this._zr.getHeight()},Ew.getDevicePixelRatio=function(){return this._zr.painter.dpr||window.devicePixelRatio||1},Ew.getRenderedCanvas=function(t){if(Uv.canvasSupported){(t=t||{}).pixelRatio=t.pixelRatio||1,t.backgroundColor=t.backgroundColor||this._model.get("backgroundColor");var e=this._zr;return d(e.storage.getDisplayList(),function(t){t.stopAnimation(!0)}),e.painter.getRenderedCanvas(t)}},Ew.getSvgDataUrl=function(){if(Uv.svgSupported){var t=this._zr;return d(t.storage.getDisplayList(),function(t){t.stopAnimation(!0)}),t.painter.pathToSvg()}},Ew.getDataURL=function(t){var e=(t=t||{}).excludeComponents,i=this._model,n=[],o=this;Tw(e,function(t){i.eachComponent({mainType:t},function(t){var e=o._componentsMap[t.__viewId];e.group.ignore||(n.push(e),e.group.ignore=!0)})});var a="svg"===this._zr.painter.getType()?this.getSvgDataUrl():this.getRenderedCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return Tw(n,function(t){t.group.ignore=!1}),a},Ew.getConnectedDataURL=function(t){if(Uv.canvasSupported){var e=this.group,n=Math.min,o=Math.max;if(qw[e]){var a=1/0,r=1/0,s=-1/0,l=-1/0,h=[],u=t&&t.pixelRatio||1;d(jw,function(u,c){if(u.group===e){var d=u.getRenderedCanvas(i(t)),f=u.getDom().getBoundingClientRect();a=n(f.left,a),r=n(f.top,r),s=o(f.right,s),l=o(f.bottom,l),h.push({dom:d,left:f.left,top:f.top})}});var c=(s*=u)-(a*=u),f=(l*=u)-(r*=u),g=iy();g.width=c,g.height=f;var p=yi(g);return Tw(h,function(t){var e=new qe({style:{x:t.left*u-a,y:t.top*u-r,image:t.dom}});p.add(e)}),p.refreshImmediately(),g.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}},Ew.convertToPixel=v(Na,"convertToPixel"),Ew.convertFromPixel=v(Na,"convertFromPixel"),Ew.containPixel=function(t,e){var i;return t=Fo(this._model,t),d(t,function(t,n){n.indexOf("Models")>=0&&d(t,function(t){var o=t.coordinateSystem;if(o&&o.containPoint)i|=!!o.containPoint(e);else if("seriesModels"===n){var a=this._chartsMap[t.__viewId];a&&a.containPoint&&(i|=a.containPoint(e,t))}},this)},this),!!i},Ew.getVisual=function(t,e){var i=(t=Fo(this._model,t,{defaultMainType:"series"})).seriesModel.getData(),n=t.hasOwnProperty("dataIndexInside")?t.dataIndexInside:t.hasOwnProperty("dataIndex")?i.indexOfRawIndex(t.dataIndex):null;return null!=n?i.getItemVisual(n,e):i.getVisual(e)},Ew.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},Ew.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]};var Rw={update:function(t){var e=this._model,i=this._api,n=this._coordSysMgr,o=this._zr;if(e){e.restoreData(),n.create(this._model,this._api),Ha.call(this,e,i),Fa.call(this,e),n.update(e,i),Ua.call(this,e,t),Xa.call(this,e,t);var a=e.get("backgroundColor")||"transparent",r=o.painter;if(r.isSingleCanvas&&r.isSingleCanvas())o.configLayer(0,{clearColor:a});else{if(!Uv.canvasSupported){var s=Mt(a);a=Ot(s,"rgb"),0===s[3]&&(a="transparent")}a.colorStops||a.image?(o.configLayer(0,{clearColor:a}),this.__hasGradientOrPatternBg=!0,this._dom.style.background="transparent"):(this.__hasGradientOrPatternBg&&o.configLayer(0,{clearColor:null}),this.__hasGradientOrPatternBg=!1,this._dom.style.background=a)}Tw(Fw,function(t){t(e,i)})}},updateView:function(t){var e=this._model;e&&(e.eachSeries(function(t){t.getData().clearAllVisual()}),Ua.call(this,e,t),Ga.call(this,"updateView",e,t))},updateVisual:function(t){var e=this._model;e&&(e.eachSeries(function(t){t.getData().clearAllVisual()}),Ua.call(this,e,t,!0),Ga.call(this,"updateVisual",e,t))},updateLayout:function(t){var e=this._model;e&&(Za.call(this,e,t),Ga.call(this,"updateLayout",e,t))},prepareAndUpdate:function(t){var e=this._model;Wa.call(this,"component",e),Wa.call(this,"chart",e),Rw.update.call(this,t)}};Ew.resize=function(t){this[Ow]=!0,this._zr.resize(t);var e=this._model&&this._model.resetOption("media");Rw[e?"prepareAndUpdate":"update"].call(this),this._loadingFX&&this._loadingFX.resize(),this[Ow]=!1;var i=t&&t.silent;Va.call(this,i),Ba.call(this,i)},Ew.showLoading=function(t,e){if(b(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),Xw[t]){var i=Xw[t](this._api,e),n=this._zr;this._loadingFX=i,n.add(i)}},Ew.hideLoading=function(){this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},Ew.makeActionFromEvent=function(t){var e=a({},t);return e.type=Gw[t.type],e},Ew.dispatchAction=function(t,e){b(e)||(e={silent:!!e}),Bw[t.type]&&this._model&&(this[Ow]?this._pendingActions.push(t):(Ra.call(this,t,e.silent),e.flush?this._zr.flush(!0):!1!==e.flush&&Uv.browser.weChat&&this._throttledZrFlush(),Va.call(this,e.silent),Ba.call(this,e.silent)))},Ew.on=Pa("on"),Ew.off=Pa("off"),Ew.one=Pa("one");var Vw=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];Ew._initEvents=function(){Tw(Vw,function(t){this._zr.on(t,function(e){var i,n=this.getModel(),o=e.target;if("globalout"===t)i={};else if(o&&null!=o.dataIndex){var r=o.dataModel||n.getSeriesByIndex(o.seriesIndex);i=r&&r.getDataParams(o.dataIndex,o.dataType)||{}}else o&&o.eventData&&(i=a({},o.eventData));i&&(i.event=e,i.type=t,this.trigger(t,i))},this)},this),Tw(Gw,function(t,e){this._messageCenter.on(e,function(t){this.trigger(e,t)},this)},this)},Ew.isDisposed=function(){return this._disposed},Ew.clear=function(){this.setOption({series:[]},!0)},Ew.dispose=function(){if(!this._disposed){this._disposed=!0;var t=this._api,e=this._model;Tw(this._componentsViews,function(i){i.dispose(e,t)}),Tw(this._chartsViews,function(i){i.dispose(e,t)}),this._zr.dispose(),delete jw[this.id]}},u(za,fy);var Bw={},Gw={},Ww=[],Hw=[],Fw=[],Zw=[],Uw={},Xw={},jw={},qw={},Yw=new Date-0,$w=new Date-0,Kw="_echarts_instance_",Jw={},Qw=Ja;ar(2e3,function(t){t.eachRawSeries(function(e){var i=(e.visualColorAccessPath||"itemStyle.normal.color").split("."),n=e.getData(),o=e.get(i)||e.getColorFromPalette(e.get("name"));n.setVisual("color",o),t.isSeriesFiltered(e)||("function"!=typeof o||o instanceof yb||n.each(function(t){n.setItemVisual(t,"color",o(e.getDataParams(t)))}),n.each(function(t){var e=n.getItemModel(t).get(i,!0);null!=e&&n.setItemVisual(t,"color",e)}))})}),tr(vw),rr("default",function(t,e){r(e=e||{},{text:"loading",color:"#c23531",textColor:"#000",maskColor:"rgba(255, 255, 255, 0.8)",zlevel:0});var i=new db({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4}),n=new mb({shape:{startAngle:-Iw/2,endAngle:-Iw/2+.1,r:10},style:{stroke:e.color,lineCap:"round",lineWidth:5},zlevel:e.zlevel,z:10001}),o=new db({style:{fill:"none",text:e.text,textPosition:"right",textDistance:10,textFill:e.textColor},zlevel:e.zlevel,z:10001});n.animateShape(!0).when(1e3,{endAngle:3*Iw/2}).start("circularInOut"),n.animateShape(!0).when(1e3,{startAngle:3*Iw/2}).delay(300).start("circularInOut");var a=new jy;return a.add(n),a.add(o),a.add(i),a.resize=function(){var e=t.getWidth()/2,a=t.getHeight()/2;n.setShape({cx:e,cy:a});var r=n.shape.r;o.setShape({x:e-r,y:a-r,width:2*r,height:2*r}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},a.resize(),a}),ir({type:"highlight",event:"highlight",update:"highlight"},N),ir({type:"downplay",event:"downplay",update:"downplay"},N);var tS={};fr.prototype={constructor:fr,add:function(t){return this._add=t,this},update:function(t){return this._update=t,this},remove:function(t){return this._remove=t,this},execute:function(){var t=this._old,e=this._new,i={},n=[],o=[];for(gr(t,{},n,"_oldKeyGetter",this),gr(e,i,o,"_newKeyGetter",this),a=0;a0&&(_+="__ec__"+u[x]),u[x]++),_&&(h[v]=_)}this._nameList=e,this._idList=h},rS.count=function(){return this.indices.length},rS.get=function(t,e,i){var n=this._storage,o=this.indices[e];if(null==o||!n[t])return NaN;var a=n[t][o];if(i){var r=this._dimensionInfos[t];if(r&&r.stackable)for(var s=this.stackedOn;s;){var l=s.get(t,e);(a>=0&&l>0||a<=0&&l<0)&&(a+=l),s=s.stackedOn}}return a},rS.getValues=function(t,e,i){var n=[];y(t)||(i=e,e=t,t=this.dimensions);for(var o=0,a=t.length;ol&&(l=a));return this._extent[t+!!e]=[s,l]}return[1/0,-1/0]},rS.getSum=function(t,e){var i=0;if(this._storage[t])for(var n=0,o=this.count();nt))return a;o=a-1}}return-1},rS.indicesOfNearest=function(t,e,i,n){var o=[];if(!this._storage[t])return o;null==n&&(n=1/0);for(var a=Number.MAX_VALUE,r=-1,s=0,l=this.count();s=0&&r<0)&&(a=u,r=h,o.length=0),o.push(s))}return o},rS.getRawIndex=function(t){var e=this.indices[t];return null==e?-1:e},rS.getRawDataItem=function(t){return this._rawData.getItem(this.getRawIndex(t))},rS.getName=function(t){return this._nameList[this.indices[t]]||""},rS.getId=function(t){return this._idList[this.indices[t]]||this.getRawIndex(t)+""},rS.each=function(t,e,i,n){"function"==typeof t&&(n=i,i=e,e=t,t=[]);var o=[],a=(t=f(vr(t),this.getDimension,this)).length,r=this.indices;n=n||this;for(var s=0;sf-g&&(c=f-g,h.length=c);for(var p=0;p=e[0]&&t<=e[1]},Ar.prototype.normalize=function(t){var e=this._extent;return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])},Ar.prototype.scale=function(t){var e=this._extent;return t*(e[1]-e[0])+e[0]},Ar.prototype.unionExtent=function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1])},Ar.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getDataExtent(e,!0))},Ar.prototype.getExtent=function(){return this._extent.slice()},Ar.prototype.setExtent=function(t,e){var i=this._extent;isNaN(t)||(i[0]=t),isNaN(e)||(i[1]=e)},Ar.prototype.getTicksLabels=function(){for(var t=[],e=this.getTicks(),i=0;ie[1]&&(e[1]=t[1]),yS.prototype.setExtent.call(this,e[0],e[1])},getInterval:function(){return this._interval},setInterval:function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=Dr(t)},getTicks:function(){return Pr(this._interval,this._extent,this._niceExtent,this._intervalPrecision)},getTicksLabels:function(){for(var t=[],e=this.getTicks(),i=0;i>>1;t[o][1]i&&(a=i);var r=MS.length,s=wS(MS,a,0,r),l=MS[Math.min(s,r-1)],h=l[1];"year"===l[0]&&(h*=Ni(o/h/t,!0));var u=this.getSetting("useUTC")?0:60*new Date(+n[0]||+n[1]).getTimezoneOffset()*1e3,c=[Math.round(_S((n[0]-u)/h)*h+u),Math.round(bS((n[1]-u)/h)*h+u)];kr(c,n),this._stepLvl=l,this._interval=h,this._niceExtent=c},parse:function(t){return+Pi(t)}});d(["contain","normalize"],function(t){SS.prototype[t]=function(e){return xS[t].call(this,this.parse(e))}});var MS=[["hh:mm:ss",1e3],["hh:mm:ss",5e3],["hh:mm:ss",1e4],["hh:mm:ss",15e3],["hh:mm:ss",3e4],["hh:mm\nMM-dd",6e4],["hh:mm\nMM-dd",3e5],["hh:mm\nMM-dd",6e5],["hh:mm\nMM-dd",9e5],["hh:mm\nMM-dd",18e5],["hh:mm\nMM-dd",36e5],["hh:mm\nMM-dd",72e5],["hh:mm\nMM-dd",216e5],["hh:mm\nMM-dd",432e5],["MM-dd\nyyyy",864e5],["MM-dd\nyyyy",1728e5],["MM-dd\nyyyy",2592e5],["MM-dd\nyyyy",3456e5],["MM-dd\nyyyy",432e6],["MM-dd\nyyyy",5184e5],["week",6048e5],["MM-dd\nyyyy",864e6],["week",12096e5],["week",18144e5],["month",26784e5],["week",36288e5],["month",53568e5],["week",36288e5],["quarter",8208e6],["month",107136e5],["month",13392e6],["half-year",16416e6],["month",214272e5],["month",26784e6],["year",32832e6]];SS.create=function(t){return new SS({useUTC:t.ecModel.get("useUTC")})};var IS=Ar.prototype,TS=yS.prototype,AS=Ai,CS=Mi,DS=Math.floor,LS=Math.ceil,kS=Math.pow,PS=Math.log,OS=Ar.extend({type:"log",base:10,$constructor:function(){Ar.apply(this,arguments),this._originalScale=new yS},getTicks:function(){var t=this._originalScale,e=this._extent,i=t.getExtent();return f(TS.getTicks.call(this),function(n){var o=Mi(kS(this.base,n));return o=n===e[0]&&t.__fixMin?Or(o,i[0]):o,o=n===e[1]&&t.__fixMax?Or(o,i[1]):o},this)},getLabel:TS.getLabel,scale:function(t){return t=IS.scale.call(this,t),kS(this.base,t)},setExtent:function(t,e){var i=this.base;t=PS(t)/PS(i),e=PS(e)/PS(i),TS.setExtent.call(this,t,e)},getExtent:function(){var t=this.base,e=IS.getExtent.call(this);e[0]=kS(t,e[0]),e[1]=kS(t,e[1]);var i=this._originalScale,n=i.getExtent();return i.__fixMin&&(e[0]=Or(e[0],n[0])),i.__fixMax&&(e[1]=Or(e[1],n[1])),e},unionExtent:function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=PS(t[0])/PS(e),t[1]=PS(t[1])/PS(e),IS.unionExtent.call(this,t)},unionExtentFromData:function(t,e){this.unionExtent(t.getDataExtent(e,!0,function(t){return t>0}))},niceTicks:function(t){t=t||10;var e=this._extent,i=e[1]-e[0];if(!(i===1/0||i<=0)){var n=Oi(i);for(t/i*n<=.5&&(n*=10);!isNaN(n)&&Math.abs(n)<1&&Math.abs(n)>0;)n*=10;var o=[Mi(LS(e[0]/n)*n),Mi(DS(e[1]/n)*n)];this._interval=n,this._niceExtent=o}},niceExtent:function(t){TS.niceExtent.call(this,t);var e=this._originalScale;e.__fixMin=t.fixMin,e.__fixMax=t.fixMax}});d(["contain","normalize"],function(t){OS.prototype[t]=function(e){return e=PS(e)/PS(this.base),IS[t].call(this,e)}}),OS.create=function(){return new OS};var zS={getFormattedLabels:function(){return Vr(this.axis,this.get("axisLabel.formatter"))},getCategories:function(){return"category"===this.get("type")&&f(this.get("data"),Gr)},getMin:function(t){var e=this.option,i=t||null==e.rangeStart?e.min:e.rangeStart;return this.axis&&null!=i&&"dataMin"!==i&&"function"!=typeof i&&!M(i)&&(i=this.axis.scale.parse(i)),i},getMax:function(t){var e=this.option,i=t||null==e.rangeEnd?e.max:e.rangeEnd;return this.axis&&null!=i&&"dataMax"!==i&&"function"!=typeof i&&!M(i)&&(i=this.axis.scale.parse(i)),i},getNeedCrossZero:function(){var t=this.option;return null==t.rangeStart&&null==t.rangeEnd&&!t.scale},getCoordSysModel:N,setRange:function(t,e){this.option.rangeStart=t,this.option.rangeEnd=e},resetRange:function(){this.option.rangeStart=this.option.rangeEnd=null}},NS=Zn({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var i=e.cx,n=e.cy,o=e.width/2,a=e.height/2;t.moveTo(i,n-a),t.lineTo(i+o,n+a),t.lineTo(i-o,n+a),t.closePath()}}),ES=Zn({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var i=e.cx,n=e.cy,o=e.width/2,a=e.height/2;t.moveTo(i,n-a),t.lineTo(i+o,n),t.lineTo(i,n+a),t.lineTo(i-o,n),t.closePath()}}),RS=Zn({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var i=e.x,n=e.y,o=e.width/5*3,a=Math.max(o,e.height),r=o/2,s=r*r/(a-r),l=n-a+r+s,h=Math.asin(s/r),u=Math.cos(h)*r,c=Math.sin(h),d=Math.cos(h),f=.6*r,g=.7*r;t.moveTo(i-u,l+s),t.arc(i,l,r,Math.PI-h,2*Math.PI+h),t.bezierCurveTo(i+u-c*f,l+s+d*f,i,n-g,i,n),t.bezierCurveTo(i,n-g,i-u+c*f,l+s+d*f,i-u,l+s),t.closePath()}}),VS=Zn({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var i=e.height,n=e.width,o=e.x,a=e.y,r=n/3*2;t.moveTo(o,a),t.lineTo(o+r,a+i),t.lineTo(o,a+i/4*3),t.lineTo(o-r,a+i),t.lineTo(o,a),t.closePath()}}),BS={line:function(t,e,i,n,o){o.x1=t,o.y1=e+n/2,o.x2=t+i,o.y2=e+n/2},rect:function(t,e,i,n,o){o.x=t,o.y=e,o.width=i,o.height=n},roundRect:function(t,e,i,n,o){o.x=t,o.y=e,o.width=i,o.height=n,o.r=Math.min(i,n)/4},square:function(t,e,i,n,o){var a=Math.min(i,n);o.x=t,o.y=e,o.width=a,o.height=a},circle:function(t,e,i,n,o){o.cx=t+i/2,o.cy=e+n/2,o.r=Math.min(i,n)/2},diamond:function(t,e,i,n,o){o.cx=t+i/2,o.cy=e+n/2,o.width=i,o.height=n},pin:function(t,e,i,n,o){o.x=t+i/2,o.y=e+n/2,o.width=i,o.height=n},arrow:function(t,e,i,n,o){o.x=t+i/2,o.y=e+n/2,o.width=i,o.height=n},triangle:function(t,e,i,n,o){o.cx=t+i/2,o.cy=e+n/2,o.width=i,o.height=n}},GS={};d({line:fb,rect:db,roundRect:db,square:db,circle:nb,diamond:ES,pin:RS,arrow:VS,triangle:NS},function(t,e){GS[e]=new t});var WS=Zn({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},beforeBrush:function(){var t=this.style;"pin"===this.shape.symbolType&&"inside"===t.textPosition&&(t.textPosition=["50%","40%"],t.textAlign="center",t.textVerticalAlign="middle")},buildPath:function(t,e,i){var n=e.symbolType,o=GS[n];"none"!==e.symbolType&&(o||(o=GS[n="rect"]),BS[n](e.x,e.y,e.width,e.height,o.shape),o.buildPath(t,o.shape,i))}}),HS=(Object.freeze||Object)({createList:function(t){return Sr(t.get("data"),t,t.ecModel)},createScale:function(t,e){var i=e;e instanceof Lo||u(i=new Lo(e),zS);var n=Er(i);return n.setExtent(t[0],t[1]),Nr(n,i),n},mixinAxisModelCommonMethods:function(t){u(t,zS)},completeDimensions:xr,createSymbol:Hr}),FS=wi,ZS=[0,1],US=function(t,e,i){this.dim=t,this.scale=e,this._extent=i||[0,0],this.inverse=!1,this.onBand=!1,this._labelInterval};US.prototype={constructor:US,contain:function(t){var e=this._extent,i=Math.min(e[0],e[1]),n=Math.max(e[0],e[1]);return t>=i&&t<=n},containData:function(t){return this.contain(this.dataToCoord(t))},getExtent:function(){return this._extent.slice()},getPixelPrecision:function(t){return Ci(t||this.scale.getExtent(),this._extent)},setExtent:function(t,e){var i=this._extent;i[0]=t,i[1]=e},dataToCoord:function(t,e){var i=this._extent,n=this.scale;return t=n.normalize(t),this.onBand&&"ordinal"===n.type&&Fr(i=i.slice(),n.count()),FS(t,ZS,i,e)},coordToData:function(t,e){var i=this._extent,n=this.scale;this.onBand&&"ordinal"===n.type&&Fr(i=i.slice(),n.count());var o=FS(t,i,ZS,e);return this.scale.scale(o)},pointToData:function(t,e){},getTicksCoords:function(t){if(this.onBand&&!t){for(var e=this.getBands(),i=[],n=0;n0}),function(t){var e=t.properties,i=t.geometry,n=i.coordinates,o=[];"Polygon"===i.type&&o.push({type:"polygon",exterior:n[0],interiors:n.slice(1)}),"MultiPolygon"===i.type&&d(n,function(t){t[0]&&o.push({type:"polygon",exterior:t[0],interiors:t.slice(1)})});var a=new Xr(e.name,o,e.cp);return a.properties=e,a})},qS={};d(["map","each","filter","indexOf","inherits","reduce","filter","bind","curry","isArray","isString","isObject","isFunction","extend","defaults","clone","merge"],function(t){qS[t]=ay[t]}),yw.extend({type:"series.line",dependencies:["grid","polar"],getInitialData:function(t,e){return Sr(t.data,this,e)},defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,clipOverflow:!0,label:{normal:{position:"top"}},lineStyle:{normal:{width:2,type:"solid"}},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:!1,connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0}});var YS=Jr.prototype;YS._createSymbol=function(t,e,i,n){this.removeAll();var o=Hr(t,-1,-1,2,2,e.getItemVisual(i,"color"));o.attr({z2:100,culling:!0,scale:Kr(n)}),o.drift=Qr,this._symbolType=t,this.add(o)},YS.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(t)},YS.getSymbolPath=function(){return this.childAt(0)},YS.getScale=function(){return this.childAt(0).scale},YS.highlight=function(){this.childAt(0).trigger("emphasis")},YS.downplay=function(){this.childAt(0).trigger("normal")},YS.setZ=function(t,e){var i=this.childAt(0);i.zlevel=t,i.z=e},YS.setDraggable=function(t){var e=this.childAt(0);e.draggable=t,e.cursor=t?"move":"pointer"},YS.updateData=function(t,e,i){this.silent=!1;var n=t.getItemVisual(e,"symbol")||"circle",o=t.hostModel,a=$r(t,e),r=n!==this._symbolType;if(r?this._createSymbol(n,t,e,a):((s=this.childAt(0)).silent=!1,wo(s,{scale:Kr(a)},o,e)),this._updateCommon(t,e,a,i),r){var s=this.childAt(0),l=i&&i.fadeIn,h={scale:s.scale.slice()};l&&(h.style={opacity:s.style.opacity}),s.scale=[0,0],l&&(s.style.opacity=0),So(s,h,o,e)}this._seriesModel=o};var $S=["itemStyle","normal"],KS=["itemStyle","emphasis"],JS=["label","normal"],QS=["label","emphasis"];YS._updateCommon=function(t,e,i,n){var o=this.childAt(0),r=t.hostModel,s=t.getItemVisual(e,"color");"image"!==o.type&&o.useStyle({strokeNoScale:!0});var l=n&&n.itemStyle,h=n&&n.hoverItemStyle,u=n&&n.symbolRotate,c=n&&n.symbolOffset,d=n&&n.labelModel,f=n&&n.hoverLabelModel,g=n&&n.hoverAnimation,p=n&&n.cursorStyle;if(!n||t.hasItemOption){var m=n&&n.itemModel?n.itemModel:t.getItemModel(e);l=m.getModel($S).getItemStyle(["color"]),h=m.getModel(KS).getItemStyle(),u=m.getShallow("symbolRotate"),c=m.getShallow("symbolOffset"),d=m.getModel(JS),f=m.getModel(QS),g=m.getShallow("hoverAnimation"),p=m.getShallow("cursor")}else h=a({},h);var v=o.style;o.attr("rotation",(u||0)*Math.PI/180||0),c&&o.attr("position",[Si(c[0],i[0]),Si(c[1],i[1])]),p&&o.attr("cursor",p),o.setColor(s,n&&n.symbolInnerColor),o.setStyle(l);var y=t.getItemVisual(e,"opacity");null!=y&&(v.opacity=y);var x=n&&n.useNameLabel,_=!x&&Yr(t);(x||null!=_)&&co(v,h,d,f,{labelFetcher:r,labelDataIndex:e,defaultText:x?t.getName(e):t.get(_,e),isRectText:!0,autoColor:s}),o.off("mouseover").off("mouseout").off("emphasis").off("normal"),o.hoverStyle=h,uo(o);var b=Kr(i);if(g&&r.isAnimationEnabled()){var w=function(){var t=b[1]/b[0];this.animateTo({scale:[Math.max(1.1*b[0],b[0]+3),Math.max(1.1*b[1],b[1]+3*t)]},400,"elasticOut")},S=function(){this.animateTo({scale:b},400,"elasticOut")};o.on("mouseover",w).on("mouseout",S).on("emphasis",w).on("normal",S)}},YS.fadeOut=function(t,e){var i=this.childAt(0);this.silent=i.silent=!0,!(e&&e.keepLabel)&&(i.style.text=null),wo(i,{style:{opacity:0},scale:[0,0]},this._seriesModel,this.dataIndex,t)},h(Jr,jy);var tM=ts.prototype;tM.updateData=function(t,e){var i=this.group,n=t.hostModel,o=this._data,a=this._symbolCtor,r={itemStyle:n.getModel("itemStyle.normal").getItemStyle(["color"]),hoverItemStyle:n.getModel("itemStyle.emphasis").getItemStyle(),symbolRotate:n.get("symbolRotate"),symbolOffset:n.get("symbolOffset"),hoverAnimation:n.get("hoverAnimation"),labelModel:n.getModel("label.normal"),hoverLabelModel:n.getModel("label.emphasis"),cursorStyle:n.get("cursor")};t.diff(o).add(function(n){var o=t.getItemLayout(n);if(es(t,n,e)){var s=new a(t,n,r);s.attr("position",o),t.setItemGraphicEl(n,s),i.add(s)}}).update(function(s,l){var h=o.getItemGraphicEl(l),u=t.getItemLayout(s);es(t,s,e)?(h?(h.updateData(t,s,r),wo(h,{position:u},n)):(h=new a(t,s)).attr("position",u),i.add(h),t.setItemGraphicEl(s,h)):i.remove(h)}).remove(function(t){var e=o.getItemGraphicEl(t);e&&e.fadeOut(function(){i.remove(e)})}).execute(),this._data=t},tM.updateLayout=function(){var t=this._data;t&&t.eachItemGraphicEl(function(e,i){var n=t.getItemLayout(i);e.attr("position",n)})},tM.remove=function(t){var e=this.group,i=this._data;i&&(t?i.eachItemGraphicEl(function(t){t.fadeOut(function(){e.remove(t)})}):e.removeAll())};var eM=function(t,e,i,n,o,a){for(var r=os(t,e),s=[],l=[],h=[],u=[],c=[],d=[],f=[],g=a.dimensions,p=0;p0&&as(i[o-1]);o--);for(;n0&&as(i[a-1]);a--);for(;o=0){var r=o.getItemGraphicEl(a);if(!r){var s=o.getItemLayout(a);if(!s)return;(r=new Jr(o,a)).position=s,r.setZ(t.get("zlevel"),t.get("z")),r.ignore=isNaN(s[0])||isNaN(s[1]),r.__temp=!0,o.setItemGraphicEl(a,r),r.stopSymbolAnimation(!0),this.group.add(r)}r.highlight()}else Ta.prototype.highlight.call(this,t,e,i,n)},downplay:function(t,e,i,n){var o=t.getData(),a=Ho(o,n);if(null!=a&&a>=0){var r=o.getItemGraphicEl(a);r&&(r.__temp?(o.setItemGraphicEl(a,null),this.group.remove(r)):r.downplay())}else Ta.prototype.downplay.call(this,t,e,i,n)},_newPolyline:function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new hM({shape:{points:t},silent:!0,z2:10}),this._lineGroup.add(e),this._polyline=e,e},_newPolygon:function(t,e){var i=this._polygon;return i&&this._lineGroup.remove(i),i=new uM({shape:{points:t,stackedOnPoints:e},silent:!0}),this._lineGroup.add(i),this._polygon=i,i},_getSymbolIgnoreFunc:function(t,e){var i=e.getAxesByScale("ordinal")[0];if(i&&i.isLabelIgnored)return m(i.isLabelIgnored,i)},_updateAnimation:function(t,e,i,n,o){var a=this._polyline,r=this._polygon,s=t.hostModel,l=eM(this._data,t,this._stackedOnPoints,e,this._coordSys,i),h=l.current,u=l.stackedOnCurrent,c=l.next,d=l.stackedOnNext;o&&(h=ms(l.current,i,o),u=ms(l.stackedOnCurrent,i,o),c=ms(l.next,i,o),d=ms(l.stackedOnNext,i,o)),a.shape.__points=l.current,a.shape.points=h,wo(a,{shape:{points:c}},s),r&&(r.setShape({points:h,stackedOnPoints:u}),wo(r,{shape:{points:c,stackedOnPoints:d}},s));for(var f=[],g=l.status,p=0;pe&&(e=t[i]);return e},min:function(t){for(var e=1/0,i=0;ie[1]&&e.reverse(),e},getOtherAxis:function(){this.grid.getOtherAxis()},isLabelIgnored:function(t){if("category"===this.type){var e=this.getLabelInterval();return"function"==typeof e&&!e(t,this.scale.getLabel(t))||t%(e+1)}},pointToData:function(t,e){return this.coordToData(this.toLocalCoord(t["x"===this.dim?0:1]),e)},toLocalCoord:null,toGlobalCoord:null},h(mM,US);var vM={show:!0,zlevel:0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#333",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#ccc"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},yM={};yM.categoryAxis=n({boundaryGap:!0,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},vM),yM.valueAxis=n({boundaryGap:[0,0],splitNumber:5},vM),yM.timeAxis=r({scale:!0,min:"dataMin",max:"dataMax"},yM.valueAxis),yM.logAxis=r({scale:!0,logBase:10},yM.valueAxis);var xM=["value","category","time","log"],_M=function(t,e,i,a){d(xM,function(r){e.extend({type:t+"Axis."+r,mergeDefaultAndTheme:function(e,o){var a=this.layoutMode,s=a?ea(e):{};n(e,o.getTheme().get(r+"Axis")),n(e,this.getDefaultOption()),e.type=i(t,e),a&&ta(e,s,a)},defaultOption:o([{},yM[r+"Axis"],a],!0)})}),Ub.registerSubTypeDefaulter(t+"Axis",v(i,t))},bM=Ub.extend({type:"cartesian2dAxis",axis:null,init:function(){bM.superApply(this,"init",arguments),this.resetRange()},mergeOption:function(){bM.superApply(this,"mergeOption",arguments),this.resetRange()},restoreData:function(){bM.superApply(this,"restoreData",arguments),this.resetRange()},getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"grid",index:this.option.gridIndex,id:this.option.gridId})[0]}});n(bM.prototype,zS);var wM={offset:0};_M("x",bM,_s,wM),_M("y",bM,_s,wM),Ub.extend({type:"grid",dependencies:["xAxis","yAxis"],layoutMode:"box",coordinateSystem:null,defaultOption:{show:!1,zlevel:0,z:0,left:"10%",top:60,right:"10%",bottom:60,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"}});var SM=d,MM=function(t){var e=t.scale.getExtent(),i=e[0],n=e[1];return!(i>0&&n>0||i<0&&n<0)},IM=Nr,TM=Ms.prototype;TM.type="grid",TM.axisPointerEnabled=!0,TM.getRect=function(){return this._rect},TM.update=function(t,e){var i=this._axesMap;this._updateScale(t,this.model),SM(i.x,function(t){IM(t.scale,t.model)}),SM(i.y,function(t){IM(t.scale,t.model)}),SM(i.x,function(t){Is(i,"y",t)}),SM(i.y,function(t){Is(i,"x",t)}),this.resize(this.model,e)},TM.resize=function(t,e,i){function n(){SM(a,function(t){var e=t.isHorizontal(),i=e?[0,o.width]:[0,o.height],n=t.inverse?1:0;t.setExtent(i[n],i[1-n]),As(t,e?o.x:o.y)})}var o=Ko(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()});this._rect=o;var a=this._axesList;n(),!i&&t.get("containLabel")&&(SM(a,function(t){if(!t.model.get("axisLabel.inside")){var e=Ss(t);if(e){var i=t.isHorizontal()?"height":"width",n=t.model.get("axisLabel.margin");o[i]-=e[i]+n,"top"===t.position?o.y+=e.height+n:"left"===t.position&&(o.x+=e.width+n)}}}),n())},TM.getAxis=function(t,e){var i=this._axesMap[t];if(null!=i){if(null==e)for(var n in i)if(i.hasOwnProperty(n))return i[n];return i[e]}},TM.getAxes=function(){return this._axesList.slice()},TM.getCartesian=function(t,e){if(null!=t&&null!=e){var i="x"+t+"y"+e;return this._coordsMap[i]}b(t)&&(e=t.yAxisIndex,t=t.xAxisIndex);for(var n=0,o=this._coordsList;nh[1]?-1:1,c=["start"===o?h[0]-u*l:"end"===o?h[1]+u*l:(h[0]+h[1])/2,Es(o)?t.labelOffset+r*l:0],d=e.get("nameRotate");null!=d&&(d=d*CM/180);var f;Es(o)?n=kM(t.rotation,null!=d?d:t.rotation,r):(n=ks(t,o,d||0,h),null!=(f=t.axisNameAvailableWidth)&&(f=Math.abs(f/Math.sin(n.rotation)),!isFinite(f)&&(f=null)));var g=s.getFont(),p=e.get("nameTruncate",!0)||{},m=p.ellipsis,v=I(t.nameTruncateMaxWidth,p.maxWidth,f),y=null!=m&&null!=v?Zx(i,v,g,m,{minChar:2,placeholder:p.placeholder}):i,x=e.get("tooltip",!0),_=e.mainType,b={componentType:_,name:i,$vars:["name"]};b[_+"Index"]=e.componentIndex;var w=new ib({anid:"name",__fullText:i,__truncatedText:y,position:c,rotation:n.rotation,silent:Ps(e),z2:1,tooltip:x&&x.show?a({content:i,formatter:function(){return i},formatterParams:b},x):null});fo(w.style,s,{text:y,textFont:g,textFill:s.getTextColor()||e.get("axisLine.lineStyle.color"),textAlign:n.textAlign,textVerticalAlign:n.textVerticalAlign}),e.get("triggerEvent")&&(w.eventData=Ls(e),w.eventData.targetType="axisName",w.eventData.name=i),this._dumbGroup.add(w),w.updateTransform(),this.group.add(w),w.decomposeTransform()}}},kM=DM.innerTextLayout=function(t,e,i){var n,o,a=Li(e-t);return ki(a)?(o=i>0?"top":"bottom",n="center"):ki(a-CM)?(o=i>0?"bottom":"top",n="center"):(o="middle",n=a>0&&a0?"right":"left":i>0?"left":"right"),{rotation:a,textAlign:n,textVerticalAlign:o}},PM=DM.ifIgnoreOnTick=function(t,e,i,n,o,a){if(0===e&&o||e===n-1&&a)return!1;var r,s=t.scale;return"ordinal"===s.type&&("function"==typeof i?(r=s.getTicks()[e],!i(r,s.getLabel(r))):e%(i+1))},OM=DM.getInterval=function(t,e){var i=t.get("interval");return null!=i&&"auto"!=i||(i=e),i},zM=d,NM=v,EM=lr({type:"axis",_axisPointer:null,axisPointerClass:null,render:function(t,e,i,n){this.axisPointerClass&&Us(t),EM.superApply(this,"render",arguments),$s(this,t,0,i,0,!0)},updateAxisPointer:function(t,e,i,n,o){$s(this,t,0,i,0,!1)},remove:function(t,e){var i=this._axisPointer;i&&i.remove(e),EM.superApply(this,"remove",arguments)},dispose:function(t,e){Ks(this,e),EM.superApply(this,"dispose",arguments)}}),RM=[];EM.registerAxisPointerClass=function(t,e){RM[t]=e},EM.getAxisPointerClass=function(t){return t&&RM[t]};var VM=DM.ifIgnoreOnTick,BM=DM.getInterval,GM=["axisLine","axisTickLabel","axisName"],WM=["splitArea","splitLine"],HM=EM.extend({type:"cartesianAxis",axisPointerClass:"CartesianAxisPointer",render:function(t,e,i,n){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new jy,this.group.add(this._axisGroup),t.get("show")){var a=t.getCoordSysModel(),r=Js(a,t),s=new DM(t,r);d(GM,s.add,s),this._axisGroup.add(s.getGroup()),d(WM,function(e){t.get(e+".show")&&this["_"+e](t,a,r.labelInterval)},this),Ao(o,this._axisGroup,t),HM.superCall(this,"render",t,e,i,n)}},_splitLine:function(t,e,i){var n=t.axis;if(!n.scale.isBlank()){var o=t.getModel("splitLine"),a=o.getModel("lineStyle"),s=a.get("color"),l=BM(o,i);s=y(s)?s:[s];for(var h=e.coordinateSystem.getRect(),u=n.isHorizontal(),c=0,d=n.getTicksCoords(),f=n.scale.getTicks(),g=t.get("axisLabel.showMinLabel"),p=t.get("axisLabel.showMaxLabel"),m=[],v=[],x=a.getLineStyle(),_=0;_1){var h;"string"==typeof i?h=fM[i]:"function"==typeof i&&(h=i),h&&(e=e.downSample(a.dim,1/l,h,gM),t.setData(e))}}},this)},"line"));var FM="__ec_stack_";nl.getLayoutOnAxis=function(t,e){var i=[],n=t.axis;if("category"===n.type){for(var o=n.getBandWidth(),a=0;a0?1:-1,r=n.height>0?1:-1;return{x:n.x+a*o/2,y:n.y+r*o/2,width:n.width-a*o,height:n.height-r*o}},polar:function(t,e,i){var n=t.getItemLayout(e);return{cx:n.cx,cy:n.cy,r0:n.r0,r:n.r,startAngle:n.startAngle,endAngle:n.endAngle}}};or(v(nl,"bar")),ar(function(t){t.eachSeriesByType("bar",function(t){t.getData().setVisual("legendSymbol","roundRect")})});var $M={updateSelectedMap:function(t){this._targetList=t.slice(),this._selectTargetMap=g(t||[],function(t,e){return t.set(e.name,e),t},z())},select:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t);"single"===this.get("selectedMode")&&this._selectTargetMap.each(function(t){t.selected=!1}),i&&(i.selected=!0)},unSelect:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t);i&&(i.selected=!1)},toggleSelected:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t);if(null!=i)return this[i.selected?"unSelect":"select"](t,e),i.selected},isSelected:function(t,e){var i=null!=e?this._targetList[e]:this._selectTargetMap.get(t);return i&&i.selected}},KM=hr({type:"series.pie",init:function(t){KM.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()},this.updateSelectedMap(t.data),this._defaultLabelLine(t)},mergeOption:function(t){KM.superCall(this,"mergeOption",t),this.updateSelectedMap(this.option.data)},getInitialData:function(t,e){var i=xr(["value"],t.data),n=new aS(i,this);return n.initData(t.data),n},getDataParams:function(t){var e=this.getData(),i=KM.superCall(this,"getDataParams",t),n=[];return e.each("value",function(t){n.push(t)}),i.percent=Di(n,t,e.hostModel.get("percentPrecision")),i.$vars.push("percent"),i},_defaultLabelLine:function(t){zo(t.labelLine,["show"]);var e=t.labelLine.normal,i=t.labelLine.emphasis;e.show=e.show&&t.label.normal.show,i.show=i.show&&t.label.emphasis.show},defaultOption:{zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,selectedOffset:10,hoverOffset:10,avoidLabelOverlap:!0,percentPrecision:2,stillShowZeroSum:!0,label:{normal:{rotate:!1,show:!0,position:"outer"},emphasis:{}},labelLine:{normal:{show:!0,length:15,length2:15,smooth:!1,lineStyle:{width:1,type:"solid"}}},itemStyle:{normal:{borderWidth:1},emphasis:{}},animationType:"expansion",animationEasing:"cubicOut",data:[]}});u(KM,$M);var JM=dl.prototype;JM.updateData=function(t,e,i){function n(){s.stopAnimation(!0),s.animateTo({shape:{r:u.r+l.get("hoverOffset")}},300,"elasticOut")}function o(){s.stopAnimation(!0),s.animateTo({shape:{r:u.r}},300,"elasticOut")}var s=this.childAt(0),l=t.hostModel,h=t.getItemModel(e),u=t.getItemLayout(e),c=a({},u);c.label=null,i?(s.setShape(c),"scale"===l.getShallow("animationType")?(s.shape.r=u.r0,So(s,{shape:{r:u.r}},l,e)):(s.shape.endAngle=u.startAngle,wo(s,{shape:{endAngle:u.endAngle}},l,e))):wo(s,{shape:c},l,e);var d=h.getModel("itemStyle"),f=t.getItemVisual(e,"color");s.useStyle(r({lineJoin:"bevel",fill:f},d.getModel("normal").getItemStyle())),s.hoverStyle=d.getModel("emphasis").getItemStyle();var g=h.getShallow("cursor");g&&s.attr("cursor",g),cl(this,t.getItemLayout(e),h.get("selected"),l.get("selectedOffset"),l.get("animation")),s.off("mouseover").off("mouseout").off("emphasis").off("normal"),h.get("hoverAnimation")&&l.isAnimationEnabled()&&s.on("mouseover",n).on("mouseout",o).on("emphasis",n).on("normal",o),this._updateLabel(t,e),uo(this)},JM._updateLabel=function(t,e){var i=this.childAt(1),n=this.childAt(2),o=t.hostModel,a=t.getItemModel(e),r=t.getItemLayout(e).label,s=t.getItemVisual(e,"color");wo(i,{shape:{points:r.linePoints||[[r.x,r.y],[r.x,r.y],[r.x,r.y]]}},o,e),wo(n,{style:{x:r.x,y:r.y}},o,e),n.attr({rotation:r.rotation,origin:[r.x,r.y],z2:10});var l=a.getModel("label.normal"),h=a.getModel("label.emphasis"),u=a.getModel("labelLine.normal"),c=a.getModel("labelLine.emphasis"),s=t.getItemVisual(e,"color");co(n.style,n.hoverStyle={},l,h,{labelFetcher:t.hostModel,labelDataIndex:e,defaultText:t.getName(e),autoColor:s,useInsideStyle:!!r.inside},{textAlign:r.textAlign,textVerticalAlign:r.verticalAlign,opacity:t.getItemVisual(e,"opacity")}),n.ignore=n.normalIgnore=!l.get("show"),n.hoverIgnore=!h.get("show"),i.ignore=i.normalIgnore=!u.get("show"),i.hoverIgnore=!c.get("show"),i.setStyle({stroke:s,opacity:t.getItemVisual(e,"opacity")}),i.setStyle(u.getModel("lineStyle").getLineStyle()),i.hoverStyle=c.getModel("lineStyle").getLineStyle();var d=u.get("smooth");d&&!0===d&&(d=.4),i.setShape({smooth:d})},h(dl,jy);Ta.extend({type:"pie",init:function(){var t=new jy;this._sectorGroup=t},render:function(t,e,i,n){if(!n||n.from!==this.uid){var o=t.getData(),a=this._data,r=this.group,s=e.get("animation"),l=!a,h=t.get("animationType"),u=v(ul,this.uid,t,s,i),c=t.get("selectedMode");if(o.diff(a).add(function(t){var e=new dl(o,t);l&&"scale"!==h&&e.eachChild(function(t){t.stopAnimation(!0)}),c&&e.on("click",u),o.setItemGraphicEl(t,e),r.add(e)}).update(function(t,e){var i=a.getItemGraphicEl(e);i.updateData(o,t),i.off("click"),c&&i.on("click",u),r.add(i),o.setItemGraphicEl(t,i)}).remove(function(t){var e=a.getItemGraphicEl(t);r.remove(e)}).execute(),s&&l&&o.count()>0&&"scale"!==h){var d=o.getItemLayout(0),f=Math.max(i.getWidth(),i.getHeight())/2,g=m(r.removeClipPath,r);r.setClipPath(this._createClipPath(d.cx,d.cy,f,d.startAngle,d.clockwise,g,t))}this._data=o}},dispose:function(){},_createClipPath:function(t,e,i,n,o,a,r){var s=new rb({shape:{cx:t,cy:e,r0:0,r:i,startAngle:n,endAngle:n,clockwise:o}});return So(s,{shape:{endAngle:n+(o?1:-1)*Math.PI*2}},r,a),s},containPoint:function(t,e){var i=e.getData().getItemLayout(0);if(i){var n=t[0]-i.cx,o=t[1]-i.cy,a=Math.sqrt(n*n+o*o);return a<=i.r&&a>=i.r0}}});var QM=function(t,e){d(e,function(e){e.update="updateView",ir(e,function(i,n){var o={};return n.eachComponent({mainType:"series",subType:t,query:i},function(t){t[e.method]&&t[e.method](i.name,i.dataIndex);var n=t.getData();n.each(function(e){var i=n.getName(e);o[i]=t.isSelected(i)||!1})}),{name:i.name,selected:o}})})},tI=function(t,e){var i={};e.eachRawSeriesByType(t,function(t){var n=t.getRawData(),o={};if(!e.isSeriesFiltered(t)){var a=t.getData();a.each(function(t){var e=a.getRawIndex(t);o[e]=t}),n.each(function(e){var r=o[e],s=null!=r&&a.getItemVisual(r,"color",!0);if(s)n.setItemVisual(e,"color",s);else{var l=n.getItemModel(e).get("itemStyle.normal.color")||t.getColorFromPalette(n.getName(e),i);n.setItemVisual(e,"color",l),null!=r&&a.setItemVisual(r,"color",l)}})}})},eI=function(t,e,i,n){var o,a,r=t.getData(),s=[],l=!1;r.each(function(i){var n,h,u,c,d=r.getItemLayout(i),f=r.getItemModel(i),g=f.getModel("label.normal"),p=g.get("position")||f.get("label.emphasis.position"),m=f.getModel("labelLine.normal"),v=m.get("length"),y=m.get("length2"),x=(d.startAngle+d.endAngle)/2,_=Math.cos(x),b=Math.sin(x);o=d.cx,a=d.cy;var w="inside"===p||"inner"===p;if("center"===p)n=d.cx,h=d.cy,c="center";else{var S=(w?(d.r+d.r0)/2*_:d.r*_)+o,M=(w?(d.r+d.r0)/2*b:d.r*b)+a;if(n=S+3*_,h=M+3*b,!w){var I=S+_*(v+e-d.r),T=M+b*(v+e-d.r),A=I+(_<0?-1:1)*y,C=T;n=A+(_<0?-5:5),h=C,u=[[S,M],[I,T],[A,C]]}c=w?"center":_>0?"left":"right"}var D=g.getFont(),L=g.get("rotate")?_<0?-x+Math.PI:-x:0,k=de(t.getFormattedLabel(i,"normal")||r.getName(i),D,c,"top");l=!!L,d.label={x:n,y:h,position:p,height:k.height,len:v,len2:y,linePoints:u,textAlign:c,verticalAlign:"middle",rotation:L,inside:w},w||s.push(d.label)}),!l&&t.get("avoidLabelOverlap")&&gl(s,o,a,e,i,n)},iI=2*Math.PI,nI=Math.PI/180,oI=function(t,e){var i=e.findComponents({mainType:"legend"});i&&i.length&&e.eachSeriesByType(t,function(t){var e=t.getData();e.filterSelf(function(t){for(var n=e.getName(t),o=0;o=0;a--){var r=n[a],s=o[a],l=r[0]-s[0]/2,h=r[1]-s[1]/2;if(t>=l&&e>=h&&t<=l+s[0]&&e<=h+s[1])return a}return-1}}),rI=pl.prototype;rI.updateData=function(t){this.group.removeAll();var e=this._symbolEl,i=t.hostModel;e.setShape({points:t.mapArray(t.getItemLayout),sizes:t.mapArray(function(e){var i=t.getItemVisual(e,"symbolSize");return i instanceof Array||(i=[i,i]),i})}),e.symbolProxy=Hr(t.getVisual("symbol"),0,0,0,0),e.setColor=e.symbolProxy.setColor,e.useStyle(i.getModel("itemStyle.normal").getItemStyle(["color"]));var n=t.getVisual("color");n&&e.setColor(n),e.seriesIndex=i.seriesIndex,e.on("mousemove",function(t){e.dataIndex=null;var i=e.findDataIndex(t.offsetX,t.offsetY);i>=0&&(e.dataIndex=i)}),this.group.add(e)},rI.updateLayout=function(t){var e=t.getData();this._symbolEl.setShape({points:e.mapArray(e.getItemLayout)})},rI.remove=function(){this.group.removeAll()},ur({type:"scatter",init:function(){this._normalSymbolDraw=new ts,this._largeSymbolDraw=new pl},render:function(t,e,i){var n=t.getData(),o=this._largeSymbolDraw,a=this._normalSymbolDraw,r=this.group,s=t.get("large")&&n.count()>t.get("largeThreshold")?o:a;this._symbolDraw=s,s.updateData(n),r.add(s.group),r.remove(s===o?a.group:o.group)},updateLayout:function(t){this._symbolDraw.updateLayout(t)},remove:function(t,e){this._symbolDraw&&this._symbolDraw.remove(e,!0)},dispose:function(){}}),ar(v(cM,"scatter","circle",null)),or(v(dM,"scatter")),h(ml,US),vl.prototype.getIndicatorAxes=function(){return this._indicatorAxes},vl.prototype.dataToPoint=function(t,e){var i=this._indicatorAxes[e];return this.coordToPoint(i.dataToCoord(t),e)},vl.prototype.coordToPoint=function(t,e){var i=this._indicatorAxes[e].angle;return[this.cx+t*Math.cos(i),this.cy-t*Math.sin(i)]},vl.prototype.pointToData=function(t){var e=t[0]-this.cx,i=t[1]-this.cy,n=Math.sqrt(e*e+i*i);e/=n,i/=n;for(var o,a=Math.atan2(-i,e),r=1/0,s=-1,l=0;ln[0]&&isFinite(c)&&isFinite(n[0]))}else{r.getTicks().length-1>a&&(h=i(h));var d=Math.round((n[0]+n[1])/2/h)*h,f=Math.round(a/2);r.setExtent(Mi(d-f*h),Mi(d+(a-f)*h)),r.setInterval(h)}})},vl.dimensions=[],vl.create=function(t,e){var i=[];return t.eachComponent("radar",function(n){var o=new vl(n,t,e);i.push(o),n.coordinateSystem=o}),t.eachSeriesByType("radar",function(t){"radar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("radarIndex")||0])}),i},ua.register("radar",vl);var sI=yM.valueAxis,lI=(sr({type:"radar",optionUpdated:function(){var t=this.get("boundaryGap"),e=this.get("splitNumber"),o=this.get("scale"),s=this.get("axisLine"),l=this.get("axisTick"),h=this.get("axisLabel"),u=this.get("name"),c=this.get("name.show"),d=this.get("name.formatter"),g=this.get("nameGap"),p=this.get("triggerEvent"),m=f(this.get("indicator")||[],function(f){null!=f.max&&f.max>0&&!f.min?f.min=0:null!=f.min&&f.min<0&&!f.max&&(f.max=0);var m=u;if(null!=f.color&&(m=r({color:f.color},u)),f=n(i(f),{boundaryGap:t,splitNumber:e,scale:o,axisLine:s,axisTick:l,axisLabel:h,name:f.text,nameLocation:"end",nameGap:g,nameTextStyle:m,triggerEvent:p},!1),c||(f.name=""),"string"==typeof d){var v=f.name;f.name=d.replace("{value}",null!=v?v:"")}else"function"==typeof d&&(f.name=d(f.name,f));var y=a(new Lo(f,null,this.ecModel),zS);return y.mainType="radar",y.componentIndex=this.componentIndex,y},this);this.getIndicatorModels=function(){return m}},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"75%",startAngle:90,name:{show:!0},boundaryGap:[0,0],splitNumber:5,nameGap:15,scale:!1,shape:"polygon",axisLine:n({lineStyle:{color:"#bbb"}},sI.axisLine),axisLabel:yl(sI.axisLabel,!1),axisTick:yl(sI.axisTick,!1),splitLine:yl(sI.splitLine,!0),splitArea:yl(sI.splitArea,!0),indicator:[]}}),["axisLine","axisTickLabel","axisName"]);lr({type:"radar",render:function(t,e,i){this.group.removeAll(),this._buildAxes(t),this._buildSplitLineAndArea(t)},_buildAxes:function(t){var e=t.coordinateSystem;d(f(e.getIndicatorAxes(),function(t){return new DM(t.model,{position:[e.cx,e.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})}),function(t){d(lI,t.add,t),this.group.add(t.getGroup())},this)},_buildSplitLineAndArea:function(t){function e(t,e,i){var n=i%e.length;return t[n]=t[n]||[],n}var i=t.coordinateSystem,n=i.getIndicatorAxes();if(n.length){var o=t.get("shape"),a=t.getModel("splitLine"),s=t.getModel("splitArea"),l=a.getModel("lineStyle"),h=s.getModel("areaStyle"),u=a.get("show"),c=s.get("show"),g=l.get("color"),p=h.get("color");g=y(g)?g:[g],p=y(p)?p:[p];var m=[],v=[];if("circle"===o)for(var x=n[0].getTicksCoords(),_=i.cx,b=i.cy,w=0;w"+f(i,function(t,i){return Gi(t.name+" : "+e[i])}).join("
")},defaultOption:{zlevel:0,z:2,coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{normal:{width:2,type:"solid"}},label:{normal:{position:"top"}},symbol:"emptyCircle",symbolSize:4}});ur({type:"radar",render:function(t,e,n){function o(t,e){var i=t.getItemVisual(e,"symbol")||"circle",n=t.getItemVisual(e,"color");if("none"!==i){var o=xl(t.getItemVisual(e,"symbolSize")),a=Hr(i,-1,-1,2,2,n);return a.attr({style:{strokeNoScale:!0},z2:100,scale:[o[0]/2,o[1]/2]}),a}}function a(e,i,n,a,r,s){n.removeAll();for(var l=0;l"+Gi(n+" : "+i)},getTooltipPosition:function(t){if(null!=t){var e=this.getData().getName(t),i=this.coordinateSystem,n=i.getRegion(e);return n&&i.dataToPoint(n.center)}},setZoom:function(t){this.option.zoom=t},setCenter:function(t){this.option.center=t},defaultOption:{zlevel:0,z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:.75,showLegendSymbol:!0,dataRangeHoverLink:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{normal:{show:!1,color:"#000"},emphasis:{show:!0,color:"rgb(100,0,0)"}},itemStyle:{normal:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{areaColor:"rgba(255,215,0,0.8)"}}}});u(_I,$M);var bI="\0_ec_interaction_mutex";ir({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},function(){}),u(kl,fy);var wI={axisPointer:1,tooltip:1,brush:1};Ul.prototype={constructor:Ul,draw:function(t,e,i,n,o){var a="geo"===t.mainType,r=t.getData&&t.getData();a&&e.eachComponent({mainType:"series",subType:"map"},function(e){r||e.getHostGeoModel()!==t||(r=e.getData())});var s=t.coordinateSystem,l=this.group,h=s.scale,u={position:s.position,scale:h};!l.childAt(0)||o?l.attr(u):wo(l,u,t),l.removeAll();var c=["itemStyle","normal"],f=["itemStyle","emphasis"],g=["label","normal"],p=["label","emphasis"],m=z();d(s.regions,function(e){var i=m.get(e.name)||m.set(e.name,new jy),n=new vb({shape:{paths:[]}});i.add(n);var o,s=(D=t.getRegionModel(e.name)||t).getModel(c),u=D.getModel(f),v=Hl(s),y=Hl(u),x=D.getModel(g),_=D.getModel(p);if(r){o=r.indexOfName(e.name);var b=r.getItemVisual(o,"color",!0);b&&(v.fill=b)}d(e.geometries,function(t){if("polygon"===t.type){n.shape.paths.push(new ub({shape:{points:t.exterior}}));for(var e=0;e<(t.interiors?t.interiors.length:0);e++)n.shape.paths.push(new ub({shape:{points:t.interiors[e]}}))}}),n.setStyle(v),n.style.strokeNoScale=!0,n.culling=!0;var w=x.get("show"),S=_.get("show"),M=r&&isNaN(r.get("value",o)),I=r&&r.getItemLayout(o);if(a||M&&(w||S)||I&&I.showLabel){var T,A=a?e.name:o;(!r||o>=0)&&(T=t);var C=new ib({position:e.center.slice(),scale:[1/h[0],1/h[1]],z2:10,silent:!0});co(C.style,C.hoverStyle={},x,_,{labelFetcher:T,labelDataIndex:A,defaultText:e.name,useInsideStyle:!1},{textAlign:"center",textVerticalAlign:"middle"}),i.add(C)}if(r)r.setItemGraphicEl(o,i);else{var D=t.getRegionModel(e.name);n.eventData={componentType:"geo",geoIndex:t.componentIndex,name:e.name,region:D&&D.option||{}}}(i.__regions||(i.__regions=[])).push(e),uo(i,y,{hoverSilentOnTouch:!!t.get("selectedMode")}),l.add(i)}),this._updateController(t,e,i),Fl(this,t,l,i,n),Zl(t,l)},remove:function(){this.group.removeAll(),this._controller.dispose(),this._controllerHost={}},_updateController:function(t,e,i){function n(){var e={type:"geoRoam",componentType:l};return e[l+"Id"]=t.id,e}var o=t.coordinateSystem,r=this._controller,s=this._controllerHost;s.zoomLimit=t.get("scaleLimit"),s.zoom=o.getZoom(),r.enable(t.get("roam")||!1);var l=t.mainType;r.off("pan").on("pan",function(t,e){this._mouseDownFlag=!1,Bl(s,t,e),i.dispatchAction(a(n(),{dx:t,dy:e}))},this),r.off("zoom").on("zoom",function(t,e,o){if(this._mouseDownFlag=!1,Gl(s,t,e,o),i.dispatchAction(a(n(),{zoom:t,originX:e,originY:o})),this._updateGroup){var r=this.group,l=r.scale;r.traverse(function(t){"text"===t.type&&t.attr("scale",[1/l[0],1/l[1]])})}},this),r.setPointerChecker(function(e,n,a){return o.getViewRectAfterRoam().contain(n,a)&&!Wl(e,i,t)})}},ur({type:"map",render:function(t,e,i,n){if(!n||"mapToggleSelect"!==n.type||n.from!==this.uid){var o=this.group;if(o.removeAll(),!t.getHostGeoModel()){if(n&&"geoRoam"===n.type&&"series"===n.componentType&&n.seriesId===t.id)(a=this._mapDraw)&&o.add(a.group);else if(t.needsDrawMap){var a=this._mapDraw||new Ul(i,!0);o.add(a.group),a.draw(t,e,i,this,n),this._mapDraw=a}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;t.get("showLegendSymbol")&&e.getComponent("legend")&&this._renderSymbols(t,e,i)}}},remove:function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},dispose:function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},_renderSymbols:function(t,e,i){var n=t.originalData,o=this.group;n.each("value",function(e,i){if(!isNaN(e)){var a=n.getItemLayout(i);if(a&&a.point){var r=a.point,s=a.offset,l=new nb({style:{fill:t.getData().getVisual("color")},shape:{cx:r[0]+9*s,cy:r[1],r:3},silent:!0,z2:s?8:10});if(!s){var h=t.mainSeries.getData(),u=n.getName(i),c=h.indexOfName(u),d=n.getItemModel(i),f=d.getModel("label.normal"),g=d.getModel("label.emphasis"),p=h.getItemGraphicEl(c),m=T(t.getFormattedLabel(i,"normal"),u),v=T(t.getFormattedLabel(i,"emphasis"),m),y=function(){var t=fo({},g,{text:g.get("show")?v:null},{isRectText:!0,useInsideStyle:!1},!0);l.style.extendFrom(t),l.__mapOriginalZ2=l.z2,l.z2+=1},x=function(){fo(l.style,f,{text:f.get("show")?m:null,textPosition:f.getShallow("position")||"bottom"},{isRectText:!0,useInsideStyle:!1}),null!=l.__mapOriginalZ2&&(l.z2=l.__mapOriginalZ2,l.__mapOriginalZ2=null)};p.on("mouseover",y).on("mouseout",x).on("emphasis",y).on("normal",x),x()}o.add(l)}}})}}),ir({type:"geoRoam",event:"geoRoam",update:"updateLayout"},function(t,e){var i=t.componentType||"series";e.eachComponent({mainType:i,query:t},function(e){var n=e.coordinateSystem;if("geo"===n.type){var o=Xl(n,t,e.get("scaleLimit"));e.setCenter&&e.setCenter(o.center),e.setZoom&&e.setZoom(o.zoom),"series"===i&&d(e.seriesGroup,function(t){t.setCenter(o.center),t.setZoom(o.zoom)})}})});or(function(t){var e={};t.eachSeriesByType("map",function(i){var n=i.getMapType();if(!i.getHostGeoModel()&&!e[n]){var o={};d(i.seriesGroup,function(e){var i=e.coordinateSystem,n=e.originalData;e.get("showLegendSymbol")&&t.getComponent("legend")&&n.each("value",function(t,e){var a=n.getName(e),r=i.getRegion(a);if(r&&!isNaN(t)){var s=o[a]||0,l=i.dataToPoint(r.center);o[a]=s+1,n.setItemLayout(e,{point:l,offset:s})}})});var a=i.getData();a.each(function(t){var e=a.getName(t),i=a.getItemLayout(t)||{};i.showLabel=!o[e],a.setItemLayout(t,i)}),e[n]=!0}})}),ar(function(t){t.eachSeriesByType("map",function(t){var e=t.get("color"),i=t.getModel("itemStyle.normal"),n=i.get("areaColor"),o=i.get("color")||e[t.seriesIndex%e.length];t.getData().setVisual({areaColor:n,color:o})})}),er(Pw.PROCESSOR.STATISTIC,function(t){var e={};t.eachSeriesByType("map",function(t){var i=t.getHostGeoModel(),n=i?"o"+i.id:"i"+t.getMapType();(e[n]=e[n]||[]).push(t)}),d(e,function(t,e){for(var i=jl(f(t,function(t){return t.getData()}),t[0].get("mapValueCalculation")),n=0;ne&&(e=n.height)}this.height=e+1},getNodeById:function(t){if(this.getId()===t)return this;for(var e=0,i=this.children,n=i.length;e=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},getLayout:function(){return this.hostTree.data.getItemLayout(this.dataIndex)},getModel:function(t){if(!(this.dataIndex<0)){var e,i=this.hostTree,n=i.data.getItemModel(this.dataIndex),o=this.getLevelModel();return o||0!==this.children.length&&(0===this.children.length||!1!==this.isExpand)||(e=this.getLeavesModel()),n.getModel(t,(o||e||i.hostModel).getModel(t))}},getLevelModel:function(){return(this.hostTree.levelModels||[])[this.depth]},getLeavesModel:function(){return this.hostTree.leavesModel},setVisual:function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},getVisual:function(t,e){return this.hostTree.data.getItemVisual(this.dataIndex,t,e)},getRawIndex:function(){return this.hostTree.data.getRawIndex(this.dataIndex)},getId:function(){return this.hostTree.data.getId(this.dataIndex)}},ih.prototype={constructor:ih,type:"tree",eachNode:function(t,e,i){this.root.eachNode(t,e,i)},getNodeByDataIndex:function(t){var e=this.data.getRawIndex(t);return this._nodes[e]},getNodeByName:function(t){return this.root.getNodeByName(t)},update:function(){for(var t=this.data,e=this._nodes,i=0,n=e.length;ia&&(a=t.depth)});var r=t.expandAndCollapse&&t.initialTreeDepth>=0?t.initialTreeDepth:a;return o.root.eachNode("preorder",function(t){var e=t.hostTree.data.getRawDataItem(t.dataIndex);t.isExpand=e&&null!=e.collapsed?!e.collapsed:t.depth<=r}),o.data},formatTooltip:function(t){for(var e=this.getData().tree,i=e.root.children[0],n=e.getNodeByDataIndex(t),o=n.getValue(),a=n.name;n&&n!==i;)a=n.parentNode.name+"."+a,n=n.parentNode;return Gi(a+(isNaN(o)||null==o?"":" : "+o))},defaultOption:{zlevel:0,z:2,left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",orient:"horizontal",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{normal:{color:"#ccc",width:1.5,curveness:.5}},itemStyle:{normal:{color:"lightsteelblue",borderColor:"#c23531",borderWidth:1.5}},label:{normal:{show:!0,color:"#555"}},leaves:{label:{normal:{show:!0}}},animationEasing:"linear",animationDuration:700,animationDurationUpdate:1e3}}),ur({type:"tree",init:function(t,e){this._oldTree,this._mainGroup=new jy,this.group.add(this._mainGroup)},render:function(t,e,i,n){var o=t.getData(),a=t.layoutInfo,r=this._mainGroup,s=t.get("layout");"radial"===s?r.attr("position",[a.x+a.width/2,a.y+a.height/2]):r.attr("position",[a.x,a.y]);var l=this._data,h={expandAndCollapse:t.get("expandAndCollapse"),layout:s,orient:t.get("orient"),curvature:t.get("lineStyle.normal.curveness"),symbolRotate:t.get("symbolRotate"),symbolOffset:t.get("symbolOffset"),hoverAnimation:t.get("hoverAnimation"),useNameLabel:!0,fadeIn:!0};o.diff(l).add(function(e){vh(o,e)&&xh(o,e,null,r,t,h)}).update(function(e,i){var n=l.getItemGraphicEl(i);vh(o,e)?xh(o,e,n,r,t,h):n&&_h(o,e,n,r,t,h)}).remove(function(e){var i=l.getItemGraphicEl(e);_h(o,e,i,r,t,h)}).execute(),!0===h.expandAndCollapse&&o.eachItemGraphicEl(function(e,n){e.off("click").on("click",function(){i.dispatchAction({type:"treeExpandAndCollapse",seriesId:t.id,dataIndex:n})})}),this._data=o},dispose:function(){},remove:function(){this._mainGroup.removeAll(),this._data=null}}),ir({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},function(t,e){e.eachComponent({mainType:"series",subType:"tree",query:t},function(e){var i=t.dataIndex,n=e.getData().tree.getNodeByDataIndex(i);n.isExpand=!n.isExpand})});var AI=function(t,e){var i=hh(t,e);t.layoutInfo=i;var n=t.get("layout"),o=0,a=0,r=null;"radial"===n?(o=2*Math.PI,a=Math.min(i.height,i.width)/2,r=sh(function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth})):(o=i.width,a=i.height,r=sh());var s=t.getData().tree.root,l=s.children[0];oh(s),wh(l,ah,r),s.hierNode.modifier=-l.hierNode.prelim,Sh(l,rh);var h=l,u=l,c=l;Sh(l,function(t){var e=t.getLayout().x;eu.getLayout().x&&(u=t),t.depth>c.depth&&(c=t)});var d=h===u?1:r(h,u)/2,f=d-h.getLayout().x,g=0,p=0,m=0,v=0;"radial"===n?(g=o/(u.getLayout().x+d+f),p=a/(c.depth-1||1),Sh(l,function(t){m=(t.getLayout().x+f)*g,v=(t.depth-1)*p;var e=lh(m,v);t.setLayout({x:e.x,y:e.y,rawX:m,rawY:v},!0)})):"horizontal"===t.get("orient")?(p=a/(u.getLayout().x+d+f),g=o/(c.depth-1||1),Sh(l,function(t){v=(t.getLayout().x+f)*p,m=(t.depth-1)*g,t.setLayout({x:m,y:v},!0)})):(g=o/(u.getLayout().x+d+f),p=a/(c.depth-1||1),Sh(l,function(t){m=(t.getLayout().x+f)*g,v=(t.depth-1)*p,t.setLayout({x:m,y:v},!0)}))};ar(v(cM,"tree","circle",null)),or(function(t,e){t.eachSeriesByType("tree",function(t){AI(t,e)})}),or(function(t,e){t.eachSeriesByType("tree",function(t){AI(t,e)})}),yw.extend({type:"series.treemap",layoutMode:"box",dependencies:["grid","polar"],_viewRoot:null,defaultOption:{progressive:0,hoverLayerThreshold:1/0,left:"center",top:"middle",right:null,bottom:null,width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{normal:{color:"rgba(0,0,0,0.7)",borderColor:"rgba(255,255,255,0.7)",borderWidth:1,shadowColor:"rgba(150,150,150,1)",shadowBlur:3,shadowOffsetX:0,shadowOffsetY:0,textStyle:{color:"#fff"}},emphasis:{textStyle:{}}}},label:{normal:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",ellipsis:!0}},upperLabel:{normal:{show:!1,position:[0,"50%"],height:20,color:"#fff",ellipsis:!0,verticalAlign:"middle"},emphasis:{show:!0,position:[0,"50%"],color:"#fff",ellipsis:!0,verticalAlign:"middle"}},itemStyle:{normal:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},getInitialData:function(t,e){var i={name:t.name,children:t.data};Ch(i);var n=t.levels||[];n=t.levels=Dh(n,e);var o={};return o.levels=n,ih.createTree(i,this,o).data},optionUpdated:function(){this.resetViewRoot()},formatTooltip:function(t){var e=this.getData(),i=this.getRawValue(t),n=Vi(y(i)?i[0]:i);return Gi(e.getName(t)+": "+n)},getDataParams:function(t){var e=yw.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(t);return e.treePathInfo=Ah(i,this),e},setLayoutInfo:function(t){this.layoutInfo=this.layoutInfo||{},a(this.layoutInfo,t)},mapIdToIndex:function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=z(),this._idIndexMapCount=0);var i=e.get(t);return null==i&&e.set(t,i=this._idIndexMapCount++),i},getViewRoot:function(){return this._viewRoot},resetViewRoot:function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)}});var CI=5;Lh.prototype={constructor:Lh,render:function(t,e,i,n){var o=t.getModel("breadcrumb"),a=this.group;if(a.removeAll(),o.get("show")&&i){var r=o.getModel("itemStyle.normal"),s=r.getModel("textStyle"),l={pos:{left:o.get("left"),right:o.get("right"),top:o.get("top"),bottom:o.get("bottom")},box:{width:e.getWidth(),height:e.getHeight()},emptyItemWidth:o.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(i,l,s),this._renderContent(t,l,r,s,n),Jo(a,l.pos,l.box)}},_prepare:function(t,e,i){for(var n=t;n;n=n.parentNode){var o=n.getModel().get("name"),a=i.getTextRect(o),r=Math.max(a.width+16,e.emptyItemWidth);e.totalWidth+=r+8,e.renderList.push({node:n,text:o,width:r})}},_renderContent:function(t,e,i,n,o){for(var a=0,s=e.emptyItemWidth,l=t.get("breadcrumb.height"),h=$o(e.pos,e.box),u=e.totalWidth,c=e.renderList,d=c.length-1;d>=0;d--){var f=c[d],g=f.node,p=f.width,m=f.text;u>h.width&&(u-=p-s,p=s,m=null);var y=new ub({shape:{points:kh(a,0,p,l,d===c.length-1,0===d)},style:r(i.getItemStyle(),{lineJoin:"bevel",text:m,textFill:n.getTextColor(),textFont:n.getFont()}),z:10,onclick:v(o,g)});this.group.add(y),Ph(y,t,g),a+=p+8}},remove:function(){this.group.removeAll()}};var DI=m,LI=jy,kI=db,PI=d,OI=["label","normal"],zI=["label","emphasis"],NI=["upperLabel","normal"],EI=["upperLabel","emphasis"],RI=10,VI=1,BI=2,GI=$x([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),WI=function(t){var e=GI(t);return e.stroke=e.fill=e.lineWidth=null,e};ur({type:"treemap",init:function(t,e){this._containerGroup,this._storage={nodeGroup:[],background:[],content:[]},this._oldTree,this._breadcrumb,this._controller,this._state="ready"},render:function(t,e,i,n){if(!(l(e.findComponents({mainType:"series",subType:"treemap",query:n}),t)<0)){this.seriesModel=t,this.api=i,this.ecModel=e;var o=Mh(n,t),a=n&&n.type,r=t.layoutInfo,s=!this._oldTree,h=this._storage,u="treemapRootToNode"===a&&o&&h?{rootNodeGroup:h.nodeGroup[o.node.getRawIndex()],direction:n.direction}:null,c=this._giveContainerGroup(r),d=this._doRender(c,t,u);s||a&&"treemapZoomToNode"!==a&&"treemapRootToNode"!==a?d.renderFinally():this._doAnimation(c,d,t,u),this._resetController(i),this._renderBreadcrumb(t,i,o)}},_giveContainerGroup:function(t){var e=this._containerGroup;return e||(e=this._containerGroup=new LI,this._initEvents(e),this.group.add(e)),e.attr("position",[t.x,t.y]),e},_doRender:function(t,e,i){function n(t,e,i,o,a){function r(t){return t.getId()}function s(r,s){var l=null!=r?t[r]:null,h=null!=s?e[s]:null,c=u(l,h,i,a);c&&n(l&&l.viewChildren||[],h&&h.viewChildren||[],c,o,a+1)}o?(e=t,PI(t,function(t,e){!t.isRemoved()&&s(e,e)})):new fr(e,t,r,r).add(s).update(s).remove(v(s,null)).execute()}var o=e.getData().tree,a=this._oldTree,r={nodeGroup:[],background:[],content:[]},s={nodeGroup:[],background:[],content:[]},l=this._storage,h=[],u=v(zh,e,s,l,i,r,h);n(o.root?[o.root]:[],a&&a.root?[a.root]:[],t,o===a||!a,0);var c=function(t){var e={nodeGroup:[],background:[],content:[]};return t&&PI(t,function(t,i){var n=e[i];PI(t,function(t){t&&(n.push(t),t.__tmWillDelete=1)})}),e}(l);return this._oldTree=o,this._storage=s,{lastsForAnimation:r,willDeleteEls:c,renderFinally:function(){PI(c,function(t){PI(t,function(t){t.parent&&t.parent.remove(t)})}),PI(h,function(t){t.invisible=!0,t.dirty()})}}},_doAnimation:function(t,e,i,n){if(i.get("animation")){var o=i.get("animationDurationUpdate"),r=i.get("animationEasing"),s=Oh();PI(e.willDeleteEls,function(t,e){PI(t,function(t,i){if(!t.invisible){var a,l=t.parent;if(n&&"drillDown"===n.direction)a=l===n.rootNodeGroup?{shape:{x:0,y:0,width:l.__tmNodeWidth,height:l.__tmNodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var h=0,u=0;l.__tmWillDelete||(h=l.__tmNodeWidth/2,u=l.__tmNodeHeight/2),a="nodeGroup"===e?{position:[h,u],style:{opacity:0}}:{shape:{x:h,y:u,width:0,height:0},style:{opacity:0}}}a&&s.add(t,a,o,r)}})}),PI(this._storage,function(t,i){PI(t,function(t,n){var l=e.lastsForAnimation[i][n],h={};l&&("nodeGroup"===i?l.old&&(h.position=t.position.slice(),t.attr("position",l.old)):(l.old&&(h.shape=a({},t.shape),t.setShape(l.old)),l.fadein?(t.setStyle("opacity",0),h.style={opacity:1}):1!==t.style.opacity&&(h.style={opacity:1})),s.add(t,h,o,r))})},this),this._state="animating",s.done(DI(function(){this._state="ready",e.renderFinally()},this)).start()}},_resetController:function(t){var e=this._controller;e||((e=this._controller=new kl(t.getZr())).enable(this.seriesModel.get("roam")),e.on("pan",DI(this._onPan,this)),e.on("zoom",DI(this._onZoom,this)));var i=new jt(0,0,t.getWidth(),t.getHeight());e.setPointerChecker(function(t,e,n){return i.contain(e,n)})},_clearController:function(){var t=this._controller;t&&(t.dispose(),t=null)},_onPan:function(t,e){if("animating"!==this._state&&(Math.abs(t)>3||Math.abs(e)>3)){var i=this.seriesModel.getData().tree.root;if(!i)return;var n=i.getLayout();if(!n)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+t,y:n.y+e,width:n.width,height:n.height}})}},_onZoom:function(t,e,i){if("animating"!==this._state){var n=this.seriesModel.getData().tree.root;if(!n)return;var o=n.getLayout();if(!o)return;var a=new jt(o.x,o.y,o.width,o.height),r=this.seriesModel.layoutInfo;e-=r.x,i-=r.y;var s=ot();lt(s,s,[-e,-i]),ut(s,s,[t,t]),lt(s,s,[e,i]),a.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:a.x,y:a.y,width:a.width,height:a.height}})}},_initEvents:function(t){t.on("click",function(t){if("ready"===this._state){var e=this.seriesModel.get("nodeClick",!0);if(e){var i=this.findTarget(t.offsetX,t.offsetY);if(i){var n=i.node;if(n.getLayout().isLeafRoot)this._rootToNode(i);else if("zoomToNode"===e)this._zoomToNode(i);else if("link"===e){var o=n.hostTree.data.getItemModel(n.dataIndex),a=o.get("link",!0),r=o.get("target",!0)||"blank";a&&window.open(a,r)}}}}},this)},_renderBreadcrumb:function(t,e,i){i||(i=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2))||(i={node:t.getData().tree.root}),(this._breadcrumb||(this._breadcrumb=new Lh(this.group))).render(t,e,i.node,DI(function(e){"animating"!==this._state&&(Th(t.getViewRoot(),e)?this._rootToNode({node:e}):this._zoomToNode({node:e}))},this))},remove:function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage={nodeGroup:[],background:[],content:[]},this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},dispose:function(){this._clearController()},_zoomToNode:function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},_rootToNode:function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},findTarget:function(t,e){var i;return this.seriesModel.getViewRoot().eachNode({attr:"viewChildren",order:"preorder"},function(n){var o=this._storage.background[n.getRawIndex()];if(o){var a=o.transformCoordToLocal(t,e),r=o.shape;if(!(r.x<=a[0]&&a[0]<=r.x+r.width&&r.y<=a[1]&&a[1]<=r.y+r.height))return!1;i={node:n,offsetX:a[0],offsetY:a[1]}}},this),i}});for(var HI=["treemapZoomToNode","treemapRender","treemapMove"],FI=0;FI=0&&t.call(e,i[o],o)},sT.eachEdge=function(t,e){for(var i=this.edges,n=i.length,o=0;o=0&&i[o].node1.dataIndex>=0&&i[o].node2.dataIndex>=0&&t.call(e,i[o],o)},sT.breadthFirstTraverse=function(t,e,i,n){if(e instanceof gu||(e=this._nodesMap[fu(e)]),e){for(var o="out"===i?"outEdges":"in"===i?"inEdges":"edges",a=0;a=0&&i.node2.dataIndex>=0});for(var o=0,a=n.length;o=0&&this[t][e].setItemVisual(this.dataIndex,i,n)},getVisual:function(i,n){return this[t][e].getItemVisual(this.dataIndex,i,n)},setLayout:function(i,n){this.dataIndex>=0&&this[t][e].setItemLayout(this.dataIndex,i,n)},getLayout:function(){return this[t][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[t][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[t][e].getRawIndex(this.dataIndex)}}};u(gu,lT("hostGraph","data")),u(pu,lT("hostGraph","edgeData")),rT.Node=gu,rT.Edge=pu;var hT=function(t,e,i,n,o){for(var a=new rT(n),r=0;r "+d)),h++)}var f,g=i.get("coordinateSystem");if("cartesian2d"===g||"polar"===g)f=Sr(t,i,i.ecModel);else{var p=ua.get(g),m=xr((p&&"view"!==p.type?p.dimensions||[]:[]).concat(["value"]),t);(f=new aS(m,i)).initData(t)}var v=new aS(["value"],i);return v.initData(l,s),o&&o(f,v),ql({mainData:f,struct:a,structAttr:"graph",datas:{node:f,edge:v},datasAttr:{node:"data",edge:"edgeData"}}),a.update(),a},uT=hr({type:"series.graph",init:function(t){uT.superApply(this,"init",arguments),this.legendDataProvider=function(){return this._categoriesData},this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},mergeOption:function(t){uT.superApply(this,"mergeOption",arguments),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},mergeDefaultAndTheme:function(t){uT.superApply(this,"mergeDefaultAndTheme",arguments),zo(t.edgeLabel,["show"])},getInitialData:function(t,e){var i=t.edges||t.links||[],n=t.data||t.nodes||[],o=this;if(n&&i)return hT(n,i,this,!0,function(t,i){function n(t){return(t=this.parsePath(t))&&"label"===t[0]?r:this.parentModel}t.wrapMethod("getItemModel",function(t){var e=o._categoriesModels[t.getShallow("category")];return e&&(e.parentModel=t.parentModel,t.parentModel=e),t});var a=o.getModel("edgeLabel"),r=new Lo({label:a.option},a.parentModel,e);i.wrapMethod("getItemModel",function(t){return t.customizeGetParent(n),t})}).data},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},getCategoriesData:function(){return this._categoriesData},formatTooltip:function(t,e,i){if("edge"===i){var n=this.getData(),o=this.getDataParams(t,i),a=n.graph.getEdgeByIndex(t),r=n.getName(a.node1.dataIndex),s=n.getName(a.node2.dataIndex),l=[];return null!=r&&l.push(r),null!=s&&l.push(s),l=Gi(l.join(" > ")),o.value&&(l+=" : "+Gi(o.value)),l}return uT.superApply(this,"formatTooltip",arguments)},_updateCategoriesData:function(){var t=f(this.option.categories||[],function(t){return null!=t.value?t:a({value:0},t)}),e=new aS(["value"],this);e.initData(t),this._categoriesData=e,this._categoriesModels=e.mapArray(function(t){return e.getItemModel(t,!0)})},setZoom:function(t){this.option.zoom=t},setCenter:function(t){this.option.center=t},isAnimationEnabled:function(){return uT.superCall(this,"isAnimationEnabled")&&!("force"===this.get("layout")&&this.get("force.layoutAnimation"))},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",legendHoverLink:!0,hoverAnimation:!0,layout:null,focusNodeAdjacency:!1,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{normal:{position:"middle"},emphasis:{}},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{normal:{show:!1,formatter:"{b}"},emphasis:{show:!0}},itemStyle:{normal:{},emphasis:{}},lineStyle:{normal:{color:"#aaa",width:1,curveness:0,opacity:.5},emphasis:{}}}}),cT=fb.prototype,dT=pb.prototype,fT=Zn({type:"ec-line",style:{stroke:"#000",fill:null},shape:{x1:0,y1:0,x2:0,y2:0,percent:1,cpx1:null,cpy1:null},buildPath:function(t,e){(mu(e)?cT:dT).buildPath(t,e)},pointAt:function(t){return mu(this.shape)?cT.pointAt.call(this,t):dT.pointAt.call(this,t)},tangentAt:function(t){var e=this.shape,i=mu(e)?[e.x2-e.x1,e.y2-e.y1]:dT.tangentAt.call(this,t);return X(i,i)}}),gT=["fromSymbol","toSymbol"],pT=bu.prototype;pT.beforeUpdate=function(){var t=this,e=t.childOfName("fromSymbol"),i=t.childOfName("toSymbol"),n=t.childOfName("label");if(e||i||!n.ignore){for(var o=1,a=this.parent;a;)a.scale&&(o/=a.scale[0]),a=a.parent;var r=t.childOfName("line");if(this.__dirty||r.__dirty){var s=r.shape.percent,l=r.pointAt(0),h=r.pointAt(s),u=H([],h,l);if(X(u,u),e&&(e.attr("position",l),c=r.tangentAt(0),e.attr("rotation",Math.PI/2-Math.atan2(c[1],c[0])),e.attr("scale",[o*s,o*s])),i){i.attr("position",h);var c=r.tangentAt(1);i.attr("rotation",-Math.PI/2-Math.atan2(c[1],c[0])),i.attr("scale",[o*s,o*s])}if(!n.ignore){n.attr("position",h);var d,f,g,p=5*o;if("end"===n.__position)d=[u[0]*p+h[0],u[1]*p+h[1]],f=u[0]>.8?"left":u[0]<-.8?"right":"center",g=u[1]>.8?"top":u[1]<-.8?"bottom":"middle";else if("middle"===n.__position){var m=s/2,v=[(c=r.tangentAt(m))[1],-c[0]],y=r.pointAt(m);v[1]>0&&(v[0]=-v[0],v[1]=-v[1]),d=[y[0]+v[0]*p,y[1]+v[1]*p],f="center",g="bottom";var x=-Math.atan2(c[1],c[0]);h[0].8?"right":u[0]<-.8?"left":"center",g=u[1]>.8?"bottom":u[1]<-.8?"top":"middle";n.attr({style:{textVerticalAlign:n.__verticalAlign||g,textAlign:n.__textAlign||f},position:d,scale:[o,o]})}}}},pT._createLine=function(t,e,i){var n=t.hostModel,o=xu(t.getItemLayout(e));o.shape.percent=0,So(o,{shape:{percent:1}},n,e),this.add(o);var a=new ib({name:"label"});this.add(a),d(gT,function(i){var n=yu(i,t,e);this.add(n),this[vu(i)]=t.getItemVisual(e,i)},this),this._updateCommonStl(t,e,i)},pT.updateData=function(t,e,i){var n=t.hostModel,o=this.childOfName("line"),a=t.getItemLayout(e),r={shape:{}};_u(r.shape,a),wo(o,r,n,e),d(gT,function(i){var n=t.getItemVisual(e,i),o=vu(i);if(this[o]!==n){this.remove(this.childOfName(i));var a=yu(i,t,e);this.add(a)}this[o]=n},this),this._updateCommonStl(t,e,i)},pT._updateCommonStl=function(t,e,i){var n=t.hostModel,o=this.childOfName("line"),a=i&&i.lineStyle,s=i&&i.hoverLineStyle,l=i&&i.labelModel,h=i&&i.hoverLabelModel;if(!i||t.hasItemOption){var u=t.getItemModel(e);a=u.getModel("lineStyle.normal").getLineStyle(),s=u.getModel("lineStyle.emphasis").getLineStyle(),l=u.getModel("label.normal"),h=u.getModel("label.emphasis")}var c=t.getItemVisual(e,"color"),f=A(t.getItemVisual(e,"opacity"),a.opacity,1);o.useStyle(r({strokeNoScale:!0,fill:"none",stroke:c,opacity:f},a)),o.hoverStyle=s,d(gT,function(t){var e=this.childOfName(t);e&&(e.setColor(c),e.setStyle({opacity:f}))},this);var g,p,m,v,y=l.getShallow("show"),x=h.getShallow("show"),_=this.childOfName("label");if(y||x){var b=n.getRawValue(e);p=null==b?p=t.getName(e):isFinite(b)?Mi(b):b,g=c||"#000",m=T(n.getFormattedLabel(e,"normal",t.dataType),p),v=T(n.getFormattedLabel(e,"emphasis",t.dataType),m)}if(y){var w=fo(_.style,l,{text:m},{autoColor:g});_.__textAlign=w.textAlign,_.__verticalAlign=w.textVerticalAlign,_.__position=l.get("position")||"middle"}else _.setStyle("text",null);_.hoverStyle=x?{text:v,textFill:h.getTextColor(!0),fontStyle:h.getShallow("fontStyle"),fontWeight:h.getShallow("fontWeight"),fontSize:h.getShallow("fontSize"),fontFamily:h.getShallow("fontFamily")}:{text:null},_.ignore=!y&&!x,uo(this)},pT.highlight=function(){this.trigger("emphasis")},pT.downplay=function(){this.trigger("normal")},pT.updateLayout=function(t,e){this.setLinePoints(t.getItemLayout(e))},pT.setLinePoints=function(t){var e=this.childOfName("line");_u(e.shape,t),e.dirty()},h(bu,jy);var mT=Mu.prototype;mT.updateData=function(t){var e=this._lineData,i=this.group,n=this._ctor,o=t.hostModel,a={lineStyle:o.getModel("lineStyle.normal").getLineStyle(),hoverLineStyle:o.getModel("lineStyle.emphasis").getLineStyle(),labelModel:o.getModel("label.normal"),hoverLabelModel:o.getModel("label.emphasis")};t.diff(e).add(function(e){if(Su(t.getItemLayout(e))){var o=new n(t,e,a);t.setItemGraphicEl(e,o),i.add(o)}}).update(function(o,r){var s=e.getItemGraphicEl(r);Su(t.getItemLayout(o))?(s?s.updateData(t,o,a):s=new n(t,o,a),t.setItemGraphicEl(o,s),i.add(s)):i.remove(s)}).remove(function(t){i.remove(e.getItemGraphicEl(t))}).execute(),this._lineData=t},mT.updateLayout=function(){var t=this._lineData;t.eachItemGraphicEl(function(e,i){e.updateLayout(t,i)},this)},mT.remove=function(){this.group.removeAll()};var vT=[],yT=[],xT=[],_T=un,bT=uy,wT=Math.abs,ST=function(t,e){function i(t){var e=t.getVisual("symbolSize");return e instanceof Array&&(e=(e[0]+e[1])/2),e}var n=[],o=gn,a=[[],[],[]],r=[[],[]],s=[];e/=2,t.eachEdge(function(t,l){var h=t.getLayout(),u=t.getVisual("fromSymbol"),c=t.getVisual("toSymbol");h.__original||(h.__original=[V(h[0]),V(h[1])],h[2]&&h.__original.push(V(h[2])));var d=h.__original;if(null!=h[2]){if(R(a[0],d[0]),R(a[1],d[2]),R(a[2],d[1]),u&&"none"!=u){var f=i(t.node1),g=Iu(a,d[0],f*e);o(a[0][0],a[1][0],a[2][0],g,n),a[0][0]=n[3],a[1][0]=n[4],o(a[0][1],a[1][1],a[2][1],g,n),a[0][1]=n[3],a[1][1]=n[4]}if(c&&"none"!=c){var f=i(t.node2),g=Iu(a,d[1],f*e);o(a[0][0],a[1][0],a[2][0],g,n),a[1][0]=n[1],a[2][0]=n[2],o(a[0][1],a[1][1],a[2][1],g,n),a[1][1]=n[1],a[2][1]=n[2]}R(h[0],a[0]),R(h[1],a[2]),R(h[2],a[1])}else{if(R(r[0],d[0]),R(r[1],d[1]),H(s,r[1],r[0]),X(s,s),u&&"none"!=u){f=i(t.node1);W(r[0],r[0],s,f*e)}if(c&&"none"!=c){f=i(t.node2);W(r[1],r[1],s,-f*e)}R(h[0],r[0]),R(h[1],r[1])}})},MT=["itemStyle","normal","opacity"],IT=["lineStyle","normal","opacity"];ur({type:"graph",init:function(t,e){var i=new ts,n=new Mu,o=this.group;this._controller=new kl(e.getZr()),this._controllerHost={target:o},o.add(i.group),o.add(n.group),this._symbolDraw=i,this._lineDraw=n,this._firstRender=!0},render:function(t,e,i){var n=t.coordinateSystem;this._model=t,this._nodeScaleRatio=t.get("nodeScaleRatio");var o=this._symbolDraw,a=this._lineDraw,r=this.group;if("view"===n.type){var s={position:n.position,scale:n.scale};this._firstRender?r.attr(s):wo(r,s,t)}ST(t.getGraph(),this._getNodeGlobalScale(t));var l=t.getData();o.updateData(l);var h=t.getEdgeData();a.updateData(h),this._updateNodeAndLinkScale(),this._updateController(t,e,i),clearTimeout(this._layoutTimeout);var u=t.forceLayout,c=t.get("force.layoutAnimation");u&&this._startForceLayoutIteration(u,c),l.eachItemGraphicEl(function(e,n){var o=l.getItemModel(n);e.off("drag").off("dragend");var a=l.getItemModel(n).get("draggable");a&&e.on("drag",function(){u&&(u.warmUp(),!this._layouting&&this._startForceLayoutIteration(u,c),u.setFixed(n),l.setItemLayout(n,e.position))},this).on("dragend",function(){u&&u.setUnfixed(n)},this),e.setDraggable(a&&u),e.off("mouseover",e.__focusNodeAdjacency),e.off("mouseout",e.__unfocusNodeAdjacency),o.get("focusNodeAdjacency")&&(e.on("mouseover",e.__focusNodeAdjacency=function(){i.dispatchAction({type:"focusNodeAdjacency",seriesId:t.id,dataIndex:e.dataIndex})}),e.on("mouseout",e.__unfocusNodeAdjacency=function(){i.dispatchAction({type:"unfocusNodeAdjacency",seriesId:t.id})}))},this),l.graph.eachEdge(function(e){var n=e.getGraphicEl();n.off("mouseover",n.__focusNodeAdjacency),n.off("mouseout",n.__unfocusNodeAdjacency),e.getModel().get("focusNodeAdjacency")&&(n.on("mouseover",n.__focusNodeAdjacency=function(){i.dispatchAction({type:"focusNodeAdjacency",seriesId:t.id,edgeDataIndex:e.dataIndex})}),n.on("mouseout",n.__unfocusNodeAdjacency=function(){i.dispatchAction({type:"unfocusNodeAdjacency",seriesId:t.id})}))});var d="circular"===t.get("layout")&&t.get("circular.rotateLabel"),f=l.getLayout("cx"),g=l.getLayout("cy");l.eachItemGraphicEl(function(t,e){var i=t.getSymbolPath();if(d){var n=l.getItemLayout(e),o=Math.atan2(n[1]-g,n[0]-f);o<0&&(o=2*Math.PI+o);var a=n[0]=o/3?1:2),l=e.y-n(r)*a*(a>=o/3?1:2);r=e.angle-Math.PI/2,t.moveTo(s,l),t.lineTo(e.x+i(r)*a,e.y+n(r)*a),t.lineTo(e.x+i(e.angle)*o,e.y+n(e.angle)*o),t.lineTo(e.x-i(r)*a,e.y-n(r)*a),t.lineTo(s,l)}}),CT=2*Math.PI,DT=(Ta.extend({type:"gauge",render:function(t,e,i){this.group.removeAll();var n=t.get("axisLine.lineStyle.color"),o=Nu(t,i);this._renderMain(t,e,i,n,o)},dispose:function(){},_renderMain:function(t,e,i,n,o){for(var a=this.group,r=t.getModel("axisLine").getModel("lineStyle"),s=t.get("clockwise"),l=-t.get("startAngle")/180*Math.PI,h=-t.get("endAngle")/180*Math.PI,u=(h-l)%CT,c=l,d=r.get("width"),f=0;f=t&&(0===e?0:n[e-1][0]).4?"bottom":"middle",textAlign:A<-.4?"left":A>.4?"right":"center"},{autoColor:P}),silent:!0}))}if(p.get("show")&&T!==v){for(var O=0;O<=y;O++){var A=Math.cos(b),C=Math.sin(b),z=new fb({shape:{x1:A*c+h,y1:C*c+u,x2:A*(c-_)+h,y2:C*(c-_)+u},silent:!0,style:I});"auto"===I.stroke&&z.setStyle({stroke:n((T+O/y)/v)}),l.add(z),b+=S}b-=S}else b+=w}},_renderPointer:function(t,e,i,n,o,a,r,s){var l=this.group,h=this._data;if(t.get("pointer.show")){var u=[+t.get("min"),+t.get("max")],c=[a,r],d=t.getData();d.diff(h).add(function(e){var i=new AT({shape:{angle:a}});So(i,{shape:{angle:wi(d.get("value",e),u,c,!0)}},t),l.add(i),d.setItemGraphicEl(e,i)}).update(function(e,i){var n=h.getItemGraphicEl(i);wo(n,{shape:{angle:wi(d.get("value",e),u,c,!0)}},t),l.add(n),d.setItemGraphicEl(e,n)}).remove(function(t){var e=h.getItemGraphicEl(t);l.remove(e)}).execute(),d.eachItemGraphicEl(function(t,e){var i=d.getItemModel(e),a=i.getModel("pointer");t.setShape({x:o.cx,y:o.cy,width:Si(a.get("width"),o.r),r:Si(a.get("length"),o.r)}),t.useStyle(i.getModel("itemStyle.normal").getItemStyle()),"auto"===t.style.fill&&t.setStyle("fill",n(wi(d.get("value",e),u,[0,1],!0))),uo(t,i.getModel("itemStyle.emphasis").getItemStyle())}),this._data=d}else h&&h.eachItemGraphicEl(function(t){l.remove(t)})},_renderTitle:function(t,e,i,n,o){var a=t.getModel("title");if(a.get("show")){var r=a.get("offsetCenter"),s=o.cx+Si(r[0],o.r),l=o.cy+Si(r[1],o.r),h=+t.get("min"),u=+t.get("max"),c=n(wi(t.getData().get("value",0),[h,u],[0,1],!0));this.group.add(new ib({silent:!0,style:fo({},a,{x:s,y:l,text:t.getData().getName(0),textAlign:"center",textVerticalAlign:"middle"},{autoColor:c,forceRich:!0})}))}},_renderDetail:function(t,e,i,n,o){var a=t.getModel("detail"),r=+t.get("min"),s=+t.get("max");if(a.get("show")){var l=a.get("offsetCenter"),h=o.cx+Si(l[0],o.r),u=o.cy+Si(l[1],o.r),c=Si(a.get("width"),o.r),d=Si(a.get("height"),o.r),f=t.getData().get("value",0),g=n(wi(f,[r,s],[0,1],!0));this.group.add(new ib({silent:!0,style:fo({},a,{x:h,y:u,text:Eu(f,a.get("formatter")),textWidth:isNaN(c)?null:c,textHeight:isNaN(d)?null:d,textAlign:"center",textVerticalAlign:"middle"},{autoColor:g,forceRich:!0})}))}}}),hr({type:"series.funnel",init:function(t){DT.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()},this._defaultLabelLine(t)},getInitialData:function(t,e){var i=xr(["value"],t.data),n=new aS(i,this);return n.initData(t.data),n},_defaultLabelLine:function(t){zo(t.labelLine,["show"]);var e=t.labelLine.normal,i=t.labelLine.emphasis;e.show=e.show&&t.label.normal.show,i.show=i.show&&t.label.emphasis.show},getDataParams:function(t){var e=this.getData(),i=DT.superCall(this,"getDataParams",t),n=e.getSum("value");return i.percent=n?+(e.get("value",t)/n*100).toFixed(2):0,i.$vars.push("percent"),i},defaultOption:{zlevel:0,z:2,legendHoverLink:!0,left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",gap:0,funnelAlign:"center",label:{normal:{show:!0,position:"outer"},emphasis:{show:!0}},labelLine:{normal:{show:!0,length:20,lineStyle:{width:1,type:"solid"}},emphasis:{}},itemStyle:{normal:{borderColor:"#fff",borderWidth:1},emphasis:{}}}})),LT=Ru.prototype,kT=["itemStyle","normal","opacity"];LT.updateData=function(t,e,i){var n=this.childAt(0),o=t.hostModel,a=t.getItemModel(e),s=t.getItemLayout(e),l=t.getItemModel(e).get(kT);l=null==l?1:l,n.useStyle({}),i?(n.setShape({points:s.points}),n.setStyle({opacity:0}),So(n,{style:{opacity:l}},o,e)):wo(n,{style:{opacity:l},shape:{points:s.points}},o,e);var h=a.getModel("itemStyle"),u=t.getItemVisual(e,"color");n.setStyle(r({lineJoin:"round",fill:u},h.getModel("normal").getItemStyle(["opacity"]))),n.hoverStyle=h.getModel("emphasis").getItemStyle(),this._updateLabel(t,e),uo(this)},LT._updateLabel=function(t,e){var i=this.childAt(1),n=this.childAt(2),o=t.hostModel,a=t.getItemModel(e),r=t.getItemLayout(e).label,s=t.getItemVisual(e,"color");wo(i,{shape:{points:r.linePoints||r.linePoints}},o,e),wo(n,{style:{x:r.x,y:r.y}},o,e),n.attr({rotation:r.rotation,origin:[r.x,r.y],z2:10});var l=a.getModel("label.normal"),h=a.getModel("label.emphasis"),u=a.getModel("labelLine.normal"),c=a.getModel("labelLine.emphasis"),s=t.getItemVisual(e,"color");co(n.style,n.hoverStyle={},l,h,{labelFetcher:t.hostModel,labelDataIndex:e,defaultText:t.getName(e),autoColor:s,useInsideStyle:!!r.inside},{textAlign:r.textAlign,textVerticalAlign:r.verticalAlign}),n.ignore=n.normalIgnore=!l.get("show"),n.hoverIgnore=!h.get("show"),i.ignore=i.normalIgnore=!u.get("show"),i.hoverIgnore=!c.get("show"),i.setStyle({stroke:s}),i.setStyle(u.getModel("lineStyle").getLineStyle()),i.hoverStyle=c.getModel("lineStyle").getLineStyle()},h(Ru,jy);Ta.extend({type:"funnel",render:function(t,e,i){var n=t.getData(),o=this._data,a=this.group;n.diff(o).add(function(t){var e=new Ru(n,t);n.setItemGraphicEl(t,e),a.add(e)}).update(function(t,e){var i=o.getItemGraphicEl(e);i.updateData(n,t),a.add(i),n.setItemGraphicEl(t,i)}).remove(function(t){var e=o.getItemGraphicEl(t);a.remove(e)}).execute(),this._data=n},remove:function(){this.group.removeAll(),this._data=null},dispose:function(){}});ar(v(tI,"funnel")),or(function(t,e,i){t.eachSeriesByType("funnel",function(t){var i=t.getData(),n=t.get("sort"),o=Vu(t,e),a=Bu(i,n),r=[Si(t.get("minSize"),o.width),Si(t.get("maxSize"),o.width)],s=i.getDataExtent("value"),l=t.get("min"),h=t.get("max");null==l&&(l=Math.min(s[0],0)),null==h&&(h=s[1]);var u=t.get("funnelAlign"),c=t.get("gap"),d=(o.height-c*(i.count()-1))/i.count(),f=o.y,g=function(t,e){var n,a=wi(i.get("value",t)||0,[l,h],r,!0);switch(u){case"left":n=o.x;break;case"center":n=o.x+(o.width-a)/2;break;case"right":n=o.x+o.width-a}return[[n,e],[n+a,e]]};"ascending"===n&&(d=-d,c=-c,f+=o.height,a=a.reverse());for(var p=0;pa&&(e[1-n]=e[n]+u.sign*a),e},zT=d,NT=Math.min,ET=Math.max,RT=Math.floor,VT=Math.ceil,BT=Mi,GT=Math.PI;Uu.prototype={type:"parallel",constructor:Uu,_init:function(t,e,i){var n=t.dimensions,o=t.parallelAxisIndex;zT(n,function(t,i){var n=o[i],a=e.getComponent("parallelAxis",n),r=this._axesMap.set(t,new PT(t,Er(a),[0,0],a.get("type"),n)),s="category"===r.type;r.onBand=s&&a.get("boundaryGap"),r.inverse=a.get("inverse"),a.axis=r,r.model=a,r.coordinateSystem=a.coordinateSystem=this},this)},update:function(t,e){this._updateAxesFromSeries(this._model,t)},containPoint:function(t){var e=this._makeLayoutInfo(),i=e.axisBase,n=e.layoutBase,o=e.pixelDimIndex,a=t[1-o],r=t[o];return a>=i&&a<=i+e.axisLength&&r>=n&&r<=n+e.layoutLength},getModel:function(){return this._model},_updateAxesFromSeries:function(t,e){e.eachSeries(function(i){if(t.contains(i,e)){var n=i.getData();zT(this.dimensions,function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(n,t),Nr(e.scale,e.model)},this)}},this)},resize:function(t,e){this._rect=Ko(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),this._layoutAxes()},getRect:function(){return this._rect},_makeLayoutInfo:function(){var t,e=this._model,i=this._rect,n=["x","y"],o=["width","height"],a=e.get("layout"),r="horizontal"===a?0:1,s=i[o[r]],l=[0,s],h=this.dimensions.length,u=Xu(e.get("axisExpandWidth"),l),c=Xu(e.get("axisExpandCount")||0,[0,h]),d=e.get("axisExpandable")&&h>3&&h>c&&c>1&&u>0&&s>0,f=e.get("axisExpandWindow");f?(t=Xu(f[1]-f[0],l),f[1]=f[0]+t):(t=Xu(u*(c-1),l),(f=[u*(e.get("axisExpandCenter")||RT(h/2))-t/2])[1]=f[0]+t);var g=(s-t)/(h-c);g<3&&(g=0);var p=[RT(BT(f[0]/u,1))+1,VT(BT(f[1]/u,1))-1],m=g/u*f[0];return{layout:a,pixelDimIndex:r,layoutBase:i[n[r]],layoutLength:s,axisBase:i[n[1-r]],axisLength:i[o[1-r]],axisExpandable:d,axisExpandWidth:u,axisCollapseWidth:g,axisExpandWindow:f,axisCount:h,winInnerIndices:p,axisExpandWindow0Pos:m}},_layoutAxes:function(){var t=this._rect,e=this._axesMap,i=this.dimensions,n=this._makeLayoutInfo(),o=n.layout;e.each(function(t){var e=[0,n.axisLength],i=t.inverse?1:0;t.setExtent(e[i],e[1-i])}),zT(i,function(i,a){var r=(n.axisExpandable?qu:ju)(a,n),s={horizontal:{x:r.position,y:n.axisLength},vertical:{x:0,y:r.position}},l={horizontal:GT/2,vertical:0},h=[s[o].x+t.x,s[o].y+t.y],u=l[o],c=ot();ht(c,c,u),lt(c,c,h),this._axesLayout[i]={position:h,rotation:u,transform:c,axisNameAvailableWidth:r.axisNameAvailableWidth,axisLabelShow:r.axisLabelShow,nameTruncateMaxWidth:r.nameTruncateMaxWidth,tickDirection:1,labelDirection:1,labelInterval:e.get(i).getLabelInterval()}},this)},getAxis:function(t){return this._axesMap.get(t)},dataToPoint:function(t,e){return this.axisCoordToPoint(this._axesMap.get(e).dataToCoord(t),e)},eachActiveState:function(t,e,i){for(var n=this.dimensions,o=this._axesMap,a=this.hasAxisBrushed(),r=0,s=t.count();ro*(1-u[0])?(l="jump",r=s-o*(1-u[2])):(r=s-o*u[1])>=0&&(r=s-o*(1-u[1]))<=0&&(r=0),(r*=e.axisExpandWidth/h)?OT(r,n,a,"all"):l="none";else{o=n[1]-n[0];(n=[ET(0,a[1]*s/o-o/2)])[1]=NT(a[1],n[0]+o),n[0]=n[1]-o}return{axisExpandWindow:n,behavior:l}}},ua.register("parallel",{create:function(t,e){var i=[];return t.eachComponent("parallel",function(n,o){var a=new Uu(n,t,e);a.name="parallel_"+o,a.resize(n,e),n.coordinateSystem=a,a.model=n,i.push(a)}),t.eachSeries(function(e){if("parallel"===e.get("coordinateSystem")){var i=t.queryComponents({mainType:"parallel",index:e.get("parallelIndex"),id:e.get("parallelId")})[0];e.coordinateSystem=i.coordinateSystem}}),i}});var WT=Ub.extend({type:"baseParallelAxis",axis:null,activeIntervals:[],getAreaSelectStyle:function(){return $x([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},setActiveIntervals:function(t){var e=this.activeIntervals=i(t);if(e)for(var n=e.length-1;n>=0;n--)Ii(e[n])},getActiveState:function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(null==t)return"inactive";for(var i=0,n=e.length;i5)return;var n=this._model.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]);"none"!==n.behavior&&this._dispatchExpand({axisExpandWindow:n.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(t){if(!this._mouseDownPoint&&Rc(this,"mousemove")){var e=this._model,i=e.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]),n=i.behavior;"jump"===n&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===n?null:{axisExpandWindow:i.axisExpandWindow,animation:"jump"===n&&null})}}};tr(function(t){Wu(t),Hu(t)}),yw.extend({type:"series.parallel",dependencies:["parallel"],visualColorAccessPath:"lineStyle.normal.color",getInitialData:function(t,e){var i=e.getComponent("parallel",this.get("parallelIndex")),n=i.parallelAxisIndex,o=t.data,a=i.dimensions,r=f(Gc(a,o),function(t,i){var r=l(a,t),s=r>=0&&e.getComponent("parallelAxis",n[r]);return s&&"category"===s.get("type")?(Vc(s,t,o),{name:t,type:"ordinal"}):r<0&&xr.guessOrdinal(o,i)?{name:t,type:"ordinal"}:t}),s=new aS(r,this);return s.initData(o),this.option.progressive&&(this.option.animation=!1),s},getRawIndicesByActiveState:function(t){var e=this.coordinateSystem,i=this.getData(),n=[];return e.eachActiveState(i,function(e,o){t===e&&n.push(i.getRawIndex(o))}),n},defaultOption:{zlevel:0,z:2,coordinateSystem:"parallel",parallelIndex:0,label:{normal:{show:!1},emphasis:{show:!1}},inactiveOpacity:.05,activeOpacity:1,lineStyle:{normal:{width:1,opacity:.45,type:"solid"}},progressive:!1,smooth:!1,animationEasing:"linear"}});Ta.extend({type:"parallel",init:function(){this._dataGroup=new jy,this.group.add(this._dataGroup),this._data},render:function(t,e,i,n){this._renderForNormal(t,n)},dispose:function(){},_renderForNormal:function(t,e){var i=this._dataGroup,n=t.getData(),o=this._data,a=t.coordinateSystem,r=a.dimensions,s=t.option.smooth?.3:null;if(n.diff(o).add(function(t){Fc(n,i,t,r,a)}).update(function(i,s){var l=o.getItemGraphicEl(s),h=Hc(n,i,r,a);n.setItemGraphicEl(i,l),wo(l,{shape:{points:h}},e&&!1===e.animation?null:t,i)}).remove(function(t){var e=o.getItemGraphicEl(t);i.remove(e)}).execute(),Zc(n,s),!this._data){var l=Wc(a,t,function(){setTimeout(function(){i.removeClipPath()})});i.setClipPath(l)}this._data=n},remove:function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null}});var lA=["lineStyle","normal","opacity"];ar(function(t){t.eachSeriesByType("parallel",function(e){var i=e.getModel("itemStyle.normal"),n=e.getModel("lineStyle.normal"),o=t.get("color"),a=n.get("color")||i.get("color")||o[e.seriesIndex%o.length],r=e.get("inactiveOpacity"),s=e.get("activeOpacity"),l=e.getModel("lineStyle.normal").getLineStyle(),h=e.coordinateSystem,u=e.getData(),c={normal:l.opacity,active:s,inactive:r};h.eachActiveState(u,function(t,e){var i=u.getItemModel(e),n=c[t];if("normal"===t){var o=i.get(lA,!0);null!=o&&(n=o)}u.setItemVisual(e,"opacity",n)}),u.setVisual("color",a)})});var hA=yw.extend({type:"series.sankey",layoutInfo:null,getInitialData:function(t){var e=t.edges||t.links,i=t.data||t.nodes;if(i&&e)return hT(i,e,this,!0).data},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},formatTooltip:function(t,e,i){if("edge"===i){var n=this.getDataParams(t,i),o=n.data,a=o.source+" -- "+o.target;return n.value&&(a+=" : "+n.value),Gi(a)}return hA.superCall(this,"formatTooltip",t,e)},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",layout:null,left:"5%",top:"5%",right:"20%",bottom:"5%",nodeWidth:20,nodeGap:8,layoutIterations:32,label:{normal:{show:!0,position:"right",color:"#000",fontSize:12},emphasis:{show:!0}},itemStyle:{normal:{borderWidth:1,borderColor:"#333"}},lineStyle:{normal:{color:"#314656",opacity:.2,curveness:.5},emphasis:{opacity:.6}},animationEasing:"linear",animationDuration:1e3}}),uA=Zn({shape:{x1:0,y1:0,x2:0,y2:0,cpx1:0,cpy1:0,cpx2:0,cpy2:0,extent:0},buildPath:function(t,e){var i=e.extent/2;t.moveTo(e.x1,e.y1-i),t.bezierCurveTo(e.cpx1,e.cpy1-i,e.cpx2,e.cpy2-i,e.x2,e.y2-i),t.lineTo(e.x2,e.y2+i),t.bezierCurveTo(e.cpx2,e.cpy2+i,e.cpx1,e.cpy1+i,e.x1,e.y1+i),t.closePath()}});ur({type:"sankey",_model:null,render:function(t,e,i){var n=t.getGraph(),o=this.group,a=t.layoutInfo,r=t.getData(),s=t.getData("edge");this._model=t,o.removeAll(),o.attr("position",[a.x,a.y]),n.eachEdge(function(e){var i=new uA;i.dataIndex=e.dataIndex,i.seriesIndex=t.seriesIndex,i.dataType="edge";var n=e.getModel("lineStyle.normal"),a=n.get("curveness"),r=e.node1.getLayout(),l=e.node2.getLayout(),h=e.getLayout();i.shape.extent=Math.max(1,h.dy);var u=r.x+r.dx,c=r.y+h.sy+h.dy/2,d=l.x,f=l.y+h.ty+h.dy/2,g=u*(1-a)+d*a,p=c,m=u*a+d*(1-a),v=f;switch(i.setShape({x1:u,y1:c,x2:d,y2:f,cpx1:g,cpy1:p,cpx2:m,cpy2:v}),i.setStyle(n.getItemStyle()),i.style.fill){case"source":i.style.fill=e.node1.getVisual("color");break;case"target":i.style.fill=e.node2.getVisual("color")}uo(i,e.getModel("lineStyle.emphasis").getItemStyle()),o.add(i),s.setItemGraphicEl(e.dataIndex,i)}),n.eachNode(function(e){var i=e.getLayout(),n=e.getModel(),a=n.getModel("label.normal"),s=n.getModel("label.emphasis"),l=new db({shape:{x:i.x,y:i.y,width:e.getLayout().dx,height:e.getLayout().dy},style:n.getModel("itemStyle.normal").getItemStyle()}),h=e.getModel("itemStyle.emphasis").getItemStyle();co(l.style,h,a,s,{labelFetcher:t,labelDataIndex:e.dataIndex,defaultText:e.id,isRectText:!0}),l.setStyle("fill",e.getVisual("color")),uo(l,h),o.add(l),r.setItemGraphicEl(e.dataIndex,l),l.dataType="node"}),!this._data&&t.get("animation")&&o.setClipPath(Xc(o.getBoundingRect(),t,function(){o.removeClipPath()})),this._data=t.getData()},dispose:function(){}});or(function(t,e,i){t.eachSeriesByType("sankey",function(t){var i=t.get("nodeWidth"),n=t.get("nodeGap"),o=qc(t,e);t.layoutInfo=o;var a=o.width,r=o.height,s=t.getGraph(),l=s.nodes,h=s.edges;$c(l),Yc(l,h,i,n,a,r,0!==p(l,function(t){return 0===t.getLayout().value}).length?0:t.get("layoutIterations"))})}),ar(function(t,e){t.eachSeriesByType("sankey",function(t){var e=t.getGraph().nodes;e.sort(function(t,e){return t.getLayout().value-e.getLayout().value});var i=e[0].getLayout().value,n=e[e.length-1].getLayout().value;d(e,function(e){var o=new jI({type:"color",mappingMethod:"linear",dataExtent:[i,n],visual:t.get("color")}).mapValueToVisual(e.getLayout().value);e.setVisual("color",o);var a=e.getModel().get("itemStyle.normal.color");null!=a&&e.setVisual("color",a)})})});var cA=Nn.extend({type:"whiskerInBox",shape:{},buildPath:function(t,e){for(var i in e)if(e.hasOwnProperty(i)&&0===i.indexOf("ends")){var n=e[i];t.moveTo(n[0][0],n[0][1]),t.lineTo(n[1][0],n[1][1])}}}),dA=pd.prototype;dA._createContent=function(t,e,i){var n=t.getItemLayout(e),o="horizontal"===n.chartLayout?1:0,a=0;this.add(new ub({shape:{points:i?md(n.bodyEnds,o,n):n.bodyEnds},style:{strokeNoScale:!0},z2:100})),this.bodyIndex=a++;var r=f(n.whiskerEnds,function(t){return i?md(t,o,n):t});this.add(new cA({shape:vd(r),style:{strokeNoScale:!0},z2:100})),this.whiskerIndex=a++},dA.updateData=function(t,e,i){var n=this._seriesModel=t.hostModel,o=t.getItemLayout(e),a=Tb[i?"initProps":"updateProps"];a(this.childAt(this.bodyIndex),{shape:{points:o.bodyEnds}},n,e),a(this.childAt(this.whiskerIndex),{shape:vd(o.whiskerEnds)},n,e),this.styleUpdater.call(null,this,t,e)},h(pd,jy);var fA=yd.prototype;fA.updateData=function(t){var e=this.group,i=this._data,n=this.styleUpdater;t.diff(i).add(function(i){if(t.hasValue(i)){var o=new pd(t,i,n,!0);t.setItemGraphicEl(i,o),e.add(o)}}).update(function(o,a){var r=i.getItemGraphicEl(a);t.hasValue(o)?(r?r.updateData(t,o):r=new pd(t,o,n),e.add(r),t.setItemGraphicEl(o,r)):e.remove(r)}).remove(function(t){var n=i.getItemGraphicEl(t);n&&e.remove(n)}).execute(),this._data=t},fA.remove=function(){var t=this.group,e=this._data;this._data=null,e&&e.eachItemGraphicEl(function(e){e&&t.remove(e)})};var gA={_baseAxisDim:null,getInitialData:function(t,e){var i,n,o=e.getComponent("xAxis",this.get("xAxisIndex")),a=e.getComponent("yAxis",this.get("yAxisIndex")),r=o.get("type"),s=a.get("type");"category"===r?(t.layout="horizontal",i=o.getCategories(),n=!0):"category"===s?(t.layout="vertical",i=a.getCategories(),n=!0):t.layout=t.layout||"horizontal";var l=["x","y"],h="horizontal"===t.layout?0:1,u=this._baseAxisDim=l[h],c=l[1-h],f=t.data;n&&d(f,function(t,e){t.value&&y(t.value)?t.value.unshift(e):y(t)&&t.unshift(e)});var g=this.defaultValueDimensions,p=[{name:u,otherDims:{tooltip:!1},dimsDef:["base"]},{name:c,dimsDef:g.slice()}];p=xr(p,f,{encodeDef:this.get("encode"),dimsDef:this.get("dimensions"),dimCount:g.length+1});var m=new aS(p,this);return m.initData(f,i?i.slice():null),m},getBaseAxis:function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis}},pA={init:function(){var t=this._whiskerBoxDraw=new yd(this.getStyleUpdater());this.group.add(t.group)},render:function(t,e,i){this._whiskerBoxDraw.updateData(t.getData())},remove:function(t){this._whiskerBoxDraw.remove()}};u(yw.extend({type:"series.boxplot",dependencies:["xAxis","yAxis","grid"],defaultValueDimensions:["min","Q1","median","Q3","max"],dimensions:null,defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,layout:null,boxWidth:[7,50],itemStyle:{normal:{color:"#fff",borderWidth:1},emphasis:{borderWidth:2,shadowBlur:5,shadowOffsetX:2,shadowOffsetY:2,shadowColor:"rgba(0,0,0,0.4)"}},animationEasing:"elasticOut",animationDuration:800}}),gA,!0),u(Ta.extend({type:"boxplot",getStyleUpdater:function(){return xd},dispose:N}),pA,!0);var mA=["itemStyle","normal"],vA=["itemStyle","emphasis"],yA=["itemStyle","normal","borderColor"],xA=d;ar(function(t,e){var i=t.get("color");t.eachRawSeriesByType("boxplot",function(e){var n=i[e.seriesIndex%i.length],o=e.getData();o.setVisual({legendSymbol:"roundRect",color:e.get(yA)||n}),t.isSeriesFiltered(e)||o.each(function(t){var e=o.getItemModel(t);o.setItemVisual(t,{color:e.get(yA,!0)})})})}),or(function(t){var e=_d(t);xA(e,function(t){var e=t.seriesModels;e.length&&(bd(t),xA(e,function(e,i){wd(e,t.boxOffsetList[i],t.boxWidthList[i])}))})}),u(yw.extend({type:"series.candlestick",dependencies:["xAxis","yAxis","grid"],defaultValueDimensions:["open","close","lowest","highest"],dimensions:null,defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,layout:null,itemStyle:{normal:{color:"#c23531",color0:"#314656",borderWidth:1,borderColor:"#c23531",borderColor0:"#314656"},emphasis:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,animationUpdate:!1,animationEasing:"linear",animationDuration:300},getShadowDim:function(){return"open"},brushSelector:function(t,e,i){var n=e.getItemLayout(t);return i.rect(n.brushRect)}}),gA,!0),u(Ta.extend({type:"candlestick",getStyleUpdater:function(){return Sd},dispose:N}),pA,!0);var _A=["itemStyle","normal"],bA=["itemStyle","emphasis"],wA=["itemStyle","normal","borderColor"],SA=["itemStyle","normal","borderColor0"],MA=["itemStyle","normal","color"],IA=["itemStyle","normal","color0"],TA=T;tr(function(t){t&&y(t.series)&&d(t.series,function(t){b(t)&&"k"===t.type&&(t.type="candlestick")})}),ar(function(t,e){t.eachRawSeriesByType("candlestick",function(e){var i=e.getData();i.setVisual({legendSymbol:"roundRect"}),t.isSeriesFiltered(e)||i.each(function(t){var e=i.getItemModel(t),n=i.getItemLayout(t).sign;i.setItemVisual(t,{color:e.get(n>0?MA:IA),borderColor:e.get(n>0?wA:SA)})})})}),or(function(t){t.eachSeriesByType("candlestick",function(t){var e,i=t.coordinateSystem,n=t.getData(),o=Md(t,n),a=t.get("layout"),r="horizontal"===a?0:1,s=1-r,l=["x","y"],h=[];if(d(n.dimensions,function(t){var i=n.getDimensionInfo(t).coordDim;i===l[s]?h.push(t):i===l[r]&&(e=t)}),!(null==e||h.length<4)){var u=0;n.each([e].concat(h),function(){function t(t){var e=[];return e[r]=d,e[s]=t,isNaN(d)||isNaN(t)?[NaN,NaN]:i.dataToPoint(e)}function e(t,e){var i=t.slice(),n=t.slice();i[r]=Kn(i[r]+o/2,1,!1),n[r]=Kn(n[r]-o/2,1,!0),e?M.push(i,n):M.push(n,i)}function l(t){return t[r]=Kn(t[r],1),t}var c=arguments,d=c[0],f=c[h.length+1],g=c[1],p=c[2],m=c[3],v=c[4],y=Math.min(g,p),x=Math.max(g,p),_=t(y),b=t(x),w=t(m),S=[[l(t(v)),l(b)],[l(w),l(_)]],M=[];e(b,0),e(_,1);var I;I=g>p?-1:g0?n.getItemModel(u-1).get()[2]<=p?1:-1:1,n.setItemLayout(f,{chartLayout:a,sign:I,initBaseline:g>p?b[s]:_[s],bodyEnds:M,whiskerEnds:S,brushRect:function(){var e=t(Math.min(g,p,m,v)),i=t(Math.max(g,p,m,v));return e[r]-=o/2,i[r]-=o/2,{x:e[0],y:e[1],width:s?o:i[0]-e[0],height:s?i[1]-e[1]:o}}()}),++u},!0)}})}),yw.extend({type:"series.effectScatter",dependencies:["grid","polar"],getInitialData:function(t,e){return Sr(t.data,this,e)},brushSelector:"point",defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,effectType:"ripple",progressive:0,showEffectOn:"render",rippleEffect:{period:4,scale:2.5,brushType:"fill"},symbolSize:10}});var AA=Ad.prototype;AA.stopEffectAnimation=function(){this.childAt(1).removeAll()},AA.startEffectAnimation=function(t){for(var e=t.symbolType,i=t.color,n=this.childAt(1),o=0;o<3;o++){var a=Hr(e,-1,-1,2,2,i);a.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scale:[.5,.5]});var r=-o/3*t.period+t.effectOffset;a.animate("",!0).when(t.period,{scale:[t.rippleScale/2,t.rippleScale/2]}).delay(r).start(),a.animateStyle(!0).when(t.period,{opacity:0}).delay(r).start(),n.add(a)}Td(n,t)},AA.updateEffectAnimation=function(t){for(var e=this._effectCfg,i=this.childAt(1),n=["symbolType","period","rippleScale"],o=0;o "))},defaultOption:{coordinateSystem:"geo",zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,label:{normal:{show:!1,position:"end"}},lineStyle:{normal:{opacity:.5}}}}),DA=Dd.prototype;DA.createLine=function(t,e,i){return new bu(t,e,i)},DA._updateEffectSymbol=function(t,e){var i=t.getItemModel(e).getModel("effect"),n=i.get("symbolSize"),o=i.get("symbol");y(n)||(n=[n,n]);var a=i.get("color")||t.getItemVisual(e,"color"),r=this.childAt(1);this._symbolType!==o&&(this.remove(r),(r=Hr(o,-.5,-.5,1,1,a)).z2=100,r.culling=!0,this.add(r)),r&&(r.setStyle("shadowColor",a),r.setStyle(i.getItemStyle(["color"])),r.attr("scale",n),r.setColor(a),r.attr("scale",n),this._symbolType=o,this._updateEffectAnimation(t,i,e))},DA._updateEffectAnimation=function(t,e,i){var n=this.childAt(1);if(n){var o=this,a=t.getItemLayout(i),r=1e3*e.get("period"),s=e.get("loop"),l=e.get("constantSpeed"),h=I(e.get("delay"),function(e){return e/t.count()*r/3}),u="function"==typeof h;if(n.ignore=!0,this.updateAnimationPoints(n,a),l>0&&(r=this.getLineLength(n)/l*1e3),r!==this._period||s!==this._loop){n.stopAnimation();var c=h;u&&(c=h(i)),n.__t>0&&(c=-r*n.__t),n.__t=0;var d=n.animate("",s).when(r,{__t:1}).delay(c).during(function(){o.updateSymbolPosition(n)});s||d.done(function(){o.remove(n)}),d.start()}this._period=r,this._loop=s}},DA.getLineLength=function(t){return hy(t.__p1,t.__cp1)+hy(t.__cp1,t.__p2)},DA.updateAnimationPoints=function(t,e){t.__p1=e[0],t.__p2=e[1],t.__cp1=e[2]||[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]},DA.updateData=function(t,e,i){this.childAt(0).updateData(t,e,i),this._updateEffectSymbol(t,e)},DA.updateSymbolPosition=function(t){var e=t.__p1,i=t.__p2,n=t.__cp1,o=t.__t,a=t.position,r=un,s=cn;a[0]=r(e[0],n[0],i[0],o),a[1]=r(e[1],n[1],i[1],o);var l=s(e[0],n[0],i[0],o),h=s(e[1],n[1],i[1],o);t.rotation=-Math.atan2(h,l)-Math.PI/2,t.ignore=!1},DA.updateLayout=function(t,e){this.childAt(0).updateLayout(t,e);var i=t.getItemModel(e).getModel("effect");this._updateEffectAnimation(t,i,e)},h(Dd,jy);var LA=Ld.prototype;LA._createPolyline=function(t,e,i){var n=t.getItemLayout(e),o=new cb({shape:{points:n}});this.add(o),this._updateCommonStl(t,e,i)},LA.updateData=function(t,e,i){var n=t.hostModel;wo(this.childAt(0),{shape:{points:t.getItemLayout(e)}},n,e),this._updateCommonStl(t,e,i)},LA._updateCommonStl=function(t,e,i){var n=this.childAt(0),o=t.getItemModel(e),a=t.getItemVisual(e,"color"),s=i&&i.lineStyle,l=i&&i.hoverLineStyle;i&&!t.hasItemOption||(s=o.getModel("lineStyle.normal").getLineStyle(),l=o.getModel("lineStyle.emphasis").getLineStyle()),n.useStyle(r({strokeNoScale:!0,fill:"none",stroke:a},s)),n.hoverStyle=l,uo(this)},LA.updateLayout=function(t,e){this.childAt(0).setShape("points",t.getItemLayout(e))},h(Ld,jy);var kA=kd.prototype;kA.createLine=function(t,e,i){return new Ld(t,e,i)},kA.updateAnimationPoints=function(t,e){this._points=e;for(var i=[0],n=0,o=1;o=0&&!(n[r]<=e);r--);r=Math.min(r,o-2)}else{for(var r=a;re);r++);r=Math.min(r-1,o-2)}Y(t.position,i[r],i[r+1],(e-n[r])/(n[r+1]-n[r]));var s=i[r+1][0]-i[r][0],l=i[r+1][1]-i[r][1];t.rotation=-Math.atan2(l,s)-Math.PI/2,this._lastFrame=r,this._lastFramePercent=e,t.ignore=!1}},h(kd,Dd);var PA=Zn({shape:{polyline:!1,segs:[]},buildPath:function(t,e){for(var i=e.segs,n=e.polyline,o=0;o2?t.quadraticCurveTo(a[2][0],a[2][1],a[1][0],a[1][1]):t.lineTo(a[1][0],a[1][1])}},findDataIndex:function(t,e){for(var i=this.shape,n=i.segs,o=i.polyline,a=Math.max(this.style.lineWidth,1),r=0;r2){if(Sn(s[0][0],s[0][1],s[2][0],s[2][1],s[1][0],s[1][1],a,t,e))return r}else if(bn(s[0][0],s[0][1],s[1][0],s[1][1],a,t,e))return r}return-1}}),OA=Pd.prototype;OA.updateData=function(t){this.group.removeAll();var e=this._lineEl,i=t.hostModel;e.setShape({segs:t.mapArray(t.getItemLayout),polyline:i.get("polyline")}),e.useStyle(i.getModel("lineStyle.normal").getLineStyle());var n=t.getVisual("color");n&&e.setStyle("stroke",n),e.setStyle("fill"),e.seriesIndex=i.seriesIndex,e.on("mousemove",function(t){e.dataIndex=null;var i=e.findDataIndex(t.offsetX,t.offsetY);i>0&&(e.dataIndex=i)}),this.group.add(e)},OA.updateLayout=function(t){var e=t.getData();this._lineEl.setShape({segs:e.mapArray(e.getItemLayout)})},OA.remove=function(){this.group.removeAll()},ur({type:"lines",init:function(){},render:function(t,e,i){var n=t.getData(),o=this._lineDraw,a=t.get("effect.show"),r=t.get("polyline"),s=t.get("large")&&n.count()>=t.get("largeThreshold");a===this._hasEffet&&r===this._isPolyline&&s===this._isLarge||(o&&o.remove(),o=this._lineDraw=s?new Pd:new Mu(r?a?kd:Ld:a?Dd:bu),this._hasEffet=a,this._isPolyline=r,this._isLarge=s);var l=t.get("zlevel"),h=t.get("effect.trailLength"),u=i.getZr(),c="svg"===u.painter.getType();c||u.painter.getLayer(l).clear(!0),null==this._lastZlevel||c||u.configLayer(this._lastZlevel,{motionBlur:!1}),a&&h&&(c||u.configLayer(l,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(h/10+.9,1),0)})),this.group.add(o.group),o.updateData(n),this._lastZlevel=l},updateLayout:function(t,e,i){this._lineDraw.updateLayout(t);var n=i.getZr();"svg"===n.painter.getType()||n.painter.getLayer(this._lastZlevel).clear(!0)},remove:function(t,e){this._lineDraw&&this._lineDraw.remove(e,!0);var i=e.getZr();"svg"===i.painter.getType()||i.painter.getLayer(this._lastZlevel).clear(!0)},dispose:function(){}});or(function(t){t.eachSeriesByType("lines",function(t){var e=t.coordinateSystem,i=t.getData();i.each(function(n){var o=i.getItemModel(n),a=o.option instanceof Array?o.option:o.get("coords"),r=[];if(t.get("polyline"))for(var s=0;s0){var I=a(v)?s:l;v>0&&(v=v*S+w),x[_++]=I[M],x[_++]=I[M+1],x[_++]=I[M+2],x[_++]=I[M+3]*v*256}else _+=4}return c.putImageData(y,0,0),u},_getBrush:function(){var t=this._brushCanvas||(this._brushCanvas=iy()),e=this.pointSize+this.blurSize,i=2*e;t.width=i,t.height=i;var n=t.getContext("2d");return n.clearRect(0,0,i,i),n.shadowOffsetX=i,n.shadowBlur=this.blurSize,n.shadowColor="#000",n.beginPath(),n.arc(-e,e,this.pointSize,0,2*Math.PI,!0),n.closePath(),n.fill(),t},_getGradient:function(t,e,i){for(var n=this._gradientPixels,o=n[i]||(n[i]=new Uint8ClampedArray(1024)),a=[0,0,0,0],r=0,s=0;s<256;s++)e[i](s/255,!0,a),o[r++]=a[0],o[r++]=a[1],o[r++]=a[2],o[r++]=a[3];return o}},ur({type:"heatmap",render:function(t,e,i){var n;e.eachComponent("visualMap",function(e){e.eachTargetSeries(function(i){i===t&&(n=e)})}),this.group.removeAll();var o=t.coordinateSystem;"cartesian2d"===o.type||"calendar"===o.type?this._renderOnCartesianAndCalendar(o,t,i):Rd(o)&&this._renderOnGeo(o,t,n,i)},dispose:function(){},_renderOnCartesianAndCalendar:function(t,e,i){if("cartesian2d"===t.type)var n=t.getAxis("x"),o=t.getAxis("y"),r=n.getBandWidth(),s=o.getBandWidth();var l=this.group,h=e.getData(),u=e.getModel("itemStyle.normal").getItemStyle(["color"]),c=e.getModel("itemStyle.emphasis").getItemStyle(),d=e.getModel("label.normal"),f=e.getModel("label.emphasis"),g=t.type,p="cartesian2d"===g?[e.coordDimToDataDim("x")[0],e.coordDimToDataDim("y")[0],e.coordDimToDataDim("value")[0]]:[e.coordDimToDataDim("time")[0],e.coordDimToDataDim("value")[0]];h.each(function(i){var n;if("cartesian2d"===g){if(isNaN(h.get(p[2],i)))return;var o=t.dataToPoint([h.get(p[0],i),h.get(p[1],i)]);n=new db({shape:{x:o[0]-r/2,y:o[1]-s/2,width:r,height:s},style:{fill:h.getItemVisual(i,"color"),opacity:h.getItemVisual(i,"opacity")}})}else{if(isNaN(h.get(p[1],i)))return;n=new db({z2:1,shape:t.dataToRect([h.get(p[0],i)]).contentShape,style:{fill:h.getItemVisual(i,"color"),opacity:h.getItemVisual(i,"opacity")}})}var m=h.getItemModel(i);h.hasItemOption&&(u=m.getModel("itemStyle.normal").getItemStyle(["color"]),c=m.getModel("itemStyle.emphasis").getItemStyle(),d=m.getModel("label.normal"),f=m.getModel("label.emphasis"));var v=e.getRawValue(i),y="-";v&&null!=v[2]&&(y=v[2]),co(u,c,d,f,{labelFetcher:e,labelDataIndex:i,defaultText:y,isRectText:!0}),n.setStyle(u),uo(n,h.hasItemOption?c:a({},c)),l.add(n),h.setItemGraphicEl(i,n)})},_renderOnGeo:function(t,e,i,n){var o=i.targetVisuals.inRange,a=i.targetVisuals.outOfRange,r=e.getData(),s=this._hmLayer||this._hmLayer||new zd;s.blurSize=e.get("blurSize"),s.pointSize=e.get("pointSize"),s.minOpacity=e.get("minOpacity"),s.maxOpacity=e.get("maxOpacity");var l=t.getViewRect().clone(),h=t.getRoamTransform().transform;l.applyTransform(h);var u=Math.max(l.x,0),c=Math.max(l.y,0),d=Math.min(l.width+l.x,n.getWidth()),f=Math.min(l.height+l.y,n.getHeight()),g=d-u,p=f-c,m=r.mapArray(["lng","lat","value"],function(e,i,n){var o=t.dataToPoint([e,i]);return o[0]-=u,o[1]-=c,o.push(n),o}),v=i.getExtent(),y="visualMap.continuous"===i.type?Ed(v,i.option.range):Nd(v,i.getPieceList(),i.option.selected);s.update(m,g,p,o.color.getNormalizer(),{inRange:o.color.getColorMapper(),outOfRange:a.color.getColorMapper()},y);var x=new qe({style:{width:g,height:p,x:u,y:c,image:s.canvas},silent:!0});this.group.add(x)}});var zA=ZM.extend({type:"series.pictorialBar",dependencies:["grid"],defaultOption:{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",progressive:0,hoverAnimation:!1},getInitialData:function(t){return t.stack=null,zA.superApply(this,"getInitialData",arguments)}}),NA=["itemStyle","normal","borderWidth"],EA=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],RA=new nb;ur({type:"pictorialBar",render:function(t,e,i){var n=this.group,o=t.getData(),a=this._data,r=t.coordinateSystem,s=!!r.getBaseAxis().isHorizontal(),l=r.grid.getRect(),h={ecSize:{width:i.getWidth(),height:i.getHeight()},seriesModel:t,coordSys:r,coordSysExtent:[[l.x,l.x+l.width],[l.y,l.y+l.height]],isHorizontal:s,valueDim:EA[+s],categoryDim:EA[1-s]};return o.diff(a).add(function(t){if(o.hasValue(t)){var e=Yd(o,t),i=Vd(o,t,e,h),a=Qd(o,h,i);o.setItemGraphicEl(t,a),n.add(a),rf(a,h,i)}}).update(function(t,e){var i=a.getItemGraphicEl(e);if(o.hasValue(t)){var r=Yd(o,t),s=Vd(o,t,r,h),l=nf(o,s);i&&l!==i.__pictorialShapeStr&&(n.remove(i),o.setItemGraphicEl(t,null),i=null),i?tf(i,h,s):i=Qd(o,h,s,!0),o.setItemGraphicEl(t,i),i.__pictorialSymbolMeta=s,n.add(i),rf(i,h,s)}else n.remove(i)}).remove(function(t){var e=a.getItemGraphicEl(t);e&&ef(a,t,e.__pictorialSymbolMeta.animationModel,e)}).execute(),this._data=o,this.group},dispose:N,remove:function(t,e){var i=this.group,n=this._data;t.get("animation")?n&&n.eachItemGraphicEl(function(e){ef(n,e.dataIndex,t,e)}):i.removeAll()}});or(v(nl,"pictorialBar")),ar(v(cM,"pictorialBar","roundRect",null));var VA=function(t,e,i,n,o){US.call(this,t,e,i),this.type=n||"value",this.position=o||"bottom",this.orient=null,this._labelInterval=null};VA.prototype={constructor:VA,model:null,isHorizontal:function(){var t=this.position;return"top"===t||"bottom"===t},pointToData:function(t,e){return this.coordinateSystem.pointToData(t,e)[0]},toGlobalCoord:null,toLocalCoord:null},h(VA,US),lf.prototype={type:"singleAxis",axisPointerEnabled:!0,constructor:lf,_init:function(t,e,i){var n=this.dimension,o=new VA(n,Er(t),[0,0],t.get("type"),t.get("position")),a="category"===o.type;o.onBand=a&&t.get("boundaryGap"),o.inverse=t.get("inverse"),o.orient=t.get("orient"),t.axis=o,o.model=t,o.coordinateSystem=this,this._axis=o},update:function(t,e){t.eachSeries(function(t){if(t.coordinateSystem===this){var e=t.getData(),i=this.dimension;this._axis.scale.unionExtentFromData(e,t.coordDimToDataDim(i)),Nr(this._axis.scale,this._axis.model)}},this)},resize:function(t,e){this._rect=Ko({left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")},{width:e.getWidth(),height:e.getHeight()}),this._adjustAxis()},getRect:function(){return this._rect},_adjustAxis:function(){var t=this._rect,e=this._axis,i=e.isHorizontal(),n=i?[0,t.width]:[0,t.height],o=e.reverse?1:0;e.setExtent(n[o],n[1-o]),this._updateAxisTransform(e,i?t.x:t.y)},_updateAxisTransform:function(t,e){var i=t.getExtent(),n=i[0]+i[1],o=t.isHorizontal();t.toGlobalCoord=o?function(t){return t+e}:function(t){return n-t+e},t.toLocalCoord=o?function(t){return t-e}:function(t){return n-t+e}},getAxis:function(){return this._axis},getBaseAxis:function(){return this._axis},getAxes:function(){return[this._axis]},getTooltipAxes:function(){return{baseAxes:[this.getAxis()]}},containPoint:function(t){var e=this.getRect(),i=this.getAxis();return"horizontal"===i.orient?i.contain(i.toLocalCoord(t[0]))&&t[1]>=e.y&&t[1]<=e.y+e.height:i.contain(i.toLocalCoord(t[1]))&&t[0]>=e.y&&t[0]<=e.y+e.height},pointToData:function(t){var e=this.getAxis();return[e.coordToData(e.toLocalCoord(t["horizontal"===e.orient?0:1]))]},dataToPoint:function(t){var e=this.getAxis(),i=this.getRect(),n=[],o="horizontal"===e.orient?0:1;return t instanceof Array&&(t=t[0]),n[o]=e.toGlobalCoord(e.dataToCoord(+t)),n[1-o]=0===o?i.y+i.height/2:i.x+i.width/2,n}},ua.register("single",{create:function(t,e){var i=[];return t.eachComponent("singleAxis",function(n,o){var a=new lf(n,t,e);a.name="single_"+o,a.resize(n,e),n.coordinateSystem=a,i.push(a)}),t.eachSeries(function(e){if("singleAxis"===e.get("coordinateSystem")){var i=t.queryComponents({mainType:"singleAxis",index:e.get("singleAxisIndex"),id:e.get("singleAxisId")})[0];e.coordinateSystem=i&&i.coordinateSystem}}),i},dimensions:lf.prototype.dimensions});var BA=DM.getInterval,GA=DM.ifIgnoreOnTick,WA=["axisLine","axisTickLabel","axisName"],HA=EM.extend({type:"singleAxis",axisPointerClass:"SingleAxisPointer",render:function(t,e,i,n){var o=this.group;o.removeAll();var a=hf(t),r=new DM(t,a);d(WA,r.add,r),o.add(r.getGroup()),t.get("splitLine.show")&&this._splitLine(t,a.labelInterval),HA.superCall(this,"render",t,e,i,n)},_splitLine:function(t,e){var i=t.axis;if(!i.scale.isBlank()){var n=t.getModel("splitLine"),o=n.getModel("lineStyle"),a=o.get("width"),r=o.get("color"),s=BA(n,e);r=r instanceof Array?r:[r];for(var l=t.coordinateSystem.getRect(),h=i.isHorizontal(),u=[],c=0,d=i.getTicksCoords(),f=[],g=[],p=t.get("axisLabel.showMinLabel"),m=t.get("axisLabel.showMaxLabel"),v=0;v=0)&&i({type:"updateAxisPointer",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})})},remove:function(t,e){Tf(e.getZr(),"axisPointer"),KA.superApply(this._model,"remove",arguments)},dispose:function(t,e){Tf("axisPointer",e),KA.superApply(this._model,"dispose",arguments)}}),JA=Eb(),QA=i,tC=m;(Af.prototype={_group:null,_lastGraphicKey:null,_handle:null,_dragging:!1,_lastValue:null,_lastStatus:null,_payloadInfo:null,animationThreshold:15,render:function(t,e,i,n){var o=e.get("value"),a=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=i,n||this._lastValue!==o||this._lastStatus!==a){this._lastValue=o,this._lastStatus=a;var r=this._group,s=this._handle;if(!a||"hide"===a)return r&&r.hide(),void(s&&s.hide());r&&r.show(),s&&s.show();var l={};this.makeElOption(l,o,t,e,i);var h=l.graphicKey;h!==this._lastGraphicKey&&this.clear(i),this._lastGraphicKey=h;var u=this._moveAnimation=this.determineAnimation(t,e);if(r){var c=v(Cf,e,u);this.updatePointerEl(r,l,c,e),this.updateLabelEl(r,l,c,e)}else r=this._group=new jy,this.createPointerEl(r,l,t,e),this.createLabelEl(r,l,t,e),i.getZr().add(r);Pf(r,e,!0),this._renderHandle(o)}},remove:function(t){this.clear(t)},dispose:function(t){this.clear(t)},determineAnimation:function(t,e){var i=e.get("animation"),n=t.axis,o="category"===n.type,a=e.get("snap");if(!a&&!o)return!1;if("auto"===i||null==i){var r=this.animationThreshold;if(o&&n.getBandWidth()>r)return!0;if(a){var s=Xs(t).seriesDataCount,l=n.getExtent();return Math.abs(l[0]-l[1])/s>r}return!1}return!0===i},makeElOption:function(t,e,i,n,o){},createPointerEl:function(t,e,i,n){var o=e.pointer;if(o){var a=JA(t).pointerEl=new Tb[o.type](QA(e.pointer));t.add(a)}},createLabelEl:function(t,e,i,n){if(e.label){var o=JA(t).labelEl=new db(QA(e.label));t.add(o),Lf(o,n)}},updatePointerEl:function(t,e,i){var n=JA(t).pointerEl;n&&(n.setStyle(e.pointer.style),i(n,{shape:e.pointer.shape}))},updateLabelEl:function(t,e,i,n){var o=JA(t).labelEl;o&&(o.setStyle(e.label.style),i(o,{shape:e.label.shape,position:e.label.position}),Lf(o,n))},_renderHandle:function(t){if(!this._dragging&&this.updateHandleTransform){var e=this._axisPointerModel,i=this._api.getZr(),n=this._handle,o=e.getModel("handle"),a=e.get("status");if(!o.get("show")||!a||"hide"===a)return n&&i.remove(n),void(this._handle=null);var r;this._handle||(r=!0,n=this._handle=Do(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){bx(t.event)},onmousedown:tC(this._onHandleDragMove,this,0,0),drift:tC(this._onHandleDragMove,this),ondragend:tC(this._onHandleDragEnd,this)}),i.add(n)),Pf(n,e,!1);var s=["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];n.setStyle(o.getItemStyle(null,s));var l=o.get("size");y(l)||(l=[l,l]),n.attr("scale",[l[0]/2,l[1]/2]),La(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,r)}},_moveHandleToValue:function(t,e){Cf(this._axisPointerModel,!e&&this._moveAnimation,this._handle,kf(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},_onHandleDragMove:function(t,e){var i=this._handle;if(i){this._dragging=!0;var n=this.updateHandleTransform(kf(i),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=n,i.stopAnimation(),i.attr(kf(n)),JA(i).lastProp=null,this._doDispatchAxisPointer()}},_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}]})}},_onHandleDragEnd:function(t){if(this._dragging=!1,this._handle){var e=this._axisPointerModel.get("value");this._moveHandleToValue(e),this._api.dispatchAction({type:"hideTip"})}},getHandleTransform:null,updateHandleTransform:null,clear:function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),i=this._group,n=this._handle;e&&i&&(this._lastGraphicKey=null,i&&e.remove(i),n&&e.remove(n),this._group=null,this._handle=null,this._payloadInfo=null)},doClear:function(){},buildLabel:function(t,e,i){return i=i||0,{x:t[i],y:t[1-i],width:e[i],height:e[1-i]}}}).constructor=Af,Ki(Af);var eC=Af.extend({makeElOption:function(t,e,i,n,o){var a=i.axis,r=a.grid,s=n.get("type"),l=Hf(r,a).getOtherAxis(a).getGlobalExtent(),h=a.toGlobalCoord(a.dataToCoord(e,!0));if(s&&"none"!==s){var u=Of(n),c=iC[s](a,h,l,u);c.style=u,t.graphicKey=c.type,t.pointer=c}Vf(e,t,Js(r.model,i),i,n,o)},getHandleTransform:function(t,e,i){var n=Js(e.axis.grid.model,e,{labelInside:!1});return n.labelMargin=i.get("handle.margin"),{position:Rf(e.axis,t,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(t,e,i,n){var o=i.axis,a=o.grid,r=o.getGlobalExtent(!0),s=Hf(a,o).getOtherAxis(o).getGlobalExtent(),l="x"===o.dim?0:1,h=t.position;h[l]+=e[l],h[l]=Math.min(r[1],h[l]),h[l]=Math.max(r[0],h[l]);var u=(s[1]+s[0])/2,c=[u,u];c[l]=h[l];var d=[{verticalAlign:"middle"},{align:"center"}];return{position:h,rotation:t.rotation,cursorPoint:c,tooltipOption:d[l]}}}),iC={line:function(t,e,i,n){var o=Bf([e,i[0]],[e,i[1]],Ff(t));return Yn({shape:o,style:n}),{type:"Line",shape:o}},shadow:function(t,e,i,n){var o=t.getBandWidth(),a=i[1]-i[0];return{type:"Rect",shape:Gf([e-o/2,i[0]],[o,a],Ff(t))}}};EM.registerAxisPointerClass("CartesianAxisPointer",eC),tr(function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!y(e)&&(t.axisPointer.link=[e])}}),er(Pw.PROCESSOR.STATISTIC,function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=Bs(t,e)}),ir({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},function(t,e,i){var n=t.currTrigger,o=[t.x,t.y],a=t,r=t.dispatchAction||m(i.dispatchAction,i),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){xf(o)&&(o=UA({seriesIndex:a.seriesIndex,dataIndex:a.dataIndex},e).point);var l=xf(o),h=a.axesInfo,u=s.axesInfo,c="leave"===n||xf(o),d={},f={},g={list:[],map:{}},p={showPointer:jA(df,f),showTooltip:jA(ff,g)};XA(s.coordSysMap,function(t,e){var i=l||t.containPoint(o);XA(s.coordSysAxesInfo[e],function(t,e){var n=t.axis,a=vf(h,t);if(!c&&i&&(!h||a)){var r=a&&a.value;null!=r||l||(r=n.pointToData(o)),null!=r&&uf(t,r,p,!1,d)}})});var v={};return XA(u,function(t,e){var i=t.linkGroup;i&&!f[e]&&XA(i.axesInfo,function(e,n){var o=f[n];if(e!==t&&o){var a=o.value;i.mapper&&(a=t.axis.scale.parse(i.mapper(a,yf(e),yf(t)))),v[t.key]=a}})}),XA(v,function(t,e){uf(u[e],t,p,!0,d)}),gf(f,u,d),pf(g,o,t,r),mf(u,0,i),d}});var nC=["x","y"],oC=["width","height"],aC=Af.extend({makeElOption:function(t,e,i,n,o){var a=i.axis,r=a.coordinateSystem,s=Uf(r,1-Zf(a)),l=r.dataToPoint(e)[0],h=n.get("type");if(h&&"none"!==h){var u=Of(n),c=rC[h](a,l,s,u);c.style=u,t.graphicKey=c.type,t.pointer=c}Vf(e,t,hf(i),i,n,o)},getHandleTransform:function(t,e,i){var n=hf(e,{labelInside:!1});return n.labelMargin=i.get("handle.margin"),{position:Rf(e.axis,t,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(t,e,i,n){var o=i.axis,a=o.coordinateSystem,r=Zf(o),s=Uf(a,r),l=t.position;l[r]+=e[r],l[r]=Math.min(s[1],l[r]),l[r]=Math.max(s[0],l[r]);var h=Uf(a,1-r),u=(h[1]+h[0])/2,c=[u,u];return c[r]=l[r],{position:l,rotation:t.rotation,cursorPoint:c,tooltipOption:{verticalAlign:"middle"}}}}),rC={line:function(t,e,i,n){var o=Bf([e,i[0]],[e,i[1]],Zf(t));return Yn({shape:o,style:n}),{type:"Line",shape:o}},shadow:function(t,e,i,n){var o=t.getBandWidth(),a=i[1]-i[0];return{type:"Rect",shape:Gf([e-o/2,i[0]],[o,a],Zf(t))}}};EM.registerAxisPointerClass("SingleAxisPointer",aC),lr({type:"single"});var sC=yw.extend({type:"series.themeRiver",dependencies:["singleAxis"],nameMap:null,init:function(t){sC.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()}},fixData:function(t){for(var e=t.length,i=f(jc().key(function(t){return t[2]}).entries(t),function(t){return{name:t.key,dataList:t.values}}),n=i.length,o=-1,a=-1,r=0;ro&&(o=s,a=r)}for(var l=0;ln[1]&&n.reverse(),{coordSys:{type:"polar",cx:t.cx,cy:t.cy,r:n[1],r0:n[0]},api:{coord:m(function(n){var o=e.dataToRadius(n[0]),a=i.dataToAngle(n[1]),r=t.coordToPoint([o,a]);return r.push(o,a*Math.PI/180),r}),size:m(Jf,t)}}},calendar:function(t){var e=t.getRect(),i=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:i.start,end:i.end,weeks:i.weeks,dayCount:i.allDay}},api:{coord:m(t.dataToPoint,t)}}}};hr({type:"series.custom",dependencies:["grid","polar","geo","singleAxis","calendar"],defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0},getInitialData:function(t,e){return Sr(t.data,this,e)}}),ur({type:"custom",_data:null,render:function(t,e,i){var n=this._data,o=t.getData(),a=this.group,r=ig(t,o,e,i);o.diff(n).add(function(e){o.hasValue(e)&&og(null,e,r(e),t,a,o)}).update(function(e,i){var s=n.getItemGraphicEl(i);o.hasValue(e)?og(s,e,r(e),t,a,o):s&&a.remove(s)}).remove(function(t){var e=n.getItemGraphicEl(t);e&&a.remove(e)}).execute(),this._data=o},dispose:N}),tr(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]}])});var gC=sr({type:"graphic",defaultOption:{elements:[],parentId:null},_elOptionsToUpdate:null,mergeOption:function(t){var e=this.option.elements;this.option.elements=null,gC.superApply(this,"mergeOption",arguments),this.option.elements=e},optionUpdated:function(t,e){var i=this.option,n=(e?i:t).elements,o=i.elements=e?[]:i.elements,a=[];this._flatten(n,a);var r=Vo(o,a);Bo(r);var s=this._elOptionsToUpdate=[];d(r,function(t,e){var i=t.option;i&&(s.push(i),gg(t,i),pg(o,e,i),mg(o[e],i))},this);for(var l=o.length-1;l>=0;l--)null==o[l]?o.splice(l,1):delete o[l].$action},_flatten:function(t,e,i){d(t,function(t){if(t){i&&(t.parentOption=i),e.push(t);var n=t.children;"group"===t.type&&n&&this._flatten(n,e,t),delete t.children}},this)},useElOptionsToUpdate:function(){var t=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,t}});lr({type:"graphic",init:function(t,e){this._elMap=z(),this._lastGraphicModel},render:function(t,e,i){t!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=t,this._updateElements(t,i),this._relocate(t,i)},_updateElements:function(t,e){var i=t.useElOptionsToUpdate();if(i){var n=this._elMap,o=this.group;d(i,function(t){var e=t.$action,i=t.id,a=n.get(i),r=t.parentId,s=null!=r?n.get(r):o;if("text"===t.type){var l=t.style;t.hv&&t.hv[1]&&(l.textVerticalAlign=l.textBaseline=null),!l.hasOwnProperty("textFill")&&l.fill&&(l.textFill=l.fill),!l.hasOwnProperty("textStroke")&&l.stroke&&(l.textStroke=l.stroke)}var h=dg(t);e&&"merge"!==e?"replace"===e?(cg(a,n),ug(i,s,h,n)):"remove"===e&&cg(a,n):a?a.attr(h):ug(i,s,h,n);var u=n.get(i);u&&(u.__ecGraphicWidth=t.width,u.__ecGraphicHeight=t.height)})}},_relocate:function(t,e){for(var i=t.option.elements,n=this.group,o=this._elMap,a=i.length-1;a>=0;a--){var r=i[a],s=o.get(r.id);if(s){var l=s.parent;Jo(s,r,l===n?{width:e.getWidth(),height:e.getHeight()}:{width:l.__ecGraphicWidth||0,height:l.__ecGraphicHeight||0},null,{hv:r.hv,boundingMode:r.bounding})}}},_clear:function(){var t=this._elMap;t.each(function(e){cg(e,t)}),this._elMap=z()},dispose:function(){this._clear()}});var pC=sr({type:"legend.plain",dependencies:["series"],layoutMode:{type:"box",ignoreSize:!0},init:function(t,e,i){this.mergeDefaultAndTheme(t,i),t.selected=t.selected||{}},mergeOption:function(t){pC.superCall(this,"mergeOption",t)},optionUpdated:function(){this._updateData(this.ecModel);var t=this._data;if(t[0]&&"single"===this.get("selectedMode")){for(var e=!1,i=0;i=0},defaultOption:{zlevel:0,z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,inactiveColor:"#ccc",textStyle:{color:"#333"},selectedMode:!0,tooltip:{show:!1}}});ir("legendToggleSelect","legendselectchanged",v(vg,"toggleSelected")),ir("legendSelect","legendselected",v(vg,"select")),ir("legendUnSelect","legendunselected",v(vg,"unSelect"));var mC=v,vC=d,yC=jy,xC=lr({type:"legend.plain",newlineDisabled:!1,init:function(){this.group.add(this._contentGroup=new yC),this._backgroundEl},getContentGroup:function(){return this._contentGroup},render:function(t,e,i){if(this.resetInner(),t.get("show",!0)){var n=t.get("align");n&&"auto"!==n||(n="right"===t.get("left")&&"vertical"===t.get("orient")?"right":"left"),this.renderInner(n,t,e,i);var o=t.getBoxLayoutParams(),a={width:i.getWidth(),height:i.getHeight()},s=t.get("padding"),l=Ko(o,a,s),h=this.layoutInner(t,n,l),u=Ko(r({width:h.width,height:h.height},o),a,s);this.group.attr("position",[u.x-h.x,u.y-h.y]),this.group.add(this._backgroundEl=xg(h,t))}},resetInner:function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl)},renderInner:function(t,e,i,n){var o=this.getContentGroup(),a=z(),r=e.get("selectedMode");vC(e.getData(),function(s,l){var h=s.get("name");if(this.newlineDisabled||""!==h&&"\n"!==h){var u=i.getSeriesByName(h)[0];if(!a.get(h))if(u){var c=u.getData(),d=c.getVisual("color");"function"==typeof d&&(d=d(u.getDataParams(0)));var f=c.getVisual("legendSymbol")||"roundRect",g=c.getVisual("symbol");this._createItem(h,l,s,e,f,g,t,d,r).on("click",mC(_g,h,n)).on("mouseover",mC(bg,u,null,n)).on("mouseout",mC(wg,u,null,n)),a.set(h,!0)}else i.eachRawSeries(function(i){if(!a.get(h)&&i.legendDataProvider){var o=i.legendDataProvider(),u=o.indexOfName(h);if(u<0)return;var c=o.getItemVisual(u,"color");this._createItem(h,l,s,e,"roundRect",null,t,c,r).on("click",mC(_g,h,n)).on("mouseover",mC(bg,i,h,n)).on("mouseout",mC(wg,i,h,n)),a.set(h,!0)}},this)}else o.add(new yC({newline:!0}))},this)},_createItem:function(t,e,i,n,o,r,s,l,h){var u=n.get("itemWidth"),c=n.get("itemHeight"),d=n.get("inactiveColor"),f=n.isSelected(t),g=new yC,p=i.getModel("textStyle"),m=i.get("icon"),v=i.getModel("tooltip"),y=v.parentModel;if(o=m||o,g.add(Hr(o,0,0,u,c,f?l:d,!0)),!m&&r&&(r!==o||"none"==r)){var x=.8*c;"none"===r&&(r="circle"),g.add(Hr(r,(u-x)/2,(c-x)/2,x,x,f?l:d))}var _="left"===s?u+5:-5,b=s,w=n.get("formatter"),S=t;"string"==typeof w&&w?S=w.replace("{name}",null!=t?t:""):"function"==typeof w&&(S=w(t)),g.add(new ib({style:fo({},p,{text:S,x:_,y:c/2,textFill:f?p.getTextColor():d,textAlign:b,textVerticalAlign:"middle"})}));var M=new db({shape:g.getBoundingRect(),invisible:!0,tooltip:v.get("show")?a({content:t,formatter:y.get("formatter",!0)||function(){return t},formatterParams:{componentType:"legend",legendIndex:n.componentIndex,name:t,$vars:["name"]}},v.option):null});return g.add(M),g.eachChild(function(t){t.silent=!0}),M.silent=!h,this.getContentGroup().add(g),uo(g),g.__legendDataIndex=e,g},layoutInner:function(t,e,i){var n=this.getContentGroup();Hb(t.get("orient"),n,t.get("itemGap"),i.width,i.height);var o=n.getBoundingRect();return n.attr("position",[-o.x,-o.y]),this.group.getBoundingRect()}});er(function(t){var e=t.findComponents({mainType:"legend"});e&&e.length&&t.filterSeries(function(t){for(var i=0;ii[s],f=[-u.x,-u.y];f[r]=n.position[r];var g=[0,0],p=[-c.x,-c.y],m=T(t.get("pageButtonGap",!0),t.get("itemGap",!0));d&&("end"===t.get("pageButtonPosition",!0)?p[r]+=i[s]-c[s]:g[r]+=c[s]+m),p[1-r]+=u[l]/2-c[l]/2,n.attr("position",f),o.attr("position",g),a.attr("position",p);var v=this.group.getBoundingRect();if((v={x:0,y:0})[s]=d?i[s]:u[s],v[l]=Math.max(u[l],c[l]),v[h]=Math.min(0,c[h]+p[1-r]),o.__rectSize=i[s],d){var y={x:0,y:0};y[s]=Math.max(i[s]-c[s]-m,0),y[l]=v[l],o.setClipPath(new db({shape:y})),o.__rectSize=y[s]}else a.eachChild(function(t){t.attr({invisible:!0,silent:!0})});var x=this._getPageInfo(t);return null!=x.pageIndex&&wo(n,{position:x.contentPosition},!!d&&t),this._updatePageInfoView(t,x),v},_pageGo:function(t,e,i){var n=this._getPageInfo(e)[t];null!=n&&i.dispatchAction({type:"legendScroll",scrollDataIndex:n,legendId:e.id})},_updatePageInfoView:function(t,e){var i=this._controllerGroup;d(["pagePrev","pageNext"],function(n){var o=null!=e[n+"DataIndex"],a=i.childOfName(n);a&&(a.setStyle("fill",o?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),a.cursor=o?"pointer":"default")});var n=i.childOfName("pageText"),o=t.get("pageFormatter"),a=e.pageIndex,r=null!=a?a+1:0,s=e.pageCount;n&&o&&n.setStyle("text",_(o)?o.replace("{current}",r).replace("{total}",s):o({current:r,total:s}))},_getPageInfo:function(t){function e(t){var e=t.getBoundingRect().clone();return e[f]+=t.position[u],e}var i,n,o,a,r=t.get("scrollDataIndex",!0),s=this.getContentGroup(),l=s.getBoundingRect(),h=this._containerGroup.__rectSize,u=t.getOrient().index,c=wC[u],d=wC[1-u],f=SC[u],g=s.position.slice();this._showController?s.eachChild(function(t){t.__legendDataIndex===r&&(a=t)}):a=s.childAt(0);var p=h?Math.ceil(l[c]/h):0;if(a){var m=a.getBoundingRect(),v=a.position[u]+m[f];g[u]=-v-l[f],i=Math.floor(p*(v+m[f]+h/2)/l[c]),i=l[c]&&p?Math.max(0,Math.min(p-1,i)):-1;var y={x:0,y:0};y[c]=h,y[d]=l[d],y[f]=-g[u]-l[f];var x,_=s.children();if(s.eachChild(function(t,i){var n=e(t);n.intersect(y)&&(null==x&&(x=i),o=t.__legendDataIndex),i===_.length-1&&n[f]+n[c]<=y[f]+y[c]&&(o=null)}),null!=x){var b=e(_[x]);if(y[f]=b[f]+b[c]-y[c],x<=0&&b[f]>=y[f])n=null;else{for(;x>0&&e(_[x-1]).intersect(y);)x--;n=_[x].__legendDataIndex}}}return{contentPosition:g,pageIndex:i,pageCount:p,pagePrevDataIndex:n,pageNextDataIndex:o}}});ir("legendScroll","legendscroll",function(t,e){var i=t.scrollDataIndex;null!=i&&e.eachComponent({mainType:"legend",subType:"scroll",query:t},function(t){t.setScrollDataIndex(i)})}),sr({type:"tooltip",dependencies:["axisPointer"],defaultOption:{zlevel:0,z:8,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",confine:!1,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"rgba(50,50,50,0.7)",borderColor:"#333",borderRadius:4,borderWidth:0,padding:5,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#fff",fontSize:14}}});var IC=d,TC=Bi,AC=["","-webkit-","-moz-","-o-"];Ag.prototype={constructor:Ag,_enterable:!0,update:function(){var t=this._container,e=t.currentStyle||document.defaultView.getComputedStyle(t),i=t.style;"absolute"!==i.position&&"absolute"!==e.position&&(i.position="relative")},show:function(t){clearTimeout(this._hideTimeout);var e=this.el;e.style.cssText="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+Tg(t)+";left:"+this._x+"px;top:"+this._y+"px;"+(t.get("extraCssText")||""),e.style.display=e.innerHTML?"block":"none",this._show=!0},setContent:function(t){this.el.innerHTML=null==t?"":t},setEnterable:function(t){this._enterable=t},getSize:function(){var t=this.el;return[t.clientWidth,t.clientHeight]},moveTo:function(t,e){var i,n=this._zr;n&&n.painter&&(i=n.painter.getViewportRootOffset())&&(t+=i.offsetLeft,e+=i.offsetTop);var o=this.el.style;o.left=t+"px",o.top=e+"px",this._x=t,this._y=e},hide:function(){this.el.style.display="none",this._show=!1},hideLater:function(t){!this._show||this._inContent&&this._enterable||(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(m(this.hide,this),t)):this.hide())},isShow:function(){return this._show}};var CC=m,DC=d,LC=Si,kC=new db({shape:{x:-1,y:-1,width:2,height:2}});lr({type:"tooltip",init:function(t,e){if(!Uv.node){var i=new Ag(e.getDom(),e);this._tooltipContent=i}},render:function(t,e,i){if(!Uv.node){this.group.removeAll(),this._tooltipModel=t,this._ecModel=e,this._api=i,this._lastDataByCoordSys=null,this._alwaysShowContent=t.get("alwaysShowContent");var n=this._tooltipContent;n.update(),n.setEnterable(t.get("enterable")),this._initGlobalListener(),this._keepShow()}},_initGlobalListener:function(){var t=this._tooltipModel.get("triggerOn");_f("itemTooltip",this._api,CC(function(e,i,n){"none"!==t&&(t.indexOf(e)>=0?this._tryShow(i,n):"leave"===e&&this._hide(n))},this))},_keepShow:function(){var t=this._tooltipModel,e=this._ecModel,i=this._api;if(null!=this._lastX&&null!=this._lastY&&"none"!==t.get("triggerOn")){var n=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){n.manuallyShowTip(t,e,i,{x:n._lastX,y:n._lastY})})}},manuallyShowTip:function(t,e,i,n){if(n.from!==this.uid&&!Uv.node){var o=Dg(n,i);this._ticket="";var a=n.dataByCoordSys;if(n.tooltip&&null!=n.x&&null!=n.y){var r=kC;r.position=[n.x,n.y],r.update(),r.tooltip=n.tooltip,this._tryShow({offsetX:n.x,offsetY:n.y,target:r},o)}else if(a)this._tryShow({offsetX:n.x,offsetY:n.y,position:n.position,event:{},dataByCoordSys:n.dataByCoordSys,tooltipOption:n.tooltipOption},o);else if(null!=n.seriesIndex){if(this._manuallyAxisShowTip(t,e,i,n))return;var s=UA(n,e),l=s.point[0],h=s.point[1];null!=l&&null!=h&&this._tryShow({offsetX:l,offsetY:h,position:n.position,target:s.el,event:{}},o)}else null!=n.x&&null!=n.y&&(i.dispatchAction({type:"updateAxisPointer",x:n.x,y:n.y}),this._tryShow({offsetX:n.x,offsetY:n.y,position:n.position,target:i.getZr().findHover(n.x,n.y).target,event:{}},o))}},manuallyHideTip:function(t,e,i,n){var o=this._tooltipContent;this._alwaysShowContent||o.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=null,n.from!==this.uid&&this._hide(Dg(n,i))},_manuallyAxisShowTip:function(t,e,i,n){var o=n.seriesIndex,a=n.dataIndex,r=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=o&&null!=a&&null!=r){var s=e.getSeriesByIndex(o);if(s&&"axis"===(t=Cg([s.getData().getItemModel(a),s,(s.coordinateSystem||{}).model,t])).get("trigger"))return i.dispatchAction({type:"updateAxisPointer",seriesIndex:o,dataIndex:a,position:n.position}),!0}},_tryShow:function(t,e){var i=t.target;if(this._tooltipModel){this._lastX=t.offsetX,this._lastY=t.offsetY;var n=t.dataByCoordSys;n&&n.length?this._showAxisTooltip(n,t):i&&null!=i.dataIndex?(this._lastDataByCoordSys=null,this._showSeriesItemTooltip(t,i,e)):i&&i.tooltip?(this._lastDataByCoordSys=null,this._showComponentItemTooltip(t,i,e)):(this._lastDataByCoordSys=null,this._hide(e))}},_showOrMove:function(t,e){var i=t.get("showDelay");e=m(e,this),clearTimeout(this._showTimout),i>0?this._showTimout=setTimeout(e,i):e()},_showAxisTooltip:function(t,e){var i=this._ecModel,n=this._tooltipModel,o=[e.offsetX,e.offsetY],a=[],r=[],s=Cg([e.tooltipOption,n]);DC(t,function(t){DC(t.dataByAxis,function(t){var e=i.getComponent(t.axisDim+"Axis",t.axisIndex),n=t.value,o=[];if(e&&null!=n){var s=Ef(n,e.axis,i,t.seriesDataIndices,t.valueLabelOpt);d(t.seriesDataIndices,function(a){var l=i.getSeriesByIndex(a.seriesIndex),h=a.dataIndexInside,u=l&&l.getDataParams(h);u.axisDim=t.axisDim,u.axisIndex=t.axisIndex,u.axisType=t.axisType,u.axisId=t.axisId,u.axisValue=Br(e.axis,n),u.axisValueLabel=s,u&&(r.push(u),o.push(l.formatTooltip(h,!0)))});var l=s;a.push((l?Gi(l)+"
":"")+o.join("
"))}})},this),a.reverse(),a=a.join("

");var l=e.position;this._showOrMove(s,function(){this._updateContentNotChangedOnAxis(t)?this._updatePosition(s,l,o[0],o[1],this._tooltipContent,r):this._showTooltipContent(s,a,r,Math.random(),o[0],o[1],l)})},_showSeriesItemTooltip:function(t,e,i){var n=this._ecModel,o=e.seriesIndex,a=n.getSeriesByIndex(o),r=e.dataModel||a,s=e.dataIndex,l=e.dataType,h=r.getData(),u=Cg([h.getItemModel(s),r,a&&(a.coordinateSystem||{}).model,this._tooltipModel]),c=u.get("trigger");if(null==c||"item"===c){var d=r.getDataParams(s,l),f=r.formatTooltip(s,!1,l),g="item_"+r.name+"_"+s;this._showOrMove(u,function(){this._showTooltipContent(u,f,d,g,t.offsetX,t.offsetY,t.position,t.target)}),i({type:"showTip",dataIndexInside:s,dataIndex:h.getRawIndex(s),seriesIndex:o,from:this.uid})}},_showComponentItemTooltip:function(t,e,i){var n=e.tooltip;if("string"==typeof n){var o=n;n={content:o,formatter:o}}var a=new Lo(n,this._tooltipModel,this._ecModel),r=a.get("content"),s=Math.random();this._showOrMove(a,function(){this._showTooltipContent(a,r,a.get("formatterParams")||{},s,t.offsetX,t.offsetY,t.position,e)}),i({type:"showTip",from:this.uid})},_showTooltipContent:function(t,e,i,n,o,a,r,s){if(this._ticket="",t.get("showContent")&&t.get("show")){var l=this._tooltipContent,h=t.get("formatter");r=r||t.get("position");var u=e;if(h&&"string"==typeof h)u=Wi(h,i,!0);else if("function"==typeof h){var c=CC(function(e,n){e===this._ticket&&(l.setContent(n),this._updatePosition(t,r,o,a,l,i,s))},this);this._ticket=n,u=h(i,n,c)}l.setContent(u),l.show(t),this._updatePosition(t,r,o,a,l,i,s)}},_updatePosition:function(t,e,i,n,o,a,r){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var h=o.getSize(),u=t.get("align"),c=t.get("verticalAlign"),d=r&&r.getBoundingRect().clone();if(r&&d.applyTransform(r.transform),"function"==typeof e&&(e=e([i,n],a,o.el,d,{viewSize:[s,l],contentSize:h.slice()})),y(e))i=LC(e[0],s),n=LC(e[1],l);else if(b(e)){e.width=h[0],e.height=h[1];var f=Ko(e,{width:s,height:l});i=f.x,n=f.y,u=null,c=null}else"string"==typeof e&&r?(i=(g=Og(e,d,h))[0],n=g[1]):(i=(g=Lg(i,n,o.el,s,l,u?null:20,c?null:20))[0],n=g[1]);if(u&&(i-=zg(u)?h[0]/2:"right"===u?h[0]:0),c&&(n-=zg(c)?h[1]/2:"bottom"===c?h[1]:0),t.get("confine")){var g=kg(i,n,o.el,s,l);i=g[0],n=g[1]}o.moveTo(i,n)},_updateContentNotChangedOnAxis:function(t){var e=this._lastDataByCoordSys,i=!!e&&e.length===t.length;return i&&DC(e,function(e,n){var o=e.dataByAxis||{},a=(t[n]||{}).dataByAxis||[];(i&=o.length===a.length)&&DC(o,function(t,e){var n=a[e]||{},o=t.seriesDataIndices||[],r=n.seriesDataIndices||[];(i&=t.value===n.value&&t.axisType===n.axisType&&t.axisId===n.axisId&&o.length===r.length)&&DC(o,function(t,e){var n=r[e];i&=t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex})})}),this._lastDataByCoordSys=t,!!i},_hide:function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},dispose:function(t,e){Uv.node||(this._tooltipContent.hide(),Tf("itemTooltip",e))}}),ir({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},function(){}),ir({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},function(){}),Vg.prototype={constructor:Vg,pointToData:function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},dataToRadius:US.prototype.dataToCoord,radiusToData:US.prototype.coordToData},h(Vg,US),Bg.prototype={constructor:Bg,pointToData:function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},dataToAngle:US.prototype.dataToCoord,angleToData:US.prototype.coordToData},h(Bg,US);var PC=function(t){this.name=t||"",this.cx=0,this.cy=0,this._radiusAxis=new Vg,this._angleAxis=new Bg,this._radiusAxis.polar=this._angleAxis.polar=this};PC.prototype={type:"polar",axisPointerEnabled:!0,constructor:PC,dimensions:["radius","angle"],model:null,containPoint:function(t){var e=this.pointToCoord(t);return this._radiusAxis.contain(e[0])&&this._angleAxis.contain(e[1])},containData:function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},getAxis:function(t){return this["_"+t+"Axis"]},getAxes:function(){return[this._radiusAxis,this._angleAxis]},getAxesByScale:function(t){var e=[],i=this._angleAxis,n=this._radiusAxis;return i.scale.type===t&&e.push(i),n.scale.type===t&&e.push(n),e},getAngleAxis:function(){return this._angleAxis},getRadiusAxis:function(){return this._radiusAxis},getOtherAxis:function(t){var e=this._angleAxis;return t===e?this._radiusAxis:e},getBaseAxis:function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},getTooltipAxes:function(t){var e=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[e],otherAxes:[this.getOtherAxis(e)]}},dataToPoint:function(t,e){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)])},pointToData:function(t,e){var i=this.pointToCoord(t);return[this._radiusAxis.radiusToData(i[0],e),this._angleAxis.angleToData(i[1],e)]},pointToCoord:function(t){var e=t[0]-this.cx,i=t[1]-this.cy,n=this.getAngleAxis(),o=n.getExtent(),a=Math.min(o[0],o[1]),r=Math.max(o[0],o[1]);n.inverse?a=r-360:r=a+360;var s=Math.sqrt(e*e+i*i);e/=s,i/=s;for(var l=Math.atan2(-i,e)/Math.PI*180,h=lr;)l+=360*h;return[s,l]},coordToPoint:function(t){var e=t[0],i=t[1]/180*Math.PI;return[Math.cos(i)*e+this.cx,-Math.sin(i)*e+this.cy]}};var OC=Ub.extend({type:"polarAxis",axis:null,getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"polar",index:this.option.polarIndex,id:this.option.polarId})[0]}});n(OC.prototype,zS);var zC={angle:{startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:!1}},radius:{splitNumber:5}};_M("angle",OC,Gg,zC.angle),_M("radius",OC,Gg,zC.radius),sr({type:"polar",dependencies:["polarAxis","angleAxis"],coordinateSystem:null,findAxisModel:function(t){var e;return this.ecModel.eachComponent(t,function(t){t.getCoordSysModel()===this&&(e=t)},this),e},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"80%"}});var NC={dimensions:PC.prototype.dimensions,create:function(t,e){var i=[];return t.eachComponent("polar",function(t,n){var o=new PC(n);o.update=Hg;var a=o.getRadiusAxis(),r=o.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");Fg(a,s),Fg(r,l),Wg(o,t,e),i.push(o),t.coordinateSystem=o,o.model=t}),t.eachSeries(function(e){if("polar"===e.get("coordinateSystem")){var i=t.queryComponents({mainType:"polar",index:e.get("polarIndex"),id:e.get("polarId")})[0];e.coordinateSystem=i.coordinateSystem}}),i}};ua.register("polar",NC);var EC=["axisLine","axisLabel","axisTick","splitLine","splitArea"];EM.extend({type:"angleAxis",axisPointerClass:"PolarAxisPointer",render:function(t,e){if(this.group.removeAll(),t.get("show")){var i=t.axis,n=i.polar,o=n.getRadiusAxis().getExtent(),a=i.getTicksCoords();"category"!==i.type&&a.pop(),d(EC,function(e){!t.get(e+".show")||i.scale.isBlank()&&"axisLine"!==e||this["_"+e](t,n,a,o)},this)}},_axisLine:function(t,e,i,n){var o=t.getModel("axisLine.lineStyle"),a=new nb({shape:{cx:e.cx,cy:e.cy,r:n[Ug(e)]},style:o.getLineStyle(),z2:1,silent:!0});a.style.fill=null,this.group.add(a)},_axisTick:function(t,e,i,n){var o=t.getModel("axisTick"),a=(o.get("inside")?-1:1)*o.get("length"),s=n[Ug(e)],l=f(i,function(t){return new fb({shape:Zg(e,[s,s+a],t)})});this.group.add(Ib(l,{style:r(o.getModel("lineStyle").getLineStyle(),{stroke:t.get("axisLine.lineStyle.color")})}))},_axisLabel:function(t,e,i,n){for(var o=t.axis,a=t.get("data"),r=t.getModel("axisLabel"),s=t.getFormattedLabels(),l=r.get("margin"),h=o.getLabelsCoords(),u=0;uf?"left":"right",m=Math.abs(d[1]-g)/c<.3?"middle":d[1]>g?"top":"bottom";a&&a[u]&&a[u].textStyle&&(r=new Lo(a[u].textStyle,r,r.ecModel));var v=new ib({silent:!0});this.group.add(v),fo(v.style,r,{x:d[0],y:d[1],textFill:r.getTextColor()||t.get("axisLine.lineStyle.color"),text:s[u],textAlign:p,textVerticalAlign:m})}},_splitLine:function(t,e,i,n){var o=t.getModel("splitLine").getModel("lineStyle"),a=o.get("color"),s=0;a=a instanceof Array?a:[a];for(var l=[],h=0;h=0?"p":"n",S=i.pointToCoord(M[n]),I=r[u][n][p];if("radius"===g.dim)o=I,s=S[0],c=(h=(-S[1]+d)*Math.PI/180)+f*Math.PI/180,Math.abs(s)0?C=A[1]:C===A[1]&&t<0&&(C=A[0]),r[u][n][p]=C}e.setItemLayout(n,{cx:m,cy:v,r0:o,r:s,startAngle:h,endAngle:c})}},!0)}},this)},"bar")),lr({type:"polar"}),u(Ub.extend({type:"geo",coordinateSystem:null,layoutMode:"box",init:function(t){Ub.prototype.init.apply(this,arguments),zo(t.label,["show"])},optionUpdated:function(){var t=this.option,e=this;t.regions=xI.getFilledRegions(t.regions,t.map,t.nameMap),this._optionModelMap=g(t.regions||[],function(t,i){return i.name&&t.set(i.name,new Lo(i,e)),t},z()),this.updateSelectedMap(t.regions)},defaultOption:{zlevel:0,z:0,show:!0,left:"center",top:"center",aspectScale:.75,silent:!1,map:"",boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{normal:{show:!1,color:"#000"},emphasis:{show:!0,color:"rgb(100,0,0)"}},itemStyle:{normal:{borderWidth:.5,borderColor:"#444",color:"#eee"},emphasis:{color:"rgba(255,215,0,0.8)"}},regions:[]},getRegionModel:function(t){return this._optionModelMap.get(t)||new Lo(null,this,this.ecModel)},getFormattedLabel:function(t,e){var i=this.getRegionModel(t).get("label."+e+".formatter"),n={name:t};return"function"==typeof i?(n.status=e,i(n)):"string"==typeof i?i.replace("{a}",null!=t?t:""):void 0},setZoom:function(t){this.option.zoom=t},setCenter:function(t){this.option.center=t}}),$M),lr({type:"geo",init:function(t,e){var i=new Ul(e,!0);this._mapDraw=i,this.group.add(i.group)},render:function(t,e,i,n){if(!n||"geoToggleSelect"!==n.type||n.from!==this.uid){var o=this._mapDraw;t.get("show")?o.draw(t,e,i,this,n):this._mapDraw.group.removeAll(),this.group.silent=t.get("silent")}},dispose:function(){this._mapDraw&&this._mapDraw.remove()}}),qg("toggleSelected",{type:"geoToggleSelect",event:"geoselectchanged"}),qg("select",{type:"geoSelect",event:"geoselected"}),qg("unSelect",{type:"geoUnSelect",event:"geounselected"});var WC=["rect","polygon","keep","clear"],HC=d,FC={lineX:tp(0),lineY:tp(1),rect:{point:function(t,e,i){return t&&i.boundingRect.contain(t[0],t[1])},rect:function(t,e,i){return t&&i.boundingRect.intersect(t)}},polygon:{point:function(t,e,i){return t&&i.boundingRect.contain(t[0],t[1])&&Ur(i.range,t[0],t[1])},rect:function(t,e,i){var n=i.range;if(!t||n.length<=1)return!1;var o=t.x,a=t.y,r=t.width,s=t.height,l=n[0];return!!(Ur(n,o,a)||Ur(n,o+r,a)||Ur(n,o,a+s)||Ur(n,o+r,a+s)||jt.create(t).contain(l[0],l[1])||ip(o,a,o+r,a,n)||ip(o,a,o,a+s,n)||ip(o+r,a,o+r,a+s,n)||ip(o,a+s,o+r,a+s,n))||void 0}}},ZC=d,UC=l,XC=v,jC=["dataToPoint","pointToData"],qC=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],YC=rp.prototype;YC.setOutputRanges=function(t,e){this.matchOutputRanges(t,e,function(t,e,i){if((t.coordRanges||(t.coordRanges=[])).push(e),!t.coordRange){t.coordRange=e;var n=QC[t.brushType](0,i,e);t.__rangeOffset={offset:tD[t.brushType](n.values,t.range,[1,1]),xyMinMax:n.xyMinMax}}})},YC.matchOutputRanges=function(t,e,i){ZC(t,function(t){var n=this.findTargetInfo(t,e);n&&!0!==n&&d(n.coordSyses,function(n){var o=QC[t.brushType](1,n,t.range);i(t,o.values,n,e)})},this)},YC.setInputRanges=function(t,e){ZC(t,function(t){var i=this.findTargetInfo(t,e);if(t.range=t.range||[],i&&!0!==i){t.panelId=i.panelId;var n=QC[t.brushType](0,i.coordSys,t.coordRange),o=t.__rangeOffset;t.range=o?tD[t.brushType](n.values,o.offset,cp(n.xyMinMax,o.xyMinMax)):n.values}},this)},YC.makePanelOpts=function(t,e){return f(this._targetInfoList,function(i){var n=i.getPanelRect();return{panelId:i.panelId,defaultBrushType:e&&e(i),clipPath:Lc(n),isTargetByCursor:Pc(n,t,i.coordSysModel),getLinearBrushOtherExtent:kc(n)}})},YC.controlSeries=function(t,e,i){var n=this.findTargetInfo(t,i);return!0===n||n&&UC(n.coordSyses,e.coordinateSystem)>=0},YC.findTargetInfo=function(t,e){for(var i=this._targetInfoList,n=lp(e,t),o=0;o=0||UC(n,t.getAxis("y").model)>=0)&&a.push(t)}),e.push({panelId:"grid--"+t.id,gridModel:t,coordSysModel:t,coordSys:a[0],coordSyses:a,getPanelRect:JC.grid,xAxisDeclared:r[t.id],yAxisDeclared:s[t.id]})}))},geo:function(t,e){ZC(t.geoModels,function(t){var i=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:i,coordSyses:[i],getPanelRect:JC.geo})})}},KC=[function(t,e){var i=t.xAxisModel,n=t.yAxisModel,o=t.gridModel;return!o&&i&&(o=i.axis.grid.model),!o&&n&&(o=n.axis.grid.model),o&&o===e.gridModel},function(t,e){var i=t.geoModel;return i&&i===e.geoModel}],JC={grid:function(){return this.coordSys.grid.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(Mo(t)),e}},QC={lineX:XC(hp,0),lineY:XC(hp,1),rect:function(t,e,i){var n=e[jC[t]]([i[0][0],i[1][0]]),o=e[jC[t]]([i[0][1],i[1][1]]),a=[sp([n[0],o[0]]),sp([n[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(t,e,i){var n=[[1/0,-1/0],[1/0,-1/0]];return{values:f(i,function(i){var o=e[jC[t]](i);return n[0][0]=Math.min(n[0][0],o[0]),n[1][0]=Math.min(n[1][0],o[1]),n[0][1]=Math.max(n[0][1],o[0]),n[1][1]=Math.max(n[1][1],o[1]),o}),xyMinMax:n}}},tD={lineX:XC(up,0),lineY:XC(up,1),rect:function(t,e,i){return[[t[0][0]-i[0]*e[0][0],t[0][1]-i[0]*e[0][1]],[t[1][0]-i[1]*e[1][0],t[1][1]-i[1]*e[1][1]]]},polygon:function(t,e,i){return f(t,function(t,n){return[t[0]-i[0]*e[n][0],t[1]-i[1]*e[n][1]]})}},eD=["inBrush","outOfBrush"],iD="__ecBrushSelect",nD="__ecInBrushSelectEvent",oD=Pw.VISUAL.BRUSH;or(oD,function(t,e,i){t.eachComponent({mainType:"brush"},function(e){i&&"takeGlobalCursor"===i.type&&e.setBrushOption("brush"===i.key?i.brushOption:{brushType:!1}),(e.brushTargetManager=new rp(e.option,t)).setInputRanges(e.areas,t)})}),ar(oD,function(t,e,n){var o,a,s=[];t.eachComponent({mainType:"brush"},function(e,n){function l(t){return"all"===m||v[t]}function h(t){return!!t.length}function u(t,e){var i=t.coordinateSystem;b|=i.hasAxisBrushed(),l(e)&&i.eachActiveState(t.getData(),function(t,e){"active"===t&&(x[e]=1)})}function c(i,n,o){var a=mp(i);if(a&&!vp(e,n)&&(d(w,function(n){a[n.brushType]&&e.brushTargetManager.controlSeries(n,i,t)&&o.push(n),b|=h(o)}),l(n)&&h(o))){var r=i.getData();r.each(function(t){pp(a,o,r,t)&&(x[t]=1)})}}var g={brushId:e.id,brushIndex:n,brushName:e.name,areas:i(e.areas),selected:[]};s.push(g);var p=e.option,m=p.brushLink,v=[],x=[],_=[],b=0;n||(o=p.throttleType,a=p.throttleDelay);var w=f(e.areas,function(t){return yp(r({boundingRect:aD[t.brushType](t)},t))}),S=Kg(e.option,eD,function(t){t.mappingMethod="fixed"});y(m)&&d(m,function(t){v[t]=1}),t.eachSeries(function(t,e){var i=_[e]=[];"parallel"===t.subType?u(t,e):c(t,e,i)}),t.eachSeries(function(t,e){var i={seriesId:t.id,seriesIndex:e,seriesName:t.name,dataIndex:[]};g.selected.push(i);var n=mp(t),o=_[e],a=t.getData(),r=l(e)?function(t){return x[t]?(i.dataIndex.push(a.getRawIndex(t)),"inBrush"):"outOfBrush"}:function(t){return pp(n,o,a,t)?(i.dataIndex.push(a.getRawIndex(t)),"inBrush"):"outOfBrush"};(l(e)?b:h(o))&&Qg(eD,S,a,r)})}),fp(e,o,a,s,n)});var aD={lineX:N,lineY:N,rect:function(t){return xp(t.range)},polygon:function(t){for(var e,i=t.range,n=0,o=i.length;ne[0][1]&&(e[0][1]=a[0]),a[1]e[1][1]&&(e[1][1]=a[1])}return e&&xp(e)}},rD=["#ddd"];sr({type:"brush",dependencies:["geo","grid","xAxis","yAxis","parallel","series"],defaultOption:{toolbox:null,brushLink:null,seriesIndex:"all",geoIndex:null,xAxisIndex:null,yAxisIndex:null,brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(120,140,180,0.3)",borderColor:"rgba(120,140,180,0.8)"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},areas:[],brushType:null,brushOption:{},coordInfoList:[],optionUpdated:function(t,e){var i=this.option;!e&&Jg(i,t,["inBrush","outOfBrush"]),i.inBrush=i.inBrush||{},i.outOfBrush=i.outOfBrush||{color:rD}},setAreas:function(t){t&&(this.areas=f(t,function(t){return _p(this.option,t)},this))},setBrushOption:function(t){this.brushOption=_p(this.option,t),this.brushType=this.brushOption.brushType}});lr({type:"brush",init:function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new Yu(e.getZr())).on("brush",m(this._onBrush,this)).mount()},render:function(t){return this.model=t,bp.apply(this,arguments)},updateView:bp,updateLayout:bp,updateVisual:bp,dispose:function(){this._brushController.dispose()},_onBrush:function(t,e){var n=this.model.id;this.model.brushTargetManager.setOutputRanges(t,this.ecModel),(!e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:n,areas:i(t),$from:n})}}),ir({type:"brush",event:"brush",update:"updateView"},function(t,e){e.eachComponent({mainType:"brush",query:t},function(e){e.setAreas(t.areas)})}),ir({type:"brushSelect",event:"brushSelected",update:"none"},function(){});var sD={},lD={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:["右键另存为图片"]}}},hD=lD.toolbox.brush;Mp.defaultOption={show:!0,type:["rect","polygon","lineX","lineY","keep","clear"],icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:i(hD.title)};var uD=Mp.prototype;uD.render=uD.updateView=uD.updateLayout=function(t,e,i){var n,o,a;e.eachComponent({mainType:"brush"},function(t){n=t.brushType,o=t.brushOption.brushMode||"single",a|=t.areas.length}),this._brushType=n,this._brushMode=o,d(t.get("type",!0),function(e){t.setIconStatus(e,("keep"===e?"multiple"===o:"clear"===e?a:e===n)?"emphasis":"normal")})},uD.getIcons=function(){var t=this.model,e=t.get("icon",!0),i={};return d(t.get("type",!0),function(t){e[t]&&(i[t]=e[t])}),i},uD.onclick=function(t,e,i){var n=this._brushType,o=this._brushMode;"clear"===i?(e.dispatchAction({type:"axisAreaSelect",intervals:[]}),e.dispatchAction({type:"brush",command:"clear",areas:[]})):e.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===i?n:n!==i&&i,brushMode:"keep"===i?"multiple"===o?"single":"multiple":o}})},wp("brush",Mp),tr(function(t,e){var i=t&&t.brush;if(y(i)||(i=i?[i]:[]),i.length){var n=[];d(i,function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(n=n.concat(e))});var o=t&&t.toolbox;y(o)&&(o=o[0]),o||(o={feature:{}},t.toolbox=[o]);var a=o.feature||(o.feature={}),r=a.brush||(a.brush={}),s=r.type||(r.type=[]);s.push.apply(s,n),Yg(s),e&&!s.length&&s.push.apply(s,WC)}});Ip.prototype={constructor:Ip,type:"calendar",dimensions:["time","value"],getDimensionsInfo:function(){return[{name:"time",type:"time"}]},getRangeInfo:function(){return this._rangeInfo},getModel:function(){return this._model},getRect:function(){return this._rect},getCellWidth:function(){return this._sw},getCellHeight:function(){return this._sh},getOrient:function(){return this._orient},getFirstDayOfWeek:function(){return this._firstDayOfWeek},getDateInfo:function(t){var e=(t=Pi(t)).getFullYear(),i=t.getMonth()+1;i=i<10?"0"+i:i;var n=t.getDate();n=n<10?"0"+n:n;var o=t.getDay();return o=Math.abs((o+7-this.getFirstDayOfWeek())%7),{y:e,m:i,d:n,day:o,time:t.getTime(),formatedDate:e+"-"+i+"-"+n,date:t}},getNextNDay:function(t,e){return 0===(e=e||0)?this.getDateInfo(t):((t=new Date(this.getDateInfo(t).time)).setDate(t.getDate()+e),this.getDateInfo(t))},update:function(t,e){function i(t,e){return null!=t[e]&&"auto"!==t[e]}this._firstDayOfWeek=+this._model.getModel("dayLabel").get("firstDay"),this._orient=this._model.get("orient"),this._lineWidth=this._model.getModel("itemStyle.normal").getItemStyle().lineWidth||0,this._rangeInfo=this._getRangeInfo(this._initRangeOption());var n=this._rangeInfo.weeks||1,o=["width","height"],a=this._model.get("cellSize").slice(),r=this._model.getBoxLayoutParams(),s="horizontal"===this._orient?[n,7]:[7,n];d([0,1],function(t){i(a,t)&&(r[o[t]]=a[t]*s[t])});var l={width:e.getWidth(),height:e.getHeight()},h=this._rect=Ko(r,l);d([0,1],function(t){i(a,t)||(a[t]=h[o[t]]/s[t])}),this._sw=a[0],this._sh=a[1]},dataToPoint:function(t,e){y(t)&&(t=t[0]),null==e&&(e=!0);var i=this.getDateInfo(t),n=this._rangeInfo,o=i.formatedDate;if(e&&!(i.time>=n.start.time&&i.time<=n.end.time))return[NaN,NaN];var a=i.day,r=this._getRangeInfo([n.start.time,o]).nthWeek;return"vertical"===this._orient?[this._rect.x+a*this._sw+this._sw/2,this._rect.y+r*this._sh+this._sh/2]:[this._rect.x+r*this._sw+this._sw/2,this._rect.y+a*this._sh+this._sh/2]},pointToData:function(t){var e=this.pointToDate(t);return e&&e.time},dataToRect:function(t,e){var i=this.dataToPoint(t,e);return{contentShape:{x:i[0]-(this._sw-this._lineWidth)/2,y:i[1]-(this._sh-this._lineWidth)/2,width:this._sw-this._lineWidth,height:this._sh-this._lineWidth},center:i,tl:[i[0]-this._sw/2,i[1]-this._sh/2],tr:[i[0]+this._sw/2,i[1]-this._sh/2],br:[i[0]+this._sw/2,i[1]+this._sh/2],bl:[i[0]-this._sw/2,i[1]+this._sh/2]}},pointToDate:function(t){var e=Math.floor((t[0]-this._rect.x)/this._sw)+1,i=Math.floor((t[1]-this._rect.y)/this._sh)+1,n=this._rangeInfo.range;return"vertical"===this._orient?this._getDateByWeeksAndDay(i,e-1,n):this._getDateByWeeksAndDay(e,i-1,n)},convertToPixel:v(Tp,"dataToPoint"),convertFromPixel:v(Tp,"pointToData"),_initRangeOption:function(){var t=this._model.get("range"),e=t;if(y(e)&&1===e.length&&(e=e[0]),/^\d{4}$/.test(e)&&(t=[e+"-01-01",e+"-12-31"]),/^\d{4}[\/|-]\d{1,2}$/.test(e)){var i=this.getDateInfo(e),n=i.date;n.setMonth(n.getMonth()+1);var o=this.getNextNDay(n,-1);t=[i.formatedDate,o.formatedDate]}/^\d{4}[\/|-]\d{1,2}[\/|-]\d{1,2}$/.test(e)&&(t=[e,e]);var a=this._getRangeInfo(t);return a.start.time>a.end.time&&t.reverse(),t},_getRangeInfo:function(t){var e;(t=[this.getDateInfo(t[0]),this.getDateInfo(t[1])])[0].time>t[1].time&&(e=!0,t.reverse());var i=Math.floor(t[1].time/864e5)-Math.floor(t[0].time/864e5)+1,n=new Date(t[0].time),o=n.getDate(),a=t[1].date.getDate();if(n.setDate(o+i-1),n.getDate()!==a)for(var r=n.getTime()-t[1].time>0?1:-1;n.getDate()!==a&&(n.getTime()-t[1].time)*r>0;)i-=r,n.setDate(o+i-1);var s=Math.floor((i+t[0].day+6)/7),l=e?1-s:s-1;return e&&t.reverse(),{range:[t[0].formatedDate,t[1].formatedDate],start:t[0],end:t[1],allDay:i,weeks:s,nthWeek:l,fweek:t[0].day,lweek:t[1].day}},_getDateByWeeksAndDay:function(t,e,i){var n=this._getRangeInfo(i);if(t>n.weeks||0===t&&en.lweek)return!1;var o=7*(t-1)-n.fweek+e,a=new Date(n.start.time);return a.setDate(n.start.d+o),this.getDateInfo(a)}},Ip.dimensions=Ip.prototype.dimensions,Ip.getDimensionsInfo=Ip.prototype.getDimensionsInfo,Ip.create=function(t,e){var i=[];return t.eachComponent("calendar",function(n){var o=new Ip(n,t,e);i.push(o),n.coordinateSystem=o}),t.eachSeries(function(t){"calendar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("calendarIndex")||0])}),i},ua.register("calendar",Ip);var cD=Ub.extend({type:"calendar",coordinateSystem:null,defaultOption:{zlevel:0,z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{normal:{color:"#fff",borderWidth:1,borderColor:"#ccc"}},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",nameMap:"en",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",nameMap:"en",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},init:function(t,e,i,n){var o=ea(t);cD.superApply(this,"init",arguments),Ap(t,o)},mergeOption:function(t,e){cD.superApply(this,"mergeOption",arguments),Ap(this.option,t)}}),dD={EN:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],CN:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},fD={EN:["S","M","T","W","T","F","S"],CN:["日","一","二","三","四","五","六"]};lr({type:"calendar",_tlpoints:null,_blpoints:null,_firstDayOfMonth:null,_firstDayPoints:null,render:function(t,e,i){var n=this.group;n.removeAll();var o=t.coordinateSystem,a=o.getRangeInfo(),r=o.getOrient();this._renderDayRect(t,a,n),this._renderLines(t,a,r,n),this._renderYearText(t,a,r,n),this._renderMonthText(t,r,n),this._renderWeekText(t,a,r,n)},_renderDayRect:function(t,e,i){for(var n=t.coordinateSystem,o=t.getModel("itemStyle.normal").getItemStyle(),a=n.getCellWidth(),r=n.getCellHeight(),s=e.start.time;s<=e.end.time;s=n.getNextNDay(s,1).time){var l=n.dataToRect([s],!1).tl,h=new db({shape:{x:l[0],y:l[1],width:a,height:r},cursor:"default",style:o});i.add(h)}},_renderLines:function(t,e,i,n){function o(e){a._firstDayOfMonth.push(r.getDateInfo(e)),a._firstDayPoints.push(r.dataToRect([e],!1).tl);var o=a._getLinePointsOfOneWeek(t,e,i);a._tlpoints.push(o[0]),a._blpoints.push(o[o.length-1]),l&&a._drawSplitline(o,s,n)}var a=this,r=t.coordinateSystem,s=t.getModel("splitLine.lineStyle").getLineStyle(),l=t.get("splitLine.show"),h=s.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var u=e.start,c=0;u.time<=e.end.time;c++){o(u.formatedDate),0===c&&(u=r.getDateInfo(e.start.y+"-"+e.start.m));var d=u.date;d.setMonth(d.getMonth()+1),u=r.getDateInfo(d)}o(r.getNextNDay(e.end.time,1).formatedDate),l&&this._drawSplitline(a._getEdgesPoints(a._tlpoints,h,i),s,n),l&&this._drawSplitline(a._getEdgesPoints(a._blpoints,h,i),s,n)},_getEdgesPoints:function(t,e,i){var n=[t[0].slice(),t[t.length-1].slice()],o="horizontal"===i?0:1;return n[0][o]=n[0][o]-e/2,n[1][o]=n[1][o]+e/2,n},_drawSplitline:function(t,e,i){var n=new cb({z2:20,shape:{points:t},style:e});i.add(n)},_getLinePointsOfOneWeek:function(t,e,i){var n=t.coordinateSystem;e=n.getDateInfo(e);for(var o=[],a=0;a<7;a++){var r=n.getNextNDay(e.time,a),s=n.dataToRect([r.time],!1);o[2*r.day]=s.tl,o[2*r.day+1]=s["horizontal"===i?"bl":"tr"]}return o},_formatterLabel:function(t,e){return"string"==typeof t&&t?Hi(t,e):"function"==typeof t?t(e):e.nameMap},_yearTextPositionControl:function(t,e,i,n,o){e=e.slice();var a=["center","bottom"];"bottom"===n?(e[1]+=o,a=["center","top"]):"left"===n?e[0]-=o:"right"===n?(e[0]+=o,a=["center","top"]):e[1]-=o;var r=0;return"left"!==n&&"right"!==n||(r=Math.PI/2),{rotation:r,position:e,style:{textAlign:a[0],textVerticalAlign:a[1]}}},_renderYearText:function(t,e,i,n){var o=t.getModel("yearLabel");if(o.get("show")){var a=o.get("margin"),r=o.get("position");r||(r="horizontal"!==i?"top":"left");var s=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],l=(s[0][0]+s[1][0])/2,h=(s[0][1]+s[1][1])/2,u="horizontal"===i?0:1,c={top:[l,s[u][1]],bottom:[l,s[1-u][1]],left:[s[1-u][0],h],right:[s[u][0],h]},d=e.start.y;+e.end.y>+e.start.y&&(d=d+"-"+e.end.y);var f=o.get("formatter"),g={start:e.start.y,end:e.end.y,nameMap:d},p=this._formatterLabel(f,g),m=new ib({z2:30});fo(m.style,o,{text:p}),m.attr(this._yearTextPositionControl(m,c[r],i,r,a)),n.add(m)}},_monthTextPositionControl:function(t,e,i,n,o){var a="left",r="top",s=t[0],l=t[1];return"horizontal"===i?(l+=o,e&&(a="center"),"start"===n&&(r="bottom")):(s+=o,e&&(r="middle"),"start"===n&&(a="right")),{x:s,y:l,textAlign:a,textVerticalAlign:r}},_renderMonthText:function(t,e,i){var n=t.getModel("monthLabel");if(n.get("show")){var o=n.get("nameMap"),r=n.get("margin"),s=n.get("position"),l=n.get("align"),h=[this._tlpoints,this._blpoints];_(o)&&(o=dD[o.toUpperCase()]||[]);var u="start"===s?0:1,c="horizontal"===e?0:1;r="start"===s?-r:r;for(var d="center"===l,f=0;f=a[0]&&t<=a[1]}if(t===this._dataZoomModel){var i=this._dimName,n=this.getTargetSeriesModels(),o=t.get("filterMode"),a=this._valueWindow;if("none"!==o){var r=this.getOtherAxisModel();t.get("$fromToolbox")&&r&&"category"===r.get("type")&&(o="empty"),mD(n,function(t){var n=t.getData(),r=t.coordDimToDataDim(i);"weakFilter"===o?n&&n.filterSelf(function(t){for(var e,i,o,s=0;sa[1];if(h&&!u&&!c)return!0;h&&(o=!0),u&&(e=!0),c&&(i=!0)}return o&&e&&i}):n&&mD(r,function(i){"empty"===o?t.setData(n.map(i,function(t){return e(t)?t:NaN})):n.filterSelf(i,e)})})}}}};var xD=d,_D=pD,bD=sr({type:"dataZoom",dependencies:["xAxis","yAxis","zAxis","radiusAxis","angleAxis","singleAxis","series"],defaultOption:{zlevel:0,z:4,orient:null,xAxisIndex:null,yAxisIndex:null,filterMode:"filter",throttle:null,start:0,end:100,startValue:null,endValue:null,minSpan:null,maxSpan:null,minValueSpan:null,maxValueSpan:null,rangeMode:null},init:function(t,e,i){this._dataIntervalByAxis={},this._dataInfo={},this._axisProxies={},this.textStyleModel,this._autoThrottle=!0,this._rangePropMode=["percent","percent"];var n=zp(t);this.mergeDefaultAndTheme(t,i),this.doInit(n)},mergeOption:function(t){var e=zp(t);n(this.option,t,!0),this.doInit(e)},doInit:function(t){var e=this.option;Uv.canvasSupported||(e.realtime=!1),this._setDefaultThrottle(t),Np(this,t),xD([["start","startValue"],["end","endValue"]],function(t,i){"value"===this._rangePropMode[i]&&(e[t[0]]=null)},this),this.textStyleModel=this.getModel("textStyle"),this._resetTarget(),this._giveAxisProxies()},_giveAxisProxies:function(){var t=this._axisProxies;this.eachTargetAxis(function(e,i,n,o){var a=this.dependentModels[e.axis][i],r=a.__dzAxisProxy||(a.__dzAxisProxy=new yD(e.name,i,this,o));t[e.name+"_"+i]=r},this)},_resetTarget:function(){var t=this.option,e=this._judgeAutoMode();_D(function(e){var i=e.axisIndex;t[i]=Oo(t[i])},this),"axisIndex"===e?this._autoSetAxisIndex():"orient"===e&&this._autoSetOrient()},_judgeAutoMode:function(){var t=this.option,e=!1;_D(function(i){null!=t[i.axisIndex]&&(e=!0)},this);var i=t.orient;return null==i&&e?"orient":e?void 0:(null==i&&(t.orient="horizontal"),"axisIndex")},_autoSetAxisIndex:function(){var t=!0,e=this.get("orient",!0),i=this.option,n=this.dependentModels;if(t){var o="vertical"===e?"y":"x";n[o+"Axis"].length?(i[o+"AxisIndex"]=[0],t=!1):xD(n.singleAxis,function(n){t&&n.get("orient",!0)===e&&(i.singleAxisIndex=[n.componentIndex],t=!1)})}t&&_D(function(e){if(t){var n=[],o=this.dependentModels[e.axis];if(o.length&&!n.length)for(var a=0,r=o.length;a0?100:20}},getFirstTargetAxisModel:function(){var t;return _D(function(e){if(null==t){var i=this.get(e.axisIndex);i.length&&(t=this.dependentModels[e.axis][i[0]])}},this),t},eachTargetAxis:function(t,e){var i=this.ecModel;_D(function(n){xD(this.get(n.axisIndex),function(o){t.call(e,n,o,this,i)},this)},this)},getAxisProxy:function(t,e){return this._axisProxies[t+"_"+e]},getAxisModel:function(t,e){var i=this.getAxisProxy(t,e);return i&&i.getAxisModel()},setRawRange:function(t,e){var i=this.option;xD([["start","startValue"],["end","endValue"]],function(e){null==t[e[0]]&&null==t[e[1]]||(i[e[0]]=t[e[0]],i[e[1]]=t[e[1]])},this),!e&&Np(this,t)},getPercentRange:function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},getValueRange:function(t,e){if(null!=t||null!=e)return this.getAxisProxy(t,e).getDataValueWindow();var i=this.findRepresentativeAxisProxy();return i?i.getDataValueWindow():void 0},findRepresentativeAxisProxy:function(t){if(t)return t.__dzAxisProxy;var e=this._axisProxies;for(var i in e)if(e.hasOwnProperty(i)&&e[i].hostedBy(this))return e[i];for(var i in e)if(e.hasOwnProperty(i)&&!e[i].hostedBy(this))return e[i]},getRangePropMode:function(){return this._rangePropMode.slice()}}),wD=xw.extend({type:"dataZoom",render:function(t,e,i,n){this.dataZoomModel=t,this.ecModel=e,this.api=i},getTargetCoordInfo:function(){function t(t,e,i,n){for(var o,a=0;a0&&e%p)g+=f;else{var i=null==t||isNaN(t)||""===t,n=i?0:MD(t,a,h,!0);i&&!l&&e?(c.push([c[c.length-1][0],0]),d.push([d[d.length-1][0],0])):!i&&l&&(c.push([g,0]),d.push([g,0])),c.push([g,n]),d.push([g,n]),g+=f,l=i}});var m=this.dataZoomModel;this._displayables.barGroup.add(new ub({shape:{points:c},style:r({fill:m.get("dataBackgroundColor")},m.getModel("dataBackground.areaStyle").getAreaStyle()),silent:!0,z2:-20})),this._displayables.barGroup.add(new cb({shape:{points:d},style:m.getModel("dataBackground.lineStyle").getLineStyle(),silent:!0,z2:-19}))}}},_prepareDataShadowInfo:function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(!1!==e){var i,n=this.ecModel;return t.eachTargetAxis(function(o,a){d(t.getAxisProxy(o.name,a).getTargetSeriesModels(),function(t){if(!(i||!0!==e&&l(LD,t.get("type"))<0)){var r,s=n.getComponent(o.axis,a).axis,h=Ep(o.name),u=t.coordinateSystem;null!=h&&u.getOtherAxis&&(r=u.getOtherAxis(s).inverse),i={thisAxis:s,series:t,thisDim:o.name,otherDim:h,otherAxisInverse:r}}},this)},this),i}},_renderHandle:function(){var t=this._displayables,e=t.handles=[],i=t.handleLabels=[],n=this._displayables.barGroup,o=this._size,a=this.dataZoomModel;n.add(t.filler=new SD({draggable:!0,cursor:Rp(this._orient),drift:TD(this._onDragMove,this,"all"),onmousemove:function(t){bx(t.event)},ondragstart:TD(this._showDataInfo,this,!0),ondragend:TD(this._onDragEnd,this),onmouseover:TD(this._showDataInfo,this,!0),onmouseout:TD(this._showDataInfo,this,!1),style:{fill:a.get("fillerColor"),textPosition:"inside"}})),n.add(new SD($n({silent:!0,shape:{x:0,y:0,width:o[0],height:o[1]},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:"rgba(0,0,0,0)"}}))),AD([0,1],function(t){var o=Do(a.get("handleIcon"),{cursor:Rp(this._orient),draggable:!0,drift:TD(this._onDragMove,this,t),onmousemove:function(t){bx(t.event)},ondragend:TD(this._onDragEnd,this),onmouseover:TD(this._showDataInfo,this,!0),onmouseout:TD(this._showDataInfo,this,!1)},{x:-1,y:0,width:2,height:2}),r=o.getBoundingRect();this._handleHeight=Si(a.get("handleSize"),this._size[1]),this._handleWidth=r.width/r.height*this._handleHeight,o.setStyle(a.getModel("handleStyle").getItemStyle());var s=a.get("handleColor");null!=s&&(o.style.fill=s),n.add(e[t]=o);var l=a.textStyleModel;this.group.add(i[t]=new ib({silent:!0,invisible:!0,style:{x:0,y:0,text:"",textVerticalAlign:"middle",textAlign:"center",textFill:l.getTextColor(),textFont:l.getFont()},z2:10}))},this)},_resetInterval:function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[MD(t[0],[0,100],e,!0),MD(t[1],[0,100],e,!0)]},_updateInterval:function(t,e){var i=this.dataZoomModel,n=this._handleEnds,o=this._getViewExtent(),a=i.findRepresentativeAxisProxy().getMinMaxSpan(),r=[0,100];OT(e,n,o,i.get("zoomLock")?"all":t,null!=a.minSpan?MD(a.minSpan,r,o,!0):null,null!=a.maxSpan?MD(a.maxSpan,r,o,!0):null),this._range=ID([MD(n[0],o,r,!0),MD(n[1],o,r,!0)])},_updateView:function(t){var e=this._displayables,i=this._handleEnds,n=ID(i.slice()),o=this._size;AD([0,1],function(t){var n=e.handles[t],a=this._handleHeight;n.attr({scale:[a/2,a/2],position:[i[t],o[1]/2-a/2]})},this),e.filler.setShape({x:n[0],y:0,width:n[1]-n[0],height:o[1]}),this._updateDataInfo(t)},_updateDataInfo:function(t){function e(t){var e=Mo(n.handles[t].parent,this.group),i=To(0===t?"right":"left",e),s=this._handleWidth/2+DD,l=Io([c[t]+(0===t?-s:s),this._size[1]/2],e);o[t].setStyle({x:l[0],y:l[1],textVerticalAlign:a===CD?"middle":i,textAlign:a===CD?i:"center",text:r[t]})}var i=this.dataZoomModel,n=this._displayables,o=n.handleLabels,a=this._orient,r=["",""];if(i.get("showDetail")){var s=i.findRepresentativeAxisProxy();if(s){var l=s.getAxisModel().axis,h=this._range,u=t?s.calculateDataWindow({start:h[0],end:h[1]}).valueWindow:s.getDataValueWindow();r=[this._formatLabel(u[0],l),this._formatLabel(u[1],l)]}}var c=ID(this._handleEnds.slice());e.call(this,0),e.call(this,1)},_formatLabel:function(t,e){var i=this.dataZoomModel,n=i.get("labelFormatter"),o=i.get("labelPrecision");null!=o&&"auto"!==o||(o=e.getPixelPrecision());var a=null==t||isNaN(t)?"":"category"===e.type||"time"===e.type?e.scale.getLabel(Math.round(t)):t.toFixed(Math.min(o,20));return x(n)?n(t,a):_(n)?n.replace("{value}",a):a},_showDataInfo:function(t){t=this._dragging||t;var e=this._displayables.handleLabels;e[0].attr("invisible",!t),e[1].attr("invisible",!t)},_onDragMove:function(t,e,i){this._dragging=!0;var n=Io([e,i],this._displayables.barGroup.getLocalTransform(),!0);this._updateInterval(t,n[0]);var o=this.dataZoomModel.get("realtime");this._updateView(!o),o&&o&&this._dispatchZoomAction()},_onDragEnd:function(){this._dragging=!1,this._showDataInfo(!1),this._dispatchZoomAction()},_onClickPanelClick:function(t){var e=this._size,i=this._displayables.barGroup.transformCoordToLocal(t.offsetX,t.offsetY);if(!(i[0]<0||i[0]>e[0]||i[1]<0||i[1]>e[1])){var n=this._handleEnds,o=(n[0]+n[1])/2;this._updateInterval("all",i[0]-o),this._updateView(),this._dispatchZoomAction()}},_dispatchZoomAction:function(){var t=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,start:t[0],end:t[1]})},_findCoordRect:function(){var t;if(AD(this.getTargetCoordInfo(),function(e){if(!t&&e.length){var i=e[0].model.coordinateSystem;t=i.getRect&&i.getRect()}}),!t){var e=this.api.getWidth(),i=this.api.getHeight();t={x:.2*e,y:.2*i,width:.6*e,height:.6*i}}return t}});bD.extend({type:"dataZoom.inside",defaultOption:{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,preventDefaultMouseMove:!0}});var PD=v,OD="\0_ec_dataZoom_roams",zD=m,ND=wD.extend({type:"dataZoom.inside",init:function(t,e){this._range},render:function(t,e,i,n){ND.superApply(this,"render",arguments),Gp(n,t.id)&&(this._range=t.getPercentRange()),d(this.getTargetCoordInfo(),function(e,n){var o=f(e,function(t){return Wp(t.model)});d(e,function(e){var a=e.model,r=t.option;Vp(i,{coordId:Wp(a),allCoordIds:o,containsPoint:function(t,e,i){return a.coordinateSystem.containPoint([e,i])},dataZoomId:t.id,throttleRate:t.get("throttle",!0),panGetRange:zD(this._onPan,this,e,n),zoomGetRange:zD(this._onZoom,this,e,n),zoomLock:r.zoomLock,disabled:r.disabled,roamControllerOpt:{zoomOnMouseWheel:r.zoomOnMouseWheel,moveOnMouseMove:r.moveOnMouseMove,preventDefaultMouseMove:r.preventDefaultMouseMove}})},this)},this)},dispose:function(){Bp(this.api,this.dataZoomModel.id),ND.superApply(this,"dispose",arguments),this._range=null},_onPan:function(t,e,i,n,o,a,r,s,l){var h=this._range.slice(),u=t.axisModels[0];if(u){var c=ED[e]([a,r],[s,l],u,i,t),d=c.signal*(h[1]-h[0])*c.pixel/c.pixelLength;return OT(d,h,[0,100],"all"),this._range=h}},_onZoom:function(t,e,i,n,o,a){var r=this._range.slice(),s=t.axisModels[0];if(s){var l=ED[e](null,[o,a],s,i,t),h=(l.signal>0?l.pixelStart+l.pixelLength-l.pixel:l.pixel-l.pixelStart)/l.pixelLength*(r[1]-r[0])+r[0];n=Math.max(1/n,0),r[0]=(r[0]-h)*n+h,r[1]=(r[1]-h)*n+h;var u=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return OT(0,r,[0,100],0,u.minSpan,u.maxSpan),this._range=r}}}),ED={grid:function(t,e,i,n,o){var a=i.axis,r={},s=o.model.coordinateSystem.getRect();return t=t||[0,0],"x"===a.dim?(r.pixel=e[0]-t[0],r.pixelLength=s.width,r.pixelStart=s.x,r.signal=a.inverse?1:-1):(r.pixel=e[1]-t[1],r.pixelLength=s.height,r.pixelStart=s.y,r.signal=a.inverse?-1:1),r},polar:function(t,e,i,n,o){var a=i.axis,r={},s=o.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),h=s.getAngleAxis().getExtent();return t=t?s.pointToCoord(t):[0,0],e=s.pointToCoord(e),"radiusAxis"===i.mainType?(r.pixel=e[0]-t[0],r.pixelLength=l[1]-l[0],r.pixelStart=l[0],r.signal=a.inverse?1:-1):(r.pixel=e[1]-t[1],r.pixelLength=h[1]-h[0],r.pixelStart=h[0],r.signal=a.inverse?-1:1),r},singleAxis:function(t,e,i,n,o){var a=i.axis,r=o.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===a.orient?(s.pixel=e[0]-t[0],s.pixelLength=r.width,s.pixelStart=r.x,s.signal=a.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=r.height,s.pixelStart=r.y,s.signal=a.inverse?-1:1),s}};er(function(t,e){t.eachComponent("dataZoom",function(t){t.eachTargetAxis($p),t.eachTargetAxis(Kp)}),t.eachComponent("dataZoom",function(t){var e=t.findRepresentativeAxisProxy(),i=e.getDataPercentWindow(),n=e.getDataValueWindow();t.setRawRange({start:i[0],end:i[1],startValue:n[0],endValue:n[1]},!0)})}),ir("dataZoom",function(t,e){var i=Dp(m(e.eachComponent,e,"dataZoom"),pD,function(t,e){return t.get(e.axisIndex)}),n=[];e.eachComponent({mainType:"dataZoom",query:t},function(t,e){n.push.apply(n,i(t).nodes)}),d(n,function(e,i){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})})});var RD=d,VD=function(t){var e=t&&t.visualMap;y(e)||(e=e?[e]:[]),RD(e,function(t){if(t){Jp(t,"splitList")&&!Jp(t,"pieces")&&(t.pieces=t.splitList,delete t.splitList);var e=t.pieces;e&&y(e)&&RD(e,function(t){b(t)&&(Jp(t,"start")&&!Jp(t,"min")&&(t.min=t.start),Jp(t,"end")&&!Jp(t,"max")&&(t.max=t.end))})}})};Ub.registerSubTypeDefaulter("visualMap",function(t){return t.categories||(t.pieces?t.pieces.length>0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"}),ar(Pw.VISUAL.COMPONENT,function(t){t.eachComponent("visualMap",function(t){Qp(t)}),tm(t)});var BD={get:function(t,e,n){var o=i((GD[t]||{})[e]);return n&&y(o)?o[o.length-1]:o}},GD={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},WD=jI.mapVisual,HD=jI.eachVisual,FD=y,ZD=d,UD=Ii,XD=wi,jD=N,qD=["#f6efa6","#d88273","#bf444c"],YD=sr({type:"visualMap",dependencies:["series"],stateList:["inRange","outOfRange"],replacableOptionKeys:["inRange","outOfRange","target","controller","color"],dataBound:[-1/0,1/0],layoutMode:{type:"box",ignoreSize:!0},defaultOption:{show:!0,zlevel:0,z:4,seriesIndex:"all",min:0,max:200,dimension:null,inRange:null,outOfRange:null,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,color:null,formatter:null,text:null,textStyle:{color:"#333"}},init:function(t,e,i){this._dataExtent,this.targetVisuals={},this.controllerVisuals={},this.textStyleModel,this.itemSize,this.mergeDefaultAndTheme(t,i)},optionUpdated:function(t,e){var i=this.option;Uv.canvasSupported||(i.realtime=!1),!e&&Jg(i,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},resetVisual:function(t){var e=this.stateList;t=m(t,this),this.controllerVisuals=Kg(this.option.controller,e,t),this.targetVisuals=Kg(this.option.target,e,t)},getTargetSeriesIndices:function(){var t=this.option.seriesIndex,e=[];return null==t||"all"===t?this.ecModel.eachSeries(function(t,i){e.push(i)}):e=Oo(t),e},eachTargetSeries:function(t,e){d(this.getTargetSeriesIndices(),function(i){t.call(e,this.ecModel.getSeriesByIndex(i))},this)},isTargetSeries:function(t){var e=!1;return this.eachTargetSeries(function(i){i===t&&(e=!0)}),e},formatValueText:function(t,e,i){function n(t){return t===l[0]?"min":t===l[1]?"max":(+t).toFixed(Math.min(s,20))}var o,a,r=this.option,s=r.precision,l=this.dataBound,h=r.formatter;return i=i||["<",">"],y(t)&&(t=t.slice(),o=!0),a=e?t:o?[n(t[0]),n(t[1])]:n(t),_(h)?h.replace("{value}",o?a[0]:a).replace("{value2}",o?a[1]:a):x(h)?o?h(t[0],t[1]):h(t):o?t[0]===l[0]?i[0]+" "+a[1]:t[1]===l[1]?i[1]+" "+a[0]:a[0]+" - "+a[1]:a},resetExtent:function(){var t=this.option,e=UD([t.min,t.max]);this._dataExtent=e},getDataDimension:function(t){var e=this.option.dimension;return null!=e?e:t.dimensions.length-1},getExtent:function(){return this._dataExtent.slice()},completeVisualOption:function(){function t(t){FD(e.color)&&!t.inRange&&(t.inRange={color:e.color.slice().reverse()}),t.inRange=t.inRange||{color:qD},ZD(this.stateList,function(e){var i=t[e];if(_(i)){var n=BD.get(i,"active",s);n?(t[e]={},t[e][i]=n):delete t[e]}},this)}var e=this.option,o={inRange:e.inRange,outOfRange:e.outOfRange},a=e.target||(e.target={}),r=e.controller||(e.controller={});n(a,o),n(r,o);var s=this.isCategory();t.call(this,a),t.call(this,r),function(t,e,i){var n=t[e],o=t[i];n&&!o&&(o=t[i]={},ZD(n,function(t,e){if(jI.isValidType(e)){var i=BD.get(e,"inactive",s);null!=i&&(o[e]=i,"color"!==e||o.hasOwnProperty("opacity")||o.hasOwnProperty("colorAlpha")||(o.opacity=[0,0]))}}))}.call(this,a,"inRange","outOfRange"),function(t){var e=(t.inRange||{}).symbol||(t.outOfRange||{}).symbol,n=(t.inRange||{}).symbolSize||(t.outOfRange||{}).symbolSize,o=this.get("inactiveColor");ZD(this.stateList,function(a){var r=this.itemSize,l=t[a];l||(l=t[a]={color:s?o:[o]}),null==l.symbol&&(l.symbol=e&&i(e)||(s?"roundRect":["roundRect"])),null==l.symbolSize&&(l.symbolSize=n&&i(n)||(s?r[0]:[r[0],r[0]])),l.symbol=WD(l.symbol,function(t){return"none"===t||"square"===t?"roundRect":t});var h=l.symbolSize;if(null!=h){var u=-1/0;HD(h,function(t){t>u&&(u=t)}),l.symbolSize=WD(h,function(t){return XD(t,[0,u],[0,r[0]],!0)})}},this)}.call(this,r)},resetItemSize:function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},isCategory:function(){return!!this.option.categories},setSelected:jD,getValueState:jD,getVisualMeta:jD}),$D=[20,140],KD=YD.extend({type:"visualMap.continuous",defaultOption:{align:"auto",calculable:!1,range:null,realtime:!0,itemHeight:null,itemWidth:null,hoverLink:!0,hoverLinkDataSize:null,hoverLinkOnHandle:null},optionUpdated:function(t,e){KD.superApply(this,"optionUpdated",arguments),this.resetExtent(),this.resetVisual(function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()}),this._resetRange()},resetItemSize:function(){KD.superApply(this,"resetItemSize",arguments);var t=this.itemSize;"horizontal"===this._orient&&t.reverse(),(null==t[0]||isNaN(t[0]))&&(t[0]=$D[0]),(null==t[1]||isNaN(t[1]))&&(t[1]=$D[1])},_resetRange:function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):y(e)&&(e[0]>e[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},completeVisualOption:function(){YD.prototype.completeVisualOption.apply(this,arguments),d(this.stateList,function(t){var e=this.option.controller[t].symbolSize;e&&e[0]!==e[1]&&(e[0]=0)},this)},setSelected:function(t){this.option.range=t.slice(),this._resetRange()},getSelected:function(){var t=this.getExtent(),e=Ii((this.get("range")||[]).slice());return e[0]>t[1]&&(e[0]=t[1]),e[1]>t[1]&&(e[1]=t[1]),e[0]=i[1]||t<=e[1])?"inRange":"outOfRange"},findTargetDataIndices:function(t){var e=[];return this.eachTargetSeries(function(i){var n=[],o=i.getData();o.each(this.getDataDimension(o),function(e,i){t[0]<=e&&e<=t[1]&&n.push(i)},!0,this),e.push({seriesId:i.id,dataIndex:n})},this),e},getVisualMeta:function(t){function e(e,i){o.push({value:e,color:t(e,i)})}for(var i=im(0,0,this.getExtent()),n=im(0,0,this.option.range.slice()),o=[],a=0,r=0,s=n.length,l=i.length;rt[1])break;i.push({color:this.getControllerVisual(a,"color",e),offset:o/100})}return i.push({color:this.getControllerVisual(t[1],"color",e),offset:1}),i},_createBarPoints:function(t,e){var i=this.visualMapModel.itemSize;return[[i[0]-e[0],t[0]],[i[0],t[0]],[i[0],t[1]],[i[0]-e[1],t[1]]]},_createBarGroup:function(t){var e=this._orient,i=this.visualMapModel.get("inverse");return new jy("horizontal"!==e||i?"horizontal"===e&&i?{scale:"bottom"===t?[-1,1]:[1,1],rotation:-Math.PI/2}:"vertical"!==e||i?{scale:"left"===t?[1,1]:[-1,1]}:{scale:"left"===t?[1,-1]:[-1,-1]}:{scale:"bottom"===t?[1,1]:[-1,1],rotation:Math.PI/2})},_updateHandle:function(t,e){if(this._useHandle){var i=this._shapes,n=this.visualMapModel,o=i.handleThumbs,a=i.handleLabels;tL([0,1],function(r){var s=o[r];s.setStyle("fill",e.handlesColor[r]),s.position[1]=t[r];var l=Io(i.handleLabelPoints[r],Mo(s,this.group));a[r].setStyle({x:l[0],y:l[1],text:n.formatValueText(this._dataInterval[r]),textVerticalAlign:"middle",textAlign:this._applyTransform("horizontal"===this._orient?0===r?"bottom":"top":"left",i.barGroup)})},this)}},_showIndicator:function(t,e,i,n){var o=this.visualMapModel,a=o.getExtent(),r=o.itemSize,s=[0,r[1]],l=QD(t,a,s,!0),h=this._shapes,u=h.indicator;if(u){u.position[1]=l,u.attr("invisible",!1),u.setShape("points",sm(!!i,n,l,r[1]));var c={convertOpacityToAlpha:!0},d=this.getControllerVisual(t,"color",c);u.setStyle("fill",d);var f=Io(h.indicatorLabelPoint,Mo(u,this.group)),g=h.indicatorLabel;g.attr("invisible",!1);var p=this._applyTransform("left",h.barGroup),m=this._orient;g.setStyle({text:(i||"")+o.formatValueText(e),textVerticalAlign:"horizontal"===m?p:"middle",textAlign:"horizontal"===m?"center":p,x:f[0],y:f[1]})}},_enableHoverLinkToSeries:function(){var t=this;this._shapes.barGroup.on("mousemove",function(e){if(t._hovering=!0,!t._dragging){var i=t.visualMapModel.itemSize,n=t._applyTransform([e.offsetX,e.offsetY],t._shapes.barGroup,!0,!0);n[1]=eL(iL(0,n[1]),i[1]),t._doHoverLinkToSeries(n[1],0<=n[0]&&n[0]<=i[0])}}).on("mouseout",function(){t._hovering=!1,!t._dragging&&t._clearHoverLinkToSeries()})},_enableHoverLinkFromSeries:function(){var t=this.api.getZr();this.visualMapModel.option.hoverLink?(t.on("mouseover",this._hoverLinkFromSeriesMouseOver,this),t.on("mouseout",this._hideIndicator,this)):this._clearHoverLinkFromSeries()},_doHoverLinkToSeries:function(t,e){var i=this.visualMapModel,n=i.itemSize;if(i.option.hoverLink){var o=[0,n[1]],a=i.getExtent();t=eL(iL(o[0],t),o[1]);var r=lm(i,a,o),s=[t-r,t+r],l=QD(t,o,a,!0),h=[QD(s[0],o,a,!0),QD(s[1],o,a,!0)];s[0]o[1]&&(h[1]=1/0),e&&(h[0]===-1/0?this._showIndicator(l,h[1],"< ",r):h[1]===1/0?this._showIndicator(l,h[0],"> ",r):this._showIndicator(l,l,"≈ ",r));var u=this._hoverLinkDataIndices,c=[];(e||hm(i))&&(c=this._hoverLinkDataIndices=i.findTargetDataIndices(h));var d=Wo(u,c);this._dispatchHighDown("downplay",om(d[0])),this._dispatchHighDown("highlight",om(d[1]))}},_hoverLinkFromSeriesMouseOver:function(t){var e=t.target,i=this.visualMapModel;if(e&&null!=e.dataIndex){var n=this.ecModel.getSeriesByIndex(e.seriesIndex);if(i.isTargetSeries(n)){var o=n.getData(e.dataType),a=o.getDimension(i.getDataDimension(o)),r=o.get(a,e.dataIndex,!0);isNaN(r)||this._showIndicator(r,r)}}},_hideIndicator:function(){var t=this._shapes;t.indicator&&t.indicator.attr("invisible",!0),t.indicatorLabel&&t.indicatorLabel.attr("invisible",!0)},_clearHoverLinkToSeries:function(){this._hideIndicator();var t=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",om(t)),t.length=0},_clearHoverLinkFromSeries:function(){this._hideIndicator();var t=this.api.getZr();t.off("mouseover",this._hoverLinkFromSeriesMouseOver),t.off("mouseout",this._hideIndicator)},_applyTransform:function(t,e,i,n){var o=Mo(e,n?null:this.group);return Tb[y(t)?"applyTransform":"transformDirection"](t,o,i)},_dispatchHighDown:function(t,e){e&&e.length&&this.api.dispatchAction({type:t,batch:e})},dispose:function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},remove:function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()}});ir({type:"selectDataRange",event:"dataRangeSelected",update:"update"},function(t,e){e.eachComponent({mainType:"visualMap",query:t},function(e){e.setSelected(t.selected)})}),tr(VD);var rL=YD.extend({type:"visualMap.piecewise",defaultOption:{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieceList:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0,showLabel:null},optionUpdated:function(t,e){rL.superApply(this,"optionUpdated",arguments),this._pieceList=[],this.resetExtent();var n=this._mode=this._determineMode();sL[this._mode].call(this),this._resetSelected(t,e);var o=this.option.categories;this.resetVisual(function(t,e){"categories"===n?(t.mappingMethod="category",t.categories=i(o)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=f(this._pieceList,function(t){var t=i(t);return"inRange"!==e&&(t.visual=null),t}))})},completeVisualOption:function(){function t(t,e,i){return t&&t[e]&&(b(t[e])?t[e].hasOwnProperty(i):t[e]===i)}var e=this.option,i={},n=jI.listVisualTypes(),o=this.isCategory();d(e.pieces,function(t){d(n,function(e){t.hasOwnProperty(e)&&(i[e]=1)})}),d(i,function(i,n){var a=0;d(this.stateList,function(i){a|=t(e,i,n)||t(e.target,i,n)},this),!a&&d(this.stateList,function(t){(e[t]||(e[t]={}))[n]=BD.get(n,"inRange"===t?"active":"inactive",o)})},this),YD.prototype.completeVisualOption.apply(this,arguments)},_resetSelected:function(t,e){var i=this.option,n=this._pieceList,o=(e?i:t).selected||{};if(i.selected=o,d(n,function(t,e){var i=this.getSelectedMapKey(t);o.hasOwnProperty(i)||(o[i]=!0)},this),"single"===i.selectedMode){var a=!1;d(n,function(t,e){var i=this.getSelectedMapKey(t);o[i]&&(a?o[i]=!1:a=!0)},this)}},getSelectedMapKey:function(t){return"categories"===this._mode?t.value+"":t.index+""},getPieceList:function(){return this._pieceList},_determineMode:function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},setSelected:function(t){this.option.selected=i(t)},getValueState:function(t){var e=jI.findPieceIndex(t,this._pieceList);return null!=e&&this.option.selected[this.getSelectedMapKey(this._pieceList[e])]?"inRange":"outOfRange"},findTargetDataIndices:function(t){var e=[];return this.eachTargetSeries(function(i){var n=[],o=i.getData();o.each(this.getDataDimension(o),function(e,i){jI.findPieceIndex(e,this._pieceList)===t&&n.push(i)},!0,this),e.push({seriesId:i.id,dataIndex:n})},this),e},getRepresentValue:function(t){var e;if(this.isCategory())e=t.value;else if(null!=t.value)e=t.value;else{var i=t.interval||[];e=i[0]===-1/0&&i[1]===1/0?0:(i[0]+i[1])/2}return e},getVisualMeta:function(t){function e(e,a){var r=o.getRepresentValue({interval:e});a||(a=o.getValueState(r));var s=t(r,a);e[0]===-1/0?n[0]=s:e[1]===1/0?n[1]=s:i.push({value:e[0],color:s},{value:e[1],color:s})}if(!this.isCategory()){var i=[],n=[],o=this,a=this._pieceList.slice();if(a.length){var r=a[0].interval[0];r!==-1/0&&a.unshift({interval:[-1/0,r]}),(r=a[a.length-1].interval[1])!==1/0&&a.push({interval:[r,1/0]})}else a.push({interval:[-1/0,1/0]});var s=-1/0;return d(a,function(t){var i=t.interval;i&&(i[0]>s&&e([s,i[0]],"outOfRange"),e(i.slice()),s=i[1])},this),{stops:i,outerColors:n}}}}),sL={splitNumber:function(){var t=this.option,e=this._pieceList,i=Math.min(t.precision,20),n=this.getExtent(),o=t.splitNumber;o=Math.max(parseInt(o,10),1),t.splitNumber=o;for(var a=(n[1]-n[0])/o;+a.toFixed(i)!==a&&i<5;)i++;t.precision=i,a=+a.toFixed(i);var r=0;t.minOpen&&e.push({index:r++,interval:[-1/0,n[0]],close:[0,0]});for(var s=n[0],l=r+o;r","≥"][e[0]]];t.text=t.text||this.formatValueText(null!=t.value?t.value:t.interval,!1,i)},this)}};JD.extend({type:"visualMap.piecewise",doRender:function(){var t=this.group;t.removeAll();var e=this.visualMapModel,i=e.get("textGap"),n=e.textStyleModel,o=n.getFont(),a=n.getTextColor(),r=this._getItemAlign(),s=e.itemSize,l=this._getViewData(),h=l.endsText,u=I(e.get("showLabel",!0),!h);h&&this._renderEndsText(t,h[0],s,u,r),d(l.viewPieceList,function(n){var l=n.piece,h=new jy;h.onclick=m(this._onItemClick,this,l),this._enableHoverLink(h,n.indexInModelPieceList);var c=e.getRepresentValue(l);if(this._createItemSymbol(h,c,[0,0,s[0],s[1]]),u){var d=this.visualMapModel.getValueState(c);h.add(new ib({style:{x:"right"===r?-i:s[0]+i,y:s[1]/2,text:l.text,textVerticalAlign:"middle",textAlign:r,textFont:o,textFill:a,opacity:"outOfRange"===d?.5:1}}))}t.add(h)},this),h&&this._renderEndsText(t,h[1],s,u,r),Hb(e.get("orient"),t,e.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},_enableHoverLink:function(t,e){function i(t){var i=this.visualMapModel;i.option.hoverLink&&this.api.dispatchAction({type:t,batch:om(i.findTargetDataIndices(e))})}t.on("mouseover",m(i,this,"highlight")).on("mouseout",m(i,this,"downplay"))},_getItemAlign:function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return nm(t,this.api,t.itemSize);var i=e.align;return i&&"auto"!==i||(i="left"),i},_renderEndsText:function(t,e,i,n,o){if(e){var a=new jy,r=this.visualMapModel.textStyleModel;a.add(new ib({style:{x:n?"right"===o?i[0]:0:i[0]/2,y:i[1]/2,textVerticalAlign:"middle",textAlign:n?o:"center",text:e,textFont:r.getFont(),textFill:r.getTextColor()}})),t.add(a)}},_getViewData:function(){var t=this.visualMapModel,e=f(t.getPieceList(),function(t,e){return{piece:t,indexInModelPieceList:e}}),i=t.get("text"),n=t.get("orient"),o=t.get("inverse");return("horizontal"===n?o:!o)?e.reverse():i&&(i=i.slice().reverse()),{viewPieceList:e,endsText:i}},_createItemSymbol:function(t,e,i){t.add(Hr(this.getControllerVisual(e,"symbol"),i[0],i[1],i[2],i[3],this.getControllerVisual(e,"color")))},_onItemClick:function(t){var e=this.visualMapModel,n=e.option,o=i(n.selected),a=e.getSelectedMapKey(t);"single"===n.selectedMode?(o[a]=!0,d(o,function(t,e){o[e]=e===a})):o[a]=!o[a],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:o})}});tr(VD);var lL=Vi,hL=Gi,uL=sr({type:"marker",dependencies:["series","grid","polar","geo"],init:function(t,e,i,n){this.mergeDefaultAndTheme(t,i),this.mergeOption(t,i,n.createdBySelf,!0)},isAnimationEnabled:function(){if(Uv.node)return!1;var t=this.__hostSeries;return this.getShallow("animation")&&t&&t.isAnimationEnabled()},mergeOption:function(t,e,i,n){var o=this.constructor,r=this.mainType+"Model";i||e.eachSeries(function(t){var i=t.get(this.mainType),s=t[r];i&&i.data?(s?s.mergeOption(i,e,!0):(n&&dm(i),d(i.data,function(t){t instanceof Array?(dm(t[0]),dm(t[1])):dm(t)}),a(s=new o(i,this,e),{mainType:this.mainType,seriesIndex:t.seriesIndex,name:t.name,createdBySelf:!0}),s.__hostSeries=t),t[r]=s):t[r]=null},this)},formatTooltip:function(t){var e=this.getData(),i=this.getRawValue(t),n=y(i)?f(i,lL).join(", "):lL(i),o=e.getName(t),a=hL(this.name);return(null!=i||o)&&(a+="
"),o&&(a+=hL(o),null!=i&&(a+=" : ")),null!=i&&(a+=hL(n)),a},getData:function(){return this._data},setData:function(t){this._data=t}});u(uL,Nb),uL.extend({type:"markPoint",defaultOption:{zlevel:0,z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{normal:{show:!0,position:"inside"},emphasis:{show:!0}},itemStyle:{normal:{borderWidth:2}}}});var cL=l,dL=v,fL={min:dL(mm,"min"),max:dL(mm,"max"),average:dL(mm,"average")},gL=lr({type:"marker",init:function(){this.markerGroupMap=z()},render:function(t,e,i){var n=this.markerGroupMap;n.each(function(t){t.__keep=!1});var o=this.type+"Model";e.eachSeries(function(t){var n=t[o];n&&this.renderSeries(t,n,e,i)},this),n.each(function(t){!t.__keep&&this.group.remove(t.group)},this)},renderSeries:function(){}});gL.extend({type:"markPoint",updateLayout:function(t,e,i){e.eachSeries(function(t){var e=t.markPointModel;e&&(wm(e.getData(),t,i),this.markerGroupMap.get(t.id).updateLayout(e))},this)},renderSeries:function(t,e,i,n){var o=t.coordinateSystem,a=t.id,r=t.getData(),s=this.markerGroupMap,l=s.get(a)||s.set(a,new ts),h=Sm(o,t,e);e.setData(h),wm(e.getData(),t,n),h.each(function(t){var i=h.getItemModel(t),n=i.getShallow("symbolSize");"function"==typeof n&&(n=n(e.getRawValue(t),e.getDataParams(t))),h.setItemVisual(t,{symbolSize:n,color:i.get("itemStyle.normal.color")||r.getVisual("color"),symbol:i.getShallow("symbol")})}),l.updateData(h),this.group.add(l.group),h.eachItemGraphicEl(function(t){t.traverse(function(t){t.dataModel=e})}),l.__keep=!0,l.group.silent=e.get("silent")||t.get("silent")}}),tr(function(t){t.markPoint=t.markPoint||{}}),uL.extend({type:"markLine",defaultOption:{zlevel:0,z:5,symbol:["circle","arrow"],symbolSize:[8,16],precision:2,tooltip:{trigger:"item"},label:{normal:{show:!0,position:"end"},emphasis:{show:!0}},lineStyle:{normal:{type:"dashed"},emphasis:{width:3}},animationEasing:"linear"}});var pL=function(t,e,o,r){var s=t.getData(),l=r.type;if(!y(r)&&("min"===l||"max"===l||"average"===l||null!=r.xAxis||null!=r.yAxis)){var h,u;if(null!=r.yAxis||null!=r.xAxis)h=null!=r.yAxis?"y":"x",e.getAxis(h),u=I(r.yAxis,r.xAxis);else{var c=ym(r,s,e,t);h=c.valueDataDim,c.valueAxis,u=bm(s,h,l)}var d="x"===h?0:1,f=1-d,g=i(r),p={};g.type=null,g.coord=[],p.coord=[],g.coord[f]=-1/0,p.coord[f]=1/0;var m=o.get("precision");m>=0&&"number"==typeof u&&(u=+u.toFixed(Math.min(m,20))),g.coord[d]=p.coord[d]=u,r=[g,p,{type:l,valueIndex:r.valueIndex,value:u}]}return r=[vm(t,r[0]),vm(t,r[1]),a({},r[2])],r[2].type=r[2].type||"",n(r[2],r[0]),n(r[2],r[1]),r};gL.extend({type:"markLine",updateLayout:function(t,e,i){e.eachSeries(function(t){var e=t.markLineModel;if(e){var n=e.getData(),o=e.__from,a=e.__to;o.each(function(e){Am(o,e,!0,t,i),Am(a,e,!1,t,i)}),n.each(function(t){n.setItemLayout(t,[o.getItemLayout(t),a.getItemLayout(t)])}),this.markerGroupMap.get(t.id).updateLayout()}},this)},renderSeries:function(t,e,i,n){function o(e,i,o){var a=e.getItemModel(i);Am(e,i,o,t,n),e.setItemVisual(i,{symbolSize:a.get("symbolSize")||p[o?0:1],symbol:a.get("symbol",!0)||g[o?0:1],color:a.get("itemStyle.normal.color")||s.getVisual("color")})}var a=t.coordinateSystem,r=t.id,s=t.getData(),l=this.markerGroupMap,h=l.get(r)||l.set(r,new Mu);this.group.add(h.group);var u=Cm(a,t,e),c=u.from,d=u.to,f=u.line;e.__from=c,e.__to=d,e.setData(f);var g=e.get("symbol"),p=e.get("symbolSize");y(g)||(g=[g,g]),"number"==typeof p&&(p=[p,p]),u.from.each(function(t){o(c,t,!0),o(d,t,!1)}),f.each(function(t){var e=f.getItemModel(t).get("lineStyle.normal.color");f.setItemVisual(t,{color:e||c.getItemVisual(t,"color")}),f.setItemLayout(t,[c.getItemLayout(t),d.getItemLayout(t)]),f.setItemVisual(t,{fromSymbolSize:c.getItemVisual(t,"symbolSize"),fromSymbol:c.getItemVisual(t,"symbol"),toSymbolSize:d.getItemVisual(t,"symbolSize"),toSymbol:d.getItemVisual(t,"symbol")})}),h.updateData(f),u.line.eachItemGraphicEl(function(t,i){t.traverse(function(t){t.dataModel=e})}),h.__keep=!0,h.group.silent=e.get("silent")||t.get("silent")}}),tr(function(t){t.markLine=t.markLine||{}}),uL.extend({type:"markArea",defaultOption:{zlevel:0,z:1,tooltip:{trigger:"item"},animation:!1,label:{normal:{show:!0,position:"top"},emphasis:{show:!0,position:"top"}},itemStyle:{normal:{borderWidth:0}}}});var mL=function(t,e,i,n){var a=vm(t,n[0]),r=vm(t,n[1]),s=I,l=a.coord,h=r.coord;l[0]=s(l[0],-1/0),l[1]=s(l[1],-1/0),h[0]=s(h[0],1/0),h[1]=s(h[1],1/0);var u=o([{},a,r]);return u.coord=[a.coord,r.coord],u.x0=a.x,u.y0=a.y,u.x1=r.x,u.y1=r.y,u},vL=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]];gL.extend({type:"markArea",updateLayout:function(t,e,i){e.eachSeries(function(t){var e=t.markAreaModel;if(e){var n=e.getData();n.each(function(e){var o=f(vL,function(o){return Pm(n,e,o,t,i)});n.setItemLayout(e,o),n.getItemGraphicEl(e).setShape("points",o)})}},this)},renderSeries:function(t,e,i,n){var o=t.coordinateSystem,a=t.name,s=t.getData(),l=this.markerGroupMap,h=l.get(a)||l.set(a,{group:new jy});this.group.add(h.group),h.__keep=!0;var u=Om(o,t,e);e.setData(u),u.each(function(e){u.setItemLayout(e,f(vL,function(i){return Pm(u,e,i,t,n)})),u.setItemVisual(e,{color:s.getVisual("color")})}),u.diff(h.__data).add(function(t){var e=new ub({shape:{points:u.getItemLayout(t)}});u.setItemGraphicEl(t,e),h.group.add(e)}).update(function(t,i){var n=h.__data.getItemGraphicEl(i);wo(n,{shape:{points:u.getItemLayout(t)}},e,t),h.group.add(n),u.setItemGraphicEl(t,n)}).remove(function(t){var e=h.__data.getItemGraphicEl(t);h.group.remove(e)}).execute(),u.eachItemGraphicEl(function(t,i){var n=u.getItemModel(i),o=n.getModel("label.normal"),a=n.getModel("label.emphasis"),s=u.getItemVisual(i,"color");t.useStyle(r(n.getModel("itemStyle.normal").getItemStyle(),{fill:Pt(s,.4),stroke:s})),t.hoverStyle=n.getModel("itemStyle.emphasis").getItemStyle(),co(t.style,t.hoverStyle,o,a,{labelFetcher:e,labelDataIndex:i,defaultText:u.getName(i)||"",isRectText:!0,autoColor:s}),uo(t,{}),t.dataModel=e}),h.__data=u,h.group.silent=e.get("silent")||t.get("silent")}}),tr(function(t){t.markArea=t.markArea||{}});Ub.registerSubTypeDefaulter("timeline",function(){return"slider"}),ir({type:"timelineChange",event:"timelineChanged",update:"prepareAndUpdate"},function(t,e){var i=e.getComponent("timeline");return i&&null!=t.currentIndex&&(i.setCurrentIndex(t.currentIndex),!i.get("loop",!0)&&i.isIndexMax()&&i.setPlayState(!1)),e.resetOption("timeline"),r({currentIndex:i.option.currentIndex},t)}),ir({type:"timelinePlayChange",event:"timelinePlayChanged",update:"update"},function(t,e){var i=e.getComponent("timeline");i&&null!=t.playState&&i.setPlayState(t.playState)});var yL=Ub.extend({type:"timeline",layoutMode:"box",defaultOption:{zlevel:0,z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{normal:{},emphasis:{}},label:{normal:{color:"#000"},emphasis:{}},data:[]},init:function(t,e,i){this._data,this._names,this.mergeDefaultAndTheme(t,i),this._initData()},mergeOption:function(t){yL.superApply(this,"mergeOption",arguments),this._initData()},setCurrentIndex:function(t){null==t&&(t=this.option.currentIndex);var e=this._data.count();this.option.loop?t=(t%e+e)%e:(t>=e&&(t=e-1),t<0&&(t=0)),this.option.currentIndex=t},getCurrentIndex:function(){return this.option.currentIndex},isIndexMax:function(){return this.getCurrentIndex()>=this._data.count()-1},setPlayState:function(t){this.option.autoPlay=!!t},getPlayState:function(){return!!this.option.autoPlay},_initData:function(){var t=this.option,e=t.data||[],n=t.axisType,o=this._names=[];if("category"===n){var a=[];d(e,function(t,e){var n,r=No(t);b(t)?(n=i(t)).value=e:n=e,a.push(n),_(r)||null!=r&&!isNaN(r)||(r=""),o.push(r+"")}),e=a}var r={category:"ordinal",time:"time"}[n]||"number";(this._data=new aS([{name:"value",type:r}],this)).initData(e,o)},getData:function(){return this._data},getCategories:function(){if("category"===this.get("axisType"))return this._names.slice()}});u(yL.extend({type:"timeline.slider",defaultOption:{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"emptyCircle",symbolSize:10,lineStyle:{show:!0,width:2,color:"#304654"},label:{position:"auto",normal:{show:!0,interval:"auto",rotate:0,color:"#304654"},emphasis:{show:!0,color:"#c23531"}},itemStyle:{normal:{color:"#304654",borderWidth:1},emphasis:{color:"#c23531"}},checkpointStyle:{symbol:"circle",symbolSize:13,color:"#c23531",borderWidth:5,borderColor:"rgba(194,53,49, 0.5)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:22,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"path://M18.6,50.8l22.5-22.5c0.2-0.2,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.7L18.7,4.4c-0.1-0.1-0.2-0.3-0.2-0.5 c0-0.4,0.3-0.8,0.8-0.8c0.2,0,0.5,0.1,0.6,0.3l23.5,23.5l0,0c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.3,0.7l-0.1,0.1L19.7,52 c-0.1,0.1-0.3,0.2-0.5,0.2c-0.4,0-0.8-0.3-0.8-0.8C18.4,51.2,18.5,51,18.6,50.8z",prevIcon:"path://M43,52.8L20.4,30.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3,0.1-0.5,0.3-0.7L42.9,6.4c0.1-0.1,0.2-0.3,0.2-0.5 c0-0.4-0.3-0.8-0.8-0.8c-0.2,0-0.5,0.1-0.6,0.3L18.3,28.8l0,0c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.1,0.5,0.3,0.7l0.1,0.1L41.9,54 c0.1,0.1,0.3,0.2,0.5,0.2c0.4,0,0.8-0.3,0.8-0.8C43.2,53.2,43.1,53,43,52.8z",normal:{color:"#304654",borderColor:"#304654",borderWidth:1},emphasis:{color:"#c23531",borderColor:"#c23531",borderWidth:2}},data:[]}}),Nb);var xL=xw.extend({type:"timeline"}),_L=function(t,e,i,n){US.call(this,t,e,i),this.type=n||"value",this._autoLabelInterval,this.model=null};_L.prototype={constructor:_L,getLabelInterval:function(){var t=this.model,e=t.getModel("label.normal"),i=e.get("interval");return null!=i&&"auto"!=i?i:((i=this._autoLabelInterval)||(i=this._autoLabelInterval=Rr(f(this.scale.getTicks(),this.dataToCoord,this),Vr(this,e.get("formatter")),e.getFont(),"horizontal"===t.get("orient")?0:90,e.get("rotate"))),i)},isLabelIgnored:function(t){if("category"===this.type){var e=this.getLabelInterval();return"function"==typeof e&&!e(t,this.scale.getLabel(t))||t%(e+1)}}},h(_L,US);var bL=m,wL=d,SL=Math.PI;xL.extend({type:"timeline.slider",init:function(t,e){this.api=e,this._axis,this._viewRect,this._timer,this._currentPointer,this._mainGroup,this._labelGroup},render:function(t,e,i,n){if(this.model=t,this.api=i,this.ecModel=e,this.group.removeAll(),t.get("show",!0)){var o=this._layout(t,i),a=this._createGroup("mainGroup"),r=this._createGroup("labelGroup"),s=this._axis=this._createAxis(o,t);t.formatTooltip=function(t){return Gi(s.scale.getLabel(t))},wL(["AxisLine","AxisTick","Control","CurrentPointer"],function(e){this["_render"+e](o,a,s,t)},this),this._renderAxisLabel(o,r,s,t),this._position(o,t)}this._doPlayStop()},remove:function(){this._clearTimer(),this.group.removeAll()},dispose:function(){this._clearTimer()},_layout:function(t,e){var i=t.get("label.normal.position"),n=t.get("orient"),o=Rm(t,e);null==i||"auto"===i?i="horizontal"===n?o.y+o.height/2=0||"+"===i?"left":"right"},r={horizontal:i>=0||"+"===i?"top":"bottom",vertical:"middle"},s={horizontal:0,vertical:SL/2},l="vertical"===n?o.height:o.width,h=t.getModel("controlStyle"),u=h.get("show"),c=u?h.get("itemSize"):0,d=u?h.get("itemGap"):0,f=c+d,g=t.get("label.normal.rotate")||0;g=g*SL/180;var p,m,v,y,x=h.get("position",!0),_=(u=h.get("show",!0))&&h.get("showPlayBtn",!0),b=u&&h.get("showPrevBtn",!0),w=u&&h.get("showNextBtn",!0),S=0,M=l;return"left"===x||"bottom"===x?(_&&(p=[0,0],S+=f),b&&(m=[S,0],S+=f),w&&(v=[M-c,0],M-=f)):(_&&(p=[M-c,0],M-=f),b&&(m=[0,0],S+=f),w&&(v=[M-c,0],M-=f)),y=[S,M],t.get("inverse")&&y.reverse(),{viewRect:o,mainLength:l,orient:n,rotation:s[n],labelRotation:g,labelPosOpt:i,labelAlign:t.get("label.normal.align")||a[n],labelBaseline:t.get("label.normal.verticalAlign")||t.get("label.normal.baseline")||r[n],playPosition:p,prevBtnPosition:m,nextBtnPosition:v,axisExtent:y,controlSize:c,controlGap:d}},_position:function(t,e){function i(t){var e=t.position;t.origin=[c[0][0]-e[0],c[1][0]-e[1]]}function n(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function o(t,e,i,n,o){t[n]+=i[n][o]-e[n][o]}var a=this._mainGroup,r=this._labelGroup,s=t.viewRect;if("vertical"===t.orient){var l=ot(),h=s.x,u=s.y+s.height;lt(l,l,[-h,-u]),ht(l,l,-SL/2),lt(l,l,[h,u]),(s=s.clone()).applyTransform(l)}var c=n(s),d=n(a.getBoundingRect()),f=n(r.getBoundingRect()),g=a.position,p=r.position;p[0]=g[0]=c[0][0];var m=t.labelPosOpt;if(isNaN(m))o(g,d,c,1,v="+"===m?0:1),o(p,f,c,1,1-v);else{var v=m>=0?0:1;o(g,d,c,1,v),p[1]=g[1]+m}a.attr("position",g),r.attr("position",p),a.rotation=r.rotation=t.rotation,i(a),i(r)},_createAxis:function(t,e){var i=e.getData(),n=e.get("axisType"),o=Er(e,n),a=i.getDataExtent("value");o.setExtent(a[0],a[1]),this._customizeScale(o,i),o.niceTicks();var r=new _L("value",o,t.axisExtent,n);return r.model=e,r},_customizeScale:function(t,e){t.getTicks=function(){return e.mapArray(["value"],function(t){return t})},t.getTicksLabels=function(){return f(this.getTicks(),t.getLabel,t)}},_createGroup:function(t){var e=this["_"+t]=new jy;return this.group.add(e),e},_renderAxisLine:function(t,e,i,n){var o=i.getExtent();n.get("lineStyle.show")&&e.add(new fb({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:a({lineCap:"round"},n.getModel("lineStyle").getLineStyle()),silent:!0,z2:1}))},_renderAxisTick:function(t,e,i,n){var o=n.getData(),a=i.scale.getTicks();wL(a,function(t,a){var r=i.dataToCoord(t),s=o.getItemModel(a),l=s.getModel("itemStyle.normal"),h=s.getModel("itemStyle.emphasis"),u={position:[r,0],onclick:bL(this._changeTimeline,this,a)},c=Bm(s,l,e,u);uo(c,h.getItemStyle()),s.get("tooltip")?(c.dataIndex=a,c.dataModel=n):c.dataIndex=c.dataModel=null},this)},_renderAxisLabel:function(t,e,i,n){var o=n.getModel("label.normal");if(o.get("show")){var a=n.getData(),r=i.scale.getTicks(),s=Vr(i,o.get("formatter")),l=i.getLabelInterval();wL(r,function(n,o){if(!i.isLabelIgnored(o,l)){var r=a.getItemModel(o),h=r.getModel("label.normal"),u=r.getModel("label.emphasis"),c=i.dataToCoord(n),d=new ib({position:[c,0],rotation:t.labelRotation-t.rotation,onclick:bL(this._changeTimeline,this,o),silent:!1});fo(d.style,h,{text:s[o],textAlign:t.labelAlign,textVerticalAlign:t.labelBaseline}),e.add(d),uo(d,fo({},u))}},this)}},_renderControl:function(t,e,i,n){function o(t,i,o,u){if(t){var c=Vm(n,i,h,{position:t,origin:[a/2,0],rotation:u?-r:0,rectHover:!0,style:s,onclick:o});e.add(c),uo(c,l)}}var a=t.controlSize,r=t.rotation,s=n.getModel("controlStyle.normal").getItemStyle(),l=n.getModel("controlStyle.emphasis").getItemStyle(),h=[0,-a/2,a,a],u=n.getPlayState(),c=n.get("inverse",!0);o(t.nextBtnPosition,"controlStyle.nextIcon",bL(this._changeTimeline,this,c?"-":"+")),o(t.prevBtnPosition,"controlStyle.prevIcon",bL(this._changeTimeline,this,c?"+":"-")),o(t.playPosition,"controlStyle."+(u?"stopIcon":"playIcon"),bL(this._handlePlayClick,this,!u),!0)},_renderCurrentPointer:function(t,e,i,n){var o=n.getData(),a=n.getCurrentIndex(),r=o.getItemModel(a).getModel("checkpointStyle"),s=this,l={onCreate:function(t){t.draggable=!0,t.drift=bL(s._handlePointerDrag,s),t.ondragend=bL(s._handlePointerDragend,s),Gm(t,a,i,n,!0)},onUpdate:function(t){Gm(t,a,i,n)}};this._currentPointer=Bm(r,r,this._mainGroup,{},this._currentPointer,l)},_handlePlayClick:function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},_handlePointerDrag:function(t,e,i){this._clearTimer(),this._pointerChangeTimeline([i.offsetX,i.offsetY])},_handlePointerDragend:function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},_pointerChangeTimeline:function(t,e){var i=this._toAxisCoord(t)[0],n=Ii(this._axis.getExtent().slice());i>n[1]&&(i=n[1]),ii.getHeight()&&(n.textPosition="top",l=!0);var h=l?-5-o.height:s+8;a+o.width/2>i.getWidth()?(n.textPosition=["100%",h],n.textAlign="right"):a-o.width/2<0&&(n.textPosition=[0,h],n.textAlign="left")}})}},updateView:function(t,e,i,n){d(this._features,function(t){t.updateView&&t.updateView(t.model,e,i,n)})},updateLayout:function(t,e,i,n){d(this._features,function(t){t.updateLayout&&t.updateLayout(t.model,e,i,n)})},remove:function(t,e){d(this._features,function(i){i.remove&&i.remove(t,e)}),this.group.removeAll()},dispose:function(t,e){d(this._features,function(i){i.dispose&&i.dispose(t,e)})}});var IL=lD.toolbox.saveAsImage;Hm.defaultOption={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:IL.title,type:"png",name:"",excludeComponents:["toolbox"],pixelRatio:1,lang:IL.lang.slice()},Hm.prototype.unusable=!Uv.canvasSupported,Hm.prototype.onclick=function(t,e){var i=this.model,n=i.get("name")||t.get("title.0.text")||"echarts",o=document.createElement("a"),a=i.get("type",!0)||"png";o.download=n+"."+a,o.target="_blank";var r=e.getConnectedDataURL({type:a,backgroundColor:i.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",excludeComponents:i.get("excludeComponents"),pixelRatio:i.get("pixelRatio")});if(o.href=r,"function"!=typeof MouseEvent||Uv.browser.ie||Uv.browser.edge)if(window.navigator.msSaveOrOpenBlob){for(var s=atob(r.split(",")[1]),l=s.length,h=new Uint8Array(l);l--;)h[l]=s.charCodeAt(l);var u=new Blob([h]);window.navigator.msSaveOrOpenBlob(u,n+"."+a)}else{var c=i.get("lang"),d='';window.open().document.write(d)}else{var f=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1});o.dispatchEvent(f)}},wp("saveAsImage",Hm);var TL=lD.toolbox.magicType;Fm.defaultOption={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z",tiled:"M2.3,2.2h22.8V25H2.3V2.2z M35,2.2h22.8V25H35V2.2zM2.3,35h22.8v22.8H2.3V35z M35,35h22.8v22.8H35V35z"},title:i(TL.title),option:{},seriesIndex:{}};var AL=Fm.prototype;AL.getIcons=function(){var t=this.model,e=t.get("icon"),i={};return d(t.get("type"),function(t){e[t]&&(i[t]=e[t])}),i};var CL={line:function(t,e,i,o){if("bar"===t)return n({id:e,type:"line",data:i.get("data"),stack:i.get("stack"),markPoint:i.get("markPoint"),markLine:i.get("markLine")},o.get("option.line")||{},!0)},bar:function(t,e,i,o){if("line"===t)return n({id:e,type:"bar",data:i.get("data"),stack:i.get("stack"),markPoint:i.get("markPoint"),markLine:i.get("markLine")},o.get("option.bar")||{},!0)},stack:function(t,e,i,o){if("line"===t||"bar"===t)return n({id:e,stack:"__ec_magicType_stack__"},o.get("option.stack")||{},!0)},tiled:function(t,e,i,o){if("line"===t||"bar"===t)return n({id:e,stack:""},o.get("option.tiled")||{},!0)}},DL=[["line","bar"],["stack","tiled"]];AL.onclick=function(t,e,i){var n=this.model,o=n.get("seriesIndex."+i);if(CL[i]){var a={series:[]};d(DL,function(t){l(t,i)>=0&&d(t,function(t){n.setIconStatus(t,"normal")})}),n.setIconStatus(i,"emphasis"),t.eachComponent({mainType:"series",query:null==o?null:{seriesIndex:o}},function(e){var o=e.subType,s=e.id,l=CL[i](o,s,e,n);l&&(r(l,e.option),a.series.push(l));var h=e.coordinateSystem;if(h&&"cartesian2d"===h.type&&("line"===i||"bar"===i)){var u=h.getAxesByScale("ordinal")[0];if(u){var c=u.dim+"Axis",d=t.queryComponents({mainType:c,index:e.get(name+"Index"),id:e.get(name+"Id")})[0].componentIndex;a[c]=a[c]||[];for(var f=0;f<=d;f++)a[c][d]=a[c][d]||{};a[c][d].boundaryGap="bar"===i}}}),e.dispatchAction({type:"changeMagicType",currentType:i,newOption:a})}},ir({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(t,e){e.mergeOption(t.newOption)}),wp("magicType",Fm);var LL=lD.toolbox.dataView,kL=new Array(60).join("-"),PL="\t",OL=new RegExp("["+PL+"]+","g");Qm.defaultOption={show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:i(LL.title),lang:i(LL.lang),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"},Qm.prototype.onclick=function(t,e){function i(){n.removeChild(a),x._dom=null}var n=e.getDom(),o=this.model;this._dom&&n.removeChild(this._dom);var a=document.createElement("div");a.style.cssText="position:absolute;left:5px;top:5px;bottom:5px;right:5px;",a.style.backgroundColor=o.get("backgroundColor")||"#fff";var r=document.createElement("h4"),s=o.get("lang")||[];r.innerHTML=s[0]||o.get("title"),r.style.cssText="margin: 10px 20px;",r.style.color=o.get("textColor");var l=document.createElement("div"),h=document.createElement("textarea");l.style.cssText="display:block;width:100%;overflow:auto;";var u=o.get("optionToContent"),c=o.get("contentToOption"),d=jm(t);if("function"==typeof u){var f=u(e.getOption());"string"==typeof f?l.innerHTML=f:S(f)&&l.appendChild(f)}else l.appendChild(h),h.readOnly=o.get("readOnly"),h.style.cssText="width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;",h.style.color=o.get("textColor"),h.style.borderColor=o.get("textareaBorderColor"),h.style.backgroundColor=o.get("textareaColor"),h.value=d.value;var g=d.meta,p=document.createElement("div");p.style.cssText="position:absolute;bottom:0;left:0;right:0;";var m="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",v=document.createElement("div"),y=document.createElement("div");m+=";background-color:"+o.get("buttonColor"),m+=";color:"+o.get("buttonTextColor");var x=this;si(v,"click",i),si(y,"click",function(){var t;try{t="function"==typeof c?c(l,e.getOption()):Jm(h.value,g)}catch(t){throw i(),new Error("Data view format error "+t)}t&&e.dispatchAction({type:"changeDataView",newOption:t}),i()}),v.innerHTML=s[1],y.innerHTML=s[2],y.style.cssText=m,v.style.cssText=m,!o.get("readOnly")&&p.appendChild(y),p.appendChild(v),si(h,"keydown",function(t){if(9===(t.keyCode||t.which)){var e=this.value,i=this.selectionStart,n=this.selectionEnd;this.value=e.substring(0,i)+PL+e.substring(n),this.selectionStart=this.selectionEnd=i+1,bx(t)}}),a.appendChild(r),a.appendChild(l),a.appendChild(p),l.style.height=n.clientHeight-80+"px",n.appendChild(a),this._dom=a},Qm.prototype.remove=function(t,e){this._dom&&e.getDom().removeChild(this._dom)},Qm.prototype.dispose=function(t,e){this.remove(t,e)},wp("dataView",Qm),ir({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(t,e){var i=[];d(t.newOption.series,function(t){var n=e.getSeriesByName(t.name)[0];if(n){var o=n.get("data");i.push({name:t.name,data:tv(t.data,o)})}else i.push(a({type:"scatter"},t))}),e.mergeOption(r({series:i},t.newOption))});var zL=d,NL="\0_ec_hist_store";bD.extend({type:"dataZoom.select"}),wD.extend({type:"dataZoom.select"});var EL=lD.toolbox.dataZoom,RL=d,VL="\0_ec_\0toolbox-dataZoom_";rv.defaultOption={show:!0,icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:i(EL.title)};var BL=rv.prototype;BL.render=function(t,e,i,n){this.model=t,this.ecModel=e,this.api=i,hv(t,e,this,n,i),lv(t,e)},BL.onclick=function(t,e,i){GL[i].call(this)},BL.remove=function(t,e){this._brushController.unmount()},BL.dispose=function(t,e){this._brushController.dispose()};var GL={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(iv(this.ecModel))}};BL._onBrush=function(t,e){function i(t,e,i){var r=e.getAxis(t),s=r.model,l=n(t,s,a),h=l.findRepresentativeAxisProxy(s).getMinMaxSpan();null==h.minValueSpan&&null==h.maxValueSpan||(i=OT(0,i.slice(),r.scale.getExtent(),0,h.minValueSpan,h.maxValueSpan)),l&&(o[l.id]={dataZoomId:l.id,startValue:i[0],endValue:i[1]})}function n(t,e,i){var n;return i.eachComponent({mainType:"dataZoom",subType:"select"},function(i){i.getAxisModel(t,e.componentIndex)&&(n=i)}),n}if(e.isEnd&&t.length){var o={},a=this.ecModel;this._brushController.updateCovers([]),new rp(sv(this.model.option),a,{include:["grid"]}).matchOutputRanges(t,a,function(t,e,n){if("cartesian2d"===n.type){var o=t.brushType;"rect"===o?(i("x",n,e[0]),i("y",n,e[1])):i({lineX:"x",lineY:"y"}[o],n,e)}}),ev(a,o),this._dispatchZoomAction(o)}},BL._dispatchZoomAction=function(t){var e=[];RL(t,function(t,n){e.push(i(t))}),e.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:e})},wp("dataZoom",rv),tr(function(t){function e(t,e){if(e){var o=t+"Index",a=e[o];null==a||"all"==a||y(a)||(a=!1===a||"none"===a?[]:[a]),i(t,function(e,i){if(null==a||"all"==a||-1!==l(a,i)){var r={type:"select",$fromToolbox:!0,id:VL+t+i};r[o]=i,n.push(r)}})}}function i(e,i){var n=t[e];y(n)||(n=n?[n]:[]),RL(n,i)}if(t){var n=t.dataZoom||(t.dataZoom=[]);y(n)||(t.dataZoom=n=[n]);var o=t.toolbox;if(o&&(y(o)&&(o=o[0]),o&&o.feature)){var a=o.feature.dataZoom;e("xAxis",a),e("yAxis",a)}}});var WL=lD.toolbox.restore;uv.defaultOption={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:WL.title},uv.prototype.onclick=function(t,e,i){nv(t),e.dispatchAction({type:"restore",from:this.uid})},wp("restore",uv),ir({type:"restore",event:"restore",update:"prepareAndUpdate"},function(t,e){e.resetOption("recreate")});var HL,FL="urn:schemas-microsoft-com:vml",ZL="undefined"==typeof window?null:window,UL=!1,XL=ZL&&ZL.document;if(XL&&!Uv.canvasSupported)try{!XL.namespaces.zrvml&&XL.namespaces.add("zrvml",FL),HL=function(t){return XL.createElement("')}}catch(t){HL=function(t){return XL.createElement("<"+t+' xmlns="'+FL+'" class="zrvml">')}}var jL=P_.CMD,qL=Math.round,YL=Math.sqrt,$L=Math.abs,KL=Math.cos,JL=Math.sin,QL=Math.max;if(!Uv.canvasSupported){var tk=21600,ek=tk/2,ik=function(t){t.style.cssText="position:absolute;left:0;top:0;width:1px;height:1px;",t.coordsize=tk+","+tk,t.coordorigin="0,0"},nk=function(t){return String(t).replace(/&/g,"&").replace(/"/g,""")},ok=function(t,e,i){return"rgb("+[t,e,i].join(",")+")"},ak=function(t,e){e&&t&&e.parentNode!==t&&t.appendChild(e)},rk=function(t,e){e&&t&&e.parentNode===t&&t.removeChild(e)},sk=function(t,e,i){return 1e5*(parseFloat(t)||0)+1e3*(parseFloat(e)||0)+i},lk=function(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t},hk=function(t,e,i){var n=Mt(e);i=+i,isNaN(i)&&(i=1),n&&(t.color=ok(n[0],n[1],n[2]),t.opacity=i*n[3])},uk=function(t){var e=Mt(t);return[ok(e[0],e[1],e[2]),e[3]]},ck=function(t,e,i){var n=e.fill;if(null!=n)if(n instanceof yb){var o,a=0,r=[0,0],s=0,l=1,h=i.getBoundingRect(),u=h.width,c=h.height;if("linear"===n.type){o="gradient";var d=i.transform,f=[n.x*u,n.y*c],g=[n.x2*u,n.y2*c];d&&($(f,f,d),$(g,g,d));var p=g[0]-f[0],m=g[1]-f[1];(a=180*Math.atan2(p,m)/Math.PI)<0&&(a+=360),a<1e-6&&(a=0)}else{o="gradientradial";var f=[n.x*u,n.y*c],d=i.transform,v=i.scale,y=u,x=c;r=[(f[0]-h.x)/y,(f[1]-h.y)/x],d&&$(f,f,d),y/=v[0]*tk,x/=v[1]*tk;var _=QL(y,x);s=0/_,l=2*n.r/_-s}var b=n.colorStops.slice();b.sort(function(t,e){return t.offset-e.offset});for(var w=b.length,S=[],M=[],I=0;I=2){var C=S[0][0],D=S[1][0],L=S[0][1]*e.opacity,k=S[1][1]*e.opacity;t.type=o,t.method="none",t.focus="100%",t.angle=a,t.color=C,t.color2=D,t.colors=M.join(","),t.opacity=k,t.opacity2=L}"radial"===o&&(t.focusposition=r.join(","))}else hk(t,n,e.opacity)},dk=function(t,e){null!=e.lineDash&&(t.dashstyle=e.lineDash.join(" ")),null==e.stroke||e.stroke instanceof yb||hk(t,e.stroke,e.opacity)},fk=function(t,e,i,n){var o="fill"==e,a=t.getElementsByTagName(e)[0];null!=i[e]&&"none"!==i[e]&&(o||!o&&i.lineWidth)?(t[o?"filled":"stroked"]="true",i[e]instanceof yb&&rk(t,a),a||(a=cv(e)),o?ck(a,i,n):dk(a,i),ak(t,a)):(t[o?"filled":"stroked"]="false",rk(t,a))},gk=[[],[],[]],pk=function(t,e){var i,n,o,a,r,s,l=jL.M,h=jL.C,u=jL.L,c=jL.A,d=jL.Q,f=[],g=t.data,p=t.len();for(a=0;a.01?O&&(z+=.0125):Math.abs(N-C)<1e-4?O&&zA?x-=.0125:x+=.0125:O&&NC?y+=.0125:y-=.0125),f.push(E,qL(((A-D)*M+w)*tk-ek),",",qL(((C-L)*I+S)*tk-ek),",",qL(((A+D)*M+w)*tk-ek),",",qL(((C+L)*I+S)*tk-ek),",",qL((z*M+w)*tk-ek),",",qL((N*I+S)*tk-ek),",",qL((y*M+w)*tk-ek),",",qL((x*I+S)*tk-ek)),r=y,s=x;break;case jL.R:var R=gk[0],V=gk[1];R[0]=g[a++],R[1]=g[a++],V[0]=R[0]+g[a++],V[1]=R[1]+g[a++],e&&($(R,R,e),$(V,V,e)),R[0]=qL(R[0]*tk-ek),V[0]=qL(V[0]*tk-ek),R[1]=qL(R[1]*tk-ek),V[1]=qL(V[1]*tk-ek),f.push(" m ",R[0],",",R[1]," l ",V[0],",",R[1]," l ",V[0],",",V[1]," l ",R[0],",",V[1]);break;case jL.Z:f.push(" x ")}if(i>0){f.push(n);for(var B=0;B100&&(xk=0,yk={});var i,n=_k.style;try{n.font=t,i=n.fontFamily.split(",")[0]}catch(t){}e={style:n.fontStyle||"normal",variant:n.fontVariant||"normal",weight:n.fontWeight||"normal",size:0|parseFloat(n.fontSize||12),family:i||"Microsoft YaHei"},yk[t]=e,xk++}return e};!function(t,e){cx[t]=e}("measureText",function(t,e){var i=XL;vk||((vk=i.createElement("div")).style.cssText="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;",XL.body.appendChild(vk));try{vk.style.font=e}catch(t){}return vk.innerHTML="",vk.appendChild(i.createTextNode(t)),{width:vk.offsetWidth}});for(var wk=new jt,Sk=[px,je,qe,Nn,ib],Mk=0;Mk=o&&h+1>=a){for(var u=[],c=0;c=o&&c+1>=a)return Cv(0,s.components);l[i]=s}else l[i]=void 0}r++}();if(d)return d}},pushComponent:function(t,e,i){var n=t[t.length-1];n&&n.added===e&&n.removed===i?t[t.length-1]={count:n.count+1,added:e,removed:i}:t.push({count:1,added:e,removed:i})},extractCommon:function(t,e,i,n){for(var o=e.length,a=i.length,r=t.newPos,s=r-n,l=0;r+1=0;--n)if(e[n]===t)return!0;return!1}),i):null:i[0]},Lv.prototype.update=function(t,e){if(t){var i=this.getDefs(!1);if(t._dom&&i.contains(t._dom))"function"==typeof e&&e();else{var n=this.add(t);n&&(t._dom=n)}}},Lv.prototype.addDom=function(t){this.getDefs(!0).appendChild(t)},Lv.prototype.removeDom=function(t){this.getDefs(!1).removeChild(t._dom)},Lv.prototype.getDoms=function(){var t=this.getDefs(!1);if(!t)return[];var e=[];return d(this._tagNames,function(i){var n=t.getElementsByTagName(i);e=e.concat([].slice.call(n))}),e},Lv.prototype.markAllUnused=function(){var t=this;d(this.getDoms(),function(e){e[t._markLabel]="0"})},Lv.prototype.markUsed=function(t){t&&(t[this._markLabel]="1")},Lv.prototype.removeUnused=function(){var t=this.getDefs(!1);if(t){var e=this;d(this.getDoms(),function(i){"1"!==i[e._markLabel]&&t.removeChild(i)})}},Lv.prototype.getSvgProxy=function(t){return t instanceof Nn?Rk:t instanceof qe?Vk:t instanceof ib?Bk:Rk},Lv.prototype.getTextSvgElement=function(t){return t.__textSvgEl},Lv.prototype.getSvgElement=function(t){return t.__svgEl},h(kv,Lv),kv.prototype.addWithoutUpdate=function(t,e){if(e&&e.style){var i=this;d(["fill","stroke"],function(n){if(e.style[n]&&("linear"===e.style[n].type||"radial"===e.style[n].type)){var o,a=e.style[n],r=i.getDefs(!0);a._dom?(o=a._dom,r.contains(a._dom)||i.addDom(o)):o=i.add(a),i.markUsed(e);var s=o.getAttribute("id");t.setAttribute(n,"url(#"+s+")")}})}},kv.prototype.add=function(t){var e;if("linear"===t.type)e=this.createElement("linearGradient");else{if("radial"!==t.type)return Wy("Illegal gradient type."),null;e=this.createElement("radialGradient")}return t.id=t.id||this.nextId++,e.setAttribute("id","zr-gradient-"+t.id),this.updateDom(t,e),this.addDom(e),e},kv.prototype.update=function(t){var e=this;Lv.prototype.update.call(this,t,function(){var i=t.type,n=t._dom.tagName;"linear"===i&&"linearGradient"===n||"radial"===i&&"radialGradient"===n?e.updateDom(t,t._dom):(e.removeDom(t),e.add(t))})},kv.prototype.updateDom=function(t,e){if("linear"===t.type)e.setAttribute("x1",t.x),e.setAttribute("y1",t.y),e.setAttribute("x2",t.x2),e.setAttribute("y2",t.y2);else{if("radial"!==t.type)return void Wy("Illegal gradient type.");e.setAttribute("cx",t.x),e.setAttribute("cy",t.y),e.setAttribute("r",t.r)}t.global?e.setAttribute("gradientUnits","userSpaceOnUse"):e.setAttribute("gradientUnits","objectBoundingBox"),e.innerHTML="";for(var i=t.colorStops,n=0,o=i.length;n0){var n,o,a=this.getDefs(!0),r=e[0],s=i?"_textDom":"_dom";r[s]?(o=r[s].getAttribute("id"),n=r[s],a.contains(n)||a.appendChild(n)):(o="zr-clip-"+this.nextId,++this.nextId,(n=this.createElement("clipPath")).setAttribute("id",o),a.appendChild(n),r[s]=n);var l=this.getSvgProxy(r);if(r.transform&&r.parent.invTransform&&!i){var h=Array.prototype.slice.call(r.transform);st(r.transform,r.parent.invTransform,r.transform),l.brush(r),r.transform=h}else l.brush(r);var u=this.getSvgElement(r);n.appendChild(u.cloneNode()),t.setAttribute("clip-path","url(#"+o+")"),e.length>1&&this.updateDom(n,e.slice(1),i)}else t&&t.setAttribute("clip-path","none")},Pv.prototype.markUsed=function(t){var e=this;t.__clipPaths&&t.__clipPaths.length>0&&d(t.__clipPaths,function(t){t._dom&&Lv.prototype.markUsed.call(e,t._dom),t._textDom&&Lv.prototype.markUsed.call(e,t._textDom)})};var Zk=function(t,e){this.root=t,this.storage=e;var i=mv("svg");i.setAttribute("xmlns","http://www.w3.org/2000/svg"),i.setAttribute("version","1.1"),i.setAttribute("baseProfile","full"),i.style["user-select"]="none",this.gradientManager=new kv(i),this.clipPathManager=new Pv(i);var n=document.createElement("div");n.style.cssText="overflow: hidden;",this._svgRoot=i,this._viewport=n,t.appendChild(n),n.appendChild(i),this.resize(),this._visibleList=[]};Zk.prototype={constructor:Zk,getType:function(){return"svg"},getViewportRoot:function(){return this._viewport},getViewportRootOffset:function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},refresh:function(){var t=this.storage.getDisplayList(!0);this._paintList(t)},_paintList:function(t){this.gradientManager.markAllUnused(),this.clipPathManager.markAllUnused();var e,i=this._svgRoot,n=this._visibleList,o=t.length,a=[];for(e=0;e=0;--n)if(e[n]===t)return!0;return!1}),i):null:i[0]},resize:function(){var t=this._getWidth(),e=this._getHeight();if(this._width!==t&&this._height!==e){this._width=t,this._height=e;var i=this._viewport.style;i.width=t+"px",i.height=e+"px";var n=this._svgRoot;n.setAttribute("width",t),n.setAttribute("height",e)}},getWidth:function(){return this._getWidth()},getHeight:function(){return this._getHeight()},_getWidth:function(){var t=this.root,e=document.defaultView.getComputedStyle(t);return(t.clientWidth||Ov(e.width))-Ov(e.paddingLeft)-Ov(e.paddingRight)|0},_getHeight:function(){var t=this.root,e=document.defaultView.getComputedStyle(t);return(t.clientHeight||Ov(e.height))-Ov(e.paddingTop)-Ov(e.paddingBottom)|0},dispose:function(){this.root.innerHTML="",this._svgRoot=this._viewport=this.storage=null},clear:function(){this._viewport&&this.root.removeChild(this._viewport)},pathToSvg:function(){this.refresh();var t=this._svgRoot.outerHTML;return"data:img/svg+xml;utf-8,"+unescape(t)}},d(["getLayer","insertLayer","eachLayer","eachBuiltinLayer","eachOtherLayer","getLayers","modLayer","delLayer","clearLayer","toDataURL","pathToImage"],function(t){Zk.prototype[t]=Wv(t)}),xi("svg",Zk),t.version="3.8.4",t.dependencies=Cw,t.PRIORITY=Pw,t.init=function(t,e,i){var n=Qa(t);if(n)return n;var o=new za(t,e,i);return o.id="ec_"+Yw++,jw[o.id]=o,t.setAttribute?t.setAttribute(Kw,o.id):t[Kw]=o.id,Ka(o),o},t.connect=function(t){if(y(t)){var e=t;t=null,d(e,function(e){null!=e.group&&(t=e.group)}),t=t||"g_"+$w++,d(e,function(e){e.group=t})}return qw[t]=!0,t},t.disConnect=Ja,t.disconnect=Qw,t.dispose=function(t){"string"==typeof t?t=jw[t]:t instanceof za||(t=Qa(t)),t instanceof za&&!t.isDisposed()&&t.dispose()},t.getInstanceByDom=Qa,t.getInstanceById=function(t){return jw[t]},t.registerTheme=function(t,e){Uw[t]=e},t.registerPreprocessor=tr,t.registerProcessor=er,t.registerPostUpdate=function(t){Fw.push(t)},t.registerAction=ir,t.registerCoordinateSystem=nr,t.getCoordinateSystemDimensions=function(t){var e=ua.get(t);if(e)return e.getDimensionsInfo?e.getDimensionsInfo():e.dimensions.slice()},t.registerLayout=or,t.registerVisual=ar,t.registerLoading=rr,t.extendComponentModel=sr,t.extendComponentView=lr,t.extendSeriesModel=hr,t.extendChartView=ur,t.setCanvasCreator=function(t){e("createCanvas",t)},t.registerMap=function(t,e,i){e.geoJson&&!e.features&&(i=e.specialAreas,e=e.geoJson),"string"==typeof e&&(e="undefined"!=typeof JSON&&JSON.parse?JSON.parse(e):new Function("return ("+e+");")()),Jw[t]={geoJson:e,specialAreas:i}},t.getMap=cr,t.dataTool=tS,t.zrender=Nx,t.graphic=Tb,t.number=Bx,t.format=Xx,t.throttle=Da,t.helper=HS,t.matrix=yy,t.vector=cy,t.color=Ny,t.util=qS,t.List=aS,t.Model=Lo,t.Axis=US,t.env=Uv,t.parseGeoJson=jS}); diff --git a/智慧金融/银行企业信用风险实时监测/libs/jquery-1.12.4.min.js b/智慧金融/银行企业信用风险实时监测/libs/jquery-1.12.4.min.js new file mode 100644 index 0000000..e836475 --- /dev/null +++ b/智慧金融/银行企业信用风险实时监测/libs/jquery-1.12.4.min.js @@ -0,0 +1,5 @@ +/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0; +}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML="
a",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:l.htmlSerialize?[0,"",""]:[1,"X
","
"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|&#?\w+;/,ha=/r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?""!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement("div"));function Ca(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Da(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Fa(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(Da(b).text=a.text,Ea(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&xa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&&(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(ea(k,"script"),Da),h=i.length;o>m;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,ea(g,"script"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h>m;m++)g=i[m],_.test(g.type||"")&&!n._data(g,"globalEval")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||"").replace(za,"")));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&fa(ea(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,"<$1>")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&&Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,"script"),d.length>0&&fa(d,!i&&ea(a,"script")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||"undefined"==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,""):void 0;if("string"==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(ea(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:"block",BODY:"block"};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),"none"!==c&&c||(Ja=(Ja||n("