From 271ec4b9c2e5292ca9356029db73f1caffffff66 Mon Sep 17 00:00:00 2001 From: cansnow Date: Sun, 15 Feb 2026 19:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9F=B3=E4=B9=90,=E6=91=87?= =?UTF-8?q?=E4=B8=80=E6=91=87,=E6=9C=8D=E5=8A=A1=E7=AD=89=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages.json | 138 ++ pages/find/music/components/play-bar.vue | 130 ++ pages/find/music/index.vue | 265 ++++ pages/find/music/song_list.vue | 218 +++ pages/find/shake/agree_apply_friend.vue | 249 ++++ .../chatting/components/message-item.vue | 554 ++++++++ pages/find/shake/chatting/index.vue | 1215 +++++++++++++++++ pages/find/shake/chatting/zhuanfa_pop.vue | 441 ++++++ pages/find/shake/friend_home.vue | 239 ++++ pages/find/shake/index.vue | 80 ++ pages/find/shake/linked_list.vue | 139 ++ pages/find/shake/set.vue | 454 ++++++ pages/find/shake/user_detail.vue | 138 ++ .../service/bill/components/imgs/code-40.png | Bin 0 -> 3752 bytes .../service/bill/components/imgs/gaosu.jpg | Bin 0 -> 5928 bytes .../service/bill/components/imgs/meituan.jpg | Bin 0 -> 10912 bytes .../bill/components/imgs/qinlingrenjia.jpg | Bin 0 -> 6209 bytes .../service/bill/components/imgs/shihua.jpg | Bin 0 -> 6048 bytes .../bill/components/imgs/tiao-code.jpg | Bin 0 -> 34570 bytes .../service/bill/components/imgs/xinrun.jpg | Bin 0 -> 6210 bytes .../bill/components/liaoning-gaosu.vue | 186 +++ .../service/bill/components/sangumaocai.vue | 148 ++ pages/user/service/bill/components/saoma.vue | 152 +++ pages/user/service/bill/components/shihua.vue | 125 ++ .../service/bill/components/xinrunshangye.vue | 127 ++ .../service/bill/components/zhuanzhang.vue | 110 ++ pages/user/service/bill/detail.vue | 74 + pages/user/service/bill/index.vue | 360 +++++ pages/user/service/bill/question.vue | 108 ++ pages/user/service/bill/statistics.vue | 563 ++++++++ pages/user/service/index.vue | 268 ++++ pages/user/service/set.vue | 95 ++ pages/user/service/wallet.vue | 106 ++ pages/user/service/wallet_option.vue | 93 ++ pages/user/service/wallet_pay.vue | 251 ++++ .../service/wallet_sub_page/bind_bank.vue | 140 ++ .../service/wallet_sub_page/fenfu-page.vue | 55 + .../service/wallet_sub_page/lin_qian_tong.vue | 52 + .../service/wallet_sub_page/qin_shu_ka.vue | 29 + static/music/disc-plus.png | Bin 0 -> 82802 bytes static/music/iconfont.css | 63 + static/music/music.css | 91 ++ uni_modules/lime-echart/changelog.md | 234 ++++ .../lime-echart/components/l-echart/canvas.js | 399 ++++++ .../components/l-echart/l-echart.uvue | 322 +++++ .../components/l-echart/l-echart.vue | 484 +++++++ .../lime-echart/components/l-echart/nvue.js | 56 + .../lime-echart/components/l-echart/props.ts | 27 + .../lime-echart/components/l-echart/type.ts | 11 + .../lime-echart/components/l-echart/utils.js | 181 +++ .../lime-echart/components/l-echart/uvue.uts | 136 ++ .../lime-echart/components/l-echart/vue.ts | 16 + .../lime-echart/lime-echart-old.vue | 227 +++ .../components/lime-echart/lime-echart.nvue | 159 +++ .../components/lime-echart/lime-echart.uvue | 158 +++ .../components/lime-echart/lime-echart.vue | 152 +++ uni_modules/lime-echart/package.json | 111 ++ uni_modules/lime-echart/readme.md | 499 +++++++ .../lime-echart/static/app/ecStat.min.js | 1 + .../lime-echart/static/app/echarts.min.js | 45 + .../static/app/uni.webview.1.5.5.js | 1 + uni_modules/lime-echart/static/app/uvue.html | 184 +++ .../lime-echart/static/web/echarts.esm.min.js | 45 + util/billList.js | 898 ++++++++++++ util/emojiMap.js | 333 +++++ util/music/BaseUtil.js | 120 ++ util/music/StorageUtil.js | 134 ++ util/music/config.js | 10 + util/music/core.js | 278 ++++ util/music/music-player.js | 70 + util/music/store.js | 88 ++ util/permission.js | 286 ++++ util/tempBillList.js | 898 ++++++++++++ 74 files changed, 14021 insertions(+), 2 deletions(-) create mode 100644 pages/find/music/components/play-bar.vue create mode 100644 pages/find/music/index.vue create mode 100644 pages/find/music/song_list.vue create mode 100644 pages/find/shake/agree_apply_friend.vue create mode 100644 pages/find/shake/chatting/components/message-item.vue create mode 100644 pages/find/shake/chatting/index.vue create mode 100644 pages/find/shake/chatting/zhuanfa_pop.vue create mode 100644 pages/find/shake/friend_home.vue create mode 100644 pages/find/shake/index.vue create mode 100644 pages/find/shake/linked_list.vue create mode 100644 pages/find/shake/set.vue create mode 100644 pages/find/shake/user_detail.vue create mode 100644 pages/user/service/bill/components/imgs/code-40.png create mode 100644 pages/user/service/bill/components/imgs/gaosu.jpg create mode 100644 pages/user/service/bill/components/imgs/meituan.jpg create mode 100644 pages/user/service/bill/components/imgs/qinlingrenjia.jpg create mode 100644 pages/user/service/bill/components/imgs/shihua.jpg create mode 100644 pages/user/service/bill/components/imgs/tiao-code.jpg create mode 100644 pages/user/service/bill/components/imgs/xinrun.jpg create mode 100644 pages/user/service/bill/components/liaoning-gaosu.vue create mode 100644 pages/user/service/bill/components/sangumaocai.vue create mode 100644 pages/user/service/bill/components/saoma.vue create mode 100644 pages/user/service/bill/components/shihua.vue create mode 100644 pages/user/service/bill/components/xinrunshangye.vue create mode 100644 pages/user/service/bill/components/zhuanzhang.vue create mode 100644 pages/user/service/bill/detail.vue create mode 100644 pages/user/service/bill/index.vue create mode 100644 pages/user/service/bill/question.vue create mode 100644 pages/user/service/bill/statistics.vue create mode 100644 pages/user/service/index.vue create mode 100644 pages/user/service/set.vue create mode 100644 pages/user/service/wallet.vue create mode 100644 pages/user/service/wallet_option.vue create mode 100644 pages/user/service/wallet_pay.vue create mode 100644 pages/user/service/wallet_sub_page/bind_bank.vue create mode 100644 pages/user/service/wallet_sub_page/fenfu-page.vue create mode 100644 pages/user/service/wallet_sub_page/lin_qian_tong.vue create mode 100644 pages/user/service/wallet_sub_page/qin_shu_ka.vue create mode 100644 static/music/disc-plus.png create mode 100644 static/music/iconfont.css create mode 100644 static/music/music.css create mode 100644 uni_modules/lime-echart/changelog.md create mode 100644 uni_modules/lime-echart/components/l-echart/canvas.js create mode 100644 uni_modules/lime-echart/components/l-echart/l-echart.uvue create mode 100644 uni_modules/lime-echart/components/l-echart/l-echart.vue create mode 100644 uni_modules/lime-echart/components/l-echart/nvue.js create mode 100644 uni_modules/lime-echart/components/l-echart/props.ts create mode 100644 uni_modules/lime-echart/components/l-echart/type.ts create mode 100644 uni_modules/lime-echart/components/l-echart/utils.js create mode 100644 uni_modules/lime-echart/components/l-echart/uvue.uts create mode 100644 uni_modules/lime-echart/components/l-echart/vue.ts create mode 100644 uni_modules/lime-echart/components/lime-echart/lime-echart-old.vue create mode 100644 uni_modules/lime-echart/components/lime-echart/lime-echart.nvue create mode 100644 uni_modules/lime-echart/components/lime-echart/lime-echart.uvue create mode 100644 uni_modules/lime-echart/components/lime-echart/lime-echart.vue create mode 100644 uni_modules/lime-echart/package.json create mode 100644 uni_modules/lime-echart/readme.md create mode 100644 uni_modules/lime-echart/static/app/ecStat.min.js create mode 100644 uni_modules/lime-echart/static/app/echarts.min.js create mode 100644 uni_modules/lime-echart/static/app/uni.webview.1.5.5.js create mode 100644 uni_modules/lime-echart/static/app/uvue.html create mode 100644 uni_modules/lime-echart/static/web/echarts.esm.min.js create mode 100644 util/billList.js create mode 100644 util/emojiMap.js create mode 100644 util/music/BaseUtil.js create mode 100644 util/music/StorageUtil.js create mode 100644 util/music/config.js create mode 100644 util/music/core.js create mode 100644 util/music/music-player.js create mode 100644 util/music/store.js create mode 100644 util/permission.js create mode 100644 util/tempBillList.js diff --git a/manifest.json b/manifest.json index c3ec175..16e5ecf 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "瞬聊", "appid" : "__UNI__E41111F", "description" : "一款即时聊天软件", - "versionName" : "3.5.0", - "versionCode" : 350, + "versionName" : "3.5.1", + "versionCode" : 351, "transformPx" : false, "app-plus" : { "bounce" : "none", diff --git a/pages.json b/pages.json index 9f8481a..7c5b017 100644 --- a/pages.json +++ b/pages.json @@ -389,6 +389,144 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "pages/find/shake/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/shake/linked_list", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/shake/set", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/shake/user_detail", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/shake/friend_home", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/shake/agree_apply_friend", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/shake/chatting/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/shake/chatting/zhuanfa_pop", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/music/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/find/music/song_list", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/bill/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/bill/detail", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/bill/question", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/bill/statistics", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/set", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/wallet", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/wallet_option", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/wallet_pay", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/wallet_sub_page/bind_bank", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/wallet_sub_page/lin_qian_tong", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/wallet_sub_page/qin_shu_ka", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/user/service/wallet_sub_page/fenfu-page", + "style": { + "navigationBarTitleText": "" + } } ], "tabBar": { diff --git a/pages/find/music/components/play-bar.vue b/pages/find/music/components/play-bar.vue new file mode 100644 index 0000000..2f56dc2 --- /dev/null +++ b/pages/find/music/components/play-bar.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/pages/find/music/index.vue b/pages/find/music/index.vue new file mode 100644 index 0000000..bb07f2d --- /dev/null +++ b/pages/find/music/index.vue @@ -0,0 +1,265 @@ + + + + + diff --git a/pages/find/music/song_list.vue b/pages/find/music/song_list.vue new file mode 100644 index 0000000..10511a5 --- /dev/null +++ b/pages/find/music/song_list.vue @@ -0,0 +1,218 @@ + + + + + diff --git a/pages/find/shake/agree_apply_friend.vue b/pages/find/shake/agree_apply_friend.vue new file mode 100644 index 0000000..a8f82d0 --- /dev/null +++ b/pages/find/shake/agree_apply_friend.vue @@ -0,0 +1,249 @@ + + + + + diff --git a/pages/find/shake/chatting/components/message-item.vue b/pages/find/shake/chatting/components/message-item.vue new file mode 100644 index 0000000..5547733 --- /dev/null +++ b/pages/find/shake/chatting/components/message-item.vue @@ -0,0 +1,554 @@ + + + + + diff --git a/pages/find/shake/chatting/index.vue b/pages/find/shake/chatting/index.vue new file mode 100644 index 0000000..e1b1c7c --- /dev/null +++ b/pages/find/shake/chatting/index.vue @@ -0,0 +1,1215 @@ + + + + + + diff --git a/pages/find/shake/chatting/zhuanfa_pop.vue b/pages/find/shake/chatting/zhuanfa_pop.vue new file mode 100644 index 0000000..79c0f08 --- /dev/null +++ b/pages/find/shake/chatting/zhuanfa_pop.vue @@ -0,0 +1,441 @@ + + + + + diff --git a/pages/find/shake/friend_home.vue b/pages/find/shake/friend_home.vue new file mode 100644 index 0000000..c590265 --- /dev/null +++ b/pages/find/shake/friend_home.vue @@ -0,0 +1,239 @@ + + + + + + diff --git a/pages/find/shake/index.vue b/pages/find/shake/index.vue new file mode 100644 index 0000000..223e87d --- /dev/null +++ b/pages/find/shake/index.vue @@ -0,0 +1,80 @@ + + + + + + diff --git a/pages/find/shake/linked_list.vue b/pages/find/shake/linked_list.vue new file mode 100644 index 0000000..491ae25 --- /dev/null +++ b/pages/find/shake/linked_list.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/pages/find/shake/set.vue b/pages/find/shake/set.vue new file mode 100644 index 0000000..b9148d3 --- /dev/null +++ b/pages/find/shake/set.vue @@ -0,0 +1,454 @@ + + + + + + \ No newline at end of file diff --git a/pages/find/shake/user_detail.vue b/pages/find/shake/user_detail.vue new file mode 100644 index 0000000..5da903d --- /dev/null +++ b/pages/find/shake/user_detail.vue @@ -0,0 +1,138 @@ + + + + + + diff --git a/pages/user/service/bill/components/imgs/code-40.png b/pages/user/service/bill/components/imgs/code-40.png new file mode 100644 index 0000000000000000000000000000000000000000..6fce99d88f74c31dfccf1299c850dd2fbc9c3de5 GIT binary patch literal 3752 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 UEnhaK{4N1TdS<${+OX&U2g5K{=l}o! literal 0 HcmV?d00001 diff --git a/pages/user/service/bill/components/imgs/gaosu.jpg b/pages/user/service/bill/components/imgs/gaosu.jpg new file mode 100644 index 0000000000000000000000000000000000000000..532a57991f5ef417c6725753d97a9ce9a472caa4 GIT binary patch literal 5928 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 W%Xg5kr{dnYD_k%Mx{)US=f40Jk4U%x literal 0 HcmV?d00001 diff --git a/pages/user/service/bill/components/imgs/meituan.jpg b/pages/user/service/bill/components/imgs/meituan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa5df192f15c6edd27ac67df11545d46c2c027e6 GIT binary patch literal 10912 zcmbVy2|Sc*|MxASBvO{5no1%H6=}hwLJ~rZeUj{8!0mNy!(~@%Hk|!m%h_G>SadGe9-p9?oPf|okMDqXn!}jh&y3RSzKGb8@i#`T&1?*tW65=jGb5lY19Dp>z+hjg6gs+je#ij_upw z+5YhNz;=F)y+_Zea_-Z!;yU(7;B3Il_dCR{7S;&rcao2vyZ1P7C%2IB{sSW7CnO|K zO35pnSG;iX(zWYq>KZpRZyMY&G(s7hm|EYrv9+^zaCCF`@OcJ%I;1|8|a}XE^t& z>Ty{;+IQ@1zz%_{FW(o|>=ZkvPZqrQxRYDxxcs>I@)m2qIQ!o*7Wn_g*`JL4o3BBD zhn)>p9y>pP1Ze4DlJBgem!P-P##GtbS3BCdxdkv3)%`| zKZ_&OpeJ_kc|JW=M6D_OT;@zYikuT=TX+UQCfNnqXhpLMJlC--JMO*lUJ?)CXC(>$?Q z2%n`9wHjT=Oyi;%848x1J9S@0qzJuE5g(sZp1@7Hf20<9umH5HC<~~($pRuAhP;w% z_2`7N`xYw@X%AOXIiVA8zlLvo_)yiwJjDX`C3-vWe2_Qm6H#5SxD&TiUv14GF}mv0 z#lsS)h=fBr*G|?5mRV1jedCn@%5}k5$YXUt=1g6WU-|2D6`~;o1}V`h?o8$>f?r6p zxg{q%XqXMr4&(mmC`#@9rJ*^xfwD+}be7JWX!Nl;8fZBV=W9 z*M%4Hd!=OY2CIjNNVC58-LWb6wBA0fjvwyl_w`m@_-ZnBY9!QZ^-#_=3Km7;yS^w4i6-FVb5`K|o~ zn|#CwsaFLI-{lJEsXY?q5YW4_HQ@98&CpcMDpAi|9(;?ON*JGO+6?W0#cHKzVXWlg zC#dUiRU6sf>v1+mT`>MsZ~Lu6Tp2Fhzbc>_RmoH{DUkbA{;JRL)yR*7PXq_;6IW3~ zR#^UF_rnpZEP$JdI5A;rJe}FU;fUeuZf{Vob)$Ye3ud?b@M;=`=^p_-#C(0BM__i z$e8G-T(BAJT<~UkHaZzDGw1D7!ss!LfA02eStwhc=v?@6J%Q^xvQpVeeP#NxmV-p>_#QhV$?{RA zMU$^5rFmn3tjv|>N8q19{8;smlb|;_Pkm+q@eFo6Tktw%I==SV>*)HzQ;pHOKF%;( z)^?pAV8v>xstMedO9_(%{@Zx>@bRTiwQZN9c;;DvbNB+KjCPebgW5>#BYFE*t(fV= zTphB|Q7usGT8g<{tU38bBE+28J&c+^sPMMRL)OX!T0w>_%~xVCzqV3-Q87-&e<@QF zK=mZs>#6DW6@*|jG!>VbJqXfa?4(Iw4!6KhBbO#={7b#?H+p8p@ynj6>u>Ny>Y&HY z%|eDY3+Q73A~UlR$D<$X`baPP)rl&39y6TjCtL8ZmHSA&5ZI%qwm)C&u0TobFJB6D zfw^Tb*Hb(2&I)Fk?T>K;W?OK}rX7O+Fz{c7{(y?sqwk)Lyhcxm6dhPsh|sbyK4nh! zn6yk@2D>&B`aWdW)LQ7?NhzvQ1lO4twa(i{O@XscMtJ+WdqTSF9KWJ$-9A zD;>6+L`d>`)x2@{fXdV)4K!Uye`ysw1y+U`GdaA2TiPF8Za&&v(WJ1#u!?a1*jd-; zUF|Q-5Ir1;(nwByGpnI?B-3?qtgtw7eo z`TZ;PnCAB8-^=GOk3oh@Hr|IGsGpEu7WldU^2p$bQk#;Fj9mIp&Ns^X$S{Z}+ITX` z_-b2?`n`u2HyWNOkdKT_c?hl*1mh&BF0Q-hiX44Pgf?(jb32>fhO%>&Jw8Y6&qyNI z*4Cb@$(I7(hc z@?|G)iKM`5dxbrfV|ilCFH$SU3TQl0^c5Ds(00QMK;pA!sR+GK9cvd{3i4yG1(ey zNYWIZ`*(ly4eKf3rt(iB`DQJ-oKBy>vyJ(RtfHwVxZNz^-CD*J zVcb&2DjJpgJn53a)Wj#x2lMa4pN_pvtQhFjj_5P)yD@N9?weS71}damr)3_mzwZ%( zu^t7{1n~BukWV8E@aLvF)oVvQxqUc(FF31ST$V_mB^zEm&dj0X$CBlXZIdcM1eI$P z?+^s}YQXcuRJyqs>){YxkZd`*wAmRm4_+!*JAq|D;1dQv=!E~t(5=S&F-O2Zoo|yQ z%v_fqOKR+a++9>MD5*@%3>JXIju_mB9H=IfVt_8vOQ^)39w3TibwH@+@G60&@^fw_pLX z6aJ+2*T|U?^u|CcNe*nc$1fG4w@=Zak_45Ke@~A3V=^^2_v{D$`Q4`<61Ia=@%G@N zCJRWl{2b7Q6FU%U>_bUO+B8EyA{tT>4q2u zR6XX)bQZAnz?7h(MrFJIu+<5$fV~T1$;ab(4E*xnhtfVRIL#L_23Gk2Tz>VW$x(jKo%`A!hIT<{<2UII@j)X*y{&4Lx;X zBTXJSgSC<5&A{>`u0@RWAjwC-V4sNn1#Ms%g>RGA?l$j^j9pox>W%J! z7T>dg0Ct8XEUrW2e2eo4>KlgGt zHx~VKW1Ke&cskR7T$OV~Q}^_)=YsS7v(g=HHVHp(@*0QAIIWUgDQ9Y#=zYFd`;>g^ z@tjrC8D38etILFIeVsIIwY#TW?i{~w-Ggc=-4Kohr*8GLfCa=O7LYQCJ5=BnTv)ms zDkz!O<8q?AxccQ7&9-CyE@`i-tF#cd~%xO6E;0 z|IbH(Iu@6aD=HW-o@+5+7A16jx_||!UMA2X!lcGuAJA|puMH%ZF(4=8284tZH5ihz zyTJBo_~_sy3z+l(i6>BSi3Uf7V_@+zqFd!5Gz<%DR>BvaF~o3u+N~)calEZv>|pVk zCW+zxZan#2l{6d(65HY9N5Sa5za68{HP)$w%69OK5E~jam%q{VyYX*cO@JE}g<)5y zwf-;}^2Evil$F_TqcC&kt#GG=ytKVTHRq%o}i^P3@{~gam~DCJ*BU0!LtG)`Yli@A?CGxn9S7d&EW1 z6^5Lv`>J7~ks$fMJt?fZ{zU?*ums$}KLtdC1!RsUo-q8EK*Yezd&qRZpG{ zDmqp4UjK&J?|TkIrL8X}c#855KYUv1kcV}>I(IkctE2v`kFtOsI-%hC;W;w)84H*~ zW`X@JSQ>x9JJ5!(DYOwW>hKrT8$`H@d^;n= z3}V1gp}zkU;||pX8L>uH*k5`fPw0Zsp(y?bzqh!(jWUH{Sh5Rj9!M^T9Scd7pIz|O z)!nJ1P~n|h;I&4NcqCA$pChqrsAn8G{(#yI1)XLA7;6}zZNabNNnILG8FLf1n&)}4 z&+yzfWSzjox3m(J>WuMrr=9wmJZ^7UK#@~RgD=(b07eR1nyMqCyouU8=$7Q;`byt{ zmekKUjTeE{VS`_40U6r&squ{}N0(10nmSzyG9OCa3=2^(Kfj|L@JU?tM~o?trhWKf zdB|l{w&ZH`>z3`Y!|x_9f3~e4JV)H!~ZYhtj?54P!9h)E4_L40h;7wM7WJh!>DrJ(*Y9ijZ!-3n__W&5nrKFRLIme z%u!^Z&G|I@|&;1qsMz)NbU{3zTsIm5fSy)QpUeOG%aEQ#9Lg+m+{bK7dccU?#(9uj5&&yceR(lGkq zvPT>Ib;5EPa~o{)+h8O(kqKMWxk*O$P=w}`#rL8U-1{F8DoGNbR7tYvAbSwOTsU~hwHTZ*SPH1llF+xng{3A~F zQ0wQ{Q@3kA)_u|t90^DZc>1PRl2C9Oe=WHrN7FP9vc(26v^>U7V-A^qm9!~;ZgRC{ zr$PB1w?ID7bk&t=kKhM8&fS1B5PX9(L2PCyz9&$_4Wo3rtoB)a+n+6LIL4E#$^I_C z4iadOfSpPh@h?vFzv?&7$S?a<^%0$hrY#Pj^q9S*DR%_9L**Fk-?lGVz!nN=fHT5w z_6b>-N5n=w%%d9%AgBAevVbe)@NZJGkW>`aKt&N=Vh&OTVQC7QW9r1Anb8REWsIHb zKUTYA`7mdQD&or?Au+zz8EPEOa#)Bn3BW_ag{~%<6s^be$k?yE+OLx4Kp8V3} zOUwO7k3_AdG_L$mdTBl|c;ISXYxmT2@uwVL;hSFhURjonoh5o|n7g>+zB9ELF&6MU zlm-W^vv4(n3t+~BQ)Ycg;vBdtvPu6NfQl(i0WlW-TD zWOMzl_vnmSl{Dnub!WqDKuX4tJeJ)(y;tSrt?GJEFMqH24z7;{;>`3AC4M-@p_^ezEBNv`E-wwbLf69)GziUP z%b`Gr<5lc*bU!l^NcZA0HN6pM3taR3DXvf+azv1Pb`4=lpC&L(!Afbuq-$VQ4wIKB zmBhds2sa{DP7qnZIv=dgPG>Y9H$C(#3;4(12!SkM#1RZ%TgIo%$bMLN(YDmP)~T7I3b&jsrL4v4x=8|yWI~Ys;c~7bsY5; zJ@DmluWd#9bM(p)C%BaPDY23(7n^EYbyCYg9=C3&(Ja(ry=+&5UEPn^nAU|(L{ZID zcwkw5ffMvua9Lr6UE21yf;lwo)!F+I)A6JDZ?GGeO3OT>u>eS@JqS4~hg^caSQ|n9 zY`_Rc4M^kqUk*+l=99JbZKt9GLc@&-h)z zed=M@<)V$7rU!@3ZT>K$R_3q30zxhpUTB&)7W;D8 z?_l34dBh=8M-jNruq%nYcul2iKzzqRUZ>fBW!Dgl^6AwnR2Rvy1G@h|o<+%WrHEP(JFNlm1(0Bf3FX|;4K3osxf zTV<=km-zKGmuA`~_AXdEL`E?=;~@s@@%1p#T~1ruqUp=O_(G6eZ(2mmX)$&GeM@qrlx)ZCquKTn~1I|fI zEeHoov?IcwjSklh-^y}eYk*HUD@cK(@ZX>a@)r~Vx1h*2y#9plreHfX!sw(7@NJ|~ zl#7b|%yKo}dAaKKOy5lz-Ahaku9ReGvM=X3lG_KJ>Mf118B`1xb83ckE`ZrE&NcBE z96N?rYI>+E8Xhe32Cv36UN2Pek5d$z$$9>vqCDEcxFq_Ft#wZfS{2iBNlZK>FYo5- zeP@TR>zd1+X7sNVB&VvsQj3%`84kXEIR@?GwNDkjo2sSVE$k3284w$}=33egCPU=8F#1>ir|5SD z?b5Eh<9QG>`vWR zKp8OY@%Txp-f>N4di-dsl-4U=i&`JZr>W4wJeu+GWDLLeK6P*;9DMXE9 zh;IKPR646yW1Vx^;3;<0TB;|d)P51u0EZEkk07DYMCEv|J7V{MXtnjir{%jO4mLZn zqR8ngR09Ixl0L#0dP->I(ynl95)0rs$XB1Z-0EiBqwx7_Rd4?E=OlcXQPbhN?pf)% zl|{k&9!IZ=mHZ|+paPVfX@Lp6XMS7R#FP4+RW^QNpMEoSkSjcM<=wVMdYgv9>?IyZ zBBo>2jO1$+q|=o*II(CQtOng*XYb1(<3l}=`y8chQin>ql8pma-a(YZwYVIr)z~gs zPKOLp+n#B5lJEs0^qnS4St6}^N7{unWlF00HrvqflneG9Sz*|71Dm|Gwn^RUk#@5VPB#INfJ6B!Ic3>s6o%g*yLhO%!0^3Uv8(;E~>eSRRrU_R}Zr%3k$qG){-VnYqr_^xE&gsUu z>;WXbI14JJcsv}K*XcbfzGCMtt(V*?a`*1thsqoWK5Xaz{jsuxQyZGUf}HVxf>Qmj z`slAg2?s6<|EiCuFjl;(u!JoZtlvX@g4)}9@cwWX+iSk@g1!rpGA8%CR^YHzj@SxY z`76_+mrYz;?(^4h3qMhY4O?Lu6{)aUr8^PM)W3HHwlL2O>Yj(GD+MK(5eK*cz6}y; zwAP8bo3tPZ;-~~g~>}}Aa)#~Y&M#VwfsK!LxxyZ!{r5_IE<&QNu z8ix_s3oPJ%f8T}43)uvhEw{-;E{&y<`asGC7n6aQG@iK_?AMi@^=(ohH-1{_^p5e= z=Es;diYw`&dp9*ztAy)kU{Cqsg<&{AAH#*yJ+KTWtT>R1+T~x_4q?XN%o>;~(a?Ol z-v6HaaBd_^p8$OWW%y}JNYR$F=vD-e0!GPCR)d|mP=3UQrQ?O zo3uXYuXA%RrGrrM+^#HIf}WqI?H&8FME~rCqdg?6S*ISS&}Dz@kF}$hm`z_XPd(t8 zjE0k|seJ7Ws@>O%>$0FBmjI*l7<*6`iLwqDmcr-oEq70Tm3yd0;LOZ@M}D_<;2sv8*c%;(5-+yM#tuiOjFQQ3MO54pRU-IQW!X6& zgrrNVhd&y=WYw*K^B`8gzHAbn7n?7QE2tV978buaF@-xVoI+RvUrySVx{7PM_eftxf23pH zE@!r6Q8Icw8BXe9bg9*&&(fp}&qo(4Wop;n)EhZ$^d;-a3w}*AoK!c|=solG3{O2a z^$DWyW6tse7hbPZ*E8>oAnQ^$u_o%-c^nEoa9#9M0q&~5-0FD$YX7SLtAQWztK<7e z_tzMnwyg%9A+*(i|EQ-X0O+YXdOguqq=hYUHAT(1F+wLHh0dq7?ZT$=Czm8#i5+cu zH@d>#e$vnzcj7CYs~Ns$LMAO-=A#hJRDyH_}POq3O!x5Omo3*`M*XZ9-v22Up}Aq*o^A;J)|PnFV-YPJsW#*sdZu zY9e%@r})el_KE_v&IMte!W-(lk}ayWZM@7h&(F#%axEGAg@I4u#;k#bASR)9^IWX~ zt=DF$*;O2JrOo@TTZgX~tv~z$3leSW9q@;Ix#0etK!sDY+GgdqAbffL&1$0xSAKiZ za0}xCWy_<4VKCTFk)KR_<5eZq?=9Pl$yrl=!KtjVVTidkHT&*`h%|*V3~M0(me#LV zPyVW>fBqg=iRQ7#J<@6}W%e7x7)7{ZJ+%&pIOkk}zopiD581HjUkzWXs(j($;f>qy zyIdDZ6b?6akAg3juX_zJFsoTeBlraY|K*8)Qr_<~8gyuJF0b%Vqrofz?K3IkJoPCd zC4u|Gf>ZZ=`umI_LPOE`S&b2^UQFD|kM`aAU(3w+7JC?o0=t=wa9B3}2ou!N{ZKz_YD~~%Tk#`*Srjwa}C~-@Xe;qp{ zQ%c?Q_AW9)hJM2NQTZTvbhJ{g{N_Lf{SyCU47%^>og8khM3-+ZVTy@rk>WC>FSpNX zdtMR_4aS|o)in>QyvN|uOXXW-hIDRSN%;N60nsIqYIMr|sx!JfdLQUktBeS5;_E0% z2Q96oa3p2ni7lZxO#f3Te?Hqd`Us}2PY+GCfDy>dCDRh43ojH--BM1n&yqbmu78Ih zZ;?<-pn9(NpAe*9^~pegFMM`n>;=DNhT-CZbAG?@o>cnFZw#OQZg7a!uM<~o(}A2{T#IN(o*}@As=KzP*k@4 ze1yH$c=UaD{Vvp*cY3;E7sW4xop+l}Rd7+3xE-@-ss%@1Q839}zZR8SaFf^ad69(C z9%`bRh_nx(PH|je$^C`!Ownz{5Y#Iuq~N^7iNWo<>yP8!M-!$3d zn1nI!wPF)Z)5OB4bT3R-`|cx@pNRU&fK|alHNmxk2jT}$DJSj7ERZD{G-v61Amm5j p*I4ocxBcb)EI!tcj)2QtTdzFkhDSe*n>IIfeiL literal 0 HcmV?d00001 diff --git a/pages/user/service/bill/components/imgs/qinlingrenjia.jpg b/pages/user/service/bill/components/imgs/qinlingrenjia.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24b9f8567b7cbccf7828eb28e4b141dd256f4315 GIT binary patch literal 6209 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 literal 0 HcmV?d00001 diff --git a/pages/user/service/bill/components/imgs/shihua.jpg b/pages/user/service/bill/components/imgs/shihua.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0e0c6db8783abd0aee4a03ed26c30f0258fa42f GIT binary patch literal 6048 zcmbW5XHe5yxbFYd02WZXlpwu`h!T_<+z0{Pz@{TrKtPC;(0c@=Dg+`mG(oDAi1Z@8 zBOp?u^xk`oBqWD@&Y5#&?x%b2vu3R?>zy_4Z=TiWCI2GN158iVHPrzM3IL$EYyf!* zPz7kIX=rJvX=!O_K_FT>1||judU^(y>x@^K*jYF@*jd=vZt)0#Z*d85v$65r;S&%R z5fc~V1WVqN6ul=TDkl2xA`~DHh=GoQnSp^>^cLGK(f?Jv3} zn1<$4eFH-yW0U8mwlD4M9bP#)d3btx`}q3#hrJDth>VJkL4Qb0N=`{l!{mO-%P%M_ zD*pVnvZ}hKwywURy`!_MyQjCW|L5q~_yq3P@5zP5rR9~?we^k7gTtfalhZT&pYwmY zC;+Pe!nz#)3+(^kx^c-xNli^f4f>ahg3{-*Q{AAZxh+k5^RX_-8o|teKZK6uuY{b6 zHhO^vdi$(4?jsCrf-(z22mhk|C)xiUSm^&3+5dq3FV`e+m5SohJgOT26gV%45&cLR zBN2-aKe(c~Z_)5B6X*Z-P3rc7bt4C12pJyW@L~P>b(Xx`^1)aC6h{>m>%}gg3t+QM z<|8x<69i%)cXyX*47t&o>k@;Ch6mXl7!|bAgTe7#g9HK!&G)$HKJTX=Mb?(|OIAGa zEa`Ol%!vV&$ImpHO$_4jLz>Hn?tYJ!Vpephk1V~+eV!uy&i**iwD-EyO85DG^P1Zj_vA>$BWYNBX7E#8?5+ZXSf`iJSzXWdma|^I;G{ua z^RH!kX1(YAoU)+nW!j0sTP@$V@aSg}jdpq7u6o_&jtw>W1q!lhMYF$qr`bZi-zV&a zO2}rK6pT!-wYMZjGh^I>oao2en!SD#t?rV6u!vSR3h$n$c)EB0He$7DM7?+H`W?=qs}lOJ<@rk{P3#MMRpQZJSI{<9Q3O8R~TH@2#!}*-0V4f+KN$T2ElAp8QcjVZ} zUBPGF<64!NYJ5j1c5zun2Sl4xp*6bFP{qRN^UZ*%zH*lpzj9#@L9|?-y&~F);Q)?H zawzZF_PeVE6VD&uu|G>e3N4GVBqko)J!eg$66H%0oF^bmvWEJXc0OV@7j9QaXcl;c z$3gCV4|=nVv&$n&97Ne>^;t{({d`rLHhlXYFUtzCE3Wo@lKg?({-B8fxqANZeYWO&NjW?;KA4ZbML z{%7PxEt16lu>~)-bmdiT2W!$4(*4RCMv^j1aP^6FZtZ#I-JS&Ad*44aqLEUE$|ATx ziSl)!mg=g;5>Iog+ZH27qidX26JNIW?o&`R(J96HGVWYk&|=p3Sz4`hw_V~{{ccmS zV(I6GZQIOm58~yhw#=*doo=kYQ$~p{uDvVcR_4#lsM2yigB~eL$mpuMft`GiSDX2) zd?o&&lJd&?-Z5M?yzotlBlyV+-p(M4Pn+KUL+P%_f}s?)59P}V0c0SAhi=E}ig7NH z=U@vDHDx;+g`VgVJz4k>vE5RD&hta9jk225D)1S%nEIm$0sb-D_Sk4XR7R) z*F+~jEUuD=R6=k3jf{W&_a7n{alA>Q#uUpH07*| zyS+jp14K}5{RwN&)AV8?mY@iSRQ&>1OoWht zI{o73>XLD$Buez%zn)gGUIF*#Ni+(67PV^|?ww=QdMz&OT1e}fPj$fhhPi9k76RH~ z;YT+#g}fJJ7{<6_Syj}ghk&i%&G*=ir6c(BX1{8dC%eLt7H7&Y@BvuOg%gdu^sY9|UA31AoKeq0)6eM#t9KJ!Rg=O34B;z~=ikBLLGN9d{w^qv5(Sru%G_jA$zR9YZBzp z6bt>1FORAJ{L9?YG-)t)lclaUzK5R>7N?}9&$?zh)HB}Nu8u0PBR^7mkaWENyd5ZwSUZ*|bGA4>j3k06KQ?v@NLS4Ea)*9I;X$q1c zhqyLph!-^K{OQy5#qca|(8tNQ#bltl28RpF_jzIcay1ajWi!1s+98r>I9Gz)hcZF> z0*&Hf`&*sVWMH_$>U+oqybP<1-$5)BrN>U>LI{NgkgQ;Y|^k^TCpYMlxqf12W>z4HjlU^Ze(kCAa=HC+Ur?0bug-pgZ-A5w7V61!#6fE zfJ-ZrzLqS4`*F&9+o*3J&D|l zt)4TspgSDZz&GtSblPr?nOV+xXXhLh?uaamSB`Ict+UhnD@N}>n*Hc3GK~fAGaNXb z_bg3d8X`M_{?ba%uYR@mo(%Y0rvejJFwNT7hwL;A7%!;$0=Ibur~litF!)LXahvs2 zs$J5G;IJ?o>-N3CB$x0YT#m2%=~Y5J3kh;C?tj*<6YcL47WfcRXk|J*cqc{ck@OP4 zqShmF@j(ZqtDnB=FO4v=(B}$|`NZp}ZWW$M22}g(?d^q9E1A(cdO=R|qqtJ8r#Q$J zdM=O2Y0WG5c)TmjNlB^xILXozWlZAIBe4$qDkZbi*Z%|}-843=Z-dV!jYm%oTekPS zljm-HitQU5EUl2jMUph&oBk*J{y(iA9L7n#i?fqBd3MOwWH_H+Z`=}d2EJ0D6qCPJbo3aSZ3>=ez z`xmq^M>=u5_sGCo*ADysA+3h2k5>^pirpD5NF3GlTE?wo2O+xp2lHR*92d9L!y%=a zs2li!MJ)cQqMclALblG=!EbfL{ThT_1^0k63V6bZ%-MK#$u(tx$cD_@pivKs><+ol zhU?iBG6z8iyn|CT&irV1MnWTOv%TrbMVVQ1=|xPbb>a#-R!NS3XUlaw+u-+9mm{3D ziLRpS=G!N_Z$5fb7UZT>2YA;+E|$&AWDIwHWb7aVOuL+5>&x@7^cL66dit=dq^bgs zzz*;ULMoytHkbJ>OpJRVYqliO>^wI`t1l&YQ>^0kQ7n@!j)mqkU8}0h@?o`n%$7mr zK}~s|O5~C6<=sY=1>y1Ki(kLrr4Zme0z6P%sllvW#*M+F7zxRtgmQI`PdSx|%g%cA zo=e4ooY1`l%bW1mf6Ix>_?bgvOiG&*acT~mRTol6vP9;ROi&lbGQZL3v3$y-;a*=P z(Gx>3XHpS}_rr!sY|e!Qi}Bvx_cW^Pz5HHkQ__2kVHLOzIfjcMxHrY{wruI{U-X)) zoHRA4W1{O>7RpLE(5C^tw&-0{K82=<5$*YSI37j(-6DTJ)GUiHUPHEb;FNz{I{8Wv z*%(rL+y#$w*8h{`K;8C?M@%^ZiMbyrWsixBmMM{YEIns)fHU39E zGrAW+nj+skTi8f^14~M3eAU<3P)?m4TwVzkDCw4u+w><`rBZ}RIMiK%ckSv+9V*6B z8}>b+uiGty;Q`R?K6}9fTC5)m!{r$Tc6dz&wnLj5tw!=kK0IRwqFwJy>=$oyW=N6b zKawDuWT29!U$~;&jG54PJ5G%^=NT0l$cgE>jw$~jUl&saw}Uun%_tx@G{LGPDjRA6 zuw@Yx>8F2R_5NVo2QKTq)#)W3TNL$$vQ5&Fg*TFw_*BtwNui|9O!gmC<tuR<3w<6KYzMz$vx^>B|i7ERwFI(g#yKqtkRIq zlGzJuKex~~~eRInx#G5H7q8vD;Nd%cMJC1oWN0kwX#)^A{g(QT9f^UcXQ6Ym9Mx(mR==MTH9zLulLns768Nbxth*f$ zwh3ie(^y3}_4akmctT;F{}e_QibD*Sglu<}s7xwxp6Nj_tyC?z{H_tWNck-<9X9Q9 zvnoMKgZZb;mlK;KP3il4261!( z6$Qp=-c`^iZsE_g`=%VMJuH0M$pC}q;xOx!>3#ctexU~2(HA6ei7hy7$ArYWe_Fh# z_4xJiJ7dgW>Sx_IrHAj#0P`1!ZusV0L>5E!zEO;1t{vv^wbFNjn?)l9sdrns@SE4d zm!VI3=pTQY1%}1uUo{xy`+v1^4?^}HK_}rbI*f4fRTc5Q>ZBg)4t41b($}WB1>@)s z?ak8F&2@s$>+YE|-T&+1<;S5gJvx-TPBQ>>5 z(^D{|s^~j6MLiR^#9I&P1d6bn_>-mMuQe$h^7!2U=%{AKSzuTp>zb(mN5>=4vvEE&(q>GMe3E-J8ib> zjaFVNKJX_4&&zzY;4I@AO_PmZ4>x7b8UFUn+cTCSD8#ChCi{OvWmgx~Vno}zO)@Bk zd35}b41b?CJ+U)@nc)ftP)B;N z`#ksFyuek0p22_{&Gv{9Fmqy}XTx zy5rs4#%r|5uoSH;7YWXH88!B9xwBtvqqEC=l~_l(|4!b3>UUr}#_Y?~^ES#aFV8p}tHe=J+ZSNYk zQS)idb~Oez+qpM#8-pHY&$ox1#QL@SSm7JkQ0Vo@$TD`*iH~F;x^s(=x@?6Rr#s$W z_Syw;+l7M}nwh8Y0o&&_%_WG^s~YicBa^kR_K2+?ylJgYCzunrIv1VbfNacx$jv)? zzJCjx$v2ap4ICX$=f+6X;Xmfahyr6S0d z0<$-Bt&^^elwmy^-~F*mc7AIve?KJDw;lELXmi0%%c64Ua8|TqX|=ffre1I|Vegz* zHAbxSz*wf_Wm9tur#ovZRc+WreQA(jet)@c@qEm)=uZ)Jvzk1ipZQl(vjD(d^B7y` zi3+v6QEe^RKQ~8fRgXY~^OAu^2Bhg;l@8;^EfzbOAlaY8;;a~s_R5e^4=>kFoR{L& zJgjh_{exIh-N35i8sc`!X5ifXUYPRji9Ag&J5ui#KAzF5-#fCXUo7*|`Z#YTWF;Ll zhBa~J;?>8xK23%vMF`e?SWVW>G#d?RZ9OfIiP_DM43~=ZSoFAa#-8SAWP~~_V<&>M qdqs0&rVrXL3!;qV-#wC}qaHu!ywA%k^(J27@FusH<9`4^rQEy# literal 0 HcmV?d00001 diff --git a/pages/user/service/bill/components/imgs/tiao-code.jpg b/pages/user/service/bill/components/imgs/tiao-code.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0161e341272bff4e715114fd17a0696d5fab775e GIT binary patch literal 34570 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 + + + + + + + {{target}} + {{tradeValue}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{shanghuCode}} + + + + + + + + 账单服务 + + + + + + + + + + + + + + + + + + + 本服务由财付通提供 + + + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/components/sangumaocai.vue b/pages/user/service/bill/components/sangumaocai.vue new file mode 100644 index 0000000..7bfb501 --- /dev/null +++ b/pages/user/service/bill/components/sangumaocai.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/components/saoma.vue b/pages/user/service/bill/components/saoma.vue new file mode 100644 index 0000000..0b6b715 --- /dev/null +++ b/pages/user/service/bill/components/saoma.vue @@ -0,0 +1,152 @@ + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/components/shihua.vue b/pages/user/service/bill/components/shihua.vue new file mode 100644 index 0000000..fb3e806 --- /dev/null +++ b/pages/user/service/bill/components/shihua.vue @@ -0,0 +1,125 @@ + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/components/xinrunshangye.vue b/pages/user/service/bill/components/xinrunshangye.vue new file mode 100644 index 0000000..630d5e6 --- /dev/null +++ b/pages/user/service/bill/components/xinrunshangye.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/components/zhuanzhang.vue b/pages/user/service/bill/components/zhuanzhang.vue new file mode 100644 index 0000000..d137154 --- /dev/null +++ b/pages/user/service/bill/components/zhuanzhang.vue @@ -0,0 +1,110 @@ + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/detail.vue b/pages/user/service/bill/detail.vue new file mode 100644 index 0000000..e32c6ed --- /dev/null +++ b/pages/user/service/bill/detail.vue @@ -0,0 +1,74 @@ + + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/index.vue b/pages/user/service/bill/index.vue new file mode 100644 index 0000000..c07c87b --- /dev/null +++ b/pages/user/service/bill/index.vue @@ -0,0 +1,360 @@ + + + + + + \ No newline at end of file diff --git a/pages/user/service/bill/question.vue b/pages/user/service/bill/question.vue new file mode 100644 index 0000000..3bf2781 --- /dev/null +++ b/pages/user/service/bill/question.vue @@ -0,0 +1,108 @@ + + + + + diff --git a/pages/user/service/bill/statistics.vue b/pages/user/service/bill/statistics.vue new file mode 100644 index 0000000..f34b780 --- /dev/null +++ b/pages/user/service/bill/statistics.vue @@ -0,0 +1,563 @@ + + + + + + diff --git a/pages/user/service/index.vue b/pages/user/service/index.vue new file mode 100644 index 0000000..5a45ee1 --- /dev/null +++ b/pages/user/service/index.vue @@ -0,0 +1,268 @@ + + + + + + \ No newline at end of file diff --git a/pages/user/service/set.vue b/pages/user/service/set.vue new file mode 100644 index 0000000..5d72238 --- /dev/null +++ b/pages/user/service/set.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/pages/user/service/wallet.vue b/pages/user/service/wallet.vue new file mode 100644 index 0000000..91c3482 --- /dev/null +++ b/pages/user/service/wallet.vue @@ -0,0 +1,106 @@ + + + + + + diff --git a/pages/user/service/wallet_option.vue b/pages/user/service/wallet_option.vue new file mode 100644 index 0000000..09649a6 --- /dev/null +++ b/pages/user/service/wallet_option.vue @@ -0,0 +1,93 @@ + + + + + + diff --git a/pages/user/service/wallet_pay.vue b/pages/user/service/wallet_pay.vue new file mode 100644 index 0000000..b9f3afd --- /dev/null +++ b/pages/user/service/wallet_pay.vue @@ -0,0 +1,251 @@ + + + + + + diff --git a/pages/user/service/wallet_sub_page/bind_bank.vue b/pages/user/service/wallet_sub_page/bind_bank.vue new file mode 100644 index 0000000..3650b98 --- /dev/null +++ b/pages/user/service/wallet_sub_page/bind_bank.vue @@ -0,0 +1,140 @@ + + + + + + diff --git a/pages/user/service/wallet_sub_page/fenfu-page.vue b/pages/user/service/wallet_sub_page/fenfu-page.vue new file mode 100644 index 0000000..8dd03b1 --- /dev/null +++ b/pages/user/service/wallet_sub_page/fenfu-page.vue @@ -0,0 +1,55 @@ + + + + + + diff --git a/pages/user/service/wallet_sub_page/lin_qian_tong.vue b/pages/user/service/wallet_sub_page/lin_qian_tong.vue new file mode 100644 index 0000000..39c2c80 --- /dev/null +++ b/pages/user/service/wallet_sub_page/lin_qian_tong.vue @@ -0,0 +1,52 @@ + + + + + + diff --git a/pages/user/service/wallet_sub_page/qin_shu_ka.vue b/pages/user/service/wallet_sub_page/qin_shu_ka.vue new file mode 100644 index 0000000..30d37ef --- /dev/null +++ b/pages/user/service/wallet_sub_page/qin_shu_ka.vue @@ -0,0 +1,29 @@ + + + + + + diff --git a/static/music/disc-plus.png b/static/music/disc-plus.png new file mode 100644 index 0000000000000000000000000000000000000000..819d90c5c142e75253b5ab7a1fbfefc9b5c64089 GIT binary patch literal 82802 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 oyfTMoj;yGk5iUdn0I= { + console.log('tempFilePath:', res.tempFilePath) +}}) +``` +## 0.2.2(2021-05-10) +- feat: 增加 `dispose` 方法,用于销毁实例 +- feat: 增加 `isClickable` 是否派发点击 +- feat: 实验性的支持 `nvue` 使用要慎重考虑 +- ## [代码示例:http://liangei.gitee.io/limeui/#/echart-example](http://liangei.gitee.io/limeui/#/echart-example) +## 0.2.1(2021-05-06) +- fix:修复 微信小程序 json 报错 +- chore: `reset` 更改为 `setChart` +- feat: 增加 `isEnable` 开启初始化 启用这个后 无须再使用`init`方法 +```html + +``` +```js +// 显示加载 +this.$refs.chart.showLoading() +// 使用实例回调 +this.$refs.chart.setChart(chart => ...code) +// 直接设置图表配置 +this.$refs.chart.setOption(data) +``` +## 0.2.0(2021-05-05) +- fix:修复 头条 百度 偏移的问题 +- docs: 更新文档 +## [代码示例:http://liangei.gitee.io/limeui/#/echart-example](http://liangei.gitee.io/limeui/#/echart-example) +## 0.1.0(2021-05-02) +- chore: 第一次上传,基本全端兼容,使用方法与官网一致。 +- 已知BUG:非2d 无法使用背景色,已反馈官方 +- 已知BUG:头条 百度 有许些偏移 +- 后期计划:兼容nvue diff --git a/uni_modules/lime-echart/components/l-echart/canvas.js b/uni_modules/lime-echart/components/l-echart/canvas.js new file mode 100644 index 0000000..086f977 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/canvas.js @@ -0,0 +1,399 @@ +import {getDeviceInfo} from './utils'; + +const cacheChart = {} +const fontSizeReg = /([\d\.]+)px/; +class EventEmit { + constructor() { + this.__events = {}; + } + on(type, listener) { + if (!type || !listener) { + return; + } + const events = this.__events[type] || []; + events.push(listener); + this.__events[type] = events; + } + emit(type, e) { + if (type.constructor === Object) { + e = type; + type = e && e.type; + } + if (!type) { + return; + } + const events = this.__events[type]; + if (!events || !events.length) { + return; + } + events.forEach((listener) => { + listener.call(this, e); + }); + } + off(type, listener) { + const __events = this.__events; + const events = __events[type]; + if (!events || !events.length) { + return; + } + if (!listener) { + delete __events[type]; + return; + } + for (let i = 0, len = events.length; i < len; i++) { + if (events[i] === listener) { + events.splice(i, 1); + i--; + } + } + } +} +class Image { + constructor() { + this.currentSrc = null + this.naturalHeight = 0 + this.naturalWidth = 0 + this.width = 0 + this.height = 0 + this.tagName = 'IMG' + } + set src(src) { + this.currentSrc = src + uni.getImageInfo({ + src, + success: (res) => { + this.naturalWidth = this.width = res.width + this.naturalHeight = this.height = res.height + this.onload() + }, + fail: () => { + this.onerror() + } + }) + } + get src() { + return this.currentSrc + } +} +class OffscreenCanvas { + constructor(ctx, com, canvasId) { + this.tagName = 'canvas' + this.com = com + this.canvasId = canvasId + this.ctx = ctx + } + set width(w) { + this.com.offscreenWidth = w + } + set height(h) { + this.com.offscreenHeight = h + } + get width() { + return this.com.offscreenWidth || 0 + } + get height() { + return this.com.offscreenHeight || 0 + } + getContext(type) { + return this.ctx + } + getImageData() { + return new Promise((resolve, reject) => { + this.com.$nextTick(() => { + uni.canvasGetImageData({ + x:0, + y:0, + width: this.com.offscreenWidth, + height: this.com.offscreenHeight, + canvasId: this.canvasId, + success: (res) => { + resolve(res) + }, + fail: (err) => { + reject(err) + }, + }, this.com) + }) + }) + } +} +export class Canvas { + constructor(ctx, com, isNew, canvasNode={}) { + cacheChart[com.canvasId] = {ctx} + this.canvasId = com.canvasId; + this.chart = null; + this.isNew = isNew + this.tagName = 'canvas' + this.canvasNode = canvasNode; + this.com = com; + if (!isNew) { + this._initStyle(ctx) + } + this._initEvent(); + this._ee = new EventEmit() + } + getContext(type) { + if (type === '2d') { + return this.ctx; + } + } + setAttribute(key, value) { + if(key === 'aria-label') { + this.com['ariaLabel'] = value + } + } + setChart(chart) { + this.chart = chart; + } + createOffscreenCanvas(param){ + if(!this.children) { + // this.com.isOffscreenCanvas = true + // this.com.offscreenWidth = param.width||300 + // this.com.offscreenHeight = param.height||300 + // const com = this.com + // const canvasId = this.com.offscreenCanvasId + // const context = uni.createCanvasContext(canvasId, this.com) + // this._initStyle(context) + // this.children = new OffscreenCanvas(context, com, canvasId) + } + return this.children + } + appendChild(child) { + console.log('child', child) + } + dispatchEvent(type, e) { + if(typeof type == 'object') { + this._ee.emit(type.type, type); + } else { + this._ee.emit(type, e); + } + return true + } + attachEvent() { + } + detachEvent() { + } + addEventListener(type, listener) { + this._ee.on(type, listener) + } + removeEventListener(type, listener) { + this._ee.off(type, listener) + } + _initCanvas(zrender, ctx) { + // zrender.util.getContext = function() { + // return ctx; + // }; + // zrender.util.$override('measureText', function(text, font) { + // ctx.font = font || '12px sans-serif'; + // return ctx.measureText(text, font); + // }); + } + _initStyle(ctx, child) { + const styles = [ + 'fillStyle', + 'strokeStyle', + 'fontSize', + 'globalAlpha', + 'opacity', + 'textAlign', + 'textBaseline', + 'shadow', + 'lineWidth', + 'lineCap', + 'lineJoin', + 'lineDash', + 'miterLimit', + // #ifdef H5 || APP + 'font', + // #endif + ]; + const colorReg = /#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])\b/g; + styles.forEach(style => { + Object.defineProperty(ctx, style, { + set: value => { + // #ifdef H5 || APP + if (style === 'font' && fontSizeReg.test(value)) { + const match = fontSizeReg.exec(value); + ctx.setFontSize(match[1]); + return; + } + // #endif + + if (style === 'opacity') { + ctx.setGlobalAlpha(value) + return; + } + if (style !== 'fillStyle' && style !== 'strokeStyle' || value !== 'none' && value !== null) { + // #ifdef H5 || APP-PLUS || MP-BAIDU + if(typeof value == 'object') { + if (value.hasOwnProperty('colorStop') || value.hasOwnProperty('colors')) { + ctx['set' + style.charAt(0).toUpperCase() + style.slice(1)](value); + } + return + } + // #endif + // #ifdef MP-TOUTIAO + if(colorReg.test(value)) { + value = value.replace(colorReg, '#$1$1$2$2$3$3') + } + // #endif + ctx['set' + style.charAt(0).toUpperCase() + style.slice(1)](value); + } + } + }); + }); + if(!this.isNew && !child) { + ctx.uniDrawImage = ctx.drawImage + ctx.drawImage = (...a) => { + a[0] = a[0].src + ctx.uniDrawImage(...a) + } + } + if(!ctx.createRadialGradient) { + ctx.createRadialGradient = function() { + return ctx.createCircularGradient(...[...arguments].slice(-3)) + }; + } + // 字节不支持 + if (!ctx.strokeText) { + ctx.strokeText = (...a) => { + ctx.fillText(...a) + } + } + + // 钉钉不支持 , 鸿蒙是异步 + if (!ctx.measureText || getDeviceInfo().osName == 'harmonyos') { + ctx._measureText = ctx.measureText + const strLen = (str) => { + let len = 0; + for (let i = 0; i < str.length; i++) { + if (str.charCodeAt(i) > 0 && str.charCodeAt(i) < 128) { + len++; + } else { + len += 2; + } + } + return len; + } + ctx.measureText = (text, font) => { + let fontSize = ctx?.state?.fontSize || 12; + if (font) { + fontSize = parseInt(font.match(/([\d\.]+)px/)[1]) + } + fontSize /= 2; + let isBold = fontSize >= 16; + const widthFactor = isBold ? 1.3 : 1; + // ctx._measureText(text, (res) => {}) + return { + width: strLen(text) * fontSize * widthFactor + }; + } + } + } + + _initEvent(e) { + this.event = {}; + const eventNames = [{ + wxName: 'touchStart', + ecName: 'mousedown' + }, { + wxName: 'touchMove', + ecName: 'mousemove' + }, { + wxName: 'touchEnd', + ecName: 'mouseup' + }, { + wxName: 'touchEnd', + ecName: 'click' + }]; + + eventNames.forEach(name => { + this.event[name.wxName] = e => { + const touch = e.touches[0]; + this.chart.getZr().handler.dispatch(name.ecName, { + zrX: name.wxName === 'tap' ? touch.clientX : touch.x, + zrY: name.wxName === 'tap' ? touch.clientY : touch.y + }); + }; + }); + } + + set width(w) { + this.canvasNode.width = w + } + set height(h) { + this.canvasNode.height = h + } + + get width() { + return this.canvasNode.width || 0 + } + get height() { + return this.canvasNode.height || 0 + } + get ctx() { + return cacheChart[this.canvasId]['ctx'] || null + } + set chart(chart) { + cacheChart[this.canvasId]['chart'] = chart + } + get chart() { + return cacheChart[this.canvasId]['chart'] || null + } +} + +export function dispatch(name, {x,y, wheelDelta}) { + this.dispatch(name, { + zrX: x, + zrY: y, + zrDelta: wheelDelta, + preventDefault: () => {}, + stopPropagation: () =>{} + }); +} +export function setCanvasCreator(echarts, {canvas, node}) { + if(echarts && !echarts.registerPreprocessor) { + return console.warn('echarts 版本不对或未传入echarts,vue3请使用esm格式') + } + echarts.registerPreprocessor(option => { + if (option && option.series) { + if (option.series.length > 0) { + option.series.forEach(series => { + series.progressive = 0; + }); + } else if (typeof option.series === 'object') { + option.series.progressive = 0; + } + } + }); + function loadImage(src, onload, onerror) { + let img = null + if(node && node.createImage) { + img = node.createImage() + img.onload = onload.bind(img); + img.onerror = onerror.bind(img); + img.src = src; + return img + } else { + img = new Image() + img.onload = onload.bind(img) + img.onerror = onerror.bind(img); + img.src = src + return img + } + } + if(echarts.setPlatformAPI) { + echarts.setPlatformAPI({ + loadImage: canvas.setChart ? loadImage : null, + createCanvas(){ + const key = 'createOffscreenCanvas' + return uni.canIUse(key) && uni[key] ? uni[key]({type: '2d'}) : canvas + } + }) + } else if(echarts.setCanvasCreator) { + echarts.setCanvasCreator(() => { + return canvas; + }); + } + +} \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/l-echart.uvue b/uni_modules/lime-echart/components/l-echart/l-echart.uvue new file mode 100644 index 0000000..d37ee35 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/l-echart.uvue @@ -0,0 +1,322 @@ + + + + \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/l-echart.vue b/uni_modules/lime-echart/components/l-echart/l-echart.vue new file mode 100644 index 0000000..01397aa --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/l-echart.vue @@ -0,0 +1,484 @@ + + + + + \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/nvue.js b/uni_modules/lime-echart/components/l-echart/nvue.js new file mode 100644 index 0000000..71c7fb2 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/nvue.js @@ -0,0 +1,56 @@ +export class Echarts { + eventMap = new Map() + constructor(webview) { + this.webview = webview + this.options = null + } + setOption() { + this.options = arguments + console.log('setOption1') + this.webview.evalJs(`setOption(${JSON.stringify(arguments)})`); + } + getOption() { + return this.options + } + showLoading() { + this.webview.evalJs(`showLoading(${JSON.stringify(arguments)})`); + } + hideLoading() { + this.webview.evalJs(`hideLoading()`); + } + clear() { + this.webview.evalJs(`clear()`); + } + dispose() { + this.webview.evalJs(`dispose()`); + } + resize(size) { + if(size) { + this.webview.evalJs(`resize(${JSON.stringify(size)})`); + } else { + this.webview.evalJs(`resize()`); + } + } + on(type, ...args) { + const query = args[0] + const useQuery = query && typeof query != 'function' + const param = useQuery ? [type, query] : [type] + const key = `${type}${useQuery ? JSON.stringify(query): '' }` + const callback = useQuery ? args[1]: args[0] + if(typeof callback == 'function'){ + this.eventMap.set(key, callback) + } + this.webview.evalJs(`on(${JSON.stringify(param)})`); + console.warn('nvue 暂不支持事件') + } + dispatchAction(type, options){ + const handler = this.eventMap.get(type) + if(handler){ + handler(options) + } + } + // 不让报错 无实际作用 + isDisposed() { + return !!this.webview + } +} \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/props.ts b/uni_modules/lime-echart/components/l-echart/props.ts new file mode 100644 index 0000000..2216409 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/props.ts @@ -0,0 +1,27 @@ +export default { + // #ifdef MP-WEIXIN || MP-TOUTIAO + type: { + type: String, + default: '2d' + }, + // #endif + // #ifdef APP-NVUE + webviewStyles: Object, + // #endif + lStyle: String, + isDisableScroll: Boolean, + isClickable: { + type: Boolean, + default: true + }, + enableHover: Boolean, + beforeDelay: { + type: Number, + default: 30 + }, + landscape: Boolean, + autoHideTooltip: { + type: Boolean, + default: false + } +} \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/type.ts b/uni_modules/lime-echart/components/l-echart/type.ts new file mode 100644 index 0000000..c32cb38 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/type.ts @@ -0,0 +1,11 @@ +// @ts-nocheck +export interface echartsProps { + webviewStyles?: UTSJSONObject, + lStyle?: string | UTSJSONObject + isDisableScroll: boolean; + isClickable: boolean; + enableHover: boolean; + beforeDelay: number; + landscape: boolean; + autoHideTooltip: boolean; +} \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/utils.js b/uni_modules/lime-echart/components/l-echart/utils.js new file mode 100644 index 0000000..eff40f4 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/utils.js @@ -0,0 +1,181 @@ +// @ts-nocheck +/** + * 获取设备基础信息 + * + * @see [uni.getDeviceInfo](https://uniapp.dcloud.net.cn/api/system/getDeviceInfo.html) + */ +export function getDeviceInfo() { + if (uni.getDeviceInfo || uni.canIUse('getDeviceInfo')) { + return uni.getDeviceInfo(); + } else { + return uni.getSystemInfoSync(); + } +} + +/** + * 获取窗口信息 + * + * @see [uni.getWindowInfo](https://uniapp.dcloud.net.cn/api/system/getWindowInfo.html) + */ +export function getWindowInfo() { + if (uni.getWindowInfo || uni.canIUse('getWindowInfo')) { + return uni.getWindowInfo(); + } else { + return uni.getSystemInfoSync(); + } +} + +/** + * 获取APP基础信息 + * + * @see [uni.getAppBaseInfo](https://uniapp.dcloud.net.cn/api/system/getAppBaseInfo.html) + */ +export function getAppBaseInfo() { + if (uni.getAppBaseInfo || uni.canIUse('getAppBaseInfo')) { + return uni.getAppBaseInfo(); + } else { + return uni.getSystemInfoSync(); + } +} + + +// #ifndef APP-NVUE +// 计算版本 +export function compareVersion(v1, v2) { + v1 = v1.split('.') + v2 = v2.split('.') + const len = Math.max(v1.length, v2.length) + while (v1.length < len) { + v1.push('0') + } + while (v2.length < len) { + v2.push('0') + } + for (let i = 0; i < len; i++) { + const num1 = parseInt(v1[i], 10) + const num2 = parseInt(v2[i], 10) + + if (num1 > num2) { + return 1 + } else if (num1 < num2) { + return -1 + } + } + return 0 +} +// const systemInfo = uni.getSystemInfoSync(); + +function gte(version) { + // 截止 2023-03-22 mac pc小程序不支持 canvas 2d + // let { + // SDKVersion, + // platform + // } = systemInfo; + const { platform } = getDeviceInfo(); + let { SDKVersion } = getAppBaseInfo(); + // #ifdef MP-ALIPAY + SDKVersion = my.SDKVersion + // #endif + // #ifdef MP-WEIXIN + return platform !== 'mac' && compareVersion(SDKVersion, version) >= 0; + // #endif + return compareVersion(SDKVersion, version) >= 0; +} + + +export function canIUseCanvas2d() { + // #ifdef MP-WEIXIN + return gte('2.9.0'); + // #endif + // #ifdef MP-ALIPAY + return gte('2.7.0'); + // #endif + // #ifdef MP-TOUTIAO + return gte('1.78.0'); + // #endif + return false +} + +export function convertTouchesToArray(touches) { + // 如果 touches 是一个数组,则直接返回它 + if (Array.isArray(touches)) { + return touches; + } + // 如果touches是一个对象,则转换为数组 + if (typeof touches === 'object' && touches !== null) { + return Object.values(touches); + } + // 对于其他类型,直接返回它 + return touches; +} + +export function wrapTouch(event) { + event.touches = convertTouchesToArray(event.touches) + for (let i = 0; i < event.touches.length; ++i) { + const touch = event.touches[i]; + touch.offsetX = touch.x; + touch.offsetY = touch.y; + } + return event; +} +// export const devicePixelRatio = uni.getSystemInfoSync().pixelRatio +export const devicePixelRatio = getWindowInfo().pixelRatio; +// #endif +// #ifdef APP-NVUE +export function base64ToPath(base64) { + return new Promise((resolve, reject) => { + const [, format, bodyData] = /data:image\/(\w+);base64,(.*)/.exec(base64) || []; + const bitmap = new plus.nativeObj.Bitmap('bitmap' + Date.now()) + bitmap.loadBase64Data(base64, () => { + if (!format) { + reject(new Error('ERROR_BASE64SRC_PARSE')) + } + const time = new Date().getTime(); + const filePath = `_doc/uniapp_temp/${time}.${format}` + + bitmap.save(filePath, {}, + () => { + bitmap.clear() + resolve(filePath) + }, + (error) => { + bitmap.clear() + console.error(`${JSON.stringify(error)}`) + reject(error) + }) + }, (error) => { + bitmap.clear() + console.error(`${JSON.stringify(error)}`) + reject(error) + }) + }) +} +// #endif + + +export function sleep(time) { + return new Promise((resolve) => { + setTimeout(() => { + resolve(true) + }, time) + }) +} + + +export function getRect(selector, context) { + return new Promise((resolve, reject) => { + const dom = uni.createSelectorQuery().in(context).select(selector); + const result = (rect) => { + if (rect) { + resolve(rect) + } else { + reject() + } + } + dom.fields({ + node: true, + size: true, + rect: true + }, result).exec() + }); +}; \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/uvue.uts b/uni_modules/lime-echart/components/l-echart/uvue.uts new file mode 100644 index 0000000..c9eaf22 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/uvue.uts @@ -0,0 +1,136 @@ +// @ts-nocheck +// #ifdef APP +type EchartsEventHandler = (event: UTSJSONObject)=>void +// type EchartsTempResolve = (obj : UTSJSONObject) => void +// type EchartsTempOptions = UTSJSONObject +export class Echarts { + options: UTSJSONObject = {} as UTSJSONObject + context: UniWebViewElement + eventMap: Map = new Map() + private temp: UTSJSONObject[] = [] + constructor(context: UniWebViewElement){ + this.context = context + this.init() + } + init(){ + this.context.evalJS(`init(null, null, ${JSON.stringify({})})`) + + this.context.addEventListener('message', (e : UniWebViewMessageEvent) => { + // event.stopPropagation() + // event.preventDefault() + + const detail = e.detail.data[0] + const file = detail.getString('file') + const data = detail.get('data') + const key = detail.getString('event') + const options = typeof data == 'object' ? (data as UTSJSONObject).getJSON('options'): null + const event = typeof data == 'object' ? (data as UTSJSONObject).getString('event'): null + if (key == 'log' && data != null) { + console.log(data) + } + if (event != null && options != null) { + this.dispatchAction(event.replace(/"/g,''), options) + } + if(file != null){ + while (this.temp.length > 0) { + const opt = this.temp.pop() + const success = opt?.get('success') + if(typeof success == 'function'){ + success as (res: UTSJSONObject) => void + success({tempFilePath: file}) + } + } + } + + }) + } + setOption(option: UTSJSONObject){ + this.options = option; + this.context.evalJS(`setOption(${JSON.stringify([option])})`) + } + setOption(option: UTSJSONObject, notMerge: boolean = false, lazyUpdate: boolean = false){ + this.options = option; + this.context.evalJS(`setOption(${JSON.stringify([option, notMerge, lazyUpdate])})`) + } + setOption(option: UTSJSONObject, notMerge: UTSJSONObject){ + this.options = option; + this.context.evalJS(`setOption(${JSON.stringify([option, notMerge])})`) + } + getOption(): UTSJSONObject { + return this.options + } + showLoading(){ + this.context.evalJS(`showLoading(${JSON.stringify([] as any[])})`); + } + showLoading(type: string, opts: UTSJSONObject){ + this.context.evalJS(`showLoading(${JSON.stringify([type, opts])})`); + } + hideLoading(){ + this.context.evalJS(`hideLoading()`); + } + clear(){ + this.context.evalJS(`clear()`); + } + dispose(){ + this.context.evalJS(`dispose()`); + } + resize(size:UTSJSONObject){ + setTimeout(()=>{ + this.context.evalJS(`resize(${JSON.stringify(size)})`); + },0) + } + resize(){ + setTimeout(()=>{ + this.context.evalJS(`resize()`); + },10) + + } + on(type:string, query: any, callback: EchartsEventHandler) { + const key = `${type}${JSON.stringify(query)}` + if(typeof callback == 'function'){ + this.eventMap.set(key, callback) + } + this.context.evalJS(`on(${JSON.stringify([type, query])})`); + console.warn('uvue 暂不支持事件') + } + on(type:string, callback: EchartsEventHandler) { + const key = `${type}` + if(typeof callback == 'function'){ + this.eventMap.set(key, callback) + } + this.context.evalJS(`on(${JSON.stringify([type])})`); + console.warn('uvue 暂不支持事件') + } + dispatchAction(type:string, options: UTSJSONObject){ + const handler = this.eventMap.get(type) + if(handler!=null){ + handler(options) + } + } + canvasToTempFilePath(opt: UTSJSONObject){ + // this.context.evalJS(`on(${JSON.stringify(opt)})`); + this.context.evalJS(`canvasToTempFilePath(${JSON.stringify(opt)})`); + this.temp.push(opt) + } + isDisposed():boolean { + return false + } +} + +// #endif +// #ifndef APP +export class Echarts { + constructor() {} + setOption(option: UTSJSONObject): void + isDisposed(): boolean; + clear(): void; + resize(size:UTSJSONObject): void; + resize(): void; + canvasToTempFilePath(opt : UTSJSONObject): void; + dispose(): void; + showLoading(cfg?: UTSJSONObject): void; + showLoading(name?: string, cfg?: UTSJSONObject): void; + hideLoading(): void; + getZr(): any +} +// #endif \ No newline at end of file diff --git a/uni_modules/lime-echart/components/l-echart/vue.ts b/uni_modules/lime-echart/components/l-echart/vue.ts new file mode 100644 index 0000000..07f7135 --- /dev/null +++ b/uni_modules/lime-echart/components/l-echart/vue.ts @@ -0,0 +1,16 @@ +// @ts-nocheck + +// #ifdef VUE3 +export * from 'vue'; +// #endif + +// #ifndef VUE3 +export * from '@vue/composition-api'; + +// #ifdef APP-NVUE +import Vue from 'vue' +import VueCompositionAPI from '@vue/composition-api' +Vue.use(VueCompositionAPI) +// #endif + +// #endif diff --git a/uni_modules/lime-echart/components/lime-echart/lime-echart-old.vue b/uni_modules/lime-echart/components/lime-echart/lime-echart-old.vue new file mode 100644 index 0000000..7db5dfe --- /dev/null +++ b/uni_modules/lime-echart/components/lime-echart/lime-echart-old.vue @@ -0,0 +1,227 @@ + + + + diff --git a/uni_modules/lime-echart/components/lime-echart/lime-echart.nvue b/uni_modules/lime-echart/components/lime-echart/lime-echart.nvue new file mode 100644 index 0000000..5d4fd01 --- /dev/null +++ b/uni_modules/lime-echart/components/lime-echart/lime-echart.nvue @@ -0,0 +1,159 @@ + + + + \ No newline at end of file diff --git a/uni_modules/lime-echart/components/lime-echart/lime-echart.uvue b/uni_modules/lime-echart/components/lime-echart/lime-echart.uvue new file mode 100644 index 0000000..2463d24 --- /dev/null +++ b/uni_modules/lime-echart/components/lime-echart/lime-echart.uvue @@ -0,0 +1,158 @@ + + + + \ No newline at end of file diff --git a/uni_modules/lime-echart/components/lime-echart/lime-echart.vue b/uni_modules/lime-echart/components/lime-echart/lime-echart.vue new file mode 100644 index 0000000..f895570 --- /dev/null +++ b/uni_modules/lime-echart/components/lime-echart/lime-echart.vue @@ -0,0 +1,152 @@ + + + + \ No newline at end of file diff --git a/uni_modules/lime-echart/package.json b/uni_modules/lime-echart/package.json new file mode 100644 index 0000000..0bbc51c --- /dev/null +++ b/uni_modules/lime-echart/package.json @@ -0,0 +1,111 @@ +{ + "id": "lime-echart", + "displayName": "lime-echart echarts图表", + "version": "2.0.7", + "description": "lime-echart 为 UniApp 和 UniAppX 提供 ECharts 图表兼容支持, 使 ECharts 图表能在H5、小程序、App中运行", + "keywords": [ + "echarts", + "canvas", + "图表", + "可视化" +], + "repository": "https://gitee.com/liangei/lime-echart", + "engines": { + "HBuilderX": "^3.6.4", + "uni-app": "^4.65", + "uni-app-x": "^4.71" + }, + "dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "无", + "permissions": "无" + }, + "npmurl": "", + "type": "component-vue", + "darkmode": "x", + "i18n": "x", + "widescreen": "x" + }, + "uni_modules": { + "dependencies": [], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "x", + "aliyun": "x", + "alipay": "x" + }, + "client": { + "uni-app": { + "vue": { + "vue2": "√", + "vue3": "√" + }, + "web": { + "safari": "√", + "chrome": "√" + }, + "app": { + "vue": "√", + "nvue": "√", + "android": { + "extVersion": "", + "minVersion": "21" + }, + "ios": "√", + "harmony": "√" + }, + "mp": { + "weixin": "√", + "alipay": "√", + "toutiao": "√", + "baidu": "√", + "kuaishou": "√", + "jd": "√", + "harmony": "-", + "qq": "√", + "lark": "√", + "xhs": "-" + }, + "quickapp": { + "huawei": "-", + "union": "-" + } + }, + "uni-app-x": { + "web": { + "safari": "√", + "chrome": "√" + }, + "app": { + "android": { + "extVersion": "", + "minVersion": "21" + }, + "ios": "√", + "harmony": "√" + }, + "mp": { + "weixin": "√" + } + } + } + } + }, + "dependencies": { + "echarts": "^5.4.1", + "zrender": "^5.4.3" + } +} \ No newline at end of file diff --git a/uni_modules/lime-echart/readme.md b/uni_modules/lime-echart/readme.md new file mode 100644 index 0000000..eff2312 --- /dev/null +++ b/uni_modules/lime-echart/readme.md @@ -0,0 +1,499 @@ +# lime-echart 📊 + +为 UniApp 和 UniAppX 提供 ECharts 图表兼容支持,使 ECharts 图表能在 H5、小程序、App 等多端环境中正常运行。 + +## 特性 ✨ + +- 📱 **跨平台兼容**:支持 H5、微信小程序、支付宝小程序、App 等多端 +- 🎯 **简单易用**:统一 API,使用方式与原生 ECharts 基本一致 +- ⚡ **性能优化**:针对不同平台进行了渲染优化 +- 🔄 **双框架支持**:同时支持 uni-app 和 uni-app-x + +## 文档与示例 📚 + +更多详细文档与示例: +- [lime-echart 组件文档](https://limeui.qcoon.cn/#/echart) +- [在线示例](https://limeui.qcoon.cn/#/echart-example) +- [ECharts 官方示例](https://echarts.apache.org/examples/zh/index.html) +- [lime-echart 组件文档2](https://limex.qcoon.cn/components/echart.html) (将来用到,目前未上线) + +## 安装方法 📦 + +### 插件市场安装 + +1. 在uni-app插件市场中搜索并导入`lime-echart` +2. 导入后重新编译项目 +3. 在页面中直接使用 `l-echart` 组件 + +### CLI 项目安装 + +```bash +# 下载插件到项目的 src/uni_modules 目录 +mkdir -p src/uni_modules +# 将插件解压到上述目录 +``` + +## 前置依赖 ⚙️ + +### 小程序平台(重点说明) + +小程序平台必须下载并引入 ECharts 自定义构建包: + +1. 小程序中引入ECharts方式: + - **本地构建文件** + - 访问 [ECharts 在线构建](https://echarts.apache.org/zh/builder.html) 下载所需图表类型的精简版 + - 注意:在线构建工具**仅支持生成UMD格式**(默认,`echarts.min.js`),通过 `require` 引入 + - 建议只勾选项目所需的图表类型和组件,以减小文件体积 + +2. **文件放置位置**: + - 📁 **主包**:将文件放入项目根目录的 `static` 文件夹 + - 📁 **分包**:将文件放入对应分包的 `static` 文件夹(如 `pagesB/static/`) + +3. **相对路径引用示例**: + ```js + // UMD格式 - 页面位于主包根目录 - 相对路径引用示例(仅在线构建或本地文件使用) + // ├─pages + // │ └─index + // │ └─index.vue + // └─static + const echarts = require('../../static/echarts.min.js') + + // UMD格式 - 页面位于主包三层目录 - 相对路径引用示例(仅在线构建或本地文件使用) + // ├─pages + // │ └─user + // │ └─settings + // │ └─profile.vue + // └─static + const echarts = require('../../../static/echarts.min.js') + + // UMD格式 - 页面位于分包中 - 相对路径引用示例(仅在线构建或本地文件使用) + // ├─pagesB (分包) + // │ ├─static + // │ └─detail + // │ └─detail.vue + const echarts = require('../static/echarts.min.js') + + // ES模块格式 + import * as echarts from 'echarts' + ``` + + > 注意: + > - `require` 是小程序平台特有的API,仅在小程序环境下使用 + > - 路径是相对于当前页面文件的路径,请根据实际项目结构调整路径 + + +## 使用示例 🎯 + +### 图表配置项示例 + +以下是一个柱状图的配置项示例,在后续使用示例中将引用此配置: + +```js +// 图表配置项示例 - 柱状图 +const chartOption = { + tooltip: { + trigger: 'axis', + axisPointer: { + type: 'shadow' + }, + confine: true + }, + legend: { + data: ['热度', '正面', '负面'] + }, + xAxis: [ + { + type: 'value', + axisLine: { + lineStyle: { + color: '#999999' + } + }, + axisLabel: { + color: '#666666' + } + } + ], + yAxis: [ + { + type: 'category', + axisTick: { show: false }, + data: ['汽车之家', '今日头条', '百度贴吧', '一点资讯', '微信', '微博', '知乎'], + axisLine: { + lineStyle: { + color: '#999999' + } + }, + axisLabel: { + color: '#666666' + } + } + ], + series: [ + { + name: '热度', + type: 'bar', + label: { + show: true, + position: 'inside' + }, + data: [300, 270, 340, 344, 300, 320, 310] + }, + { + name: '正面', + type: 'bar', + stack: '总量', + label: { + show: true + }, + data: [120, 102, 141, 174, 190, 250, 220] + }, + { + name: '负面', + type: 'bar', + stack: '总量', + label: { + show: true, + position: 'left' + }, + data: [-20, -32, -21, -34, -90, -130, -110] + } + ] +} +``` + +> **说明**:在实际项目中,可以根据需求修改上述配置项。 +> - 更多配置选项请参考 [ECharts 官方文档](https://echarts.apache.org/zh/option.html) +> - 查看更多图表样式请访问 [ECharts 官方示例](https://echarts.apache.org/examples/zh/index.html) + +### uni-app 使用方式 + +#### 组合式 API 方式 + +```html + +``` + +```js +import { ref } from 'vue'; + +const chartRef = ref(null) + +// 仅在小程序环境下引入 ECharts +// #ifdef MP +const echarts = require('../../static/echarts.min.js') // 根据实际路径调整 +// #endif +// #ifndef MP +const echarts = null // H5 和 App 环境不需要手动引入 +// #endif + +// 使用上面定义的图表配置项 +const option = chartOption + +// 初始化图表 +const initChart = async () => { + if (!chartRef.value) return + + try { + const chart = await chartRef.value.init(echarts) + chart.setOption(option) + } catch (error) { + console.error('图表初始化失败:', error) + } +} +``` + +#### 选项式 API 方式 + +```html + +``` + +```js +// 仅在小程序环境下引入 ECharts +// #ifdef MP +const echarts = require('../../static/echarts.min.js') // 根据实际路径调整 +// #endif +// #ifndef MP +const echarts = null // H5 和 App 环境不需要手动引入 +// #endif + +export default { + data() { + return { + // 使用上面定义的图表配置项 + option: chartOption, + // 图表实例,用于后续操作 + chartInstance: null, + } + }, + methods: { + // 初始化图表 + async initChart() { + if (!this.$refs.chartRef) return + + try { + this.chartInstance = await this.$refs.chartRef.init(echarts) + this.chartInstance.setOption(this.option) + } catch (error) { + console.error('图表初始化失败:', error) + } + }, + // 更新图表数据 + updateChart(newOption) { + if (this.chartInstance) { + this.chartInstance.setOption(newOption) + } else if (this.$refs.chartRef) { + this.$refs.chartRef.setOption(newOption) + } + }, + // 调整图表大小 + resizeChart() { + if (this.$refs.chartRef) { + this.$refs.chartRef.resize() + } + } + }, + // 页面卸载时销毁图表实例 + beforeUnmount() { + if (this.$refs.chartRef) { + this.$refs.chartRef.dispose() + } + } +} +``` + +### uni-app-x 使用方式 + +```html + +``` + +```ts +const chartRef = ref(null) + +// 仅在小程序环境下引入 ECharts +// #ifdef MP +const echarts = require('../../static/echarts.min.js') // 根据实际路径调整 +// #endif +// #ifndef MP +const echarts = null +// #endif + +// 使用上面定义的图表配置项 +const option = chartOption + +// 初始化图表 +const initChart = async () => { + if (chartRef.value === null) return + + try { + const chart = await chartRef.value.init(echarts, null) + chart.setOption(option) + } catch (error) { + console.error('图表初始化失败:', error) + } +} +``` + + +## 高级功能 💪 + +### 数据更新 🔄 + +图表支持动态更新数据,有两种常用方式: + +#### 方式一:通过组件引用更新 + +```js +// Vue 3 Composition API +chartRef.value?.setOption(newOption) + +// Vue 2 Options API +this.$refs.chart.setOption(newOption) +``` + +#### 方式二:通过图表实例更新 + +```js +// 在初始化时保存图表实例 +let chartInstance = null + +const initChart = async () => { + if (!chartRef.value) return + chartInstance = await chartRef.value.init(echarts) + chartInstance.setOption(option) +} + +// 后续更新数据 +const updateChart = () => { + if (chartInstance) { + chartInstance.setOption(newData) + } +} +``` + +### 图表大小调整 📏 + +当容器大小改变时,可以调用 `resize` 方法重新调整图表尺寸: + +```js +// 自动适应容器大小 +chartRef.value?.resize() + +// 手动指定尺寸 +chartRef.value?.resize({ + width: 375, // 像素值 + height: 375 // 像素值 +}) +``` + +**💡 提示**:在窗口大小变化或屏幕旋转时,可以监听相应事件并调用 `resize` 方法。 + +### Vue 2 兼容配置 🔄 + +如果您的项目使用 Vue 2,需要先安装并引入 Vue Composition API: + +```js +// main.js +import Vue from 'vue' +import VueCompositionAPI from '@vue/composition-api' +Vue.use(VueCompositionAPI) +``` + +详细配置请参考:[Vue Composition API 官方文档](https://uniapp.dcloud.net.cn/tutorial/vue-composition-api.html) + +### 组件标签说明 🏷️ + +| 标签名 | 说明 | +|-------|------| +| `l-echart` | 正式使用的组件标签 | +| `lime-echart` | 演示用组件标签 | + +### 快速预览 🚀 + +导入插件后,可以直接使用演示标签查看效果: + +```html + +``` + +## 常见问题与解决方案 🐛 + +### 平台特殊问题 + +#### 微信小程序 +- **画布层级问题**:微信开发工具中 canvas 可能出现层级过高或不跟随页面滚动的情况,真机环境下通常不受影响 +- **Tooltip 阴影**:如需去除文字阴影,可添加配置:`tooltip.shadowBlur = 0` + +#### 钉钉小程序 +- **文字测量精度**:由于钉钉小程序没有原生 `measureText`,字体粗细测量可能不够精确 +- **安全扫描警告**:如遇到 `Uint8Clamped` 安全问题,可按以下方式修改 ECharts 文件: + ```js + // 查找类似代码并修改 + // 原代码 + ["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],(function(t,e){return t["[object "+e+"Array]"] + // 修改为 + ["Int8","Uint8","Uint8_Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],(function(t,e){return t["[object "+e.replace('_','')+"Array]"] + ``` + +### 功能限制 ⚠️ +- **Toolbox**:不支持 `saveImage` 功能 +- **Lines 图表**:不支持 `trailLength` 属性,请设置为 `0` +- **DataZoom**:H5 平台不建议设置 `showDetail` 属性 +- **自定义 Tooltips**:uvue 和 vue 中不支持 DOM 操作相关的自定义 Tooltips + +## API 参考 📝 + +### Props + +| 参数 | 说明 | 类型 | 默认值 | 版本 | +|------|------|------|--------|------| +| l-style | 自定义样式 | string | - | - | +| type | 指定 canvas 类型(废除) | string | "2d" | - | +| is-disable-scroll | 触摸图表时是否禁止页面滚动 | boolean | false | - | +| beforeDelay | 延迟初始化时间(毫秒) | number | 30 | - | +| enableHover | PC端是否启用鼠标悬浮效果(废除) | boolean | false | - | +| landscape | 是否旋转90度,模拟横屏效果 | boolean | false | - | +| autoHideTooltip | 是否自动隐藏Tooltip | boolean | false | - | + +### 组件方法 + +| 方法名 | 参数 | 返回值 | 说明 | +|--------|------|--------|------| +| init | `echarts: Object, config?: Object` | `Promise` | 初始化图表实例 | +| setOption | `option: Object` | `void` | 设置或更新图表配置项 | +| resize | `size?: {width: number, height: number}` | `void` | 调整图表尺寸 | +| clear | `-` | `void` | 清空图表内容 | +| dispose | `-` | `void` | 销毁图表实例 | +| showLoading | `-` | `void` | 显示加载动画 | +| hideLoading | `-` | `void` | 隐藏加载动画 | +| canvasToTempFilePath | `options: Object` | `Promise` | 生成图表图片,与 uni-app 官方 API 类似,但无需传入 canvasId | + +### 事件 + +| 事件名 | 参数 | 说明 | +|--------|------|------| +| finished | 无 | 图表准备就绪时触发,此时可调用 init 方法 | + +## 其他平台依赖说明 🌐 + +### uni-app 非 nvue 端 + +- **推荐使用 `npm` 安装** +- 通过 npm 安装可以获得完整的 ES 模块格式支持 + ```bash + npm install echarts --save + ``` +- 安装后可直接在代码中通过 `import` 引入 + ```js + import * as echarts from 'echarts' + ``` + +### uni-app-x 非 App 端 + +- **推荐使用 npm 安装**获取 ES 模块格式 + ```bash + npm install echarts --save + ``` +- ES 模块格式具有更好的性能和构建优化支持 +- 通过 `import` 引入使用 + ```js + import * as echarts from 'echarts' + ``` + +> 💡 注意:H5 和 App 原生环境通常不需要手动引入 ECharts,组件会自动处理。只有在需要自定义 ECharts 版本或配置时才需要手动引入。 + +## 技术支持 🆘 + +如果您在使用过程中遇到问题,可以通过以下方式获取帮助: + +1. 查看 [在线文档](https://limeui.qcoon.cn/#/echart) 获取详细使用说明 +2. 检查 [常见问题](#常见问题与解决方案) 章节查找解决方案 + +## 贡献与支持 💙 + +如果您觉得本插件对您有帮助,欢迎给作者点个赞或提供支持: + +| 支付宝 | 微信 | +|--------|------| +| ![支付宝](https://testingcf.jsdelivr.net/gh/liangei/image@1.9/alipay.png) | ![微信](https://testingcf.jsdelivr.net/gh/liangei/image@1.9/wpay.png) | + +您的支持是作者持续开发和维护的动力! 🌟 \ No newline at end of file diff --git a/uni_modules/lime-echart/static/app/ecStat.min.js b/uni_modules/lime-echart/static/app/ecStat.min.js new file mode 100644 index 0000000..2225296 --- /dev/null +++ b/uni_modules/lime-echart/static/app/ecStat.min.js @@ -0,0 +1 @@ +!function(n,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports.ecStat=r():n.ecStat=r()}(this,function(){return function(n){function r(e){if(t[e])return t[e].exports;var o=t[e]={exports:{},id:e,loaded:!1};return n[e].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}var t={};return r.m=n,r.c=t,r.p="",r(0)}([function(n,r,t){var e;e=function(n){return{clustering:t(6),regression:t(8),statistics:t(15),histogram:t(7),transform:{regression:t(19),histogram:t(18),clustering:t(17)}}}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){function r(n){return n=null===n?NaN:+n,"number"==typeof n&&!isNaN(n)}function t(n){return isFinite(n)&&n===Math.round(n)}function e(n){if(0===n)return 0;var r=Math.floor(Math.log(n)/Math.LN10);return n/Math.pow(10,r)>=10&&r++,r}return{isNumber:r,isInteger:t,quantityExponent:e}}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){function r(n){for(var r=[];t(n);)r.push(n.length),n=n[0];return r}function t(n){return"[object Array]"===l.call(n)}function e(n,r){for(var t=[],e=0;er?1:n0)e=o;else{if(!(i<0))return o+1;t=o+1}}return t}function s(n,r,t){if(n&&r){if(n.map&&n.map===c)return n.map(r,t);for(var e=[],o=0,i=n.length;o=1)return n[t-1];var e=(t-1)*r,o=Math.floor(e),i=n[o],a=n[o+1];return i+(a-i)*(e-o)}}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){function r(n,r){function t(n,r){if(!n)throw new Error("Can not find dimension by "+r)}if(null!=r){var e=n.upstream;if(o.isArray(r)){for(var i=[],a=0;as&&(u.min=s),u.max0?w[E-1]:w[E]-c===M?c:w[E]-M,D[E].x1=E50?50:r},scott:function(n,r,t){return Math.ceil((t-r)/(3.5*a(n)*Math.pow(n.length,-1/3)))},freedmanDiaconis:function(n,r,t){return n.sort(c),Math.ceil((t-r)/(2*(i(n,.75)-i(n,.25))*Math.pow(n.length,-1/3)))},sturges:function(n){return Math.ceil(Math.log(n.length)/Math.LN2)+1}};return r}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){function r(n,r){for(var t=0;tMath.abs(n[t][e])&&(e=o);for(var i=t;i=t;s--)n[s][u]-=n[s][t]/n[t][t]*n[t][u]}for(var l=new Array(r),f=n.length-1,o=n.length-2;o>=0;o--){for(var a=0,t=o+1;t=0;l--)w+=l>1?Math.round(g[l]*Math.pow(10,l+1))/Math.pow(10,l+1)+"x^"+l+" + ":1===l?Math.round(100*g[l])/100+"x + ":Math.round(100*g[l])/100;return{points:x,parameter:g,expression:w}}},u=function(n,r,t){var e="number"==typeof t?{order:t}:t||{},u=i(e.dimensions,[0,1]),s=o(r,{dimensions:u}),l=a[n](s,{order:e.order,dimensions:u}),f=u[0];return l.points.sort(function(n,r){return n[f]-r[f]}),l};return u}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){var r=t(13);return function(n){var t=r(n);return t?Math.sqrt(t):t}}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){function r(n){for(var r=-(1/0),t=0;tr&&(r=n[t]);return r}var e=t(1),o=e.isNumber;return r}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){function r(n){var r=n.length;return r?e(n)/n.length:0}var e=t(14);return r}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))},function(n,r,t){var e;e=function(n){function r(n){for(var r=1/0,t=0;t=2){for(var t,e=i(n),a=0,u=0;u=Math.sqrt(50)?a*=10:u>=Math.sqrt(10)?a*=5:u>=Math.sqrt(2)&&(a*=2);var s=i<0?-i:0,l=+(t>=n?a:-a).toFixed(s);return{step:l,toFixedPrecision:s}}}.call(r,t,r,n),!(void 0!==e&&(n.exports=e))}])}); \ No newline at end of file diff --git a/uni_modules/lime-echart/static/app/echarts.min.js b/uni_modules/lime-echart/static/app/echarts.min.js new file mode 100644 index 0000000..22b33ff --- /dev/null +++ b/uni_modules/lime-echart/static/app/echarts.min.js @@ -0,0 +1,45 @@ + +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).echarts={})}(this,(function(t){"use strict"; +/*! ***************************************************************************** + Copyright (c) Microsoft Corporation. + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + ***************************************************************************** */var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},e(t,n)};function n(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}var i=function(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1},r=new function(){this.browser=new i,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow="undefined"!=typeof window};"object"==typeof wx&&"function"==typeof wx.getSystemInfoSync?(r.wxa=!0,r.touchEventsSupported=!0):"undefined"==typeof document&&"undefined"!=typeof self?r.worker=!0:!r.hasGlobalWindow||"Deno"in window||"undefined"!=typeof navigator&&"string"==typeof navigator.userAgent&&navigator.userAgent.indexOf("Node.js")>-1?(r.node=!0,r.svgSupported=!0):function(t,e){var n=e.browser,i=t.match(/Firefox\/([\d.]+)/),r=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),o=t.match(/Edge?\/([\d.]+)/),a=/micromessenger/i.test(t);i&&(n.firefox=!0,n.version=i[1]);r&&(n.ie=!0,n.version=r[1]);o&&(n.edge=!0,n.version=o[1],n.newEdge=+o[1].split(".")[0]>18);a&&(n.weChat=!0);e.svgSupported="undefined"!=typeof SVGRect,e.touchEventsSupported="ontouchstart"in window&&!n.ie&&!n.edge,e.pointerEventsSupported="onpointerdown"in window&&(n.edge||n.ie&&+n.version>=11);var s=e.domSupported="undefined"!=typeof document;if(s){var l=document.documentElement.style;e.transform3dSupported=(n.ie&&"transition"in l||n.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in l)&&!("OTransition"in l),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9}}(navigator.userAgent,r);var o="sans-serif",a="12px "+o;var s,l,u=function(t){var e={};if("undefined"==typeof JSON)return e;for(var n=0;n=0)o=r*t.length;else for(var h=0;h>1)%2;a.style.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",i[s]+":0",r[l]+":0",i[1-s]+":auto",r[1-l]+":auto",""].join("!important;"),t.appendChild(a),n.push(a)}return e.clearMarkers=function(){z(n,(function(t){t.parentNode&&t.parentNode.removeChild(t)}))},n}(e,a),l=function(t,e,n){for(var i=n?"invTrans":"trans",r=e[i],o=e.srcCoords,a=[],s=[],l=!0,u=0;u<4;u++){var c=t[u].getBoundingClientRect(),h=2*u,d=c.left,p=c.top;a.push(d,p),l=l&&o&&d===o[h]&&p===o[h+1],s.push(t[u].offsetLeft,t[u].offsetTop)}return l&&r?r:(e.srcCoords=a,e[i]=n?Jt(s,a):Jt(a,s))}(s,a,o);if(l)return l(t,n,i),!0}return!1}function ne(t){return"CANVAS"===t.nodeName.toUpperCase()}var ie=/([&<>"'])/g,re={"&":"&","<":"<",">":">",'"':""","'":"'"};function oe(t){return null==t?"":(t+"").replace(ie,(function(t,e){return re[e]}))}var ae=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,se=[],le=r.browser.firefox&&+r.browser.version.split(".")[0]<39;function ue(t,e,n,i){return n=n||{},i?ce(t,e,n):le&&null!=e.layerX&&e.layerX!==e.offsetX?(n.zrX=e.layerX,n.zrY=e.layerY):null!=e.offsetX?(n.zrX=e.offsetX,n.zrY=e.offsetY):ce(t,e,n),n}function ce(t,e,n){if(r.domSupported&&t.getBoundingClientRect){var i=e.clientX,o=e.clientY;if(ne(t)){var a=t.getBoundingClientRect();return n.zrX=i-a.left,void(n.zrY=o-a.top)}if(ee(se,t,i,o))return n.zrX=se[0],void(n.zrY=se[1])}n.zrX=n.zrY=0}function he(t){return t||window.event}function de(t,e,n){if(null!=(e=he(e)).zrX)return e;var i=e.type;if(i&&i.indexOf("touch")>=0){var r="touchend"!==i?e.targetTouches[0]:e.changedTouches[0];r&&ue(t,r,e,n)}else{ue(t,e,e,n);var o=function(t){var e=t.wheelDelta;if(e)return e;var n=t.deltaX,i=t.deltaY;if(null==n||null==i)return e;return 3*(0!==i?Math.abs(i):Math.abs(n))*(i>0?-1:i<0?1:n>0?-1:1)}(e);e.zrDelta=o?o/120:-(e.detail||0)/3}var a=e.button;return null==e.which&&void 0!==a&&ae.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function pe(t,e,n,i){t.addEventListener(e,n,i)}var fe=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function ge(t){return 2===t.which||3===t.which}var ye=function(){function t(){this._track=[]}return t.prototype.recognize=function(t,e,n){return this._doTrack(t,e,n),this._recognize(t)},t.prototype.clear=function(){return this._track.length=0,this},t.prototype._doTrack=function(t,e,n){var i=t.touches;if(i){for(var r={points:[],touches:[],target:e,event:t},o=0,a=i.length;o1&&r&&r.length>1){var a=ve(r)/ve(o);!isFinite(a)&&(a=1),e.pinchScale=a;var s=[((i=r)[0][0]+i[1][0])/2,(i[0][1]+i[1][1])/2];return e.pinchX=s[0],e.pinchY=s[1],{type:"pinch",target:t[0].target,event:e}}}}};function xe(){return[1,0,0,1,0,0]}function _e(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function be(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t}function we(t,e,n){var i=e[0]*n[0]+e[2]*n[1],r=e[1]*n[0]+e[3]*n[1],o=e[0]*n[2]+e[2]*n[3],a=e[1]*n[2]+e[3]*n[3],s=e[0]*n[4]+e[2]*n[5]+e[4],l=e[1]*n[4]+e[3]*n[5]+e[5];return t[0]=i,t[1]=r,t[2]=o,t[3]=a,t[4]=s,t[5]=l,t}function Se(t,e,n){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4]+n[0],t[5]=e[5]+n[1],t}function Me(t,e,n,i){void 0===i&&(i=[0,0]);var r=e[0],o=e[2],a=e[4],s=e[1],l=e[3],u=e[5],c=Math.sin(n),h=Math.cos(n);return t[0]=r*h+s*c,t[1]=-r*c+s*h,t[2]=o*h+l*c,t[3]=-o*c+h*l,t[4]=h*(a-i[0])+c*(u-i[1])+i[0],t[5]=h*(u-i[1])-c*(a-i[0])+i[1],t}function Ie(t,e,n){var i=n[0],r=n[1];return t[0]=e[0]*i,t[1]=e[1]*r,t[2]=e[2]*i,t[3]=e[3]*r,t[4]=e[4]*i,t[5]=e[5]*r,t}function Te(t,e){var n=e[0],i=e[2],r=e[4],o=e[1],a=e[3],s=e[5],l=n*a-o*i;return l?(l=1/l,t[0]=a*l,t[1]=-o*l,t[2]=-i*l,t[3]=n*l,t[4]=(i*s-a*r)*l,t[5]=(o*r-n*s)*l,t):null}function Ce(t){var e=[1,0,0,1,0,0];return be(e,t),e}var De=Object.freeze({__proto__:null,create:xe,identity:_e,copy:be,mul:we,translate:Se,rotate:Me,scale:Ie,invert:Te,clone:Ce}),Ae=function(){function t(t,e){this.x=t||0,this.y=e||0}return t.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this},t.prototype.clone=function(){return new t(this.x,this.y)},t.prototype.set=function(t,e){return this.x=t,this.y=e,this},t.prototype.equal=function(t){return t.x===this.x&&t.y===this.y},t.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this},t.prototype.scale=function(t){this.x*=t,this.y*=t},t.prototype.scaleAndAdd=function(t,e){this.x+=t.x*e,this.y+=t.y*e},t.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this},t.prototype.dot=function(t){return this.x*t.x+this.y*t.y},t.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},t.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},t.prototype.normalize=function(){var t=this.len();return this.x/=t,this.y/=t,this},t.prototype.distance=function(t){var e=this.x-t.x,n=this.y-t.y;return Math.sqrt(e*e+n*n)},t.prototype.distanceSquare=function(t){var e=this.x-t.x,n=this.y-t.y;return e*e+n*n},t.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},t.prototype.transform=function(t){if(t){var e=this.x,n=this.y;return this.x=t[0]*e+t[2]*n+t[4],this.y=t[1]*e+t[3]*n+t[5],this}},t.prototype.toArray=function(t){return t[0]=this.x,t[1]=this.y,t},t.prototype.fromArray=function(t){this.x=t[0],this.y=t[1]},t.set=function(t,e,n){t.x=e,t.y=n},t.copy=function(t,e){t.x=e.x,t.y=e.y},t.len=function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},t.lenSquare=function(t){return t.x*t.x+t.y*t.y},t.dot=function(t,e){return t.x*e.x+t.y*e.y},t.add=function(t,e,n){t.x=e.x+n.x,t.y=e.y+n.y},t.sub=function(t,e,n){t.x=e.x-n.x,t.y=e.y-n.y},t.scale=function(t,e,n){t.x=e.x*n,t.y=e.y*n},t.scaleAndAdd=function(t,e,n,i){t.x=e.x+n.x*i,t.y=e.y+n.y*i},t.lerp=function(t,e,n,i){var r=1-i;t.x=r*e.x+i*n.x,t.y=r*e.y+i*n.y},t}(),ke=Math.min,Le=Math.max,Pe=Math.abs,Oe=["x","y"],Re=["width","height"],Ne=new Ae,ze=new Ae,Ee=new Ae,Be=new Ae,Ve=Ze(),Ge=Ve.minTv,Fe=Ve.maxTv,We=[0,0],He=function(){function t(e,n,i,r){t.set(this,e,n,i,r)}return t.set=function(t,e,n,i,r){return i<0&&(e+=i,i=-i),r<0&&(n+=r,r=-r),t.x=e,t.y=n,t.width=i,t.height=r,t},t.prototype.union=function(t){var e=ke(t.x,this.x),n=ke(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=Le(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=Le(t.y+t.height,this.y+this.height)-n:this.height=t.height,this.x=e,this.y=n},t.prototype.applyTransform=function(e){t.applyTransform(this,this,e)},t.prototype.calculateTransform=function(t){var e=this,n=t.width/e.width,i=t.height/e.height,r=[1,0,0,1,0,0];return Se(r,r,[-e.x,-e.y]),Ie(r,r,[n,i]),Se(r,r,[t.x,t.y]),r},t.prototype.intersect=function(e,n,i){return t.intersect(this,e,n,i)},t.intersect=function(e,n,i,r){i&&Ae.set(i,0,0);var o=r&&r.outIntersectRect||null,a=r&&r.clamp;if(o&&(o.x=o.y=o.width=o.height=NaN),!e||!n)return!1;e instanceof t||(e=t.set(Ue,e.x,e.y,e.width,e.height)),n instanceof t||(n=t.set(Ye,n.x,n.y,n.width,n.height));var s=!!i;Ve.reset(r,s);var l=Ve.touchThreshold,u=e.x+l,c=e.x+e.width-l,h=e.y+l,d=e.y+e.height-l,p=n.x+l,f=n.x+n.width-l,g=n.y+l,y=n.y+n.height-l;if(u>c||h>d||p>f||g>y)return!1;var v=!(c=t.x&&e<=t.x+t.width&&n>=t.y&&n<=t.y+t.height},t.prototype.contain=function(e,n){return t.contain(this,e,n)},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){return t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height,t},t.applyTransform=function(e,n,i){if(i){if(i[1]<1e-5&&i[1]>-1e-5&&i[2]<1e-5&&i[2]>-1e-5){var r=i[0],o=i[3],a=i[4],s=i[5];return e.x=n.x*r+a,e.y=n.y*o+s,e.width=n.width*r,e.height=n.height*o,e.width<0&&(e.x+=e.width,e.width=-e.width),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}Ne.x=Ee.x=n.x,Ne.y=Be.y=n.y,ze.x=Be.x=n.x+n.width,ze.y=Ee.y=n.y+n.height,Ne.transform(i),Be.transform(i),ze.transform(i),Ee.transform(i),e.x=ke(Ne.x,ze.x,Ee.x,Be.x),e.y=ke(Ne.y,ze.y,Ee.y,Be.y);var l=Le(Ne.x,ze.x,Ee.x,Be.x),u=Le(Ne.y,ze.y,Ee.y,Be.y);e.width=l-e.x,e.height=u-e.y}else e!==n&&t.copy(e,n)},t}(),Ue=new He(0,0,0,0),Ye=new He(0,0,0,0);function Xe(t,e,n,i,r,o,a,s){var l=Pe(e-n),u=Pe(i-t),c=ke(l,u),h=Oe[r],d=Oe[1-r],p=Re[r];e=u||!Ve.bidirectional)&&(Ge[h]=-u,Ge[d]=0,Ve.useDir&&Ve.calcDirMTV())))}function Ze(){var t=0,e=new Ae,n=new Ae,i={minTv:new Ae,maxTv:new Ae,useDir:!1,dirMinTv:new Ae,touchThreshold:0,bidirectional:!0,negativeSize:!1,reset:function(r,o){i.touchThreshold=0,r&&null!=r.touchThreshold&&(i.touchThreshold=Le(0,r.touchThreshold)),i.negativeSize=!1,o&&(i.minTv.set(1/0,1/0),i.maxTv.set(0,0),i.useDir=!1,r&&null!=r.direction&&(i.useDir=!0,i.dirMinTv.copy(i.minTv),n.copy(i.minTv),t=r.direction,i.bidirectional=null==r.bidirectional||!!r.bidirectional,i.bidirectional||e.set(Math.cos(t),Math.sin(t))))},calcDirMTV:function(){var o=i.minTv,a=i.dirMinTv,s=o.y*o.y+o.x*o.x,l=Math.sin(t),u=Math.cos(t),c=l*o.y+u*o.x;r(c)?r(o.x)&&r(o.y)&&a.set(0,0):(n.x=s*u/c,n.y=s*l/c,r(n.x)&&r(n.y)?a.set(0,0):(i.bidirectional||e.dot(n)>0)&&n.len()=0;u--){var c=i[u];c===n||c.ignore||c.ignoreCoarsePointer||c.parent&&c.parent.ignoreCoarsePointer||(Qe.copy(c.getBoundingRect()),c.transform&&Qe.applyTransform(c.transform),Qe.intersect(l)&&o.push(c))}if(o.length)for(var h=Math.PI/12,d=2*Math.PI,p=0;p=0;o--){var a=t[o],s=void 0;if(a!==r&&!a.ignore&&(s=en(a,n,i))&&(!e.topTarget&&(e.topTarget=a),s!==je)){e.target=a;break}}}function rn(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}z(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(t){tn.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=rn(this,r,o);if("mouseup"===t&&a||(i=(n=this.findHover(r,o)).target),"mousedown"===t)this._downEl=i,this._downPoint=[e.zrX,e.zrY],this._upEl=i;else if("mouseup"===t)this._upEl=i;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||Vt(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}}));function on(t,e,n,i){var r=e+1;if(r===n)return 1;if(i(t[r++],t[e])<0){for(;r=0;)r++;return r-e}function an(t,e,n,i,r){for(i===e&&i++;i>>1])<0?l=o:s=o+1;var u=i-s;switch(u){case 3:t[s+3]=t[s+2];case 2:t[s+2]=t[s+1];case 1:t[s+1]=t[s];break;default:for(;u>0;)t[s+u]=t[s+u-1],u--}t[s]=a}}function sn(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])>0){for(s=i-r;l0;)a=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}else{for(s=r+1;ls&&(l=s);var u=a;a=r-l,l=r-u}for(a++;a>>1);o(t,e[n+c])>0?a=c+1:l=c}return l}function ln(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])<0){for(s=r+1;ls&&(l=s);var u=a;a=r-l,l=r-u}else{for(s=i-r;l=0;)a=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}for(a++;a>>1);o(t,e[n+c])<0?l=c:a=c+1}return l}function un(t,e){var n,i,r=7,o=0,a=[];function s(s){var l=n[s],u=i[s],c=n[s+1],h=i[s+1];i[s]=u+h,s===o-3&&(n[s+1]=n[s+2],i[s+1]=i[s+2]),o--;var d=ln(t[c],t,l,u,0,e);l+=d,0!==(u-=d)&&0!==(h=sn(t[l+u-1],t,c,h,h-1,e))&&(u<=h?function(n,i,o,s){var l=0;for(l=0;l=7||p>=7);if(f)break;g<0&&(g=0),g+=2}if((r=g)<1&&(r=1),1===i){for(l=0;l=0;l--)t[p+l]=t[d+l];return void(t[h]=a[c])}var f=r;for(;;){var g=0,y=0,v=!1;do{if(e(a[c],t[u])<0){if(t[h--]=t[u--],g++,y=0,0==--i){v=!0;break}}else if(t[h--]=a[c--],y++,g=0,1==--s){v=!0;break}}while((g|y)=0;l--)t[p+l]=t[d+l];if(0===i){v=!0;break}}if(t[h--]=a[c--],1==--s){v=!0;break}if(0!==(y=s-sn(t[u],a,0,s,s-1,e))){for(s-=y,p=(h-=y)+1,d=(c-=y)+1,l=0;l=7||y>=7);if(v)break;f<0&&(f=0),f+=2}(r=f)<1&&(r=1);if(1===s){for(p=(h-=i)+1,d=(u-=i)+1,l=i-1;l>=0;l--)t[p+l]=t[d+l];t[h]=a[c]}else{if(0===s)throw new Error;for(d=h-(s-1),l=0;l1;){var t=o-2;if(t>=1&&i[t-1]<=i[t]+i[t+1]||t>=2&&i[t-2]<=i[t]+i[t-1])i[t-1]i[t+1])break;s(t)}},forceMergeRuns:function(){for(;o>1;){var t=o-2;t>0&&i[t-1]=32;)e|=1&t,t>>=1;return t+e}(r);do{if((o=on(t,n,i,e))s&&(l=s),an(t,n,n+l,n+o,e),o=l}a.pushRun(n,o),a.mergeRuns(),r-=o,n+=o}while(0!==r);a.forceMergeRuns()}}}var hn=!1;function dn(){hn||(hn=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function pn(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var fn=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=pn}return t.prototype.traverse=function(t,e){for(var n=0;n=0&&this._roots.splice(i,1)}},t.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},t.prototype.getRoots=function(){return this._roots},t.prototype.dispose=function(){this._displayList=null,this._roots=null},t}(),gn=r.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},yn={linear:function(t){return t},quadraticIn:function(t){return t*t},quadraticOut:function(t){return t*(2-t)},quadraticInOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)},cubicIn:function(t){return t*t*t},cubicOut:function(t){return--t*t*t+1},cubicInOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},quarticIn:function(t){return t*t*t*t},quarticOut:function(t){return 1- --t*t*t*t},quarticInOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},quinticIn:function(t){return t*t*t*t*t},quinticOut:function(t){return--t*t*t*t*t+1},quinticInOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},sinusoidalIn:function(t){return 1-Math.cos(t*Math.PI/2)},sinusoidalOut:function(t){return Math.sin(t*Math.PI/2)},sinusoidalInOut:function(t){return.5*(1-Math.cos(Math.PI*t))},exponentialIn:function(t){return 0===t?0:Math.pow(1024,t-1)},exponentialOut:function(t){return 1===t?1:1-Math.pow(2,-10*t)},exponentialInOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))},circularIn:function(t){return 1-Math.sqrt(1-t*t)},circularOut:function(t){return Math.sqrt(1- --t*t)},circularInOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},elasticIn:function(t){var e,n=.1;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=.4*Math.asin(1/n)/(2*Math.PI),-n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4))},elasticOut:function(t){var e,n=.1;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=.4*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/.4)+1)},elasticInOut:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=i*Math.asin(1/n)/(2*Math.PI),(t*=2)<1?n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:n*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},backIn:function(t){var e=1.70158;return t*t*((e+1)*t-e)},backOut:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},backInOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)},bounceIn:function(t){return 1-yn.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*yn.bounceIn(2*t):.5*yn.bounceOut(2*t-1)+.5}},vn=Math.pow,mn=Math.sqrt,xn=1e-8,_n=1e-4,bn=mn(3),wn=1/3,Sn=It(),Mn=It(),In=It();function Tn(t){return t>-1e-8&&txn||t<-1e-8}function Dn(t,e,n,i,r){var o=1-r;return o*o*(o*t+3*r*e)+r*r*(r*i+3*o*n)}function An(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function kn(t,e,n,i,r,o){var a=i+3*(e-n)-t,s=3*(n-2*e+t),l=3*(e-t),u=t-r,c=s*s-3*a*l,h=s*l-9*a*u,d=l*l-3*s*u,p=0;if(Tn(c)&&Tn(h)){if(Tn(s))o[0]=0;else(M=-l/s)>=0&&M<=1&&(o[p++]=M)}else{var f=h*h-4*c*d;if(Tn(f)){var g=h/c,y=-g/2;(M=-s/a+g)>=0&&M<=1&&(o[p++]=M),y>=0&&y<=1&&(o[p++]=y)}else if(f>0){var v=mn(f),m=c*s+1.5*a*(-h+v),x=c*s+1.5*a*(-h-v);(M=(-s-((m=m<0?-vn(-m,wn):vn(m,wn))+(x=x<0?-vn(-x,wn):vn(x,wn))))/(3*a))>=0&&M<=1&&(o[p++]=M)}else{var _=(2*c*s-3*a*h)/(2*mn(c*c*c)),b=Math.acos(_)/3,w=mn(c),S=Math.cos(b),M=(-s-2*w*S)/(3*a),I=(y=(-s+w*(S+bn*Math.sin(b)))/(3*a),(-s+w*(S-bn*Math.sin(b)))/(3*a));M>=0&&M<=1&&(o[p++]=M),y>=0&&y<=1&&(o[p++]=y),I>=0&&I<=1&&(o[p++]=I)}}return p}function Ln(t,e,n,i,r){var o=6*n-12*e+6*t,a=9*e+3*i-3*t-9*n,s=3*e-3*t,l=0;if(Tn(a)){if(Cn(o))(c=-s/o)>=0&&c<=1&&(r[l++]=c)}else{var u=o*o-4*a*s;if(Tn(u))r[0]=-o/(2*a);else if(u>0){var c,h=mn(u),d=(-o-h)/(2*a);(c=(-o+h)/(2*a))>=0&&c<=1&&(r[l++]=c),d>=0&&d<=1&&(r[l++]=d)}}return l}function Pn(t,e,n,i,r,o){var a=(e-t)*r+t,s=(n-e)*r+e,l=(i-n)*r+n,u=(s-a)*r+a,c=(l-s)*r+s,h=(c-u)*r+u;o[0]=t,o[1]=a,o[2]=u,o[3]=h,o[4]=h,o[5]=c,o[6]=l,o[7]=i}function On(t,e,n,i,r,o,a,s,l,u,c){var h,d,p,f,g,y=.005,v=1/0;Sn[0]=l,Sn[1]=u;for(var m=0;m<1;m+=.05)Mn[0]=Dn(t,n,r,a,m),Mn[1]=Dn(e,i,o,s,m),(f=Ft(Sn,Mn))=0&&f=0&&y=1?1:kn(0,i,o,1,t,s)&&Dn(0,r,a,1,s[0])}}}var Hn=function(){function t(t){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=t.life||1e3,this._delay=t.delay||0,this.loop=t.loop||!1,this.onframe=t.onframe||bt,this.ondestroy=t.ondestroy||bt,this.onrestart=t.onrestart||bt,t.easing&&this.setEasing(t.easing)}return t.prototype.step=function(t,e){if(this._inited||(this._startTime=t+this._delay,this._inited=!0),!this._paused){var n=this._life,i=t-this._startTime-this._pausedTime,r=i/n;r<0&&(r=0),r=Math.min(r,1);var o=this.easingFunc,a=o?o(r):r;if(this.onframe(a),1===r){if(!this.loop)return!0;var s=i%n;this._startTime=t-s,this._pausedTime=0,this.onrestart()}return!1}this._pausedTime+=e},t.prototype.pause=function(){this._paused=!0},t.prototype.resume=function(){this._paused=!1},t.prototype.setEasing=function(t){this.easing=t,this.easingFunc=Y(t)?t:yn[t]||Wn(t)},t}(),Un=function(t){this.value=t},Yn=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new Un(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),Xn=function(){function t(t){this._list=new Yn,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var n=this._list,i=this._map,r=null;if(null==i[t]){var o=n.len(),a=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var s=n.head;n.remove(s),delete i[s.key],r=s.value,this._lastRemovedEntry=s}a?a.value=e:a=new Un(e),a.key=t,n.insertEntry(a),i[t]=a}return r},t.prototype.get=function(t){var e=this._map[t],n=this._list;if(null!=e)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}(),Zn={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function jn(t){return(t=Math.round(t))<0?0:t>255?255:t}function qn(t){return t<0?0:t>1?1:t}function Kn(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?jn(parseFloat(e)/100*255):jn(parseInt(e,10))}function $n(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?qn(parseFloat(e)/100):qn(parseFloat(e))}function Jn(t,e,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}function Qn(t,e,n){return t+(e-t)*n}function ti(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function ei(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var ni=new Xn(20),ii=null;function ri(t,e){ii&&ei(ii,e),ii=ni.put(t,ii||e.slice())}function oi(t,e){if(t){e=e||[];var n=ni.get(t);if(n)return ei(e,n);var i=(t+="").replace(/ /g,"").toLowerCase();if(i in Zn)return ei(e,Zn[i]),ri(t,e),e;var r,o=i.length;if("#"===i.charAt(0))return 4===o||5===o?(r=parseInt(i.slice(1,4),16))>=0&&r<=4095?(ti(e,(3840&r)>>4|(3840&r)>>8,240&r|(240&r)>>4,15&r|(15&r)<<4,5===o?parseInt(i.slice(4),16)/15:1),ri(t,e),e):void ti(e,0,0,0,1):7===o||9===o?(r=parseInt(i.slice(1,7),16))>=0&&r<=16777215?(ti(e,(16711680&r)>>16,(65280&r)>>8,255&r,9===o?parseInt(i.slice(7),16)/255:1),ri(t,e),e):void ti(e,0,0,0,1):void 0;var a=i.indexOf("("),s=i.indexOf(")");if(-1!==a&&s+1===o){var l=i.substr(0,a),u=i.substr(a+1,s-(a+1)).split(","),c=1;switch(l){case"rgba":if(4!==u.length)return 3===u.length?ti(e,+u[0],+u[1],+u[2],1):ti(e,0,0,0,1);c=$n(u.pop());case"rgb":return u.length>=3?(ti(e,Kn(u[0]),Kn(u[1]),Kn(u[2]),3===u.length?c:$n(u[3])),ri(t,e),e):void ti(e,0,0,0,1);case"hsla":return 4!==u.length?void ti(e,0,0,0,1):(u[3]=$n(u[3]),ai(u,e),ri(t,e),e);case"hsl":return 3!==u.length?void ti(e,0,0,0,1):(ai(u,e),ri(t,e),e);default:return}}ti(e,0,0,0,1)}}function ai(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=$n(t[1]),r=$n(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return ti(e=e||[],jn(255*Jn(a,o,n+1/3)),jn(255*Jn(a,o,n)),jn(255*Jn(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function si(t,e){var n=oi(t);if(n){for(var i=0;i<3;i++)n[i]=e<0?n[i]*(1-e)|0:(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return fi(n,4===n.length?"rgba":"rgb")}}function li(t,e,n){if(e&&e.length&&t>=0&&t<=1){n=n||[];var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=e[r],s=e[o],l=i-r;return n[0]=jn(Qn(a[0],s[0],l)),n[1]=jn(Qn(a[1],s[1],l)),n[2]=jn(Qn(a[2],s[2],l)),n[3]=qn(Qn(a[3],s[3],l)),n}}var ui=li;function ci(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=oi(e[r]),s=oi(e[o]),l=i-r,u=fi([jn(Qn(a[0],s[0],l)),jn(Qn(a[1],s[1],l)),jn(Qn(a[2],s[2],l)),qn(Qn(a[3],s[3],l))],"rgba");return n?{color:u,leftIndex:r,rightIndex:o,value:i}:u}}var hi=ci;function di(t,e,n,i){var r=oi(t);if(t)return r=function(t){if(t){var e,n,i=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(i,r,o),s=Math.max(i,r,o),l=s-a,u=(s+a)/2;if(0===l)e=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-i)/6+l/2)/l,h=((s-r)/6+l/2)/l,d=((s-o)/6+l/2)/l;i===s?e=d-h:r===s?e=1/3+c-d:o===s&&(e=2/3+h-c),e<0&&(e+=1),e>1&&(e-=1)}var p=[360*e,n,u];return null!=t[3]&&p.push(t[3]),p}}(r),null!=e&&(r[0]=function(t){return(t=Math.round(t))<0?0:t>360?360:t}(Y(e)?e(r[0]):e)),null!=n&&(r[1]=$n(Y(n)?n(r[1]):n)),null!=i&&(r[2]=$n(Y(i)?i(r[2]):i)),fi(ai(r),"rgba")}function pi(t,e){var n=oi(t);if(n&&null!=e)return n[3]=qn(e),fi(n,"rgba")}function fi(t,e){if(t&&t.length){var n=t[0]+","+t[1]+","+t[2];return"rgba"!==e&&"hsva"!==e&&"hsla"!==e||(n+=","+t[3]),e+"("+n+")"}}function gi(t,e){var n=oi(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}var yi=new Xn(100);function vi(t){if(X(t)){var e=yi.get(t);return e||(e=si(t,-.1),yi.put(t,e)),e}if(Q(t)){var n=A({},t);return n.colorStops=E(t.colorStops,(function(t){return{offset:t.offset,color:si(t.color,-.1)}})),n}return t}var mi=Object.freeze({__proto__:null,parseCssInt:Kn,parseCssFloat:$n,parse:oi,lift:si,toHex:function(t){var e=oi(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)},fastLerp:li,fastMapToColor:ui,lerp:ci,mapToColor:hi,modifyHSL:di,modifyAlpha:pi,stringify:fi,lum:gi,random:function(){return fi([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")},liftColor:vi}),xi=Math.round;function _i(t){var e;if(t&&"transparent"!==t){if("string"==typeof t&&t.indexOf("rgba")>-1){var n=oi(t);n&&(t="rgb("+n[0]+","+n[1]+","+n[2]+")",e=n[3])}}else t="none";return{color:t,opacity:null==e?1:e}}var bi=1e-4;function wi(t){return t-1e-4}function Si(t){return xi(1e3*t)/1e3}function Mi(t){return xi(1e4*t)/1e4}var Ii={left:"start",right:"end",center:"middle",middle:"middle"};function Ti(t){return t&&!!t.image}function Ci(t){return Ti(t)||function(t){return t&&!!t.svgElement}(t)}function Di(t){return"linear"===t.type}function Ai(t){return"radial"===t.type}function ki(t){return t&&("linear"===t.type||"radial"===t.type)}function Li(t){return"url(#"+t+")"}function Pi(t){var e=t.getGlobalScale(),n=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(n)/Math.log(10)),1)}function Oi(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*wt,r=rt(t.scaleX,1),o=rt(t.scaleY,1),a=t.skewX||0,s=t.skewY||0,l=[];return(e||n)&&l.push("translate("+e+"px,"+n+"px)"),i&&l.push("rotate("+i+")"),1===r&&1===o||l.push("scale("+r+","+o+")"),(a||s)&&l.push("skew("+xi(a*wt)+"deg, "+xi(s*wt)+"deg)"),l.join(" ")}var Ri=r.hasGlobalWindow&&Y(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:"undefined"!=typeof Buffer?function(t){return Buffer.from(t).toString("base64")}:function(t){return null},Ni=Array.prototype.slice;function zi(t,e,n){return(e-t)*n+t}function Ei(t,e,n,i){for(var r=e.length,o=0;oi?e:t,o=Math.min(n,i),a=r[o-1]||{color:[0,0,0,0],offset:0},s=o;sa)i.length=a;else for(var s=o;s=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,r=i.length,o=!1,a=6,s=e;if(N(e)){var l=function(t){return N(t&&t[0])?2:1}(e);a=l,(1===l&&!j(e[0])||2===l&&!j(e[0][0]))&&(o=!0)}else if(j(e)&&!nt(e))a=0;else if(X(e))if(isNaN(+e)){var u=oi(e);u&&(s=u,a=3)}else a=0;else if(Q(e)){var c=A({},s);c.colorStops=E(e.colorStops,(function(t){return{offset:t.offset,color:oi(t.color)}})),Di(e)?a=4:Ai(e)&&(a=5),s=c}0===r?this.valType=a:a===this.valType&&6!==a||(o=!0),this.discrete=this.discrete||o;var h={time:t,value:s,rawValue:e,percent:0};return n&&(h.easing=n,h.easingFunc=Y(n)?n:yn[n]||Wn(n)),i.push(h),h},t.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort((function(t,e){return t.time-e.time}));for(var i=this.valType,r=n.length,o=n[r-1],a=this.discrete,s=Yi(i),l=Ui(i),u=0;u=0&&!(l[n].percent<=e);n--);n=p(n,u-2)}else{for(n=d;ne);n++);n=p(n-1,u-2)}r=l[n+1],i=l[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var f=r.percent-i.percent,g=0===f?1:p((e-i.percent)/f,1);r.easingFunc&&(g=r.easingFunc(g));var y=o?this._additiveValue:h?Xi:t[c];if(!Yi(s)&&!h||y||(y=this._additiveValue=[]),this.discrete)t[c]=g<1?i.rawValue:r.rawValue;else if(Yi(s))1===s?Ei(y,i[a],r[a],g):function(t,e,n,i){for(var r=e.length,o=r&&e[0].length,a=0;a0&&s.addKeyframe(0,Wi(l),i),this._trackKeys.push(a)}s.addKeyframe(t,Wi(e[a]),i)}return this._maxTime=Math.max(this._maxTime,t),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,r=0;r1){var a=o.pop();r.addKeyframe(a.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();function qi(){return(new Date).getTime()}var Ki,$i,Ji=function(t){function e(e){var n=t.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,e=e||{},n.stage=e.stage||{},n}return n(e,t),e.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},e.prototype.addAnimator=function(t){t.animation=this;var e=t.getClip();e&&this.addClip(e)},e.prototype.removeClip=function(t){if(t.animation){var e=t.prev,n=t.next;e?e.next=n:this._head=n,n?n.prev=e:this._tail=e,t.next=t.prev=t.animation=null}},e.prototype.removeAnimator=function(t){var e=t.getClip();e&&this.removeClip(e),t.animation=null},e.prototype.update=function(t){for(var e=qi()-this._pausedTime,n=e-this._time,i=this._head;i;){var r=i.next;i.step(e,n)?(i.ondestroy(),this.removeClip(i),i=r):i=r}this._time=e,t||(this.trigger("frame",n),this.stage.update&&this.stage.update())},e.prototype._startLoop=function(){var t=this;this._running=!0,gn((function e(){t._running&&(gn(e),!t._paused&&t.update())}))},e.prototype.start=function(){this._running||(this._time=qi(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=qi(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=qi()-this._pauseStart,this._paused=!1)},e.prototype.clear=function(){for(var t=this._head;t;){var e=t.next;t.prev=t.next=t.animation=null,t=e}this._head=this._tail=null},e.prototype.isFinished=function(){return null==this._head},e.prototype.animate=function(t,e){e=e||{},this.start();var n=new ji(t,e.loop);return this.addAnimator(n),n},e}(qt),Qi=r.domSupported,tr=($i={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},{mouse:Ki=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],touch:["touchstart","touchend","touchmove"],pointer:E(Ki,(function(t){var e=t.replace("mouse","pointer");return $i.hasOwnProperty(e)?e:t}))}),er=["mousemove","mouseup"],nr=["pointermove","pointerup"],ir=!1;function rr(t){var e=t.pointerType;return"pen"===e||"touch"===e}function or(t){t&&(t.zrByTouch=!0)}function ar(t,e){for(var n=e,i=!1;n&&9!==n.nodeType&&!(i=n.domBelongToZr||n!==e&&n===t.painterRoot);)n=n.parentNode;return i}var sr=function(t,e){this.stopPropagation=bt,this.stopImmediatePropagation=bt,this.preventDefault=bt,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY},lr={mousedown:function(t){t=de(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=de(this.dom,t);var e=this.__mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||this.__togglePointerCapture(!0),this.trigger("mousemove",t)},mouseup:function(t){t=de(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){ar(this,(t=de(this.dom,t)).toElement||t.relatedTarget)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){ir=!0,t=de(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){ir||(t=de(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){or(t=de(this.dom,t)),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),lr.mousemove.call(this,t),lr.mousedown.call(this,t)},touchmove:function(t){or(t=de(this.dom,t)),this.handler.processGesture(t,"change"),lr.mousemove.call(this,t)},touchend:function(t){or(t=de(this.dom,t)),this.handler.processGesture(t,"end"),lr.mouseup.call(this,t),+new Date-+this.__lastTouchMoment<300&&lr.click.call(this,t)},pointerdown:function(t){lr.mousedown.call(this,t)},pointermove:function(t){rr(t)||lr.mousemove.call(this,t)},pointerup:function(t){lr.mouseup.call(this,t)},pointerout:function(t){rr(t)||lr.mouseout.call(this,t)}};z(["click","dblclick","contextmenu"],(function(t){lr[t]=function(e){e=de(this.dom,e),this.trigger(t,e)}}));var ur={pointermove:function(t){rr(t)||ur.mousemove.call(this,t)},pointerup:function(t){ur.mouseup.call(this,t)},mousemove:function(t){this.trigger("mousemove",t)},mouseup:function(t){var e=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger("mouseup",t),e&&(t.zrEventControl="only_globalout",this.trigger("mouseout",t))}};function cr(t,e){var n=e.domHandlers;r.pointerEventsSupported?z(tr.pointer,(function(i){dr(e,i,(function(e){n[i].call(t,e)}))})):(r.touchEventsSupported&&z(tr.touch,(function(i){dr(e,i,(function(r){n[i].call(t,r),function(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}(e)}))})),z(tr.mouse,(function(i){dr(e,i,(function(r){r=he(r),e.touching||n[i].call(t,r)}))})))}function hr(t,e){function n(n){dr(e,n,(function(i){i=he(i),ar(t,i.target)||(i=function(t,e){return de(t.dom,new sr(t,e),!0)}(t,i),e.domHandlers[n].call(t,i))}),{capture:!0})}r.pointerEventsSupported?z(nr,n):r.touchEventsSupported||z(er,n)}function dr(t,e,n,i){t.mounted[e]=n,t.listenerOpts[e]=i,pe(t.domTarget,e,n,i)}function pr(t){var e,n,i,r,o=t.mounted;for(var a in o)o.hasOwnProperty(a)&&(e=t.domTarget,n=a,i=o[a],r=t.listenerOpts[a],e.removeEventListener(n,i,r));t.mounted={}}var fr=function(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e},gr=function(t){function e(e,n){var i=t.call(this)||this;return i.__pointerCapturing=!1,i.dom=e,i.painterRoot=n,i._localHandlerScope=new fr(e,lr),Qi&&(i._globalHandlerScope=new fr(document,ur)),cr(i,i._localHandlerScope),i}return n(e,t),e.prototype.dispose=function(){pr(this._localHandlerScope),Qi&&pr(this._globalHandlerScope)},e.prototype.setCursor=function(t){this.dom.style&&(this.dom.style.cursor=t||"default")},e.prototype.__togglePointerCapture=function(t){if(this.__mayPointerCapture=null,Qi&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?hr(this,e):pr(e)}},e}(qt),yr=1;r.hasGlobalWindow&&(yr=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var vr=yr,mr="#333",xr="#ccc",_r=_e,br=5e-5;function wr(t){return t>br||t<-5e-5}var Sr,Mr=[],Ir=[],Tr=[1,0,0,1,0,0],Cr=Math.abs,Dr=function(){function t(){}var e;return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return wr(this.rotation)||wr(this.x)||wr(this.y)||wr(this.scaleX-1)||wr(this.scaleY-1)||wr(this.skewX)||wr(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;e||t?(n=n||[1,0,0,1,0,0],e?this.getLocalTransform(n):_r(n),t&&(e?we(n,t,n):be(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&(_r(n),this.invTransform=null)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(Mr);var n=Mr[0]<0?-1:1,i=Mr[1]<0?-1:1,r=((Mr[0]-n)*e+n)/Mr[0]||0,o=((Mr[1]-i)*e+i)/Mr[1]||0;t[0]*=r,t[1]*=r,t[2]*=o,t[3]*=o}this.invTransform=this.invTransform||[1,0,0,1,0,0],Te(this.invTransform,t)},t.prototype.getComputedTransform=function(){for(var t=this,e=[];t;)e.push(t),t=t.parent;for(;t=e.pop();)t.updateTransform();return this.transform},t.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),r=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(r),e=Math.sqrt(e),this.skewX=r,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(t.invTransform=t.invTransform||[1,0,0,1,0,0],we(Ir,t.invTransform,e),e=Ir);var n=this.originX,i=this.originY;(n||i)&&(Tr[4]=n,Tr[5]=i,we(Ir,e,Tr),Ir[4]-=n,Ir[5]-=i,e=Ir),this.setLocalTransform(e)}},t.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&Ht(n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&Ht(n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&Cr(t[0]-1)>1e-10&&Cr(t[3]-1)>1e-10?Math.sqrt(Cr(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){kr(this,t)},t.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,i=t.originY||0,r=t.scaleX,o=t.scaleY,a=t.anchorX,s=t.anchorY,l=t.rotation||0,u=t.x,c=t.y,h=t.skewX?Math.tan(t.skewX):0,d=t.skewY?Math.tan(-t.skewY):0;if(n||i||a||s){var p=n+a,f=i+s;e[4]=-p*r-h*f*o,e[5]=-f*o-d*p*r}else e[4]=e[5]=0;return e[0]=r,e[3]=o,e[1]=d*r,e[2]=h*o,l&&Me(e,e,l),e[4]+=n+u,e[5]+=i+c,e},t.initDefaultProps=((e=t.prototype).scaleX=e.scaleY=e.globalScaleRatio=1,void(e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0)),t}(),Ar=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function kr(t,e){for(var n=0;n=Or)){t=t||a;for(var e=[],n=+new Date,i=0;i<=127;i++)e[i]=c.measureText(String.fromCharCode(i),t).width;var r=+new Date-n;return r>16?Pr=Or:r>2&&Pr++,e}}(t.font),t.asciiWidthMapTried=!0),0<=e&&e<=127?null!=t.asciiWidthMap?t.asciiWidthMap[e]:t.asciiCharWidth:t.stWideCharWidth}function Nr(t,e){var n=t.strWidthCache,i=n.get(e);return null==i&&(i=c.measureText(e,t.font).width,n.put(e,i)),i}function zr(t,e,n,i){var r=Nr(Lr(e),t),o=Gr(e),a=Br(0,r,n),s=Vr(0,o,i);return new He(a,s,r,o)}function Er(t,e,n,i){var r=((t||"")+"").split("\n");if(1===r.length)return zr(r[0],e,n,i);for(var o=new He(0,0,0,0),a=0;a=0?parseFloat(t)/100*e:parseFloat(t):t}function Wr(t,e,n){var i=e.position||"inside",r=null!=e.distance?e.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c="left",h="top";if(i instanceof Array)l+=Fr(i[0],n.width),u+=Fr(i[1],n.height),c=null,h=null;else switch(i){case"left":l-=r,u+=s,c="right",h="middle";break;case"right":l+=r+a,u+=s,h="middle";break;case"top":l+=a/2,u-=r,c="center",h="bottom";break;case"bottom":l+=a/2,u+=o+r,c="center";break;case"inside":l+=a/2,u+=s,c="center",h="middle";break;case"insideLeft":l+=r,u+=s,h="middle";break;case"insideRight":l+=a-r,u+=s,c="right",h="middle";break;case"insideTop":l+=a/2,u+=r,c="center";break;case"insideBottom":l+=a/2,u+=o-r,c="center",h="bottom";break;case"insideTopLeft":l+=r,u+=r;break;case"insideTopRight":l+=a-r,u+=r,c="right";break;case"insideBottomLeft":l+=r,u+=o-r,h="bottom";break;case"insideBottomRight":l+=a-r,u+=o-r,c="right",h="bottom"}return(t=t||{}).x=l,t.y=u,t.align=c,t.verticalAlign=h,t}var Hr="__zr_normal__",Ur=Ar.concat(["ignore"]),Yr=B(Ar,(function(t,e){return t[e]=!0,t}),{ignore:!1}),Xr={},Zr=new He(0,0,0,0),jr=[],qr=function(){function t(t){this.id=M(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return t.prototype._init=function(t){this.attr(t)},t.prototype.drift=function(t,e,n){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},t.prototype.beforeUpdate=function(){},t.prototype.afterUpdate=function(){},t.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},t.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,r=e.innerTransformable,o=void 0,a=void 0,s=!1;r.parent=i?this:null;var l=!1;r.copyTransform(e);var u=null!=n.position,c=n.autoOverflowArea,h=void 0;if((c||u)&&(h=Zr,n.layoutRect?h.copy(n.layoutRect):h.copy(this.getBoundingRect()),i||h.applyTransform(this.transform)),u){this.calculateTextPosition?this.calculateTextPosition(Xr,n,h):Wr(Xr,n,h),r.x=Xr.x,r.y=Xr.y,o=Xr.align,a=Xr.verticalAlign;var d=n.origin;if(d&&null!=n.rotation){var p=void 0,f=void 0;"center"===d?(p=.5*h.width,f=.5*h.height):(p=Fr(d[0],h.width),f=Fr(d[1],h.height)),l=!0,r.originX=-r.x+p+(i?0:h.x),r.originY=-r.y+f+(i?0:h.y)}}null!=n.rotation&&(r.rotation=n.rotation);var g=n.offset;g&&(r.x+=g[0],r.y+=g[1],l||(r.originX=-g[0],r.originY=-g[1]));var y=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={});if(c){var v=y.overflowRect=y.overflowRect||new He(0,0,0,0);r.getLocalTransform(jr),Te(jr,jr),He.copy(v,h),v.applyTransform(jr)}else y.overflowRect=null;var m=void 0,x=void 0,_=void 0;(null==n.inside?"string"==typeof n.position&&n.position.indexOf("inside")>=0:n.inside)&&this.canBeInsideText()?(m=n.insideFill,x=n.insideStroke,null!=m&&"auto"!==m||(m=this.getInsideTextFill()),null!=x&&"auto"!==x||(x=this.getInsideTextStroke(m),_=!0)):(m=n.outsideFill,x=n.outsideStroke,null!=m&&"auto"!==m||(m=this.getOutsideFill()),null!=x&&"auto"!==x||(x=this.getOutsideStroke(m),_=!0)),(m=m||"#000")===y.fill&&x===y.stroke&&_===y.autoStroke&&o===y.align&&a===y.verticalAlign||(s=!0,y.fill=m,y.stroke=x,y.autoStroke=_,y.align=o,y.verticalAlign=a,e.setDefaultTextStyle(y)),e.__dirty|=1,s&&e.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return"#fff"},t.prototype.getInsideTextStroke=function(t){return"#000"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?xr:mr},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"==typeof e&&oi(e);n||(n=[255,255,255,1]);for(var i=n[3],r=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+(r?0:255)*(1-i);return n[3]=1,fi(n,"rgba")},t.prototype.traverse=function(t,e){},t.prototype.attrKV=function(t,e){"textConfig"===t?this.setTextConfig(e):"textContent"===t?this.setTextContent(e):"clipPath"===t?this.setClipPath(e):"extra"===t?(this.extra=this.extra||{},A(this.extra,e)):this[t]=e},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(t,e){if("string"==typeof t)this.attrKV(t,e);else if(q(t))for(var n=F(t),i=0;i0},t.prototype.getState=function(t){return this.states[t]},t.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},t.prototype.clearStates=function(t){this.useState(Hr,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===Hr;if(this.hasState()||!r){var o=this.currentStates,a=this.stateTransition;if(!(P(o,t)>=0)||!e&&1!==o.length){var s;if(this.stateProxy&&!r&&(s=this.stateProxy(t)),s||(s=this.states&&this.states[t]),s||r){r||this.saveCurrentToNormalState(s);var l=!!(s&&s.hoverLayer||i);l&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,s,this._normalState,e,!n&&!this.__inHover&&a&&a.duration>0,a);var u=this._textContent,c=this._textGuide;return u&&u.useState(t,e,n,l),c&&c.useState(t,e,n,l),r?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!l&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2),s}I("State "+t+" not exists.")}}},t.prototype.useStates=function(t,e,n){if(t.length){var i=[],r=this.currentStates,o=t.length,a=o===r.length;if(a)for(var s=0;s0,p);var f=this._textContent,g=this._textGuide;f&&f.useStates(t,e,h),g&&g.useStates(t,e,h),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!h&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2)}else this.clearStates()},t.prototype.isSilent=function(){for(var t=this;t;){if(t.silent)return!0;var e=t.__hostTarget;t=e?t.ignoreHostSilent?null:e:t.parent}return!1},t.prototype._updateAnimationTargets=function(){for(var t=0;t=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},t.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),r=P(i,t),o=P(i,e)>=0;r>=0?o?i.splice(r,1):i[r]=e:n&&!o&&i.push(e),this.useStates(i)},t.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},t.prototype._mergeStates=function(t){for(var e,n={},i=0;i=0&&e.splice(n,1)})),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(t){this.markRedraw()},t.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,r=[],o=0;o0&&n.during&&o[0].during((function(t,e){n.during(e)}));for(var d=0;d0||r.force&&!a.length){var w,S=void 0,M=void 0,I=void 0;if(s){M={},d&&(S={});for(_=0;_=0&&(n.splice(i,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var n=P(this._children,t);return n>=0&&this.replaceAt(e,n),this},e.prototype.replaceAt=function(t,e){var n=this._children,i=n[e];if(t&&t!==this&&t.parent!==this&&t!==i){n[e]=t,i.parent=null;var r=this.__zr;r&&i.removeSelfFromZr(r),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},e.prototype.remove=function(t){var e=this.__zr,n=this._children,i=P(n,t);return i<0||(n.splice(i,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},e.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,n=0;n0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._disposed||(this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover())},t.prototype.resize=function(t){this._disposed||(t=t||{},this.painter.resize(t.width,t.height),this.handler.resize())},t.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},t.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},t.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this._disposed||this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){if(!this._disposed)return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this._disposed||this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this._disposed||this.handler.off(t,e)},t.prototype.trigger=function(t,e){this._disposed||this.handler.trigger(t,e)},t.prototype.clear=function(){if(!this._disposed){for(var t=this.storage.getRoots(),e=0;e0){if(t<=r)return a;if(t>=o)return s}else{if(t>=r)return a;if(t<=o)return s}else{if(t===r)return a;if(t===o)return s}return(t-r)/l*u+a}var yo=function(t,e,n){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%"}return vo(t,e,n)};function vo(t,e,n){return X(t)?(i=t,i.replace(/^\s+|\s+$/g,"")).match(/%$/)?parseFloat(t)/100*e+(n||0):parseFloat(t):null==t?NaN:+t;var i}function mo(t,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),n?t:+t}function xo(t){return t.sort((function(t,e){return t-e})),t}function _o(t){if(t=+t,isNaN(t))return 0;if(t>1e-14)for(var e=1,n=0;n<15;n++,e*=10)if(Math.round(t*e)/e===t)return n;return bo(t)}function bo(t){var e=t.toString().toLowerCase(),n=e.indexOf("e"),i=n>0?+e.slice(n+1):0,r=n>0?n:e.length,o=e.indexOf("."),a=o<0?0:r-1-o;return Math.max(0,a-i)}function wo(t,e){var n=Math.log,i=Math.LN10,r=Math.floor(n(t[1]-t[0])/i),o=Math.round(n(fo(e[1]-e[0]))/i),a=Math.min(Math.max(-r+o,0),20);return isFinite(a)?a:20}function So(t,e){var n=B(t,(function(t,e){return t+(isNaN(e)?0:e)}),0);if(0===n)return[];for(var i=Math.pow(10,e),r=E(t,(function(t){return(isNaN(t)?0:t)/n*i*100})),o=100*i,a=E(r,(function(t){return Math.floor(t)})),s=B(a,(function(t,e){return t+e}),0),l=E(r,(function(t,e){return t-a[e]}));su&&(u=l[h],c=h);++a[c],l[c]=0,++s}return E(a,(function(t){return t/i}))}function Mo(t,e){var n=Math.max(_o(t),_o(e)),i=t+e;return n>20?i:mo(i,n)}var Io=9007199254740991;function To(t){var e=2*Math.PI;return(t%e+e)%e}function Co(t){return t>-1e-4&&t=10&&e++,e}function Po(t,e){var n=Lo(t),i=Math.pow(10,n),r=t/i;return t=(e?r<1.5?1:r<2.5?2:r<4?3:r<7?5:10:r<1?1:r<2?2:r<3?3:r<5?5:10)*i,n>=-20?+t.toFixed(n<0?-n:0):t}function Oo(t,e){var n=(t.length-1)*e+1,i=Math.floor(n),r=+t[i-1],o=n-i;return o?r+o*(t[i]-r):r}function Ro(t){t.sort((function(t,e){return s(t,e,0)?-1:1}));for(var e=-1/0,n=1,i=0;i0?t.length:0,this.item=null,this.key=NaN,this},t.prototype.next=function(){return(this._step>0?this._idx=this._end)&&(this.item=this._list[this._idx],this.key=this._idx=this._idx+this._step,!0)},t}();function ma(t){t.option=t.parentModel=t.ecModel=null}var xa="___EC__COMPONENT__CONTAINER___",_a="___EC__EXTENDED_CLASS___";function ba(t){var e={main:"",sub:""};if(t){var n=t.split(".");e.main=n[0]||"",e.sub=n[1]||""}return e}function wa(t,e){t.$constructor=t,t.extend=function(t){var e,i,r=this;return Y(i=r)&&/^class\s/.test(Function.prototype.toString.call(i))?e=function(t){function e(){return t.apply(this,arguments)||this}return n(e,t),e}(r):(e=function(){(t.$constructor||r).apply(this,arguments)},O(e,this)),A(e.prototype,t),e[_a]=!0,e.extend=this.extend,e.superCall=Ia,e.superApply=Ta,e.superClass=r,e}}function Sa(t,e){t.extend=e.extend}var Ma=Math.round(10*Math.random());function Ia(t,e){for(var n=[],i=2;i=0||r&&P(r,s)<0)){var l=n.getShallow(s,e);null!=l&&(o[t[a][0]]=l)}}return o}}var Aa=Da([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),ka=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return Aa(this,t,e)},t}(),La=new Xn(50);function Pa(t){if("string"==typeof t){var e=La.get(t);return e&&e.image}return t}function Oa(t,e,n,i,r){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var o=La.get(t),a={hostEl:n,cb:i,cbPayload:r};return o?!Na(e=o.image)&&o.pending.push(a):((e=c.loadImage(t,Ra,Ra)).__zrImageSrc=t,La.put(t,e.__cachedImgObj={image:e,pending:[a]})),e}return t}return e}function Ra(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e=s;u++)l-=s;var c=Nr(a,n);return c>l&&(n="",c=0),l=t-c,r.ellipsis=n,r.ellipsisWidth=c,r.contentWidth=l,r.containerWidth=t,r}function Va(t,e,n){var i=n.containerWidth,r=n.contentWidth,o=n.fontMeasureInfo;if(!i)return t.textLine="",void(t.isTruncated=!1);var a=Nr(o,e);if(a<=i)return t.textLine=e,void(t.isTruncated=!1);for(var s=0;;s++){if(a<=r||s>=n.maxIterations){e+=n.ellipsis;break}var l=0===s?Ga(e,r,o):a>0?Math.floor(e.length*r/a):0;a=Nr(o,e=e.substr(0,l))}""===e&&(e=n.placeholder),t.textLine=e,t.isTruncated=!0}function Ga(t,e,n){for(var i=0,r=0,o=t.length;r0&&f+i.accumWidth>i.width&&(o=e.split("\n"),h=!0),i.accumWidth=f}else{var g=Za(e,c,i.width,i.breakAll,i.accumWidth);i.accumWidth=g.accumWidth+p,a=g.linesWidths,o=g.lines}}o||(o=e.split("\n"));for(var y=Lr(c),v=0;v=32&&e<=591||e>=880&&e<=4351||e>=4608&&e<=5119||e>=7680&&e<=8303}(t)||!!Ya[t]}function Za(t,e,n,i,r){for(var o=[],a=[],s="",l="",u=0,c=0,h=Lr(e),d=0;dn:r+c+f>n)?c?(s||l)&&(g?(s||(s=l,l="",c=u=0),o.push(s),a.push(c-u),l+=p,s="",c=u+=f):(l&&(s+=l,l="",u=0),o.push(s),a.push(c),s=p,c=f)):g?(o.push(l),a.push(u),l=p,u=f):(o.push(p),a.push(f)):(c+=f,g?(l+=p,u+=f):(l&&(s+=l,l="",u=0),s+=p))}else l&&(s+=l,c+=u),o.push(s),a.push(c),s="",l="",u=0,c=0}return l&&(s+=l),s&&(o.push(s),a.push(c)),1===o.length&&(c+=r),{accumWidth:c,lines:o,linesWidths:a}}function ja(t,e,n,i,r,o){if(t.baseX=n,t.baseY=i,t.outerWidth=t.outerHeight=null,e){var a=2*e.width,s=2*e.height;He.set(qa,Br(n,a,r),Vr(i,s,o),a,s),He.intersect(e,qa,null,Ka);var l=Ka.outIntersectRect;t.outerWidth=l.width,t.outerHeight=l.height,t.baseX=Br(l.x,l.width,r,!0),t.baseY=Vr(l.y,l.height,o,!0)}}var qa=new He(0,0,0,0),Ka={outIntersectRect:{},clamp:!0};function $a(t){return null!=t?t+="":t=""}function Ja(t,e,n,i){var r=new He(Br(t.x||0,e,t.textAlign),Vr(t.y||0,n,t.textBaseline),e,n),o=null!=i?i:Qa(t)?t.lineWidth:0;return o>0&&(r.x-=o/2,r.y-=o/2,r.width+=o,r.height+=o),r}function Qa(t){var e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0}var ts="__zr_style_"+Math.round(10*Math.random()),es={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},ns={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};es[ts]=!0;var is=["z","z2","invisible"],rs=["invisible"],os=function(t){function e(e){return t.call(this,e)||this}var i;return n(e,t),e.prototype._init=function(e){for(var n=F(e),i=0;i1e-4)return s[0]=t-n,s[1]=e-i,l[0]=t+n,void(l[1]=e+i);if(ps[0]=hs(r)*n+t,ps[1]=cs(r)*i+e,fs[0]=hs(o)*n+t,fs[1]=cs(o)*i+e,u(s,ps,fs),c(l,ps,fs),(r%=ds)<0&&(r+=ds),(o%=ds)<0&&(o+=ds),r>o&&!a?o+=ds:rr&&(gs[0]=hs(p)*n+t,gs[1]=cs(p)*i+e,u(s,gs,s),c(l,gs,l))}var Ss={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},Ms=[],Is=[],Ts=[],Cs=[],Ds=[],As=[],ks=Math.min,Ls=Math.max,Ps=Math.cos,Os=Math.sin,Rs=Math.abs,Ns=Math.PI,zs=2*Ns,Es="undefined"!=typeof Float32Array,Bs=[];function Vs(t){return Math.round(t/Ns*1e8)/1e8%2*Ns}function Gs(t,e){var n=Vs(t[0]);n<0&&(n+=zs);var i=n-t[0],r=t[1];r+=i,!e&&r-n>=zs?r=n+zs:e&&n-r>=zs?r=n-zs:!e&&n>r?r=n+(zs-Vs(n-r)):e&&n0&&(this._ux=Rs(n/vr/t)||0,this._uy=Rs(n/vr/e)||0)},t.prototype.setDPR=function(t){this.dpr=t},t.prototype.setContext=function(t){this._ctx=t},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData(Ss.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},t.prototype.lineTo=function(t,e){var n=Rs(t-this._xi),i=Rs(e-this._yi),r=n>this._ux||i>this._uy;if(this.addData(Ss.L,t,e),this._ctx&&r&&this._ctx.lineTo(t,e),r)this._xi=t,this._yi=e,this._pendingPtDist=0;else{var o=n*n+i*i;o>this._pendingPtDist&&(this._pendingPtX=t,this._pendingPtY=e,this._pendingPtDist=o)}return this},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){return this._drawPendingPt(),this.addData(Ss.C,t,e,n,i,r,o),this._ctx&&this._ctx.bezierCurveTo(t,e,n,i,r,o),this._xi=r,this._yi=o,this},t.prototype.quadraticCurveTo=function(t,e,n,i){return this._drawPendingPt(),this.addData(Ss.Q,t,e,n,i),this._ctx&&this._ctx.quadraticCurveTo(t,e,n,i),this._xi=n,this._yi=i,this},t.prototype.arc=function(t,e,n,i,r,o){this._drawPendingPt(),Bs[0]=i,Bs[1]=r,Gs(Bs,o),i=Bs[0];var a=(r=Bs[1])-i;return this.addData(Ss.A,t,e,n,n,i,a,0,o?0:1),this._ctx&&this._ctx.arc(t,e,n,i,r,o),this._xi=Ps(r)*n+t,this._yi=Os(r)*n+e,this},t.prototype.arcTo=function(t,e,n,i,r){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,n,i,r),this},t.prototype.rect=function(t,e,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,n,i),this.addData(Ss.R,t,e,n,i),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(Ss.Z);var t=this._ctx,e=this._x0,n=this._y0;return t&&t.closePath(),this._xi=e,this._yi=n,this},t.prototype.fill=function(t){t&&t.fill(),this.toStatic()},t.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(t){if(this._saveData){var e=t.length;this.data&&this.data.length===e||!Es||(this.data=new Float32Array(e));for(var n=0;n0&&o))for(var a=0;au.length&&(this._expandData(),u=this.data);for(var c=0;c0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var t=[],e=0;e11&&(this.data=new Float32Array(t)))}},t.prototype.getBoundingRect=function(){Ts[0]=Ts[1]=Ds[0]=Ds[1]=Number.MAX_VALUE,Cs[0]=Cs[1]=As[0]=As[1]=-Number.MAX_VALUE;var t,e=this.data,n=0,i=0,r=0,o=0;for(t=0;tn||Rs(y)>i||h===e-1)&&(f=Math.sqrt(A*A+y*y),r=g,o=x);break;case Ss.C:var v=t[h++],m=t[h++],x=(g=t[h++],t[h++]),_=t[h++],b=t[h++];f=Rn(r,o,v,m,g,x,_,b,10),r=_,o=b;break;case Ss.Q:f=Gn(r,o,v=t[h++],m=t[h++],g=t[h++],x=t[h++],10),r=g,o=x;break;case Ss.A:var w=t[h++],S=t[h++],M=t[h++],I=t[h++],T=t[h++],C=t[h++],D=C+T;h+=1,p&&(a=Ps(T)*M+w,s=Os(T)*I+S),f=Ls(M,I)*ks(zs,Math.abs(C)),r=Ps(D)*M+w,o=Os(D)*I+S;break;case Ss.R:a=r=t[h++],s=o=t[h++],f=2*t[h++]+2*t[h++];break;case Ss.Z:var A=a-r;y=s-o;f=Math.sqrt(A*A+y*y),r=a,o=s}f>=0&&(l[c++]=f,u+=f)}return this._pathLen=u,u},t.prototype.rebuildPath=function(t,e){var n,i,r,o,a,s,l,u,c,h,d=this.data,p=this._ux,f=this._uy,g=this._len,y=e<1,v=0,m=0,x=0;if(!y||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,u=e*this._pathLen))t:for(var _=0;_0&&(t.lineTo(c,h),x=0),b){case Ss.M:n=r=d[_++],i=o=d[_++],t.moveTo(r,o);break;case Ss.L:a=d[_++],s=d[_++];var S=Rs(a-r),M=Rs(s-o);if(S>p||M>f){if(y){if(v+(j=l[m++])>u){var I=(u-v)/j;t.lineTo(r*(1-I)+a*I,o*(1-I)+s*I);break t}v+=j}t.lineTo(a,s),r=a,o=s,x=0}else{var T=S*S+M*M;T>x&&(c=a,h=s,x=T)}break;case Ss.C:var C=d[_++],D=d[_++],A=d[_++],k=d[_++],L=d[_++],P=d[_++];if(y){if(v+(j=l[m++])>u){Pn(r,C,A,L,I=(u-v)/j,Ms),Pn(o,D,k,P,I,Is),t.bezierCurveTo(Ms[1],Is[1],Ms[2],Is[2],Ms[3],Is[3]);break t}v+=j}t.bezierCurveTo(C,D,A,k,L,P),r=L,o=P;break;case Ss.Q:C=d[_++],D=d[_++],A=d[_++],k=d[_++];if(y){if(v+(j=l[m++])>u){Bn(r,C,A,I=(u-v)/j,Ms),Bn(o,D,k,I,Is),t.quadraticCurveTo(Ms[1],Is[1],Ms[2],Is[2]);break t}v+=j}t.quadraticCurveTo(C,D,A,k),r=A,o=k;break;case Ss.A:var O=d[_++],R=d[_++],N=d[_++],z=d[_++],E=d[_++],B=d[_++],V=d[_++],G=!d[_++],F=N>z?N:z,W=Rs(N-z)>.001,H=E+B,U=!1;if(y)v+(j=l[m++])>u&&(H=E+B*(u-v)/j,U=!0),v+=j;if(W&&t.ellipse?t.ellipse(O,R,N,z,V,E,H,G):t.arc(O,R,F,E,H,G),U)break t;w&&(n=Ps(E)*N+O,i=Os(E)*z+R),r=Ps(H)*N+O,o=Os(H)*z+R;break;case Ss.R:n=r=d[_],i=o=d[_+1],a=d[_++],s=d[_++];var Y=d[_++],X=d[_++];if(y){if(v+(j=l[m++])>u){var Z=u-v;t.moveTo(a,s),t.lineTo(a+ks(Z,Y),s),(Z-=Y)>0&&t.lineTo(a+Y,s+ks(Z,X)),(Z-=X)>0&&t.lineTo(a+Ls(Y-Z,0),s+X),(Z-=Y)>0&&t.lineTo(a,s+Ls(X-Z,0));break t}v+=j}t.rect(a,s,Y,X);break;case Ss.Z:if(y){var j;if(v+(j=l[m++])>u){I=(u-v)/j;t.lineTo(r*(1-I)+n*I,o*(1-I)+i*I);break t}v+=j}t.closePath(),r=n,o=i}}},t.prototype.clone=function(){var e=new t,n=this.data;return e.data=n.slice?n.slice():Array.prototype.slice.call(n),e._len=this._len,e},t.prototype.canSave=function(){return!!this._saveData},t.CMD=Ss,t.initDefaultProps=((e=t.prototype)._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,void(e._version=0)),t}();function Ws(t,e,n,i,r,o,a){if(0===r)return!1;var s=r,l=0;if(a>e+s&&a>i+s||at+s&&o>n+s||oe+h&&c>i+h&&c>o+h&&c>s+h||ct+h&&u>n+h&&u>r+h&&u>a+h||ue+u&&l>i+u&&l>o+u||lt+u&&s>n+u&&s>r+u||sn||c+ur&&(r+=Zs);var d=Math.atan2(l,s);return d<0&&(d+=Zs),d>=i&&d<=r||d+Zs>=i&&d+Zs<=r}function qs(t,e,n,i,r,o){if(o>e&&o>i||or?s:0}var Ks=Fs.CMD,$s=2*Math.PI;var Js=[-1,-1,-1],Qs=[-1,-1];function tl(t,e,n,i,r,o,a,s,l,u){if(u>e&&u>i&&u>o&&u>s||u1&&(c=void 0,c=Qs[0],Qs[0]=Qs[1],Qs[1]=c),f=Dn(e,i,o,s,Qs[0]),p>1&&(g=Dn(e,i,o,s,Qs[1]))),2===p?ve&&s>i&&s>o||s=0&&c<=1&&(r[l++]=c);else{var u=a*a-4*o*s;if(Tn(u))(c=-a/(2*o))>=0&&c<=1&&(r[l++]=c);else if(u>0){var c,h=mn(u),d=(-a-h)/(2*o);(c=(-a+h)/(2*o))>=0&&c<=1&&(r[l++]=c),d>=0&&d<=1&&(r[l++]=d)}}return l}(e,i,o,s,Js);if(0===l)return 0;var u=En(e,i,o);if(u>=0&&u<=1){for(var c=0,h=Nn(e,i,o,u),d=0;dn||s<-n)return 0;var l=Math.sqrt(n*n-s*s);Js[0]=-l,Js[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=$s-1e-4){i=0,r=$s;var c=o?1:-1;return a>=Js[0]+t&&a<=Js[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=$s,r+=$s);for(var d=0,p=0;p<2;p++){var f=Js[p];if(f+t>a){var g=Math.atan2(s,f);c=o?1:-1;g<0&&(g=$s+g),(g>=i&&g<=r||g+$s>=i&&g+$s<=r)&&(g>Math.PI/2&&g<1.5*Math.PI&&(c=-c),d+=c)}}return d}function il(t,e,n,i,r){for(var o,a,s,l,u=t.data,c=t.len(),h=0,d=0,p=0,f=0,g=0,y=0;y1&&(n||(h+=qs(d,p,f,g,i,r))),m&&(f=d=u[y],g=p=u[y+1]),v){case Ks.M:d=f=u[y++],p=g=u[y++];break;case Ks.L:if(n){if(Ws(d,p,u[y],u[y+1],e,i,r))return!0}else h+=qs(d,p,u[y],u[y+1],i,r)||0;d=u[y++],p=u[y++];break;case Ks.C:if(n){if(Hs(d,p,u[y++],u[y++],u[y++],u[y++],u[y],u[y+1],e,i,r))return!0}else h+=tl(d,p,u[y++],u[y++],u[y++],u[y++],u[y],u[y+1],i,r)||0;d=u[y++],p=u[y++];break;case Ks.Q:if(n){if(Us(d,p,u[y++],u[y++],u[y],u[y+1],e,i,r))return!0}else h+=el(d,p,u[y++],u[y++],u[y],u[y+1],i,r)||0;d=u[y++],p=u[y++];break;case Ks.A:var x=u[y++],_=u[y++],b=u[y++],w=u[y++],S=u[y++],M=u[y++];y+=1;var I=!!(1-u[y++]);o=Math.cos(S)*b+x,a=Math.sin(S)*w+_,m?(f=o,g=a):h+=qs(d,p,o,a,i,r);var T=(i-x)*w/b+x;if(n){if(js(x,_,w,S,S+M,I,e,T,r))return!0}else h+=nl(x,_,w,S,S+M,I,T,r);d=Math.cos(S+M)*b+x,p=Math.sin(S+M)*w+_;break;case Ks.R:if(f=d=u[y++],g=p=u[y++],o=f+u[y++],a=g+u[y++],n){if(Ws(f,g,o,g,e,i,r)||Ws(o,g,o,a,e,i,r)||Ws(o,a,f,a,e,i,r)||Ws(f,a,f,g,e,i,r))return!0}else h+=qs(o,g,o,a,i,r),h+=qs(f,a,f,g,i,r);break;case Ks.Z:if(n){if(Ws(d,p,f,g,e,i,r))return!0}else h+=qs(d,p,f,g,i,r);d=f,p=g}}return n||(s=p,l=g,Math.abs(s-l)<1e-4)||(h+=qs(d,p,f,g,i,r)||0),0!==h}var rl=k({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},es),ol={style:k({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},ns.style)},al=Ar.concat(["invisible","culling","z","z2","zlevel","parent"]),sl=function(t){function e(e){return t.call(this,e)||this}var i;return n(e,t),e.prototype.update=function(){var n=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new e;r.buildPath===e.prototype.buildPath&&(r.buildPath=function(t){n.buildPath(t,n.shape)}),r.silent=!0;var o=r.style;for(var a in i)o[a]!==i[a]&&(o[a]=i[a]);o.fill=i.fill?i.decal:null,o.decal=null,o.shadowColor=null,i.strokeFirst&&(o.stroke=null);for(var s=0;s.5?mr:e>.2?"#eee":xr}if(t)return xr}return mr},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(X(e)){var n=this.__zr;if(!(!n||!n.isDarkMode())===gi(t,0)<.4)return e}},e.prototype.buildPath=function(t,e,n){},e.prototype.pathUpdated=function(){this.__dirty&=-5},e.prototype.getUpdatedPathProxy=function(t){return!this.path&&this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,t),this.path},e.prototype.createPathProxy=function(){this.path=new Fs(!1)},e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))},e.prototype.hasFill=function(){var t=this.style.fill;return null!=t&&"none"!==t},e.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,n=!t;if(n){var i=!1;this.path||(i=!0,this.createPathProxy());var r=this.path;(i||4&this.__dirty)&&(r.beginPath(),this.buildPath(r,this.shape,!1),this.pathUpdated()),t=r.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||n){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect(),r=this.style;if(t=n[0],e=n[1],i.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=r.lineWidth,s=r.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),function(t,e,n,i){return il(t,e,!0,n,i)}(o,a/s,t,e)))return!0}if(this.hasFill())return function(t,e,n){return il(t,0,!1,e,n)}(o,t,e)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=4,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(t){return this.animate("shape",t)},e.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(e,n){"shape"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},e.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),"string"==typeof t?n[t]=e:A(n,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(4&this.__dirty)},e.prototype.createStyle=function(t){return mt(rl,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=A({},this.shape))},e.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=A({},i.shape),A(s,n.shape)):(s=A({},r?this.shape:i.shape),A(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=A({},this.shape);for(var u={},c=F(s),h=0;hu&&(n*=u/(a=n+i),i*=u/a),r+o>u&&(r*=u/(a=r+o),o*=u/a),i+r>c&&(i*=c/(a=i+r),r*=c/a),n+o>c&&(n*=c/(a=n+o),o*=c/a),t.moveTo(s+n,l),t.lineTo(s+u-i,l),0!==i&&t.arc(s+u-i,l+i,i,-Math.PI/2,0),t.lineTo(s+u,l+c-r),0!==r&&t.arc(s+u-r,l+c-r,r,0,Math.PI/2),t.lineTo(s+o,l+c),0!==o&&t.arc(s+o,l+c-o,o,Math.PI/2,Math.PI),t.lineTo(s,l+n),0!==n&&t.arc(s+n,l+n,n,Math.PI,1.5*Math.PI)}(t,e):t.rect(n,i,r,o)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(sl);xl.prototype.type="rect";var _l={fill:"#000"},bl={},wl={style:k({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},ns.style)},Sl=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=_l,n.attr(e),n}return n(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;ev&&p){var x=Math.floor(v/d);f=f||y.length>x,m=(y=y.slice(0,x)).length*d}if(r&&c&&null!=g)for(var _=Ba(g,u,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),b={},w=0;w0,T=0;Tg&&Ua(o,a.substring(g,y),e,f),Ua(o,d[2],e,f,d[1]),g=za.lastIndex}gh){var R=o.lines.length;D>0?(I.tokens=I.tokens.slice(0,D),S(I,C,T),o.lines=o.lines.slice(0,M+1)):o.lines=o.lines.slice(0,M),o.isTruncated=o.isTruncated||o.lines.length=0&&"right"===(C=x[T]).align;)this._placeToken(C,t,b,f,I,"right",y),w-=C.width,I-=C.width,T--;for(M+=(s-(M-p)-(g-I)-w)/2;S<=T;)C=x[S],this._placeToken(C,t,b,f,M+C.width/2,"center",y),M+=C.width,S++;f+=b}},e.prototype._placeToken=function(t,e,n,i,r,o,s){var l=e.rich[t.styleName]||{};l.text=t.text;var u=t.verticalAlign,c=i+n/2;"top"===u?c=i+t.height/2:"bottom"===u&&(c=i+n-t.height/2),!t.isLineHolder&&Nl(l)&&this._renderBackground(l,e,"right"===o?r-t.width:"center"===o?r-t.width/2:r,c-t.height/2,t.width,t.height);var h=!!l.backgroundColor,d=t.textPadding;d&&(r=Ol(r,o,d),c-=t.height/2-d[0]-t.innerHeight/2);var p=this._getOrCreateChild(ul),f=p.createStyle();p.useStyle(f);var g=this._defaultStyle,y=!1,v=0,m=!1,x=Pl("fill"in l?l.fill:"fill"in e?e.fill:(y=!0,g.fill)),_=Ll("stroke"in l?l.stroke:"stroke"in e?e.stroke:h||s||g.autoStroke&&!y?null:(v=2,m=!0,g.stroke)),b=l.textShadowBlur>0||e.textShadowBlur>0;f.text=t.text,f.x=r,f.y=c,b&&(f.shadowBlur=l.textShadowBlur||e.textShadowBlur||0,f.shadowColor=l.textShadowColor||e.textShadowColor||"transparent",f.shadowOffsetX=l.textShadowOffsetX||e.textShadowOffsetX||0,f.shadowOffsetY=l.textShadowOffsetY||e.textShadowOffsetY||0),f.textAlign=o,f.textBaseline="middle",f.font=t.font||a,f.opacity=ot(l.opacity,e.opacity,1),Dl(f,l),_&&(f.lineWidth=ot(l.lineWidth,e.lineWidth,v),f.lineDash=rt(l.lineDash,e.lineDash),f.lineDashOffset=e.lineDashOffset||0,f.stroke=_),x&&(f.fill=x),p.setBoundingRect(Ja(f,t.contentWidth,t.contentHeight,m?0:null))},e.prototype._renderBackground=function(t,e,n,i,r,o){var a,s,l,u=t.backgroundColor,c=t.borderWidth,h=t.borderColor,d=u&&u.image,p=u&&!d,f=t.borderRadius,g=this;if(p||t.lineHeight||c&&h){(a=this._getOrCreateChild(xl)).useStyle(a.createStyle()),a.style.fill=null;var y=a.shape;y.x=n,y.y=i,y.width=r,y.height=o,y.r=f,a.dirtyShape()}if(p)(l=a.style).fill=u||null,l.fillOpacity=rt(t.fillOpacity,1);else if(d){(s=this._getOrCreateChild(dl)).onload=function(){g.dirtyStyle()};var v=s.style;v.image=u.image,v.x=n,v.y=i,v.width=r,v.height=o}c&&h&&((l=a.style).lineWidth=c,l.stroke=h,l.strokeOpacity=rt(t.strokeOpacity,1),l.lineDash=t.borderDash,l.lineDashOffset=t.borderDashOffset||0,a.strokeContainThreshold=0,a.hasFill()&&a.hasStroke()&&(l.strokeFirst=!0,l.lineWidth*=2));var m=(a||s).style;m.shadowBlur=t.shadowBlur||0,m.shadowColor=t.shadowColor||"transparent",m.shadowOffsetX=t.shadowOffsetX||0,m.shadowOffsetY=t.shadowOffsetY||0,m.opacity=ot(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return Al(t)&&(e=[t.fontStyle,t.fontWeight,Cl(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&ut(e)||t.textFont||t.font},e}(os),Ml={left:!0,right:1,center:1},Il={top:1,bottom:1,middle:1},Tl=["fontStyle","fontWeight","fontSize","fontFamily"];function Cl(t){return"string"!=typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?"12px":t+"px":t}function Dl(t,e){for(var n=0;n=0,o=!1;if(t instanceof sl){var a=Gl(t),s=r&&a.selectFill||a.normalFill,l=r&&a.selectStroke||a.normalStroke;if($l(s)||$l(l)){var u=(i=i||{}).style||{};"inherit"===u.fill?(o=!0,i=A({},i),(u=A({},u)).fill=s):!$l(u.fill)&&$l(s)?(o=!0,i=A({},i),(u=A({},u)).fill=vi(s)):!$l(u.stroke)&&$l(l)&&(o||(i=A({},i),u=A({},u)),u.stroke=vi(l)),i.style=u}}if(i&&null==i.z2){o||(i=A({},i));var c=t.z2EmphasisLift;i.z2=t.z2+(null!=c?c:Ul)}return i}(this,0,e,n);if("blur"===t)return function(t,e,n){var i=P(t.currentStates,e)>=0,r=t.style.opacity,o=i?null:function(t,e,n,i){for(var r=t.style,o={},a=0;a0){var o={dataIndex:r,seriesIndex:t.seriesIndex};null!=i&&(o.dataType=i),e.push(o)}}))})),e}function Iu(t,e,n){Lu(t,!0),au(t,uu),Cu(t,e,n)}function Tu(t,e,n,i){i?function(t){Lu(t,!1)}(t):Iu(t,e,n)}function Cu(t,e,n){var i=zl(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var Du=["emphasis","blur","select"],Au={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function ku(t,e,n,i){n=n||"itemStyle";for(var r=0;r1&&(a*=Gu(f),s*=Gu(f));var g=(r===o?-1:1)*Gu((a*a*(s*s)-a*a*(p*p)-s*s*(d*d))/(a*a*(p*p)+s*s*(d*d)))||0,y=g*a*p/s,v=g*-s*d/a,m=(t+n)/2+Wu(h)*y-Fu(h)*v,x=(e+i)/2+Fu(h)*y+Wu(h)*v,_=Xu([1,0],[(d-y)/a,(p-v)/s]),b=[(d-y)/a,(p-v)/s],w=[(-1*d-y)/a,(-1*p-v)/s],S=Xu(b,w);if(Yu(b,w)<=-1&&(S=Hu),Yu(b,w)>=1&&(S=0),S<0){var M=Math.round(S/Hu*1e6)/1e6;S=2*Hu+M%2*Hu}c.addData(u,m,x,a,s,_,S,h,o)}var ju=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,qu=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;var Ku=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.applyTransform=function(t){},e}(sl);function $u(t){return null!=t.setData}function Ju(t,e){var n=function(t){var e=new Fs;if(!t)return e;var n,i=0,r=0,o=i,a=r,s=Fs.CMD,l=t.match(ju);if(!l)return e;for(var u=0;uk*k+L*L&&(M=T,I=C),{cx:M,cy:I,x0:-c,y0:-h,x1:M*(r/b-1),y1:I*(r/b-1)}}function vc(t,e){var n,i=pc(e.r,0),r=pc(e.r0||0,0),o=i>0;if(o||r>0){if(o||(i=r,r=0),r>i){var a=i;i=r,r=a}var s=e.startAngle,l=e.endAngle;if(!isNaN(s)&&!isNaN(l)){var u=e.cx,c=e.cy,h=!!e.clockwise,d=hc(l-s),p=d>ac&&d%ac;if(p>gc&&(d=p),i>gc)if(d>ac-gc)t.moveTo(u+i*lc(s),c+i*sc(s)),t.arc(u,c,i,s,l,!h),r>gc&&(t.moveTo(u+r*lc(l),c+r*sc(l)),t.arc(u,c,r,l,s,h));else{var f=void 0,g=void 0,y=void 0,v=void 0,m=void 0,x=void 0,_=void 0,b=void 0,w=void 0,S=void 0,M=void 0,I=void 0,T=void 0,C=void 0,D=void 0,A=void 0,k=i*lc(s),L=i*sc(s),P=r*lc(l),O=r*sc(l),R=d>gc;if(R){var N=e.cornerRadius;N&&(n=function(t){var e;if(U(t)){var n=t.length;if(!n)return t;e=1===n?[t[0],t[0],0,0]:2===n?[t[0],t[0],t[1],t[1]]:3===n?t.concat(t[2]):t}else e=[t,t,t,t];return e}(N),f=n[0],g=n[1],y=n[2],v=n[3]);var z=hc(i-r)/2;if(m=fc(z,y),x=fc(z,v),_=fc(z,f),b=fc(z,g),M=w=pc(m,x),I=S=pc(_,b),(w>gc||S>gc)&&(T=i*lc(l),C=i*sc(l),D=r*lc(s),A=r*sc(s),dgc){var Y=fc(y,M),X=fc(v,M),Z=yc(D,A,k,L,i,Y,h),j=yc(T,C,P,O,i,X,h);t.moveTo(u+Z.cx+Z.x0,c+Z.cy+Z.y0),M0&&t.arc(u+Z.cx,c+Z.cy,Y,cc(Z.y0,Z.x0),cc(Z.y1,Z.x1),!h),t.arc(u,c,i,cc(Z.cy+Z.y1,Z.cx+Z.x1),cc(j.cy+j.y1,j.cx+j.x1),!h),X>0&&t.arc(u+j.cx,c+j.cy,X,cc(j.y1,j.x1),cc(j.y0,j.x0),!h))}else t.moveTo(u+k,c+L),t.arc(u,c,i,s,l,!h);else t.moveTo(u+k,c+L);if(r>gc&&R)if(I>gc){Y=fc(f,I),Z=yc(P,O,T,C,r,-(X=fc(g,I)),h),j=yc(k,L,D,A,r,-Y,h);t.lineTo(u+Z.cx+Z.x0,c+Z.cy+Z.y0),I0&&t.arc(u+Z.cx,c+Z.cy,X,cc(Z.y0,Z.x0),cc(Z.y1,Z.x1),!h),t.arc(u,c,r,cc(Z.cy+Z.y1,Z.cx+Z.x1),cc(j.cy+j.y1,j.cx+j.x1),h),Y>0&&t.arc(u+j.cx,c+j.cy,Y,cc(j.y1,j.x1),cc(j.y0,j.x0),!h))}else t.lineTo(u+P,c+O),t.arc(u,c,r,l,s,h);else t.lineTo(u+P,c+O)}else t.moveTo(u,c);t.closePath()}}}var mc=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0,this.cornerRadius=0},xc=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new mc},e.prototype.buildPath=function(t,e){vc(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(sl);xc.prototype.type="sector";var _c=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},bc=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new _c},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=2*Math.PI;t.moveTo(n+e.r,i),t.arc(n,i,e.r,0,r,!1),t.moveTo(n+e.r0,i),t.arc(n,i,e.r0,0,r,!0)},e}(sl);function wc(t,e,n){var i=e.smooth,r=e.points;if(r&&r.length>=2){if(i){var o=function(t,e,n,i){var r,o,a,s,l=[],u=[],c=[],h=[];if(i){a=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,p=t.length;dUc[1]){if(r=!1,Yc.negativeSize||n)return r;var s=Wc(Uc[0]-Hc[1]),l=Wc(Hc[0]-Uc[1]);Gc(s,l)>Zc.len()&&(s=l||!Yc.bidirectional)&&(Ae.scale(Xc,a,-l*i),Yc.useDir&&Yc.calcDirMTV()))}}return r},t.prototype._getProjMinMaxOnAxis=function(t,e,n){for(var i=this._axes[t],r=this._origin,o=e[0].dot(i)+r[t],a=o,s=o,l=1;l0){var h={duration:c.duration,delay:c.delay||0,easing:c.easing,done:o,force:!!o||!!a,setToFinal:!u,scope:t,during:a};l?e.animateFrom(n,h):e.animateTo(n,h)}else e.stopAnimation(),!l&&e.attr(n),a&&a(1),o&&o()}function th(t,e,n,i,r,o){Qc("update",t,e,n,i,r,o)}function eh(t,e,n,i,r,o){Qc("enter",t,e,n,i,r,o)}function nh(t){if(!t.__zr)return!0;for(var e=0;efo(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function Ih(t){return!t.isGroup}function Th(t,e,n){if(t&&e){var i,r=(i={},t.traverse((function(t){Ih(t)&&t.anid&&(i[t.anid]=t)})),i);e.traverse((function(t){if(Ih(t)&&t.anid){var e=r[t.anid];if(e){var i=o(t);t.attr(o(e)),th(t,i,n,zl(t).dataIndex)}}}))}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return function(t){return null!=t.shape}(t)&&(e.shape=T(t.shape)),e}}function Ch(t,e){return E(t,(function(t){var n=t[0];n=po(n,e.x),n=ho(n,e.x+e.width);var i=t[1];return i=po(i,e.y),[n,i=ho(i,e.y+e.height)]}))}function Dh(t,e){var n=po(t.x,e.x),i=ho(t.x+t.width,e.x+e.width),r=po(t.y,e.y),o=ho(t.y+t.height,e.y+e.height);if(i>=n&&o>=r)return{x:n,y:r,width:i-n,height:o-r}}function Ah(t,e,n){var i=A({rectHover:!0},e),r=i.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(r.image=t.slice(8),k(r,n),new dl(i)):gh(t.replace("path://",""),i,n,"center")}function kh(t,e,n,i,r){for(var o=0,a=r[r.length-1];o=-1e-6)return!1;var f=t-r,g=e-o,y=Ph(f,g,u,c)/p;if(y<0||y>1)return!1;var v=Ph(f,g,h,d)/p;return!(v<0||v>1)}function Ph(t,e,n,i){return t*i-n*e}function Oh(t,e,n,i,r){return null==e||(j(e)?Rh[0]=Rh[1]=Rh[2]=Rh[3]=e:(Rh[0]=e[0],Rh[1]=e[1],Rh[2]=e[2],Rh[3]=e[3]),i&&(Rh[0]=po(0,Rh[0]),Rh[1]=po(0,Rh[1]),Rh[2]=po(0,Rh[2]),Rh[3]=po(0,Rh[3])),n&&(Rh[0]=-Rh[0],Rh[1]=-Rh[1],Rh[2]=-Rh[2],Rh[3]=-Rh[3]),Nh(t,Rh,"x","width",3,1,r&&r[0]||0),Nh(t,Rh,"y","height",0,2,r&&r[1]||0)),t}var Rh=[0,0,0,0];function Nh(t,e,n,i,r,o,a){var s=e[o]+e[r],l=t[i];t[i]+=s,a=po(0,ho(a,l)),t[i]=0?-e[r]:e[o]>=0?l+e[o]:fo(s)>1e-8?(l-a)*e[r]/s:0):t[n]-=e[r]}function zh(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=X(e)?{formatter:e}:e,o=n.mainType,a=n.componentIndex,s={componentType:o,name:i,$vars:["name"]};s[o+"Index"]=a;var l=t.formatterParamsExtra;l&&z(F(l),(function(t){_t(s,t)||(s[t]=l[t],s.$vars.push(t))}));var u=zl(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:k({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function Eh(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function Bh(t,e){if(t)if(U(t))for(var n=0;ne&&(e=i),ie&&(n=e=0),{min:n,max:e}}function Yh(t,e,n){Xh(t,e,n,-1/0)}function Xh(t,e,n,i){if(t.ignoreModelZ)return i;var r=t.getTextContent(),o=t.getTextGuideLine();if(t.isGroup)for(var a=t.childrenRef(),s=0;s-1?Td:Dd;function Pd(t,e){t=t.toUpperCase(),kd[t]=new wd(e),Ad[t]=e}function Od(t){return kd[t]}Pd(Cd,{time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}}),Pd(Td,{time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}});var Rd=null;function Nd(){return Rd}var zd=1e3,Ed=6e4,Bd=36e5,Vd=864e5,Gd=31536e6,Fd={year:/({yyyy}|{yy})/,month:/({MMMM}|{MMM}|{MM}|{M})/,day:/({dd}|{d})/,hour:/({HH}|{H}|{hh}|{h})/,minute:/({mm}|{m})/,second:/({ss}|{s})/,millisecond:/({SSS}|{S})/},Wd={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}"},Hd="{yyyy}-{MM}-{dd}",Ud={year:"{yyyy}",month:"{yyyy}-{MM}",day:Hd,hour:Hd+" "+Wd.hour,minute:Hd+" "+Wd.minute,second:Hd+" "+Wd.second,millisecond:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},Yd=["year","month","day","hour","minute","second","millisecond"],Xd=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function Zd(t){return X(t)||Y(t)?t:function(t){t=t||{};var e={},n=!0;return z(Yd,(function(e){n&&(n=null==t[e])})),z(Yd,(function(i,r){var o=t[i];e[i]={};for(var a=null,s=r;s>=0;s--){var l=Yd[s],u=q(o)&&!U(o)?o[l]:o,c=void 0;U(u)?a=(c=u.slice())[0]||"":X(u)?c=[a=u]:(null==a?a=Wd[i]:Fd[l].test(a)||(a=e[l][l][0]+" "+a),c=[a],n&&(c[1]="{primary|"+a+"}")),e[i][l]=c}})),e}(t)}function jd(t,e){return"0000".substr(0,e-(t+="").length)+t}function qd(t){switch(t){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return t}}function Kd(t){return t===qd(t)}function $d(t,e,n,i){var r=Ao(t),o=r[tp(n)](),a=r[ep(n)]()+1,s=Math.floor((a-1)/3)+1,l=r[np(n)](),u=r["get"+(n?"UTC":"")+"Day"](),c=r[ip(n)](),h=(c-1)%12+1,d=r[rp(n)](),p=r[op(n)](),f=r[ap(n)](),g=c>=12?"pm":"am",y=g.toUpperCase(),v=(i instanceof wd?i:Od(i||Ld)||kd[Dd]).getModel("time"),m=v.get("month"),x=v.get("monthAbbr"),_=v.get("dayOfWeek"),b=v.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,g+"").replace(/{A}/g,y+"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,jd(o%100+"",2)).replace(/{Q}/g,s+"").replace(/{MMMM}/g,m[a-1]).replace(/{MMM}/g,x[a-1]).replace(/{MM}/g,jd(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,jd(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,_[u]).replace(/{ee}/g,b[u]).replace(/{e}/g,u+"").replace(/{HH}/g,jd(c,2)).replace(/{H}/g,c+"").replace(/{hh}/g,jd(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,jd(d,2)).replace(/{m}/g,d+"").replace(/{ss}/g,jd(p,2)).replace(/{s}/g,p+"").replace(/{SSS}/g,jd(f,3)).replace(/{S}/g,f+"")}function Jd(t,e){var n=Ao(t),i=n[ep(e)]()+1,r=n[np(e)](),o=n[ip(e)](),a=n[rp(e)](),s=n[op(e)](),l=0===n[ap(e)](),u=l&&0===s,c=u&&0===a,h=c&&0===o,d=h&&1===r;return d&&1===i?"year":d?"month":h?"day":c?"hour":u?"minute":l?"second":"millisecond"}function Qd(t,e,n){switch(e){case"year":t[lp(n)](0);case"month":t[up(n)](1);case"day":t[cp(n)](0);case"hour":t[hp(n)](0);case"minute":t[dp(n)](0);case"second":t[pp(n)](0)}return t}function tp(t){return t?"getUTCFullYear":"getFullYear"}function ep(t){return t?"getUTCMonth":"getMonth"}function np(t){return t?"getUTCDate":"getDate"}function ip(t){return t?"getUTCHours":"getHours"}function rp(t){return t?"getUTCMinutes":"getMinutes"}function op(t){return t?"getUTCSeconds":"getSeconds"}function ap(t){return t?"getUTCMilliseconds":"getMilliseconds"}function sp(t){return t?"setUTCFullYear":"setFullYear"}function lp(t){return t?"setUTCMonth":"setMonth"}function up(t){return t?"setUTCDate":"setDate"}function cp(t){return t?"setUTCHours":"setHours"}function hp(t){return t?"setUTCMinutes":"setMinutes"}function dp(t){return t?"setUTCSeconds":"setSeconds"}function pp(t){return t?"setUTCMilliseconds":"setMilliseconds"}function fp(t){if(!zo(t))return X(t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function gp(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,(function(t,e){return e.toUpperCase()})),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var yp=st;function vp(t,e,n){function i(t){return t&&ut(t)?t:"-"}function r(t){return!(null==t||isNaN(t)||!isFinite(t))}var o="time"===e,a=t instanceof Date;if(o||a){var s=o?Ao(t):t;if(!isNaN(+s))return $d(s,"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}",n);if(a)return"-"}if("ordinal"===e)return Z(t)?i(t):j(t)&&r(t)?t+"":"-";var l=No(t);return r(l)?fp(l):Z(t)?i(t):"boolean"==typeof t?t+"":"-"}var mp=["a","b","c","d","e","f","g"],xp=function(t,e){return"{"+t+(null==e?"":e)+"}"};function _p(t,e,n){U(e)||(e=[e]);var i=e.length;if(!i)return"";for(var r=e[0].$vars||[],o=0;o':'':{renderMode:o,content:"{"+(n.markerId||"markerX")+"|} ",style:"subItem"===r?{width:4,height:4,borderRadius:2,backgroundColor:i}:{width:10,height:10,borderRadius:5,backgroundColor:i}}:""}function wp(t,e){return e=e||"transparent",X(t)?t:q(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function Sp(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}var Mp={},Ip={},Tp=function(){function t(){this._normalMasterList=[],this._nonSeriesBoxMasterList=[]}return t.prototype.create=function(t,e){function n(n,i){var r=[];return z(n,(function(n,i){var o=n.create(t,e);r=r.concat(o||[])})),r}this._nonSeriesBoxMasterList=n(Mp,!0),this._normalMasterList=n(Ip,!1)},t.prototype.update=function(t,e){z(this._normalMasterList,(function(n){n.update&&n.update(t,e)}))},t.prototype.getCoordinateSystems=function(){return this._normalMasterList.concat(this._nonSeriesBoxMasterList)},t.register=function(t,e){"matrix"!==t&&"calendar"!==t?Ip[t]=e:Mp[t]=e},t.get=function(t){return Ip[t]||Mp[t]},t}();var Cp=1,Dp=2;var Ap=yt();var kp=0,Lp=1,Pp=2;function Op(t,e){var n=t.getShallow("coordinateSystem"),i=t.getShallow("coordinateSystemUsage",!0),r=kp;if(n){var o="series"===t.mainType;null==i&&(i=o?"data":"box"),"data"===i?(r=Lp,o||(r=kp)):"box"===i&&(r=Pp,o||function(t){return!!Mp[t]}(n)||(r=kp))}return{coordSysType:n,kind:r}}function Rp(t){var e=t.targetModel,n=t.coordSysType,i=t.coordSysProvider,r=t.isDefaultDataCoordSys;t.allowNotFound;var o=Op(e),a=o.kind,s=o.coordSysType;if(r&&a!==Lp&&(a=Lp,s=n),a===kp||s!==n)return!1;var l=i(n,e);return!!l&&(a===Lp?e.coordinateSystem=l:e.boxCoordinateSystem=l,!0)}var Np=function(t,e){var n=e.getReferringComponents(t,ha).models[0];return n&&n.coordinateSystem},zp=z,Ep=["left","right","top","bottom","width","height"],Bp=[["width","left","right"],["height","top","bottom"]];function Vp(t,e,n,i,r){var o=0,a=0;null==i&&(i=1/0),null==r&&(r=1/0);var s=0;e.eachChild((function(l,u){var c,h,d=l.getBoundingRect(),p=e.childAt(u+1),f=p&&p.getBoundingRect();if("horizontal"===t){var g=d.width+(f?-f.x+d.x:0);(c=o+g)>i||l.newline?(o=0,c=g,a+=s+n,s=d.height):s=Math.max(s,d.height)}else{var y=d.height+(f?-f.y+d.y:0);(h=a+y)>r||l.newline?(o+=s+n,a=0,h=y,s=d.width):s=Math.max(s,d.width)}l.newline||(l.x=o,l.y=a,l.markRedraw(),"horizontal"===t?o=c+n:a=h+n)}))}var Gp=Vp;H(Vp,"vertical"),H(Vp,"horizontal");function Fp(t,e){return{left:t.getShallow("left",e),top:t.getShallow("top",e),right:t.getShallow("right",e),bottom:t.getShallow("bottom",e),width:t.getShallow("width",e),height:t.getShallow("height",e)}}function Wp(t,e){var n=function(t,e){var n,i,r=Xp(t,e,{enableLayoutOnlyByCenter:!0}),o=t.getBoxLayoutParams();if(r.type===Yp.point)i=r.refPoint,n=Hp(o,{width:e.getWidth(),height:e.getHeight()});else{var a=t.get("center"),s=U(a)?a:[a,a];n=Hp(o,r.refContainer),i=r.boxCoordFrom===Dp?r.refPoint:[yo(s[0],n.width)+n.x,yo(s[1],n.height)+n.y]}return{viewRect:n,center:i}}(t,e),i=n.viewRect,r=n.center,o=t.get("radius");U(o)||(o=[0,o]);var a=yo(i.width,e.getWidth()),s=yo(i.height,e.getHeight()),l=Math.min(a,s),u=yo(o[0],l/2),c=yo(o[1],l/2);return{cx:r[0],cy:r[1],r0:u,r:c,viewRect:i}}function Hp(t,e,n){n=yp(n||0);var i=e.width,r=e.height,o=yo(t.left,i),a=yo(t.top,r),s=yo(t.right,i),l=yo(t.bottom,r),u=yo(t.width,i),c=yo(t.height,r),h=n[2]+n[0],d=n[1]+n[3],p=t.aspect;switch(isNaN(u)&&(u=i-s-d-o),isNaN(c)&&(c=r-l-h-a),null!=p&&(isNaN(u)&&isNaN(c)&&(p>i/r?u=.8*i:c=.8*r),isNaN(u)&&(u=p*c),isNaN(c)&&(c=u/p)),isNaN(o)&&(o=i-s-u-d),isNaN(a)&&(a=r-l-c-h),t.left||t.right){case"center":o=i/2-u/2-n[3];break;case"right":o=i-u-d}switch(t.top||t.bottom){case"middle":case"center":a=r/2-c/2-n[0];break;case"bottom":a=r-c-h}o=o||0,a=a||0,isNaN(u)&&(u=i-d-o-(s||0)),isNaN(c)&&(c=r-h-a-(l||0));var f=new He((e.x||0)+o+n[3],(e.y||0)+a+n[0],u,c);return f.margin=n,f}function Up(t,e,n){var i=t.getShallow("preserveAspect",!0);if(!i)return e;var r=e.width/e.height;if(Math.abs(Math.atan(n)-Math.atan(r))<1e-9)return e;var o=t.getShallow("preserveAspectAlign",!0),a=t.getShallow("preserveAspectVerticalAlign",!0),s={width:e.width,height:e.height},l="cover"===i;return r>n&&!l||r=2)return o;for(var c=0;c=0;a--)o=C(o,n[a],!0);e.defaultOption=o}return e.defaultOption},e.prototype.getReferringComponents=function(t,e){var n=t+"Index",i=t+"Id";return pa(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){return Fp(this,!1)},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=((i=e.prototype).type="component",i.id="",i.name="",i.mainType="",i.subType="",void(i.componentIndex=0)),e}(wd);Sa(Qp,wd),Ca(Qp),function(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=ba(t);e[i.main]=n},t.determineSubType=function(n,i){var r=i.type;if(!r){var o=ba(n).main;t.hasSubTypes(n)&&e[o]&&(r=e[o](i))}return r}}(Qp),function(t,e){function n(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}t.topologicalTravel=function(t,i,r,o){if(t.length){var a=function(t){var i={},r=[];return z(t,(function(o){var a=n(i,o),s=function(t,e){var n=[];return z(t,(function(t){P(e,t)>=0&&n.push(t)})),n}(a.originalDeps=e(o),t);a.entryCount=s.length,0===a.entryCount&&r.push(o),z(s,(function(t){P(a.predecessor,t)<0&&a.predecessor.push(t);var e=n(i,t);P(e.successor,t)<0&&e.successor.push(o)}))})),{graph:i,noEntryList:r}}(i),s=a.graph,l=a.noEntryList,u={};for(z(t,(function(t){u[t]=!0}));l.length;){var c=l.pop(),h=s[c],d=!!u[c];d&&(r.call(o,c,h.originalDeps.slice()),delete u[c]),z(h.successor,d?f:p)}z(u,(function(){var t="";throw new Error(t)}))}function p(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function f(t){u[t]=!0,p(t)}}}(Qp,(function(t){var e=[];z(Qp.getClassesByMainType(t),(function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])})),e=E(e,(function(t){return ba(t).main})),"dataset"!==t&&P(e,"dataset")<=0&&e.unshift("dataset");return e}));var tf={color:{},darkColor:{},size:{}},ef=tf.color={theme:["#5070dd","#b6d634","#505372","#ff994d","#0ca8df","#ffd10a","#fb628b","#785db0","#3fbe95"],neutral00:"#fff",neutral05:"#f4f7fd",neutral10:"#e8ebf0",neutral15:"#dbdee4",neutral20:"#cfd2d7",neutral25:"#c3c5cb",neutral30:"#b7b9be",neutral35:"#aaacb2",neutral40:"#9ea0a5",neutral45:"#929399",neutral50:"#86878c",neutral55:"#797b7f",neutral60:"#6d6e73",neutral65:"#616266",neutral70:"#54555a",neutral75:"#48494d",neutral80:"#3c3c41",neutral85:"#303034",neutral90:"#232328",neutral95:"#17171b",neutral99:"#000",accent05:"#eff1f9",accent10:"#e0e4f2",accent15:"#d0d6ec",accent20:"#c0c9e6",accent25:"#b1bbdf",accent30:"#a1aed9",accent35:"#91a0d3",accent40:"#8292cc",accent45:"#7285c6",accent50:"#6578ba",accent55:"#5c6da9",accent60:"#536298",accent65:"#4a5787",accent70:"#404c76",accent75:"#374165",accent80:"#2e3654",accent85:"#252b43",accent90:"#1b2032",accent95:"#121521",transparent:"rgba(0,0,0,0)",highlight:"rgba(255,231,130,0.8)"};for(var nf in A(ef,{primary:ef.neutral80,secondary:ef.neutral70,tertiary:ef.neutral60,quaternary:ef.neutral50,disabled:ef.neutral20,border:ef.neutral30,borderTint:ef.neutral20,borderShade:ef.neutral40,background:ef.neutral05,backgroundTint:"rgba(234,237,245,0.5)",backgroundTransparent:"rgba(255,255,255,0)",backgroundShade:ef.neutral10,shadow:"rgba(0,0,0,0.2)",shadowTint:"rgba(129,130,136,0.2)",axisLine:ef.neutral70,axisLineTint:ef.neutral40,axisTick:ef.neutral70,axisTickMinor:ef.neutral60,axisLabel:ef.neutral70,axisSplitLine:ef.neutral15,axisMinorSplitLine:ef.neutral05}),ef)if(ef.hasOwnProperty(nf)){var rf=ef[nf];"theme"===nf?tf.darkColor.theme=ef.theme.slice():"highlight"===nf?tf.darkColor.highlight="rgba(255,231,130,0.4)":0===nf.indexOf("accent")?tf.darkColor[nf]=di(rf,null,(function(t){return.5*t}),(function(t){return Math.min(1,1.3-t)})):tf.darkColor[nf]=di(rf,null,(function(t){return.9*t}),(function(t){return 1-Math.pow(t,1.5)}))}tf.size={xxs:2,xs:5,s:10,m:15,l:20,xl:30,xxl:40,xxxl:50};var of="";"undefined"!=typeof navigator&&(of=navigator.platform||"");var af="rgba(0, 0, 0, 0.2)",sf=tf.color.theme[0],lf=di(sf,null,null,.9),uf={darkMode:"auto",colorBy:"series",color:tf.color.theme,gradientColor:[lf,sf],aria:{decal:{decals:[{color:af,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:af,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:af,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:af,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:af,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:af,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:of.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,stateAnimation:{duration:300,easing:"cubicOut"},animation:"auto",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicInOut",animationEasingUpdate:"cubicInOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},cf=yt(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),hf="original",df="arrayRows",pf="objectRows",ff="keyedColumns",gf="typedArray",yf="unknown",vf="column",mf="row",xf=1,_f=2,bf=3,wf=sa();function Sf(t,e,n){var i={},r=If(e);if(!r||!t)return i;var o,a,s=[],l=[],u=e.ecModel,c=wf(u).datasetMap,h=r.uid+"_"+n.seriesLayoutBy;z(t=t.slice(),(function(e,n){var r=q(e)?e:t[n]={name:e};"ordinal"===r.type&&null==o&&(o=n,a=f(r)),i[r.name]=[]}));var d=c.get(h)||c.set(h,{categoryWayDim:a,valueWayDim:0});function p(t,e,n){for(var i=0;ie)return t[i];return t[n-1]}(i,a):n;if((c=c||n)&&c.length){var h=c[l];return r&&(u[r]=h),s.paletteIdx=(l+1)%c.length,h}}var Ef="\0_ec_inner";var Bf=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.init=function(t,e,n,i,r,o){i=i||{},this.option=null,this._theme=new wd(i),this._locale=new wd(r),this._optionManager=o},e.prototype.setOption=function(t,e,n){var i=Ff(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,Ff(e))},e.prototype._resetOption=function(t,e){var n=!1,i=this._optionManager;if(!t||"recreate"===t){var r=i.mountOption("recreate"===t);0,this.option&&"recreate"!==t?(this.restoreData(),this._mergeOption(r,e)):Lf(this,r),n=!0}if("timeline"!==t&&"media"!==t||this.restoreData(),!t||"recreate"===t||"timeline"===t){var o=i.getTimelineOption(this);o&&(n=!0,this._mergeOption(o,e))}if(!t||"recreate"===t||"media"===t){var a=i.getMediaOption(this);a.length&&z(a,(function(t){n=!0,this._mergeOption(t,e)}),this)}return n},e.prototype.mergeOption=function(t){this._mergeOption(t,null)},e.prototype._mergeOption=function(t,e){var n=this.option,i=this._componentsMap,r=this._componentsCount,o=[],a=yt(),s=e&&e.replaceMergeMainTypeMap;wf(this).datasetMap=yt(),z(t,(function(t,e){null!=t&&(Qp.hasClass(e)?e&&(o.push(e),a.set(e,!0)):n[e]=null==n[e]?T(t):C(n[e],t,!0))})),s&&s.each((function(t,e){Qp.hasClass(e)&&!a.get(e)&&(o.push(e),a.set(e,!0))})),Qp.topologicalTravel(o,Qp.getAllClassMainTypes(),(function(e){var o=function(t,e,n){var i=Df.get(e);if(!i)return n;var r=i(t);return r?n.concat(r):n}(this,e,qo(t[e])),a=i.get(e),l=a?s&&s.get(e)?"replaceMerge":"normalMerge":"replaceAll",u=ta(a,o,l);(function(t,e,n){z(t,(function(t){var i=t.newOption;q(i)&&(t.keyInfo.mainType=e,t.keyInfo.subType=function(t,e,n,i){return e.type?e.type:n?n.subType:i.determineSubType(t,e)}(e,i,t.existing,n))}))})(u,e,Qp),n[e]=null,i.set(e,null),r.set(e,0);var c,h=[],d=[],p=0;z(u,(function(t,n){var i=t.existing,r=t.newOption;if(r){var o="series"===e,a=Qp.getClass(e,t.keyInfo.subType,!o);if(!a)return;if("tooltip"===e){if(c)return void 0;c=!0}if(i&&i.constructor===a)i.name=t.keyInfo.name,i.mergeOption(r,this),i.optionUpdated(r,!1);else{var s=A({componentIndex:n},t.keyInfo);A(i=new a(r,this,this,s),s),t.brandNew&&(i.__requireNewView=!0),i.init(r,this,this),i.optionUpdated(null,!0)}}else i&&(i.mergeOption({},this),i.optionUpdated({},!1));i?(h.push(i.option),d.push(i),p++):(h.push(void 0),d.push(void 0))}),this),n[e]=h,i.set(e,d),r.set(e,p),"series"===e&&Af(this)}),this),this._seriesIndices||Af(this)},e.prototype.getOption=function(){var t=T(this.option);return z(t,(function(e,n){if(Qp.hasClass(n)){for(var i=qo(e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!oa(i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}})),delete t[Ef],t},e.prototype.setTheme=function(t){this._theme=new wd(t),this._resetOption("recreate",null)},e.prototype.getTheme=function(){return this._theme},e.prototype.getLocaleModel=function(){return this._locale},e.prototype.setUpdatePayload=function(t){this._payload=t},e.prototype.getUpdatePayload=function(){return this._payload},e.prototype.getComponent=function(t,e){var n=this._componentsMap.get(t);if(n){var i=n[e||0];if(i)return i;if(null==e)for(var r=0;r=e:"max"===n?t<=e:t===e})(i[a],t,o)||(r=!1)}})),r}var Zf=z,jf=q,qf=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function Kf(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=qf.length;nu&&(u=p)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e=0&&(s=o.interpolatedValue[l])}return null!=s?s+"":""})):void 0},t.prototype.getRawValue=function(t,e){return Vg(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function Wg(t){var e,n;return q(t)?t.type&&(n=t):e=t,{text:e,frag:n}}function Hg(t){return new Ug(t)}var Ug=function(){function t(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0}return t.prototype.perform=function(t){var e,n=this._upstream,i=t&&t.skip;if(this._dirty&&n){var r=this.context;r.data=r.outputData=n.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!i&&(e=this._plan(this.context));var o,a=c(this._modBy),s=this._modDataCount||0,l=c(t&&t.modBy),u=t&&t.modDataCount||0;function c(t){return!(t>=1)&&(t=1),t}a===l&&s===u||(e="reset"),(this._dirty||"reset"===e)&&(this._dirty=!1,o=this._doReset(i)),this._modBy=l,this._modDataCount=u;var h=t&&t.step;if(this._dueEnd=n?n._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var d=this._dueIndex,p=Math.min(null!=h?this._dueIndex+h:1/0,this._dueEnd);if(!i&&(o||d1&&i>0?s:a}};return o;function a(){return e=t?null:oe},gte:function(t,e){return t>=e}},Kg=function(){function t(t,e){if(!j(e)){var n="";0,Yo(n)}this._opFn=qg[t],this._rvalFloat=No(e)}return t.prototype.evaluate=function(t){return j(t)?this._opFn(t,this._rvalFloat):this._opFn(No(t),this._rvalFloat)},t}(),$g=function(){function t(t,e){var n="desc"===t;this._resultLT=n?1:-1,null==e&&(e=n?"min":"max"),this._incomparable="min"===e?-1/0:1/0}return t.prototype.evaluate=function(t,e){var n=j(t)?t:No(t),i=j(e)?e:No(e),r=isNaN(n),o=isNaN(i);if(r&&(n=this._incomparable),o&&(i=this._incomparable),r&&o){var a=X(t),s=X(e);a&&(n=s?t:0),s&&(i=a?e:0)}return ni?-this._resultLT:0},t}(),Jg=function(){function t(t,e){this._rval=e,this._isEQ=t,this._rvalTypeof=typeof e,this._rvalFloat=No(e)}return t.prototype.evaluate=function(t){var e=t===this._rval;if(!e){var n=typeof t;n===this._rvalTypeof||"number"!==n&&"number"!==this._rvalTypeof||(e=No(t)===this._rvalFloat)}return this._isEQ?e:!e},t}();function Qg(t,e){return"eq"===t||"ne"===t?new Jg("eq"===t,e):_t(qg,t)?new Kg(t,e):null}var ty=function(){function t(){}return t.prototype.getRawData=function(){throw new Error("not supported")},t.prototype.getRawDataItem=function(t){throw new Error("not supported")},t.prototype.cloneRawData=function(){},t.prototype.getDimensionInfo=function(t){},t.prototype.cloneAllDimensionInfo=function(){},t.prototype.count=function(){},t.prototype.retrieveValue=function(t,e){},t.prototype.retrieveValueFromItem=function(t,e){},t.prototype.convertValue=function(t,e){return Xg(t,e)},t}();function ey(t){var e=t.sourceFormat;if(!sy(e)){var n="";0,Yo(n)}return t.data}function ny(t){var e=t.sourceFormat,n=t.data;if(!sy(e)){var i="";0,Yo(i)}if(e===df){for(var r=[],o=0,a=n.length;o65535?cy:hy}function yy(t,e,n,i,r){var o=fy[n||"float"];if(r){var a=t[e],s=a&&a.length;if(s!==i){for(var l=new o(i),u=0;ug[1]&&(g[1]=f)}return this._rawCount=this._count=s,{start:a,end:s}},t.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,r=this._chunks,o=this._dimensions,a=o.length,s=this._rawExtent,l=E(o,(function(t){return t.property})),u=0;uy[1]&&(y[1]=g)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(t,e){if(!(e>=0&&e=0&&e=this._rawCount||t<0)return-1;if(!this._indices)return t;var e=this._indices,n=e[t];if(null!=n&&nt))return o;r=o-1}}return-1},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r=u&&x<=c||isNaN(x))&&(a[s++]=p),p++}d=!0}else if(2===r){f=h[i[0]];var y=h[i[1]],v=t[i[1]][0],m=t[i[1]][1];for(g=0;g=u&&x<=c||isNaN(x))&&(_>=v&&_<=m||isNaN(_))&&(a[s++]=p),p++}d=!0}}if(!d)if(1===r)for(g=0;g=u&&x<=c||isNaN(x))&&(a[s++]=b)}else for(g=0;gt[M][1])&&(w=!1)}w&&(a[s++]=e.getRawIndex(g))}return sy[1]&&(y[1]=g)}}}},t.prototype.lttbDownSample=function(t,e){var n,i,r,o=this.clone([t],!0),a=o._chunks[t],s=this.count(),l=0,u=Math.floor(1/e),c=this.getRawIndex(0),h=new(gy(this._rawCount))(Math.min(2*(Math.ceil(s/u)+2),s));h[l++]=c;for(var d=1;dn&&(n=i,r=I)}M>0&&M<_-x&&(h[l++]=Math.min(S,r),r=Math.max(S,r)),h[l++]=r,c=r}return h[l++]=this.getRawIndex(s-1),o._count=l,o._indices=h,o.getRawIndex=this._getRawIdx,o},t.prototype.minmaxDownSample=function(t,e){for(var n=this.clone([t],!0),i=n._chunks,r=Math.floor(1/e),o=i[t],a=this.count(),s=new(gy(this._rawCount))(2*Math.ceil(a/r)),l=0,u=0;ua&&(f=a-u);for(var g=0;gp&&(p=y,d=u+g)}var v=this.getRawIndex(c),m=this.getRawIndex(d);cu-p&&(s=u-p,a.length=s);for(var f=0;fc[1]&&(c[1]=y),h[d++]=v}return r._count=d,r._indices=h,r._updateGetRawIdx(),r},t.prototype.each=function(t,e){if(this._count)for(var n=t.length,i=this._chunks,r=0,o=this.count();ra&&(a=l)}return i=[o,a],this._extent[t]=i,i},t.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,r=0;r=0?this._indices[t]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function t(t,e,n,i){return Xg(t[i],this._dimensions[i])}ly={arrayRows:t,objectRows:function(t,e,n,i){return Xg(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return Xg(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}(),my=function(){function t(t){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=t}return t.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},t.prototype._setLocalSource=function(t,e){this._sourceList=t,this._upstreamSignList=e,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},t.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},t.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},t.prototype._createSource=function(){this._setLocalSource([],[]);var t,e,n=this._sourceHost,i=this._getUpstreamSourceManagers(),r=!!i.length;if(_y(n)){var o=n,a=void 0,s=void 0,l=void 0;if(r){var u=i[0];u.prepareSource(),a=(l=u.getSource()).data,s=l.sourceFormat,e=[u._getVersionSign()]}else s=$(a=o.get("data",!0))?gf:hf,e=[];var c=this._getSourceMetaRawOption()||{},h=l&&l.metaRawOption||{},d=rt(c.seriesLayoutBy,h.seriesLayoutBy)||null,p=rt(c.sourceHeader,h.sourceHeader),f=rt(c.dimensions,h.dimensions);t=d!==h.seriesLayoutBy||!!p!=!!h.sourceHeader||f?[bg(a,{seriesLayoutBy:d,sourceHeader:p,dimensions:f},s)]:[]}else{var g=n;if(r){var y=this._applyTransform(i);t=y.sourceList,e=y.upstreamSignList}else{t=[bg(g.get("source",!0),this._getSourceMetaRawOption(),null)],e=[]}}this._setLocalSource(t,e)},t.prototype._applyTransform=function(t){var e,n=this._sourceHost,i=n.get("transform",!0),r=n.get("fromTransformResult",!0);if(null!=r){var o="";1!==t.length&&by(o)}var a,s=[],l=[];return z(t,(function(t){t.prepareSource();var e=t.getSource(r||0),n="";null==r||e||by(n),s.push(e),l.push(t._getVersionSign())})),i?e=function(t,e,n){var i=qo(t),r=i.length,o="";r||Yo(o);for(var a=0,s=r;a1||n>0&&!t.noHeader;return z(t.blocks,(function(t){var n=Ay(t);n>=e&&(e=n+ +(i&&(!n||Cy(t)&&!t.noHeader)))})),e}return 0}function ky(t,e,n,i){var r,o=e.noHeader,a=(r=Ay(e),{html:My[r],richText:Iy[r]}),s=[],l=e.blocks||[];lt(!l||U(l)),l=l||[];var u=t.orderMode;if(e.sortBlocks&&u){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(_t(c,u)){var h=new $g(c[u],null);l.sort((function(t,e){return h.evaluate(t.sortParam,e.sortParam)}))}else"seriesDesc"===u&&l.reverse()}z(l,(function(n,r){var o=e.valueFormatter,l=Dy(n)(o?A(A({},t),{valueFormatter:o}):t,n,r>0?a.html:0,i);null!=l&&s.push(l)}));var d="richText"===t.renderMode?s.join(a.richText):Oy(i,s.join(""),o?n:a.html);if(o)return d;var p=vp(e.header,"ordinal",t.useUTC),f=Sy(i,t.renderMode).nameStyle,g=wy(i);return"richText"===t.renderMode?Ry(t,p,f)+a.richText+d:Oy(i,'
'+oe(p)+"
"+d,n)}function Ly(t,e,n,i){var r=t.renderMode,o=e.noName,a=e.noValue,s=!e.markerType,l=e.name,u=t.useUTC,c=e.valueFormatter||t.valueFormatter||function(t){return E(t=U(t)?t:[t],(function(t,e){return vp(t,U(p)?p[e]:p,u)}))};if(!o||!a){var h=s?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||tf.color.secondary,r),d=o?"":vp(l,"ordinal",u),p=e.valueType,f=a?[]:c(e.value,e.dataIndex),g=!s||!o,y=!s&&o,v=Sy(i,r),m=v.nameStyle,x=v.valueStyle;return"richText"===r?(s?"":h)+(o?"":Ry(t,d,m))+(a?"":function(t,e,n,i,r){var o=[r],a=i?10:20;return n&&o.push({padding:[0,0,0,a],align:"right"}),t.markupStyleCreator.wrapRichTextStyle(U(e)?e.join(" "):e,o)}(t,f,g,y,x)):Oy(i,(s?"":h)+(o?"":function(t,e,n){return''+oe(t)+""}(d,!s,m))+(a?"":function(t,e,n,i){var r=n?"10px":"20px",o=e?"float:right;margin-left:"+r:"";return t=U(t)?t:[t],''+E(t,(function(t){return oe(t)})).join("  ")+""}(f,g,y,x)),n)}}function Py(t,e,n,i,r,o){if(t)return Dy(t)({useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter},t,0,o)}function Oy(t,e,n){return'
'+e+'
'}function Ry(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function Ny(t,e){return wp(t.getData().getItemVisual(e,"style")[t.visualDrawType])}function zy(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var Ey=function(){function t(){this.richTextStyles={},this._nextStyleNameId=Eo()}return t.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},t.prototype.makeTooltipMarker=function(t,e,n){var i="richText"===n?this._generateStyleName():null,r=bp({color:e,type:t,renderMode:n,markerId:i});return X(r)?r:(this.richTextStyles[i]=r.style,r.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};U(e)?z(e,(function(t){return A(n,t)})):A(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function By(t){var e,n,i,r,o=t.series,a=t.dataIndex,s=t.multipleSeries,l=o.getData(),u=l.mapDimensionsAll("defaultedTooltip"),c=u.length,h=o.getRawValue(a),d=U(h),p=Ny(o,a);if(c>1||d&&!c){var f=function(t,e,n,i,r){var o=e.getData(),a=B(t,(function(t,e,n){var i=o.getDimensionInfo(n);return t||i&&!1!==i.tooltip&&null!=i.displayName}),!1),s=[],l=[],u=[];function c(t,e){var n=o.getDimensionInfo(e);n&&!1!==n.otherDims.tooltip&&(a?u.push(Ty("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?z(i,(function(t){c(Vg(o,n,t),t)})):z(t,c),{inlineValues:s,inlineValueTypes:l,blocks:u}}(h,o,a,u,p);e=f.inlineValues,n=f.inlineValueTypes,i=f.blocks,r=f.inlineValues[0]}else if(c){var g=l.getDimensionInfo(u[0]);r=e=Vg(l,a,u[0]),n=g.type}else r=e=d?h[0]:h;var y=ra(o),v=y&&o.name||"",m=l.getName(a),x=s?v:m;return Ty("section",{header:v,noHeader:s||!y,sortParam:r,blocks:[Ty("nameValue",{markerType:"item",markerColor:p,name:x,noName:!ut(x),value:e,valueType:n,dataIndex:a})].concat(i||[])})}var Vy=sa();function Gy(t,e){return t.getName(e)||t.getId(e)}var Fy="__universalTransitionEnabled",Wy=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}var i;return n(e,t),e.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=Hg({count:Uy,reset:Yy}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n),(Vy(this).sourceManager=new my(this)).prepareSource();var i=this.getInitialData(t,n);Zy(i,this),this.dataTask.context.data=i,Vy(this).dataBeforeProcessed=i,Hy(this),this._initSelectedMapFromData(i)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=jp(this),i=n?Kp(t):{},r=this.subType;Qp.hasClass(r)&&(r+="Series"),C(t,e.getTheme().get(this.subType)),C(t,this.getDefaultOption()),Ko(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&qp(t,i,n)},e.prototype.mergeOption=function(t,e){t=C(this.option,t,!0),this.fillDataTextStyle(t.data);var n=jp(this);n&&qp(this.option,t,n);var i=Vy(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);Zy(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,Vy(this).dataBeforeProcessed=r,Hy(this),this._initSelectedMapFromData(r)},e.prototype.fillDataTextStyle=function(t){if(t&&!$(t))for(var e=["show"],n=0;n=0&&c<0)&&(u=o,c=r,h=0),r===c&&(l[h++]=e))})),l.length=h,l},e.prototype.formatTooltip=function(t,e,n){return By({series:this,dataIndex:t,multipleSeries:e})},e.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(r.node&&(!t||!t.ssr))return!1;var e=this.getShallow("animation");return e&&this.getData().count()>this.getShallow("animationThreshold")&&(e=!1),!!e},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=Rf.prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},e.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},e.prototype.getProgressive=function(){return this.get("progressive")},e.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},e.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},e.prototype.unselect=function(t,e){var n=this.option.selectedMap;if(n){var i=this.option.selectedMode,r=this.getData(e);if("series"===i||"all"===n)return this.option.selectedMap={},void(this._selectedDataIndicesMap={});for(var o=0;o=0&&n.push(r)}return n},e.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return("all"===n||n[Gy(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[Fy])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},e.prototype._innerSelect=function(t,e){var n,i,r=this.option,o=r.selectedMode,a=e.length;if(o&&a)if("series"===o)r.selectedMap="all";else if("multiple"===o){q(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l0&&this._innerSelect(t,e)}},e.registerClass=function(t){return Qp.registerClass(t)},e.protoInitialize=((i=e.prototype).type="series.__base__",i.seriesIndex=0,i.ignoreStyleOnData=!1,i.hasSymbolVisual=!1,i.defaultSymbol="circle",i.visualStyleAccessPath="itemStyle",void(i.visualDrawType="fill")),e}(Qp);function Hy(t){var e=t.name;ra(t)||(t.name=function(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return z(n,(function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)})),i.join(" ")}(t)||e)}function Uy(t){return t.model.getRawData().count()}function Yy(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),Xy}function Xy(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function Zy(t,e){z(vt(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),(function(n){t.wrapMethod(n,H(jy,e))}))}function jy(t,e){var n=qy(t);return n&&n.setOutputEnd((e||this).count()),e}function qy(t){var e=(t.ecModel||{}).scheduler,n=e&&e.getPipeline(t.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(t.uid))}return i}}R(Wy,Fg),R(Wy,Rf),Sa(Wy,Qp);var Ky=function(){function t(){this.group=new to,this.uid=Md("viewComponent")}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){},t.prototype.updateLayout=function(t,e,n,i){},t.prototype.updateVisual=function(t,e,n,i){},t.prototype.toggleBlurSeries=function(t,e,n){},t.prototype.eachRendered=function(t){var e=this.group;e&&e.traverse(t)},t}();function $y(){var t=sa();return function(e){var n=t(e),i=e.pipelineContext,r=!!n.large,o=!!n.progressiveRender,a=n.large=!(!i||!i.large),s=n.progressiveRender=!(!i||!i.progressiveRender);return!(r===a&&o===s)&&"reset"}}wa(Ky),Ca(Ky);var Jy=sa(),Qy=$y(),tv=function(){function t(){this.group=new to,this.uid=Md("viewChart"),this.renderTask=Hg({plan:iv,reset:rv}),this.renderTask.context={view:this}}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){0},t.prototype.highlight=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&nv(r,i,"emphasis")},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&nv(r,i,"normal")},t.prototype.remove=function(t,e){this.group.removeAll()},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateLayout=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateVisual=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.eachRendered=function(t){Bh(this.group,t)},t.markUpdateMethod=function(t,e){Jy(t).updateMethod=e},t.protoInitialize=void(t.prototype.type="chart"),t}();function ev(t,e,n){t&&Pu(t)&&("emphasis"===e?du:pu)(t,n)}function nv(t,e,n){var i=aa(t,e),r=e&&null!=e.highlightKey?function(t){var e=Vl[t];return null==e&&Bl<=32&&(e=Vl[t]=Bl++),e}(e.highlightKey):null;null!=i?z(qo(i),(function(e){ev(t.getItemGraphicEl(e),n,r)})):t.eachItemGraphicEl((function(t){ev(t,n,r)}))}function iv(t){return Qy(t.model)}function rv(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&Jy(r).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](e,n,i,r),ov[l]}wa(tv),Ca(tv);var ov={incrementalPrepareRender:{progress:function(t,e){e.view.incrementalRender(t,e.model,e.ecModel,e.api,e.payload)}},render:{forceFirstProgress:!0,progress:function(t,e){e.view.render(e.model,e.ecModel,e.api,e.payload)}}},av="\0__throttleOriginMethod",sv="\0__throttleRate",lv="\0__throttleType";function uv(t,e,n){var i,r,o,a,s,l=0,u=0,c=null;function h(){u=(new Date).getTime(),c=null,t.apply(o,a||[])}e=e||0;var d=function(){for(var t=[],d=0;d=0?h():c=setTimeout(h,-r),l=i};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(t){s=t},d}function cv(t,e,n,i){var r=t[e];if(r){var o=r[av]||r,a=r[lv];if(r[sv]!==n||a!==i){if(null==n||!i)return t[e]=o;(r=t[e]=uv(o,n,"debounce"===i))[av]=o,r[lv]=i,r[sv]=n}return r}}function hv(t,e){var n=t[e];n&&n[av]&&(n.clear&&n.clear(),t[e]=n[av])}var dv=sa(),pv={itemStyle:Da(xd,!0),lineStyle:Da(yd,!0)},fv={lineStyle:"stroke",itemStyle:"fill"};function gv(t,e){var n=t.visualStyleMapper||pv[e];return n||(console.warn("Unknown style type '"+e+"'."),pv.itemStyle)}function yv(t,e){var n=t.visualDrawType||fv[e];return n||(console.warn("Unknown style type '"+e+"'."),"fill")}var vv={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=gv(t,i)(r),a=r.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=yv(t,i),l=o[s],u=Y(l)?l:null,c="auto"===o.fill||"auto"===o.stroke;if(!o[s]||u||c){var h=t.getColorFromPalette(t.name,null,e.getSeriesCount());o[s]||(o[s]=h,n.setVisual("colorFromPalette",!0)),o.fill="auto"===o.fill||Y(o.fill)?h:o.fill,o.stroke="auto"===o.stroke||Y(o.stroke)?h:o.stroke}if(n.setVisual("style",o),n.setVisual("drawType",s),!e.isSeriesFiltered(t)&&u)return n.setVisual("colorFromPalette",!1),{dataEach:function(e,n){var i=t.getDataParams(n),r=A({},o);r[s]=u(i),e.setItemVisual(n,"style",r)}}}},mv=new wd,xv={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!t.ignoreStyleOnData&&!e.isSeriesFiltered(t)){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=gv(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){mv.option=n[i];var a=r(mv);A(t.ensureUniqueItemVisual(e,"style"),a),mv.option.decal&&(t.setItemVisual(e,"decal",mv.option.decal),mv.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}},_v={performRawSeries:!0,overallReset:function(t){var e=yt();t.eachSeries((function(t){var n=t.getColorBy();if(!t.isColorBySeries()){var i=t.type+"-"+n,r=e.get(i);r||(r={},e.set(i,r)),dv(t).scope=r}})),t.eachSeries((function(e){if(!e.isColorBySeries()&&!t.isSeriesFiltered(e)){var n=e.getRawData(),i={},r=e.getData(),o=dv(e).scope,a=e.visualStyleAccessPath||"itemStyle",s=yv(e,a);r.each((function(t){var e=r.getRawIndex(t);i[e]=t})),n.each((function(t){var a=i[t];if(r.getItemVisual(a,"colorFromPalette")){var l=r.ensureUniqueItemVisual(a,"style"),u=n.getName(t)||t+"",c=n.count();l[s]=e.getColorFromPalette(u,o,c)}}))}}))}},bv=Math.PI;var wv=function(){function t(t,e,n,i){this._stageTaskMap=yt(),this.ecInstance=t,this.api=e,n=this._dataProcessorHandlers=n.slice(),i=this._visualHandlers=i.slice(),this._allHandlers=n.concat(i)}return t.prototype.restoreData=function(t,e){t.restoreData(e),this._stageTaskMap.each((function(t){var e=t.overallTask;e&&e.dirty()}))},t.prototype.getPerformArgs=function(t,e){if(t.__pipeline){var n=this._pipelineMap.get(t.__pipeline.id),i=n.context,r=!e&&n.progressiveEnabled&&(!i||i.progressiveRender)&&t.__idxInPipeline>n.blockIndex?n.step:null,o=i&&i.modDataCount;return{step:r,modBy:null!=o?Math.ceil(o/r):null,modDataCount:o}}},t.prototype.getPipeline=function(t){return this._pipelineMap.get(t)},t.prototype.updateStreamModes=function(t,e){var n=this._pipelineMap.get(t.uid),i=t.getData().count(),r=n.progressiveEnabled&&e.incrementalPrepareRender&&i>=n.threshold,o=t.get("large")&&i>=t.get("largeThreshold"),a="mod"===t.get("progressiveChunkMode")?i:null;t.pipelineContext=n.context={progressiveRender:r,modDataCount:a,large:o}},t.prototype.restorePipelines=function(t){var e=this,n=e._pipelineMap=yt();t.eachSeries((function(t){var i=t.getProgressive(),r=t.uid;n.set(r,{id:r,head:null,tail:null,threshold:t.getProgressiveThreshold(),progressiveEnabled:i&&!(t.preventIncremental&&t.preventIncremental()),blockIndex:-1,step:Math.round(i||700),count:0}),e._pipe(t,t.dataTask)}))},t.prototype.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.api.getModel(),n=this.api;z(this._allHandlers,(function(i){var r=t.get(i.uid)||t.set(i.uid,{}),o="";lt(!(i.reset&&i.overallReset),o),i.reset&&this._createSeriesStageTask(i,r,e,n),i.overallReset&&this._createOverallStageTask(i,r,e,n)}),this)},t.prototype.prepareView=function(t,e,n,i){var r=t.renderTask,o=r.context;o.model=e,o.ecModel=n,o.api=i,r.__block=!t.incrementalPrepareRender,this._pipe(e,r)},t.prototype.performDataProcessorTasks=function(t,e){this._performStageTasks(this._dataProcessorHandlers,t,e,{block:!0})},t.prototype.performVisualTasks=function(t,e,n){this._performStageTasks(this._visualHandlers,t,e,n)},t.prototype._performStageTasks=function(t,e,n,i){i=i||{};var r=!1,o=this;function a(t,e){return t.setDirty&&(!t.dirtyMap||t.dirtyMap.get(e.__pipeline.id))}z(t,(function(t,s){if(!i.visualType||i.visualType===t.visualType){var l=o._stageTaskMap.get(t.uid),u=l.seriesTaskMap,c=l.overallTask;if(c){var h,d=c.agentStubMap;d.each((function(t){a(i,t)&&(t.dirty(),h=!0)})),h&&c.dirty(),o.updatePayload(c,n);var p=o.getPerformArgs(c,i.block);d.each((function(t){t.perform(p)})),c.perform(p)&&(r=!0)}else u&&u.each((function(s,l){a(i,s)&&s.dirty();var u=o.getPerformArgs(s,i.block);u.skip=!t.performRawSeries&&e.isSeriesFiltered(s.context.model),o.updatePayload(s,n),s.perform(u)&&(r=!0)}))}})),this.unfinished=r||this.unfinished},t.prototype.performSeriesTasks=function(t){var e;t.eachSeries((function(t){e=t.dataTask.perform()||e})),this.unfinished=e||this.unfinished},t.prototype.plan=function(){this._pipelineMap.each((function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)}))},t.prototype.updatePayload=function(t,e){"remain"!==e&&(t.context.payload=e)},t.prototype._createSeriesStageTask=function(t,e,n,i){var r=this,o=e.seriesTaskMap,a=e.seriesTaskMap=yt(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||Hg({plan:Cv,reset:Dv,count:Lv}));l.context={model:e,ecModel:n,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:r},r._pipe(e,l)}t.createOnAllSeries?n.eachRawSeries(u):s?n.eachRawSeriesByType(s,u):l&&l(n,i).each(u)},t.prototype._createOverallStageTask=function(t,e,n,i){var r=this,o=e.overallTask=e.overallTask||Hg({reset:Sv});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=yt(),l=t.seriesType,u=t.getTargetSeries,c=!0,h=!1,d="";function p(t){var e=t.uid,n=s.set(e,a&&a.get(e)||(h=!0,Hg({reset:Mv,onDirty:Tv})));n.context={model:t,overallProgress:c},n.agent=o,n.__block=c,r._pipe(t,n)}lt(!t.createOnAllSeries,d),l?n.eachRawSeriesByType(l,p):u?u(n,i).each(p):(c=!1,z(n.getSeries(),p)),h&&o.dirty()},t.prototype._pipe=function(t,e){var n=t.uid,i=this._pipelineMap.get(n);!i.head&&(i.head=e),i.tail&&i.tail.pipe(e),i.tail=e,e.__idxInPipeline=i.count++,e.__pipeline=i},t.wrapStageHandler=function(t,e){return Y(t)&&(t={overallReset:t,seriesType:Pv(t)}),t.uid=Md("stageHandler"),e&&(t.visualType=e),t},t}();function Sv(t){t.overallReset(t.ecModel,t.api,t.payload)}function Mv(t){return t.overallProgress&&Iv}function Iv(){this.agent.dirty(),this.getDownstream().dirty()}function Tv(){this.agent&&this.agent.dirty()}function Cv(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function Dv(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=qo(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?E(e,(function(t,e){return kv(e)})):Av}var Av=kv(0);function kv(t){return function(e,n){var i=n.data,r=n.resetDefines[t];if(r&&r.dataEach)for(var o=e.start;o0&&c===r.length-u.length){var h=r.slice(0,c);"data"!==h&&(e.mainType=h,e[u.toLowerCase()]=t,s=!0)}}a.hasOwnProperty(r)&&(n[r]=t,s=!0),s||(i[r]=t)}))}return{cptQuery:e,dataQuery:n,otherQuery:i}},t.prototype.filter=function(t,e){var n=this.eventInfo;if(!n)return!0;var i=n.targetEl,r=n.packedEvent,o=n.model,a=n.view;if(!o||!a)return!0;var s=e.cptQuery,l=e.dataQuery;return u(s,o,"mainType")&&u(s,o,"subType")&&u(s,o,"index","componentIndex")&&u(s,o,"name")&&u(s,o,"id")&&u(l,r,"name")&&u(l,r,"dataIndex")&&u(l,r,"dataType")&&(!a.filterForExposedEvent||a.filterForExposedEvent(t,e.otherQuery,i,r));function u(t,e,n,i){return null==t[n]||e[i||n]===t[n]}},t.prototype.afterTrigger=function(){this.eventInfo=null},t}(),Uv=["symbol","symbolSize","symbolRotate","symbolOffset"],Yv=Uv.concat(["symbolKeepAspect"]),Xv={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData();if(t.legendIcon&&n.setVisual("legendIcon",t.legendIcon),t.hasSymbolVisual){for(var i={},r={},o=!1,a=0;a=0&&fm(l)?l:.5,t.createRadialGradient(a,s,0,a,s,l)}(t,e,n):function(t,e,n){var i=null==e.x?0:e.x,r=null==e.x2?1:e.x2,o=null==e.y?0:e.y,a=null==e.y2?0:e.y2;return e.global||(i=i*n.width+n.x,r=r*n.width+n.x,o=o*n.height+n.y,a=a*n.height+n.y),i=fm(i)?i:0,r=fm(r)?r:1,o=fm(o)?o:0,a=fm(a)?a:0,t.createLinearGradient(i,o,r,a)}(t,e,n),r=e.colorStops,o=0;o0&&(e=i.lineDash,n=i.lineWidth,e&&"solid"!==e&&n>0?"dashed"===e?[4*n,2*n]:"dotted"===e?[n]:j(e)?[e]:U(e)?e:null:null),o=i.lineDashOffset;if(r){var a=i.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(r=E(r,(function(t){return t/a})),o/=a)}return[r,o]}var xm=new Fs(!0);function _m(t){var e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))}function bm(t){return"string"==typeof t&&"none"!==t}function wm(t){var e=t.fill;return null!=e&&"none"!==e}function Sm(t,e){if(null!=e.fillOpacity&&1!==e.fillOpacity){var n=t.globalAlpha;t.globalAlpha=e.fillOpacity*e.opacity,t.fill(),t.globalAlpha=n}else t.fill()}function Mm(t,e){if(null!=e.strokeOpacity&&1!==e.strokeOpacity){var n=t.globalAlpha;t.globalAlpha=e.strokeOpacity*e.opacity,t.stroke(),t.globalAlpha=n}else t.stroke()}function Im(t,e,n){var i=Oa(e.image,e.__image,n);if(Na(i)){var r=t.createPattern(i,e.repeat||"repeat");if("function"==typeof DOMMatrix&&r&&r.setTransform){var o=new DOMMatrix;o.translateSelf(e.x||0,e.y||0),o.rotateSelf(0,0,(e.rotation||0)*wt),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}var Tm=["shadowBlur","shadowOffsetX","shadowOffsetY"],Cm=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function Dm(t,e,n,i,r){var o=!1;if(!i&&e===(n=n||{}))return!1;if(i||e.opacity!==n.opacity){Lm(t,r),o=!0;var a=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(a)?es.opacity:a}(i||e.blend!==n.blend)&&(o||(Lm(t,r),o=!0),t.globalCompositeOperation=e.blend||es.blend);for(var s=0;s0&&t.unfinished);t.unfinished||this._zr.flush()}}},e.prototype.getDom=function(){return this._dom},e.prototype.getId=function(){return this.id},e.prototype.getZr=function(){return this._zr},e.prototype.isSSR=function(){return this._ssr},e.prototype.setOption=function(t,e,n){if(!this[Km])if(this._disposed)kx(this.id);else{var i,r,o;if(q(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,o=e.transition,e=e.notMerge),this[Km]=!0,Mx(this),!this._model||e){var a=new Yf(this._api),s=this._theme,l=this._model=new Bf;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},Nx);var u={seriesTransition:o,optionChanged:!0};if(n)this[Jm]={silent:i,updateParams:u},this[Km]=!1,this.getZr().wakeUp();else{try{ox(this),lx.update.call(this,null,u)}catch(t){throw this[Jm]=null,this[Km]=!1,t}this._ssr||this._zr.flush(),this[Jm]=null,this[Km]=!1,dx.call(this,i),px.call(this,i)}}},e.prototype.setTheme=function(t,e){if(!this[Km])if(this._disposed)kx(this.id);else{var n=this._model;if(n){var i=e&&e.silent,r=null;this[Jm]&&(null==i&&(i=this[Jm].silent),r=this[Jm].updateParams,this[Jm]=null),this[Km]=!0,Mx(this);try{this._updateTheme(t),n.setTheme(this._theme),ox(this),lx.update.call(this,{type:"setTheme"},r)}catch(t){throw this[Km]=!1,t}this[Km]=!1,dx.call(this,i),px.call(this,i)}}},e.prototype._updateTheme=function(t){X(t)&&(t=Ex[t]),t&&((t=T(t))&&dg(t,!0),this._theme=t)},e.prototype.getModel=function(){return this._model},e.prototype.getOption=function(){return this._model&&this._model.getOption()},e.prototype.getWidth=function(){return this._zr.getWidth()},e.prototype.getHeight=function(){return this._zr.getHeight()},e.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||r.hasGlobalWindow&&window.devicePixelRatio||1},e.prototype.getRenderedCanvas=function(t){return this.renderToCanvas(t)},e.prototype.renderToCanvas=function(t){t=t||{};var e=this._zr.painter;return e.getRenderedCanvas({backgroundColor:t.backgroundColor||this._model.get("backgroundColor"),pixelRatio:t.pixelRatio||this.getDevicePixelRatio()})},e.prototype.renderToSVGString=function(t){t=t||{};var e=this._zr.painter;return e.renderToString({useViewBox:t.useViewBox})},e.prototype.getSvgDataURL=function(){var t=this._zr;return z(t.storage.getDisplayList(),(function(t){t.stopAnimation(null,!0)})),t.painter.toDataURL()},e.prototype.getDataURL=function(t){if(!this._disposed){var e=(t=t||{}).excludeComponents,n=this._model,i=[],r=this;z(e,(function(t){n.eachComponent({mainType:t},(function(t){var e=r._componentsMap[t.__viewId];e.group.ignore||(i.push(e),e.group.ignore=!0)}))}));var o="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.renderToCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return z(i,(function(t){t.group.ignore=!1})),o}kx(this.id)},e.prototype.getConnectedDataURL=function(t){if(!this._disposed){var e="svg"===t.type,n=this.group,i=Math.min,r=Math.max,o=1/0;if(Gx[n]){var a=o,s=o,l=-1/0,u=-1/0,h=[],d=t&&t.pixelRatio||this.getDevicePixelRatio();z(Vx,(function(o,c){if(o.group===n){var d=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(T(t)),p=o.getDom().getBoundingClientRect();a=i(p.left,a),s=i(p.top,s),l=r(p.right,l),u=r(p.bottom,u),h.push({dom:d,left:p.left,top:p.top})}}));var p=(l*=d)-(a*=d),f=(u*=d)-(s*=d),g=c.createCanvas(),y=oo(g,{renderer:e?"svg":"canvas"});if(y.resize({width:p,height:f}),e){var v="";return z(h,(function(t){var e=t.left-a,n=t.top-s;v+=''+t.dom+""})),y.painter.getSvgRoot().innerHTML=v,t.connectedBackgroundColor&&y.painter.setBackgroundColor(t.connectedBackgroundColor),y.refreshImmediately(),y.painter.toDataURL()}return t.connectedBackgroundColor&&y.add(new xl({shape:{x:0,y:0,width:p,height:f},style:{fill:t.connectedBackgroundColor}})),z(h,(function(t){var e=new dl({style:{x:t.left*d-a,y:t.top*d-s,image:t.dom}});y.add(e)})),y.refreshImmediately(),g.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}kx(this.id)},e.prototype.convertToPixel=function(t,e,n){return ux(this,"convertToPixel",t,e,n)},e.prototype.convertToLayout=function(t,e,n){return ux(this,"convertToLayout",t,e,n)},e.prototype.convertFromPixel=function(t,e,n){return ux(this,"convertFromPixel",t,e,n)},e.prototype.containPixel=function(t,e){var n;if(!this._disposed)return z(ua(this._model,t),(function(t,i){i.indexOf("Models")>=0&&z(t,(function(t){var r=t.coordinateSystem;if(r&&r.containPoint)n=n||!!r.containPoint(e);else if("seriesModels"===i){var o=this._chartsMap[t.__viewId];o&&o.containPoint&&(n=n||o.containPoint(e,t))}else 0}),this)}),this),!!n;kx(this.id)},e.prototype.getVisual=function(t,e){var n=ua(this._model,t,{defaultMainType:"series"}),i=n.seriesModel;var r=i.getData(),o=n.hasOwnProperty("dataIndexInside")?n.dataIndexInside:n.hasOwnProperty("dataIndex")?r.indexOfRawIndex(n.dataIndex):null;return null!=o?jv(r,o,e):qv(r,e)},e.prototype.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},e.prototype.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]},e.prototype._initEvents=function(){var t=this;z(Ax,(function(e){var n=function(n){var i,r=t.getModel(),o=n.target,a="globalout"===e;if(a?i={}:o&&Qv(o,(function(t){var e=zl(t);if(e&&null!=e.dataIndex){var n=e.dataModel||r.getSeriesByIndex(e.seriesIndex);return i=n&&n.getDataParams(e.dataIndex,e.dataType,o)||{},!0}if(e.eventData)return i=A({},e.eventData),!0}),!0),i){var s=i.componentType,l=i.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=i.seriesIndex);var u=s&&null!=l&&r.getComponent(s,l),c=u&&t["series"===u.mainType?"_chartsMap":"_componentsMap"][u.__viewId];0,i.event=n,i.type=e,t._$eventProcessor.eventInfo={targetEl:o,packedEvent:i,model:u,view:c},t.trigger(e,i)}};n.zrEventfulCallAtLast=!0,t._zr.on(e,n,t)}));var e=this._messageCenter;z(Ox,(function(n,i){e.on(i,(function(e){t.trigger(i,e)}))})),function(t,e,n){t.on("selectchanged",(function(t){var i=n.getModel();t.isFromClick?(Jv("map","selectchanged",e,i,t),Jv("pie","selectchanged",e,i,t)):"select"===t.fromAction?(Jv("map","selected",e,i,t),Jv("pie","selected",e,i,t)):"unselect"===t.fromAction&&(Jv("map","unselected",e,i,t),Jv("pie","unselected",e,i,t))}))}(e,this,this._api)},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){this._disposed?kx(this.id):this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed)kx(this.id);else{this._disposed=!0,this.getDom()&&fa(this.getDom(),Hx,"");var t=this,e=t._api,n=t._model;z(t._componentsViews,(function(t){t.dispose(n,e)})),z(t._chartsViews,(function(t){t.dispose(n,e)})),t._zr.dispose(),t._dom=t._model=t._chartsMap=t._componentsMap=t._chartsViews=t._componentsViews=t._scheduler=t._api=t._zr=t._throttledZrFlush=t._theme=t._coordSysMgr=t._messageCenter=null,delete Vx[t.id]}},e.prototype.resize=function(t){if(!this[Km])if(this._disposed)kx(this.id);else{this._zr.resize(t);var e=this._model;if(this._loadingFX&&this._loadingFX.resize(),e){var n=e.resetOption("media"),i=t&&t.silent;this[Jm]&&(null==i&&(i=this[Jm].silent),n=!0,this[Jm]=null),this[Km]=!0,Mx(this);try{n&&ox(this),lx.update.call(this,{type:"resize",animation:A({duration:0},t&&t.animation)})}catch(t){throw this[Km]=!1,t}this[Km]=!1,dx.call(this,i),px.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)kx(this.id);else if(q(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),Bx[t]){var n=Bx[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},e.prototype.hideLoading=function(){this._disposed?kx(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},e.prototype.makeActionFromEvent=function(t){var e=A({},t);return e.type=Px[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)kx(this.id);else if(q(e)||(e={silent:!!e}),Lx[t.type]&&this._model)if(this[Km])this._pendingActions.push(t);else{var n=e.silent;hx.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&r.browser.weChat&&this._throttledZrFlush(),dx.call(this,n),px.call(this,n)}},e.prototype.updateLabelLayout=function(){Wm.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed)kx(this.id);else{var e=t.seriesIndex,n=this.getModel().getSeriesByIndex(e);0,n.appendData(t),this._scheduler.unfinished=!0,this.getZr().wakeUp()}},e.internalField=function(){function t(t){t.clearColorPalette(),t.eachSeries((function(t){t.clearColorPalette()}))}function e(t){for(var e=[],n=t.currentStates,i=0;i0?{duration:o,delay:i.get("delay"),easing:i.get("easing")}:null;n.eachRendered((function(t){if(t.states&&t.states.emphasis){if(nh(t))return;if(t instanceof sl&&function(t){var e=Gl(t);e.normalFill=t.style.fill,e.normalStroke=t.style.stroke;var n=t.states.select||{};e.selectFill=n.style&&n.style.fill||null,e.selectStroke=n.style&&n.style.stroke||null}(t),t.__dirty){var n=t.prevStates;n&&t.useStates(n)}if(r){t.stateTransition=a;var i=t.getTextContent(),o=t.getTextGuideLine();i&&(i.stateTransition=a),o&&(o.stateTransition=a)}t.__dirty&&e(t)}}))}ox=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),ax(t,!0),ax(t,!1),e.plan()},ax=function(t,e){for(var n=t._model,i=t._scheduler,r=e?t._componentsViews:t._chartsViews,o=e?t._componentsMap:t._chartsMap,a=t._zr,s=t._api,l=0;le.get("hoverLayerThreshold")&&!r.node&&!r.worker&&e.eachSeries((function(e){if(!e.preventUsingHoverLayer){var n=t._chartsMap[e.__viewId];n.__alive&&n.eachRendered((function(t){t.states.emphasis&&(t.states.emphasis.hoverLayer=!0)}))}}))}(t,e),Wm.trigger("series:afterupdate",e,n,l)},bx=function(t){t[Qm]=!0,t.getZr().wakeUp()},Mx=function(t){t[$m]=(t[$m]+1)%1e3},Sx=function(t){t[Qm]&&(t.getZr().storage.traverse((function(t){nh(t)||e(t)})),t[Qm]=!1)},xx=function(t){return new(function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return n(i,e),i.prototype.getCoordinateSystems=function(){return t._coordSysMgr.getCoordinateSystems()},i.prototype.getComponentByElement=function(e){for(;e;){var n=e.__ecComponentInfo;if(null!=n)return t._model.getComponent(n.mainType,n.index);e=e.parent}},i.prototype.enterEmphasis=function(e,n){du(e,n),bx(t)},i.prototype.leaveEmphasis=function(e,n){pu(e,n),bx(t)},i.prototype.enterBlur=function(e){fu(e),bx(t)},i.prototype.leaveBlur=function(e){gu(e),bx(t)},i.prototype.enterSelect=function(e){yu(e),bx(t)},i.prototype.leaveSelect=function(e){vu(e),bx(t)},i.prototype.getModel=function(){return t.getModel()},i.prototype.getViewOfComponentModel=function(e){return t.getViewOfComponentModel(e)},i.prototype.getViewOfSeriesModel=function(e){return t.getViewOfSeriesModel(e)},i.prototype.getMainProcessVersion=function(){return t[$m]},i}(Hf))(t)},_x=function(t){function e(t,e){for(var n=0;n=0)){i_.push(n);var o=wv.wrapStageHandler(n,r);o.__prio=e,o.__raw=n,t.push(o)}}function o_(t,e){Bx[t]=e}function a_(t,e,n){var i=Um("registerMap");i&&i(t,e,n)}var s_=function(t){var e=(t=T(t)).type,n="";e||Yo(n);var i=e.split(":");2!==i.length&&Yo(n);var r=!1;"echarts"===i[0]&&(e=i[1],r=!0),t.__isBuiltIn=r,oy.set(e,t)};function l_(t,e,n,i){return{eventContent:{selected:Mu(n),isFromClick:e.isFromClick||!1}}}n_(Zm,vv),n_(jm,xv),n_(jm,_v),n_(Zm,Xv),n_(jm,Zv),n_(7e3,(function(t,e){t.eachRawSeries((function(n){if(!t.isSeriesFiltered(n)){var i=n.getData();i.hasItemVisual()&&i.each((function(t){var n=i.getItemVisual(t,"decal");n&&(i.ensureUniqueItemVisual(t,"style").decal=Bm(n,e))}));var r=i.getVisual("decal");if(r)i.getVisual("style").decal=Bm(r,e)}}))})),jx(dg),qx(900,(function(t){var e=yt();t.eachSeries((function(t){var n=t.get("stack");if(n){var i=e.get(n)||e.set(n,[]),r=t.getData(),o={stackResultDimension:r.getCalculationInfo("stackResultDimension"),stackedOverDimension:r.getCalculationInfo("stackedOverDimension"),stackedDimension:r.getCalculationInfo("stackedDimension"),stackedByDimension:r.getCalculationInfo("stackedByDimension"),isStackedByIndex:r.getCalculationInfo("isStackedByIndex"),data:r,seriesModel:t};if(!o.stackedDimension||!o.isStackedByIndex&&!o.stackedByDimension)return;i.push(o)}})),e.each((function(t){0!==t.length&&("seriesDesc"===(t[0].seriesModel.get("stackOrder")||"seriesAsc")&&t.reverse(),z(t,(function(e,n){e.data.setCalculationInfo("stackedOnSeries",n>0?t[n-1].seriesModel:null)})),function(t){z(t,(function(e,n){var i=[],r=[NaN,NaN],o=[e.stackResultDimension,e.stackedOverDimension],a=e.data,s=e.isStackedByIndex,l=e.seriesModel.get("stackStrategy")||"samesign";a.modify(o,(function(o,u,c){var h,d,p=a.get(e.stackedDimension,c);if(isNaN(p))return r;s?d=a.getRawIndex(c):h=a.get(e.stackedByDimension,c);for(var f=NaN,g=n-1;g>=0;g--){var y=t[g];if(s||(d=y.data.rawIndexOf(y.stackedByDimension,h)),d>=0){var v=y.data.getByRawIndex(y.stackResultDimension,d);if("all"===l||"positive"===l&&v>0||"negative"===l&&v<0||"samesign"===l&&p>=0&&v>0||"samesign"===l&&p<=0&&v<0){p=Mo(p,v),f=v;break}}}return i[0]=p,i[1]=f,i}))}))}(t))}))})),o_("default",(function(t,e){k(e=e||{},{text:"loading",textColor:tf.color.primary,fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255,255,255,0.8)",showSpinner:!0,color:tf.color.theme[0],spinnerRadius:10,lineWidth:5,zlevel:0});var n=new to,i=new xl({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(i);var r,o=new Sl({style:{text:e.text,fill:e.textColor,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:e.fontFamily},zlevel:e.zlevel,z:10001}),a=new xl({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});return n.add(a),e.showSpinner&&((r=new Nc({shape:{startAngle:-bv/2,endAngle:-bv/2+.1,r:e.spinnerRadius},style:{stroke:e.color,lineCap:"round",lineWidth:e.lineWidth},zlevel:e.zlevel,z:10001})).animateShape(!0).when(1e3,{endAngle:3*bv/2}).start("circularInOut"),r.animateShape(!0).when(1e3,{startAngle:3*bv/2}).delay(300).start("circularInOut"),n.add(r)),n.resize=function(){var n=o.getBoundingRect().width,s=e.showSpinner?e.spinnerRadius:0,l=(t.getWidth()-2*s-(e.showSpinner&&n?10:0)-n)/2-(e.showSpinner&&n?0:5+n/2)+(e.showSpinner?0:n/2)+(n?0:s),u=t.getHeight()/2;e.showSpinner&&r.setShape({cx:l,cy:u}),a.setShape({x:l-s,y:u-s,width:2*s,height:2*s}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},n.resize(),n})),Qx({type:Yl,event:Yl,update:Yl},bt),Qx({type:Xl,event:Xl,update:Xl},bt),Qx({type:Zl,event:Kl,update:Zl,action:bt,refineEvent:l_,publishNonRefinedEvent:!0}),Qx({type:jl,event:Kl,update:jl,action:bt,refineEvent:l_,publishNonRefinedEvent:!0}),Qx({type:ql,event:Kl,update:ql,action:bt,refineEvent:l_,publishNonRefinedEvent:!0}),Zx("default",{}),Zx("dark",Wv);var u_=[],c_={registerPreprocessor:jx,registerProcessor:qx,registerPostInit:Kx,registerPostUpdate:$x,registerUpdateLifecycle:Jx,registerAction:Qx,registerCoordinateSystem:t_,registerLayout:e_,registerVisual:n_,registerTransform:s_,registerLoading:o_,registerMap:a_,registerImpl:function(t,e){Hm[t]=e},PRIORITY:qm,ComponentModel:Qp,ComponentView:Ky,SeriesModel:Wy,ChartView:tv,registerComponentModel:function(t){Qp.registerClass(t)},registerComponentView:function(t){Ky.registerClass(t)},registerSeriesModel:function(t){Wy.registerClass(t)},registerChartView:function(t){tv.registerClass(t)},registerCustomSeries:function(t,e){Xm(t,e)},registerSubTypeDefaulter:function(t,e){Qp.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){ao(t,e)}};function h_(t){U(t)?z(t,(function(t){h_(t)})):P(u_,t)>=0||(u_.push(t),Y(t)&&(t={install:t}),t.install(c_))}function d_(t){return null==t?0:t.length||1}function p_(t){return t}var f_=function(){function t(t,e,n,i,r,o){this._old=t,this._new=e,this._oldKeyGetter=n||p_,this._newKeyGetter=i||p_,this.context=r,this._diffModeMultiple="multiple"===o}return t.prototype.add=function(t){return this._add=t,this},t.prototype.update=function(t){return this._update=t,this},t.prototype.updateManyToOne=function(t){return this._updateManyToOne=t,this},t.prototype.updateOneToMany=function(t){return this._updateOneToMany=t,this},t.prototype.updateManyToMany=function(t){return this._updateManyToMany=t,this},t.prototype.remove=function(t){return this._remove=t,this},t.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},t.prototype._executeOneToOne=function(){var t=this._old,e=this._new,n={},i=new Array(t.length),r=new Array(e.length);this._initIndexMap(t,null,i,"_oldKeyGetter"),this._initIndexMap(e,n,r,"_newKeyGetter");for(var o=0;o1){var u=s.shift();1===s.length&&(n[a]=s[0]),this._update&&this._update(u,o)}else 1===l?(n[a]=null,this._update&&this._update(s,o)):this._remove&&this._remove(o)}this._performRestAdd(r,n)},t.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},i={},r=[],o=[];this._initIndexMap(t,n,r,"_oldKeyGetter"),this._initIndexMap(e,i,o,"_newKeyGetter");for(var a=0;a1&&1===h)this._updateManyToOne&&this._updateManyToOne(u,l),i[s]=null;else if(1===c&&h>1)this._updateOneToMany&&this._updateOneToMany(u,l),i[s]=null;else if(1===c&&1===h)this._update&&this._update(u,l),i[s]=null;else if(c>1&&h>1)this._updateManyToMany&&this._updateManyToMany(u,l),i[s]=null;else if(c>1)for(var d=0;d1)for(var a=0;a30}var T_,C_,D_,A_,k_,L_,P_,O_=q,R_=E,N_="undefined"==typeof Int32Array?Array:Int32Array,z_=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],E_=["_approximateExtent"],B_=function(){function t(t,e){var n;this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","minmaxDownSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","minmaxDownSample","lttbDownSample"];var i=!1;w_(t)?(n=t.dimensions,this._dimOmitted=t.isDimensionOmitted(),this._schema=t):(i=!0,n=t),n=n||["x","y"];for(var r={},o=[],a={},s=!1,l={},u=0;u=e)){var n=this._store.getProvider();this._updateOrdinalMeta();var i=this._nameList,r=this._idList;if(n.getSource().sourceFormat===hf&&!n.pure)for(var o=[],a=t;a0},t.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var r=i[e];return null==r&&(U(r=this.getVisual(e))?r=r.slice():O_(r)&&(r=A({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,O_(e)?A(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){O_(t)?A(this._layout,t):this._layout[t]=e},t.prototype.getLayout=function(t){return this._layout[t]},t.prototype.getItemLayout=function(t){return this._itemLayouts[t]},t.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?A(this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;El(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){z(this._graphicEls,(function(n,i){n&&t&&t.call(e,n,i)}))},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:R_(this.dimensions,this._getDimInfo,this),this.hostModel)),k_(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];Y(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(at(arguments)))})},t.internalField=(T_=function(t){var e=t._invertedIndicesMap;z(e,(function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new N_(o.categories.length);for(var s=0;s1&&(s+="__ec__"+u),i[e]=s}})),t}();function V_(t,e){_g(t)||(t=wg(t));var n=(e=e||{}).coordDimensions||[],i=e.dimensionsDefine||t.dimensionsDefine||[],r=yt(),o=[],a=function(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return z(e,(function(t){var e;q(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))})),r}(t,n,i,e.dimensionsCount),s=e.canOmitUnusedDimensions&&I_(a),l=i===t.dimensionsDefine,u=l?M_(t):S_(i),c=e.encodeDefine;!c&&e.encodeDefaulter&&(c=e.encodeDefaulter(t,a));for(var h=yt(c),d=new dy(a),p=0;p0&&(i.name=r+(o-1)),o++,e.set(r,o)}}(o),new b_({source:t,dimensions:o,fullDimensionCount:a,dimensionOmitted:s})}function G_(t,e,n){if(n||e.hasKey(t)){for(var i=0;e.hasKey(t+i);)i++;t+=i}return e.set(t,!0),t}var F_=function(t){this.coordSysDims=[],this.axisMap=yt(),this.categoryAxisMap=yt(),this.coordSysName=t};var W_={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",ha).models[0],o=t.getReferringComponents("yAxis",ha).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),H_(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),H_(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",ha).models[0];e.coordSysDims=["single"],n.set("single",r),H_(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",ha).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),H_(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),H_(a)&&(i.set("angle",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=["lng","lat"]},parallel:function(t,e,n,i){var r=t.ecModel,o=r.getComponent("parallel",t.get("parallelIndex")),a=e.coordSysDims=o.dimensions.slice();z(o.parallelAxisIndex,(function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),H_(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))}))},matrix:function(t,e,n,i){var r=t.getReferringComponents("matrix",ha).models[0];e.coordSysDims=["x","y"];var o=r.getDimensionModel("x"),a=r.getDimensionModel("y");n.set("x",o),n.set("y",a),i.set("x",o),i.set("y",a)}};function H_(t){return"category"===t.get("type")}function U_(t,e,n){var i,r,o,a=(n=n||{}).byIndex,s=n.stackedCoordDimension;!function(t){return!w_(t.schema)}(e)?(r=e.schema,i=r.dimensions,o=e.store):i=e;var l,u,c,h,d=!(!t||!t.get("stack"));if(z(i,(function(t,e){X(t)&&(i[e]=t={name:t}),d&&!t.isExtraCoord&&(a||l||!t.ordinalMeta||(l=t),u||"ordinal"===t.type||"time"===t.type||s&&s!==t.coordDim||(u=t))})),!u||a||l||(a=!0),u){c="__\0ecstackresult_"+t.id,h="__\0ecstackedover_"+t.id,l&&(l.createInvertedIndices=!0);var p=u.coordDim,f=u.type,g=0;z(i,(function(t){t.coordDim===p&&g++}));var y={name:c,coordDim:p,coordDimIndex:g,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},v={name:h,coordDim:h,coordDimIndex:g+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};r?(o&&(y.storeDimIndex=o.ensureCalculationDimension(h,f),v.storeDimIndex=o.ensureCalculationDimension(c,f)),r.appendCalculationDimension(y),r.appendCalculationDimension(v)):(i.push(y),i.push(v))}return{stackedDimension:u&&u.name,stackedByDimension:l&&l.name,isStackedByIndex:a,stackedOverDimension:h,stackResultDimension:c}}function Y_(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function X_(t,e){return Y_(t,e)?t.getCalculationInfo("stackResultDimension"):e}function Z_(t,e,n){n=n||{};var i,r=e.getSourceManager(),o=!1;t?(o=!0,i=wg(t)):o=(i=r.getSource()).sourceFormat===hf;var a=function(t){var e=t.get("coordinateSystem"),n=new F_(e),i=W_[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}(e),s=function(t,e){var n,i=t.get("coordinateSystem"),r=Tp.get(i);return e&&e.coordSysDims&&(n=E(e.coordSysDims,(function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get("type");n.type=v_(r)}return n}))),n||(n=r&&(r.getDimensionsInfo?r.getDimensionsInfo():r.dimensions.slice())||["x","y"]),n}(e,a),l=n.useEncodeDefaulter,u=Y(l)?l:l?H(Sf,s,e):null,c=V_(i,{coordDimensions:s,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:u,canOmitUnusedDimensions:!o}),h=function(t,e,n){var i,r;return n&&z(t,(function(t,o){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==i&&(i=o),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(r=!0)})),r||null==i||(t[i].otherDims.itemName=0),i}(c.dimensions,n.createInvertedIndices,a),d=o?null:r.getSharedDataStore(c),p=U_(e,{schema:c,store:d}),f=new B_(c,e);f.setCalculationInfo(p);var g=null!=h&&function(t){if(t.sourceFormat===hf){var e=function(t){var e=0;for(;er&&(a=o.interval=r);var s=o.intervalPrecision=$_(a);return function(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),J_(t,0,e),J_(t,1,e),t[0]>t[1]&&(t[0]=t[1])}(o.niceTickExtent=[mo(Math.ceil(t[0]/a)*a,s),mo(Math.floor(t[1]/a)*a,s)],t),o}function K_(t){var e=Math.pow(10,Lo(t)),n=t/e;return n?2===n?n=3:3===n?n=5:n*=2:n=1,mo(n*e)}function $_(t){return _o(t)+2}function J_(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function Q_(t,e){return t>=e[0]&&t<=e[1]}var tb=function(){function t(){this.normalize=eb,this.scale=nb}return t.prototype.updateMethods=function(t){t.hasBreaks()?(this.normalize=W(t.normalize,t),this.scale=W(t.scale,t)):(this.normalize=eb,this.scale=nb)},t}();function eb(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function nb(t,e){return t*(e[1]-e[0])+e[0]}function ib(t,e,n){var i=Math.log(t);return[Math.log(n?e[0]:Math.max(0,e[0]))/i,Math.log(n?e[1]:Math.max(0,e[1]))/i]}var rb=function(){function t(t){this._calculator=new tb,this._setting=t||{},this._extent=[1/0,-1/0];var e=Nd();e&&(this._brkCtx=e.createScaleBreakContext(),this._brkCtx.update(this._extent))}return t.prototype.getSetting=function(t){return this._setting[t]},t.prototype._innerUnionExtent=function(t){var e=this._extent;this._innerSetExtent(t[0]e[1]?t[1]:e[1])},t.prototype.unionExtentFromData=function(t,e){this._innerUnionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){this._innerSetExtent(t,e)},t.prototype._innerSetExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e),this._brkCtx&&this._brkCtx.update(n)},t.prototype.setBreaksFromOption=function(t){var e=Nd();e&&this._innerSetBreak(e.parseAxisBreakOption(t,W(this.parse,this)))},t.prototype._innerSetBreak=function(t){this._brkCtx&&(this._brkCtx.setBreaks(t),this._calculator.updateMethods(this._brkCtx),this._brkCtx.update(this._extent))},t.prototype._innerGetBreaks=function(){return this._brkCtx?this._brkCtx.breaks:[]},t.prototype.hasBreaks=function(){return!!this._brkCtx&&this._brkCtx.hasBreaks()},t.prototype._getExtentSpanWithBreaks=function(){return this._brkCtx&&this._brkCtx.hasBreaks()?this._brkCtx.getExtentSpan():this._extent[1]-this._extent[0]},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();Ca(rb);var ob=0,ab=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++ob,this._onCollect=t.onCollect}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&E(i,sb);return new t({categories:r,needCollect:!r,deduplication:!1!==n.dedplication})},t.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},t.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!X(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,this._onCollect&&this._onCollect(t,e),e;var i=this._getOrCreateMap();return null==(e=i.get(t))&&(n?(e=this.categories.length,this.categories[e]=t,i.set(t,e),this._onCollect&&this._onCollect(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=yt(this.categories))},t}();function sb(t){return q(t)&&null!=t.value?t.value:t+""}var lb=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new ab({})),U(i)&&(i=new ab({categories:E(i,(function(t){return q(t)?t.value:t}))})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return n(e,t),e.prototype.parse=function(t){return null==t?NaN:X(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return Q_(t,this._extent)&&t>=0&&t=0&&t=0&&t=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type="ordinal",e}(rb);rb.registerClass(lb);var ub=mo,cb=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="interval",e._interval=0,e._intervalPrecision=2,e}return n(e,t),e.prototype.parse=function(t){return null==t||""===t?NaN:Number(t)},e.prototype.contain=function(t){return Q_(t,this._extent)},e.prototype.normalize=function(t){return this._calculator.normalize(t,this._extent)},e.prototype.scale=function(t){return this._calculator.scale(t,this._extent)},e.prototype.getInterval=function(){return this._interval},e.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=$_(t)},e.prototype.getTicks=function(t){t=t||{};var e=this._interval,n=this._extent,i=this._niceExtent,r=this._intervalPrecision,o=Nd(),a=[];if(!e)return a;if("only_break"===t.breakTicks&&o)return o.addBreaksToTicks(a,this._brkCtx.breaks,this._extent),a;n[0]=0&&(l=ub(l+u*e,r))}if(a.length>0&&l===a[a.length-1].value)break;if(a.length>1e4)return[]}var c=a.length?a[a.length-1].value:i[1];return n[1]>c&&(t.expandToNicedExtent?a.push({value:ub(c+e,r)}):a.push({value:n[1]})),o&&o.pruneTicksByBreak(t.pruneByBreak,a,this._brkCtx.breaks,(function(t){return t.value}),this._interval,this._extent),"none"!==t.breakTicks&&o&&o.addBreaksToTicks(a,this._brkCtx.breaks,this._extent),a},e.prototype.getMinorTicks=function(t){for(var e=this.getTicks({expandToNicedExtent:!0}),n=[],i=this.getExtent(),r=1;ri[0]&&h0&&(o=null===o?s:Math.min(o,s))}n[i]=o}}return n}(t),n=[];return z(t,(function(t){var i,r=t.coordinateSystem.getBaseAxis(),o=r.getExtent();if("category"===r.type)i=r.getBandWidth();else if("value"===r.type||"time"===r.type){var a=r.dim+"_"+r.index,s=e[a],l=Math.abs(o[1]-o[0]),u=r.scale.getExtent(),c=Math.abs(u[1]-u[0]);i=s?l/c*s:l}else{var h=t.getData();i=Math.abs(o[1]-o[0])/h.count()}var d=yo(t.get("barWidth"),i),p=yo(t.get("barMaxWidth"),i),f=yo(t.get("barMinWidth")||(Sb(t)?.5:1),i),g=t.get("barGap"),y=t.get("barCategoryGap"),v=t.get("defaultBarGap");n.push({bandWidth:i,barWidth:d,barMaxWidth:p,barMinWidth:f,barGap:g,barCategoryGap:y,defaultBarGap:v,axisKey:yb(r),stackId:gb(t)})})),xb(n)}function xb(t){var e={};z(t,(function(t,n){var i=t.axisKey,r=t.bandWidth,o=e[i]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:null,gap:t.defaultBarGap||0,stacks:{}},a=o.stacks;e[i]=o;var s=t.stackId;a[s]||o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=t.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=t.barMaxWidth;u&&(a[s].maxWidth=u);var c=t.barMinWidth;c&&(a[s].minWidth=c);var h=t.barGap;null!=h&&(o.gap=h);var d=t.barCategoryGap;null!=d&&(o.categoryGap=d)}));var n={};return z(e,(function(t,e){n[e]={};var i=t.stacks,r=t.bandWidth,o=t.categoryGap;if(null==o){var a=F(i).length;o=Math.max(35-4*a,15)+"%"}var s=yo(o,r),l=yo(t.gap,1),u=t.remainedWidth,c=t.autoWidthCount,h=(u-s)/(c+(c-1)*l);h=Math.max(h,0),z(i,(function(t){var e=t.maxWidth,n=t.minWidth;if(t.width){i=t.width;e&&(i=Math.min(i,e)),n&&(i=Math.max(i,n)),t.width=i,u-=i+l*i,c--}else{var i=h;e&&ei&&(i=n),i!==h&&(t.width=i,u-=i+l*i,c--)}})),h=(u-s)/(c+(c-1)*l),h=Math.max(h,0);var d,p=0;z(i,(function(t,e){t.width||(t.width=h),d=t,p+=t.width*(1+l)})),d&&(p-=d.width*l);var f=-p/2;z(i,(function(t,i){n[e][i]=n[e][i]||{bandWidth:r,offset:f,width:t.width},f+=t.width*(1+l)}))})),n}function _b(t,e){var n=vb(t,e),i=mb(n);z(n,(function(t){var e=t.getData(),n=t.coordinateSystem.getBaseAxis(),r=gb(t),o=i[yb(n)][r],a=o.offset,s=o.width;e.setLayout({bandWidth:o.bandWidth,offset:a,size:s})}))}function bb(t){return{seriesType:t,plan:$y(),reset:function(t){if(wb(t)){var e=t.getData(),n=t.coordinateSystem,i=n.getBaseAxis(),r=n.getOtherAxis(i),o=e.getDimensionIndex(e.mapDimension(r.dim)),a=e.getDimensionIndex(e.mapDimension(i.dim)),s=t.get("showBackground",!0),l=e.mapDimension(r.dim),u=e.getCalculationInfo("stackResultDimension"),c=Y_(e,l)&&!!e.getCalculationInfo("stackedOnSeries"),h=r.isHorizontal(),d=function(t,e){var n=e.model.get("startValue");n||(n=0);return e.toGlobalCoord(e.dataToCoord("log"===e.type?n>0?n:1:n))}(0,r),p=Sb(t),f=t.get("barMinHeight")||0,g=u&&e.getDimensionIndex(u),y=e.getLayout("size"),v=e.getLayout("offset");return{progress:function(t,e){for(var i,r=t.count,l=p&&pb(3*r),u=p&&s&&pb(3*r),m=p&&pb(r),x=n.master.getRect(),_=h?x.width:x.height,b=e.getStore(),w=0;null!=(i=t.next());){var S=b.get(c?g:o,i),M=b.get(a,i),I=d,T=void 0;c&&(T=+S-b.get(o,i));var C=void 0,D=void 0,A=void 0,k=void 0;if(h){var L=n.dataToPoint([S,M]);if(c)I=n.dataToPoint([T,M])[0];C=I,D=L[1]+v,A=L[0]-I,k=y,Math.abs(A)a){0;break}if(p[s](p[r]()+t),d=p.getTime(),o){var f=o.calcNiceTickMultiple(d,h);f>0&&(p[s](p[r]()+f*t),d=p.getTime())}}c.push({value:d,notAdd:!0})}function c(t,r,o){var a=[],s=!r.length;if(!Tb(qd(t),i[0],i[1],n)){s&&(r=[{value:Pb(i[0],t,n)},{value:i[1]}]);for(var l=0;l=i[0]&&c<=i[1]&&u(d,c,h,p,f,g,a),"year"===t&&o.length>1&&0===l&&o.unshift({value:o[0].value-d})}}for(l=0;l=i[0]&&x<=i[1]&&p++)}var _=r/e;if(p>1.5*_&&f>_/1.5)break;if(h.push(v),p>_||t===s[g])break}d=[]}}var b=V(E(h,(function(t){return V(t,(function(t){return t.value>=i[0]&&t.value<=i[1]&&!t.notAdd}))})),(function(t){return t.length>0})),w=[],S=b.length-1;for(g=0;gn&&(this._approxInterval=n);var r=Ib.length,o=Math.min(function(t,e,n,i){for(;n>>1;t[r][1]16?16:t>7.5?7:t>3.5?4:t>1.5?2:1}function Db(t){return(t/=2592e6)>6?6:t>3?3:t>2?2:1}function Ab(t){return(t/=Bd)>12?12:t>6?6:t>3.5?4:t>2?2:1}function kb(t,e){return(t/=e?Ed:zd)>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}function Lb(t){return Po(t,!0)}function Pb(t,e,n){var i=Math.max(0,P(Yd,e)-1);return Qd(new Date(t),Yd[i],n).getTime()}rb.registerClass(Mb);var Ob=mo,Rb=Math.floor,Nb=Math.ceil,zb=Math.pow,Eb=Math.log,Bb=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new cb,e}return n(e,t),e.prototype.getTicks=function(e){e=e||{};var n=this._extent.slice(),i=this._originalScale.getExtent(),r=t.prototype.getTicks.call(this,e),o=this.base,a=this._originalScale._innerGetBreaks(),s=Nd();return E(r,(function(t){var e,r=t.value,l=null,u=zb(o,r);if(r===n[0]&&this._fixMin?l=i[0]:r===n[1]&&this._fixMax&&(l=i[1]),s){var c=s.getTicksLogTransformBreak(t,o,a,Vb);e=c.vBreak,null==l&&(l=c.brkRoundingCriterion)}return null!=l&&(u=Vb(u,l)),{value:u,break:e}}),this)},e.prototype._getNonTransBreaks=function(){return this._originalScale._innerGetBreaks()},e.prototype.setExtent=function(e,n){this._originalScale.setExtent(e,n);var i=ib(this.base,[e,n]);t.prototype.setExtent.call(this,i[0],i[1])},e.prototype.getExtent=function(){var e=this.base,n=t.prototype.getExtent.call(this);n[0]=zb(e,n[0]),n[1]=zb(e,n[1]);var i=this._originalScale.getExtent();return this._fixMin&&(n[0]=Vb(n[0],i[0])),this._fixMax&&(n[1]=Vb(n[1],i[1])),n},e.prototype.unionExtentFromData=function(t,e){this._originalScale.unionExtentFromData(t,e);var n=ib(this.base,t.getApproximateExtent(e),!0);this._innerUnionExtent(n)},e.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent.slice(),n=this._getExtentSpanWithBreaks();if(isFinite(n)&&!(n<=0)){var i=ko(n);for(t/n*i<=.5&&(i*=10);!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0;)i*=10;var r=[Ob(Nb(e[0]/i)*i),Ob(Rb(e[1]/i)*i)];this._interval=i,this._intervalPrecision=$_(i),this._niceExtent=r}},e.prototype.calcNiceExtent=function(e){t.prototype.calcNiceExtent.call(this,e),this._fixMin=e.fixMin,this._fixMax=e.fixMax},e.prototype.contain=function(e){return e=Eb(e)/Eb(this.base),t.prototype.contain.call(this,e)},e.prototype.normalize=function(e){return e=Eb(e)/Eb(this.base),t.prototype.normalize.call(this,e)},e.prototype.scale=function(e){return e=t.prototype.scale.call(this,e),zb(this.base,e)},e.prototype.setBreaksFromOption=function(t){var e=Nd();if(e){var n=e.logarithmicParseBreaksFromOption(t,this.base,W(this.parse,this)),i=n.parsedOriginal,r=n.parsedLogged;this._originalScale._innerSetBreak(i),this._innerSetBreak(r)}},e.type="log",e}(cb);function Vb(t,e){return Ob(t,_o(e))}rb.registerClass(Bb);var Gb=function(){function t(t,e,n){this._prepareParams(t,e,n)}return t.prototype._prepareParams=function(t,e,n){n[1]0&&s>0&&!l&&(a=0),a<0&&s<0&&!u&&(s=0));var h=this._determinedMin,d=this._determinedMax;return null!=h&&(a=h,l=!0),null!=d&&(s=d,u=!0),{min:a,max:s,minFixed:l,maxFixed:u,isBlank:c}},t.prototype.modifyDataMinMax=function(t,e){this[Wb[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){var n=Fb[t];this[n]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),Fb={min:"_determinedMin",max:"_determinedMax"},Wb={min:"_dataMin",max:"_dataMax"};function Hb(t,e,n){var i=t.rawExtentInfo;return i||(i=new Gb(t,e,n),t.rawExtentInfo=i,i)}function Ub(t,e){return null==e?null:nt(e)?NaN:t.parse(e)}function Yb(t,e){var n=t.type,i=Hb(t,e,t.getExtent()).calculate();t.setBlank(i.isBlank);var r=i.min,o=i.max,a=e.ecModel;if(a&&"time"===n){var s=vb("bar",a),l=!1;if(z(s,(function(t){l=l||t.getBaseAxis()===e.axis})),l){var u=mb(s),c=function(t,e,n,i){var r=n.axis.getExtent(),o=Math.abs(r[1]-r[0]),a=function(t,e,n){if(t&&e){var i=t[yb(e)];return null!=i&&null!=n?i[gb(n)]:i}}(i,n.axis);if(void 0===a)return{min:t,max:e};var s=1/0;z(a,(function(t){s=Math.min(t.offset,s)}));var l=-1/0;z(a,(function(t){l=Math.max(t.offset+t.width,l)})),s=Math.abs(s),l=Math.abs(l);var u=s+l,c=e-t,h=c/(1-(s+l)/o)-c;return e+=h*(l/u),t-=h*(s/u),{min:t,max:e}}(r,o,e,u);r=c.min,o=c.max}}return{extent:[r,o],fixMin:i.minFixed,fixMax:i.maxFixed}}function Xb(t,e){var n=e,i=Yb(t,n),r=i.extent,o=n.get("splitNumber");t instanceof Bb&&(t.base=n.get("logBase"));var a=t.type,s=n.get("interval"),l="interval"===a||"time"===a;t.setBreaksFromOption(ew(n)),t.setExtent(r[0],r[1]),t.calcNiceExtent({splitNumber:o,fixMin:i.fixMin,fixMax:i.fixMax,minInterval:l?n.get("minInterval"):null,maxInterval:l?n.get("maxInterval"):null}),null!=s&&t.setInterval&&t.setInterval(s)}function Zb(t,e){if(e=e||t.get("type"))switch(e){case"category":return new lb({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new Mb({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(rb.getClass(e)||cb)}}function jb(t){var e=t.getLabelModel().get("formatter");if("time"===t.type){var n=Zd(e);return function(e,i){return t.scale.getFormattedLabel(e,i,n)}}if(X(e))return function(n){var i=t.scale.getLabel(n);return e.replace("{value}",null!=i?i:"")};if(Y(e)){if("category"===t.type)return function(n,i){return e(qb(t,n),n.value-t.scale.getExtent()[0],null)};var i=Nd();return function(n,r){var o=null;return i&&(o=i.makeAxisLabelFormatterParamBreak(o,n.break)),e(qb(t,n),r,o)}}return function(e){return t.scale.getLabel(e)}}function qb(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function Kb(t){var e=t.get("interval");return null==e?"auto":e}function $b(t){return"category"===t.type&&0===Kb(t.getLabelModel())}function Jb(t,e){var n={};return z(t.mapDimensionsAll(e),(function(e){n[X_(t,e)]=!0})),F(n)}function Qb(t){return"middle"===t||"center"===t}function tw(t){return t.getShallow("show")}function ew(t){var e,n=t.get("breaks",!0);if(null!=n)return Nd()?"x"!==(e=t.axis).dim&&"y"!==e.dim&&"z"!==e.dim&&"single"!==e.dim||"category"===e.type?void 0:n:void 0}var nw=function(){function t(){}return t.prototype.getNeedCrossZero=function(){return!this.option.scale},t.prototype.getCoordSysModel=function(){},t}();var iw={isDimensionStacked:Y_,enableDataStack:U_,getStackedDimension:X_};var rw=Object.freeze({__proto__:null,createList:function(t){return Z_(null,t)},getLayoutRect:Hp,dataStack:iw,createScale:function(t,e){var n=e;e instanceof wd||(n=new wd(e));var i=Zb(n);return i.setExtent(t[0],t[1]),Xb(i,n),i},mixinAxisModelCommonMethods:function(t){R(t,nw)},getECData:zl,createTextStyle:function(t,e){return Qh(t,null,null,"normal"!==(e=e||{}).state)},createDimensions:function(t,e){return V_(t,e).dimensions},createSymbol:hm,enableHoverEmphasis:Iu});function ow(t,e){return Math.abs(t-e)<1e-8}function aw(t,e,n){var i=0,r=t[0];if(!r)return!1;for(var o=1;on&&(t=r,n=a)}if(t)return function(t){for(var e=0,n=0,i=0,r=t.length,o=t[r-1][0],a=t[r-1][1],s=0;s>1^-(1&s),l=l>>1^-(1&l),r=s+=r,o=l+=o,i.push([s/n,l/n])}return i}function vw(t,e){return E(V((t=function(t){if(!t.UTF8Encoding)return t;var e=t,n=e.UTF8Scale;return null==n&&(n=1024),z(e.features,(function(t){var e=t.geometry,i=e.encodeOffsets,r=e.coordinates;if(i)switch(e.type){case"LineString":e.coordinates=yw(r,i,n);break;case"Polygon":case"MultiLineString":gw(r,i,n);break;case"MultiPolygon":z(r,(function(t,e){return gw(t,i[e],n)}))}})),e.UTF8Encoding=!1,e}(t)).features,(function(t){return t.geometry&&t.properties&&t.geometry.coordinates.length>0})),(function(t){var n=t.properties,i=t.geometry,r=[];switch(i.type){case"Polygon":var o=i.coordinates;r.push(new hw(o[0],o.slice(1)));break;case"MultiPolygon":z(i.coordinates,(function(t){t[0]&&r.push(new hw(t[0],t.slice(1)))}));break;case"LineString":r.push(new dw([i.coordinates]));break;case"MultiLineString":r.push(new dw(i.coordinates))}var a=new pw(n[e||"name"],r,n.cp);return a.properties=n,a}))}var mw=Object.freeze({__proto__:null,linearMap:go,round:mo,asc:xo,getPrecision:_o,getPrecisionSafe:bo,getPixelPrecision:wo,getPercentWithPrecision:function(t,e,n){return t[e]&&So(t,n)[e]||0},parsePercent:yo,MAX_SAFE_INTEGER:Io,remRadian:To,isRadianAroundZero:Co,parseDate:Ao,quantity:ko,quantityExponent:Lo,nice:Po,quantile:Oo,reformIntervals:Ro,isNumeric:zo,numericToNumber:No}),xw=Object.freeze({__proto__:null,parse:Ao,format:$d,roundTime:Qd}),_w=Object.freeze({__proto__:null,extendShape:ch,extendPath:dh,makePath:gh,makeImage:yh,mergePath:mh,resizePath:xh,createIcon:Ah,updateProps:th,initProps:eh,getTransform:wh,clipPointsByRect:Ch,clipRectByRect:Dh,registerShape:ph,getShapeClass:fh,Group:to,Image:dl,Text:Sl,Circle:nc,Ellipse:rc,Sector:xc,Ring:bc,Polygon:Mc,Polyline:Tc,Rect:xl,Line:Ac,BezierCurve:Oc,Arc:Nc,IncrementalDisplayable:Kc,CompoundPath:zc,LinearGradient:Bc,RadialGradient:Vc,BoundingRect:He}),bw=Object.freeze({__proto__:null,addCommas:fp,toCamelCase:gp,normalizeCssArray:yp,encodeHTML:oe,formatTpl:_p,getTooltipMarker:bp,formatTime:function(t,e,n){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var i=Ao(e),r=n?"getUTC":"get",o=i[r+"FullYear"](),a=i[r+"Month"]()+1,s=i[r+"Date"](),l=i[r+"Hours"](),u=i[r+"Minutes"](),c=i[r+"Seconds"](),h=i[r+"Milliseconds"]();return t=t.replace("MM",jd(a,2)).replace("M",a).replace("yyyy",o).replace("yy",jd(o%100+"",2)).replace("dd",jd(s,2)).replace("d",s).replace("hh",jd(l,2)).replace("h",l).replace("mm",jd(u,2)).replace("m",u).replace("ss",jd(c,2)).replace("s",c).replace("SSS",jd(h,3))},capitalFirst:function(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t},truncateText:function(t,e,n,i,r){var o={};return Ea(o,t,e,n,i,r),o.text},getTextRect:function(t,e,n,i,r,o,a,s){return new Sl({style:{text:t,font:e,align:n,verticalAlign:i,padding:r,rich:o,overflow:a?"truncate":null,lineHeight:s}}).getBoundingRect()}}),ww=Object.freeze({__proto__:null,map:E,each:z,indexOf:P,inherits:O,reduce:B,filter:V,bind:W,curry:H,isArray:U,isString:X,isObject:q,isFunction:Y,extend:A,defaults:k,clone:T,merge:C}),Sw=sa(),Mw=sa(),Iw=1,Tw=2;function Cw(t){return{out:{noPxChangeTryDetermine:[]},kind:t}}function Dw(t,e){var n=E(e,(function(e){return t.scale.parse(e)}));return"time"===t.type&&n.length>0&&(n.sort(),n.unshift(n[0]),n.push(n[n.length-1])),n}function Aw(t,e){var n=t.getLabelModel().get("customValues");if(n){var i=jb(t),r=t.scale.getExtent();return{labels:E(V(Dw(t,n),(function(t){return t>=r[0]&&t<=r[1]})),(function(e){var n={value:e};return{formattedLabel:i(n),rawLabel:t.scale.getLabel(n),tickValue:e,time:void 0,break:void 0}}))}}return"category"===t.type?function(t,e){var n=t.getLabelModel(),i=Lw(t,n,e);return!n.get("show")||t.scale.isBlank()?{labels:[]}:i}(t,e):function(t){var e=t.scale.getTicks(),n=jb(t);return{labels:E(e,(function(e,i){return{formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value,time:e.time,break:e.break}}))}}(t)}function kw(t,e,n){var i=t.getTickModel().get("customValues");if(i){var r=t.scale.getExtent();return{ticks:V(Dw(t,i),(function(t){return t>=r[0]&&t<=r[1]}))}}return"category"===t.type?function(t,e){var n,i,r=Pw(t),o=Kb(e),a=Nw(r,o);if(a)return a;e.get("show")&&!t.scale.isBlank()||(n=[]);if(Y(o))n=Gw(t,o,!0);else if("auto"===o){var s=Lw(t,t.getLabelModel(),Cw(Tw));i=s.labelCategoryInterval,n=E(s.labels,(function(t){return t.tickValue}))}else n=Vw(t,i=o,!0);return zw(r,o,{ticks:n,tickCategoryInterval:i})}(t,e):{ticks:E(t.scale.getTicks(n),(function(t){return t.value}))}}function Lw(t,e,n){var i,r,o=Ow(t),a=Kb(e),s=n.kind===Iw;if(!s){var l=Nw(o,a);if(l)return l}Y(a)?i=Gw(t,a):(r="auto"===a?function(t,e){if(e.kind===Iw){var n=t.calculateCategoryInterval(e);return e.out.noPxChangeTryDetermine.push((function(){return Mw(t).autoInterval=n,!0})),n}var i=Mw(t).autoInterval;return null!=i?i:Mw(t).autoInterval=t.calculateCategoryInterval(e)}(t,n):a,i=Vw(t,r));var u={labels:i,labelCategoryInterval:r};return s?n.out.noPxChangeTryDetermine.push((function(){return zw(o,a,u),!0})):zw(o,a,u),u}var Pw=Rw("axisTick"),Ow=Rw("axisLabel");function Rw(t){return function(e){return Mw(e)[t]||(Mw(e)[t]={list:[]})}}function Nw(t,e){for(var n=0;ne&&i.axisExtent0===r[0]&&i.axisExtent1===r[1])return o;i.lastTickCount=n,i.lastAutoInterval=e,i.axisExtent0=r[0],i.axisExtent1=r[1]}function Vw(t,e,n){var i=jb(t),r=t.scale,o=r.getExtent(),a=t.getLabelModel(),s=[],l=Math.max((e||0)+1,1),u=o[0],c=r.count();0!==u&&l>1&&c/l>2&&(u=Math.round(Math.ceil(u/l)*l));var h=$b(t),d=a.get("showMinLabel")||h,p=a.get("showMaxLabel")||h;d&&u!==o[0]&&g(o[0]);for(var f=u;f<=o[1];f+=l)g(f);function g(t){var e={value:t};s.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t,time:void 0,break:void 0})}return p&&f-l!==o[1]&&g(o[1]),s}function Gw(t,e,n){var i=t.scale,r=jb(t),o=[];return z(i.getTicks(),(function(t){var a=i.getLabel(t),s=t.value;e(t.value,a)&&o.push(n?s:{formattedLabel:r(t),rawLabel:a,tickValue:s,time:void 0,break:void 0})})),o}var Fw=[0,1],Ww=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(this.scale.parse(t))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return wo(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(i.parse(t)),this.onBand&&"ordinal"===i.type&&Hw(n=n.slice(),i.count()),go(t,Fw,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&Hw(n=n.slice(),i.count());var r=go(t,n,Fw,e);return this.scale.scale(r)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){var e=(t=t||{}).tickModel||this.getTickModel(),n=E(kw(this,e,{breakTicks:t.breakTicks,pruneByBreak:t.pruneByBreak}).ticks,(function(t){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(t):t),tickValue:t}}),this);return function(t,e,n,i){var r=e.length;if(!t.onBand||n||!r)return;var o,a,s=t.getExtent();if(1===r)e[0].coord=s[0],e[0].onBand=!0,o=e[1]={coord:s[1],tickValue:e[0].tickValue,onBand:!0};else{var l=e[r-1].tickValue-e[0].tickValue,u=(e[r-1].coord-e[0].coord)/l;z(e,(function(t){t.coord-=u/2,t.onBand=!0}));var c=t.scale.getExtent();a=1+c[1]-e[r-1].tickValue,o={coord:e[r-1].coord+u*a,tickValue:c[1]+1,onBand:!0},e.push(o)}var h=s[0]>s[1];d(e[0].coord,s[0])&&(i?e[0].coord=s[0]:e.shift());i&&d(s[0],e[0].coord)&&e.unshift({coord:s[0],onBand:!0});d(s[1],o.coord)&&(i?o.coord=s[1]:e.pop());i&&d(o.coord,s[1])&&e.push({coord:s[1],onBand:!0});function d(t,e){return t=mo(t),e=mo(e),h?t>e:t0&&t<100||(t=5),E(this.scale.getMinorTicks(t),(function(t){return E(t,(function(t){return{coord:this.dataToCoord(t),tickValue:t}}),this)}),this)},t.prototype.getViewLabels=function(t){return Aw(this,t=t||Cw(Tw)).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(t){return function(t,e){var n=e.kind,i=function(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}(t),r=jb(t),o=(i.axisRotate-i.labelRotate)/180*Math.PI,a=t.scale,s=a.getExtent(),l=a.count();if(s[1]-s[0]<1)return 0;var u=1;l>40&&(u=Math.max(1,Math.floor(l/40)));for(var c=s[0],h=t.dataToCoord(c+1)-t.dataToCoord(c),d=Math.abs(h*Math.cos(o)),p=Math.abs(h*Math.sin(o)),f=0,g=0;c<=s[1];c+=u){var y,v,m=Er(r({value:c}),i.font,"center","top");y=1.3*m.width,v=1.3*m.height,f=Math.max(f,y,7),g=Math.max(g,v,7)}var x=f/d,_=g/p;isNaN(x)&&(x=1/0),isNaN(_)&&(_=1/0);var b=Math.max(0,Math.floor(Math.min(x,_)));if(n===Iw)return e.out.noPxChangeTryDetermine.push(W(Ew,null,t,b,l)),b;var w=Bw(t,b,l);return null!=w?w:b}(this,t=t||Cw(Tw))},t}();function Hw(t,e){var n=(t[1]-t[0])/e/2;t[0]+=n,t[1]-=n}var Uw=2*Math.PI,Yw=Fs.CMD,Xw=["top","right","bottom","left"];function Zw(t,e,n,i,r){var o=n.width,a=n.height;switch(t){case"top":i.set(n.x+o/2,n.y-e),r.set(0,-1);break;case"bottom":i.set(n.x+o/2,n.y+a+e),r.set(0,1);break;case"left":i.set(n.x-e,n.y+a/2),r.set(-1,0);break;case"right":i.set(n.x+o+e,n.y+a/2),r.set(1,0)}}function jw(t,e,n,i,r,o,a,s,l){a-=t,s-=e;var u=Math.sqrt(a*a+s*s),c=(a/=u)*n+t,h=(s/=u)*n+e;if(Math.abs(i-r)%Uw<1e-4)return l[0]=c,l[1]=h,u-n;if(o){var d=i;i=Xs(r),r=Xs(d)}else i=Xs(i),r=Xs(r);i>r&&(r+=Uw);var p=Math.atan2(s,a);if(p<0&&(p+=Uw),p>=i&&p<=r||p+Uw>=i&&p+Uw<=r)return l[0]=c,l[1]=h,u-n;var f=n*Math.cos(i)+t,g=n*Math.sin(i)+e,y=n*Math.cos(r)+t,v=n*Math.sin(r)+e,m=(f-a)*(f-a)+(g-s)*(g-s),x=(y-a)*(y-a)+(v-s)*(v-s);return m0){e=e/180*Math.PI,tS.fromArray(t[0]),eS.fromArray(t[1]),nS.fromArray(t[2]),Ae.sub(iS,tS,eS),Ae.sub(rS,nS,eS);var n=iS.len(),i=rS.len();if(!(n<.001||i<.001)){iS.scale(1/n),rS.scale(1/i);var r=iS.dot(rS);if(Math.cos(e)1&&Ae.copy(sS,nS),sS.toArray(t[1])}}}}function uS(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,tS.fromArray(t[0]),eS.fromArray(t[1]),nS.fromArray(t[2]),Ae.sub(iS,eS,tS),Ae.sub(rS,nS,eS);var i=iS.len(),r=rS.len();if(!(i<.001||r<.001))if(iS.scale(1/i),rS.scale(1/r),iS.dot(e)=a)Ae.copy(sS,nS);else{sS.scaleAndAdd(rS,o/Math.tan(Math.PI/2-s));var l=nS.x!==eS.x?(sS.x-eS.x)/(nS.x-eS.x):(sS.y-eS.y)/(nS.y-eS.y);if(isNaN(l))return;l<0?Ae.copy(sS,eS):l>1&&Ae.copy(sS,nS)}sS.toArray(t[1])}}}function cS(t,e,n,i){var r="normal"===n,o=r?t:t.ensureState(n);o.ignore=e;var a=i.get("smooth");a&&!0===a&&(a=.3),o.shape=o.shape||{},a>0&&(o.shape.smooth=a);var s=i.getModel("lineStyle").getLineStyle();r?t.useStyle(s):o.style=s}function hS(t,e){var n=e.smooth,i=e.points;if(i)if(t.moveTo(i[0][0],i[0][1]),n>0&&i.length>=3){var r=Vt(i[0],i[1]),o=Vt(i[1],i[2]);if(!r||!o)return t.lineTo(i[1][0],i[1][1]),void t.lineTo(i[2][0],i[2][1]);var a=Math.min(r,o)*n,s=Wt([],i[1],i[0],a/r),l=Wt([],i[1],i[2],a/o),u=Wt([],s,l,.5);t.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),t.bezierCurveTo(l[0],l[1],l[0],l[1],i[2][0],i[2][1])}else for(var c=1;c0&&r&&b(-h/o,0,o);var g,y,v=t[0],m=t[o-1];function x(){g=v.rect[a]-n,y=i-m.rect[a]-m.rect[s]}function _(t,e,n){if(t<0){var i=Math.min(e,-t);if(i>0){b(i*n,0,o);var r=i+t;r<0&&w(-r*n,1)}else w(-t*n,1)}}function b(e,n,i){0!==e&&(c=!0);for(var r=n;r0)for(l=0;l0;l--){b(-(i[l-1]*h),l,o)}}}function S(t){var e=t<0?-1:1;t=Math.abs(t);for(var n=Math.ceil(t/(o-1)),i=0;i0?b(n,0,i+1):b(-n,o-i-1,o),(t-=n)<=0)return}return x(),g<0&&w(-g,.8),y<0&&w(y,.8),x(),_(g,y,1),_(y,g,-1),x(),g<0&&S(-g),y<0&&S(y),c}function MS(t){var e=[];function n(t){if(!t.ignore){var e=t.ensureState("emphasis");null==e.ignore&&(e.ignore=!1)}t.ignore=!0}t.sort((function(t,e){return(e.suggestIgnore?1:0)-(t.suggestIgnore?1:0)||e.priority-t.priority}));for(var i=0;i=0&&n.attr(p.oldLayoutSelect),P(u,"emphasis")>=0&&n.attr(p.oldLayoutEmphasis)),th(n,s,e,a)}else if(n.attr(s),!ad(n).valueAnimation){var c=rt(n.style.opacity,1);n.style.opacity=0,eh(n,{style:{opacity:c}},e,a)}if(p.oldLayout=s,n.states.select){var h=p.oldLayoutSelect={};PS(h,s,OS),PS(h,n.states.select,OS)}if(n.states.emphasis){var d=p.oldLayoutEmphasis={};PS(d,s,OS),PS(d,n.states.emphasis,OS)}ld(n,a,l,e,e)}if(i&&!i.ignore&&!i.invisible){r=(p=LS(i)).oldLayout;var p,f={points:i.shape.points};r?(i.attr({shape:r}),th(i,{shape:f},e)):(i.setShape(f),i.style.strokePercent=0,eh(i,{style:{strokePercent:1}},e)),p.oldLayout=f}},t}(),NS=sa();var zS=Math.sin,ES=Math.cos,BS=Math.PI,VS=2*Math.PI,GS=180/BS,FS=function(){function t(){}return t.prototype.reset=function(t){this._start=!0,this._d=[],this._str="",this._p=Math.pow(10,t||4)},t.prototype.moveTo=function(t,e){this._add("M",t,e)},t.prototype.lineTo=function(t,e){this._add("L",t,e)},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){this._add("C",t,e,n,i,r,o)},t.prototype.quadraticCurveTo=function(t,e,n,i){this._add("Q",t,e,n,i)},t.prototype.arc=function(t,e,n,i,r,o){this.ellipse(t,e,n,n,0,i,r,o)},t.prototype.ellipse=function(t,e,n,i,r,o,a,s){var l=a-o,u=!s,c=Math.abs(l),h=wi(c-VS)||(u?l>=VS:-l>=VS),d=l>0?l%VS:l%VS+VS,p=!1;p=!!h||!wi(c)&&d>=BS==!!u;var f=t+n*ES(o),g=e+i*zS(o);this._start&&this._add("M",f,g);var y=Math.round(r*GS);if(h){var v=1/this._p,m=(u?1:-1)*(VS-v);this._add("A",n,i,y,1,+u,t+n*ES(o+m),e+i*zS(o+m)),v>.01&&this._add("A",n,i,y,0,+u,f,g)}else{var x=t+n*ES(a),_=e+i*zS(a);this._add("A",n,i,y,+p,+u,x,_)}},t.prototype.rect=function(t,e,n,i){this._add("M",t,e),this._add("l",n,0),this._add("l",0,i),this._add("l",-n,0),this._add("Z")},t.prototype.closePath=function(){this._d.length>0&&this._add("Z")},t.prototype._add=function(t,e,n,i,r,o,a,s,l){for(var u=[],c=this._p,h=1;h"}(r,o)+("style"!==r?oe(a):a||"")+(i?""+n+E(i,(function(e){return t(e)})).join(n)+n:"")+("")}(t)}function QS(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function tM(t,e,n,i){return $S("svg","root",{width:t,height:e,xmlns:ZS,"xmlns:xlink":jS,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var eM=0;function nM(){return eM++}var iM={cubicIn:"0.32,0,0.67,0",cubicOut:"0.33,1,0.68,1",cubicInOut:"0.65,0,0.35,1",quadraticIn:"0.11,0,0.5,0",quadraticOut:"0.5,1,0.89,1",quadraticInOut:"0.45,0,0.55,1",quarticIn:"0.5,0,0.75,0",quarticOut:"0.25,1,0.5,1",quarticInOut:"0.76,0,0.24,1",quinticIn:"0.64,0,0.78,0",quinticOut:"0.22,1,0.36,1",quinticInOut:"0.83,0,0.17,1",sinusoidalIn:"0.12,0,0.39,0",sinusoidalOut:"0.61,1,0.88,1",sinusoidalInOut:"0.37,0,0.63,1",exponentialIn:"0.7,0,0.84,0",exponentialOut:"0.16,1,0.3,1",exponentialInOut:"0.87,0,0.13,1",circularIn:"0.55,0,1,0.45",circularOut:"0,0.55,0.45,1",circularInOut:"0.85,0,0.15,1"},rM="transform-origin";function oM(t,e,n){var i=A({},t.shape);A(i,e),t.buildPath(n,i);var r=new FS;return r.reset(Pi(t)),n.rebuildPath(r,1),r.generateStr(),r.getStr()}function aM(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[rM]=n+"px "+i+"px")}var sM={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function lM(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function uM(t){return X(t)?iM[t]?"cubic-bezier("+iM[t]+")":Wn(t)?t:"":""}function cM(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof zc){var s=function(t,e,n){var i,r,o=t.shape.paths,a={};if(z(o,(function(t){var e=QS(n.zrId);e.animation=!0,cM(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=F(o),u=l.length;if(u){var c=o[r=l[u-1]];for(var h in c){var d=c[h];a[h]=a[h]||{d:""},a[h].d+=d.d||""}for(var p in s){var f=s[p].animation;f.indexOf(r)>=0&&(i=f)}}})),i){e.d=!1;var s=lM(a,n);return i.replace(r,s)}}(t,e,n);if(s)a.push(s);else if(!o)return}else if(!o)return;for(var l={},u=0;u0})).length)return lM(c,n)+" "+r[0]+" both"}for(var y in l){(s=g(l[y]))&&a.push(s)}if(a.length){var v=n.zrId+"-cls-"+nM();n.cssNodes["."+v]={animation:a.join(",")},e.class=v}}function hM(t,e,n,i){var r=JSON.stringify(t),o=n.cssStyleCache[r];o||(o=n.zrId+"-cls-"+nM(),n.cssStyleCache[r]=o,n.cssNodes["."+o+(i?":hover":"")]=t),e.class=e.class?e.class+" "+o:o}var dM=Math.round;function pM(t){return t&&X(t.src)}function fM(t){return t&&Y(t.toDataURL)}function gM(t,e,n,i){XS((function(r,o){var a="fill"===r||"stroke"===r;a&&ki(o)?TM(e,t,r,i):a&&Ci(o)?CM(n,t,r,i):t[r]=o,a&&i.ssr&&"none"===o&&(t["pointer-events"]="visible")}),e,n,!1),function(t,e,n){var i=t.style;if(function(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}(i)){var r=function(t){var e=t.style,n=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(",")}(t),o=n.shadowCache,a=o[r];if(!a){var s=t.getGlobalScale(),l=s[0],u=s[1];if(!l||!u)return;var c=i.shadowOffsetX||0,h=i.shadowOffsetY||0,d=i.shadowBlur,p=_i(i.shadowColor),f=p.opacity,g=p.color,y=d/2/l+" "+d/2/u;a=n.zrId+"-s"+n.shadowIdx++,n.defs[a]=$S("filter",a,{id:a,x:"-100%",y:"-100%",width:"300%",height:"300%"},[$S("feDropShadow","",{dx:c/l,dy:h/u,stdDeviation:y,"flood-color":g,"flood-opacity":f})]),o[r]=a}e.filter=Li(a)}}(n,t,i)}function yM(t,e){var n=so(e);n&&(n.each((function(e,n){null!=e&&(t[(qS+n).toLowerCase()]=e+"")})),e.isSilent()&&(t[qS+"silent"]="true"))}function vM(t){return wi(t[0]-1)&&wi(t[1])&&wi(t[2])&&wi(t[3]-1)}function mM(t,e,n){if(e&&(!function(t){return wi(t[4])&&wi(t[5])}(e)||!vM(e))){var i=n?10:1e4;t.transform=vM(e)?"translate("+dM(e[4]*i)/i+" "+dM(e[5]*i)/i+")":function(t){return"matrix("+Si(t[0])+","+Si(t[1])+","+Si(t[2])+","+Si(t[3])+","+Mi(t[4])+","+Mi(t[5])+")"}(e)}}function xM(t,e,n){for(var i=t.points,r=[],o=0;o=0&&a||o;s&&(r=vi(s))}var l=i.lineWidth;l&&(l/=!i.strokeNoScale&&t.transform?t.transform[0]:1);var u={cursor:"pointer"};r&&(u.fill=r),i.stroke&&(u.stroke=i.stroke),l&&(u["stroke-width"]=l),hM(u,e,n,!0)}}(t,o,e),$S(s,t.id+"",o)}function IM(t,e){return t instanceof sl?MM(t,e):t instanceof dl?function(t,e){var n=t.style,i=n.image;if(i&&!X(i)&&(pM(i)?i=i.src:fM(i)&&(i=i.toDataURL())),i){var r=n.x||0,o=n.y||0,a={href:i,width:n.width,height:n.height};return r&&(a.x=r),o&&(a.y=o),mM(a,t.transform),gM(a,n,t,e),yM(a,t),e.animation&&cM(t,a,e),$S("image",t.id+"",a)}}(t,e):t instanceof ul?function(t,e){var n=t.style,i=n.text;if(null!=i&&(i+=""),i&&!isNaN(n.x)&&!isNaN(n.y)){var r=n.font||a,s=n.x||0,l=function(t,e,n){return"top"===n?t+=e/2:"bottom"===n&&(t-=e/2),t}(n.y||0,Gr(r),n.textBaseline),u={"dominant-baseline":"central","text-anchor":Ii[n.textAlign]||n.textAlign};if(Al(n)){var c="",h=n.fontStyle,d=Cl(n.fontSize);if(!parseFloat(d))return;var p=n.fontFamily||o,f=n.fontWeight;c+="font-size:"+d+";font-family:"+p+";",h&&"normal"!==h&&(c+="font-style:"+h+";"),f&&"normal"!==f&&(c+="font-weight:"+f+";"),u.style=c}else u.style="font: "+r;return i.match(/\s/)&&(u["xml:space"]="preserve"),s&&(u.x=s),l&&(u.y=l),mM(u,t.transform),gM(u,n,t,e),yM(u,t),e.animation&&cM(t,u,e),$S("text",t.id+"",u,void 0,i)}}(t,e):void 0}function TM(t,e,n,i){var r,o=t[n],a={gradientUnits:o.global?"userSpaceOnUse":"objectBoundingBox"};if(Di(o))r="linearGradient",a.x1=o.x,a.y1=o.y,a.x2=o.x2,a.y2=o.y2;else{if(!Ai(o))return void 0;r="radialGradient",a.cx=rt(o.x,.5),a.cy=rt(o.y,.5),a.r=rt(o.r,.5)}for(var s=o.colorStops,l=[],u=0,c=s.length;ul?WM(t,null==n[h+1]?null:n[h+1].elm,n,s,h):HM(t,e,a,l))}(n,i,r):BM(r)?(BM(t.text)&&NM(n,""),WM(n,null,r,0,r.length-1)):BM(i)?HM(n,i,0,i.length-1):BM(t.text)&&NM(n,""):t.text!==e.text&&(BM(i)&&HM(n,i,0,i.length-1),NM(n,e.text)))}var XM=0,ZM=function(){function t(t,e,n){if(this.type="svg",this.refreshHover=jM("refreshHover"),this.configLayer=jM("configLayer"),this.storage=e,this._opts=n=A({},n),this.root=t,this._id="zr"+XM++,this._oldVNode=tM(n.width,n.height),t&&!n.ssr){var i=this._viewport=document.createElement("div");i.style.cssText="position:relative;overflow:hidden";var r=this._svgDom=this._oldVNode.elm=KS("svg");UM(null,this._oldVNode),i.appendChild(r),t.appendChild(i)}this.resize(n.width,n.height)}return t.prototype.getType=function(){return this.type},t.prototype.getViewportRoot=function(){return this._viewport},t.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},t.prototype.getSvgDom=function(){return this._svgDom},t.prototype.refresh=function(){if(this.root){var t=this.renderToVNode({willUpdate:!0});t.attrs.style="position:absolute;left:0;top:0;user-select:none",function(t,e){if(GM(t,e))YM(t,e);else{var n=t.elm,i=OM(n);FM(e),null!==i&&(kM(i,e.elm,RM(n)),HM(i,[t],0,0))}}(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return IM(t,QS(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._width,i=this._height,r=QS(this._id);r.animation=t.animation,r.willUpdate=t.willUpdate,r.compress=t.compress,r.emphasis=t.emphasis,r.ssr=this._opts.ssr;var o=[],a=this._bgVNode=function(t,e,n,i){var r;if(n&&"none"!==n)if(r=$S("rect","bg",{width:t,height:e,x:"0",y:"0"}),ki(n))TM({fill:n},r.attrs,"fill",i);else if(Ci(n))CM({style:{fill:n},dirty:bt,getBoundingRect:function(){return{width:t,height:e}}},r.attrs,"fill",i);else{var o=_i(n),a=o.color,s=o.opacity;r.attrs.fill=a,s<1&&(r.attrs["fill-opacity"]=s)}return r}(n,i,this._backgroundColor,r);a&&o.push(a);var s=t.compress?null:this._mainVNode=$S("g","main",{},[]);this._paintList(e,r,s?s.children:o),s&&o.push(s);var l=E(F(r.defs),(function(t){return r.defs[t]}));if(l.length&&o.push($S("defs","defs",{},l)),t.animation){var u=function(t,e,n){var i=(n=n||{}).newline?"\n":"",r=" {"+i,o=i+"}",a=E(F(t),(function(e){return e+r+E(F(t[e]),(function(n){return n+":"+t[e][n]+";"})).join(i)+o})).join(i),s=E(F(e),(function(t){return"@keyframes "+t+r+E(F(e[t]),(function(n){return n+r+E(F(e[t][n]),(function(i){var r=e[t][n][i];return"d"===i&&(r='path("'+r+'")'),i+":"+r+";"})).join(i)+o})).join(i)+o})).join(i);return a||s?[""].join(i):""}(r.cssNodes,r.cssAnims,{newline:!0});if(u){var c=$S("style","stl",{},[],u);o.push(c)}}return tM(n,i,o,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},JS(this.renderToVNode({animation:rt(t.cssAnimation,!0),emphasis:rt(t.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:rt(t.useViewBox,!0)}),{newline:!0})},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t},t.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},t.prototype._paintList=function(t,e,n){for(var i,r,o=t.length,a=[],s=0,l=0,u=0;u=0&&(!h||!r||h[f]!==r[f]);f--);for(var g=p-1;g>f;g--)i=a[--s-1];for(var y=f+1;y=a)}}for(var c=this.__startIndex;c15)break}n.prevElClipPaths&&u.restore()};if(d)if(0===d.length)s=l.__endIndex;else for(var _=p.dpr,b=0;b0&&t>i[0]){for(s=0;st);s++);a=n[i[s]]}if(i.splice(s+1,0,t),n[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.painter||(e.painter=this)}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i0?QM:0),this._needsManuallyCompositing),u.__builtin__||I("ZLevel "+l+" has been used by unkown layer "+u.id),u!==o&&(u.__used=!0,u.__startIndex!==r&&(u.__dirty=!0),u.__startIndex=r,u.incremental?u.__drawIndex=-1:u.__drawIndex=r,e(r),o=u),1&s.__dirty&&!s.__inHover&&(u.__dirty=!0,u.incremental&&u.__drawIndex<0&&(u.__drawIndex=r))}e(r),this.eachBuiltinLayer((function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)}))},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(t){t.clear()},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,z(this._layers,(function(t){t.setUnpainted()}))},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?C(n[t],e,!0):n[t]=e;for(var i=0;i-1&&(s.style.stroke=s.style.fill,s.style.fill=tf.color.neutral00,s.style.lineWidth=2),e},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:6,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(Wy);function nI(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=Vg(t,e,n[0]);return null!=r?r+"":null}if(i){for(var o=[],a=0;a=0&&i.push(e[o])}return i.join(" ")}var rI=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o.updateData(e,n,i,r),o}return n(e,t),e.prototype._createSymbol=function(t,e,n,i,r,o){this.removeAll();var a=hm(t,-1,-1,2,2,null,o);a.attr({z2:rt(r,100),culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),a.drift=oI,this._symbolType=t,this.add(a)},e.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){du(this.childAt(0))},e.prototype.downplay=function(){pu(this.childAt(0))},e.prototype.setZ=function(t,e){var n=this.childAt(0);n.zlevel=t,n.z=e},e.prototype.setDraggable=function(t,e){var n=this.childAt(0);n.draggable=t,n.cursor=!e&&t?"move":n.cursor},e.prototype.updateData=function(t,n,i,r){this.silent=!1;var o=t.getItemVisual(n,"symbol")||"circle",a=t.hostModel,s=e.getSymbolSize(t,n),l=e.getSymbolZ2(t,n),u=o!==this._symbolType,c=r&&r.disableAnimation;if(u){var h=t.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,t,n,s,l,h)}else{(p=this.childAt(0)).silent=!1;var d={scaleX:s[0]/2,scaleY:s[1]/2};c?p.attr(d):th(p,d,a,n),ah(p)}if(this._updateCommon(t,n,s,i,r),u){var p=this.childAt(0);if(!c){d={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:p.style.opacity}};p.scaleX=p.scaleY=0,p.style.opacity=0,eh(p,d,a,n)}}c&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(t,e,n,i,r){var o,a,s,l,u,c,h,d,p,f=this.childAt(0),g=t.hostModel;if(i&&(o=i.emphasisItemStyle,a=i.blurItemStyle,s=i.selectItemStyle,l=i.focus,u=i.blurScope,h=i.labelStatesModels,d=i.hoverScale,p=i.cursorStyle,c=i.emphasisDisabled),!i||t.hasItemOption){var y=i&&i.itemModel?i.itemModel:t.getItemModel(e),v=y.getModel("emphasis");o=v.getModel("itemStyle").getItemStyle(),s=y.getModel(["select","itemStyle"]).getItemStyle(),a=y.getModel(["blur","itemStyle"]).getItemStyle(),l=v.get("focus"),u=v.get("blurScope"),c=v.get("disabled"),h=Jh(y),d=v.getShallow("scale"),p=y.getShallow("cursor")}var m=t.getItemVisual(e,"symbolRotate");f.attr("rotation",(m||0)*Math.PI/180||0);var x=pm(t.getItemVisual(e,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),p&&f.attr("cursor",p);var _=t.getItemVisual(e,"style"),b=_.fill;if(f instanceof dl){var w=f.style;f.useStyle(A({image:w.image,x:w.x,y:w.y,width:w.width,height:w.height},_))}else f.__isEmptyBrush?f.useStyle(A({},_)):f.useStyle(_),f.style.decal=null,f.setColor(b,r&&r.symbolInnerColor),f.style.strokeNoScale=!0;var S=t.getItemVisual(e,"liftZ"),M=this._z2;null!=S?null==M&&(this._z2=f.z2,f.z2+=S):null!=M&&(f.z2=M,this._z2=null);var I=r&&r.useNameLabel;$h(f,h,{labelFetcher:g,labelDataIndex:e,defaultText:function(e){return I?t.getName(e):nI(t,e)},inheritColor:b,defaultOpacity:_.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var T=f.ensureState("emphasis");T.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a;var C=null==d||!0===d?Math.max(1.1,3/this._sizeY):isFinite(d)&&d>0?+d:1;T.scaleX=this._sizeX*C,T.scaleY=this._sizeY*C,this.setSymbolScale(1),Tu(this,l,u,c)},e.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},e.prototype.fadeOut=function(t,e,n){var i=this.childAt(0),r=zl(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&ih(a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();ih(i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},e.getSymbolSize=function(t,e){return dm(t.getItemVisual(e,"symbolSize"))},e.getSymbolZ2=function(t,e){return t.getItemVisual(e,"z2")},e}(to);function oI(t,e){this.parent.drift(t,e)}function aI(t,e,n,i){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(i.isIgnore&&i.isIgnore(n))&&!(i.clipShape&&!i.clipShape.contain(e[0],e[1]))&&"none"!==t.getItemVisual(n,"symbol")}function sI(t){return null==t||q(t)||(t={isIgnore:t}),t||{}}function lI(t){var e=t.hostModel,n=e.getModel("emphasis");return{emphasisItemStyle:n.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:n.get("focus"),blurScope:n.get("blurScope"),emphasisDisabled:n.get("disabled"),hoverScale:n.get("scale"),labelStatesModels:Jh(e),cursorStyle:e.get("cursor")}}var uI=function(){function t(t){this.group=new to,this._SymbolCtor=t||rI}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=sI(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=lI(t),l={disableAnimation:a},u=e.getSymbolPoint||function(e){return t.getItemLayout(e)};r||n.removeAll(),t.diff(r).add((function(i){var r=u(i);if(aI(t,r,i,e)){var a=new o(t,i,s,l);a.setPosition(r),t.setItemGraphicEl(i,a),n.add(a)}})).update((function(c,h){var d=r.getItemGraphicEl(h),p=u(c);if(aI(t,p,c,e)){var f=t.getItemVisual(c,"symbol")||"circle",g=d&&d.getSymbolType&&d.getSymbolType();if(!d||g&&g!==f)n.remove(d),(d=new o(t,c,s,l)).setPosition(p);else{d.updateData(t,c,s,l);var y={x:p[0],y:p[1]};a?d.attr(y):th(d,y,i)}n.add(d),t.setItemGraphicEl(c,d)}else n.remove(d)})).remove((function(t){var e=r.getItemGraphicEl(t);e&&e.fadeOut((function(){n.remove(e)}),i)})).execute(),this._getSymbolPoint=u,this._data=t},t.prototype.updateLayout=function(){var t=this,e=this._data;e&&e.eachItemGraphicEl((function(e,n){var i=t._getSymbolPoint(n);e.setPosition(i),e.markRedraw()}))},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=lI(t),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e,n){function i(t){t.isGroup||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[],n=sI(n);for(var r=t.start;r0?n=i[0]:i[1]<0&&(n=i[1]);return n}(r,n),a=i.dim,s=r.dim,l=e.mapDimension(s),u=e.mapDimension(a),c="x"===s||"radius"===s?1:0,h=E(t.dimensions,(function(t){return e.mapDimension(t)})),d=!1,p=e.getCalculationInfo("stackResultDimension");return Y_(e,h[0])&&(d=!0,h[0]=p),Y_(e,h[1])&&(d=!0,h[1]=p),{dataDimsForPoint:h,valueStart:o,valueAxisDim:s,baseAxisDim:a,stacked:!!d,valueDim:l,baseDim:u,baseDataOffset:c,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function hI(t,e,n,i){var r=NaN;t.stacked&&(r=n.get(n.getCalculationInfo("stackedOverDimension"),i)),isNaN(r)&&(r=t.valueStart);var o=t.baseDataOffset,a=[];return a[o]=n.get(t.baseDim,i),a[1-o]=r,e.dataToPoint(a)}var dI=Math.min,pI=Math.max;function fI(t,e){return isNaN(t)||isNaN(e)}function gI(t,e,n,i,r,o,a,s,l){for(var u,c,h,d,p,f,g=n,y=0;y=r||g<0)break;if(fI(v,m)){if(l){g+=o;continue}break}if(g===n)t[o>0?"moveTo":"lineTo"](v,m),h=v,d=m;else{var x=v-u,_=m-c;if(x*x+_*_<.5){g+=o;continue}if(a>0){for(var b=g+o,w=e[2*b],S=e[2*b+1];w===v&&S===m&&y=i||fI(w,S))p=v,f=m;else{T=w-u,C=S-c;var k=v-u,L=w-v,P=m-c,O=S-m,R=void 0,N=void 0;if("x"===s){var z=T>0?1:-1;p=v-z*(R=Math.abs(k))*a,f=m,D=v+z*(N=Math.abs(L))*a,A=m}else if("y"===s){var E=C>0?1:-1;p=v,f=m-E*(R=Math.abs(P))*a,D=v,A=m+E*(N=Math.abs(O))*a}else R=Math.sqrt(k*k+P*P),p=v-T*a*(1-(I=(N=Math.sqrt(L*L+O*O))/(N+R))),f=m-C*a*(1-I),A=m+C*a*I,D=dI(D=v+T*a*I,pI(w,v)),A=dI(A,pI(S,m)),D=pI(D,dI(w,v)),f=m-(C=(A=pI(A,dI(S,m)))-m)*R/N,p=dI(p=v-(T=D-v)*R/N,pI(u,v)),f=dI(f,pI(c,m)),D=v+(T=v-(p=pI(p,dI(u,v))))*N/R,A=m+(C=m-(f=pI(f,dI(c,m))))*N/R}t.bezierCurveTo(h,d,p,f,v,m),h=D,d=A}else t.lineTo(v,m)}u=v,c=m,g+=o}return y}var yI=function(){this.smooth=0,this.smoothConstraint=!0},vI=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polyline",n}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:tf.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new yI},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0&&fI(n[2*r-2],n[2*r-1]);r--);for(;i=0){var y=a?(c-i)*g+i:(u-n)*g+n;return a?[t,y]:[y,t]}n=u,i=c;break;case o.C:u=r[l++],c=r[l++],h=r[l++],d=r[l++],p=r[l++],f=r[l++];var v=a?kn(n,u,h,p,t,s):kn(i,c,d,f,t,s);if(v>0)for(var m=0;m=0){y=a?Dn(i,c,d,f,x):Dn(n,u,h,p,x);return a?[t,y]:[y,t]}}n=p,i=f}}},e}(sl),mI=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(yI),xI=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polygon",n}return n(e,t),e.prototype.getDefaultShape=function(){return new mI},e.prototype.buildPath=function(t,e){var n=e.points,i=e.stackedOnPoints,r=0,o=n.length/2,a=e.smoothMonotone;if(e.connectNulls){for(;o>0&&fI(n[2*o-2],n[2*o-1]);o--);for(;r=0;a--){var s=t.getDimensionInfo(i[a].dimension);if("x"===(r=s&&s.coordDim)||"y"===r){o=i[a];break}}if(o){var l=e.getAxis(r),u=E(o.stops,(function(t){return{coord:l.toGlobalCoord(l.dataToCoord(t.value)),color:t.color}})),c=u.length,h=o.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),h.reverse());var d=function(t,e){var n,i,r=[],o=t.length;function a(t,e,n){var i=t.coord;return{coord:n,color:ci((n-i)/(e.coord-i),[t.color,e.color])}}for(var s=0;se){i?r.push(a(i,l,e)):n&&r.push(a(n,l,0),a(n,l,e));break}n&&(r.push(a(n,l,0)),n=null),r.push(l),i=l}}return r}(u,"x"===r?n.getWidth():n.getHeight()),p=d.length;if(!p&&c)return u[0].coord<0?h[1]?h[1]:u[c-1].color:h[0]?h[0]:u[0].color;var f=d[0].coord-10,g=d[p-1].coord+10,y=g-f;if(y<.001)return"transparent";z(d,(function(t){t.offset=(t.coord-f)/y})),d.push({offset:p?d[p-1].offset:.5,color:h[1]||"transparent"}),d.unshift({offset:p?d[0].offset:.5,color:h[0]||"transparent"});var v=new Bc(0,0,0,0,d,!0);return v[r]=f,v[r+"2"]=g,v}}}function kI(t,e,n){var i=t.get("showAllSymbol"),r="auto"===i;if(!i||r){var o=n.getAxesByScale("ordinal")[0];if(o&&(!r||!function(t,e){var n=t.getExtent(),i=Math.abs(n[1]-n[0])/t.scale.count();isNaN(i)&&(i=0);for(var r=e.count(),o=Math.max(1,Math.round(r/5)),a=0;ai)return!1;return!0}(o,e))){var a=e.mapDimension(o.dim),s={};return z(o.getViewLabels(),(function(t){var e=o.scale.getRawOrdinalNumber(t.tickValue);s[e]=1})),function(t){return!s.hasOwnProperty(e.get(a,t))}}}}function LI(t,e){return[t[2*e],t[2*e+1]]}function PI(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e0&&"bolder"===t.get(["emphasis","lineStyle","width"]))&&(d.getState("emphasis").style.lineWidth=+d.style.lineWidth+1);zl(d).seriesIndex=t.seriesIndex,Tu(d,A,L,P);var O=CI(t.get("smooth")),R=t.get("smoothMonotone");if(d.setShape({smooth:O,smoothMonotone:R,connectNulls:b}),p){var N=o.getCalculationInfo("stackedOnSeries"),z=0;p.useStyle(k(s.getAreaStyle(),{fill:T,opacity:.7,lineJoin:"bevel",decal:o.getVisual("style").decal})),N&&(z=CI(N.get("smooth"))),p.setShape({smooth:O,stackedOnSmooth:z,smoothMonotone:R,connectNulls:b}),ku(p,t,"areaStyle"),zl(p).seriesIndex=t.seriesIndex,Tu(p,A,L,P)}var E=this._changePolyState;o.eachItemGraphicEl((function(t){t&&(t.onHoverStateChange=E)})),this._polyline.onHoverStateChange=E,this._data=o,this._coordSys=i,this._stackedOnPoints=x,this._points=l,this._step=I,this._valueOrigin=v,t.get("triggerLineEvent")&&(this.packEventData(t,d),p&&this.packEventData(t,p))},e.prototype.packEventData=function(t,e){zl(e).eventData={componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line"}},e.prototype.highlight=function(t,e,n,i){var r=t.getData(),o=aa(r,i);if(this._changePolyState("emphasis"),!(o instanceof Array)&&null!=o&&o>=0){var a=r.getLayout("points"),s=r.getItemGraphicEl(o);if(!s){var l=a[2*o],u=a[2*o+1];if(isNaN(l)||isNaN(u))return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=t.get("zlevel")||0,h=t.get("z")||0;(s=new rI(r,o)).x=l,s.y=u,s.setZ(c,h);var d=s.getSymbolPath().getTextContent();d&&(d.zlevel=c,d.z=h,d.z2=this._polyline.z2+1),s.__temp=!0,r.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}else tv.prototype.highlight.call(this,t,e,n,i)},e.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=aa(r,i);if(this._changePolyState("normal"),null!=o&&o>=0){var a=r.getItemGraphicEl(o);a&&(a.__temp?(r.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else tv.prototype.downplay.call(this,t,e,n,i)},e.prototype._changePolyState=function(t){var e=this._polygon;su(this._polyline,t),e&&su(e,t)},e.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new vI({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(e),this._polyline=e,e},e.prototype._newPolygon=function(t,e){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new xI({shape:{points:t,stackedOnPoints:e},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},e.prototype._initSymbolLabelAnimation=function(t,e,n){var i,r,o=e.getBaseAxis(),a=o.inverse;"cartesian2d"===e.type?(i=o.isHorizontal(),r=!1):"polar"===e.type&&(i="angle"===o.dim,r=!0);var s=t.hostModel,l=s.get("animationDuration");Y(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=Y(u)?u(null):u;t.eachItemGraphicEl((function(t,o){var s=t;if(s){var h=[t.x,t.y],d=void 0,p=void 0,f=void 0;if(n)if(r){var g=n,y=e.pointToCoord(h);i?(d=g.startAngle,p=g.endAngle,f=-y[1]/180*Math.PI):(d=g.r0,p=g.r,f=y[0])}else{var v=n;i?(d=v.x,p=v.x+v.width,f=t.x):(d=v.y+v.height,p=v.y,f=t.y)}var m=p===d?0:(f-d)/(p-d);a&&(m=1-m);var x=Y(u)?u(o):l*m+c,_=s.getSymbolPath(),b=_.getTextContent();s.attr({scaleX:0,scaleY:0}),s.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:x}),b&&b.animateFrom({style:{opacity:0}},{duration:300,delay:x}),_.disableLabelAnimation=!0}}))},e.prototype._initOrUpdateEndLabel=function(t,e,n){var i=t.getModel("endLabel");if(PI(t)){var r=t.getData(),o=this._polyline,a=r.getLayout("points");if(!a)return o.removeTextContent(),void(this._endLabel=null);var s=this._endLabel;s||((s=this._endLabel=new Sl({z2:200})).ignoreClip=!0,o.setTextContent(this._endLabel),o.disableLabelAnimation=!0);var l=function(t){for(var e,n,i=t.length/2;i>0&&(e=t[2*i-2],n=t[2*i-1],isNaN(e)||isNaN(n));i--);return i-1}(a);l>=0&&($h(o,Jh(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:l,defaultText:function(t,e,n){return null!=n?iI(r,n):nI(r,t)},enableTextSetter:!0},function(t,e){var n=e.getBaseAxis(),i=n.isHorizontal(),r=n.inverse,o=i?r?"right":"left":"center",a=i?"middle":r?"top":"bottom";return{normal:{align:t.get("align")||o,verticalAlign:t.get("verticalAlign")||a}}}(i,e)),o.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(t,e,n,i,r,o,a){var s=this._endLabel,l=this._polyline;if(s){t<1&&null==i.originalX&&(i.originalX=s.x,i.originalY=s.y);var u=n.getLayout("points"),c=n.hostModel,h=c.get("connectNulls"),d=o.get("precision"),p=o.get("distance")||0,f=a.getBaseAxis(),g=f.isHorizontal(),y=f.inverse,v=e.shape,m=y?g?v.x:v.y+v.height:g?v.x+v.width:v.y,x=(g?p:0)*(y?-1:1),_=(g?0:-p)*(y?-1:1),b=g?"x":"y",w=function(t,e,n){for(var i,r,o=t.length/2,a="x"===n?0:1,s=0,l=-1,u=0;u=e||i>=e&&r<=e){l=u;break}s=u,i=r}else i=r;return{range:[s,l],t:(e-i)/(r-i)}}(u,m,b),S=w.range,M=S[1]-S[0],I=void 0;if(M>=1){if(M>1&&!h){var T=LI(u,S[0]);s.attr({x:T[0]+x,y:T[1]+_}),r&&(I=c.getRawValue(S[0]))}else{(T=l.getPointOn(m,b))&&s.attr({x:T[0]+x,y:T[1]+_});var C=c.getRawValue(S[0]),D=c.getRawValue(S[1]);r&&(I=ya(n,d,C,D,w.t))}i.lastFrameIndex=S[0]}else{var A=1===t||i.lastFrameIndex>0?S[0]:0;T=LI(u,A);r&&(I=c.getRawValue(A)),s.attr({x:T[0]+x,y:T[1]+_})}if(r){var k=ad(s);"function"==typeof k.setLabelText&&k.setLabelText(I)}}},e.prototype._doUpdateAnimation=function(t,e,n,i,r,o,a){var s=this._polyline,l=this._polygon,u=t.hostModel,c=function(t,e,n,i,r,o,a,s){for(var l=function(t,e){var n=[];return e.diff(t).add((function(t){n.push({cmd:"+",idx:t})})).update((function(t,e){n.push({cmd:"=",idx:e,idx1:t})})).remove((function(t){n.push({cmd:"-",idx:t})})).execute(),n}(t,e),u=[],c=[],h=[],d=[],p=[],f=[],g=[],y=cI(r,e,a),v=t.getLayout("points")||[],m=e.getLayout("points")||[],x=0;x3e3||l&&TI(d,f)>3e3)return s.stopAnimation(),s.setShape({points:p}),void(l&&(l.stopAnimation(),l.setShape({points:p,stackedOnPoints:f})));s.shape.__points=c.current,s.shape.points=h;var g={shape:{points:p}};c.current!==h&&(g.shape.__points=c.next),s.stopAnimation(),th(s,g,u),l&&(l.setShape({points:h,stackedOnPoints:d}),l.stopAnimation(),th(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var y=[],v=c.status,m=0;me&&(e=t[n]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,n=0;n10&&"cartesian2d"===o.type&&r){var s=o.getBaseAxis(),l=o.getOtherAxis(s),u=s.getExtent(),c=n.getDevicePixelRatio(),h=Math.abs(u[1]-u[0])*(c||1),d=Math.round(a/h);if(isFinite(d)&&d>1){"lttb"===r?t.setData(i.lttbDownSample(i.mapDimension(l.dim),1/d)):"minmax"===r&&t.setData(i.minmaxDownSample(i.mapDimension(l.dim),1/d));var p=void 0;X(r)?p=zI[r]:Y(r)&&(p=r),p&&t.setData(i.downSample(i.mapDimension(l.dim),1/d,p,EI))}}}}}var VI=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.getInitialData=function(t,e){return Z_(null,this,{useEncodeDefaulter:!0})},e.prototype.getMarkerPosition=function(t,e,n){var i=this.coordinateSystem;if(i&&i.clampData){var r=i.clampData(t),o=i.dataToPoint(r);if(n)z(i.getAxes(),(function(t,n){if("category"===t.type&&null!=e){var i=t.getTicksCoords(),a=t.getTickModel().get("alignWithLabel"),s=r[n],l="x1"===e[n]||"y1"===e[n];if(l&&!a&&(s+=1),i.length<2)return;if(2===i.length)return void(o[n]=t.toGlobalCoord(t.getExtent()[l?1:0]));for(var u=void 0,c=void 0,h=1,d=0;ds){c=(p+u)/2;break}1===d&&(h=f-i[0].tickValue)}null==c&&(u?u&&(c=i[i.length-1].coord):c=i[0].coord),o[n]=t.toGlobalCoord(c)}}));else{var a=this.getData(),s=a.getLayout("offset"),l=a.getLayout("size"),u=i.getBaseAxis().isHorizontal()?0:1;o[u]+=s+l/2}return o}return[NaN,NaN]},e.type="series.__base_bar__",e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod",defaultBarGap:"10%"},e}(Wy);Wy.registerClass(VI);var GI=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.getInitialData=function(){return Z_(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},e.prototype.getProgressive=function(){return!!this.get("large")&&this.get("progressive")},e.prototype.getProgressiveThreshold=function(){var t=this.get("progressiveThreshold"),e=this.get("largeThreshold");return e>t&&(t=e),t},e.prototype.brushSelector=function(t,e,n){return n.rect(e.getItemLayout(t))},e.type="series.bar",e.dependencies=["grid","polar"],e.defaultOption=Id(VI.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:tf.color.primary,borderWidth:2}},realtimeSort:!1}),e}(VI),FI=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},WI=function(t){function e(e){var n=t.call(this,e)||this;return n.type="sausage",n}return n(e,t),e.prototype.getDefaultShape=function(){return new FI},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r0||0,0),o=Math.max(e.r,0),a=.5*(o-r),s=r+a,l=e.startAngle,u=e.endAngle,c=e.clockwise,h=2*Math.PI,d=c?u-lo)return!0;o=u}return!1},e.prototype._isOrderDifferentInView=function(t,e){for(var n=e.scale,i=n.getExtent(),r=Math.max(0,i[0]),o=Math.min(i[1],n.getOrdinalMeta().categories.length-1);r<=o;++r)if(t.ordinalNumbers[r]!==n.getRawOrdinalNumber(r))return!0},e.prototype._updateSortWithinSameData=function(t,e,n,i){if(this._isOrderChangedWithinSameData(t,e,n)){var r=this._dataSort(t,n,e);this._isOrderDifferentInView(r,n)&&(this._removeOnRenderedListener(i),i.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:r}))}},e.prototype._dispatchInitSort=function(t,e,n){var i=e.baseAxis,r=this._dataSort(t,i,(function(n){return t.get(t.mapDimension(e.otherAxis.dim),n)}));n.dispatchAction({type:"changeAxisOrder",componentType:i.dim+"Axis",isInitSort:!0,axisId:i.index,sortInfo:r})},e.prototype.remove=function(t,e){this._clear(this._model),this._removeOnRenderedListener(e)},e.prototype.dispose=function(t,e){this._removeOnRenderedListener(e)},e.prototype._removeOnRenderedListener=function(t){this._onRendered&&(t.getZr().off("rendered",this._onRendered),this._onRendered=null)},e.prototype._clear=function(t){var e=this.group,n=this._data;t&&t.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl((function(e){oh(e,t,zl(e).dataIndex)}))):e.removeAll(),this._data=null,this._isFirstFrame=!0},e.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},e.type="bar",e}(tv),qI={cartesian2d:function(t,e){var n=e.width<0?-1:1,i=e.height<0?-1:1;n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height);var r=t.x+t.width,o=t.y+t.height,a=XI(e.x,t.x),s=ZI(e.x+e.width,r),l=XI(e.y,t.y),u=ZI(e.y+e.height,o),c=sr?s:a,e.y=h&&l>o?u:l,e.width=c?0:s-a,e.height=h?0:u-l,n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height),c||h},polar:function(t,e){var n=e.r0<=e.r?1:-1;if(n<0){var i=e.r;e.r=e.r0,e.r0=i}var r=ZI(e.r,t.r),o=XI(e.r0,t.r0);e.r=r,e.r0=o;var a=r-o<0;if(n<0){i=e.r;e.r=e.r0,e.r0=i}return a}},KI={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new xl({shape:A({},i),z2:1});(u.__dataIndex=n,u.name="item",o)&&(u.shape[r?"height":"width"]=0);return u},polar:function(t,e,n,i,r,o,a,s,l){var u=!r&&l?WI:xc,c=new u({shape:i,z2:1});c.name="item";var h,d,p=iT(r);if(c.calculateTextPosition=(h=p,d=({isRoundCap:u===WI}||{}).isRoundCap,function(t,e,n){var i=e.position;if(!i||i instanceof Array)return Wr(t,e,n);var r=h(i),o=null!=e.distance?e.distance:5,a=this.shape,s=a.cx,l=a.cy,u=a.r,c=a.r0,p=(u+c)/2,f=a.startAngle,g=a.endAngle,y=(f+g)/2,v=d?Math.abs(u-c)/2:0,m=Math.cos,x=Math.sin,_=s+u*m(f),b=l+u*x(f),w="left",S="top";switch(r){case"startArc":_=s+(c-o)*m(y),b=l+(c-o)*x(y),w="center",S="top";break;case"insideStartArc":_=s+(c+o)*m(y),b=l+(c+o)*x(y),w="center",S="bottom";break;case"startAngle":_=s+p*m(f)+HI(f,o+v,!1),b=l+p*x(f)+UI(f,o+v,!1),w="right",S="middle";break;case"insideStartAngle":_=s+p*m(f)+HI(f,-o+v,!1),b=l+p*x(f)+UI(f,-o+v,!1),w="left",S="middle";break;case"middle":_=s+p*m(y),b=l+p*x(y),w="center",S="middle";break;case"endArc":_=s+(u+o)*m(y),b=l+(u+o)*x(y),w="center",S="bottom";break;case"insideEndArc":_=s+(u-o)*m(y),b=l+(u-o)*x(y),w="center",S="top";break;case"endAngle":_=s+p*m(g)+HI(g,o+v,!0),b=l+p*x(g)+UI(g,o+v,!0),w="left",S="middle";break;case"insideEndAngle":_=s+p*m(g)+HI(g,-o+v,!0),b=l+p*x(g)+UI(g,-o+v,!0),w="right",S="middle";break;default:return Wr(t,e,n)}return(t=t||{}).x=_,t.y=b,t.align=w,t.verticalAlign=S,t}),o){var f=r?"r":"endAngle",g={};c.shape[f]=r?i.r0:i.startAngle,g[f]=i[f],(s?th:eh)(c,{shape:g},o)}return c}};function $I(t,e,n,i,r,o,a,s){var l,u;o?(u={x:i.x,width:i.width},l={y:i.y,height:i.height}):(u={y:i.y,height:i.height},l={x:i.x,width:i.width}),s||(a?th:eh)(n,{shape:l},e,r,null),(a?th:eh)(n,{shape:u},e?t.baseAxis.model:null,r)}function JI(t,e){for(var n=0;n0?1:-1,a=i.height>0?1:-1;return{x:i.x+o*r/2,y:i.y+a*r/2,width:i.width-o*r,height:i.height-a*r}},polar:function(t,e,n){var i=t.getItemLayout(e);return{cx:i.cx,cy:i.cy,r0:i.r0,r:i.r,startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}}};function iT(t){return function(t){var e=t?"Arc":"Angle";return function(t){switch(t){case"start":case"insideStart":case"end":case"insideEnd":return t+e;default:return t}}}(t)}function rT(t,e,n,i,r,o,a,s){var l=e.getItemVisual(n,"style");if(s){if(!o.get("roundCap")){var u=t.shape;A(u,YI(i.getModel("itemStyle"),u,!0)),t.setShape(u)}}else{var c=i.get(["itemStyle","borderRadius"])||0;t.setShape("r",c)}t.useStyle(l);var h=i.getShallow("cursor");h&&t.attr("cursor",h);var d=s?a?r.r>=r.r0?"endArc":"startArc":r.endAngle>=r.startAngle?"endAngle":"startAngle":a?r.height>=0?"bottom":"top":r.width>=0?"right":"left",p=Jh(i);$h(t,p,{labelFetcher:o,labelDataIndex:n,defaultText:nI(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:d});var f=t.getTextContent();if(s&&f){var g=i.get(["label","position"]);t.textConfig.inside="middle"===g||null,function(t,e,n,i){if(j(i))t.setTextConfig({rotation:i});else if(U(e))t.setTextConfig({rotation:0});else{var r,o=t.shape,a=o.clockwise?o.startAngle:o.endAngle,s=o.clockwise?o.endAngle:o.startAngle,l=(a+s)/2,u=n(e);switch(u){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":r=l;break;case"startAngle":case"insideStartAngle":r=a;break;case"endAngle":case"insideEndAngle":r=s;break;default:return void t.setTextConfig({rotation:0})}var c=1.5*Math.PI-r;"middle"===u&&c>Math.PI/2&&c<1.5*Math.PI&&(c-=Math.PI),t.setTextConfig({rotation:c})}}(t,"outside"===g?d:g,iT(a),i.get(["label","rotate"]))}sd(f,p,o.getRawValue(n),(function(t){return iI(e,t)}));var y=i.getModel(["emphasis"]);Tu(t,y.get("focus"),y.get("blurScope"),y.get("disabled")),ku(t,i),function(t){return null!=t.startAngle&&null!=t.endAngle&&t.startAngle===t.endAngle}(r)&&(t.style.fill="none",t.style.stroke="none",z(t.states,(function(t){t.style&&(t.style.fill=t.style.stroke="none")})))}var oT=function(){},aT=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeBar",n}return n(e,t),e.prototype.getDefaultShape=function(){return new oT},e.prototype.buildPath=function(t,e){for(var n=e.points,i=this.baseDimIdx,r=1-this.baseDimIdx,o=[],a=[],s=this.barWidth,l=0;l=s[0]&&e<=s[0]+l[0]&&n>=s[1]&&n<=s[1]+l[1])return a[c]}return-1}(this,t.offsetX,t.offsetY);zl(this).dataIndex=e>=0?e:null}),30,!1);function uT(t,e,n){if(SI(n,"cartesian2d")){var i=e,r=n.getArea();return{x:t?i.x:r.x,y:t?r.y:i.y,width:t?i.width:r.width,height:t?r.height:i.height}}var o=e;return{cx:(r=n.getArea()).cx,cy:r.cy,r0:t?r.r0:o.r0,r:t?r.r:o.r,startAngle:t?o.startAngle:0,endAngle:t?o.endAngle:2*Math.PI}}var cT=2*Math.PI,hT=Math.PI/180;function dT(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.getData(),i=e.mapDimension("value"),r=Wp(t,n),o=r.cx,a=r.cy,s=r.r,l=r.r0,u=r.viewRect,c=-t.get("startAngle")*hT,h=t.get("endAngle"),d=t.get("padAngle")*hT;h="auto"===h?c-cT:-h*hT;var p=t.get("minAngle")*hT+d,f=0;e.each(i,(function(t){!isNaN(t)&&f++}));var g=e.getSum(i),y=Math.PI/(g||f)*2,v=t.get("clockwise"),m=t.get("roseType"),x=t.get("stillShowZeroSum"),_=e.getDataExtent(i);_[0]=0;var b=v?1:-1,w=[c,h],S=b*d/2;Gs(w,!v),c=w[0],h=w[1];var M=pT(t);M.startAngle=c,M.endAngle=h,M.clockwise=v,M.cx=o,M.cy=a,M.r=s,M.r0=l;var I=Math.abs(h-c),T=I,C=0,D=c;if(e.setLayout({viewRect:u,r:s}),e.each(i,(function(t,n){var i;if(isNaN(t))e.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:v,cx:o,cy:a,r0:l,r:m?NaN:s});else{(i="area"!==m?0===g&&x?y:t*y:I/f)i?c=u=D+b*i/2:(u=D+S,c=r-S),e.setItemLayout(n,{angle:i,startAngle:u,endAngle:c,clockwise:v,cx:o,cy:a,r0:l,r:m?go(t,_,[l,s]):s}),D=r}})),Tn?a:o,c=Math.abs(l.label.y-n);if(c>=u.maxY){var h=l.label.x-e-l.len2*r,d=i+l.len,f=Math.abs(h)t.unconstrainedWidth?null:d:null;i.setStyle("width",p)}mT(o,i)}}}function mT(t,e){_T.rect=t,mS(_T,e,xT)}var xT={minMarginForce:[null,0,null,0],marginDefault:[1,0,1,0]},_T={};function bT(t){return"center"===t.position}function wT(t){var e,n,i=t.getData(),r=[],o=!1,a=(t.get("minShowLabelAngle")||0)*gT,s=i.getLayout("viewRect"),l=i.getLayout("r"),u=s.width,c=s.x,h=s.y,d=s.height;function p(t){t.ignore=!0}i.each((function(t){var s=i.getItemGraphicEl(t),h=s.shape,f=s.getTextContent(),g=s.getTextGuideLine(),y=i.getItemModel(t),v=y.getModel("label"),m=v.get("position")||y.get(["emphasis","label","position"]),x=v.get("distanceToLabelLine"),_=v.get("alignTo"),b=yo(v.get("edgeDistance"),u),w=v.get("bleedMargin");null==w&&(w=Math.min(u,d)>200?10:2);var S=y.getModel("labelLine"),M=S.get("length");M=yo(M,u);var I=S.get("length2");if(I=yo(I,u),Math.abs(h.endAngle-h.startAngle)0?"right":"left":L>0?"left":"right"}var G=Math.PI,F=0,W=v.get("rotate");if(j(W))F=W*(G/180);else if("center"===m)F=0;else if("radial"===W||!0===W){F=L<0?-k+G:-k}else if("tangential"===W&&"outside"!==m&&"outer"!==m){var H=Math.atan2(L,P);H<0&&(H=2*G+H),P>0&&(H=G+H),F=H-G}if(o=!!F,f.x=T,f.y=C,f.rotation=F,f.setStyle({verticalAlign:"middle"}),O){f.setStyle({align:A});var U=f.states.select;U&&(U.x+=f.x,U.y+=f.y)}else{var Y=new He(0,0,0,0);mT(Y,f),r.push({label:f,labelLine:g,position:m,len:M,len2:I,minTurnAngle:S.get("minTurnAngle"),maxSurfaceAngle:S.get("maxSurfaceAngle"),surfaceNormal:new Ae(L,P),linePoints:D,textAlign:A,labelDistance:x,labelAlignTo:_,edgeDistance:b,bleedMargin:w,rect:Y,unconstrainedWidth:Y.width,labelStyleWidth:f.style.width})}s.setTextConfig({inside:O})}})),!o&&t.get("avoidLabelOverlap")&&function(t,e,n,i,r,o,a,s){for(var l=[],u=[],c=Number.MAX_VALUE,h=-Number.MAX_VALUE,d=0;d0){for(var l=o.getItemLayout(0),u=1;isNaN(l&&l.startAngle)&&u=n.r0}},e.type="pie",e}(tv);function IT(t,e,n){e=U(e)&&{coordDimensions:e}||A({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=V_(i,e).dimensions,o=new B_(r,t);return o.initData(i,n),o}var TT,CT=function(){function t(t,e){this._getDataWithEncodedVisual=t,this._getRawData=e}return t.prototype.getAllNames=function(){var t=this._getRawData();return t.mapArray(t.getName)},t.prototype.containName=function(t){return this._getRawData().indexOfName(t)>=0},t.prototype.indexOfName=function(t){return this._getDataWithEncodedVisual().indexOfName(t)},t.prototype.getItemVisual=function(t,e){return this._getDataWithEncodedVisual().getItemVisual(t,e)},t}(),DT=sa(),AT=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new CT(W(this.getData,this),W(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.mergeOption=function(){t.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return IT(this,{coordDimensions:["value"],encodeDefaulter:H(Mf,this)})},e.prototype.getDataParams=function(e){var n=this.getData(),i=DT(n),r=i.seats;if(!r){var o=[];n.each(n.mapDimension("value"),(function(t){o.push(t)})),r=i.seats=So(o,n.hostModel.get("percentPrecision"))}var a=t.prototype.getDataParams.call(this,e);return a.percent=r[e]||0,a.$vars.push("percent"),a},e.prototype._defaultLabelLine=function(t){Ko(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.type="series.pie",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"50%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,coordinateSystemUsage:"box",left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:30,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},e}(Wy);TT={fullType:AT.type,getCoord2:function(t){return t.getShallow("center")}},Ap.set(TT.fullType,{getCoord2:void 0}).getCoord2=TT.getCoord2;var kT=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return n(e,t),e.prototype.getInitialData=function(t,e){return Z_(null,this,{useEncodeDefaulter:!0})},e.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?5e3:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?1e4:this.get("progressiveThreshold"):t},e.prototype.brushSelector=function(t,e,n){return n.point(e.getItemLayout(t))},e.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},e.type="series.scatter",e.dependencies=["grid","polar","geo","singleAxis","calendar","matrix"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:tf.color.primary}},universalTransition:{divideShape:"clone"}},e}(Wy),LT=function(){},PT=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return n(e,t),e.prototype.getDefaultShape=function(){return new LT},e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.buildPath=function(t,e){var n,i=e.points,r=e.size,o=this.symbolProxy,a=o.shape,s=t.getContext?t.getContext():t,l=s&&r[0]<4,u=this.softClipShape;if(l)this._ctx=s;else{for(this._ctx=null,n=this._off;n=0;s--){var l=2*s,u=i[l]-o/2,c=i[l+1]-a/2;if(t>=u&&e>=c&&t<=u+o&&e<=c+a)return s}return-1},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return t=n[0],e=n[1],i.contain(t,e)?(this.hoverDataIdx=this.findDataIndex(t,e))>=0:(this.hoverDataIdx=-1,!1)},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape,n=e.points,i=e.size,r=i[0],o=i[1],a=1/0,s=1/0,l=-1/0,u=-1/0,c=0;c=0&&(l.dataIndex=n+(t.startIndex||0))}))},t.prototype.remove=function(){this._clear()},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),RT=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i=t.getData();this._updateSymbolDraw(i,t).updateData(i,{clipShape:this._getClipShape(t)}),this._finished=!0},e.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData();this._updateSymbolDraw(i,t).incrementalPrepareUpdate(i),this._finished=!1},e.prototype.incrementalRender=function(t,e,n){this._symbolDraw.incrementalUpdate(t,e.getData(),{clipShape:this._getClipShape(e)}),this._finished=t.end===e.getData().count()},e.prototype.updateTransform=function(t,e,n){var i=t.getData();if(this.group.dirty(),!this._finished||i.count()>1e4)return{update:!0};var r=NI("").reset(t,e,n);r.progress&&r.progress({start:0,end:i.count(),count:i.count()},i),this._symbolDraw.updateLayout(i)},e.prototype.eachRendered=function(t){this._symbolDraw&&this._symbolDraw.eachRendered(t)},e.prototype._getClipShape=function(t){if(t.get("clip",!0)){var e=t.coordinateSystem;return e&&e.getArea&&e.getArea(.1)}},e.prototype._updateSymbolDraw=function(t,e){var n=this._symbolDraw,i=e.pipelineContext.large;return n&&i===this._isLargeDraw||(n&&n.remove(),n=this._symbolDraw=i?new OT:new uI,this._isLargeDraw=i,this.group.removeAll()),this.group.add(n.group),n},e.prototype.remove=function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},e.prototype.dispose=function(){},e.type="scatter",e}(tv),NT={left:0,right:0,top:0,bottom:0},zT=["25%","25%"],ET=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.mergeDefaultAndTheme=function(e,n){var i=Kp(e.outerBounds);t.prototype.mergeDefaultAndTheme.apply(this,arguments),i&&e.outerBounds&&qp(e.outerBounds,i)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.apply(this,arguments),this.option.outerBounds&&e.outerBounds&&qp(this.option.outerBounds,e.outerBounds)},e.type="grid",e.dependencies=["xAxis","yAxis"],e.layoutMode="box",e.defaultOption={show:!1,z:0,left:"15%",top:65,right:"10%",bottom:80,containLabel:!1,outerBoundsMode:"auto",outerBounds:NT,outerBoundsContain:"all",outerBoundsClampWidth:zT[0],outerBoundsClampHeight:zT[1],backgroundColor:tf.color.transparent,borderWidth:1,borderColor:tf.color.neutral30},e}(Qp),BT=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",ha).models[0]},e.type="cartesian2dAxis",e}(Qp);R(BT,nw);var VT={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:tf.color.axisLine,width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15],breakLine:!0},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12,color:tf.color.axisLabel,textMargin:[0,3]},splitLine:{show:!0,showMinLine:!0,showMaxLine:!0,lineStyle:{color:tf.color.axisSplitLine,width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:[tf.color.backgroundTint,tf.color.backgroundTransparent]}},breakArea:{show:!0,itemStyle:{color:tf.color.neutral00,borderColor:tf.color.border,borderWidth:1,borderType:[3,3],opacity:.6},zigzagAmplitude:4,zigzagMinSpan:4,zigzagMaxSpan:20,zigzagZ:100,expandOnClick:!0},breakLabelLayout:{moveOverlap:"auto"}},GT=C({boundaryGap:!0,deduplication:null,jitter:0,jitterOverlap:!0,jitterMargin:2,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto",show:"auto"},axisLabel:{interval:"auto"}},VT),FT=C({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:tf.color.axisMinorSplitLine,width:1}}},VT),WT={category:GT,value:FT,time:C({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},FT),log:k({logBase:10},FT)},HT={value:1,category:1,time:1,log:1},UT=null;function YT(){return UT}function XT(t,e,i,r){z(HT,(function(o,a){var s=C(C({},WT[a],!0),r,!0),l=function(t){function i(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e+"Axis."+a,n}return n(i,t),i.prototype.mergeDefaultAndTheme=function(t,e){var n=jp(this),i=n?Kp(t):{};C(t,e.getTheme().get(a+"Axis")),C(t,this.getDefaultOption()),t.type=ZT(t),n&&qp(t,i,n)},i.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=ab.createByAxisModel(this))},i.prototype.getCategories=function(t){var e=this.option;if("category"===e.type)return t?e.data:this.__ordinalMeta.categories},i.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},i.prototype.updateAxisBreaks=function(t){var e=YT();return e?e.updateModelAxisBreak(this,t):{breaks:[]}},i.type=e+"Axis."+a,i.defaultOption=s,i}(i);t.registerComponentModel(l)})),t.registerSubTypeDefaulter(e+"Axis",ZT)}function ZT(t){return t.type||(t.data?"category":"value")}var jT=function(){function t(t){this.type="cartesian",this._dimList=[],this._axes={},this.name=t||""}return t.prototype.getAxis=function(t){return this._axes[t]},t.prototype.getAxes=function(){return E(this._dimList,(function(t){return this._axes[t]}),this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),V(this.getAxes(),(function(e){return e.scale.type===t}))},t.prototype.addAxis=function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},t}(),qT=["x","y"];function KT(t){return("interval"===t.type||"time"===t.type)&&!t.hasBreaks()}var $T=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=qT,e}return n(e,t),e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,e=this.getAxis("y").scale;if(KT(t)&&KT(e)){var n=t.getExtent(),i=e.getExtent(),r=this.dataToPoint([n[0],i[0]]),o=this.dataToPoint([n[1],i[1]]),a=n[1]-n[0],s=i[1]-i[0];if(a&&s){var l=(o[0]-r[0])/a,u=(o[1]-r[1])/s,c=r[0]-n[0]*l,h=r[1]-i[0]*u,d=this._transform=[l,0,0,u,c,h];this._invTransform=Te([],d)}}},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},e.prototype.containPoint=function(t){var e=this.getAxis("x"),n=this.getAxis("y");return e.contain(e.toLocalCoord(t[0]))&&n.contain(n.toLocalCoord(t[1]))},e.prototype.containData=function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},e.prototype.containZone=function(t,e){var n=this.dataToPoint(t),i=this.dataToPoint(e),r=this.getArea(),o=new He(n[0],n[1],i[0]-n[0],i[1]-n[1]);return r.intersect(o)},e.prototype.dataToPoint=function(t,e,n){n=n||[];var i=t[0],r=t[1];if(this._transform&&null!=i&&isFinite(i)&&null!=r&&isFinite(r))return Ht(n,t,this._transform);var o=this.getAxis("x"),a=this.getAxis("y");return n[0]=o.toGlobalCoord(o.dataToCoord(i,e)),n[1]=a.toGlobalCoord(a.dataToCoord(r,e)),n},e.prototype.clampData=function(t,e){var n=this.getAxis("x").scale,i=this.getAxis("y").scale,r=n.getExtent(),o=i.getExtent(),a=n.parse(t[0]),s=i.parse(t[1]);return(e=e||[])[0]=Math.min(Math.max(Math.min(r[0],r[1]),a),Math.max(r[0],r[1])),e[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),e},e.prototype.pointToData=function(t,e,n){if(n=n||[],this._invTransform)return Ht(n,t,this._invTransform);var i=this.getAxis("x"),r=this.getAxis("y");return n[0]=i.coordToData(i.toLocalCoord(t[0]),e),n[1]=r.coordToData(r.toLocalCoord(t[1]),e),n},e.prototype.getOtherAxis=function(t){return this.getAxis("x"===t.dim?"y":"x")},e.prototype.getArea=function(t){t=t||0;var e=this.getAxis("x").getGlobalExtent(),n=this.getAxis("y").getGlobalExtent(),i=Math.min(e[0],e[1])-t,r=Math.min(n[0],n[1])-t,o=Math.max(e[0],e[1])-i+t,a=Math.max(n[0],n[1])-r+t;return new He(i,r,o,a)},e}(jT),JT=function(t){function e(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.index=0,a.type=r||"value",a.position=o||"bottom",a}return n(e,t),e.prototype.isHorizontal=function(){var t=this.position;return"top"===t||"bottom"===t},e.prototype.getGlobalExtent=function(t){var e=this.getExtent();return e[0]=this.toGlobalCoord(e[0]),e[1]=this.toGlobalCoord(e[1]),t&&e[0]>e[1]&&e.reverse(),e},e.prototype.pointToData=function(t,e){return this.coordToData(this.toLocalCoord(t["x"===this.dim?0:1]),e)},e.prototype.setCategorySortInfo=function(t){if("category"!==this.type)return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},e}(Ww),QT="expandAxisBreak",tC="collapseAxisBreak",eC="toggleAxisBreak",nC="axisbreakchanged",iC={type:QT,event:nC,update:"update",refineEvent:aC},rC={type:tC,event:nC,update:"update",refineEvent:aC},oC={type:eC,event:nC,update:"update",refineEvent:aC};function aC(t,e,n,i){var r=[];return z(t,(function(t){r=r.concat(t.eventBreaks)})),{eventContent:{breaks:r}}}var sC=Math.PI,lC=[[1,2,1,2],[5,3,5,3],[8,3,8,3]],uC=[[0,1,0,1],[0,3,0,3],[0,3,0,3]],cC=sa(),hC=sa(),dC=function(){function t(t){this.recordMap={},this.resolveAxisNameOverlap=t}return t.prototype.ensureRecord=function(t){var e=t.axis.dim,n=t.componentIndex,i=this.recordMap,r=i[e]||(i[e]=[]);return r[n]||(r[n]={ready:{}})},t}();var pC=[1,0,0,1,0,0],fC=new He(0,0,0,0),gC=function(t,e,n,i,r,o){if(Qb(t.nameLocation)){var a=o.stOccupiedRect;a&&yC(function(t,e,n){return t.transform=Wh(t.transform,n),t.localRect=Fh(t.localRect,e),t.rect=Fh(t.rect,e),n&&t.rect.applyTransform(n),t.axisAligned=Vh(n),t.obb=void 0,(t.label=t.label||{}).ignore=!1,t}({},a,o.transGroup.transform),i,r)}else vC(o.labelInfoList,o.dirVec,i,r)};function yC(t,e,n){var i=new Ae;IS(t,e,i,{direction:Math.atan2(n.y,n.x),bidirectional:!1,touchThreshold:.05})&&_S(e,i)}function vC(t,e,n,i){for(var r=Ae.dot(i,e)>=0,o=0,a=t.length;o0?"top":"bottom",i="center"):Co(o-sC)?(r=n>0?"bottom":"top",i="center"):(r="middle",i=o>0&&o0?"right":"left":n>0?"left":"right"),{rotation:o,textAlign:i,textVerticalAlign:r}},t.makeAxisEventDataBase=function(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+"Index"]=t.componentIndex,e},t.isLabelSilent=function(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)},t}(),xC=["axisLine","axisTickLabelEstimate","axisTickLabelDetermine","axisName"],_C={axisLine:function(t,e,n,i,r,o,a){var s=i.get(["axisLine","show"]);if("auto"===s&&(s=!0,null!=t.raw.axisLineAutoShow&&(s=!!t.raw.axisLineAutoShow)),s){var l=i.axis.getExtent(),u=o.transform,c=[l[0],0],h=[l[1],0],d=c[0]>h[0];u&&(Ht(c,c,u),Ht(h,h,u));var p=A({lineCap:"round"},i.getModel(["axisLine","lineStyle"]).getLineStyle()),f={strokeContainThreshold:t.raw.strokeContainThreshold||5,silent:!0,z2:1,style:p};if(i.get(["axisLine","breakLine"])&&i.axis.scale.hasBreaks())YT().buildAxisBreakLine(i,r,o,f);else{var g=new Ac(A({shape:{x1:c[0],y1:c[1],x2:h[0],y2:h[1]}},f));_h(g.shape,g.style.lineWidth),g.anid="line",r.add(g)}var y=i.get(["axisLine","symbol"]);if(null!=y){var v=i.get(["axisLine","symbolSize"]);X(y)&&(y=[y,y]),(X(v)||j(v))&&(v=[v,v]);var m=pm(i.get(["axisLine","symbolOffset"])||0,v),x=v[0],_=v[1];z([{rotate:t.rotation+Math.PI/2,offset:m[0],r:0},{rotate:t.rotation-Math.PI/2,offset:m[1],r:Math.sqrt((c[0]-h[0])*(c[0]-h[0])+(c[1]-h[1])*(c[1]-h[1]))}],(function(e,n){if("none"!==y[n]&&null!=y[n]){var i=hm(y[n],-x/2,-_/2,x,_,p.stroke,!0),o=e.r+e.offset,a=d?h:c;i.attr({rotation:e.rotate,x:a[0]+o*Math.cos(t.rotation),y:a[1]-o*Math.sin(t.rotation),silent:!0,z2:11}),r.add(i)}}))}}},axisTickLabelEstimate:function(t,e,n,i,r,o,a,s){MC(e,r,s)&&bC(t,e,n,i,r,o,a,Iw)},axisTickLabelDetermine:function(t,e,n,i,r,o,a,s){MC(e,r,s)&&bC(t,e,n,i,r,o,a,Tw);var l=function(t,e,n,i){var r=i.axis,o=i.getModel("axisTick"),a=o.get("show");"auto"===a&&(a=!0,null!=t.raw.axisTickAutoShow&&(a=!!t.raw.axisTickAutoShow));if(!a||r.scale.isBlank())return[];for(var s=o.getModel("lineStyle"),l=t.tickDirection*o.get("length"),u=SC(r.getTicksCoords(),n.transform,l,k(s.getLineStyle(),{stroke:i.get(["axisLine","lineStyle","color"])}),"ticks"),c=0;ci[1],l="start"===e&&!s||"start"!==e&&s;Co(a-sC/2)?(o=l?"bottom":"top",r="center"):Co(a-1.5*sC)?(o=l?"top":"bottom",r="center"):(o="middle",r=a<1.5*sC&&a>sC/2?l?"left":"right":l?"right":"left");return{rotation:a,textAlign:r,textVerticalAlign:o}}(t.rotation,c,b||0,f),null!=(_=t.raw.axisNameAvailableWidth)&&(_=Math.abs(_/Math.sin(x.rotation)),!isFinite(_)&&(_=null)));var w=d.getFont(),S=i.get("nameTruncate",!0)||{},M=S.ellipsis,I=it(t.raw.nameTruncateMaxWidth,S.maxWidth,_),T=s.nameMarginLevel||0,C=new Sl({x:y.x,y:y.y,rotation:x.rotation,silent:mC.isLabelSilent(i),style:Qh(d,{text:u,font:w,overflow:"truncate",width:I,ellipsis:M,fill:d.getTextColor()||i.get(["axisLine","lineStyle","color"]),align:d.get("align")||x.textAlign,verticalAlign:d.get("verticalAlign")||x.textVerticalAlign}),z2:1});if(zh({el:C,componentModel:i,itemName:u}),C.__fullText=u,C.anid="name",i.get("triggerEvent")){var D=mC.makeAxisEventDataBase(i);D.targetType="axisName",D.name=u,zl(C).eventData=D}o.add(C),C.updateTransform(),e.nameEl=C;var A=l.nameLayout=vS({label:C,priority:C.z2,defaultAttr:{ignore:C.ignore},marginDefault:Qb(c)?lC[T]:uC[T]});if(l.nameLocation=c,r.add(C),C.decomposeTransform(),t.shouldNameMoveOverlap&&A){var k=n.ensureRecord(i);0,n.resolveAxisNameOverlap(t,n,i,A,v,k)}}}};function bC(t,e,n,i,r,o,a,s){IC(e)||function(t,e,n,i,r,o){var a=r.axis,s=it(t.raw.axisLabelShow,r.get(["axisLabel","show"])),l=new to;n.add(l);var u=Cw(i);if(!s||a.scale.isBlank())return void TC(e,[],l,u);var c=r.getModel("axisLabel"),h=a.getViewLabels(u),d=(it(t.raw.labelRotate,c.get("rotate"))||0)*sC/180,p=mC.innerTextLayout(t.rotation,d,t.labelDirection),f=r.getCategories&&r.getCategories(!0),g=[],y=r.get("triggerEvent"),v=1/0,m=-1/0;z(h,(function(t,e){var n,i="ordinal"===a.scale.type?a.scale.getRawOrdinalNumber(t.tickValue):t.tickValue,s=t.formattedLabel,u=t.rawLabel,d=c;if(f&&f[i]){var x=f[i];q(x)&&x.textStyle&&(d=new wd(x.textStyle,c,r.ecModel))}var _=d.getTextColor()||r.get(["axisLine","lineStyle","color"]),b=d.getShallow("align",!0)||p.textAlign,w=rt(d.getShallow("alignMinLabel",!0),b),S=rt(d.getShallow("alignMaxLabel",!0),b),M=d.getShallow("verticalAlign",!0)||d.getShallow("baseline",!0)||p.textVerticalAlign,I=rt(d.getShallow("verticalAlignMinLabel",!0),M),T=rt(d.getShallow("verticalAlignMaxLabel",!0),M),C=10+((null===(n=t.time)||void 0===n?void 0:n.level)||0);v=Math.min(v,C),m=Math.max(m,C);var D=new Sl({x:0,y:0,rotation:0,silent:mC.isLabelSilent(r),z2:C,style:Qh(d,{text:s,align:0===e?w:e===h.length-1?S:b,verticalAlign:0===e?I:e===h.length-1?T:M,fill:Y(_)?_("category"===a.type?u:"value"===a.type?i+"":i,e):_})});D.anid="label_"+i;var A=cC(D);if(A.break=t.break,A.tickValue=i,A.layoutRotation=p.rotation,zh({el:D,componentModel:r,itemName:s,formatterParamsExtra:{isTruncated:function(){return D.isTruncated},value:u,tickIndex:e}}),y){var k=mC.makeAxisEventDataBase(r);k.targetType="axisLabel",k.value=u,k.tickIndex=e,t.break&&(k.break={start:t.break.parsedBreak.vmin,end:t.break.parsedBreak.vmax}),"category"===a.type&&(k.dataIndex=i),zl(D).eventData=k,t.break&&function(t,e,n,i){n.on("click",(function(n){var r={type:QT,breaks:[{start:i.parsedBreak.breakOption.start,end:i.parsedBreak.breakOption.end}]};r[t.axis.dim+"AxisIndex"]=t.componentIndex,e.dispatchAction(r)}))}(r,o,D,t.break)}g.push(D),l.add(D)}));var x=E(g,(function(t){return{label:t,priority:cC(t).break?t.z2+(m-v+1):t.z2,defaultAttr:{ignore:t.ignore}}}));TC(e,x,l,u)}(t,e,r,s,i,a);var l=e.labelLayoutList;!function(t,e,n,i){var r=e.get(["axisLabel","margin"]);z(n,(function(n,o){var a=vS(n);if(a){var s=a.label,l=cC(s);a.suggestIgnore=s.ignore,s.ignore=!1,kr(CC,DC),CC.x=e.axis.dataToCoord(l.tickValue),CC.y=t.labelOffset+t.labelDirection*r,CC.rotation=l.layoutRotation,i.add(CC),CC.updateTransform(),i.remove(CC),CC.decomposeTransform(),kr(s,CC),s.markRedraw(),gS(a,!0),vS(a)}}))}(t,i,l,o),function(t,e,n){var i=Nd();if(!i)return;var r=i.retrieveAxisBreakPairs(n,(function(t){return t&&cC(t.label).break}),!0),o=t.get(["breakLabelLayout","moveOverlap"],!0);!0!==o&&"auto"!==o||z(r,(function(i){YT().adjustBreakLabelPair(t.axis.inverse,e,[vS(n[i[0]]),vS(n[i[1]])])}))}(i,t.rotation,l);var u=t.optionHideOverlap;!function(t,e,n){if($b(t.axis))return;function i(t,i,r){var o=vS(e[i]),a=vS(e[r]);if(o&&a)if(!1===t||o.suggestIgnore)wC(o.label);else if(a.suggestIgnore)wC(a.label);else{var s=.1;if(!n){var l=[0,0,0,0];o=bS({marginForce:l},o),a=bS({marginForce:l},a)}IS(o,a,null,{touchThreshold:s})&&wC(t?a.label:o.label)}}var r=t.get(["axisLabel","showMinLabel"]),o=t.get(["axisLabel","showMaxLabel"]),a=e.length;i(r,0,1),i(o,a-1,a-2)}(i,l,u),u&&MS(V(l,(function(t){return t&&!t.label.ignore}))),function(t,e,n,i){var r,o=n.axis,a=e.ensureRecord(n),s=[],l=AC(t.axisName)&&Qb(t.nameLocation);z(i,(function(t){var e=vS(t);if(e&&!e.label.ignore){s.push(e);var n=a.transGroup;l&&(n.transform?Te(pC,n.transform):_e(pC),e.transform&&we(pC,pC,e.transform),He.copy(fC,e.localRect),fC.applyTransform(pC),r?r.union(fC):He.copy(r=new He(0,0,0,0),fC))}}));var u=Math.abs(a.dirVec.x)>.1?"x":"y",c=a.transGroup[u];if(s.sort((function(t,e){return Math.abs(t.label[u]-c)-Math.abs(e.label[u]-c)})),l&&r){var h=o.getExtent(),d=Math.min(h[0],h[1]),p=Math.max(h[0],h[1])-d;r.union(new He(d,0,p,1))}a.stOccupiedRect=r,a.labelInfoList=s}(t,n,i,l)}function wC(t){t&&(t.ignore=!0)}function SC(t,e,n,i,r){for(var o=[],a=[],s=[],l=0;lu[0]&&isFinite(f)&&isFinite(u[0]);)p=K_(p),f=u[1]-p*a;else{t.getTicks().length-1>a&&(p=K_(p));var y=p*a;(f=mo((g=Math.ceil(u[1]/p)*p)-y))<0&&u[0]>=0?(f=0,g=mo(y)):g>0&&u[1]<=0&&(g=0,f=-mo(y))}var v=(r[0].value-o[0].value)/s,m=(r[a].value-o[a].value)/s;i.setExtent.call(t,f+p*v,g+p*m),i.setInterval.call(t,p),(v||m)&&i.setNiceExtent.call(t,f+p,g-p)}var OC,RC=[[3,1],[0,2]],NC=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=qT,this._initCartesian(t,e,n),this.model=t}return t.prototype.getRect=function(){return this._rect},t.prototype.update=function(t,e){var n=this._axesMap;function i(t){var e,n=F(t),i=n.length;if(i){for(var r=[],o=i-1;o>=0;o--){var a=t[+n[o]],s=a.model,l=a.scale;j_(l)&&s.get("alignTicks")&&null==s.get("interval")?r.push(a):(Xb(l,s),j_(l)&&(e=a))}r.length&&(e||Xb((e=r.pop()).scale,e.model),z(r,(function(t){PC(t.scale,t.model,e.scale)})))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};z(n.x,(function(t){EC(n,"y",t,r)})),z(n.y,(function(t){EC(n,"x",t,r)})),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=Xp(t,e),r=this._rect=Hp(t.getBoxLayoutParams(),i.refContainer),o=this._axesMap,a=this._coordsList,s=t.get("containLabel");if(VC(o,r),!n){var l=function(t,e,n,i,r){var o=new dC(HC);return z(n,(function(n){return z(n,(function(n){if(tw(n.model)){var a=!i;n.axisBuilder=function(t,e,n,i,r,o){for(var a=kC(t,n),s=!1,l=!1,u=0;u0&&i>0||n<0&&i<0)}(t)}function VC(t,e){z(t.x,(function(t){return GC(t,e.x,e.width)})),z(t.y,(function(t){return GC(t,e.y,e.height)}))}function GC(t,e,n){var i=[0,n],r=t.inverse?1:0;t.setExtent(i[r],i[1-r]),function(t,e){var n=t.getExtent(),i=n[0]+n[1];t.toGlobalCoord="x"===t.dim?function(t){return t+e}:function(t){return i-t+e},t.toLocalCoord="x"===t.dim?function(t){return t-e}:function(t){return i-t+e}}(t,e)}function FC(t,e,n,i,r,o,a){WC(i,r,Iw,e,!1,a);var s=[0,0,0,0];u(0),u(1),c(i,0,NaN),c(i,1,NaN);var l=null==G(s,(function(t){return t>0}));return Oh(i,s,!0,!0,n),VC(r,i),l;function u(t){z(r[lh[t]],(function(e){if(tw(e.model)){var n=o.ensureRecord(e.model),i=n.labelInfoList;if(i)for(var r=0;r0&&!nt(e)&&e>1e-4&&(t/=e),t}}function WC(t,e,n,i,r,o){var a=n===Tw;z(e,(function(e){return z(e,(function(e){tw(e.model)&&(!function(t,e,n){var i=kC(e,n);t.updateCfg(i)}(e.axisBuilder,t,e.model),e.axisBuilder.build(a?{axisTickLabelDetermine:!0}:{axisTickLabelEstimate:!0},{noPxChange:r}))}))}));var s={x:0,y:0};function l(e){s[lh[1-e]]=t[uh[e]]<=.5*o.refContainer[uh[e]]?0:1-e==1?2:1}l(0),l(1),z(e,(function(t,e){return z(t,(function(t){tw(t.model)&&(("all"===i||a)&&t.axisBuilder.build({axisName:!0},{nameMarginLevel:s[e]}),a&&t.axisBuilder.build({axisLine:!0}))}))}))}var HC=function(t,e,n,i,r,o){var a="x"===n.axis.dim?"y":"x";gC(t,0,0,i,r,o),Qb(t.nameLocation)||z(e.recordMap[a],(function(t){t&&t.labelInfoList&&t.dirVec&&vC(t.labelInfoList,t.dirVec,i,r)}))};function UC(t,e){var n={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return function(t,e,n){var i=e.getComponent("tooltip"),r=e.getComponent("axisPointer"),o=r.get("link",!0)||[],a=[];z(n.getCoordinateSystems(),(function(n){if(n.axisPointerEnabled){var s=qC(n.model),l=t.coordSysAxesInfo[s]={};t.coordSysMap[s]=n;var u=n.model.getModel("tooltip",i);if(z(n.getAxes(),H(p,!1,null)),n.getTooltipAxes&&i&&u.get("show")){var c="axis"===u.get("trigger"),h="cross"===u.get(["axisPointer","type"]),d=n.getTooltipAxes(u.get(["axisPointer","axis"]));(c||h)&&z(d.baseAxes,H(p,!h||"cross",c)),h&&z(d.otherAxes,H(p,"cross",!1))}}function p(i,s,c){var h=c.model.getModel("axisPointer",r),d=h.get("show");if(d&&("auto"!==d||i||jC(h))){null==s&&(s=h.get("triggerTooltip")),h=i?function(t,e,n,i,r,o){var a=e.getModel("axisPointer"),s={};z(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],(function(t){s[t]=T(a.get(t))})),s.snap="category"!==t.type&&!!o,"cross"===a.get("type")&&(s.type="line");var l=s.label||(s.label={});if(null==l.show&&(l.show=!1),"cross"===r){var u=a.get(["label","show"]);if(l.show=null==u||u,!o){var c=s.lineStyle=a.get("crossStyle");c&&k(l,c.textStyle)}}return t.model.getModel("axisPointer",new wd(s,n,i))}(c,u,r,e,i,s):h;var p=h.get("snap"),f=h.get("triggerEmphasis"),g=qC(c.model),y=s||p||"category"===c.type,v=t.axesInfo[g]={key:g,axis:c,coordSys:n,axisPointerModel:h,triggerTooltip:s,triggerEmphasis:f,involveSeries:y,snap:p,useHandle:jC(h),seriesModels:[],linkGroup:null};l[g]=v,t.seriesInvolved=t.seriesInvolved||y;var m=function(t,e){for(var n=e.model,i=e.dim,r=0;r=0||t===e}function XC(t){var e=ZC(t);if(e){var n=e.axisPointerModel,i=e.axis.scale,r=n.option,o=n.get("status"),a=n.get("value");null!=a&&(a=i.parse(a));var s=jC(n);null==o&&(r.status=s?"show":"hide");var l=i.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),a0?s?hD(n,a,u,i):function(t,e,n,i,r,o){var a=uD(t);a.items||(a.items=[]);var s=a.items,l=dD(s,e,n,i,r,o,1),u=dD(s,e,n,i,r,o,-1),c=Math.abs(l-n)r/2||h&&d>h/2-i)return hD(n,r,h,i);return s.push({fixedCoord:e,floatCoord:c,r:i}),c}(t,e,n,i,a,l):n}function hD(t,e,n,i){if(null===n)return t+(Math.random()-.5)*e;var r=n-2*i,o=Math.min(Math.max(0,e),r);return t+(Math.random()-.5)*o}function dD(t,e,n,i,r,o,a){for(var s=n,l=0;lr/2)return Number.MAX_VALUE;if(1===a&&f>s||-1===a&&f0;return a&&s}(t,n);if(i){var r=t.getData();r.each((function(t){var e=n.dim,i=n.orient,o="horizontal"===i&&"category"!==n.type||"vertical"===i&&"category"===n.type,a=r.getItemLayout(t),s=r.getItemVisual(t,"symbolSize"),l=s instanceof Array?(s[1]+s[0])/2:s;if("y"===e||"single"===e&&o){var u=cD(n,a[0],a[1],l/2);r.setItemLayout(t,[a[0],u])}else if("x"===e||"single"===e&&!o){u=cD(n,a[1],a[0],l/2);r.setItemLayout(t,[u,a[1]])}}))}}}))}function fD(t){t.eachSeriesByType("radar",(function(t){var e=t.getData(),n=[],i=t.coordinateSystem;if(i){var r=i.getIndicatorAxes();z(r,(function(t,o){e.each(e.mapDimension(r[o].dim),(function(t,e){n[e]=n[e]||[];var r=i.dataToPoint(t,o);n[e][o]=gD(r)?r:yD(i)}))})),e.each((function(t){var r=G(n[t],(function(t){return gD(t)}))||yD(i);n[t].push(r.slice()),e.setItemLayout(t,n[t])}))}}))}function gD(t){return!isNaN(t[0])&&!isNaN(t[1])}function yD(t){return[t.cx,t.cy]}function vD(t){var e=t.polar;if(e){U(e)||(e=[e]);var n=[];z(e,(function(e,i){e.indicator?(e.type&&!e.shape&&(e.shape=e.type),t.radar=t.radar||[],U(t.radar)||(t.radar=[t.radar]),t.radar.push(e)):n.push(e)})),t.polar=n}z(t.series,(function(t){t&&"radar"===t.type&&t.polarIndex&&(t.radarIndex=t.polarIndex)}))}var mD=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i=t.coordinateSystem,r=this.group,o=t.getData(),a=this._data;function s(t,e){var n=t.getItemVisual(e,"symbol")||"circle";if("none"!==n){var i=dm(t.getItemVisual(e,"symbolSize")),r=hm(n,-1,-1,2,2),o=t.getItemVisual(e,"symbolRotate")||0;return r.attr({style:{strokeNoScale:!0},z2:100,scaleX:i[0]/2,scaleY:i[1]/2,rotation:o*Math.PI/180||0}),r}}function l(e,n,i,r,o,a){i.removeAll();for(var l=0;l0&&!h.min?h.min=0:null!=h.min&&h.min<0&&!h.max&&(h.max=0);var d=a;null!=h.color&&(d=k({color:h.color},a));var p=C(T(h),{boundaryGap:t,splitNumber:e,scale:n,axisLine:i,axisTick:r,axisLabel:o,name:h.text,showName:s,nameLocation:"end",nameGap:u,nameTextStyle:d,triggerEvent:c},!1);if(X(l)){var f=p.name;p.name=l.replace("{value}",null!=f?f:"")}else Y(l)&&(p.name=l(p.name,p));var g=new wd(p,null,this.ecModel);return R(g,nw.prototype),g.mainType="radar",g.componentIndex=this.componentIndex,g}),this);this._indicatorModels=h},e.prototype.getIndicatorModels=function(){return this._indicatorModels},e.type="radar",e.defaultOption={z:0,center:["50%","50%"],radius:"50%",startAngle:90,axisName:{show:!0,color:tf.color.axisLabel},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:C({lineStyle:{color:tf.color.neutral20}},_D.axisLine),axisLabel:bD(_D.axisLabel,!1),axisTick:bD(_D.axisTick,!1),splitLine:bD(_D.splitLine,!0),splitArea:bD(_D.splitArea,!0),indicator:[]},e}(Qp),SD=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){this.group.removeAll(),this._buildAxes(t,n),this._buildSplitLineAndArea(t)},e.prototype._buildAxes=function(t,e){var n=t.coordinateSystem;z(E(n.getIndicatorAxes(),(function(t){var i=t.model.get("showName")?t.name:"";return new mC(t.model,e,{axisName:i,position:[n.cx,n.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})})),(function(t){t.build(),this.group.add(t.group)}),this)},e.prototype._buildSplitLineAndArea=function(t){var e=t.coordinateSystem,n=e.getIndicatorAxes();if(n.length){var i=t.get("shape"),r=t.getModel("splitLine"),o=t.getModel("splitArea"),a=r.getModel("lineStyle"),s=o.getModel("areaStyle"),l=r.get("show"),u=o.get("show"),c=a.get("color"),h=s.get("color"),d=U(c)?c:[c],p=U(h)?h:[h],f=[],g=[];if("circle"===i)for(var y=n[0].getTicksCoords(),v=e.cx,m=e.cy,x=0;x3?1.4:r>1?1.2:1.1,l=i>0?s:1/s;this._checkTriggerMoveZoom(this,"zoom","zoomOnMouseWheel",t,{scale:l,originX:o,originY:a,isAvailableBehavior:null})}if(n){var u=Math.abs(i),c=(i>0?1:-1)*(u>3?.4:u>1?.15:.05);this._checkTriggerMoveZoom(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:c,originX:o,originY:a,isAvailableBehavior:null})}}}},e.prototype._pinchHandler=function(t){if(!DD(this._zr,"globalPan")&&!PD(t)){var e=t.pinchScale>1?1.1:1/1.1;this._checkTriggerMoveZoom(this,"zoom",null,t,{scale:e,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},e.prototype._checkTriggerMoveZoom=function(t,e,n,i,r){t._checkPointer(i,r.originX,r.originY)&&(fe(i.event),i.__ecRoamConsumed=!0,VD(t,e,n,i,r))},e}(qt);function PD(t){return t.__ecRoamConsumed}var OD,RD=sa();function ND(t){var e=RD(t);return e.roam=e.roam||{},e.uniform=e.uniform||{},e}function zD(t,e,n,i){for(var r=ND(t).roam,o=r[e]=r[e]||[],a=0;a=4&&(l={x:parseFloat(h[0]||0),y:parseFloat(h[1]||0),width:parseFloat(h[2]),height:parseFloat(h[3])})}if(l&&null!=a&&null!=s&&(u=fA(l,{x:0,y:0,width:a,height:s}),!e.ignoreViewBox)){var d=i;(i=new to).add(d),d.scaleX=d.scaleY=u.scale,d.x=u.x,d.y=u.y}return e.ignoreRootClip||null==a||null==s||i.setClipPath(new xl({shape:{x:0,y:0,width:a,height:s}})),{root:i,width:a,height:s,viewBoxRect:l,viewBoxTransform:u,named:r}},t.prototype._parseNode=function(t,e,n,i,r,o){var a,s=t.nodeName.toLowerCase(),l=i;if("defs"===s&&(r=!0),"text"===s&&(o=!0),"defs"===s||"switch"===s)a=e;else{if(!r){var u=OD[s];if(u&&_t(OD,s)){a=u.call(this,t,e);var c=t.getAttribute("name");if(c){var h={name:c,namedFrom:null,svgNodeTagLower:s,el:a};n.push(h),"g"===s&&(l=h)}else i&&n.push({name:i.name,namedFrom:i,svgNodeTagLower:s,el:a});e.add(a)}}var d=tA[s];if(d&&_t(tA,s)){var p=d.call(this,t),f=t.getAttribute("id");f&&(this._defs[f]=p)}}if(a&&a.isGroup)for(var g=t.firstChild;g;)1===g.nodeType?this._parseNode(g,a,n,l,r,o):3===g.nodeType&&o&&this._parseText(g,a),g=g.nextSibling},t.prototype._parseText=function(t,e){var n=new ul({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});iA(e,n),oA(t,n,this._defsUsePending,!1,!1),function(t,e){var n=e.__selfStyle;if(n){var i=n.textBaseline,r=i;i&&"auto"!==i?"baseline"===i?r="alphabetic":"before-edge"===i||"text-before-edge"===i?r="top":"after-edge"===i||"text-after-edge"===i?r="bottom":"central"!==i&&"mathematical"!==i||(r="middle"):r="alphabetic",t.style.textBaseline=r}var o=e.__inheritedStyle;if(o){var a=o.textAlign,s=a;a&&("middle"===a&&(s="center"),t.style.textAlign=s)}}(n,e);var i=n.style,r=i.fontSize;r&&r<9&&(i.fontSize=9,n.scaleX*=r/9,n.scaleY*=r/9);var o=(i.fontSize||i.fontFamily)&&[i.fontStyle,i.fontWeight,(i.fontSize||12)+"px",i.fontFamily||"sans-serif"].join(" ");i.font=o;var a=n.getBoundingRect();return this._textX+=a.width,e.add(n),n},t.internalField=void(OD={g:function(t,e){var n=new to;return iA(e,n),oA(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new xl;return iA(e,n),oA(t,n,this._defsUsePending,!1,!1),n.setShape({x:parseFloat(t.getAttribute("x")||"0"),y:parseFloat(t.getAttribute("y")||"0"),width:parseFloat(t.getAttribute("width")||"0"),height:parseFloat(t.getAttribute("height")||"0")}),n.silent=!0,n},circle:function(t,e){var n=new nc;return iA(e,n),oA(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),r:parseFloat(t.getAttribute("r")||"0")}),n.silent=!0,n},line:function(t,e){var n=new Ac;return iA(e,n),oA(t,n,this._defsUsePending,!1,!1),n.setShape({x1:parseFloat(t.getAttribute("x1")||"0"),y1:parseFloat(t.getAttribute("y1")||"0"),x2:parseFloat(t.getAttribute("x2")||"0"),y2:parseFloat(t.getAttribute("y2")||"0")}),n.silent=!0,n},ellipse:function(t,e){var n=new rc;return iA(e,n),oA(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),rx:parseFloat(t.getAttribute("rx")||"0"),ry:parseFloat(t.getAttribute("ry")||"0")}),n.silent=!0,n},polygon:function(t,e){var n,i=t.getAttribute("points");i&&(n=rA(i));var r=new Mc({shape:{points:n||[]},silent:!0});return iA(e,r),oA(t,r,this._defsUsePending,!1,!1),r},polyline:function(t,e){var n,i=t.getAttribute("points");i&&(n=rA(i));var r=new Tc({shape:{points:n||[]},silent:!0});return iA(e,r),oA(t,r,this._defsUsePending,!1,!1),r},image:function(t,e){var n=new dl;return iA(e,n),oA(t,n,this._defsUsePending,!1,!1),n.setStyle({image:t.getAttribute("xlink:href")||t.getAttribute("href"),x:+t.getAttribute("x"),y:+t.getAttribute("y"),width:+t.getAttribute("width"),height:+t.getAttribute("height")}),n.silent=!0,n},text:function(t,e){var n=t.getAttribute("x")||"0",i=t.getAttribute("y")||"0",r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0";this._textX=parseFloat(n)+parseFloat(r),this._textY=parseFloat(i)+parseFloat(o);var a=new to;return iA(e,a),oA(t,a,this._defsUsePending,!1,!0),a},tspan:function(t,e){var n=t.getAttribute("x"),i=t.getAttribute("y");null!=n&&(this._textX=parseFloat(n)),null!=i&&(this._textY=parseFloat(i));var r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0",a=new to;return iA(e,a),oA(t,a,this._defsUsePending,!1,!0),this._textX+=parseFloat(r),this._textY+=parseFloat(o),a},path:function(t,e){var n=Qu(t.getAttribute("d")||"");return iA(e,n),oA(t,n,this._defsUsePending,!1,!1),n.silent=!0,n}}),t}(),tA={lineargradient:function(t){var e=parseInt(t.getAttribute("x1")||"0",10),n=parseInt(t.getAttribute("y1")||"0",10),i=parseInt(t.getAttribute("x2")||"10",10),r=parseInt(t.getAttribute("y2")||"0",10),o=new Bc(e,n,i,r);return eA(t,o),nA(t,o),o},radialgradient:function(t){var e=parseInt(t.getAttribute("cx")||"0",10),n=parseInt(t.getAttribute("cy")||"0",10),i=parseInt(t.getAttribute("r")||"0",10),r=new Vc(e,n,i);return eA(t,r),nA(t,r),r}};function eA(t,e){"userSpaceOnUse"===t.getAttribute("gradientUnits")&&(e.global=!0)}function nA(t,e){for(var n=t.firstChild;n;){if(1===n.nodeType&&"stop"===n.nodeName.toLocaleLowerCase()){var i=n.getAttribute("offset"),r=void 0;r=i&&i.indexOf("%")>0?parseInt(i,10)/100:i?parseFloat(i):0;var o={};pA(n,o,o);var a=o.stopColor||n.getAttribute("stop-color")||"#000000",s=o.stopOpacity||n.getAttribute("stop-opacity");if(s){var l=oi(a);l&&l[3]&&(l[3]*=$n(s),a=fi(l,"rgba"))}e.colorStops.push({offset:r,color:a})}n=n.nextSibling}}function iA(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),k(e.__inheritedStyle,t.__inheritedStyle))}function rA(t){for(var e=uA(t),n=[],i=0;i0;o-=2){var a=i[o],s=i[o-1],l=uA(a);switch(r=r||[1,0,0,1,0,0],s){case"translate":Se(r,r,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":Ie(r,r,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":Me(r,r,-parseFloat(l[0])*hA,[parseFloat(l[1]||"0"),parseFloat(l[2]||"0")]);break;case"skewX":we(r,[1,0,Math.tan(parseFloat(l[0])*hA),1,0,0],r);break;case"skewY":we(r,[1,Math.tan(parseFloat(l[0])*hA),0,1,0,0],r);break;case"matrix":r[0]=parseFloat(l[0]),r[1]=parseFloat(l[1]),r[2]=parseFloat(l[2]),r[3]=parseFloat(l[3]),r[4]=parseFloat(l[4]),r[5]=parseFloat(l[5])}}e.setLocalTransform(r)}}(t,e),pA(t,a,s),i||function(t,e,n){for(var i=0;i0,y={api:n,geo:l,mapOrGeoModel:t,data:a,isVisualEncodedByVisualMap:g,isGeo:o,transformInfoRaw:d};"geoJSON"===l.resourceType?this._buildGeoJSON(y):"geoSVG"===l.resourceType&&this._buildSVG(y),this._updateController(t,s,e,n),this._updateMapSelectHandler(t,u,n,i)},t.prototype._buildGeoJSON=function(t){var e=this._regionsGroupByName=yt(),n=yt(),i=this._regionsGroup,r=t.transformInfoRaw,o=t.mapOrGeoModel,a=t.data,s=t.geo.projection,l=s&&s.stream;function u(t,e){return e&&(t=e(t)),t&&[t[0]*r.scaleX+r.x,t[1]*r.scaleY+r.y]}function c(t){for(var e=[],n=!l&&s&&s.project,i=0;i=0)&&(d=r);var p=a?{normal:{align:"center",verticalAlign:"middle"}}:null;$h(e,Jh(i),{labelFetcher:d,labelDataIndex:h,defaultText:n},p);var f=e.getTextContent();if(f&&(NA(f).ignore=f.ignore,e.textConfig&&a)){var g=e.getBoundingRect().clone();e.textConfig.layoutRect=g,e.textConfig.position=[(a[0]-g.x)/g.width*100+"%",(a[1]-g.y)/g.height*100+"%"]}e.disableLabelAnimation=!0}else e.removeTextContent(),e.removeTextConfig(),e.disableLabelAnimation=null}function FA(t,e,n,i,r,o){t.data?t.data.setItemGraphicEl(o,e):zl(e).eventData={componentType:"geo",componentIndex:r.componentIndex,geoIndex:r.componentIndex,name:n,region:i&&i.option||{}}}function WA(t,e,n,i,r){t.data||zh({el:e,componentModel:r,itemName:n,itemTooltipOption:i.get("tooltip")})}function HA(t,e,n,i,r){e.highDownSilentOnTouch=!!r.get("selectedMode");var o=i.getModel("emphasis"),a=o.get("focus");return Tu(e,a,o.get("blurScope"),o.get("disabled")),t.isGeo&&function(t,e,n){var i=zl(t);i.componentMainType=e.mainType,i.componentIndex=e.componentIndex,i.componentHighDownName=n}(e,r,n),a}function UA(t,e,n){var i,r=[];function o(){i=[]}function a(){i.length&&(r.push(i),i=[])}var s=e({polygonStart:o,polygonEnd:a,lineStart:o,lineEnd:a,point:function(t,e){isFinite(t)&&isFinite(e)&&i.push([t,e])},sphere:function(){}});return!n&&s.polygonStart(),z(t,(function(t){s.lineStart();for(var e=0;e-1&&(n.style.stroke=n.style.fill,n.style.fill=tf.color.neutral00,n.style.lineWidth=2),n},e.type="series.map",e.dependencies=["geo"],e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:tf.color.tertiary},itemStyle:{borderWidth:.5,borderColor:tf.color.border,areaColor:tf.color.background},emphasis:{label:{show:!0,color:tf.color.primary},itemStyle:{areaColor:tf.color.highlight}},select:{label:{show:!0,color:tf.color.primary},itemStyle:{color:tf.color.highlight}},nameProperty:"name"},e}(Wy);function ZA(t){var e={};t.eachSeriesByType("map",(function(t){var n=t.getHostGeoModel(),i=n?"o"+n.id:"i"+t.getMapType();(e[i]=e[i]||[]).push(t)})),z(e,(function(t,e){for(var n,i,r,o=(n=E(t,(function(t){return t.getData()})),i=t[0].get("mapValueCalculation"),r={},z(n,(function(t){t.each(t.mapDimension("value"),(function(e,n){var i="ec-"+t.getName(n);r[i]=r[i]||[],isNaN(e)||r[i].push(e)}))})),n[0].map(n[0].mapDimension("value"),(function(t,e){for(var o="ec-"+n[0].getName(e),a=0,s=1/0,l=-1/0,u=r[o].length,c=0;c1?(p.width=d,p.height=d/m):(p.height=d,p.width=d*m),p.y=h[1]-p.height/2,p.x=h[0]-p.width/2;else{var _=t.getBoxLayoutParams();_.aspect=m,p=Up(t,p=Hp(_,v),m)}this.setViewRect(p.x,p.y,p.width,p.height),this.setCenter(t.get("center")),this.setZoom(t.get("zoom"))}R(tk,KA);var ik=function(){function t(){this.dimensions=QA}return t.prototype.create=function(t,e){var n=[];function i(t){return{nameProperty:t.get("nameProperty"),aspectScale:t.get("aspectScale"),projection:t.get("projection")}}t.eachComponent("geo",(function(r,o){var a=r.get("map"),s=new tk(a+o,a,A({nameMap:r.get("nameMap"),api:e,ecModel:t},i(r)));s.zoomLimit=r.get("scaleLimit"),n.push(s),r.coordinateSystem=s,s.model=r,s.resize=nk,s.resize(r,e)})),t.eachSeries((function(t){Rp({targetModel:t,coordSysType:"geo",coordSysProvider:function(){var e="map"===t.subType?t.getHostGeoModel():t.getReferringComponents("geo",ha).models[0];return e&&e.coordinateSystem},allowNotFound:!0})}));var r={};return t.eachSeriesByType("map",(function(t){if(!t.getHostGeoModel()){var e=t.getMapType();r[e]=r[e]||[],r[e].push(t)}})),z(r,(function(r,o){var a=E(r,(function(t){return t.get("nameMap")})),s=new tk(o,o,A({nameMap:D(a),api:e,ecModel:t},i(r[0])));s.zoomLimit=it.apply(null,E(r,(function(t){return t.get("scaleLimit")}))),n.push(s),s.resize=nk,s.resize(r[0],e),z(r,(function(t){t.coordinateSystem=s,function(t,e){z(e.get("geoCoord"),(function(e,n){t.addGeoCoord(n,e)}))}(s,t)}))})),n},t.prototype.getFilledRegions=function(t,e,n,i){for(var r=(t||[]).slice(),o=yt(),a=0;a=0;){var o=e[n];o.hierNode.prelim+=i,o.hierNode.modifier+=i,r+=o.hierNode.change,i+=o.hierNode.shift+r}}(t);var o=(n[0].hierNode.prelim+n[n.length-1].hierNode.prelim)/2;r?(t.hierNode.prelim=r.hierNode.prelim+e(t,r),t.hierNode.modifier=t.hierNode.prelim-o):t.hierNode.prelim=o}else r&&(t.hierNode.prelim=r.hierNode.prelim+e(t,r));t.parentNode.hierNode.defaultAncestor=function(t,e,n,i){if(e){for(var r=t,o=t,a=o.parentNode.children[0],s=e,l=r.hierNode.modifier,u=o.hierNode.modifier,c=a.hierNode.modifier,h=s.hierNode.modifier;s=pk(s),o=fk(o),s&&o;){r=pk(r),a=fk(a),r.hierNode.ancestor=t;var d=s.hierNode.prelim+h-o.hierNode.prelim-u+i(s,o);d>0&&(yk(gk(s,t,n),t,d),u+=d,l+=d),h+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=r.hierNode.modifier,c+=a.hierNode.modifier}s&&!pk(r)&&(r.hierNode.thread=s,r.hierNode.modifier+=h-l),o&&!fk(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-c,n=t)}return n}(t,r,t.parentNode.hierNode.defaultAncestor||i[0],e)}function ck(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function hk(t){return arguments.length?t:vk}function dk(t,e){return t-=Math.PI/2,{x:e*Math.cos(t),y:e*Math.sin(t)}}function pk(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function fk(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function gk(t,e,n){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:n}function yk(t,e,n){var i=n/(e.hierNode.i-t.hierNode.i);e.hierNode.change-=i,e.hierNode.shift+=n,e.hierNode.modifier+=n,e.hierNode.prelim+=n,t.hierNode.change+=i}function vk(t,e){return t.parentNode===e.parentNode?1:2}var mk=function(){this.parentPoint=[],this.childPoints=[]},xk=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:tf.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new mk},e.prototype.buildPath=function(t,e){var n=e.childPoints,i=n.length,r=e.parentPoint,o=n[0],a=n[i-1];if(1===i)return t.moveTo(r[0],r[1]),void t.lineTo(o[0],o[1]);var s=e.orient,l="TB"===s||"BT"===s?0:1,u=1-l,c=yo(e.forkPosition,1),h=[];h[l]=r[l],h[u]=r[u]+(a[u]-r[u])*c,t.moveTo(r[0],r[1]),t.lineTo(h[0],h[1]),t.moveTo(o[0],o[1]),h[l]=o[l],t.lineTo(h[0],h[1]),h[l]=a[l],t.lineTo(h[0],h[1]),t.lineTo(a[0],a[1]);for(var d=1;dm.x)||(_-=Math.PI);var S=b?"left":"right",M=s.getModel("label"),I=M.get("rotate"),T=I*(Math.PI/180),C=y.getTextContent();C&&(y.setTextConfig({position:M.get("position")||S,rotation:null==I?-_:T,origin:"center"}),C.setStyle("verticalAlign","middle"))}var D=s.get(["emphasis","focus"]),A="relative"===D?vt(a.getAncestorsIndices(),a.getDescendantIndices()):"ancestor"===D?a.getAncestorsIndices():"descendant"===D?a.getDescendantIndices():null;A&&(zl(n).focus=A),function(t,e,n,i,r,o,a,s){var l=e.getModel(),u=t.get("edgeShape"),c=t.get("layout"),h=t.getOrient(),d=t.get(["lineStyle","curveness"]),p=t.get("edgeForkPosition"),f=l.getModel("lineStyle").getLineStyle(),g=i.__edge;if("curve"===u)e.parentNode&&e.parentNode!==n&&(g||(g=i.__edge=new Oc({shape:Tk(c,h,d,r,r)})),th(g,{shape:Tk(c,h,d,o,a)},t));else if("polyline"===u)if("orthogonal"===c){if(e!==n&&e.children&&0!==e.children.length&&!0===e.isExpand){for(var y=e.children,v=[],m=0;me&&(e=i.height)}this.height=e+1},t.prototype.getNodeById=function(t){if(this.getId()===t)return this;for(var e=0,n=this.children,i=n.length;e=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},t.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},t.prototype.getModel=function(t){if(!(this.dataIndex<0))return this.hostTree.data.getItemModel(this.dataIndex).getModel(t)},t.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},t.prototype.setVisual=function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},t.prototype.getVisual=function(t){return this.hostTree.data.getItemVisual(this.dataIndex,t)},t.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},t.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},t.prototype.getChildIndex=function(){if(this.parentNode){for(var t=this.parentNode.children,e=0;e=0){var i=n.getData().tree.root,r=t.targetNode;if(X(r)&&(r=i.getNodeById(r)),r&&i.contains(r))return{node:r};var o=t.targetNodeId;if(null!=o&&(r=i.getNodeById(o)))return{node:r}}}function Vk(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function Gk(t,e){return P(Vk(t),e)>=0}function Fk(t,e){for(var n=[];t;){var i=t.dataIndex;n.push({name:t.name,dataIndex:i,value:e.getRawValue(i)}),t=t.parentNode}return n.reverse(),n}var Wk=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasSymbolVisual=!0,e.ignoreStyleOnData=!0,e}return n(e,t),e.prototype.getInitialData=function(t){var e={name:t.name,children:t.data},n=t.leaves||{},i=new wd(n,this,this.ecModel),r=Ek.createTree(e,this,(function(t){t.wrapMethod("getItemModel",(function(t,e){var n=r.getNodeByDataIndex(e);return n&&n.children.length&&n.isExpand||(t.parentModel=i),t}))}));var o=0;r.eachNode("preorder",(function(t){t.depth>o&&(o=t.depth)}));var a=t.expandAndCollapse&&t.initialTreeDepth>=0?t.initialTreeDepth:o;return r.root.eachNode("preorder",(function(t){var e=t.hostTree.data.getRawDataItem(t.dataIndex);t.isExpand=e&&null!=e.collapsed?!e.collapsed:t.depth<=a})),r.data},e.prototype.getOrient=function(){var t=this.get("orient");return"horizontal"===t?t="LR":"vertical"===t&&(t="TB"),t},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.formatTooltip=function(t,e,n){for(var i=this.getData().tree,r=i.root.children[0],o=i.getNodeByDataIndex(t),a=o.getValue(),s=o.name;o&&o!==r;)s=o.parentNode.name+"."+s,o=o.parentNode;return Ty("nameValue",{name:s,value:a,noValue:isNaN(a)||null==a})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=Fk(i,this),n.collapsed=!i.isExpand,n},e.type="series.tree",e.layoutMode="box",e.defaultOption={z:2,coordinateSystemUsage:"box",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,roamTrigger:"global",nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:tf.color.borderTint,width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},e}(Wy);function Hk(t,e){for(var n,i=[t];n=i.pop();)if(e(n),n.isExpand){var r=n.children;if(r.length)for(var o=r.length-1;o>=0;o--)i.push(r[o])}}function Uk(t,e){t.eachSeriesByType("tree",(function(t){!function(t,e){var n=Xp(t,e).refContainer,i=Hp(t.getBoxLayoutParams(),n);t.layoutInfo=i;var r=t.get("layout"),o=0,a=0,s=null;"radial"===r?(o=2*Math.PI,a=Math.min(i.height,i.width)/2,s=hk((function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth}))):(o=i.width,a=i.height,s=hk());var l=t.getData().tree.root,u=l.children[0];if(u){!function(t){var e=t;e.hierNode={defaultAncestor:null,ancestor:e,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};for(var n,i,r=[e];n=r.pop();)if(i=n.children,n.isExpand&&i.length)for(var o=i.length-1;o>=0;o--){var a=i[o];a.hierNode={defaultAncestor:null,ancestor:a,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},r.push(a)}}(l),function(t,e,n){for(var i,r=[t],o=[];i=r.pop();)if(o.push(i),i.isExpand){var a=i.children;if(a.length)for(var s=0;sh.getLayout().x&&(h=t),t.depth>d.depth&&(d=t)}));var p=c===h?1:s(c,h)/2,f=p-c.getLayout().x,g=0,y=0,v=0,m=0;if("radial"===r)g=o/(h.getLayout().x+p+f),y=a/(d.depth-1||1),Hk(u,(function(t){v=(t.getLayout().x+f)*g,m=(t.depth-1)*y;var e=dk(v,m);t.setLayout({x:e.x,y:e.y,rawX:v,rawY:m},!0)}));else{var x=t.getOrient();"RL"===x||"LR"===x?(y=a/(h.getLayout().x+p+f),g=o/(d.depth-1||1),Hk(u,(function(t){m=(t.getLayout().x+f)*y,v="LR"===x?(t.depth-1)*g:o-(t.depth-1)*g,t.setLayout({x:v,y:m},!0)}))):"TB"!==x&&"BT"!==x||(g=o/(h.getLayout().x+p+f),y=a/(d.depth-1||1),Hk(u,(function(t){v=(t.getLayout().x+f)*g,m="TB"===x?(t.depth-1)*y:a-(t.depth-1)*y,t.setLayout({x:v,y:m},!0)})))}}}(t,e)}))}function Yk(t){t.eachSeriesByType("tree",(function(t){var e=t.getData();e.tree.eachNode((function(t){var n=t.getModel().getModel("itemStyle").getItemStyle();A(e.ensureUniqueItemVisual(t.dataIndex,"style"),n)}))}))}var Xk=["treemapZoomToNode","treemapRender","treemapMove"];function Zk(t){var e=t.getData().tree,n={};e.eachNode((function(e){for(var i=e;i&&i.depth>1;)i=i.parentNode;var r=Nf(t.ecModel,i.name||i.dataIndex+"",n);e.setVisual("decal",r)}))}var jk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventUsingHoverLayer=!0,n}return n(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};qk(n);var i=t.levels||[],r=this.designatedVisualItemStyle={},o=new wd({itemStyle:r},this,e);i=t.levels=function(t,e){var n,i,r=qo(e.get("color")),o=qo(e.get(["aria","decal","decals"]));if(!r)return;t=t||[],z(t,(function(t){var e=new wd(t),r=e.get("color"),o=e.get("decal");(e.get(["itemStyle","color"])||r&&"none"!==r)&&(n=!0),(e.get(["itemStyle","decal"])||o&&"none"!==o)&&(i=!0)}));var a=t[0]||(t[0]={});n||(a.color=r.slice());!i&&o&&(a.decal=o.slice());return t}(i,e);var a=E(i||[],(function(t){return new wd(t,o,e)}),this),s=Ek.createTree(n,this,(function(t){t.wrapMethod("getItemModel",(function(t,e){var n=s.getNodeByDataIndex(e),i=n?a[n.depth]:null;return t.parentModel=i||o,t}))}));return s.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t);return Ty("nameValue",{name:i.getName(t),value:r})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=Fk(i,this),n.treePathInfo=n.treeAncestors,n},e.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},A(this.layoutInfo,t)},e.prototype.mapIdToIndex=function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=yt(),this._idIndexMapCount=0);var n=e.get(t);return null==n&&e.set(t,n=this._idIndexMapCount++),n},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},e.prototype.enableAriaDecal=function(){Zk(this)},e.type="series.treemap",e.layoutMode="box",e.defaultOption={progressive:0,coordinateSystemUsage:"box",left:tf.size.l,top:tf.size.xxxl,right:tf.size.l,bottom:tf.size.xxxl,sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,scaleLimit:{max:5,min:.2},roam:!0,roamTrigger:"global",nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",bottom:tf.size.m,emptyItemWidth:25,itemStyle:{color:tf.color.backgroundShade,textStyle:{color:tf.color.secondary}},emphasis:{itemStyle:{color:tf.color.background}}},label:{show:!0,distance:0,padding:5,position:"inside",color:tf.color.neutral00,overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:tf.color.neutral00,borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},e}(Wy);function qk(t){var e=0;z(t.children,(function(t){qk(t);var n=t.value;U(n)&&(n=n[0]),e+=n}));var n=t.value;U(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),U(t.value)?t.value[0]=n:t.value=n}var Kk=function(){function t(t){this.group=new to,t.add(this.group)}return t.prototype.render=function(t,e,n,i){var r=t.getModel("breadcrumb"),o=this.group;if(o.removeAll(),r.get("show")&&n){var a=r.getModel("itemStyle"),s=r.getModel("emphasis"),l=a.getModel("textStyle"),u=s.getModel(["itemStyle","textStyle"]),c=Xp(t,e).refContainer,h={left:r.get("left"),right:r.get("right"),top:r.get("top"),bottom:r.get("bottom")},d={emptyItemWidth:r.get("emptyItemWidth"),totalWidth:0,renderList:[]},p=Hp(h,c);this._prepare(n,d,l),this._renderContent(t,d,p,a,s,l,u,i),Zp(o,h,c)}},t.prototype._prepare=function(t,e,n){for(var i=t;i;i=i.parentNode){var r=ia(i.getModel().get("name"),""),o=n.getTextRect(r),a=Math.max(o.width+16,e.emptyItemWidth);e.totalWidth+=a+8,e.renderList.push({node:i,text:r,width:a})}},t.prototype._renderContent=function(t,e,n,i,r,o,a,s){for(var l=0,u=e.emptyItemWidth,c=t.get(["breadcrumb","height"]),h=e.totalWidth,d=e.renderList,p=r.getModel("itemStyle").getItemStyle(),f=d.length-1;f>=0;f--){var g=d[f],y=g.node,v=g.width,m=g.text;h>n.width&&(h-=v-u,v=u,m=null);var x=new Mc({shape:{points:$k(l,0,v,c,f===d.length-1,0===f)},style:k(i.getItemStyle(),{lineJoin:"bevel"}),textContent:new Sl({style:Qh(o,{text:m})}),textConfig:{position:"inside"},z2:1e5,onclick:H(s,y)});x.disableLabelAnimation=!0,x.getTextContent().ensureState("emphasis").style=Qh(a,{text:m}),x.ensureState("emphasis").style=p,Tu(x,r.get("focus"),r.get("blurScope"),r.get("disabled")),this.group.add(x),Jk(x,t,y),l+=v+8}},t.prototype.remove=function(){this.group.removeAll()},t}();function $k(t,e,n,i,r,o){var a=[[r?t:t-5,e],[t+n,e],[t+n,e+i],[r?t:t-5,e+i]];return!o&&a.splice(2,0,[t+n+5,e+i/2]),!r&&a.push([t,e+i/2]),a}function Jk(t,e,n){zl(t).eventData={componentType:"series",componentSubType:"treemap",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:n&&n.dataIndex,name:n&&n.name},treePathInfo:n&&Fk(n,e)}}var Qk=function(){function t(){this._storage=[],this._elExistsMap={}}return t.prototype.add=function(t,e,n,i,r){return!this._elExistsMap[t.id]&&(this._elExistsMap[t.id]=!0,this._storage.push({el:t,target:e,duration:n,delay:i,easing:r}),!0)},t.prototype.finished=function(t){return this._finishedCallback=t,this},t.prototype.start=function(){for(var t=this,e=this._storage.length,n=function(){--e<=0&&(t._storage.length=0,t._elExistsMap={},t._finishedCallback&&t._finishedCallback())},i=0,r=this._storage.length;i3||Math.abs(t.dy)>3)){var e=this.seriesModel.getData().tree.root;if(!e)return;var n=e.getLayout();if(!n)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+t.dx,y:n.y+t.dy,width:n.width,height:n.height}})}},e.prototype._onZoom=function(t){var e=t.originX,n=t.originY,i=t.scale;if("animating"!==this._state){var r=this.seriesModel.getData().tree.root;if(!r)return;var o=r.getLayout();if(!o)return;var a,s=new He(o.x,o.y,o.width,o.height),l=this._controllerHost;a=l.zoomLimit;var u=l.zoom=l.zoom||1;if(u*=i,a){var c=a.min||0,h=a.max||1/0;u=Math.max(Math.min(h,u),c)}var d=u/l.zoom;l.zoom=u;var p=this.seriesModel.layoutInfo,f=[1,0,0,1,0,0];Se(f,f,[-(e-=p.x),-(n-=p.y)]),Ie(f,f,[d,d]),Se(f,f,[e,n]),s.applyTransform(f),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:s.x,y:s.y,width:s.width,height:s.height}})}},e.prototype._initEvents=function(t){var e=this;t.on("click",(function(t){if("ready"===e._state){var n=e.seriesModel.get("nodeClick",!0);if(n){var i=e.findTarget(t.offsetX,t.offsetY);if(i){var r=i.node;if(r.getLayout().isLeafRoot)e._rootToNode(i);else if("zoomToNode"===n)e._zoomToNode(i);else if("link"===n){var o=r.hostTree.data.getItemModel(r.dataIndex),a=o.get("link",!0),s=o.get("target",!0)||"blank";a&&Sp(a,s)}}}}}),this)},e.prototype._renderBreadcrumb=function(t,e,n){var i=this;n||(n=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2))||(n={node:t.getData().tree.root}),(this._breadcrumb||(this._breadcrumb=new Kk(this.group))).render(t,e,n.node,(function(e){"animating"!==i._state&&(Gk(t.getViewRoot(),e)?i._rootToNode({node:e}):i._zoomToNode({node:e}))}))},e.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage={nodeGroup:[],background:[],content:[]},this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},e.prototype.dispose=function(){this._clearController()},e.prototype._zoomToNode=function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype._rootToNode=function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype.findTarget=function(t,e){var n;return this.seriesModel.getViewRoot().eachNode({attr:"viewChildren",order:"preorder"},(function(i){var r=this._storage.background[i.getRawIndex()];if(r){var o=r.transformCoordToLocal(t,e),a=r.shape;if(!(a.x<=o[0]&&o[0]<=a.x+a.width&&a.y<=o[1]&&o[1]<=a.y+a.height))return!1;n={node:i,offsetX:o[0],offsetY:o[1]}}}),this),n},e.type="treemap",e}(tv);var lL=z,uL=q,cL=-1,hL=function(){function t(e){var n=e.mappingMethod,i=e.type,r=this.option=T(e);this.type=i,this.mappingMethod=n,this._normalizeData=bL[n];var o=t.visualHandlers[i];this.applyVisual=o.applyVisual,this.getColorMapper=o.getColorMapper,this._normalizedToVisual=o._normalizedToVisual[n],"piecewise"===n?(dL(r),function(t){var e=t.pieceList;t.hasSpecialVisual=!1,z(e,(function(e,n){e.originIndex=n,null!=e.visual&&(t.hasSpecialVisual=!0)}))}(r)):"category"===n?r.categories?function(t){var e=t.categories,n=t.categoryMap={},i=t.visual;if(lL(e,(function(t,e){n[t]=e})),!U(i)){var r=[];q(i)?lL(i,(function(t,e){var i=n[e];r[null!=i?i:cL]=t})):r[-1]=i,i=_L(t,r)}for(var o=e.length-1;o>=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}(r):dL(r,!0):(lt("linear"!==n||r.dataExtent),dL(r))}return t.prototype.mapValueToVisual=function(t){var e=this._normalizeData(t);return this._normalizedToVisual(e,t)},t.prototype.getNormalizer=function(){return W(this._normalizeData,this)},t.listVisualTypes=function(){return F(t.visualHandlers)},t.isValidType=function(e){return t.visualHandlers.hasOwnProperty(e)},t.eachVisual=function(t,e,n){q(t)?z(t,e,n):e.call(n,t)},t.mapVisual=function(e,n,i){var r,o=U(e)?[]:q(e)?{}:(r=!0,null);return t.eachVisual(e,(function(t,e){var a=n.call(i,t,e);r?o=a:o[e]=a})),o},t.retrieveVisuals=function(e){var n,i={};return e&&lL(t.visualHandlers,(function(t,r){e.hasOwnProperty(r)&&(i[r]=e[r],n=!0)})),n?i:null},t.prepareVisualTypes=function(t){if(U(t))t=t.slice();else{if(!uL(t))return[];var e=[];lL(t,(function(t,n){e.push(n)})),t=e}return t.sort((function(t,e){return"color"===e&&"color"!==t&&0===t.indexOf("color")?1:-1})),t},t.dependsOn=function(t,e){return"color"===e?!(!t||0!==t.indexOf(e)):t===e},t.findPieceIndex=function(t,e,n){for(var i,r=1/0,o=0,a=e.length;ou[1]&&(u[1]=l);var c=e.get("colorMappingBy"),h={type:a.name,dataExtent:u,visual:a.range};"color"!==h.type||"index"!==c&&"id"!==c?h.mappingMethod="linear":(h.mappingMethod="category",h.loop=!0);var d=new hL(h);return SL(d).drColorMappingBy=c,d}(0,r,o,0,u,p);z(p,(function(t,e){if(t.depth>=n.length||t===n[t.depth]){var o=function(t,e,n,i,r,o){var a=A({},e);if(r){var s=r.type,l="color"===s&&SL(r).drColorMappingBy,u="index"===l?i:"id"===l?o.mapIdToIndex(n.getId()):n.getValue(t.get("visualDimension"));a[s]=r.mapValueToVisual(u)}return a}(r,u,t,e,f,i);IL(t,o,n,i)}}))}else s=TL(u),c.fill=s}}function TL(t){var e=CL(t,"color");if(e){var n=CL(t,"colorAlpha"),i=CL(t,"colorSaturation");return i&&(e=di(e,null,null,i)),n&&(e=pi(e,n)),e}}function CL(t,e){var n=t[e];if(null!=n&&"none"!==n)return n}function DL(t,e){var n=t.get(e);return U(n)&&n.length?{name:e,range:n}:null}var AL=Math.max,kL=Math.min,LL=it,PL=z,OL=["itemStyle","borderWidth"],RL=["itemStyle","gapWidth"],NL=["upperLabel","show"],zL=["upperLabel","height"],EL={seriesType:"treemap",reset:function(t,e,n,i){var r=t.option,o=Xp(t,n).refContainer,a=Hp(t.getBoxLayoutParams(),o),s=r.size||[],l=yo(LL(a.width,s[0]),o.width),u=yo(LL(a.height,s[1]),o.height),c=i&&i.type,h=Bk(i,["treemapZoomToNode","treemapRootToNode"],t),d="treemapRender"===c||"treemapMove"===c?i.rootRect:null,p=t.getViewRoot(),f=Vk(p);if("treemapMove"!==c){var g="treemapZoomToNode"===c?function(t,e,n,i,r){var o,a=(e||{}).node,s=[i,r];if(!a||a===n)return s;var l=i*r,u=l*t.option.zoomToNodeRatio;for(;o=a.parentNode;){for(var c=0,h=o.children,d=0,p=h.length;dIo&&(u=Io),a=o}ua[1]&&(a[1]=e)}))):a=[NaN,NaN];return{sum:i,dataExtent:a}}(e,a,s);if(0===u.sum)return t.viewChildren=[];if(u.sum=function(t,e,n,i,r){if(!i)return n;for(var o=t.get("visibleMin"),a=r.length,s=a,l=a-1;l>=0;l--){var u=r["asc"===i?a-l-1:l].getValue();u/n*ei&&(i=a));var l=t.area*t.area,u=e*e*n;return l?AL(u*i/l,l/(u*r)):1/0}function GL(t,e,n,i,r){var o=e===n.width?0:1,a=1-o,s=["x","y"],l=["width","height"],u=n[s[o]],c=e?t.area/e:0;(r||c>n[l[a]])&&(c=n[l[a]]);for(var h=0,d=t.length;hi&&(i=e);var o=i%2?i+2:i+3;r=[];for(var a=0;a0&&(m[0]=-m[0],m[1]=-m[1]);var _=v[0]<0?-1:1;if("start"!==i.__position&&"end"!==i.__position){var b=-Math.atan2(v[1],v[0]);u[0].8?"left":c[0]<-.8?"right":"center",d=c[1]>.8?"top":c[1]<-.8?"bottom":"middle";break;case"start":i.x=-c[0]*f+l[0],i.y=-c[1]*g+l[1],h=c[0]>.8?"right":c[0]<-.8?"left":"center",d=c[1]>.8?"bottom":c[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":i.x=f*_+l[0],i.y=l[1]+w,h=v[0]<0?"right":"left",i.originX=-f*_,i.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":i.x=x[0],i.y=x[1]+w,h="center",i.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-f*_+u[0],i.y=u[1]+w,h=v[0]>=0?"right":"left",i.originX=f*_,i.originY=-w}i.scaleX=i.scaleY=r,i.setStyle({verticalAlign:i.__verticalAlign||d,align:i.__align||h})}}}function S(t,e){var n=t.__specifiedRotation;if(null==n){var i=a.tangentAt(e);t.attr("rotation",(1===e?-1:1)*Math.PI/2-Math.atan2(i[1],i[0]))}else t.attr("rotation",n)}},e}(to),IP=function(){function t(t){this.group=new to,this._LineCtor=t||MP}return t.prototype.updateData=function(t){var e=this;this._progressiveEls=null;var n=this,i=n.group,r=n._lineData;n._lineData=t,r||i.removeAll();var o=TP(t);t.diff(r).add((function(n){e._doAdd(t,n,o)})).update((function(n,i){e._doUpdate(r,t,i,n,o)})).remove((function(t){i.remove(r.getItemGraphicEl(t))})).execute()},t.prototype.updateLayout=function(){var t=this._lineData;t&&t.eachItemGraphicEl((function(e,n){e.updateLayout(t,n)}),this)},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=TP(t),this._lineData=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e){function n(t){t.isGroup||function(t){return t.animators&&t.animators.length>0}(t)||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[];for(var i=t.start;i=0?i+=u:i-=u:f>=0?i-=u:i+=u}return i}function zP(t,e){var n=[],i=Bn,r=[[],[],[]],o=[[],[]],a=[];e/=2,t.eachEdge((function(t,s){var l=t.getLayout(),u=t.getVisual("fromSymbol"),c=t.getVisual("toSymbol");l.__original||(l.__original=[Ct(l[0]),Ct(l[1])],l[2]&&l.__original.push(Ct(l[2])));var h=l.__original;if(null!=l[2]){if(Tt(r[0],h[0]),Tt(r[1],h[2]),Tt(r[2],h[1]),u&&"none"!==u){var d=rP(t.node1),p=NP(r,h[0],d*e);i(r[0][0],r[1][0],r[2][0],p,n),r[0][0]=n[3],r[1][0]=n[4],i(r[0][1],r[1][1],r[2][1],p,n),r[0][1]=n[3],r[1][1]=n[4]}if(c&&"none"!==c){d=rP(t.node2),p=NP(r,h[1],d*e);i(r[0][0],r[1][0],r[2][0],p,n),r[1][0]=n[1],r[2][0]=n[2],i(r[0][1],r[1][1],r[2][1],p,n),r[1][1]=n[1],r[2][1]=n[2]}Tt(l[0],r[0]),Tt(l[1],r[2]),Tt(l[2],r[1])}else{if(Tt(o[0],h[0]),Tt(o[1],h[1]),Lt(a,o[1],o[0]),Et(a,a),u&&"none"!==u){d=rP(t.node1);kt(o[0],o[0],a,d*e)}if(c&&"none"!==c){d=rP(t.node2);kt(o[1],o[1],a,-d*e)}Tt(l[0],o[0]),Tt(l[1],o[1])}}))}var EP=sa();function BP(t,e){t&&(EP(t).bridge=e)}function VP(t){return"view"===t.type}var GP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){var n=new uI,i=new IP,r=this.group,o=new to;this._controller=new LD(e.getZr()),this._controllerHost={target:o},o.add(n.group),o.add(i.group),r.add(o),this._symbolDraw=n,this._lineDraw=i,this._mainGroup=o,this._firstRender=!0},e.prototype.render=function(t,e,n){var i=this,r=t.coordinateSystem,o=!1;this._model=t,this._api=n,this._active=!0;var a=this._getThumbnailInfo();a&&a.bridge.reset(n);var s=this._symbolDraw,l=this._lineDraw;if(VP(r)){var u={x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY};this._firstRender?this._mainGroup.attr(u):th(this._mainGroup,u,t)}zP(t.getGraph(),iP(t));var c=t.getData();s.updateData(c);var h=t.getEdgeData();l.updateData(h),this._updateNodeAndLinkScale(),this._updateController(null,t,n),clearTimeout(this._layoutTimeout);var d=t.forceLayout,p=t.get(["force","layoutAnimation"]);d&&(o=!0,this._startForceLayoutIteration(d,n,p));var f=t.get("layout");c.graph.eachNode((function(e){var r=e.dataIndex,o=e.getGraphicEl(),a=e.getModel();if(o){o.off("drag").off("dragend");var s=a.get("draggable");s&&o.on("drag",(function(a){switch(f){case"force":d.warmUp(),!i._layouting&&i._startForceLayoutIteration(d,n,p),d.setFixed(r),c.setItemLayout(r,[o.x,o.y]);break;case"circular":c.setItemLayout(r,[o.x,o.y]),e.setLayout({fixed:!0},!0),sP(t,"symbolSize",e,[a.offsetX,a.offsetY]),i.updateLayout(t);break;default:c.setItemLayout(r,[o.x,o.y]),eP(t.getGraph(),t),i.updateLayout(t)}})).on("dragend",(function(){d&&d.setUnfixed(r)})),o.setDraggable(s,!!a.get("cursor")),"adjacency"===a.get(["emphasis","focus"])&&(zl(o).focus=e.getAdjacentDataIndices())}})),c.graph.eachEdge((function(t){var e=t.getGraphicEl(),n=t.getModel().get(["emphasis","focus"]);e&&"adjacency"===n&&(zl(e).focus={edge:[t.dataIndex],node:[t.node1.dataIndex,t.node2.dataIndex]})}));var g="circular"===t.get("layout")&&t.get(["circular","rotateLabel"]),y=c.getLayout("cx"),v=c.getLayout("cy");c.graph.eachNode((function(t){uP(t,g,y,v)})),this._firstRender=!1,o||this._renderThumbnail(t,n,this._symbolDraw,this._lineDraw)},e.prototype.dispose=function(){this.remove(),this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype._startForceLayoutIteration=function(t,e,n){var i=this,r=!1;!function o(){t.step((function(t){i.updateLayout(i._model),!t&&r||(r=!0,i._renderThumbnail(i._model,e,i._symbolDraw,i._lineDraw)),(i._layouting=!t)&&(n?i._layoutTimeout=setTimeout(o,16):o())}))}()},e.prototype._updateController=function(t,e,n){var i=this._controller,r=this._controllerHost,o=e.coordinateSystem;VP(o)?(i.enable(e.get("roam"),{api:n,zInfo:{component:e},triggerInfo:{roamTrigger:e.get("roamTrigger"),isInSelf:function(t,e,n){return o.containPoint([e,n])},isInClip:function(e,n,i){return!t||t.contain(n,i)}}}),r.zoomLimit=e.get("scaleLimit"),r.zoom=o.getZoom(),i.off("pan").off("zoom").on("pan",(function(t){n.dispatchAction({seriesId:e.id,type:"graphRoam",dx:t.dx,dy:t.dy})})).on("zoom",(function(t){n.dispatchAction({seriesId:e.id,type:"graphRoam",zoom:t.scale,originX:t.originX,originY:t.originY})}))):i.disable()},e.prototype.updateViewOnPan=function(t,e,n){this._active&&(FD(this._controllerHost,n.dx,n.dy),this._updateThumbnailWindow())},e.prototype.updateViewOnZoom=function(t,e,n){this._active&&(WD(this._controllerHost,n.zoom,n.originX,n.originY),this._updateNodeAndLinkScale(),zP(t.getGraph(),iP(t)),this._lineDraw.updateLayout(),e.updateLabelLayout(),this._updateThumbnailWindow())},e.prototype._updateNodeAndLinkScale=function(){var t=this._model,e=t.getData(),n=iP(t);e.eachItemGraphicEl((function(t,e){t&&t.setSymbolScale(n)}))},e.prototype.updateLayout=function(t){this._active&&(zP(t.getGraph(),iP(t)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout())},e.prototype.remove=function(){this._active=!1,clearTimeout(this._layoutTimeout),this._layouting=!1,this._layoutTimeout=null,this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove(),this._controller&&this._controller.disable()},e.prototype._getThumbnailInfo=function(){var t=this._model,e=t.coordinateSystem;if("view"===e.type){var n=function(t){if(t)return EP(t).bridge}(t);if(n)return{bridge:n,coordSys:e}}},e.prototype._updateThumbnailWindow=function(){var t=this._getThumbnailInfo();t&&t.bridge.updateWindow(t.coordSys.transform,this._api)},e.prototype._renderThumbnail=function(t,e,n,i){var r=this._getThumbnailInfo();if(r){var o=new to,a=n.group.children(),s=i.group.children(),l=new to,u=new to;o.add(u),o.add(l);for(var c=0;c=0&&t.call(e,n[r],r)},t.prototype.eachEdge=function(t,e){for(var n=this.edges,i=n.length,r=0;r=0&&n[r].node1.dataIndex>=0&&n[r].node2.dataIndex>=0&&t.call(e,n[r],r)},t.prototype.breadthFirstTraverse=function(t,e,n,i){if(e instanceof HP||(e=this._nodesMap[FP(e)]),e){for(var r="out"===n?"outEdges":"in"===n?"inEdges":"edges",o=0;o=0&&n.node2.dataIndex>=0}));for(r=0,o=i.length;r=0&&!t.hasKey(p)&&(t.set(p,!0),o.push(d.node1))}for(s=0;s=0&&!t.hasKey(m)&&(t.set(m,!0),a.push(v.node2))}}}return{edge:t.keys(),node:e.keys()}},t}(),UP=function(){function t(t,e,n){this.dataIndex=-1,this.node1=t,this.node2=e,this.dataIndex=null==n?-1:n}return t.prototype.getModel=function(t){if(!(this.dataIndex<0))return this.hostGraph.edgeData.getItemModel(this.dataIndex).getModel(t)},t.prototype.getAdjacentDataIndices=function(){return{edge:[this.dataIndex],node:[this.node1.dataIndex,this.node2.dataIndex]}},t.prototype.getTrajectoryDataIndices=function(){var t=yt(),e=yt();t.set(this.dataIndex,!0);for(var n=[this.node1],i=[this.node2],r=0;r=0&&!t.hasKey(u)&&(t.set(u,!0),n.push(l.node1))}for(r=0;r=0&&!t.hasKey(d)&&(t.set(d,!0),i.push(h.node2))}return{edge:t.keys(),node:e.keys()}},t}();function YP(t,e){return{getValue:function(n){var i=this[t][e];return i.getStore().get(i.getDimensionIndex(n||"value"),this.dataIndex)},setVisual:function(n,i){this.dataIndex>=0&&this[t][e].setItemVisual(this.dataIndex,n,i)},getVisual:function(n){return this[t][e].getItemVisual(this.dataIndex,n)},setLayout:function(n,i){this.dataIndex>=0&&this[t][e].setItemLayout(this.dataIndex,n,i)},getLayout:function(){return this[t][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[t][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[t][e].getRawIndex(this.dataIndex)}}}function XP(t,e,n,i,r){for(var o=new WP(i),a=0;a "+d)),u++)}var p,f=n.get("coordinateSystem");if("cartesian2d"===f||"polar"===f||"matrix"===f)p=Z_(t,n);else{var g=Tp.get(f),y=g&&g.dimensions||[];P(y,"value")<0&&y.concat(["value"]);var v=V_(t,{coordDimensions:y,encodeDefine:n.getEncode()}).dimensions;(p=new B_(v,n)).initData(t)}var m=new B_(["value"],n);return m.initData(l,s),r&&r(p,m),Dk({mainData:p,struct:o,structAttr:"graph",datas:{node:p,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),o.update(),o}R(HP,YP("hostGraph","data")),R(UP,YP("hostGraph","edgeData"));var ZP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments);var n=this;function i(){return n._categoriesData}this.legendVisualProvider=new CT(i,i),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},e.prototype.mergeDefaultAndTheme=function(e){t.prototype.mergeDefaultAndTheme.apply(this,arguments),Ko(e,"edgeLabel",["show"])},e.prototype.getInitialData=function(t,e){var n,i=t.edges||t.links||[],r=t.data||t.nodes||[],o=this;if(r&&i){jL(n=this)&&(n.__curvenessList=[],n.__edgeMap={},qL(n));var a=XP(r,i,this,!0,(function(t,e){t.wrapMethod("getItemModel",(function(t){var e=o._categoriesModels[t.getShallow("category")];return e&&(e.parentModel=t.parentModel,t.parentModel=e),t}));var n=wd.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=r,i}function r(t){if(t&&("label"===t[0]||"label"===t[1])){var e=t.slice();return"label"===t[0]?e[0]="edgeLabel":"label"===t[1]&&(e[1]="edgeLabel"),e}return t}e.wrapMethod("getItemModel",(function(t){return t.resolveParentPath=r,t.getModel=i,t}))}));return z(a.edges,(function(t){!function(t,e,n,i){if(jL(n)){var r=KL(t,e,n),o=n.__edgeMap,a=o[$L(r)];o[r]&&!a?o[r].isForward=!0:a&&o[r]&&(a.isForward=!0,o[r].isForward=!1),o[r]=o[r]||[],o[r].push(i)}}(t.node1,t.node2,this,t.dataIndex)}),this),a.data}},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.getCategoriesData=function(){return this._categoriesData},e.prototype.formatTooltip=function(t,e,n){if("edge"===n){var i=this.getData(),r=this.getDataParams(t,n),o=i.graph.getEdgeByIndex(t),a=i.getName(o.node1.dataIndex),s=i.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),Ty("nameValue",{name:l.join(" > "),value:r.value,noValue:null==r.value})}return By({series:this,dataIndex:t,multipleSeries:e})},e.prototype._updateCategoriesData=function(){var t=E(this.option.categories||[],(function(t){return null!=t.value?t:A({value:0},t)})),e=new B_(["value"],this);e.initData(t),this._categoriesData=e,this._categoriesModels=e.mapArray((function(t){return e.getItemModel(t)}))},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.isAnimationEnabled=function(){return t.prototype.isAnimationEnabled.call(this)&&!("force"===this.get("layout")&&this.get(["force","layoutAnimation"]))},e.type="series.graph",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:tf.color.neutral50,width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:tf.color.primary}}},e}(Wy);var jP=function(t){function e(e,n,i){var r=t.call(this)||this;zl(r).dataType="node",r.z2=2;var o=new Sl;return r.setTextContent(o),r.updateData(e,n,i,!0),r}return n(e,t),e.prototype.updateData=function(t,e,n,i){var r=this,o=t.graph.getNodeByIndex(e),a=t.hostModel,s=o.getModel(),l=s.getModel("emphasis"),u=t.getItemLayout(e),c=A(YI(s.getModel("itemStyle"),u,!0),u),h=this;if(isNaN(c.startAngle))h.setShape(c);else{i?h.setShape(c):th(h,{shape:c},a,e);var d=A(YI(s.getModel("itemStyle"),u,!0),u);r.setShape(d),r.useStyle(t.getItemVisual(e,"style")),ku(r,s),this._updateLabel(a,s,o),t.setItemGraphicEl(e,h),ku(h,s,"itemStyle");var p=l.get("focus");Tu(this,"adjacency"===p?o.getAdjacentDataIndices():p,l.get("blurScope"),l.get("disabled"))}},e.prototype._updateLabel=function(t,e,n){var i=this.getTextContent(),r=n.getLayout(),o=(r.startAngle+r.endAngle)/2,a=Math.cos(o),s=Math.sin(o),l=e.getModel("label");i.ignore=!l.get("show");var u=Jh(e),c=n.getVisual("style");$h(i,u,{labelFetcher:{getFormattedLabel:function(n,i,r,o,a,s){return t.getFormattedLabel(n,i,"node",o,ot(a,u.normal&&u.normal.get("formatter"),e.get("name")),s)}},labelDataIndex:n.dataIndex,defaultText:n.dataIndex+"",inheritColor:c.fill,defaultOpacity:c.opacity,defaultOutsidePosition:"startArc"});var h,d=l.get("position")||"outside",p=l.get("distance")||0;h="outside"===d?r.r+p:(r.r+r.r0)/2,this.textConfig={inside:"outside"!==d};var f="outside"!==d?l.get("align")||"center":a>0?"left":"right",g="outside"!==d?l.get("verticalAlign")||"middle":s>0?"top":"bottom";i.attr({x:a*h+r.cx,y:s*h+r.cy,rotation:0,style:{align:f,verticalAlign:g}})},e}(xc),qP=function(t){function e(e,n,i,r){var o=t.call(this)||this;return zl(o).dataType="edge",o.updateData(e,n,i,r,!0),o}return n(e,t),e.prototype.buildPath=function(t,e){t.moveTo(e.s1[0],e.s1[1]);var n=.7,i=e.clockwise;t.arc(e.cx,e.cy,e.r,e.sStartAngle,e.sEndAngle,!i),t.bezierCurveTo((e.cx-e.s2[0])*n+e.s2[0],(e.cy-e.s2[1])*n+e.s2[1],(e.cx-e.t1[0])*n+e.t1[0],(e.cy-e.t1[1])*n+e.t1[1],e.t1[0],e.t1[1]),t.arc(e.cx,e.cy,e.r,e.tStartAngle,e.tEndAngle,!i),t.bezierCurveTo((e.cx-e.t2[0])*n+e.t2[0],(e.cy-e.t2[1])*n+e.t2[1],(e.cx-e.s1[0])*n+e.s1[0],(e.cy-e.s1[1])*n+e.s1[1],e.s1[0],e.s1[1]),t.closePath()},e.prototype.updateData=function(t,e,n,i,r){var o=t.hostModel,a=e.graph.getEdgeByIndex(n),s=a.getLayout(),l=a.node1.getModel(),u=e.getItemModel(a.dataIndex),c=u.getModel("lineStyle"),h=u.getModel("emphasis"),d=h.get("focus"),p=A(YI(l.getModel("itemStyle"),s,!0),s),f=this;isNaN(p.sStartAngle)||isNaN(p.tStartAngle)?f.setShape(p):(r?(f.setShape(p),KP(f,a,t,c)):(ah(f),KP(f,a,t,c),th(f,{shape:p},o,n)),Tu(this,"adjacency"===d?a.getAdjacentDataIndices():d,h.get("blurScope"),h.get("disabled")),ku(f,u,"lineStyle"),e.setItemGraphicEl(a.dataIndex,f))},e}(sl);function KP(t,e,n,i){var r=e.node1,o=e.node2,a=t.style;switch(t.setStyle(i.getLineStyle()),i.get("color")){case"source":a.fill=n.getItemVisual(r.dataIndex,"style").fill,a.decal=r.getVisual("style").decal;break;case"target":a.fill=n.getItemVisual(o.dataIndex,"style").fill,a.decal=o.getVisual("style").decal;break;case"gradient":var s=n.getItemVisual(r.dataIndex,"style").fill,l=n.getItemVisual(o.dataIndex,"style").fill;if(X(s)&&X(l)){var u=t.shape,c=(u.s1[0]+u.s2[0])/2,h=(u.s1[1]+u.s2[1])/2,d=(u.t1[0]+u.t2[0])/2,p=(u.t1[1]+u.t2[1])/2;a.fill=new Bc(c,h,d,p,[{offset:0,color:s},{offset:1,color:l}],!0)}}}var $P=Math.PI/180,JP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){},e.prototype.render=function(t,e,n){var i=t.getData(),r=this._data,o=this.group,a=-t.get("startAngle")*$P;if(i.diff(r).add((function(t){if(i.getItemLayout(t)){var e=new jP(i,t,a);zl(e).dataIndex=t,o.add(e)}})).update((function(e,n){var s=r.getItemGraphicEl(n);i.getItemLayout(e)?(s?s.updateData(i,e,a):s=new jP(i,e,a),o.add(s)):s&&oh(s,t,n)})).remove((function(e){var n=r.getItemGraphicEl(e);n&&oh(n,t,e)})).execute(),!r){var s=t.get("center");this.group.scaleX=.01,this.group.scaleY=.01,this.group.originX=yo(s[0],n.getWidth()),this.group.originY=yo(s[1],n.getHeight()),eh(this.group,{scaleX:1,scaleY:1},t)}this._data=i,this.renderEdges(t,a)},e.prototype.renderEdges=function(t,e){var n=t.getData(),i=t.getEdgeData(),r=this._edgeData,o=this.group;i.diff(r).add((function(t){var r=new qP(n,i,t,e);zl(r).dataIndex=t,o.add(r)})).update((function(t,a){var s=r.getItemGraphicEl(a);s.updateData(n,i,t,e),o.add(s)})).remove((function(e){var n=r.getItemGraphicEl(e);n&&oh(n,t,e)})).execute(),this._edgeData=i},e.prototype.dispose=function(){},e.type="chord",e}(tv),QP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this.legendVisualProvider=new CT(W(this.getData,this),W(this.getRawData,this))},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links)},e.prototype.getInitialData=function(t,e){var n=t.edges||t.links||[],i=t.data||t.nodes||[];if(i&&n)return XP(i,n,this,!0,(function(t,e){var n=wd.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=r,i}function r(t){if(t&&("label"===t[0]||"label"===t[1])){var e=t.slice();return"label"===t[0]?e[0]="edgeLabel":"label"===t[1]&&(e[1]="edgeLabel"),e}return t}e.wrapMethod("getItemModel",(function(t){return t.resolveParentPath=r,t.getModel=i,t}))})).data},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,e,n){var i=this.getDataParams(t,n);if("edge"===n){var r=this.getData(),o=r.graph.getEdgeByIndex(t),a=r.getName(o.node1.dataIndex),s=r.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),Ty("nameValue",{name:l.join(" > "),value:i.value,noValue:null==i.value})}return Ty("nameValue",{name:i.name,value:i.value,noValue:null==i.value})},e.prototype.getDataParams=function(e,n){var i=t.prototype.getDataParams.call(this,e,n);if("node"===n){var r=this.getData(),o=this.getGraph().getNodeByIndex(e);if(null==i.name&&(i.name=r.getName(e)),null==i.value){var a=o.getLayout().value;i.value=a}}return i},e.type="series.chord",e.defaultOption={z:2,coordinateSystem:"none",legendHoverLink:!0,colorBy:"data",left:0,top:0,right:0,bottom:0,width:null,height:null,center:["50%","50%"],radius:["70%","80%"],clockwise:!0,startAngle:90,endAngle:"auto",minAngle:0,padAngle:3,itemStyle:{borderRadius:[0,0,5,5]},lineStyle:{width:0,color:"source",opacity:.2},label:{show:!0,position:"outside",distance:5},emphasis:{focus:"adjacency",lineStyle:{opacity:.5}}},e}(Wy),tO=Math.PI/180;function eO(t,e){t.eachSeriesByType("chord",(function(t){!function(t,e){var n=t.getData(),i=n.graph,r=t.getEdgeData();if(!r.count())return;var o=Wp(t,e),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=Math.max((t.get("padAngle")||0)*tO,0),h=Math.max((t.get("minAngle")||0)*tO,0),d=-t.get("startAngle")*tO,p=d+2*Math.PI,f=t.get("clockwise"),g=f?1:-1,y=[d,p];Gs(y,!f);var v=y[0],m=y[1]-v,x=0===n.getSum("value")&&0===r.getSum("value"),_=[],b=0;i.eachEdge((function(t){var e=x?1:t.getValue("value");x&&(e>0||h)&&(b+=2);var n=t.node1.dataIndex,i=t.node2.dataIndex;_[n]=(_[n]||0)+e,_[i]=(_[i]||0)+e}));var w=0;if(i.eachNode((function(t){var e=t.getValue("value");isNaN(e)||(_[t.dataIndex]=Math.max(e,_[t.dataIndex]||0)),!x&&(_[t.dataIndex]>0||h)&&b++,w+=_[t.dataIndex]||0})),0===b||0===w)return;c*b>=Math.abs(m)&&(c=Math.max(0,(Math.abs(m)-h*b)/b));(c+h)*b>=Math.abs(m)&&(h=(Math.abs(m)-c*b)/b);var S=(m-c*b*g)/w,M=0,I=0,T=0;i.eachNode((function(t){var e=_[t.dataIndex]||0,n=S*(w?e:1)*g;Math.abs(n)I){var D=M/I;i.eachNode((function(t){var e=t.getLayout().angle;Math.abs(e)>=h?t.setLayout({angle:e*D,ratio:D},!0):t.setLayout({angle:h,ratio:0===h?1:e/h},!0)}))}else i.eachNode((function(t){if(!C){var e=t.getLayout().angle;e-Math.min(e/T,1)*Mh&&h>0){var n=C?1:Math.min(e/T,1),i=e-h,r=Math.min(i,Math.min(A,M*n));A-=r,t.setLayout({angle:e-r,ratio:(e-r)/e},!0)}else h>0&&t.setLayout({angle:h,ratio:0===e?1:h/e},!0)}}));var k=v,L=[];i.eachNode((function(t){var e=Math.max(t.getLayout().angle,h);t.setLayout({cx:a,cy:s,r0:u,r:l,startAngle:k,endAngle:k+e*g,clockwise:f},!0),L[t.dataIndex]=k,k+=(e+c)*g})),i.eachEdge((function(t){var e=x?1:t.getValue("value"),n=S*(w?e:1)*g,i=t.node1.dataIndex,r=L[i]||0,o=r+Math.abs((t.node1.getLayout().ratio||1)*n)*g,l=[a+u*Math.cos(r),s+u*Math.sin(r)],c=[a+u*Math.cos(o),s+u*Math.sin(o)],h=t.node2.dataIndex,d=L[h]||0,p=d+Math.abs((t.node2.getLayout().ratio||1)*n)*g,y=[a+u*Math.cos(d),s+u*Math.sin(d)],v=[a+u*Math.cos(p),s+u*Math.sin(p)];t.setLayout({s1:l,s2:c,sStartAngle:r,sEndAngle:o,t1:y,t2:v,tStartAngle:d,tEndAngle:p,cx:a,cy:s,r:u,value:e,clockwise:f}),L[i]=o,L[h]=p}))}(t,e)}))}var nO=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},iO=function(t){function e(e){var n=t.call(this,e)||this;return n.type="pointer",n}return n(e,t),e.prototype.getDefaultShape=function(){return new nO},e.prototype.buildPath=function(t,e){var n=Math.cos,i=Math.sin,r=e.r,o=e.width,a=e.angle,s=e.x-n(a)*o*(o>=r/3?1:2),l=e.y-i(a)*o*(o>=r/3?1:2);a=e.angle-Math.PI/2,t.moveTo(s,l),t.lineTo(e.x+n(a)*o,e.y+i(a)*o),t.lineTo(e.x+n(e.angle)*r,e.y+i(e.angle)*r),t.lineTo(e.x-n(a)*o,e.y-i(a)*o),t.lineTo(s,l)},e}(sl);function rO(t,e){var n=null==t?"":t+"";return e&&(X(e)?n=e.replace("{value}",n):Y(e)&&(n=e(t))),n}var oO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){this.group.removeAll();var i=t.get(["axisLine","lineStyle","color"]),r=function(t,e){var n=t.get("center"),i=e.getWidth(),r=e.getHeight(),o=Math.min(i,r);return{cx:yo(n[0],e.getWidth()),cy:yo(n[1],e.getHeight()),r:yo(t.get("radius"),o/2)}}(t,n);this._renderMain(t,e,n,i,r),this._data=t.getData()},e.prototype.dispose=function(){},e.prototype._renderMain=function(t,e,n,i,r){var o=this.group,a=t.get("clockwise"),s=-t.get("startAngle")/180*Math.PI,l=-t.get("endAngle")/180*Math.PI,u=t.getModel("axisLine"),c=u.get("roundCap")?WI:xc,h=u.get("show"),d=u.getModel("lineStyle"),p=d.get("width"),f=[s,l];Gs(f,!a);for(var g=(l=f[1])-(s=f[0]),y=s,v=[],m=0;h&&m=t&&(0===e?0:i[e-1][0])Math.PI/2&&(B+=Math.PI):"tangential"===E?B=-M-Math.PI/2:j(E)&&(B=E*Math.PI/180),0===B?h.add(new Sl({style:Qh(x,{text:O,x:N,y:z,verticalAlign:c<-.8?"top":c>.8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:R}),silent:!0})):h.add(new Sl({style:Qh(x,{text:O,x:N,y:z,verticalAlign:"middle",align:"center"},{inheritColor:R}),silent:!0,originX:N,originY:z,rotation:B}))}if(m.get("show")&&k!==_){P=(P=m.get("distance"))?P+l:l;for(var V=0;V<=b;V++){u=Math.cos(M),c=Math.sin(M);var G=new Ac({shape:{x1:u*(f-P)+d,y1:c*(f-P)+p,x2:u*(f-S-P)+d,y2:c*(f-S-P)+p},silent:!0,style:D});"auto"===D.stroke&&G.setStyle({stroke:i((k+V/b)/_)}),h.add(G),M+=T}M-=T}else M+=I}},e.prototype._renderPointer=function(t,e,n,i,r,o,a,s,l){var u=this.group,c=this._data,h=this._progressEls,d=[],p=t.get(["pointer","show"]),f=t.getModel("progress"),g=f.get("show"),y=t.getData(),v=y.mapDimension("value"),m=+t.get("min"),x=+t.get("max"),_=[m,x],b=[o,a];function w(e,n){var i,o=y.getItemModel(e).getModel("pointer"),a=yo(o.get("width"),r.r),s=yo(o.get("length"),r.r),l=t.get(["pointer","icon"]),u=o.get("offsetCenter"),c=yo(u[0],r.r),h=yo(u[1],r.r),d=o.get("keepAspect");return(i=l?hm(l,c-a/2,h-s,a,s,null,d):new iO({shape:{angle:-Math.PI/2,width:a,r:s,x:c,y:h}})).rotation=-(n+Math.PI/2),i.x=r.cx,i.y=r.cy,i}function S(t,e){var n=f.get("roundCap")?WI:xc,i=f.get("overlap"),a=i?f.get("width"):l/y.count(),u=i?r.r-a:r.r-(t+1)*a,c=i?r.r:r.r-t*a,h=new n({shape:{startAngle:o,endAngle:e,cx:r.cx,cy:r.cy,clockwise:s,r0:u,r:c}});return i&&(h.z2=go(y.get(v,t),[m,x],[100,0],!0)),h}(g||p)&&(y.diff(c).add((function(e){var n=y.get(v,e);if(p){var i=w(e,o);eh(i,{rotation:-((isNaN(+n)?b[0]:go(n,_,b,!0))+Math.PI/2)},t),u.add(i),y.setItemGraphicEl(e,i)}if(g){var r=S(e,o),a=f.get("clip");eh(r,{shape:{endAngle:go(n,_,b,a)}},t),u.add(r),El(t.seriesIndex,y.dataType,e,r),d[e]=r}})).update((function(e,n){var i=y.get(v,e);if(p){var r=c.getItemGraphicEl(n),a=r?r.rotation:o,s=w(e,a);s.rotation=a,th(s,{rotation:-((isNaN(+i)?b[0]:go(i,_,b,!0))+Math.PI/2)},t),u.add(s),y.setItemGraphicEl(e,s)}if(g){var l=h[n],m=S(e,l?l.shape.endAngle:o),x=f.get("clip");th(m,{shape:{endAngle:go(i,_,b,x)}},t),u.add(m),El(t.seriesIndex,y.dataType,e,m),d[e]=m}})).execute(),y.each((function(t){var e=y.getItemModel(t),n=e.getModel("emphasis"),r=n.get("focus"),o=n.get("blurScope"),a=n.get("disabled");if(p){var s=y.getItemGraphicEl(t),l=y.getItemVisual(t,"style"),u=l.fill;if(s instanceof dl){var c=s.style;s.useStyle(A({image:c.image,x:c.x,y:c.y,width:c.width,height:c.height},l))}else s.useStyle(l),"pointer"!==s.type&&s.setColor(u);s.setStyle(e.getModel(["pointer","itemStyle"]).getItemStyle()),"auto"===s.style.fill&&s.setStyle("fill",i(go(y.get(v,t),_,[0,1],!0))),s.z2EmphasisLift=0,ku(s,e),Tu(s,r,o,a)}if(g){var h=d[t];h.useStyle(y.getItemVisual(t,"style")),h.setStyle(e.getModel(["progress","itemStyle"]).getItemStyle()),h.z2EmphasisLift=0,ku(h,e),Tu(h,r,o,a)}})),this._progressEls=d)},e.prototype._renderAnchor=function(t,e){var n=t.getModel("anchor");if(n.get("show")){var i=n.get("size"),r=n.get("icon"),o=n.get("offsetCenter"),a=n.get("keepAspect"),s=hm(r,e.cx-i/2+yo(o[0],e.r),e.cy-i/2+yo(o[1],e.r),i,i,null,a);s.z2=n.get("showAbove")?1:0,s.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(s)}},e.prototype._renderTitleAndDetail=function(t,e,n,i,r){var o=this,a=t.getData(),s=a.mapDimension("value"),l=+t.get("min"),u=+t.get("max"),c=new to,h=[],d=[],p=t.isAnimationEnabled(),f=t.get(["pointer","showAbove"]);a.diff(this._data).add((function(t){h[t]=new Sl({silent:!0}),d[t]=new Sl({silent:!0})})).update((function(t,e){h[t]=o._titleEls[e],d[t]=o._detailEls[e]})).execute(),a.each((function(e){var n=a.getItemModel(e),o=a.get(s,e),g=new to,y=i(go(o,[l,u],[0,1],!0)),v=n.getModel("title");if(v.get("show")){var m=v.get("offsetCenter"),x=r.cx+yo(m[0],r.r),_=r.cy+yo(m[1],r.r);(D=h[e]).attr({z2:f?0:2,style:Qh(v,{x:x,y:_,text:a.getName(e),align:"center",verticalAlign:"middle"},{inheritColor:y})}),g.add(D)}var b=n.getModel("detail");if(b.get("show")){var w=b.get("offsetCenter"),S=r.cx+yo(w[0],r.r),M=r.cy+yo(w[1],r.r),I=yo(b.get("width"),r.r),T=yo(b.get("height"),r.r),C=t.get(["progress","show"])?a.getItemVisual(e,"style").fill:y,D=d[e],A=b.get("formatter");D.attr({z2:f?0:2,style:Qh(b,{x:S,y:M,text:rO(o,A),width:isNaN(I)?null:I,height:isNaN(T)?null:T,align:"center",verticalAlign:"middle"},{inheritColor:C})}),sd(D,{normal:b},o,(function(t){return rO(t,A)})),p&&ld(D,e,a,t,{getFormattedLabel:function(t,e,n,i,r,a){return rO(a?a.interpolatedValue:o,A)}}),g.add(D)}c.add(g)})),this.group.add(c),this._titleEls=h,this._detailEls=d},e.type="gauge",e}(tv),aO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="itemStyle",n}return n(e,t),e.prototype.getInitialData=function(t,e){return IT(this,["value"])},e.type="series.gauge",e.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,tf.color.neutral10]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:tf.color.axisTick,width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:tf.color.axisTickMinor,width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:tf.color.axisLabel,fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:tf.color.neutral00,borderWidth:0,borderColor:tf.color.theme[0]}},title:{show:!0,offsetCenter:[0,"20%"],color:tf.color.secondary,fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:tf.color.transparent,borderWidth:0,borderColor:tf.color.neutral40,width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:tf.color.primary,fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},e}(Wy);var sO=["itemStyle","opacity"],lO=function(t){function e(e,n){var i=t.call(this)||this,r=i,o=new Tc,a=new Sl;return r.setTextContent(a),i.setTextGuideLine(o),i.updateData(e,n,!0),i}return n(e,t),e.prototype.updateData=function(t,e,n){var i=this,r=t.hostModel,o=t.getItemModel(e),a=t.getItemLayout(e),s=o.getModel("emphasis"),l=o.get(sO);l=null==l?1:l,n||ah(i),i.useStyle(t.getItemVisual(e,"style")),i.style.lineJoin="round",n?(i.setShape({points:a.points}),i.style.opacity=0,eh(i,{style:{opacity:l}},r,e)):th(i,{style:{opacity:l},shape:{points:a.points}},r,e),ku(i,o),this._updateLabel(t,e),Tu(this,s.get("focus"),s.get("blurScope"),s.get("disabled"))},e.prototype._updateLabel=function(t,e){var n=this,i=this.getTextGuideLine(),r=n.getTextContent(),o=t.hostModel,a=t.getItemModel(e),s=t.getItemLayout(e).label,l=t.getItemVisual(e,"style"),u=l.fill;$h(r,Jh(a),{labelFetcher:t.hostModel,labelDataIndex:e,defaultOpacity:l.opacity,defaultText:t.getName(e)},{normal:{align:s.textAlign,verticalAlign:s.verticalAlign}});var c="inherit"===a.getModel("label").get("color")?u:null;n.setTextConfig({local:!0,inside:!!s.inside,insideStroke:c,outsideFill:c});var h=s.linePoints;i.setShape({points:h}),n.textGuideLineConfig={anchor:h?new Ae(h[0][0],h[0][1]):null},th(r,{style:{x:s.x,y:s.y}},o,e),r.attr({rotation:s.rotation,originX:s.x,originY:s.y,z2:10}),dS(n,pS(a),{stroke:u})},e}(Mc),uO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreLabelLineUpdate=!0,n}return n(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this._data,o=this.group;i.diff(r).add((function(t){var e=new lO(i,t);i.setItemGraphicEl(t,e),o.add(e)})).update((function(t,e){var n=r.getItemGraphicEl(e);n.updateData(i,t),o.add(n),i.setItemGraphicEl(t,n)})).remove((function(e){oh(r.getItemGraphicEl(e),t,e)})).execute(),this._data=i},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.prototype.dispose=function(){},e.type="funnel",e}(tv),cO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new CT(W(this.getData,this),W(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.getInitialData=function(t,e){return IT(this,{coordDimensions:["value"],encodeDefaulter:H(Mf,this)})},e.prototype._defaultLabelLine=function(t){Ko(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.prototype.getDataParams=function(e){var n=this.getData(),i=t.prototype.getDataParams.call(this,e),r=n.mapDimension("value"),o=n.getSum(r);return i.percent=o?+(n.get(r,e)/o*100).toFixed(2):0,i.$vars.push("percent"),i},e.type="series.funnel",e.defaultOption={coordinateSystemUsage:"box",z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:65,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:tf.color.neutral00,borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:tf.color.primary}}},e}(Wy);function hO(t,e){t.eachSeriesByType("funnel",(function(t){var n=t.getData(),i=n.mapDimension("value"),r=t.get("sort"),o=Xp(t,e),a=Hp(t.getBoxLayoutParams(),o.refContainer),s=t.get("orient"),l=a.width,u=a.height,c=function(t,e){for(var n=t.mapDimension("value"),i=t.mapArray(n,(function(t){return t})),r=[],o="ascending"===e,a=0,s=t.count();a5)return;var i=this._model.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]);"none"!==i.behavior&&this._dispatchExpand({axisExpandWindow:i.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(t){if(!this._mouseDownPoint&&MO(this,"mousemove")){var e=this._model,n=e.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]),i=n.behavior;"jump"===i&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===i?null:{axisExpandWindow:n.axisExpandWindow,animation:"jump"===i?null:{duration:0}})}}};function MO(t,e){var n=t._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===e}var IO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(){t.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var e=this.option;t&&C(e,t,!0),this._initDimensions()},e.prototype.contains=function(t,e){var n=t.get("parallelIndex");return null!=n&&e.getComponent("parallel",n)===this},e.prototype.setAxisExpand=function(t){z(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],(function(e){t.hasOwnProperty(e)&&(this.option[e]=t[e])}),this)},e.prototype._initDimensions=function(){var t=this.dimensions=[],e=this.parallelAxisIndex=[];z(V(this.ecModel.queryComponents({mainType:"parallelAxis"}),(function(t){return(t.get("parallelIndex")||0)===this.componentIndex}),this),(function(n){t.push("dim"+n.get("dim")),e.push(n.componentIndex)}))},e.type="parallel",e.dependencies=["parallelAxis"],e.layoutMode="box",e.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},e}(Qp),TO=function(t){function e(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.type=r||"value",a.axisIndex=o,a}return n(e,t),e.prototype.isHorizontal=function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")},e}(Ww);function CO(t,e,n,i,r,o){t=t||0;var a=n[1]-n[0];if(null!=r&&(r=AO(r,[0,a])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var s=Math.abs(e[1]-e[0]);s=AO(s,[0,a]),r=o=AO(s,[r,o]),i=0}e[0]=AO(e[0],n),e[1]=AO(e[1],n);var l=DO(e,i);e[i]+=t;var u,c=r||0,h=n.slice();return l.sign<0?h[0]+=c:h[1]-=c,e[i]=AO(e[i],h),u=DO(e,i),null!=r&&(u.sign!==l.sign||u.spano&&(e[1-i]=e[i]+u.sign*o),e}function DO(t,e){var n=t[e]-t[1-e];return{span:Math.abs(n),sign:n>0?-1:n<0?1:e?-1:1}}function AO(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var kO=z,LO=Math.min,PO=Math.max,OO=Math.floor,RO=Math.ceil,NO=mo,zO=Math.PI,EO=function(){function t(t,e,n){this.type="parallel",this._axesMap=yt(),this._axesLayout={},this.dimensions=t.dimensions,this._model=t,this._init(t,e,n)}return t.prototype._init=function(t,e,n){var i=t.dimensions,r=t.parallelAxisIndex;kO(i,(function(t,n){var i=r[n],o=e.getComponent("parallelAxis",i),a=this._axesMap.set(t,new TO(t,Zb(o),[0,0],o.get("type"),i)),s="category"===a.type;a.onBand=s&&o.get("boundaryGap"),a.inverse=o.get("inverse"),o.axis=a,a.model=o,a.coordinateSystem=o.coordinateSystem=this}),this)},t.prototype.update=function(t,e){this._updateAxesFromSeries(this._model,t)},t.prototype.containPoint=function(t){var e=this._makeLayoutInfo(),n=e.axisBase,i=e.layoutBase,r=e.pixelDimIndex,o=t[1-r],a=t[r];return o>=n&&o<=n+e.axisLength&&a>=i&&a<=i+e.layoutLength},t.prototype.getModel=function(){return this._model},t.prototype._updateAxesFromSeries=function(t,e){e.eachSeries((function(n){if(t.contains(n,e)){var i=n.getData();kO(this.dimensions,(function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(i,i.mapDimension(t)),Xb(e.scale,e.model)}),this)}}),this)},t.prototype.resize=function(t,e){var n=Xp(t,e).refContainer;this._rect=Hp(t.getBoxLayoutParams(),n),this._layoutAxes()},t.prototype.getRect=function(){return this._rect},t.prototype._makeLayoutInfo=function(){var t,e=this._model,n=this._rect,i=["x","y"],r=["width","height"],o=e.get("layout"),a="horizontal"===o?0:1,s=n[r[a]],l=[0,s],u=this.dimensions.length,c=BO(e.get("axisExpandWidth"),l),h=BO(e.get("axisExpandCount")||0,[0,u]),d=e.get("axisExpandable")&&u>3&&u>h&&h>1&&c>0&&s>0,p=e.get("axisExpandWindow");p?(t=BO(p[1]-p[0],l),p[1]=p[0]+t):(t=BO(c*(h-1),l),(p=[c*(e.get("axisExpandCenter")||OO(u/2))-t/2])[1]=p[0]+t);var f=(s-t)/(u-h);f<3&&(f=0);var g=[OO(NO(p[0]/c,1))+1,RO(NO(p[1]/c,1))-1],y=f/c*p[0];return{layout:o,pixelDimIndex:a,layoutBase:n[i[a]],layoutLength:s,axisBase:n[i[1-a]],axisLength:n[r[1-a]],axisExpandable:d,axisExpandWidth:c,axisCollapseWidth:f,axisExpandWindow:p,axisCount:u,winInnerIndices:g,axisExpandWindow0Pos:y}},t.prototype._layoutAxes=function(){var t=this._rect,e=this._axesMap,n=this.dimensions,i=this._makeLayoutInfo(),r=i.layout;e.each((function(t){var e=[0,i.axisLength],n=t.inverse?1:0;t.setExtent(e[n],e[1-n])})),kO(n,(function(e,n){var o=(i.axisExpandable?GO:VO)(n,i),a={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s={horizontal:zO/2,vertical:0},l=[a[r].x+t.x,a[r].y+t.y],u=s[r],c=[1,0,0,1,0,0];Me(c,c,u),Se(c,c,l),this._axesLayout[e]={position:l,rotation:u,transform:c,axisNameAvailableWidth:o.axisNameAvailableWidth,axisLabelShow:o.axisLabelShow,nameTruncateMaxWidth:o.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}}),this)},t.prototype.getAxis=function(t){return this._axesMap.get(t)},t.prototype.dataToPoint=function(t,e){return this.axisCoordToPoint(this._axesMap.get(e).dataToCoord(t),e)},t.prototype.eachActiveState=function(t,e,n,i){null==n&&(n=0),null==i&&(i=t.count());var r=this._axesMap,o=this.dimensions,a=[],s=[];z(o,(function(e){a.push(t.mapDimension(e)),s.push(r.get(e).model)}));for(var l=this.hasAxisBrushed(),u=n;ur*(1-c[0])?(l="jump",a=s-r*(1-c[2])):(a=s-r*c[1])>=0&&(a=s-r*(1-c[1]))<=0&&(a=0),(a*=e.axisExpandWidth/u)?CO(a,i,o,"all"):l="none";else{var d=i[1]-i[0];(i=[PO(0,o[1]*s/d-d/2)])[1]=LO(o[1],i[0]+d),i[0]=i[1]-d}return{axisExpandWindow:i,behavior:l}},t}();function BO(t,e){return LO(PO(t,e[0]),e[1])}function VO(t,e){var n=e.layoutLength/(e.axisCount-1);return{position:n*t,axisNameAvailableWidth:n,axisLabelShow:!0}}function GO(t,e){var n,i,r=e.layoutLength,o=e.axisExpandWidth,a=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,u=s,c=!1;return t=0;n--)xo(e[n])},e.prototype.getActiveState=function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(null==t||isNaN(+t))return"inactive";if(1===e.length){var n=e[0];if(n[0]<=t&&t<=n[1])return"active"}else for(var i=0,r=e.length;i6}(t)||o){if(a&&!o){"single"===s.brushMode&&sR(t);var l=T(s);l.brushType=MR(l.brushType,a),l.panelId=a===HO?null:a.panelId,o=t._creatingCover=QO(t,l),t._covers.push(o)}if(o){var u=CR[MR(t._brushType,a)];o.__brushOption.range=u.getCreatingRange(_R(t,o,t._track)),i&&(tR(t,o),u.updateCommon(t,o)),eR(t,o),r={isEnd:i}}}else i&&"single"===s.brushMode&&s.removeOnClick&&oR(t,e,n)&&sR(t)&&(r={isEnd:i,removeOnClick:!0});return r}function MR(t,e){return"auto"===t?e.defaultBrushType:t}var IR={mousedown:function(t){if(this._dragging)TR(this,t);else if(!t.target||!t.target.draggable){bR(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null,(this._creatingPanel=oR(this,t,e))&&(this._dragging=!0,this._track=[e.slice()])}},mousemove:function(t){var e=t.offsetX,n=t.offsetY,i=this.group.transformCoordToLocal(e,n);if(function(t,e,n){if(t._brushType&&!function(t,e,n){var i=t._zr;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}(t,e.offsetX,e.offsetY)){var i=t._zr,r=t._covers,o=oR(t,e,n);if(!t._dragging)for(var a=0;a=0&&(o[r[a].depth]=new wd(r[a],this,e));var s=XP(i,n,this,!0,(function(t,e){t.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getData().getItemLayout(e);if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t})),e.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getGraph().getEdgeByIndex(e).node1.getLayout();if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t}))}));return s.data},e.prototype.setNodePosition=function(t,e){var n=(this.option.data||this.option.nodes)[t];n.localX=e[0],n.localY=e[1]},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,e,n){function i(t){return isNaN(t)||null==t}if("edge"===n){var r=this.getDataParams(t,n),o=r.data,a=r.value;return Ty("nameValue",{name:o.source+" -- "+o.target,value:a,noValue:i(a)})}var s=this.getGraph().getNodeByIndex(t).getLayout().value,l=this.getDataParams(t,n).data.name;return Ty("nameValue",{name:null!=l?l+"":null,value:s,noValue:i(s)})},e.prototype.optionUpdated=function(){},e.prototype.getDataParams=function(e,n){var i=t.prototype.getDataParams.call(this,e,n);if(null==i.value&&"node"===n){var r=this.getGraph().getNodeByIndex(e).getLayout().value;i.value=r}return i},e.type="series.sankey",e.layoutMode="box",e.defaultOption={z:2,coordinateSystemUsage:"box",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,roam:!1,roamTrigger:"global",center:null,zoom:1,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:tf.color.neutral50,opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:tf.color.primary}},animationEasing:"linear",animationDuration:1e3},e}(Wy);function WR(t,e){t.eachSeriesByType("sankey",(function(t){var n=t.get("nodeWidth"),i=t.get("nodeGap"),r=Xp(t,e).refContainer,o=Hp(t.getBoxLayoutParams(),r);t.layoutInfo=o;var a=o.width,s=o.height,l=t.getGraph(),u=l.nodes,c=l.edges;!function(t){z(t,(function(t){var e=JR(t.outEdges,$R),n=JR(t.inEdges,$R),i=t.getValue()||0,r=Math.max(e,n,i);t.setLayout({value:r},!0)}))}(u),function(t,e,n,i,r,o,a,s,l){(function(t,e,n,i,r,o,a){for(var s=[],l=[],u=[],c=[],h=0,d=0;d=0;v&&y.depth>p&&(p=y.depth),g.setLayout({depth:v?y.depth:h},!0),"vertical"===o?g.setLayout({dy:n},!0):g.setLayout({dx:n},!0);for(var m=0;mh-1?p:h-1;a&&"left"!==a&&function(t,e,n,i){if("right"===e){for(var r=[],o=t,a=0;o.length;){for(var s=0;s0;o--)YR(s,l*=.99,a),UR(s,r,n,i,a),QR(s,l,a),UR(s,r,n,i,a)}(t,e,o,r,i,a,s),function(t,e){var n="vertical"===e?"x":"y";z(t,(function(t){t.outEdges.sort((function(t,e){return t.node2.getLayout()[n]-e.node2.getLayout()[n]})),t.inEdges.sort((function(t,e){return t.node1.getLayout()[n]-e.node1.getLayout()[n]}))})),z(t,(function(t){var e=0,n=0;z(t.outEdges,(function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy})),z(t.inEdges,(function(t){t.setLayout({ty:n},!0),n+=t.getLayout().dy}))}))}(t,s)}(u,c,n,i,a,s,0!==V(u,(function(t){return 0===t.getLayout().value})).length?0:t.get("layoutIterations"),t.get("orient"),t.get("nodeAlign"))}))}function HR(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function UR(t,e,n,i,r){var o="vertical"===r?"x":"y";z(t,(function(t){var a,s,l;t.sort((function(t,e){return t.getLayout()[o]-e.getLayout()[o]}));for(var u=0,c=t.length,h="vertical"===r?"dx":"dy",d=0;d0&&(a=s.getLayout()[o]+l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]+s.getLayout()[h]+e;if((l=u-e-("vertical"===r?i:n))>0){a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0),u=a;for(d=c-2;d>=0;--d)(l=(s=t[d]).getLayout()[o]+s.getLayout()[h]+e-u)>0&&(a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]}}))}function YR(t,e,n){z(t.slice().reverse(),(function(t){z(t,(function(t){if(t.outEdges.length){var i=JR(t.outEdges,XR,n)/JR(t.outEdges,$R);if(isNaN(i)){var r=t.outEdges.length;i=r?JR(t.outEdges,ZR,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-KR(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-KR(t,n))*e;t.setLayout({y:a},!0)}}}))}))}function XR(t,e){return KR(t.node2,e)*t.getValue()}function ZR(t,e){return KR(t.node2,e)}function jR(t,e){return KR(t.node1,e)*t.getValue()}function qR(t,e){return KR(t.node1,e)}function KR(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function $R(t){return t.getValue()}function JR(t,e,n){for(var i=0,r=t.length,o=-1;++oo&&(o=e)})),z(n,(function(e){var n=new hL({type:"color",mappingMethod:"linear",dataExtent:[r,o],visual:t.get("color")}).mapValueToVisual(e.getLayout().value),i=e.getModel().get(["itemStyle","color"]);null!=i?(e.setVisual("color",i),e.setVisual("style",{fill:i})):(e.setVisual("color",n),e.setVisual("style",{fill:n}))}))}i.length&&z(i,(function(t){var e=t.getModel().get("lineStyle");t.setVisual("style",e)}))}))}var eN=function(){function t(){}return t.prototype._hasEncodeRule=function(t){var e=this.getEncode();return e&&null!=e.get(t)},t.prototype.getInitialData=function(t,e){var n,i,r=e.getComponent("xAxis",this.get("xAxisIndex")),o=e.getComponent("yAxis",this.get("yAxisIndex")),a=r.get("type"),s=o.get("type");"category"===a?(t.layout="horizontal",n=r.getOrdinalMeta(),i=!this._hasEncodeRule("x")):"category"===s?(t.layout="vertical",n=o.getOrdinalMeta(),i=!this._hasEncodeRule("y")):t.layout=t.layout||"horizontal";var l=["x","y"],u="horizontal"===t.layout?0:1,c=this._baseAxisDim=l[u],h=l[1-u],d=[r,o],p=d[u].get("type"),f=d[1-u].get("type"),g=t.data;if(g&&i){var y=[];z(g,(function(t,e){var n;U(t)?(n=t.slice(),t.unshift(e)):U(t.value)?((n=A({},t)).value=n.value.slice(),t.value.unshift(e)):n=t,y.push(n)})),t.data=y}var v=this.defaultValueDimensions,m=[{name:c,type:v_(p),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:h,type:v_(f),dimsDef:v.slice()}];return IT(this,{coordDimensions:m,dimensionsCount:v.length+1,encodeDefaulter:H(Sf,m,this)})},t.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},t}(),nN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],n.visualDrawType="stroke",n}return n(e,t),e.type="series.boxplot",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:tf.color.neutral00,borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:tf.color.shadow}},animationDuration:800},e}(Wy);R(nN,eN,!0);var iN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this.group,o=this._data;this._data||r.removeAll();var a="horizontal"===t.get("layout")?1:0;i.diff(o).add((function(t){if(i.hasValue(t)){var e=aN(i.getItemLayout(t),i,t,a,!0);i.setItemGraphicEl(t,e),r.add(e)}})).update((function(t,e){var n=o.getItemGraphicEl(e);if(i.hasValue(t)){var s=i.getItemLayout(t);n?(ah(n),sN(s,n,i,t)):n=aN(s,i,t,a),r.add(n),i.setItemGraphicEl(t,n)}else r.remove(n)})).remove((function(t){var e=o.getItemGraphicEl(t);e&&r.remove(e)})).execute(),this._data=i},e.prototype.remove=function(t){var e=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl((function(t){t&&e.remove(t)}))},e.type="boxplot",e}(tv),rN=function(){},oN=function(t){function e(e){var n=t.call(this,e)||this;return n.type="boxplotBoxPath",n}return n(e,t),e.prototype.getDefaultShape=function(){return new rN},e.prototype.buildPath=function(t,e){var n=e.points,i=0;for(t.moveTo(n[i][0],n[i][1]),i++;i<4;i++)t.lineTo(n[i][0],n[i][1]);for(t.closePath();ig){var _=[v,x];i.push(_)}}}return{boxData:n,outliers:i}}(e.getRawData(),t.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:i.boxData},{data:i.outliers}]}};var dN=["itemStyle","borderColor"],pN=["itemStyle","borderColor0"],fN=["itemStyle","borderColorDoji"],gN=["itemStyle","color"],yN=["itemStyle","color0"];function vN(t,e){return e.get(t>0?gN:yN)}function mN(t,e){return e.get(0===t?fN:t>0?dN:pN)}var xN={seriesType:"candlestick",plan:$y(),performRawSeries:!0,reset:function(t,e){if(!e.isSeriesFiltered(t))return!t.pipelineContext.large&&{progress:function(t,e){for(var n;null!=(n=t.next());){var i=e.getItemModel(n),r=e.getItemLayout(n).sign,o=i.getItemStyle();o.fill=vN(r,i),o.stroke=mN(r,i)||o.fill,A(e.ensureUniqueItemVisual(n,"style"),o)}}}}},_N=["color","borderColor"],bN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(t),this._isLargeDraw?this._renderLarge(t):this._renderNormal(t)},e.prototype.incrementalPrepareRender=function(t,e,n){this._clear(),this._updateDrawMode(t)},e.prototype.incrementalRender=function(t,e,n,i){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(t,e):this._incrementalRenderNormal(t,e)},e.prototype.eachRendered=function(t){Bh(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var e=t.pipelineContext.large;null!=this._isLargeDraw&&e===this._isLargeDraw||(this._isLargeDraw=e,this._clear())},e.prototype._renderNormal=function(t){var e=t.getData(),n=this._data,i=this.group,r=e.getLayout("isSimpleBox"),o=t.get("clip",!0),a=t.coordinateSystem,s=a.getArea&&a.getArea();this._data||i.removeAll(),e.diff(n).add((function(n){if(e.hasValue(n)){var a=e.getItemLayout(n);if(o&&IN(s,a))return;var l=MN(a,n,!0);eh(l,{shape:{points:a.ends}},t,n),TN(l,e,n,r),i.add(l),e.setItemGraphicEl(n,l)}})).update((function(a,l){var u=n.getItemGraphicEl(l);if(e.hasValue(a)){var c=e.getItemLayout(a);o&&IN(s,c)?i.remove(u):(u?(th(u,{shape:{points:c.ends}},t,a),ah(u)):u=MN(c),TN(u,e,a,r),i.add(u),e.setItemGraphicEl(a,u))}else i.remove(u)})).remove((function(t){var e=n.getItemGraphicEl(t);e&&i.remove(e)})).execute(),this._data=e},e.prototype._renderLarge=function(t){this._clear(),kN(t,this.group);var e=t.get("clip",!0)?wI(t.coordinateSystem,!1,t):null;e?this.group.setClipPath(e):this.group.removeClipPath()},e.prototype._incrementalRenderNormal=function(t,e){for(var n,i=e.getData(),r=i.getLayout("isSimpleBox");null!=(n=t.next());){var o=MN(i.getItemLayout(n));TN(o,i,n,r),o.incremental=!0,this.group.add(o),this._progressiveEls.push(o)}},e.prototype._incrementalRenderLarge=function(t,e){kN(e,this.group,this._progressiveEls,!0)},e.prototype.remove=function(t){this._clear()},e.prototype._clear=function(){this.group.removeAll(),this._data=null},e.type="candlestick",e}(tv),wN=function(){},SN=function(t){function e(e){var n=t.call(this,e)||this;return n.type="normalCandlestickBox",n}return n(e,t),e.prototype.getDefaultShape=function(){return new wN},e.prototype.buildPath=function(t,e){var n=e.points;this.__simpleBox?(t.moveTo(n[4][0],n[4][1]),t.lineTo(n[6][0],n[6][1])):(t.moveTo(n[0][0],n[0][1]),t.lineTo(n[1][0],n[1][1]),t.lineTo(n[2][0],n[2][1]),t.lineTo(n[3][0],n[3][1]),t.closePath(),t.moveTo(n[4][0],n[4][1]),t.lineTo(n[5][0],n[5][1]),t.moveTo(n[6][0],n[6][1]),t.lineTo(n[7][0],n[7][1]))},e}(sl);function MN(t,e,n){var i=t.ends;return new SN({shape:{points:n?CN(i,t):i},z2:100})}function IN(t,e){for(var n=!0,i=0;ip?x[1]:m[1],ends:w,brushRect:T(f,g,h)})}function M(t,n){var i=[];return i[0]=n,i[1]=t,isNaN(n)||isNaN(t)?[NaN,NaN]:e.dataToPoint(i)}function I(t,e,n){var r=e.slice(),o=e.slice();r[0]=bh(r[0]+i/2,1,!1),o[0]=bh(o[0]-i/2,1,!0),n?t.push(r,o):t.push(o,r)}function T(t,e,n){var r=M(t,n),o=M(e,n);return r[0]-=i/2,o[0]-=i/2,{x:r[0],y:r[1],width:i,height:o[1]-r[1]}}function C(t){return t[0]=bh(t[0],1),t}}}}};function NN(t,e,n,i,r,o){return n>i?-1:n0?t.get(r,e-1)<=i?1:-1:1}function zN(t,e){var n=e.rippleEffectColor||e.color;t.eachChild((function(t){t.attr({z:e.z,zlevel:e.zlevel,style:{stroke:"stroke"===e.brushType?n:null,fill:"fill"===e.brushType?n:null}})}))}var EN=function(t){function e(e,n){var i=t.call(this)||this,r=new rI(e,n),o=new to;return i.add(r),i.add(o),i.updateData(e,n),i}return n(e,t),e.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},e.prototype.startEffectAnimation=function(t){for(var e=t.symbolType,n=t.color,i=t.rippleNumber,r=this.childAt(1),o=0;o0&&(o=this._getLineLength(i)/l*1e3),o!==this._period||a!==this._loop||s!==this._roundTrip){i.stopAnimation();var c=void 0;c=Y(u)?u(n):u,i.__t>0&&(c=-o*i.__t),this._animateSymbol(i,o,c,a,s)}this._period=o,this._loop=a,this._roundTrip=s}},e.prototype._animateSymbol=function(t,e,n,i,r){if(e>0){t.__t=0;var o=this,a=t.animate("",i).when(r?2*e:e,{__t:r?2:1}).delay(n).during((function(){o._updateSymbolPosition(t)}));i||a.done((function(){o.remove(t)})),a.start()}},e.prototype._getLineLength=function(t){return Vt(t.__p1,t.__cp1)+Vt(t.__cp1,t.__p2)},e.prototype._updateAnimationPoints=function(t,e){t.__p1=e[0],t.__p2=e[1],t.__cp1=e[2]||[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]},e.prototype.updateData=function(t,e,n){this.childAt(0).updateData(t,e,n),this._updateEffectSymbol(t,e)},e.prototype._updateSymbolPosition=function(t){var e=t.__p1,n=t.__p2,i=t.__cp1,r=t.__t<1?t.__t:2-t.__t,o=[t.x,t.y],a=o.slice(),s=Nn,l=zn;o[0]=s(e[0],i[0],n[0],r),o[1]=s(e[1],i[1],n[1],r);var u=t.__t<1?l(e[0],i[0],n[0],r):l(n[0],i[0],e[0],1-r),c=t.__t<1?l(e[1],i[1],n[1],r):l(n[1],i[1],e[1],1-r);t.rotation=-Math.atan2(c,u)-Math.PI/2,"line"!==this._symbolType&&"rect"!==this._symbolType&&"roundRect"!==this._symbolType||(void 0!==t.__lastT&&t.__lastT=0&&!(i[o]<=e);o--);o=Math.min(o,r-2)}else{for(o=a;oe);o++);o=Math.min(o-1,r-2)}var s=(e-i[o])/(i[o+1]-i[o]),l=n[o],u=n[o+1];t.x=l[0]*(1-s)+s*u[0],t.y=l[1]*(1-s)+s*u[1];var c=t.__t<1?u[0]-l[0]:l[0]-u[0],h=t.__t<1?u[1]-l[1]:l[1]-u[1];t.rotation=-Math.atan2(h,c)-Math.PI/2,this._lastFrame=o,this._lastFramePercent=e,t.ignore=!1}},e}(GN),HN=function(){this.polyline=!1,this.curveness=0,this.segs=[]},UN=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return n(e,t),e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:tf.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new HN},e.prototype.buildPath=function(t,e){var n,i=e.segs,r=e.curveness;if(e.polyline)for(n=this._off;n0){t.moveTo(i[n++],i[n++]);for(var a=1;a0){var h=(s+u)/2-(l-c)*r,d=(l+c)/2-(u-s)*r;t.quadraticCurveTo(h,d,u,c)}else t.lineTo(u,c)}this.incremental&&(this._off=n,this.notClear=!0)},e.prototype.findDataIndex=function(t,e){var n=this.shape,i=n.segs,r=n.curveness,o=this.style.lineWidth;if(n.polyline)for(var a=0,s=0;s0)for(var u=i[s++],c=i[s++],h=1;h0){if(Us(u,c,(u+d)/2-(c-p)*r,(c+p)/2-(d-u)*r,d,p,o,t,e))return a}else if(Ws(u,c,d,p,o,t,e))return a;a++}return-1},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return t=n[0],e=n[1],i.contain(t,e)?(this.hoverDataIdx=this.findDataIndex(t,e))>=0:(this.hoverDataIdx=-1,!1)},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape.segs,n=1/0,i=1/0,r=-1/0,o=-1/0,a=0;a0&&(o.dataIndex=n+t.__startIndex)}))},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),XN={seriesType:"lines",plan:$y(),reset:function(t){var e=t.coordinateSystem;if(e){var n=t.get("polyline"),i=t.pipelineContext.large;return{progress:function(r,o){var a=[];if(i){var s=void 0,l=r.end-r.start;if(n){for(var u=0,c=r.start;c0&&(l||s.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(a/10+.9,1),0)})),r.updateData(i);var u=t.get("clip",!0)&&wI(t.coordinateSystem,!1,t);u?this.group.setClipPath(u):this.group.removeClipPath(),this._lastZlevel=o,this._finished=!0},e.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData();this._updateLineDraw(i,t).incrementalPrepareUpdate(i),this._clearLayer(n),this._finished=!1},e.prototype.incrementalRender=function(t,e,n){this._lineDraw.incrementalUpdate(t,e.getData()),this._finished=t.end===e.getData().count()},e.prototype.eachRendered=function(t){this._lineDraw&&this._lineDraw.eachRendered(t)},e.prototype.updateTransform=function(t,e,n){var i=t.getData(),r=t.pipelineContext;if(!this._finished||r.large||r.progressiveRender)return{update:!0};var o=XN.reset(t,e,n);o.progress&&o.progress({start:0,end:i.count(),count:i.count()},i),this._lineDraw.updateLayout(),this._clearLayer(n)},e.prototype._updateLineDraw=function(t,e){var n=this._lineDraw,i=this._showEffect(e),r=!!e.get("polyline"),o=e.pipelineContext.large;return n&&i===this._hasEffet&&r===this._isPolyline&&o===this._isLargeDraw||(n&&n.remove(),n=this._lineDraw=o?new YN:new IP(r?i?WN:FN:i?GN:MP),this._hasEffet=i,this._isPolyline=r,this._isLargeDraw=o),this.group.add(n.group),n},e.prototype._showEffect=function(t){return!!t.get(["effect","show"])},e.prototype._clearLayer=function(t){var e=t.getZr();"svg"===e.painter.getType()||null==this._lastZlevel||e.painter.getLayer(this._lastZlevel).clear(!0)},e.prototype.remove=function(t,e){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(e)},e.prototype.dispose=function(t,e){this.remove(t,e)},e.type="lines",e}(tv),jN="undefined"==typeof Uint32Array?Array:Uint32Array,qN="undefined"==typeof Float64Array?Array:Float64Array;function KN(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=E(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),D([e,t[0],t[1]])})))}var $N=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="lineStyle",n.visualDrawType="stroke",n}return n(e,t),e.prototype.init=function(e){e.data=e.data||[],KN(e);var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count)),t.prototype.init.apply(this,arguments)},e.prototype.mergeOption=function(e){if(KN(e),e.data){var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count))}t.prototype.mergeOption.apply(this,arguments)},e.prototype.appendData=function(t){var e=this._processFlatCoordsArray(t.data);e.flatCoords&&(this._flatCoords?(this._flatCoords=vt(this._flatCoords,e.flatCoords),this._flatCoordsOffset=vt(this._flatCoordsOffset,e.flatCoordsOffset)):(this._flatCoords=e.flatCoords,this._flatCoordsOffset=e.flatCoordsOffset),t.data=new Float32Array(e.count)),this.getRawData().appendData(t.data)},e.prototype._getCoordsFromItemModel=function(t){var e=this.getData().getItemModel(t),n=e.option instanceof Array?e.option:e.getShallow("coords");return n},e.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[2*t+1]:this._getCoordsFromItemModel(t).length},e.prototype.getLineCoords=function(t,e){if(this._flatCoordsOffset){for(var n=this._flatCoordsOffset[2*t],i=this._flatCoordsOffset[2*t+1],r=0;r ")})},e.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},e.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?1e4:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?2e4:this.get("progressiveThreshold"):t},e.prototype.getZLevelKey=function(){var t=this.getModel("effect"),e=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&e>0?e+"":""},e.type="series.lines",e.dependencies=["grid","polar","geo","calendar"],e.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},e}(Wy);function JN(t){return t instanceof Array||(t=[t,t]),t}var QN={seriesType:"lines",reset:function(t){var e=JN(t.get("symbol")),n=JN(t.get("symbolSize")),i=t.getData();return i.setVisual("fromSymbol",e&&e[0]),i.setVisual("toSymbol",e&&e[1]),i.setVisual("fromSymbolSize",n&&n[0]),i.setVisual("toSymbolSize",n&&n[1]),{dataEach:i.hasItemOption?function(t,e){var n=t.getItemModel(e),i=JN(n.getShallow("symbol",!0)),r=JN(n.getShallow("symbolSize",!0));i[0]&&t.setItemVisual(e,"fromSymbol",i[0]),i[1]&&t.setItemVisual(e,"toSymbol",i[1]),r[0]&&t.setItemVisual(e,"fromSymbolSize",r[0]),r[1]&&t.setItemVisual(e,"toSymbolSize",r[1])}:null}}};var tz=function(){function t(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=c.createCanvas();this.canvas=t}return t.prototype.update=function(t,e,n,i,r,o){var a=this._getBrush(),s=this._getGradient(r,"inRange"),l=this._getGradient(r,"outOfRange"),u=this.pointSize+this.blurSize,c=this.canvas,h=c.getContext("2d"),d=t.length;c.width=e,c.height=n;for(var p=0;p0){var I=o(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 h.putImageData(m,0,0),c},t.prototype._getBrush=function(){var t=this._brushCanvas||(this._brushCanvas=c.createCanvas()),e=this.pointSize+this.blurSize,n=2*e;t.width=n,t.height=n;var i=t.getContext("2d");return i.clearRect(0,0,n,n),i.shadowOffsetX=n,i.shadowBlur=this.blurSize,i.shadowColor=tf.color.neutral99,i.beginPath(),i.arc(-e,e,this.pointSize,0,2*Math.PI,!0),i.closePath(),i.fill(),t},t.prototype._getGradient=function(t,e){for(var n=this._gradientPixels,i=n[e]||(n[e]=new Uint8ClampedArray(1024)),r=[0,0,0,0],o=0,a=0;a<256;a++)t[e](a/255,!0,r),i[o++]=r[0],i[o++]=r[1],i[o++]=r[2],i[o++]=r[3];return i},t}();function ez(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}var nz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i;e.eachComponent("visualMap",(function(e){e.eachTargetSeries((function(n){n===t&&(i=e)}))})),this._progressiveEls=null,this.group.removeAll();var r=t.coordinateSystem;"cartesian2d"===r.type||"calendar"===r.type||"matrix"===r.type?this._renderOnGridLike(t,n,0,t.getData().count()):ez(r)&&this._renderOnGeo(r,t,i,n)},e.prototype.incrementalPrepareRender=function(t,e,n){this.group.removeAll()},e.prototype.incrementalRender=function(t,e,n,i){var r=e.coordinateSystem;r&&(ez(r)?this.render(e,n,i):(this._progressiveEls=[],this._renderOnGridLike(e,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){Bh(this._progressiveEls||this.group,t)},e.prototype._renderOnGridLike=function(t,e,n,i,r){var o,a,s,l,u=t.coordinateSystem,c=SI(u,"cartesian2d"),h=SI(u,"matrix");if(c){var d=u.getAxis("x"),p=u.getAxis("y");0,o=d.getBandWidth()+.5,a=p.getBandWidth()+.5,s=d.scale.getExtent(),l=p.scale.getExtent()}for(var f=this.group,g=t.getData(),y=t.getModel(["emphasis","itemStyle"]).getItemStyle(),v=t.getModel(["blur","itemStyle"]).getItemStyle(),m=t.getModel(["select","itemStyle"]).getItemStyle(),x=t.get(["itemStyle","borderRadius"]),_=Jh(t),b=t.getModel("emphasis"),w=b.get("focus"),S=b.get("blurScope"),M=b.get("disabled"),I=c||h?[g.mapDimension("x"),g.mapDimension("y"),g.mapDimension("value")]:[g.mapDimension("time"),g.mapDimension("value")],T=n;Ts[1]||kl[1])continue;var L=u.dataToPoint([A,k]);C=new xl({shape:{x:L[0]-o/2,y:L[1]-a/2,width:o,height:a},style:D})}else if(h){if(nt((P=u.dataToLayout([g.get(I[0],T),g.get(I[1],T)]).rect).x))continue;C=new xl({z2:1,shape:P,style:D})}else{if(isNaN(g.get(I[1],T)))continue;var P,O=u.dataToLayout([g.get(I[0],T)]);if(nt((P=O.contentRect||O.rect).x)||nt(P.y))continue;C=new xl({z2:1,shape:P,style:D})}if(g.hasItemOption){var R=g.getItemModel(T),N=R.getModel("emphasis");y=N.getModel("itemStyle").getItemStyle(),v=R.getModel(["blur","itemStyle"]).getItemStyle(),m=R.getModel(["select","itemStyle"]).getItemStyle(),x=R.get(["itemStyle","borderRadius"]),w=N.get("focus"),S=N.get("blurScope"),M=N.get("disabled"),_=Jh(R)}C.shape.r=x;var z=t.getRawValue(T),E="-";z&&null!=z[2]&&(E=z[2]+""),$h(C,_,{labelFetcher:t,labelDataIndex:T,defaultOpacity:D.opacity,defaultText:E}),C.ensureState("emphasis").style=y,C.ensureState("blur").style=v,C.ensureState("select").style=m,Tu(C,w,S,M),C.incremental=r,r&&(C.states.emphasis.hoverLayer=!0),f.add(C),g.setItemGraphicEl(T,C),this._progressiveEls&&this._progressiveEls.push(C)}},e.prototype._renderOnGeo=function(t,e,n,i){var r=n.targetVisuals.inRange,o=n.targetVisuals.outOfRange,a=e.getData(),s=this._hmLayer||this._hmLayer||new tz;s.blurSize=e.get("blurSize"),s.pointSize=e.get("pointSize"),s.minOpacity=e.get("minOpacity"),s.maxOpacity=e.get("maxOpacity");var l=t.getViewRect().clone(),u=t.getRoamTransform();l.applyTransform(u);var c=Math.max(l.x,0),h=Math.max(l.y,0),d=Math.min(l.width+l.x,i.getWidth()),p=Math.min(l.height+l.y,i.getHeight()),f=d-c,g=p-h,y=[a.mapDimension("lng"),a.mapDimension("lat"),a.mapDimension("value")],v=a.mapArray(y,(function(e,n,i){var r=t.dataToPoint([e,n]);return r[0]-=c,r[1]-=h,r.push(i),r})),m=n.getExtent(),x="visualMap.continuous"===n.type?function(t,e){var n=t[1]-t[0];return e=[(e[0]-t[0])/n,(e[1]-t[0])/n],function(t){return t>=e[0]&&t<=e[1]}}(m,n.option.range):function(t,e,n){var i=t[1]-t[0],r=(e=E(e,(function(e){return{interval:[(e.interval[0]-t[0])/i,(e.interval[1]-t[0])/i]}}))).length,o=0;return function(t){var i;for(i=o;i=0;i--){var a;if((a=e[i].interval)[0]<=t&&t<=a[1]){o=i;break}}return i>=0&&i=0?1:-1:o>0?1:-1}(n,o,r,i,h),function(t,e,n,i,r,o,a,s,l,u){var c,h=l.valueDim,d=l.categoryDim,p=Math.abs(n[d.wh]),f=t.getItemVisual(e,"symbolSize");c=U(f)?f.slice():null==f?["100%","100%"]:[f,f];c[d.index]=yo(c[d.index],p),c[h.index]=yo(c[h.index],i?p:Math.abs(o)),u.symbolSize=c;var g=u.symbolScale=[c[0]/s,c[1]/s];g[h.index]*=(l.isHorizontal?-1:1)*a}(t,e,r,o,0,h.boundingLength,h.pxSign,u,i,h),function(t,e,n,i,r){var o=t.get(rz)||0;o&&(az.attr({scaleX:e[0],scaleY:e[1],rotation:n}),az.updateTransform(),o/=az.getLineScale(),o*=e[i.valueDim.index]);r.valueLineWidth=o||0}(n,h.symbolScale,l,i,h);var d=h.symbolSize,p=pm(n.get("symbolOffset"),d);return function(t,e,n,i,r,o,a,s,l,u,c,h){var d=c.categoryDim,p=c.valueDim,f=h.pxSign,g=Math.max(e[p.index]+s,0),y=g;if(i){var v=Math.abs(l),m=it(t.get("symbolMargin"),"15%")+"",x=!1;m.lastIndexOf("!")===m.length-1&&(x=!0,m=m.slice(0,m.length-1));var _=yo(m,e[p.index]),b=Math.max(g+2*_,0),w=x?0:2*_,S=zo(i),M=S?i:Mz((v+w)/b);b=g+2*(_=(v-M*g)/2/(x?M:Math.max(M-1,1))),w=x?0:2*_,S||"fixed"===i||(M=u?Mz((Math.abs(u)+w)/b):0),y=M*b-w,h.repeatTimes=M,h.symbolMargin=_}var I=f*(y/2),T=h.pathPosition=[];T[d.index]=n[d.wh]/2,T[p.index]="start"===a?I:"end"===a?l-I:l/2,o&&(T[0]+=o[0],T[1]+=o[1]);var C=h.bundlePosition=[];C[d.index]=n[d.xy],C[p.index]=n[p.xy];var D=h.barRectShape=A({},n);D[p.wh]=f*Math.max(Math.abs(n[p.wh]),Math.abs(T[p.index]+I)),D[d.wh]=n[d.wh];var k=h.clipShape={};k[d.xy]=-n[d.xy],k[d.wh]=c.ecSize[d.wh],k[p.xy]=0,k[p.wh]=n[p.wh]}(n,d,r,o,0,p,s,h.valueLineWidth,h.boundingLength,h.repeatCutLength,i,h),h}function uz(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function cz(t){var e=t.symbolPatternSize,n=hm(t.symbolType,-e/2,-e/2,e,e);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function hz(t,e,n,i){var r=t.__pictorialBundle,o=n.symbolSize,a=n.valueLineWidth,s=n.pathPosition,l=e.valueDim,u=n.repeatTimes||0,c=0,h=o[e.valueDim.index]+a+2*n.symbolMargin;for(bz(t,(function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=u,c0:i<0)&&(r=u-1-t),e[l.index]=h*(r-u/2+.5)+s[l.index],{x:e[0],y:e[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation}}}function dz(t,e,n,i){var r=t.__pictorialBundle,o=t.__pictorialMainPath;o?wz(o,null,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation},n,i):(o=t.__pictorialMainPath=cz(n),r.add(o),wz(o,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:0,scaleY:0,rotation:n.rotation},{scaleX:n.symbolScale[0],scaleY:n.symbolScale[1]},n,i))}function pz(t,e,n){var i=A({},e.barRectShape),r=t.__pictorialBarRect;r?wz(r,null,{shape:i},e,n):((r=t.__pictorialBarRect=new xl({z2:2,shape:i,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}})).disableMorphing=!0,t.add(r))}function fz(t,e,n,i){if(n.symbolClip){var r=t.__pictorialClipPath,o=A({},n.clipShape),a=e.valueDim,s=n.animationModel,l=n.dataIndex;if(r)th(r,{shape:o},s,l);else{o[a.wh]=0,r=new xl({shape:o}),t.__pictorialBundle.setClipPath(r),t.__pictorialClipPath=r;var u={};u[a.wh]=n.clipShape[a.wh],Zh[i?"updateProps":"initProps"](r,{shape:u},s,l)}}}function gz(t,e){var n=t.getItemModel(e);return n.getAnimationDelayParams=yz,n.isAnimationEnabled=vz,n}function yz(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function vz(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function mz(t,e,n,i){var r=new to,o=new to;return r.add(o),r.__pictorialBundle=o,o.x=n.bundlePosition[0],o.y=n.bundlePosition[1],n.symbolRepeat?hz(r,e,n):dz(r,0,n),pz(r,n,i),fz(r,e,n,i),r.__pictorialShapeStr=_z(t,n),r.__pictorialSymbolMeta=n,r}function xz(t,e,n,i){var r=i.__pictorialBarRect;r&&r.removeTextContent();var o=[];bz(i,(function(t){o.push(t)})),i.__pictorialMainPath&&o.push(i.__pictorialMainPath),i.__pictorialClipPath&&(n=null),z(o,(function(t){ih(t,{scaleX:0,scaleY:0},n,e,(function(){i.parent&&i.parent.remove(i)}))})),t.setItemGraphicEl(e,null)}function _z(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function bz(t,e,n){z(t.__pictorialBundle.children(),(function(i){i!==t.__pictorialBarRect&&e.call(n,i)}))}function wz(t,e,n,i,r,o){e&&t.attr(e),i.symbolClip&&!r?n&&t.attr(n):n&&Zh[r?"updateProps":"initProps"](t,n,i.animationModel,i.dataIndex,o)}function Sz(t,e,n){var i=n.dataIndex,r=n.itemModel,o=r.getModel("emphasis"),a=o.getModel("itemStyle").getItemStyle(),s=r.getModel(["blur","itemStyle"]).getItemStyle(),l=r.getModel(["select","itemStyle"]).getItemStyle(),u=r.getShallow("cursor"),c=o.get("focus"),h=o.get("blurScope"),d=o.get("scale");bz(t,(function(t){if(t instanceof dl){var e=t.style;t.useStyle(A({image:e.image,x:e.x,y:e.y,width:e.width,height:e.height},n.style))}else t.useStyle(n.style);var i=t.ensureState("emphasis");i.style=a,d&&(i.scaleX=1.1*t.scaleX,i.scaleY=1.1*t.scaleY),t.ensureState("blur").style=s,t.ensureState("select").style=l,u&&(t.cursor=u),t.z2=n.z2}));var p=e.valueDim.posDesc[+(n.boundingLength>0)],f=t.__pictorialBarRect;f.ignoreClip=!0,$h(f,Jh(r),{labelFetcher:e.seriesModel,labelDataIndex:i,defaultText:nI(e.seriesModel.getData(),i),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:p}),Tu(t,c,h,o.get("disabled"))}function Mz(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}var Iz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n.defaultSymbol="roundRect",n}return n(e,t),e.prototype.getInitialData=function(e){return e.stack=null,t.prototype.getInitialData.apply(this,arguments)},e.type="series.pictorialBar",e.dependencies=["grid"],e.defaultOption=Id(VI.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",clip:!1,progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:tf.color.primary}}}),e}(VI);var Tz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._layers=[],n}return n(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this,o=this.group,a=t.getLayerSeries(),s=i.getLayout("layoutInfo"),l=s.rect,u=s.boundaryGap;function c(t){return t.name}o.x=0,o.y=l.y+u[0];var h=new f_(this._layersSeries||[],a,c,c),d=[];function p(e,n,s){var l=r._layers;if("remove"!==e){for(var u,c,h=[],p=[],f=a[n].indices,g=0;go&&(o=s),i.push(s)}for(var u=0;uo&&(o=h)}return{y0:r,max:o}}(l),c=u.y0,h=n/u.max,d=o.length,p=o[0].indices.length,f=0;fI&&!Co(C-I)&&C0?(r.virtualPiece?r.virtualPiece.updateData(!1,i,t,e,n):(r.virtualPiece=new kz(i,t,e,n),l.add(r.virtualPiece)),o.piece.off("click"),r.virtualPiece.on("click",(function(t){r._rootToNode(o.parentNode)}))):r.virtualPiece&&(l.remove(r.virtualPiece),r.virtualPiece=null)}(a,s),this._initEvents(),this._oldChildren=c},e.prototype._initEvents=function(){var t=this;this.group.off("click"),this.group.on("click",(function(e){var n=!1;t.seriesModel.getViewRoot().eachNode((function(i){if(!n&&i.piece&&i.piece===e.target){var r=i.getModel().get("nodeClick");if("rootToNode"===r)t._rootToNode(i);else if("link"===r){var o=i.getModel(),a=o.get("link");if(a)Sp(a,o.get("target",!0)||"_blank")}n=!0}}))}))},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:Lz,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},e.prototype.containPoint=function(t,e){var n=e.getData().getItemLayout(0);if(n){var i=t[0]-n.cx,r=t[1]-n.cy,o=Math.sqrt(i*i+r*r);return o<=n.r&&o>=n.r0}},e.type="sunburst",e}(tv),Rz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreStyleOnData=!0,n}return n(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};Nz(n);var i=this._levelModels=E(t.levels||[],(function(t){return new wd(t,this,e)}),this),r=Ek.createTree(n,this,(function(t){t.wrapMethod("getItemModel",(function(t,e){var n=r.getNodeByDataIndex(e),o=i[n.depth];return o&&(t.parentModel=o),t}))}));return r.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treePathInfo=Fk(i,this),n},e.prototype.getLevelModel=function(t){return this._levelModels&&this._levelModels[t.depth]},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},e.prototype.enableAriaDecal=function(){Zk(this)},e.type="series.sunburst",e.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},e}(Wy);function Nz(t){var e=0;z(t.children,(function(t){Nz(t);var n=t.value;U(n)&&(n=n[0]),e+=n}));var n=t.value;U(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),U(t.value)?t.value[0]=n:t.value=n}var zz=Math.PI/180;function Ez(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.get("center"),i=t.get("radius");U(i)||(i=[0,i]),U(e)||(e=[e,e]);var r=n.getWidth(),o=n.getHeight(),a=Math.min(r,o),s=yo(e[0],r),l=yo(e[1],o),u=yo(i[0],a/2),c=yo(i[1],a/2),h=-t.get("startAngle")*zz,d=t.get("minAngle")*zz,p=t.getData().tree.root,f=t.getViewRoot(),g=f.depth,y=t.get("sort");null!=y&&Bz(f,y);var v=0;z(f.children,(function(t){!isNaN(t.getValue())&&v++}));var m=f.getValue(),x=Math.PI/(m||v)*2,_=f.depth>0,b=f.height-(_?-1:1),w=(c-u)/(b||1),S=t.get("clockwise"),M=t.get("stillShowZeroSum"),I=S?1:-1,T=function(e,n){if(e){var i=n;if(e!==p){var r=e.getValue(),o=0===m&&M?x:r*x;o1;)r=r.parentNode;var o=n.getColorFromPalette(r.name||r.dataIndex+"",e);return t.depth>1&&X(o)&&(o=si(o,(t.depth-1)/(i-1)*.5)),o}(r,t,i.root.height)),A(n.ensureUniqueItemVisual(r.dataIndex,"style"),o)}))}))}var Gz={color:"fill",borderColor:"stroke"},Fz={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},Wz=sa(),Hz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},e.prototype.getInitialData=function(t,e){return Z_(null,this)},e.prototype.getDataParams=function(e,n,i){var r=t.prototype.getDataParams.call(this,e,n);return i&&(r.info=Wz(i).info),r},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar","matrix"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(Wy);function Uz(t,e){return e=e||[0,0],E(["x","y"],(function(n,i){var r=this.getAxis(n),o=e[i],a=t[i]/2;return"category"===r.type?r.getBandWidth():Math.abs(r.dataToCoord(o-a)-r.dataToCoord(o+a))}),this)}function Yz(t,e){return e=e||[0,0],E([0,1],(function(n){var i=e[n],r=t[n]/2,o=[],a=[];return o[n]=i-r,a[n]=i+r,o[1-n]=a[1-n]=e[1-n],Math.abs(this.dataToPoint(o)[n]-this.dataToPoint(a)[n])}),this)}function Xz(t,e){var n=this.getAxis(),i=e instanceof Array?e[0]:e,r=(t instanceof Array?t[0]:t)/2;return"category"===n.type?n.getBandWidth():Math.abs(n.dataToCoord(i-r)-n.dataToCoord(i+r))}function Zz(t,e){return e=e||[0,0],E(["Radius","Angle"],(function(n,i){var r=this["get"+n+"Axis"](),o=e[i],a=t[i]/2,s="category"===r.type?r.getBandWidth():Math.abs(r.dataToCoord(o-a)-r.dataToCoord(o+a));return"Angle"===n&&(s=s*Math.PI/180),s}),this)}function jz(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||_t(t,"text")))}function qz(t,e,n){var i,r,o,a=t;if("text"===e)o=a;else{o={},_t(a,"text")&&(o.text=a.text),_t(a,"rich")&&(o.rich=a.rich),_t(a,"textFill")&&(o.fill=a.textFill),_t(a,"textStroke")&&(o.stroke=a.textStroke),_t(a,"fontFamily")&&(o.fontFamily=a.fontFamily),_t(a,"fontSize")&&(o.fontSize=a.fontSize),_t(a,"fontStyle")&&(o.fontStyle=a.fontStyle),_t(a,"fontWeight")&&(o.fontWeight=a.fontWeight),r={type:"text",style:o,silent:!0},i={};var s=_t(a,"textPosition");n?i.position=s?a.textPosition:"inside":s&&(i.position=a.textPosition),_t(a,"textPosition")&&(i.position=a.textPosition),_t(a,"textOffset")&&(i.offset=a.textOffset),_t(a,"textRotation")&&(i.rotation=a.textRotation),_t(a,"textDistance")&&(i.distance=a.textDistance)}return Kz(o,t),z(o.rich,(function(t){Kz(t,t)})),{textConfig:i,textContent:r}}function Kz(t,e){e&&(e.font=e.textFont||e.font,_t(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),_t(e,"textAlign")&&(t.align=e.textAlign),_t(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),_t(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),_t(e,"textWidth")&&(t.width=e.textWidth),_t(e,"textHeight")&&(t.height=e.textHeight),_t(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),_t(e,"textPadding")&&(t.padding=e.textPadding),_t(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),_t(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),_t(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),_t(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),_t(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),_t(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),_t(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function $z(t,e,n){var i=t;i.textPosition=i.textPosition||n.position||"inside",null!=n.offset&&(i.textOffset=n.offset),null!=n.rotation&&(i.textRotation=n.rotation),null!=n.distance&&(i.textDistance=n.distance);var r=i.textPosition.indexOf("inside")>=0,o=t.fill||tf.color.neutral99;Jz(i,e);var a=null==i.textFill;return r?a&&(i.textFill=n.insideFill||tf.color.neutral00,!i.textStroke&&n.insideStroke&&(i.textStroke=n.insideStroke),!i.textStroke&&(i.textStroke=o),null==i.textStrokeWidth&&(i.textStrokeWidth=2)):(a&&(i.textFill=t.fill||n.outsideFill||tf.color.neutral00),!i.textStroke&&n.outsideStroke&&(i.textStroke=n.outsideStroke)),i.text=e.text,i.rich=e.rich,z(e.rich,(function(t){Jz(t,t)})),i}function Jz(t,e){e&&(_t(e,"fill")&&(t.textFill=e.fill),_t(e,"stroke")&&(t.textStroke=e.fill),_t(e,"lineWidth")&&(t.textStrokeWidth=e.lineWidth),_t(e,"font")&&(t.font=e.font),_t(e,"fontStyle")&&(t.fontStyle=e.fontStyle),_t(e,"fontWeight")&&(t.fontWeight=e.fontWeight),_t(e,"fontSize")&&(t.fontSize=e.fontSize),_t(e,"fontFamily")&&(t.fontFamily=e.fontFamily),_t(e,"align")&&(t.textAlign=e.align),_t(e,"verticalAlign")&&(t.textVerticalAlign=e.verticalAlign),_t(e,"lineHeight")&&(t.textLineHeight=e.lineHeight),_t(e,"width")&&(t.textWidth=e.width),_t(e,"height")&&(t.textHeight=e.height),_t(e,"backgroundColor")&&(t.textBackgroundColor=e.backgroundColor),_t(e,"padding")&&(t.textPadding=e.padding),_t(e,"borderColor")&&(t.textBorderColor=e.borderColor),_t(e,"borderWidth")&&(t.textBorderWidth=e.borderWidth),_t(e,"borderRadius")&&(t.textBorderRadius=e.borderRadius),_t(e,"shadowColor")&&(t.textBoxShadowColor=e.shadowColor),_t(e,"shadowBlur")&&(t.textBoxShadowBlur=e.shadowBlur),_t(e,"shadowOffsetX")&&(t.textBoxShadowOffsetX=e.shadowOffsetX),_t(e,"shadowOffsetY")&&(t.textBoxShadowOffsetY=e.shadowOffsetY),_t(e,"textShadowColor")&&(t.textShadowColor=e.textShadowColor),_t(e,"textShadowBlur")&&(t.textShadowBlur=e.textShadowBlur),_t(e,"textShadowOffsetX")&&(t.textShadowOffsetX=e.textShadowOffsetX),_t(e,"textShadowOffsetY")&&(t.textShadowOffsetY=e.textShadowOffsetY))}var Qz={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},tE=F(Qz),eE=(B(Ar,(function(t,e){return t[e]=1,t}),{}),Ar.join(", "),["","style","shape","extra"]),nE=sa();function iE(t,e,n,i,r){var o=t+"Animation",a=Jc(t,i,r)||{},s=nE(e).userDuring;return a.duration>0&&(a.during=s?W(cE,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),A(a,n[o]),a}function rE(t,e,n,i){var r=(i=i||{}).dataIndex,o=i.isInit,a=i.clearStyle,s=n.isAnimationEnabled(),l=nE(t),u=e.style;l.userDuring=e.during;var c={},h={};if(function(t,e,n){for(var i=0;i=0)){var h=t.getAnimationStyleProps(),d=h?h.style:null;if(d){!r&&(r=i.style={});var p=F(n);for(u=0;u0&&t.animateFrom(g,y)}else!function(t,e,n,i,r){if(r){var o=iE("update",t,e,i,n);o.duration>0&&t.animateFrom(r,o)}}(t,e,r||0,n,c);oE(t,e),u?t.dirty():t.markRedraw()}function oE(t,e){for(var n=nE(t).leaveToProps,i=0;i=0){!o&&(o=i[t]={});var d=F(a);for(c=0;ci[1]&&i.reverse(),{coordSys:{type:"polar",cx:t.cx,cy:t.cy,r:i[1],r0:i[0]},api:{coord:function(i){var r=e.dataToRadius(i[0]),o=n.dataToAngle(i[1]),a=t.coordToPoint([r,o]);return a.push(r,o*Math.PI/180),a},size:W(Zz,t)}}},calendar:function(t){var e=t.getRect(),n=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(e,n){return t.dataToPoint(e,n)},layout:function(e,n){return t.dataToLayout(e,n)}}}},matrix:function(t){var e=t.getRect();return{coordSys:{type:"matrix",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(e,n){return t.dataToPoint(e,n)},layout:function(e,n){return t.dataToLayout(e,n)}}}}};function DE(t){return t instanceof sl}function AE(t){return t instanceof os}var kE=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n,i){this._progressiveEls=null;var r=this._data,o=t.getData(),a=this.group,s=NE(t,o,e,n);r||a.removeAll(),o.diff(r).add((function(e){EE(n,null,e,s(e,i),t,a,o)})).remove((function(e){var n=r.getItemGraphicEl(e);n&&aE(n,Wz(n).option,t)})).update((function(e,l){var u=r.getItemGraphicEl(l);EE(n,u,e,s(e,i),t,a,o)})).execute();var l=t.get("clip",!0)?wI(t.coordinateSystem,!1,t):null;l?a.setClipPath(l):a.removeClipPath(),this._data=o},e.prototype.incrementalPrepareRender=function(t,e,n){this.group.removeAll(),this._data=null},e.prototype.incrementalRender=function(t,e,n,i,r){var o=e.getData(),a=NE(e,o,n,i),s=this._progressiveEls=[];function l(t){t.isGroup||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}for(var u=t.start;u=0?e.getStore().get(r,n):void 0}var o=e.get(i.name,n),a=i&&i.ordinalMeta;return a?a.categories[o]:o},styleEmphasis:function(n,i){0;null==i&&(i=l);var r=x(i,mE).getItemStyle(),o=_(i,mE),a=Qh(o,null,null,!0,!0);a.text=o.getShallow("show")?ot(t.getFormattedLabel(i,mE),t.getFormattedLabel(i,xE),nI(e,i)):null;var s=td(o,null,!0);return w(n,r),r=$z(r,a,s),n&&b(r,n),r.legacy=!0,r},visual:function(t,n){if(null==n&&(n=l),_t(Gz,t)){var i=e.getItemVisual(n,"style");return i?i[Gz[t]]:null}if(_t(Fz,t))return e.getItemVisual(n,t)},barLayout:function(t){if("cartesian2d"===a.type){return function(t){var e=[],n=t.axis,i="axis0";if("category"===n.type){for(var r=n.getBandWidth(),o=0;o=h;f--){var g=e.childAt(f);HE(e,g,r)}}(t,h,n,i,r),a>=0?o.replaceAt(h,a):o.add(h),h}function VE(t,e,n){var i,r=Wz(t),o=e.type,a=e.shape,s=e.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==r.customGraphicType||"path"===o&&((i=a)&&(_t(i,"pathData")||_t(i,"d")))&&ZE(a)!==r.customPathData||"image"===o&&_t(s,"image")&&s.image!==r.customImagePath}function GE(t,e,n){var i=e?FE(t,e):t,r=e?WE(t,i,mE):t.style,o=t.type,a=i?i.textConfig:null,s=t.textContent,l=s?e?FE(s,e):s:null;if(r&&(n.isLegacy||jz(r,o,!!a,!!l))){n.isLegacy=!0;var u=qz(r,o,!e);!a&&u.textConfig&&(a=u.textConfig),!l&&u.textContent&&(l=u.textContent)}if(!e&&l){var c=l;!c.type&&(c.type="text")}var h=e?n[e]:n.normal;h.cfg=a,h.conOpt=l}function FE(t,e){return e?t?t[e]:null:t}function WE(t,e,n){var i=e&&e.style;return null==i&&n===mE&&t&&(i=t.styleEmphasis),i}function HE(t,e,n){e&&aE(e,Wz(t).option,n)}function UE(t,e){var n=t&&t.name;return null!=n?n:"e\0\0"+e}function YE(t,e){var n=this.context,i=null!=t?n.newChildren[t]:null,r=null!=e?n.oldChildren[e]:null;BE(n.api,r,n.dataIndex,i,n.seriesModel,n.group)}function XE(t){var e=this.context,n=e.oldChildren[t];n&&aE(n,Wz(n).option,e.seriesModel)}function ZE(t){return t&&(t.pathData||t.d)}var jE=sa(),qE=T,KE=W,$E=function(){function t(){this._dragging=!1,this.animationThreshold=15}return t.prototype.render=function(t,e,n,i){var r=e.get("value"),o=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=n,i||this._lastValue!==r||this._lastStatus!==o){this._lastValue=r,this._lastStatus=o;var a=this._group,s=this._handle;if(!o||"hide"===o)return a&&a.hide(),void(s&&s.hide());a&&a.show(),s&&s.show();var l={};this.makeElOption(l,r,t,e,n);var u=l.graphicKey;u!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=u;var c=this._moveAnimation=this.determineAnimation(t,e);if(a){var h=H(JE,e,c);this.updatePointerEl(a,l,h),this.updateLabelEl(a,l,h,e)}else a=this._group=new to,this.createPointerEl(a,l,t,e),this.createLabelEl(a,l,t,e),n.getZr().add(a);nB(a,e,!0),this._renderHandle(r)}},t.prototype.remove=function(t){this.clear(t)},t.prototype.dispose=function(t){this.clear(t)},t.prototype.determineAnimation=function(t,e){var n=e.get("animation"),i=t.axis,r="category"===i.type,o=e.get("snap");if(!o&&!r)return!1;if("auto"===n||null==n){var a=this.animationThreshold;if(r&&i.getBandWidth()>a)return!0;if(o){var s=ZC(t).seriesDataCount,l=i.getExtent();return Math.abs(l[0]-l[1])/s>a}return!1}return!0===n},t.prototype.makeElOption=function(t,e,n,i,r){},t.prototype.createPointerEl=function(t,e,n,i){var r=e.pointer;if(r){var o=jE(t).pointerEl=new Zh[r.type](qE(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=jE(t).labelEl=new Sl(qE(e.label));t.add(r),tB(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=jE(t).pointerEl;i&&e.pointer&&(i.setStyle(e.pointer.style),n(i,{shape:e.pointer.shape}))},t.prototype.updateLabelEl=function(t,e,n,i){var r=jE(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),tB(r,i))},t.prototype._renderHandle=function(t){if(!this._dragging&&this.updateHandleTransform){var e,n=this._axisPointerModel,i=this._api.getZr(),r=this._handle,o=n.getModel("handle"),a=n.get("status");if(!o.get("show")||!a||"hide"===a)return r&&i.remove(r),void(this._handle=null);this._handle||(e=!0,r=this._handle=Ah(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){fe(t.event)},onmousedown:KE(this._onHandleDragMove,this,0,0),drift:KE(this._onHandleDragMove,this),ondragend:KE(this._onHandleDragEnd,this)}),i.add(r)),nB(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");U(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,cv(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){JE(this._axisPointerModel,!e&&this._moveAnimation,this._handle,eB(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},t.prototype._onHandleDragMove=function(t,e){var n=this._handle;if(n){this._dragging=!0;var i=this.updateHandleTransform(eB(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(eB(i)),jE(n).lastProp=null,this._doDispatchAxisPointer()}},t.prototype._doDispatchAxisPointer=function(){if(this._handle){var t=this._payloadInfo,e=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:e.axis.dim,axisIndex:e.componentIndex}]})}},t.prototype._onHandleDragEnd=function(){if(this._dragging=!1,this._handle){var t=this._axisPointerModel.get("value");this._moveHandleToValue(t),this._api.dispatchAction({type:"hideTip"})}},t.prototype.clear=function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),n=this._group,i=this._handle;e&&n&&(this._lastGraphicKey=null,n&&e.remove(n),i&&e.remove(i),this._group=null,this._handle=null,this._payloadInfo=null),hv(this,"_doDispatchAxisPointer")},t.prototype.doClear=function(){},t.prototype.buildLabel=function(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}},t}();function JE(t,e,n,i){QE(jE(n).lastProp,i)||(jE(n).lastProp=i,e?th(n,i,t):(n.stopAnimation(),n.attr(i)))}function QE(t,e){if(q(t)&&q(e)){var n=!0;return z(e,(function(e,i){n=n&&QE(t[i],e)})),!!n}return t===e}function tB(t,e){t[e.get(["label","show"])?"show":"hide"]()}function eB(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function nB(t,e,n){var i=e.get("z"),r=e.get("zlevel");t&&t.traverse((function(t){"group"!==t.type&&(null!=i&&(t.z=i),null!=r&&(t.zlevel=r),t.silent=n)}))}function iB(t){var e,n=t.get("type"),i=t.getModel(n+"Style");return"line"===n?(e=i.getLineStyle()).fill=null:"shadow"===n&&((e=i.getAreaStyle()).stroke=null),e}function rB(t,e,n,i,r){var o=oB(n.get("value"),e.axis,e.ecModel,n.get("seriesDataIndices"),{precision:n.get(["label","precision"]),formatter:n.get(["label","formatter"])}),a=n.getModel("label"),s=yp(a.get("padding")||0),l=a.getFont(),u=Er(o,l),c=r.position,h=u.width+s[1]+s[3],d=u.height+s[0]+s[2],p=r.align;"right"===p&&(c[0]-=h),"center"===p&&(c[0]-=h/2);var f=r.verticalAlign;"bottom"===f&&(c[1]-=d),"middle"===f&&(c[1]-=d/2),function(t,e,n,i){var r=i.getWidth(),o=i.getHeight();t[0]=Math.min(t[0]+e,r)-e,t[1]=Math.min(t[1]+n,o)-n,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}(c,h,d,i);var g=a.get("backgroundColor");g&&"auto"!==g||(g=e.get(["axisLine","lineStyle","color"])),t.label={x:c[0],y:c[1],style:Qh(a,{text:o,font:l,fill:a.getTextColor(),padding:s,backgroundColor:g}),z2:10}}function oB(t,e,n,i,r){t=e.scale.parse(t);var o=e.scale.getLabel({value:t},{precision:r.precision}),a=r.formatter;if(a){var s={value:qb(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};z(i,(function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)})),X(a)?o=a.replace("{value}",o):Y(a)&&(o=a(s))}return o}function aB(t,e,n){var i=[1,0,0,1,0,0];return Me(i,i,n.rotation),Se(i,i,n.position),Sh([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function sB(t,e,n,i,r,o){var a=mC.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),rB(e,i,r,o,{position:aB(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function lB(t,e,n){return{x1:t[n=n||0],y1:t[1-n],x2:e[n],y2:e[1-n]}}function uB(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}}function cB(t,e,n,i,r,o){return{cx:t,cy:e,r0:n,r:i,startAngle:r,endAngle:o,clockwise:!0}}var hB=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.grid,s=i.get("type"),l=dB(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var c=iB(i),h=pB[s](o,u,l);h.style=c,t.graphicKey=h.type,t.pointer=h}sB(e,t,kC(a.getRect(),n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=kC(e.axis.grid.getRect(),e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=aB(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.grid,a=r.getGlobalExtent(!0),s=dB(o,r).getOtherAxis(r).getGlobalExtent(),l="x"===r.dim?0:1,u=[t.x,t.y];u[l]+=e[l],u[l]=Math.min(a[1],u[l]),u[l]=Math.max(a[0],u[l]);var c=(s[1]+s[0])/2,h=[c,c];h[l]=u[l];return{x:u[0],y:u[1],rotation:t.rotation,cursorPoint:h,tooltipOption:[{verticalAlign:"middle"},{align:"center"}][l]}},e}($E);function dB(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var pB={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:lB([e,n[0]],[e,n[1]],fB(t))}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:"Rect",shape:uB([e-i/2,n[0]],[i,r],fB(t))}}};function fB(t){return"x"===t.dim?0:1}var gB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="axisPointer",e.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,triggerEmphasis:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:tf.color.border,width:1,type:"dashed"},shadowStyle:{color:tf.color.shadowTint},label:{show:!0,formatter:null,precision:"auto",margin:3,color:tf.color.neutral00,padding:[5,7,5,7],backgroundColor:tf.color.accent60,borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:tf.color.accent40,throttle:40}},e}(Qp),yB=sa(),vB=z;function mB(t,e,n){if(!r.node){var i=e.getZr();yB(i).records||(yB(i).records={}),function(t,e){if(yB(t).initialized)return;function n(n,i){t.on(n,(function(n){var r=function(t){var e={showTip:[],hideTip:[]},n=function(i){var r=e[i.type];r?r.push(i):(i.dispatchAction=n,t.dispatchAction(i))};return{dispatchAction:n,pendings:e}}(e);vB(yB(t).records,(function(t){t&&i(t,n,r.dispatchAction)})),function(t,e){var n,i=t.showTip.length,r=t.hideTip.length;i?n=t.showTip[i-1]:r&&(n=t.hideTip[r-1]);n&&(n.dispatchAction=null,e.dispatchAction(n))}(r.pendings,e)}))}yB(t).initialized=!0,n("click",H(_B,"click")),n("mousemove",H(_B,"mousemove")),n("globalout",xB)}(i,e),(yB(i).records[t]||(yB(i).records[t]={})).handler=n}}function xB(t,e,n){t.handler("leave",null,n)}function _B(t,e,n,i){e.handler(t,n,i)}function bB(t,e){if(!r.node){var n=e.getZr();(yB(n).records||{})[t]&&(yB(n).records[t]=null)}}var wB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i=e.getComponent("tooltip"),r=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";mB("axisPointer",n,(function(t,e,n){"none"!==r&&("leave"===t||r.indexOf(t)>=0)&&n({type:"updateAxisPointer",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})}))},e.prototype.remove=function(t,e){bB("axisPointer",e)},e.prototype.dispose=function(t,e){bB("axisPointer",e)},e.type="axisPointer",e}(Ky);function SB(t,e){var n,i=[],r=t.seriesIndex;if(null==r||!(n=e.getSeriesByIndex(r)))return{point:[]};var o=n.getData(),a=aa(o,t);if(null==a||a<0||U(a))return{point:[]};var s=o.getItemGraphicEl(a),l=n.coordinateSystem;if(n.getTooltipPosition)i=n.getTooltipPosition(a)||[];else if(l&&l.dataToPoint)if(t.isStacked){var u=l.getBaseAxis(),c=l.getOtherAxis(u).dim,h=u.dim,d="x"===c||"radius"===c?1:0,p=o.mapDimension(h),f=[];f[d]=o.get(p,a),f[1-d]=o.get(o.getCalculationInfo("stackResultDimension"),a),i=l.dataToPoint(f)||[]}else i=l.dataToPoint(o.getValues(E(l.dimensions,(function(t){return o.mapDimension(t)})),a))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),i=[g.x+g.width/2,g.y+g.height/2]}return{point:i,el:s}}var MB=sa();function IB(t,e,n){var i=t.currTrigger,r=[t.x,t.y],o=t,a=t.dispatchAction||W(n.dispatchAction,n),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){kB(r)&&(r=SB({seriesIndex:o.seriesIndex,dataIndex:o.dataIndex},e).point);var l=kB(r),u=o.axesInfo,c=s.axesInfo,h="leave"===i||kB(r),d={},p={},f={list:[],map:{}},g={showPointer:H(CB,p),showTooltip:H(DB,f)};z(s.coordSysMap,(function(t,e){var n=l||t.containPoint(r);z(s.coordSysAxesInfo[e],(function(t,e){var i=t.axis,o=function(t,e){for(var n=0;n<(t||[]).length;n++){var i=t[n];if(e.axis.dim===i.axisDim&&e.axis.model.componentIndex===i.axisIndex)return i}}(u,t);if(!h&&n&&(!u||o)){var a=o&&o.value;null!=a||l||(a=i.pointToData(r)),null!=a&&TB(t,a,g,!1,d)}}))}));var y={};return z(c,(function(t,e){var n=t.linkGroup;n&&!p[e]&&z(n.axesInfo,(function(e,i){var r=p[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,AB(e),AB(t)))),y[t.key]=o}}))})),z(y,(function(t,e){TB(c[e],t,g,!0,d)})),function(t,e,n){var i=n.axesInfo=[];z(e,(function(e,n){var r=e.axisPointerModel.option,o=t[n];o?(!e.useHandle&&(r.status="show"),r.value=o.value,r.seriesDataIndices=(o.payloadBatch||[]).slice()):!e.useHandle&&(r.status="hide"),"show"===r.status&&i.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:r.value})}))}(p,c,d),function(t,e,n,i){if(kB(e)||!t.list.length)return void i({type:"hideTip"});var r=((t.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};i({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:r.dataIndexInside,dataIndex:r.dataIndex,seriesIndex:r.seriesIndex,dataByCoordSys:t.list})}(f,r,t,a),function(t,e,n){var i=n.getZr(),r="axisPointerLastHighlights",o=MB(i)[r]||{},a=MB(i)[r]={};z(t,(function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&t.triggerEmphasis&&z(n.seriesDataIndices,(function(t){var e=t.seriesIndex+" | "+t.dataIndex;a[e]=t}))}));var s=[],l=[];z(o,(function(t,e){!a[e]&&l.push(t)})),z(a,(function(t,e){!o[e]&&s.push(t)})),l.length&&n.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:l}),s.length&&n.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}(c,0,n),d}}function TB(t,e,n,i,r){var o=t.axis;if(!o.scale.isBlank()&&o.containData(e))if(t.involveSeries){var a=function(t,e){var n=e.axis,i=n.dim,r=t,o=[],a=Number.MAX_VALUE,s=-1;return z(e.seriesModels,(function(e,l){var u,c,h=e.getData().mapDimensionsAll(i);if(e.getAxisTooltipData){var d=e.getAxisTooltipData(h,t,n);c=d.dataIndices,u=d.nestestValue}else{if(!(c=e.indicesOfNearest(i,h[0],t,"category"===n.type?.5:null)).length)return;u=e.getData().get(h[0],c[0])}if(null!=u&&isFinite(u)){var p=t-u,f=Math.abs(p);f<=a&&((f=0&&s<0)&&(a=f,s=p,r=u,o.length=0),z(c,(function(t){o.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})})))}})),{payloadBatch:o,snapToValue:r}}(e,t),s=a.payloadBatch,l=a.snapToValue;s[0]&&null==r.seriesIndex&&A(r,s[0]),!i&&t.snap&&o.containData(l)&&null!=l&&(e=l),n.showPointer(t,e,s),n.showTooltip(t,a,l)}else n.showPointer(t,e)}function CB(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function DB(t,e,n,i){var r=n.payloadBatch,o=e.axis,a=o.model,s=e.axisPointerModel;if(e.triggerTooltip&&r.length){var l=e.coordSys.model,u=qC(l),c=t.map[u];c||(c=t.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(c)),c.dataByAxis.push({axisDim:o.dim,axisIndex:a.componentIndex,axisType:a.type,axisId:a.id,value:i,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:r.slice()})}}function AB(t){var e=t.axis.model,n={},i=n.axisDim=t.axis.dim;return n.axisIndex=n[i+"AxisIndex"]=e.componentIndex,n.axisName=n[i+"AxisName"]=e.name,n.axisId=n[i+"AxisId"]=e.id,n}function kB(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function LB(t){$C.registerAxisPointerClass("CartesianAxisPointer",hB),t.registerComponentModel(gB),t.registerComponentView(wB),t.registerPreprocessor((function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!U(e)&&(t.axisPointer.link=[e])}})),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,(function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=UC(t,e)})),t.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},IB)}var PB=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis;"angle"===o.dim&&(this.animationThreshold=Math.PI/18);var a=o.polar,s=a.getOtherAxis(o).getExtent(),l=o.dataToCoord(e),u=i.get("type");if(u&&"none"!==u){var c=iB(i),h=OB[u](o,a,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}var d=function(t,e,n,i,r){var o=e.axis,a=o.dataToCoord(t),s=i.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,u,c,h=i.getRadiusAxis().getExtent();if("radius"===o.dim){var d=[1,0,0,1,0,0];Me(d,d,s),Se(d,d,[i.cx,i.cy]),l=Sh([a,-r],d);var p=e.getModel("axisLabel").get("rotate")||0,f=mC.innerTextLayout(s,p*Math.PI/180,-1);u=f.textAlign,c=f.textVerticalAlign}else{var g=h[1];l=i.coordToPoint([g+r,a]);var y=i.cx,v=i.cy;u=Math.abs(l[0]-y)/g<.3?"center":l[0]>y?"left":"right",c=Math.abs(l[1]-v)/g<.3?"middle":l[1]>v?"top":"bottom"}return{position:l,align:u,verticalAlign:c}}(e,n,0,a,i.get(["label","margin"]));rB(t,n,i,r,d)},e}($E);var OB={line:function(t,e,n,i){return"angle"===t.dim?{type:"Line",shape:lB(e.coordToPoint([i[0],n]),e.coordToPoint([i[1],n]))}:{type:"Circle",shape:{cx:e.cx,cy:e.cy,r:n}}},shadow:function(t,e,n,i){var r=Math.max(1,t.getBandWidth()),o=Math.PI/180;return"angle"===t.dim?{type:"Sector",shape:cB(e.cx,e.cy,i[0],i[1],(-n-r/2)*o,(r/2-n)*o)}:{type:"Sector",shape:cB(e.cx,e.cy,n-r/2,n+r/2,0,2*Math.PI)}}},RB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.findAxisModel=function(t){var e;return this.ecModel.eachComponent(t,(function(t){t.getCoordSysModel()===this&&(e=t)}),this),e},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(Qp),NB=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",ha).models[0]},e.type="polarAxis",e}(Qp);R(NB,nw);var zB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="angleAxis",e}(NB),EB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="radiusAxis",e}(NB),BB=function(t){function e(e,n){return t.call(this,"radius",e,n)||this}return n(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},e}(Ww);BB.prototype.dataToRadius=Ww.prototype.dataToCoord,BB.prototype.radiusToData=Ww.prototype.coordToData;var VB=sa(),GB=function(t){function e(e,n){return t.call(this,"angle",e,n||[0,360])||this}return n(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},e.prototype.calculateCategoryInterval=function(){var t=this,e=t.getLabelModel(),n=t.scale,i=n.getExtent(),r=n.count();if(i[1]-i[0]<1)return 0;var o=i[0],a=t.dataToCoord(o+1)-t.dataToCoord(o),s=Math.abs(a),l=Er(null==o?"":o+"",e.getFont(),"center","top"),u=Math.max(l.height,7)/s;isNaN(u)&&(u=1/0);var c=Math.max(0,Math.floor(u)),h=VB(t.model),d=h.lastAutoInterval,p=h.lastTickCount;return null!=d&&null!=p&&Math.abs(d-c)<=1&&Math.abs(p-r)<=1&&d>c?c=d:(h.lastTickCount=r,h.lastAutoInterval=c),c},e}(Ww);GB.prototype.dataToAngle=Ww.prototype.dataToCoord,GB.prototype.angleToData=Ww.prototype.coordToData;var FB=["radius","angle"],WB=function(){function t(t){this.dimensions=FB,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new BB,this._angleAxis=new GB,this.axisPointerEnabled=!0,this.name=t||"",this._radiusAxis.polar=this._angleAxis.polar=this}return t.prototype.containPoint=function(t){var e=this.pointToCoord(t);return this._radiusAxis.contain(e[0])&&this._angleAxis.contain(e[1])},t.prototype.containData=function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},t.prototype.getAxis=function(t){return this["_"+t+"Axis"]},t.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},t.prototype.getAxesByScale=function(t){var e=[],n=this._angleAxis,i=this._radiusAxis;return n.scale.type===t&&e.push(n),i.scale.type===t&&e.push(i),e},t.prototype.getAngleAxis=function(){return this._angleAxis},t.prototype.getRadiusAxis=function(){return this._radiusAxis},t.prototype.getOtherAxis=function(t){var e=this._angleAxis;return t===e?this._radiusAxis:e},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},t.prototype.getTooltipAxes=function(t){var e=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[e],otherAxes:[this.getOtherAxis(e)]}},t.prototype.dataToPoint=function(t,e,n){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)],n)},t.prototype.pointToData=function(t,e,n){n=n||[];var i=this.pointToCoord(t);return n[0]=this._radiusAxis.radiusToData(i[0],e),n[1]=this._angleAxis.angleToData(i[1],e),n},t.prototype.pointToCoord=function(t){var e=t[0]-this.cx,n=t[1]-this.cy,i=this.getAngleAxis(),r=i.getExtent(),o=Math.min(r[0],r[1]),a=Math.max(r[0],r[1]);i.inverse?o=a-360:a=o+360;var s=Math.sqrt(e*e+n*n);e/=s,n/=s;for(var l=Math.atan2(-n,e)/Math.PI*180,u=la;)l+=360*u;return[s,l]},t.prototype.coordToPoint=function(t,e){e=e||[];var n=t[0],i=t[1]/180*Math.PI;return e[0]=Math.cos(i)*n+this.cx,e[1]=-Math.sin(i)*n+this.cy,e},t.prototype.getArea=function(){var t=this.getAngleAxis(),e=this.getRadiusAxis().getExtent().slice();e[0]>e[1]&&e.reverse();var n=t.getExtent(),i=Math.PI/180,r=1e-4;return{cx:this.cx,cy:this.cy,r0:e[0],r:e[1],startAngle:-n[0]*i,endAngle:-n[1]*i,clockwise:t.inverse,contain:function(t,e){var n=t-this.cx,i=e-this.cy,o=n*n+i*i,a=this.r,s=this.r0;return a!==s&&o-r<=a*a&&o+r>=s*s},x:this.cx-e[1],y:this.cy-e[1],width:2*e[1],height:2*e[1]}},t.prototype.convertToPixel=function(t,e,n){return HB(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return HB(e)===this?this.pointToData(n):null},t}();function HB(t){var e=t.seriesModel,n=t.polarModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}function UB(t,e){var n=this,i=n.getAngleAxis(),r=n.getRadiusAxis();if(i.scale.setExtent(1/0,-1/0),r.scale.setExtent(1/0,-1/0),t.eachSeries((function(t){if(t.coordinateSystem===n){var e=t.getData();z(Jb(e,"radius"),(function(t){r.scale.unionExtentFromData(e,t)})),z(Jb(e,"angle"),(function(t){i.scale.unionExtentFromData(e,t)}))}})),Xb(i.scale,i.model),Xb(r.scale,r.model),"category"===i.type&&!i.onBand){var o=i.getExtent(),a=360/i.scale.count();i.inverse?o[1]+=a:o[1]-=a,i.setExtent(o[0],o[1])}}function YB(t,e){var n;if(t.type=e.get("type"),t.scale=Zb(e),t.onBand=e.get("boundaryGap")&&"category"===t.type,t.inverse=e.get("inverse"),function(t){return"angleAxis"===t.mainType}(e)){t.inverse=t.inverse!==e.get("clockwise");var i=e.get("startAngle"),r=null!==(n=e.get("endAngle"))&&void 0!==n?n:i+(t.inverse?-360:360);t.setExtent(i,r)}e.axis=t,t.model=e}var XB={dimensions:FB,create:function(t,e){var n=[];return t.eachComponent("polar",(function(t,i){var r=new WB(i+"");r.update=UB;var o=r.getRadiusAxis(),a=r.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");YB(o,s),YB(a,l),function(t,e,n){var i=e.get("center"),r=Xp(e,n).refContainer;t.cx=yo(i[0],r.width)+r.x,t.cy=yo(i[1],r.height)+r.y;var o=t.getRadiusAxis(),a=Math.min(r.width,r.height)/2,s=e.get("radius");null==s?s=[0,"100%"]:U(s)||(s=[0,s]);var l=[yo(s[0],a),yo(s[1],a)];o.inverse?o.setExtent(l[1],l[0]):o.setExtent(l[0],l[1])}(r,t,e),n.push(r),t.coordinateSystem=r,r.model=t})),t.eachSeries((function(t){if("polar"===t.get("coordinateSystem")){var e=t.getReferringComponents("polar",ha).models[0];0,t.coordinateSystem=e.coordinateSystem}})),n}},ZB=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function jB(t,e,n){e[1]>e[0]&&(e=e.slice().reverse());var i=t.coordToPoint([e[0],n]),r=t.coordToPoint([e[1],n]);return{x1:i[0],y1:i[1],x2:r[0],y2:r[1]}}function qB(t){return t.getRadiusAxis().inverse?0:1}function KB(t){var e=t[0],n=t[t.length-1];e&&n&&Math.abs(Math.abs(e.coord-n.coord)-360)<1e-4&&t.pop()}var $B=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return n(e,t),e.prototype.render=function(t,e){if(this.group.removeAll(),t.get("show")){var n=t.axis,i=n.polar,r=i.getRadiusAxis().getExtent(),o=n.getTicksCoords({breakTicks:"none"}),a=n.getMinorTicksCoords(),s=E(n.getViewLabels(),(function(t){t=T(t);var e=n.scale,i="ordinal"===e.type?e.getRawOrdinalNumber(t.tickValue):t.tickValue;return t.coord=n.dataToCoord(i),t}));KB(s),KB(o),z(ZB,(function(e){!t.get([e,"show"])||n.scale.isBlank()&&"axisLine"!==e||JB[e](this.group,t,i,o,a,r,s)}),this)}},e.type="angleAxis",e}($C),JB={axisLine:function(t,e,n,i,r,o){var a,s=e.getModel(["axisLine","lineStyle"]),l=n.getAngleAxis(),u=Math.PI/180,c=l.getExtent(),h=qB(n),d=h?0:1,p=360===Math.abs(c[1]-c[0])?"Circle":"Arc";(a=0===o[d]?new Zh[p]({shape:{cx:n.cx,cy:n.cy,r:o[h],startAngle:-c[0]*u,endAngle:-c[1]*u,clockwise:l.inverse},style:s.getLineStyle(),z2:1,silent:!0}):new bc({shape:{cx:n.cx,cy:n.cy,r:o[h],r0:o[d]},style:s.getLineStyle(),z2:1,silent:!0})).style.fill=null,t.add(a)},axisTick:function(t,e,n,i,r,o){var a=e.getModel("axisTick"),s=(a.get("inside")?-1:1)*a.get("length"),l=o[qB(n)],u=E(i,(function(t){return new Ac({shape:jB(n,[l,l+s],t.coord)})}));t.add(mh(u,{style:k(a.getModel("lineStyle").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})}))},minorTick:function(t,e,n,i,r,o){if(r.length){for(var a=e.getModel("axisTick"),s=e.getModel("minorTick"),l=(a.get("inside")?-1:1)*s.get("length"),u=o[qB(n)],c=[],h=0;hf?"left":"right",v=Math.abs(p[1]-g)/d<.3?"middle":p[1]>g?"top":"bottom";if(s&&s[h]){var m=s[h];q(m)&&m.textStyle&&(a=new wd(m.textStyle,l,l.ecModel))}var x=new Sl({silent:mC.isLabelSilent(e),style:Qh(a,{x:p[0],y:p[1],fill:a.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:i.formattedLabel,align:y,verticalAlign:v})});if(t.add(x),zh({el:x,componentModel:e,itemName:i.formattedLabel,formatterParamsExtra:{isTruncated:function(){return x.isTruncated},value:i.rawLabel,tickIndex:r}}),c){var _=mC.makeAxisEventDataBase(e);_.targetType="axisLabel",_.value=i.rawLabel,zl(x).eventData=_}}),this)},splitLine:function(t,e,n,i,r,o){var a=e.getModel("splitLine").getModel("lineStyle"),s=a.get("color"),l=0;s=s instanceof Array?s:[s];for(var u=[],c=0;c=0?"p":"n",C=b;m&&(i[s][I]||(i[s][I]={p:b,n:b}),C=i[s][I][T]);var D=void 0,A=void 0,k=void 0,L=void 0;if("radius"===h.dim){var P=h.dataToCoord(M)-b,O=o.dataToCoord(I);Math.abs(P)=L})}}}))}var oV={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},aV={splitNumber:5},sV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="polar",e}(Ky);function lV(t,e){e=e||{};var n=t.coordinateSystem,i=t.axis,r={},o=i.position,a=i.orient,s=n.getRect(),l=[s.x,s.x+s.width,s.y,s.y+s.height],u={horizontal:{top:l[2],bottom:l[3]},vertical:{left:l[0],right:l[1]}};r.position=["vertical"===a?u.vertical[o]:l[0],"horizontal"===a?u.horizontal[o]:l[3]];r.rotation=Math.PI/2*{horizontal:0,vertical:1}[a];r.labelDirection=r.tickDirection=r.nameDirection={top:-1,bottom:1,right:1,left:-1}[o],t.get(["axisTick","inside"])&&(r.tickDirection=-r.tickDirection),it(e.labelInside,t.get(["axisLabel","inside"]))&&(r.labelDirection=-r.labelDirection);var c=t.get(["axisLabel","rotate"]);return r.labelRotate="top"===o?-c:c,r.z2=1,r}var uV=["splitArea","splitLine","breakArea"],cV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="SingleAxisPointer",n}return n(e,t),e.prototype.render=function(e,n,i,r){var o=this.group;o.removeAll();var a=this._axisGroup;this._axisGroup=new to;var s=lV(e),l=new mC(e,i,s);l.build(),o.add(this._axisGroup),o.add(l.group),z(uV,(function(t){e.get([t,"show"])&&hV[t](this,this.group,this._axisGroup,e,i)}),this),Th(a,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)},e.prototype.remove=function(){tD(this)},e.type="singleAxis",e}($C),hV={splitLine:function(t,e,n,i,r){var o=i.axis;if(!o.scale.isBlank()){var a=i.getModel("splitLine"),s=a.getModel("lineStyle"),l=s.get("color");l=l instanceof Array?l:[l];for(var u=s.get("width"),c=i.coordinateSystem.getRect(),h=o.isHorizontal(),d=[],p=0,f=o.getTicksCoords({tickModel:a,breakTicks:"none",pruneByBreak:"preserve_extent_bound"}),g=[],y=[],v=0;v=e.y&&t[1]<=e.y+e.height:n.contain(n.toLocalCoord(t[1]))&&t[0]>=e.y&&t[0]<=e.y+e.height},t.prototype.pointToData=function(t,e,n){n=n||[];var i=this.getAxis();return n[0]=i.coordToData(i.toLocalCoord(t["horizontal"===i.orient?0:1])),n},t.prototype.dataToPoint=function(t,e,n){var i=this.getAxis(),r=this.getRect();n=n||[];var o="horizontal"===i.orient?0:1;return t instanceof Array&&(t=t[0]),n[o]=i.toGlobalCoord(i.dataToCoord(+t)),n[1-o]=0===o?r.y+r.height/2:r.x+r.width/2,n},t.prototype.convertToPixel=function(t,e,n){return yV(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return yV(e)===this?this.pointToData(n):null},t}();function yV(t){var e=t.seriesModel,n=t.singleAxisModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}var vV={create:function(t,e){var n=[];return t.eachComponent("singleAxis",(function(i,r){var o=new gV(i,t,e);o.name="single_"+r,o.resize(i,e),i.coordinateSystem=o,n.push(o)})),t.eachSeries((function(t){if("singleAxis"===t.get("coordinateSystem")){var e=t.getReferringComponents("singleAxis",ha).models[0];t.coordinateSystem=e&&e.coordinateSystem}})),n},dimensions:fV},mV=["x","y"],xV=["width","height"],_V=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.coordinateSystem,s=SV(a,1-wV(o)),l=a.dataToPoint(e)[0],u=i.get("type");if(u&&"none"!==u){var c=iB(i),h=bV[u](o,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}sB(e,t,lV(n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=lV(e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=aB(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.coordinateSystem,a=wV(r),s=SV(o,a),l=[t.x,t.y];l[a]+=e[a],l[a]=Math.min(s[1],l[a]),l[a]=Math.max(s[0],l[a]);var u=SV(o,1-a),c=(u[1]+u[0])/2,h=[c,c];return h[a]=l[a],{x:l[0],y:l[1],rotation:t.rotation,cursorPoint:h,tooltipOption:{verticalAlign:"middle"}}},e}($E),bV={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:lB([e,n[0]],[e,n[1]],wV(t))}},shadow:function(t,e,n){var i=t.getBandWidth(),r=n[1]-n[0];return{type:"Rect",shape:uB([e-i/2,n[0]],[i,r],wV(t))}}};function wV(t){return t.isHorizontal()?0:1}function SV(t,e){var n=t.getRect();return[n[mV[e]],n[mV[e]]+n[xV[e]]]}var MV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="single",e}(Ky);var IV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e,n,i){var r=Kp(e);t.prototype.init.apply(this,arguments),TV(e,r)},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),TV(this.option,e)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.layoutMode="box",e.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:tf.color.axisLine,width:1,type:"solid"}},itemStyle:{color:tf.color.neutral00,borderWidth:1,borderColor:tf.color.neutral10},dayLabel:{show:!0,firstDay:0,position:"start",margin:tf.size.s,color:tf.color.secondary},monthLabel:{show:!0,position:"start",margin:tf.size.s,align:"center",formatter:null,color:tf.color.secondary},yearLabel:{show:!0,position:null,margin:tf.size.xl,formatter:null,color:tf.color.quaternary,fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(Qp);function TV(t,e){var n,i=t.cellSize;1===(n=U(i)?i:t.cellSize=[i,i]).length&&(n[1]=n[0]);var r=E([0,1],(function(t){return function(t,e){return null!=t[Bp[e][0]]||null!=t[Bp[e][1]]&&null!=t[Bp[e][2]]}(e,t)&&(n[t]="auto"),null!=n[t]&&"auto"!==n[t]}));qp(t,e,{type:"box",ignoreSize:r})}var CV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i=this.group;i.removeAll();var r=t.coordinateSystem,o=r.getRangeInfo(),a=r.getOrient(),s=e.getLocaleModel();this._renderDayRect(t,o,i),this._renderLines(t,o,a,i),this._renderYearText(t,o,a,i),this._renderMonthText(t,s,a,i),this._renderWeekText(t,s,o,a,i)},e.prototype._renderDayRect=function(t,e,n){for(var i=t.coordinateSystem,r=t.getModel("itemStyle").getItemStyle(),o=i.getCellWidth(),a=i.getCellHeight(),s=e.start.time;s<=e.end.time;s=i.getNextNDay(s,1).time){var l=i.dataToCalendarLayout([s],!1).tl,u=new xl({shape:{x:l[0],y:l[1],width:o,height:a},cursor:"default",style:r});n.add(u)}},e.prototype._renderLines=function(t,e,n,i){var r=this,o=t.coordinateSystem,a=t.getModel(["splitLine","lineStyle"]).getLineStyle(),s=t.get(["splitLine","show"]),l=a.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var u=e.start,c=0;u.time<=e.end.time;c++){d(u.formatedDate),0===c&&(u=o.getDateInfo(e.start.y+"-"+e.start.m));var h=u.date;h.setMonth(h.getMonth()+1),u=o.getDateInfo(h)}function d(e){r._firstDayOfMonth.push(o.getDateInfo(e)),r._firstDayPoints.push(o.dataToCalendarLayout([e],!1).tl);var l=r._getLinePointsOfOneWeek(t,e,n);r._tlpoints.push(l[0]),r._blpoints.push(l[l.length-1]),s&&r._drawSplitline(l,a,i)}d(o.getNextNDay(e.end.time,1).formatedDate),s&&this._drawSplitline(r._getEdgesPoints(r._tlpoints,l,n),a,i),s&&this._drawSplitline(r._getEdgesPoints(r._blpoints,l,n),a,i)},e.prototype._getEdgesPoints=function(t,e,n){var i=[t[0].slice(),t[t.length-1].slice()],r="horizontal"===n?0:1;return i[0][r]=i[0][r]-e/2,i[1][r]=i[1][r]+e/2,i},e.prototype._drawSplitline=function(t,e,n){var i=new Tc({z2:20,shape:{points:t},style:e});n.add(i)},e.prototype._getLinePointsOfOneWeek=function(t,e,n){for(var i=t.coordinateSystem,r=i.getDateInfo(e),o=[],a=0;a<7;a++){var s=i.getNextNDay(r.time,a),l=i.dataToCalendarLayout([s.time],!1);o[2*s.day]=l.tl,o[2*s.day+1]=l["horizontal"===n?"bl":"tr"]}return o},e.prototype._formatterLabel=function(t,e){return X(t)&&t?(n=t,z(e,(function(t,e){n=n.replace("{"+e+"}",i?oe(t):t)})),n):Y(t)?t(e):e.nameMap;var n,i},e.prototype._yearTextPositionControl=function(t,e,n,i,r){var o=e[0],a=e[1],s=["center","bottom"];"bottom"===i?(a+=r,s=["center","top"]):"left"===i?o-=r:"right"===i?(o+=r,s=["center","top"]):a-=r;var l=0;return"left"!==i&&"right"!==i||(l=Math.PI/2),{rotation:l,x:o,y:a,style:{align:s[0],verticalAlign:s[1]}}},e.prototype._renderYearText=function(t,e,n,i){var r=t.getModel("yearLabel");if(r.get("show")){var o=r.get("margin"),a=r.get("position");a||(a="horizontal"!==n?"top":"left");var s=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],l=(s[0][0]+s[1][0])/2,u=(s[0][1]+s[1][1])/2,c="horizontal"===n?0:1,h={top:[l,s[c][1]],bottom:[l,s[1-c][1]],left:[s[1-c][0],u],right:[s[c][0],u]},d=e.start.y;+e.end.y>+e.start.y&&(d=d+"-"+e.end.y);var p=r.get("formatter"),f={start:e.start.y,end:e.end.y,nameMap:d},g=this._formatterLabel(p,f),y=new Sl({z2:30,style:Qh(r,{text:g}),silent:r.get("silent")});y.attr(this._yearTextPositionControl(y,h[a],n,a,o)),i.add(y)}},e.prototype._monthTextPositionControl=function(t,e,n,i,r){var o="left",a="top",s=t[0],l=t[1];return"horizontal"===n?(l+=r,e&&(o="center"),"start"===i&&(a="bottom")):(s+=r,e&&(a="middle"),"start"===i&&(o="right")),{x:s,y:l,align:o,verticalAlign:a}},e.prototype._renderMonthText=function(t,e,n,i){var r=t.getModel("monthLabel");if(r.get("show")){var o=r.get("nameMap"),a=r.get("margin"),s=r.get("position"),l=r.get("align"),u=[this._tlpoints,this._blpoints];o&&!X(o)||(o&&(e=Od(o)||e),o=e.get(["time","monthAbbr"])||[]);var c="start"===s?0:1,h="horizontal"===n?0:1;a="start"===s?-a:a;for(var d="center"===l,p=r.get("silent"),f=0;f=r.start.time&&i.timea.end.time&&t.reverse(),t},t.prototype._getRangeInfo=function(t){var e,n=[this.getDateInfo(t[0]),this.getDateInfo(t[1])];n[0].time>n[1].time&&(e=!0,n.reverse());var i=Math.floor(n[1].time/DV)-Math.floor(n[0].time/DV)+1,r=new Date(n[0].time),o=r.getDate(),a=n[1].date.getDate();r.setDate(o+i-1);var s=r.getDate();if(s!==a)for(var l=r.getTime()-n[1].time>0?1:-1;(s=r.getDate())!==a&&(r.getTime()-n[1].time)*l>0;)i-=l,r.setDate(s-l);var u=Math.floor((i+n[0].day+6)/7),c=e?1-u:u-1;return e&&n.reverse(),{range:[n[0].formatedDate,n[1].formatedDate],start:n[0],end:n[1],allDay:i,weeks:u,nthWeek:c,fweek:n[0].day,lweek:n[1].day}},t.prototype._getDateByWeeksAndDay=function(t,e,n){var i=this._getRangeInfo(n);if(t>i.weeks||0===t&&ei.lweek)return null;var r=7*(t-1)-i.fweek+e,o=new Date(i.start.time);return o.setDate(+i.start.d+r),this.getDateInfo(o)},t.create=function(e,n){var i=[];return e.eachComponent("calendar",(function(r){var o=new t(r,e,n);i.push(o),r.coordinateSystem=o})),e.eachComponent((function(t,e){Rp({targetModel:e,coordSysType:"calendar",coordSysProvider:Np})})),i},t.dimensions=["time","value"],t}();function kV(t){var e=t.calendarModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}var LV=1,PV=2,OV=3,RV={none:0,all:1,body:2,corner:3};function NV(t,e,n){var i=e[lh[n]].getCell(t);return!i&&j(t)&&t<0&&(i=e[lh[1-n]].getUnitLayoutInfo(n,Math.round(t))),i}function zV(t){var e=t||[];return e[0]=e[0]||[],e[1]=e[1]||[],e[0][0]=e[0][1]=e[1][0]=e[1][1]=NaN,e}function EV(t,e,n,i,r){BV(t[0],e,r,n,i,0),BV(t[1],e,r,n,i,1)}function BV(t,e,n,i,r,o){t[0]=1/0,t[1]=-1/0;var a=i[o],s=U(a)?a:[a],l=s.length,u=!!n;if(l>=1?(VV(t,e,s,u,r,o,0),l>1&&VV(t,e,s,u,r,o,l-1)):t[0]=t[1]=NaN,u){var c=-r[lh[1-o]].getLocatorCount(o),h=r[lh[o]].getLocatorCount(o)-1;n===RV.body?c=po(0,c):n===RV.corner&&(h=ho(-1,h)),h=e[0]&&t[0]<=e[1]}function YV(t,e){t.id.set(e[0][0],e[1][0]),t.span.set(e[0][1]-t.id.x+1,e[1][1]-t.id.y+1)}function XV(t,e,n,i){var r=NV(e[i][0],n,i),o=NV(e[i][1],n,i);t[lh[i]]=t[uh[i]]=NaN,r&&o&&(t[lh[i]]=r.xy,t[uh[i]]=o.xy+o.wh-r.xy)}function ZV(t,e,n,i){return t[lh[e]]=n,t[lh[1-e]]=i,t}var jV=function(){function t(t,e){this._cells=[],this._levels=[],this.dim=t,this.dimIdx="x"===t?0:1,this._model=e,this._uniqueValueGen=function(t){var e=t.toUpperCase(),n=new RegExp("^"+e+"([0-9]+)$"),i=0;function r(t){var e;null!=t&&(e=t.match(n))&&(i=po(i,+e[1]+1))}function o(){return""+e+i++}function a(t,e){for(var n=yt(),i=0;i=1,x=n[lh[i]],_=o.getLocatorCount(i)-1,b=new va;for(a.resetLayoutIterator(b,i);b.next();)w(b.item);for(o.resetLayoutIterator(b,i);b.next();)w(b.item);function w(t){nt(t.wh)&&(t.wh=v),t.xy=x,t.id[lh[i]]!==_||m||(t.wh=n[lh[i]]+n[uh[i]]-t.xy),x+=t.wh}}function _G(t,e){for(var n=e[lh[t]].resetCellIterator();n.next();){var i=n.item;wG(i.rect,t,i.id,i.span,e),wG(i.rect,1-t,i.id,i.span,e),i.type===OV&&(i.xy=i.rect[lh[t]],i.wh=i.rect[uh[t]])}}function bG(t,e){t.travelExistingCells((function(t){var n=t.span;if(n){var i=t.spanRect,r=t.id;wG(i,0,r,n,e),wG(i,1,r,n,e)}}))}function wG(t,e,n,i,r){t[uh[e]]=0;var o=n[lh[e]]<0?r[lh[1-e]]:r[lh[e]],a=o.getUnitLayoutInfo(e,n[lh[e]]);if(t[lh[e]]=a.xy,t[uh[e]]=a.wh,i[lh[e]]>1){var s=o.getUnitLayoutInfo(e,n[lh[e]]+i[lh[e]]-1);t[uh[e]]=s.xy+s.wh-a.xy}}function SG(t,e){return Math.max(Math.min(t,rt(e,1/0)),0)}function MG(t){var e=t.matrixModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}var IG={inBody:1,inCorner:2,outside:3},TG={x:null,y:null,point:[]};function CG(t,e,n,i,r){var o=n[lh[e]],a=n[lh[1-e]],s=o.getUnitLayoutInfo(e,o.getLocatorCount(e)-1),l=o.getUnitLayoutInfo(e,0),u=a.getUnitLayoutInfo(e,-a.getLocatorCount(e)),c=a.shouldShow()?a.getUnitLayoutInfo(e,-1):null,h=t.point[e]=i[e];if(l||c)if(r!==RV.body)if(r!==RV.corner){var d=l?l.xy:c?c.xy+c.wh:NaN,p=u?u.xy:d,f=s?s.xy+s.wh:d;if(hf){if(!r)return void(t[lh[e]]=IG.outside);h=f}t.point[e]=h,t[lh[e]]=d<=h&&h<=f?IG.inBody:p<=h&&h<=d?IG.inCorner:IG.outside}else c?(t[lh[e]]=IG.inCorner,h=ho(c.xy+c.wh,po(u.xy,h)),t.point[e]=h):t[lh[e]]=IG.outside;else l?(t[lh[e]]=IG.inBody,h=ho(s.xy+s.wh,po(l.xy,h)),t.point[e]=h):t[lh[e]]=IG.outside;else t[lh[e]]=IG.outside}function DG(t,e,n,i){var r=1-n;if(t[lh[n]]!==IG.outside)for(i[lh[n]].resetCellIterator(mG);mG.next();){var o=mG.item;if(kG(t.point[n],o.rect,n)&&kG(t.point[r],o.rect,r))return e[n]=o.ordinal,void(e[r]=o.id[lh[r]])}}function AG(t,e,n,i){var r,o;if(t[lh[n]]!==IG.outside)for((t[lh[n]]===IG.inCorner?i[lh[1-n]]:i[lh[n]]).resetLayoutIterator(vG,n);vG.next();)if(r=t.point[n],(o=vG.item).xy<=r&&r<=o.xy+o.wh)return void(e[n]=vG.item.id[lh[n]])}function kG(t,e,n){return e[lh[n]]<=t&&t<=e[lh[n]]+e[uh[n]]}function LG(t,e){var n;return z(e,(function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)})),n}var PG=["transition","enterFrom","leaveTo"],OG=PG.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function RG(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?PG:OG,r=0;r=0;l--){var d,p,f;if(f=null!=(p=ia((d=n[l]).id,null))?r.get(p):null){var g=f.parent,y=(h=EG(g),{}),v=Zp(f,d,g===i?{width:o,height:a}:{width:h.width,height:h.height},null,{hv:d.hv,boundingMode:d.bounding},y);if(!EG(f).isNew&&v){for(var m=d.transition,x={},_=0;_=0)?x[b]=w:f[b]=w}th(f,x,t,0)}else f.attr(y)}}},e.prototype._clear=function(){var t=this,e=this._elMap;e.each((function(n){FG(n,EG(n).option,e,t._lastGraphicModel)})),this._elMap=yt()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(Ky);function VG(t){var e=_t(zG,t)?zG[t]:fh(t);var n=new e({});return EG(n).type=t,n}function GG(t,e,n,i){var r=VG(n);return e.add(r),i.set(t,r),EG(r).id=t,EG(r).isNew=!0,r}function FG(t,e,n,i){t&&t.parent&&("group"===t.type&&t.traverse((function(t){FG(t,e,n,i)})),aE(t,e,i),n.removeKey(EG(t).id))}function WG(t,e,n,i){t.isGroup||z([["cursor",os.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],(function(n){var i=n[0];_t(e,i)?t[i]=rt(e[i],n[1]):null==t[i]&&(t[i]=n[1])})),z(F(e),(function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=Y(i)?i:null}})),_t(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}var HG=["x","y","radius","angle","single"],UG=["cartesian2d","polar","singleAxis"];function YG(t){return t+"Axis"}function XG(t,e){var n,i=yt(),r=[],o=yt();t.eachComponent({mainType:"dataZoom",query:e},(function(t){o.get(t.uid)||s(t)}));do{n=!1,t.eachComponent("dataZoom",a)}while(n);function a(t){!o.get(t.uid)&&function(t){var e=!1;return t.eachTargetAxis((function(t,n){var r=i.get(t);r&&r[n]&&(e=!0)})),e}(t)&&(s(t),n=!0)}function s(t){o.set(t.uid,!0),r.push(t),t.eachTargetAxis((function(t,e){(i.get(t)||i.set(t,[]))[e]=!0}))}return r}function ZG(t){var e=t.ecModel,n={infoList:[],infoMap:yt()};return t.eachTargetAxis((function(t,i){var r=e.getComponent(YG(t),i);if(r){var o=r.getCoordSysModel();if(o){var a=o.uid,s=n.infoMap.get(a);s||(s={model:o,axisModels:[]},n.infoList.push(s),n.infoMap.set(a,s)),s.axisModels.push(r)}}})),n}var jG=function(){function t(){this.indexList=[],this.indexMap=[]}return t.prototype.add=function(t){this.indexMap[t]||(this.indexList.push(t),this.indexMap[t]=!0)},t}(),qG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._autoThrottle=!0,n._noTarget=!0,n._rangePropMode=["percent","percent"],n}return n(e,t),e.prototype.init=function(t,e,n){var i=KG(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var e=KG(t);C(this.option,t,!0),C(this.settledOption,e,!0),this._doInit(e)},e.prototype._doInit=function(t){var e=this.option;this._setDefaultThrottle(t),this._updateRangeUse(t);var n=this.settledOption;z([["start","startValue"],["end","endValue"]],(function(t,i){"value"===this._rangePropMode[i]&&(e[t[0]]=n[t[0]]=null)}),this),this._resetTarget()},e.prototype._resetTarget=function(){var t=this.get("orient",!0),e=this._targetAxisInfoMap=yt();this._fillSpecifiedTargetAxis(e)?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(e,this._orient)),this._noTarget=!0,e.each((function(t){t.indexList.length&&(this._noTarget=!1)}),this)},e.prototype._fillSpecifiedTargetAxis=function(t){var e=!1;return z(HG,(function(n){var i=this.getReferringComponents(YG(n),da);if(i.specified){e=!0;var r=new jG;z(i.models,(function(t){r.add(t.componentIndex)})),t.set(n,r)}}),this),e},e.prototype._fillAutoTargetAxisByOrient=function(t,e){var n=this.ecModel,i=!0;if(i){var r="vertical"===e?"y":"x";o(n.findComponents({mainType:r+"Axis"}),r)}i&&o(n.findComponents({mainType:"singleAxis",filter:function(t){return t.get("orient",!0)===e}}),"single");function o(e,n){var r=e[0];if(r){var o=new jG;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",ha).models[0];a&&z(e,(function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",ha).models[0]&&o.add(t.componentIndex)}))}}}i&&z(HG,(function(e){if(i){var r=n.findComponents({mainType:YG(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new jG;o.add(r[0].componentIndex),t.set(e,o),i=!1}}}),this)},e.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis((function(e){!t&&(t=e)}),this),"y"===t?"vertical":"horizontal"},e.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var e=this.ecModel.option;this.option.throttle=e.animation&&e.animationDurationUpdate>0?100:20}},e.prototype._updateRangeUse=function(t){var e=this._rangePropMode,n=this.get("rangeMode");z([["start","startValue"],["end","endValue"]],(function(i,r){var o=null!=t[i[0]],a=null!=t[i[1]];o&&!a?e[r]="percent":!o&&a?e[r]="value":n?e[r]=n[r]:o&&(e[r]="percent")}))},e.prototype.noTarget=function(){return this._noTarget},e.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis((function(e,n){null==t&&(t=this.ecModel.getComponent(YG(e),n))}),this),t},e.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each((function(n,i){z(n.indexList,(function(n){t.call(e,i,n)}))}))},e.prototype.getAxisProxy=function(t,e){var n=this.getAxisModel(t,e);if(n)return n.__dzAxisProxy},e.prototype.getAxisModel=function(t,e){var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[e])return this.ecModel.getComponent(YG(t),e)},e.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;z([["start","startValue"],["end","endValue"]],(function(i){null==t[i[0]]&&null==t[i[1]]||(e[i[0]]=n[i[0]]=t[i[0]],e[i[1]]=n[i[1]]=t[i[1]])}),this),this._updateRangeUse(t)},e.prototype.setCalculatedRange=function(t){var e=this.option;z(["start","startValue","end","endValue"],(function(n){e[n]=t[n]}))},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},e.prototype.getValueRange=function(t,e){if(null!=t||null!=e)return this.getAxisProxy(t,e).getDataValueWindow();var n=this.findRepresentativeAxisProxy();return n?n.getDataValueWindow():void 0},e.prototype.findRepresentativeAxisProxy=function(t){if(t)return t.__dzAxisProxy;for(var e,n=this._targetAxisInfoMap.keys(),i=0;i=0}(e)){var n=YG(this._dimName),i=e.getReferringComponents(n,ha).models[0];i&&this._axisIndex===i.componentIndex&&t.push(e)}}),this),t},t.prototype.getAxisModel=function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},t.prototype.getMinMaxSpan=function(){return T(this._minMaxSpan)},t.prototype.calculateDataWindow=function(t){var e,n=this._dataExtent,i=this.getAxisModel().axis.scale,r=this._dataZoomModel.getRangePropMode(),o=[0,100],a=[],s=[];tF(["start","end"],(function(l,u){var c=t[l],h=t[l+"Value"];"percent"===r[u]?(null==c&&(c=o[u]),h=i.parse(go(c,o,n))):(e=!0,c=go(h=null==h?n[u]:i.parse(h),n,o)),s[u]=null==h||isNaN(h)?n[u]:h,a[u]=null==c||isNaN(c)?o[u]:c})),eF(s),eF(a);var l=this._minMaxSpan;function u(t,e,n,r,o){var a=o?"Span":"ValueSpan";CO(0,t,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)e[s]=go(t[s],n,r,!0),o&&(e[s]=i.parse(e[s]))}return e?u(s,a,n,o,!1):u(a,s,o,n,!0),{valueWindow:s,percentWindow:a}},t.prototype.reset=function(t){if(t===this._dataZoomModel){var e=this.getTargetSeriesModels();this._dataExtent=function(t,e,n){var i=[1/0,-1/0];tF(n,(function(t){!function(t,e,n){e&&z(Jb(e,n),(function(n){var i=e.getApproximateExtent(n);i[0]t[1]&&(t[1]=i[1])}))}(i,t.getData(),e)}));var r=t.getAxisModel(),o=Hb(r.axis.scale,r,i).calculate();return[o.min,o.max]}(this,this._dimName,e),this._updateMinMaxSpan();var n=this.calculateDataWindow(t.settledOption);this._valueWindow=n.valueWindow,this._percentWindow=n.percentWindow,this._setAxisModel()}},t.prototype.filterData=function(t,e){if(t===this._dataZoomModel){var n=this._dimName,i=this.getTargetSeriesModels(),r=t.get("filterMode"),o=this._valueWindow;"none"!==r&&tF(i,(function(t){var e=t.getData(),i=e.mapDimensionsAll(n);if(i.length){if("weakFilter"===r){var a=e.getStore(),s=E(i,(function(t){return e.getDimensionIndex(t)}),e);e.filterSelf((function(t){for(var e,n,r,l=0;lo[1];if(c&&!h&&!d)return!0;c&&(r=!0),h&&(e=!0),d&&(n=!0)}return r&&e&&n}))}else tF(i,(function(n){if("empty"===r)t.setData(e=e.map(n,(function(t){return function(t){return t>=o[0]&&t<=o[1]}(t)?t:NaN})));else{var i={};i[n]=o,e.selectRange(i)}}));tF(i,(function(t){e.setApproximateExtent(o,t)}))}}))}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._dataExtent;tF(["min","max"],(function(i){var r=e.get(i+"Span"),o=e.get(i+"ValueSpan");null!=o&&(o=this.getAxisModel().axis.scale.parse(o)),null!=o?r=go(n[0]+o,n,[0,100],!0):null!=r&&(o=go(r,[0,100],n,!0)-n[0]),t[i+"Span"]=r,t[i+"ValueSpan"]=o}),this)},t.prototype._setAxisModel=function(){var t=this.getAxisModel(),e=this._percentWindow,n=this._valueWindow;if(e){var i=wo(n,[0,500]);i=Math.min(i,20);var r=t.axis.scale.rawExtentInfo;0!==e[0]&&r.setDeterminedMinMax("min",+n[0].toFixed(i)),100!==e[1]&&r.setDeterminedMinMax("max",+n[1].toFixed(i)),r.freeze()}},t}();var iF={getTargetSeries:function(t){function e(e){t.eachComponent("dataZoom",(function(n){n.eachTargetAxis((function(i,r){var o=t.getComponent(YG(i),r);e(i,r,o,n)}))}))}e((function(t,e,n,i){n.__dzAxisProxy=null}));var n=[];e((function(e,i,r,o){r.__dzAxisProxy||(r.__dzAxisProxy=new nF(e,i,o,t),n.push(r.__dzAxisProxy))}));var i=yt();return z(n,(function(t){z(t.getTargetSeriesModels(),(function(t){i.set(t.uid,t)}))})),i},overallReset:function(t,e){t.eachComponent("dataZoom",(function(t){t.eachTargetAxis((function(e,n){t.getAxisProxy(e,n).reset(t)})),t.eachTargetAxis((function(n,i){t.getAxisProxy(n,i).filterData(t,e)}))})),t.eachComponent("dataZoom",(function(t){var e=t.findRepresentativeAxisProxy();if(e){var n=e.getDataPercentWindow(),i=e.getDataValueWindow();t.setCalculatedRange({start:n[0],end:n[1],startValue:i[0],endValue:i[1]})}}))}};var rF=!1;function oF(t){rF||(rF=!0,t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,iF),function(t){t.registerAction("dataZoom",(function(t,e){z(XG(e,t),(function(e){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})}))}))}(t),t.registerSubTypeDefaulter("dataZoom",(function(){return"slider"})))}function aF(t){t.registerComponentModel($G),t.registerComponentView(QG),oF(t)}var sF=function(){},lF={};function uF(t,e){lF[t]=e}function cF(t){return lF[t]}var hF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.optionUpdated=function(){t.prototype.optionUpdated.apply(this,arguments);var e=this.ecModel;z(this.option.feature,(function(t,n){var i=cF(n);i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(e)),C(t,i.defaultOption))}))},e.type="toolbox",e.layoutMode={type:"box",ignoreSize:!0},e.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:tf.color.border,borderRadius:0,borderWidth:0,padding:tf.size.m,itemSize:15,itemGap:tf.size.s,showTitle:!0,iconStyle:{borderColor:tf.color.accent50,color:"none"},emphasis:{iconStyle:{borderColor:tf.color.accent50}},tooltip:{show:!1,position:"bottom"}},e}(Qp);function dF(t,e){var n=yp(e.get("padding")),i=e.getItemStyle(["color","opacity"]);return i.fill=e.get("backgroundColor"),new xl({shape:{x:t.x-n[3],y:t.y-n[0],width:t.width+n[1]+n[3],height:t.height+n[0]+n[2],r:e.get("borderRadius")},style:i,silent:!0,z2:-1})}var pF=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.render=function(t,e,n,i){var r=this.group;if(r.removeAll(),t.get("show")){var o=+t.get("itemSize"),a="vertical"===t.get("orient"),s=t.get("feature")||{},l=this._features||(this._features={}),u=[];z(s,(function(t,e){u.push(e)})),new f_(this._featureNames||[],u).add(f).update(f).remove(H(f,null)).execute(),this._featureNames=u;var c=Xp(t,n).refContainer,h=t.getBoxLayoutParams(),d=t.get("padding"),p=Hp(h,c,d);Gp(t.get("orient"),r,t.get("itemGap"),p.width,p.height),Zp(r,h,c,d),r.add(dF(r.getBoundingRect(),t)),a||r.eachChild((function(t){var e=t.__title,i=t.ensureState("emphasis"),a=i.textConfig||(i.textConfig={}),s=t.getTextContent(),l=s&&s.ensureState("emphasis");if(l&&!Y(l)&&e){var u=l.style||(l.style={}),c=Er(e,Sl.makeFont(u)),h=t.x+r.x,d=!1;t.y+r.y+o+c.height>n.getHeight()&&(a.position="top",d=!0);var p=d?-5-c.height:o+10;h+c.width/2>n.getWidth()?(a.position=["100%",p],u.align="right"):h-c.width/2<0&&(a.position=[0,p],u.align="left")}}))}function f(c,h){var d,p=u[c],f=u[h],g=s[p],y=new wd(g,t,t.ecModel);if(i&&null!=i.newTitle&&i.featureName===p&&(g.title=i.newTitle),p&&!f){if(function(t){return 0===t.indexOf("my")}(p))d={onclick:y.option.onclick,featureName:p};else{var v=cF(p);if(!v)return;d=new v}l[p]=d}else if(!(d=l[f]))return;d.uid=Md("toolbox-feature"),d.model=y,d.ecModel=e,d.api=n;var m=d instanceof sF;p||!f?!y.get("show")||m&&d.unusable?m&&d.remove&&d.remove(e,n):(!function(i,s,l){var u,c,h=i.getModel("iconStyle"),d=i.getModel(["emphasis","iconStyle"]),p=s instanceof sF&&s.getIcons?s.getIcons():i.get("icon"),f=i.get("title")||{};X(p)?(u={})[l]=p:u=p;X(f)?(c={})[l]=f:c=f;var g=i.iconPaths={};z(u,(function(l,u){var p=Ah(l,{},{x:-o/2,y:-o/2,width:o,height:o});p.setStyle(h.getItemStyle()),p.ensureState("emphasis").style=d.getItemStyle();var f=new Sl({style:{text:c[u],align:d.get("textAlign"),borderRadius:d.get("textBorderRadius"),padding:d.get("textPadding"),fill:null,font:od({fontStyle:d.get("textFontStyle"),fontFamily:d.get("textFontFamily"),fontSize:d.get("textFontSize"),fontWeight:d.get("textFontWeight")},e)},ignore:!0});p.setTextContent(f),zh({el:p,componentModel:t,itemName:u,formatterParamsExtra:{title:c[u]}}),p.__title=c[u],p.on("mouseover",(function(){var e=d.getItemStyle(),i=a?null==t.get("right")&&"right"!==t.get("left")?"right":"left":null==t.get("bottom")&&"bottom"!==t.get("top")?"bottom":"top";f.setStyle({fill:d.get("textFill")||e.fill||e.stroke||tf.color.neutral99,backgroundColor:d.get("textBackgroundColor")}),p.setTextConfig({position:d.get("textPosition")||i}),f.ignore=!t.get("showTitle"),n.enterEmphasis(this)})).on("mouseout",(function(){"emphasis"!==i.get(["iconStatus",u])&&n.leaveEmphasis(this),f.hide()})),("emphasis"===i.get(["iconStatus",u])?du:pu)(p),r.add(p),p.on("click",W(s.onclick,s,e,n,u)),g[u]=p}))}(y,d,p),y.setIconStatus=function(t,e){var n=this.option,i=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[t]=e,i[t]&&("emphasis"===e?du:pu)(i[t])},d instanceof sF&&d.render&&d.render(y,e,n,i)):m&&d.dispose&&d.dispose(e,n)}},e.prototype.updateView=function(t,e,n,i){z(this._features,(function(t){t instanceof sF&&t.updateView&&t.updateView(t.model,e,n,i)}))},e.prototype.remove=function(t,e){z(this._features,(function(n){n instanceof sF&&n.remove&&n.remove(t,e)})),this.group.removeAll()},e.prototype.dispose=function(t,e){z(this._features,(function(n){n instanceof sF&&n.dispose&&n.dispose(t,e)}))},e.type="toolbox",e}(Ky);var fF=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.onclick=function(t,e){var n=this.model,i=n.get("name")||t.get("title.0.text")||"echarts",o="svg"===e.getZr().painter.getType(),a=o?"svg":n.get("type",!0)||"png",s=e.getConnectedDataURL({type:a,backgroundColor:n.get("backgroundColor",!0)||t.get("backgroundColor")||tf.color.neutral00,connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),l=r.browser;if("function"!=typeof MouseEvent||!l.newEdge&&(l.ie||l.edge))if(window.navigator.msSaveOrOpenBlob||o){var u=s.split(","),c=u[0].indexOf("base64")>-1,h=o?decodeURIComponent(u[1]):u[1];c&&(h=window.atob(h));var d=i+"."+a;if(window.navigator.msSaveOrOpenBlob){for(var p=h.length,f=new Uint8Array(p);p--;)f[p]=h.charCodeAt(p);var g=new Blob([f]);window.navigator.msSaveOrOpenBlob(g,d)}else{var y=document.createElement("iframe");document.body.appendChild(y);var v=y.contentWindow,m=v.document;m.open("image/svg+xml","replace"),m.write(h),m.close(),v.focus(),m.execCommand("SaveAs",!0,d),document.body.removeChild(y)}}else{var x=n.get("lang"),_='',b=window.open();b.document.write(_),b.document.title=i}else{var w=document.createElement("a");w.download=i+"."+a,w.target="_blank",w.href=s;var S=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});w.dispatchEvent(S)}},e.getDefaultOption=function(t){return{show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:tf.color.neutral00,name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},e}(sF),gF="__ec_magicType_stack__",yF=[["line","bar"],["stack"]],vF=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getIcons=function(){var t=this.model,e=t.get("icon"),n={};return z(t.get("type"),(function(t){e[t]&&(n[t]=e[t])})),n},e.getDefaultOption=function(t){return{show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}}},e.prototype.onclick=function(t,e,n){var i=this.model,r=i.get(["seriesIndex",n]);if(mF[n]){var o,a={series:[]};z(yF,(function(t){P(t,n)>=0&&z(t,(function(t){i.setIconStatus(t,"normal")}))})),i.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:null==r?null:{seriesIndex:r}},(function(t){var e=t.subType,r=t.id,o=mF[n](e,r,t,i);o&&(k(o,t.option),a.series.push(o));var s=t.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var l=s.getAxesByScale("ordinal")[0];if(l){var u=l.dim+"Axis",c=t.getReferringComponents(u,ha).models[0].componentIndex;a[u]=a[u]||[];for(var h=0;h<=c;h++)a[u][c]=a[u][c]||{};a[u][c].boundaryGap="bar"===n}}}));var s=n;"stack"===n&&(o=C({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),"emphasis"!==i.get(["iconStatus",n])&&(s="tiled")),e.dispatchAction({type:"changeMagicType",currentType:s,newOption:a,newTitle:o,featureName:"magicType"})}},e}(sF),mF={line:function(t,e,n,i){if("bar"===t)return C({id:e,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","line"])||{},!0)},bar:function(t,e,n,i){if("line"===t)return C({id:e,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","bar"])||{},!0)},stack:function(t,e,n,i){var r=n.get("stack")===gF;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),C({id:e,stack:r?"":gF},i.get(["option","stack"])||{},!0)}};Qx({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},(function(t,e){e.mergeOption(t.newOption)}));var xF=new Array(60).join("-"),_F="\t";function bF(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var wF=new RegExp("[\t]+","g");function SF(t,e){var n=t.split(new RegExp("\n*"+xF+"\n*","g")),i={series:[]};return z(n,(function(t,n){if(function(t){if(t.slice(0,t.indexOf("\n")).indexOf(_F)>=0)return!0}(t)){var r=function(t){for(var e=t.split(/\n+/g),n=[],i=E(bF(e.shift()).split(wF),(function(t){return{name:t,data:[]}})),r=0;r=0)&&t(r,i._targetInfoList)}))}return t.prototype.setOutputRanges=function(t,e){return this.matchOutputRanges(t,e,(function(t,e,n){if((t.coordRanges||(t.coordRanges=[])).push(e),!t.coordRange){t.coordRange=e;var i=EF[t.brushType](0,n,e);t.__rangeOffset={offset:VF[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}})),t},t.prototype.matchOutputRanges=function(t,e,n){z(t,(function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&z(i.coordSyses,(function(i){var r=EF[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)}))}),this)},t.prototype.setInputRanges=function(t,e){z(t,(function(t){var n,i,r,o,a,s=this.findTargetInfo(t,e);if(t.range=t.range||[],s&&!0!==s){t.panelId=s.panelId;var l=EF[t.brushType](0,s.coordSys,t.coordRange),u=t.__rangeOffset;t.range=u?VF[t.brushType](l.values,u.offset,(n=l.xyMinMax,i=u.xyMinMax,r=FF(n),o=FF(i),a=[r[0]/o[0],r[1]/o[1]],isNaN(a[0])&&(a[0]=1),isNaN(a[1])&&(a[1]=1),a)):l.values}}),this)},t.prototype.makePanelOpts=function(t,e){return E(this._targetInfoList,(function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:AR(i),isTargetByCursor:LR(i,t,n.coordSysModel),getLinearBrushOtherExtent:kR(i)}}))},t.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return!0===i||i&&P(i.coordSyses,e.coordinateSystem)>=0},t.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=OF(e,t),r=0;rt[1]&&t.reverse(),t}function OF(t,e){return ua(t,e,{includeMainTypes:kF})}var RF={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=yt(),a={},s={};(n||i||r)&&(z(n,(function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0})),z(i,(function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0})),z(r,(function(t){o.set(t.id,t),a[t.id]=!0,s[t.id]=!0})),o.each((function(t){var r=t.coordinateSystem,o=[];z(r.getCartesians(),(function(t,e){(P(n,t.getAxis("x").model)>=0||P(i,t.getAxis("y").model)>=0)&&o.push(t)})),e.push({panelId:"grid--"+t.id,gridModel:t,coordSysModel:t,coordSys:o[0],coordSyses:o,getPanelRect:zF.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})})))},geo:function(t,e){z(t.geoModels,(function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:zF.geo})}))}},NF=[function(t,e){var n=t.xAxisModel,i=t.yAxisModel,r=t.gridModel;return!r&&n&&(r=n.axis.grid.model),!r&&i&&(r=i.axis.grid.model),r&&r===e.gridModel},function(t,e){var n=t.geoModel;return n&&n===e.geoModel}],zF={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(wh(t)),e}},EF={lineX:H(BF,0),lineY:H(BF,1),rect:function(t,e,n,i){var r=t?e.pointToData([n[0][0],n[1][0]],i):e.dataToPoint([n[0][0],n[1][0]],i),o=t?e.pointToData([n[0][1],n[1][1]],i):e.dataToPoint([n[0][1],n[1][1]],i),a=[PF([r[0],o[0]]),PF([r[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(t,e,n,i){var r=[[1/0,-1/0],[1/0,-1/0]];return{values:E(n,(function(n){var o=t?e.pointToData(n,i):e.dataToPoint(n,i);return r[0][0]=Math.min(r[0][0],o[0]),r[1][0]=Math.min(r[1][0],o[1]),r[0][1]=Math.max(r[0][1],o[0]),r[1][1]=Math.max(r[1][1],o[1]),o})),xyMinMax:r}}};function BF(t,e,n,i){var r=n.getAxis(["x","y"][t]),o=PF(E([0,1],(function(t){return e?r.coordToData(r.toLocalCoord(i[t]),!0):r.toGlobalCoord(r.dataToCoord(i[t]))}))),a=[];return a[t]=o,a[1-t]=[NaN,NaN],{values:o,xyMinMax:a}}var VF={lineX:H(GF,0),lineY:H(GF,1),rect:function(t,e,n){return[[t[0][0]-n[0]*e[0][0],t[0][1]-n[0]*e[0][1]],[t[1][0]-n[1]*e[1][0],t[1][1]-n[1]*e[1][1]]]},polygon:function(t,e,n){return E(t,(function(t,i){return[t[0]-n[0]*e[i][0],t[1]-n[1]*e[i][1]]}))}};function GF(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function FF(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}var WF,HF,UF=z,YF=jo+"toolbox-dataZoom_",XF=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.render=function(t,e,n,i){this._brushController||(this._brushController=new JO(n.getZr()),this._brushController.on("brush",W(this._onBrush,this)).mount()),function(t,e,n,i,r){var o=n._isZoomActive;i&&"takeGlobalCursor"===i.type&&(o="dataZoomSelect"===i.key&&i.dataZoomSelectActive);n._isZoomActive=o,t.setIconStatus("zoom",o?"emphasis":"normal");var a=new LF(jF(t),e,{include:["grid"]}),s=a.makePanelOpts(r,(function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"}));n._brushController.setPanels(s).enableBrush(!(!o||!s.length)&&{brushType:"auto",brushStyle:t.getModel("brushStyle").getItemStyle()})}(t,e,this,i,n),function(t,e){t.setIconStatus("back",function(t){return DF(t).length}(e)>1?"emphasis":"normal")}(t,e)},e.prototype.onclick=function(t,e,n){ZF[n].call(this)},e.prototype.remove=function(t,e){this._brushController&&this._brushController.unmount()},e.prototype.dispose=function(t,e){this._brushController&&this._brushController.dispose()},e.prototype._onBrush=function(t){var e=t.areas;if(t.isEnd&&e.length){var n={},i=this.ecModel;this._brushController.updateCovers([]),new LF(jF(this.model),i,{include:["grid"]}).matchOutputRanges(e,i,(function(t,e,n){if("cartesian2d"===n.type){var i=t.brushType;"rect"===i?(r("x",n,e[0]),r("y",n,e[1])):r({lineX:"x",lineY:"y"}[i],n,e)}})),function(t,e){var n=DF(t);TF(e,(function(e,i){for(var r=n.length-1;r>=0&&!n[r][i];r--);if(r<0){var o=t.queryComponents({mainType:"dataZoom",subType:"select",id:i})[0];if(o){var a=o.getPercentRange();n[0][i]={dataZoomId:i,start:a[0],end:a[1]}}}})),n.push(e)}(i,n),this._dispatchZoomAction(n)}function r(t,e,r){var o=e.getAxis(t),a=o.model,s=function(t,e,n){var i;return n.eachComponent({mainType:"dataZoom",subType:"select"},(function(n){n.getAxisModel(t,e.componentIndex)&&(i=n)})),i}(t,a,i),l=s.findRepresentativeAxisProxy(a).getMinMaxSpan();null==l.minValueSpan&&null==l.maxValueSpan||(r=CO(0,r.slice(),o.scale.getExtent(),0,l.minValueSpan,l.maxValueSpan)),s&&(n[s.id]={dataZoomId:s.id,startValue:r[0],endValue:r[1]})}},e.prototype._dispatchZoomAction=function(t){var e=[];UF(t,(function(t,n){e.push(T(t))})),e.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:e})},e.getDefaultOption=function(t){return{show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:t.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:tf.color.backgroundTint}}},e}(sF),ZF={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(function(t){var e=DF(t),n=e[e.length-1];e.length>1&&e.pop();var i={};return TF(n,(function(t,n){for(var r=e.length-1;r>=0;r--)if(t=e[r][n]){i[n]=t;break}})),i}(this.ecModel))}};function jF(t){var e={xAxisIndex:t.get("xAxisIndex",!0),yAxisIndex:t.get("yAxisIndex",!0),xAxisId:t.get("xAxisId",!0),yAxisId:t.get("yAxisId",!0)};return null==e.xAxisIndex&&null==e.xAxisId&&(e.xAxisIndex="all"),null==e.yAxisIndex&&null==e.yAxisId&&(e.yAxisIndex="all"),e}WF="dataZoom",HF=function(t){var e=t.getComponent("toolbox",0),n=["feature","dataZoom"];if(e&&null!=e.get(n)){var i=e.getModel(n),r=[],o=ua(t,jF(i));return UF(o.xAxisModels,(function(t){return a(t,"xAxis","xAxisIndex")})),UF(o.yAxisModels,(function(t){return a(t,"yAxis","yAxisIndex")})),r}function a(t,e,n){var o=t.componentIndex,a={type:"select",$fromToolbox:!0,filterMode:i.get("filterMode",!0)||"filter",id:YF+e+o};a[n]=o,r.push(a)}},lt(null==Df.get(WF)&&HF),Df.set(WF,HF);var qF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,displayTransition:!0,enterable:!1,backgroundColor:tf.color.neutral00,shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,defaultBorderColor:tf.color.border,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:tf.color.borderShade,width:1,type:"dashed",textStyle:{}}},textStyle:{color:tf.color.tertiary,fontSize:14}},e}(Qp);function KF(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function $F(t){if(r.domSupported)for(var e=document.documentElement.style,n=0,i=t.length;n0&&o.push(function(t,e,n){var i="cubic-bezier(0.23,1,0.32,1)",o="",a="";return n&&(a="opacity"+(o=" "+t/2+"s "+i)+",visibility"+o),e||(o=" "+t+"s "+i,a+=(a.length?",":"")+(r.transformSupported?""+eW+o:",left"+o+",top"+o)),tW+":"+a}(a,n,i)),s&&o.push("background-color:"+s),z(["width","color","radius"],(function(e){var n="border-"+e,i=gp(n),r=t.get(i);null!=r&&o.push(n+":"+r+("color"===e?"":"px"))})),o.push(function(t){var e=[],n=t.get("fontSize"),i=t.getTextColor();i&&e.push("color:"+i),e.push("font:"+t.getFont());var r=rt(t.get("lineHeight"),Math.round(3*n/2));n&&e.push("line-height:"+r+"px");var o=t.get("textShadowColor"),a=t.get("textShadowBlur")||0,s=t.get("textShadowOffsetX")||0,l=t.get("textShadowOffsetY")||0;return o&&a&&e.push("text-shadow:"+s+"px "+l+"px "+a+"px "+o),z(["decoration","align"],(function(n){var i=t.get(n);i&&e.push("text-"+n+":"+i)})),e.join(";")}(d)),null!=p&&o.push("padding:"+yp(p).join("px ")+"px"),o.join(";")+";"}function oW(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&function(t,e,n,i,r){ee(te,e,i,r,!0)&&ee(t,n,te[0],te[1])}(t,a,n,i,r)}else{t[0]=i,t[1]=r;var s=o&&o.getViewportRootOffset();s&&(t[0]+=s.offsetLeft,t[1]+=s.offsetTop)}t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var aW=function(){function t(t,e){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,r.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var i=this._zr=t.getZr(),o=e.appendTo,a=o&&(X(o)?document.querySelector(o):J(o)?o:Y(o)&&o(t.getDom()));oW(this._styleCoord,i,a,t.getWidth()/2,t.getHeight()/2),(a||t.getDom()).appendChild(n),this._api=t,this._container=a;var s=this;n.onmouseenter=function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0},n.onmousemove=function(t){if(t=t||window.event,!s._enterable){var e=i.handler;de(i.painter.getViewportRoot(),t,!0),e.dispatch("mousemove",t)}},n.onmouseleave=function(){s._inContent=!1,s._enterable&&s._show&&s.hideLater(s._hideDelay)}}return t.prototype.update=function(t){if(!this._container){var e=this._api.getDom(),n=(o="position",(a=(r=e).currentStyle||document.defaultView&&document.defaultView.getComputedStyle(r))?o?a[o]:a:null),i=e.style;"absolute"!==i.position&&"absolute"!==n&&(i.position="relative")}var r,o,a,s=t.get("alwaysShowContent");s&&this._moveIfResized(),this._alwaysShowContent=s,this._enableDisplayTransition=t.get("displayTransition")&&t.get("transitionDuration")>0,this.el.className=t.get("className")||""},t.prototype.show=function(t,e){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n=this.el,i=n.style,r=this._styleCoord;n.innerHTML?i.cssText=nW+rW(t,!this._firstShow,this._longHide,this._enableDisplayTransition)+iW(r[0],r[1],!0)+"border-color:"+wp(e)+";"+(t.get("extraCssText")||"")+";pointer-events:"+(this._enterable?"auto":"none"):i.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},t.prototype.setContent=function(t,e,n,i,r){var o=this.el;if(null!=t){var a="";if(X(r)&&"item"===n.get("trigger")&&!KF(n)&&(a=function(t,e,n){if(!X(n)||"inside"===n)return"";var i=t.get("backgroundColor"),r=t.get("borderWidth");e=wp(e);var o,a,s="left"===(o=n)?"right":"right"===o?"left":"top"===o?"bottom":"top",l=Math.max(1.5*Math.round(r),6),u="",c=eW+":";P(["left","right"],s)>-1?(u+="top:50%",c+="translateY(-50%) rotate("+(a="left"===s?-225:-45)+"deg)"):(u+="left:50%",c+="translateX(-50%) rotate("+(a="top"===s?225:45)+"deg)");var h=a*Math.PI/180,d=l+r,p=d*Math.abs(Math.cos(h))+d*Math.abs(Math.sin(h)),f=e+" solid "+r+"px;";return'
'}(n,i,r)),X(t))o.innerHTML=t+a;else if(t){o.innerHTML="",U(t)||(t=[t]);for(var s=0;s=0?this._tryShow(n,i):"leave"===e&&this._hide(i))}),this))},e.prototype._keepShow=function(){var t=this._tooltipModel,e=this._ecModel,n=this._api,i=t.get("triggerOn");if(null!=this._lastX&&null!=this._lastY&&"none"!==i&&"click"!==i){var r=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout((function(){!n.isDisposed()&&r.manuallyShowTip(t,e,n,{x:r._lastX,y:r._lastY,dataByCoordSys:r._lastDataByCoordSys})}))}},e.prototype.manuallyShowTip=function(t,e,n,i){if(i.from!==this.uid&&!r.node&&n.getDom()){var o=fW(i,n);this._ticket="";var a=i.dataByCoordSys,s=function(t,e,n){var i=ca(t).queryOptionMap,r=i.keys()[0];if(!r||"series"===r)return;var o=pa(e,r,i.get(r),{useDefault:!1,enableAll:!1,enableNone:!1}),a=o.models[0];if(!a)return;var s,l=n.getViewOfComponentModel(a);if(l.group.traverse((function(e){var n=zl(e).tooltipConfig;if(n&&n.name===t.name)return s=e,!0})),s)return{componentMainType:r,componentIndex:a.componentIndex,el:s}}(i,e,n);if(s){var l=s.el.getBoundingRect().clone();l.applyTransform(s.el.transform),this._tryShow({offsetX:l.x+l.width/2,offsetY:l.y+l.height/2,target:s.el,position:i.position,positionDefault:"bottom"},o)}else if(i.tooltip&&null!=i.x&&null!=i.y){var u=hW;u.x=i.x,u.y=i.y,u.update(),zl(u).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:u},o)}else if(a)this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,dataByCoordSys:a,tooltipOption:i.tooltipOption},o);else if(null!=i.seriesIndex){if(this._manuallyAxisShowTip(t,e,n,i))return;var c=SB(i,e),h=c.point[0],d=c.point[1];null!=h&&null!=d&&this._tryShow({offsetX:h,offsetY:d,target:c.el,position:i.position,positionDefault:"bottom"},o)}else null!=i.x&&null!=i.y&&(n.dispatchAction({type:"updateAxisPointer",x:i.x,y:i.y}),this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,target:n.getZr().findHover(i.x,i.y).target},o))}},e.prototype.manuallyHideTip=function(t,e,n,i){var r=this._tooltipContent;this._tooltipModel&&r.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(fW(i,n))},e.prototype._manuallyAxisShowTip=function(t,e,n,i){var r=i.seriesIndex,o=i.dataIndex,a=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=r&&null!=o&&null!=a){var s=e.getSeriesByIndex(r);if(s)if("axis"===pW([s.getData().getItemModel(o),s,(s.coordinateSystem||{}).model],this._tooltipModel).get("trigger"))return n.dispatchAction({type:"updateAxisPointer",seriesIndex:r,dataIndex:o,position:i.position}),!0}},e.prototype._tryShow=function(t,e){var n=t.target;if(this._tooltipModel){this._lastX=t.offsetX,this._lastY=t.offsetY;var i=t.dataByCoordSys;if(i&&i.length)this._showAxisTooltip(i,t);else if(n){var r,o;if("legend"===zl(n).ssrType)return;this._lastDataByCoordSys=null,Qv(n,(function(t){if(t.tooltipDisabled)return r=o=null,!0;r||o||(null!=zl(t).dataIndex?r=t:null!=zl(t).tooltipConfig&&(o=t))}),!0),r?this._showSeriesItemTooltip(t,r,e):o?this._showComponentItemTooltip(t,o,e):this._hide(e)}else this._lastDataByCoordSys=null,this._hide(e)}},e.prototype._showOrMove=function(t,e){var n=t.get("showDelay");e=W(e,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(e,n):e()},e.prototype._showAxisTooltip=function(t,e){var n=this._ecModel,i=this._tooltipModel,r=[e.offsetX,e.offsetY],o=pW([e.tooltipOption],i),a=this._renderMode,s=[],l=Ty("section",{blocks:[],noHeader:!0}),u=[],c=new Ey;z(t,(function(t){z(t.dataByAxis,(function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value;if(e&&null!=r){var o=oB(r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),h=Ty("section",{header:o,noHeader:!ut(o),sortBlocks:!0,blocks:[]});l.blocks.push(h),z(t.seriesDataIndices,(function(l){var d=n.getSeriesByIndex(l.seriesIndex),p=l.dataIndexInside,f=d.getDataParams(p);if(!(f.dataIndex<0)){f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=qb(e.axis,{value:r}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",wp(f.color),a);var g=Wg(d.formatTooltip(p,!0,null)),y=g.frag;if(y){var v=pW([d],i).get("valueFormatter");h.blocks.push(v?A({valueFormatter:v},y):y)}g.text&&u.push(g.text),s.push(f)}}))}}))})),l.blocks.reverse(),u.reverse();var h=e.position,d=o.get("order"),p=Py(l,c,a,d,n.get("useUTC"),o.get("textStyle"));p&&u.unshift(p);var f="richText"===a?"\n\n":"
",g=u.join(f);this._showOrMove(o,(function(){this._updateContentNotChangedOnAxis(t,s)?this._updatePosition(o,h,r[0],r[1],this._tooltipContent,s):this._showTooltipContent(o,g,s,Math.random()+"",r[0],r[1],h,null,c)}))},e.prototype._showSeriesItemTooltip=function(t,e,n){var i=this._ecModel,r=zl(e),o=r.seriesIndex,a=i.getSeriesByIndex(o),s=r.dataModel||a,l=r.dataIndex,u=r.dataType,c=s.getData(u),h=this._renderMode,d=t.positionDefault,p=pW([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,d?{position:d}:null),f=p.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),y=new Ey;g.marker=y.makeTooltipMarker("item",wp(g.color),h);var v=Wg(s.formatTooltip(l,!1,u)),m=p.get("order"),x=p.get("valueFormatter"),_=v.frag,b=_?Py(x?A({valueFormatter:x},_):_,y,h,m,i.get("useUTC"),p.get("textStyle")):v.text,w="item_"+s.name+"_"+l;this._showOrMove(p,(function(){this._showTooltipContent(p,b,g,w,t.offsetX,t.offsetY,t.position,t.target,y)})),n({type:"showTip",dataIndexInside:l,dataIndex:c.getRawIndex(l),seriesIndex:o,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,e,n){var i="html"===this._renderMode,r=zl(e),o=r.tooltipConfig.option||{},a=o.encodeHTMLContent;if(X(o)){o={content:o,formatter:o},a=!0}a&&i&&o.content&&((o=T(o)).content=oe(o.content));var s=[o],l=this._ecModel.getComponent(r.componentMainType,r.componentIndex);l&&s.push(l),s.push({formatter:o.content});var u=t.positionDefault,c=pW(s,this._tooltipModel,u?{position:u}:null),h=c.get("content"),d=Math.random()+"",p=new Ey;this._showOrMove(c,(function(){var n=T(c.get("formatterParams")||{});this._showTooltipContent(c,h,n,d,t.offsetX,t.offsetY,t.position,e,p)})),n({type:"showTip",from:this.uid})},e.prototype._showTooltipContent=function(t,e,n,i,r,o,a,s,l){if(this._ticket="",t.get("showContent")&&t.get("show")){var u=this._tooltipContent;u.setEnterable(t.get("enterable"));var c=t.get("formatter");a=a||t.get("position");var h=e,d=this._getNearestPoint([r,o],n,t.get("trigger"),t.get("borderColor"),t.get("defaultBorderColor",!0)).color;if(c)if(X(c)){var p=t.ecModel.get("useUTC"),f=U(n)?n[0]:n;h=c,f&&f.axisType&&f.axisType.indexOf("time")>=0&&(h=$d(f.axisValue,h,p)),h=_p(h,n,!0)}else if(Y(c)){var g=W((function(e,i){e===this._ticket&&(u.setContent(i,l,t,d,a),this._updatePosition(t,a,r,o,u,n,s))}),this);this._ticket=i,h=c(n,i,g)}else h=c;u.setContent(h,l,t,d,a),u.show(t,d),this._updatePosition(t,a,r,o,u,n,s)}},e.prototype._getNearestPoint=function(t,e,n,i,r){return"axis"===n||U(e)?{color:i||r}:U(e)?void 0:{color:i||e.color||e.borderColor}},e.prototype._updatePosition=function(t,e,n,i,r,o,a){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var u=r.getSize(),c=t.get("align"),h=t.get("verticalAlign"),d=a&&a.getBoundingRect().clone();if(a&&d.applyTransform(a.transform),Y(e)&&(e=e([n,i],o,r.el,d,{viewSize:[s,l],contentSize:u.slice()})),U(e))n=yo(e[0],s),i=yo(e[1],l);else if(q(e)){var p=e;p.width=u[0],p.height=u[1];var f=Hp(p,{width:s,height:l});n=f.x,i=f.y,c=null,h=null}else if(X(e)&&a){var g=function(t,e,n,i){var r=n[0],o=n[1],a=Math.ceil(Math.SQRT2*i)+8,s=0,l=0,u=e.width,c=e.height;switch(t){case"inside":s=e.x+u/2-r/2,l=e.y+c/2-o/2;break;case"top":s=e.x+u/2-r/2,l=e.y-o-a;break;case"bottom":s=e.x+u/2-r/2,l=e.y+c+a;break;case"left":s=e.x-r-a,l=e.y+c/2-o/2;break;case"right":s=e.x+u+a,l=e.y+c/2-o/2}return[s,l]}(e,d,u,t.get("borderWidth"));n=g[0],i=g[1]}else{g=function(t,e,n,i,r,o,a){var s=n.getSize(),l=s[0],u=s[1];null!=o&&(t+l+o+2>i?t-=l+o:t+=o);null!=a&&(e+u+a>r?e-=u+a:e+=a);return[t,e]}(n,i,r,s,l,c?null:20,h?null:20);n=g[0],i=g[1]}if(c&&(n-=gW(c)?u[0]/2:"right"===c?u[0]:0),h&&(i-=gW(h)?u[1]/2:"bottom"===h?u[1]:0),KF(t)){g=function(t,e,n,i,r){var o=n.getSize(),a=o[0],s=o[1];return t=Math.min(t+a,i)-a,e=Math.min(e+s,r)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}(n,i,r,s,l);n=g[0],i=g[1]}r.moveTo(n,i)},e.prototype._updateContentNotChangedOnAxis=function(t,e){var n=this._lastDataByCoordSys,i=this._cbParamsList,r=!!n&&n.length===t.length;return r&&z(n,(function(n,o){var a=n.dataByAxis||[],s=(t[o]||{}).dataByAxis||[];(r=r&&a.length===s.length)&&z(a,(function(t,n){var o=s[n]||{},a=t.seriesDataIndices||[],l=o.seriesDataIndices||[];(r=r&&t.value===o.value&&t.axisType===o.axisType&&t.axisId===o.axisId&&a.length===l.length)&&z(a,(function(t,e){var n=l[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex})),i&&z(t.seriesDataIndices,(function(t){var n=t.seriesIndex,o=e[n],a=i[n];o&&a&&a.data!==o.data&&(r=!1)}))}))})),this._lastDataByCoordSys=t,this._cbParamsList=e,!!r},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,e){!r.node&&e.getDom()&&(hv(this,"_updatePosition"),this._tooltipContent.dispose(),bB("itemTooltip",e))},e.type="tooltip",e}(Ky);function pW(t,e,n){var i,r=e.ecModel;n?(i=new wd(n,r,r),i=new wd(e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof wd&&(a=a.get("tooltip",!0)),X(a)&&(a={formatter:a}),a&&(i=new wd(a,i,r)))}return i}function fW(t,e){return t.dispatchAction||W(e.dispatchAction,e)}function gW(t){return"center"===t||"middle"===t}var yW=["rect","polygon","keep","clear"];function vW(t,e){var n=qo(t?t.brush:[]);if(n.length){var i=[];z(n,(function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(i=i.concat(e))}));var r=t&&t.toolbox;U(r)&&(r=r[0]),r||(r={feature:{}},t.toolbox=[r]);var o=r.feature||(r.feature={}),a=o.brush||(o.brush={}),s=a.type||(a.type=[]);s.push.apply(s,i),function(t){var e={};z(t,(function(t){e[t]=1})),t.length=0,z(e,(function(e,n){t.push(n)}))}(s),e&&!s.length&&s.push.apply(s,yW)}}var mW=z;function xW(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function _W(t,e,n){var i={};return mW(e,(function(e){var r,o=i[e]=((r=function(){}).prototype.__hidden=r.prototype,new r);mW(t[e],(function(t,i){if(hL.isValidType(i)){var r={type:i,visual:t};n&&n(r,e),o[i]=new hL(r),"opacity"===i&&((r=T(r)).type="colorAlpha",o.__hidden.__alphaForOpacity=new hL(r))}}))})),i}function bW(t,e,n){var i;z(n,(function(t){e.hasOwnProperty(t)&&xW(e[t])&&(i=!0)})),i&&z(n,(function(n){e.hasOwnProperty(n)&&xW(e[n])?t[n]=T(e[n]):delete t[n]}))}var wW={lineX:SW(0),lineY:SW(1),rect:{point:function(t,e,n){return t&&n.boundingRect.contain(t[0],t[1])},rect:function(t,e,n){return t&&n.boundingRect.intersect(t)}},polygon:{point:function(t,e,n){return t&&n.boundingRect.contain(t[0],t[1])&&aw(n.range,t[0],t[1])},rect:function(t,e,n){var i=n.range;if(!t||i.length<=1)return!1;var r=t.x,o=t.y,a=t.width,s=t.height,l=i[0];return!!(aw(i,r,o)||aw(i,r+a,o)||aw(i,r,o+s)||aw(i,r+a,o+s)||He.create(t).contain(l[0],l[1])||kh(r,o,r+a,o,i)||kh(r,o,r,o+s,i)||kh(r+a,o,r+a,o+s,i)||kh(r,o+s,r+a,o+s,i))||void 0}}};function SW(t){var e=["x","y"],n=["width","height"];return{point:function(e,n,i){if(e){var r=i.range;return MW(e[t],r)}},rect:function(i,r,o){if(i){var a=o.range,s=[i[e[t]],i[e[t]]+i[n[t]]];return s[1]e[0][1]&&(e[0][1]=o[0]),o[1]e[1][1]&&(e[1][1]=o[1])}return e&&OW(e)}};function OW(t){return new He(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}var RW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new JO(e.getZr())).on("brush",W(this._onBrush,this)).mount()},e.prototype.render=function(t,e,n,i){this.model=t,this._updateController(t,e,n,i)},e.prototype.updateTransform=function(t,e,n,i){DW(e),this._updateController(t,e,n,i)},e.prototype.updateVisual=function(t,e,n,i){this.updateTransform(t,e,n,i)},e.prototype.updateView=function(t,e,n,i){this._updateController(t,e,n,i)},e.prototype._updateController=function(t,e,n,i){(!i||i.$from!==t.id)&&this._brushController.setPanels(t.brushTargetManager.makePanelOpts(n)).enableBrush(t.brushOption).updateCovers(t.areas.slice())},e.prototype.dispose=function(){this._brushController.dispose()},e.prototype._onBrush=function(t){var e=this.model.id,n=this.model.brushTargetManager.setOutputRanges(t.areas,this.ecModel);(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:e,areas:T(n),$from:e}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:e,areas:T(n),$from:e})},e.type="brush",e}(Ky),NW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.areas=[],n.brushOption={},n}return n(e,t),e.prototype.optionUpdated=function(t,e){var n=this.option;!e&&bW(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:this.option.defaultOutOfBrushColor},i.hasOwnProperty("liftZ")||(i.liftZ=5)},e.prototype.setAreas=function(t){t&&(this.areas=E(t,(function(t){return zW(this.option,t)}),this))},e.prototype.setBrushOption=function(t){this.brushOption=zW(this.option,t),this.brushType=this.brushOption.brushType},e.type="brush",e.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],e.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:tf.color.backgroundTint,borderColor:tf.color.borderTint},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4,defaultOutOfBrushColor:tf.color.disabled},e}(Qp);function zW(t,e){return C({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new wd(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}var EW=["rect","polygon","lineX","lineY","keep","clear"],BW=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.render=function(t,e,n){var i,r,o;e.eachComponent({mainType:"brush"},(function(t){i=t.brushType,r=t.brushOption.brushMode||"single",o=o||!!t.areas.length})),this._brushType=i,this._brushMode=r,z(t.get("type",!0),(function(e){t.setIconStatus(e,("keep"===e?"multiple"===r:"clear"===e?o:e===i)?"emphasis":"normal")}))},e.prototype.updateView=function(t,e,n){this.render(t,e,n)},e.prototype.getIcons=function(){var t=this.model,e=t.get("icon",!0),n={};return z(t.get("type",!0),(function(t){e[t]&&(n[t]=e[t])})),n},e.prototype.onclick=function(t,e,n){var i=this._brushType,r=this._brushMode;"clear"===n?(e.dispatchAction({type:"axisAreaSelect",intervals:[]}),e.dispatchAction({type:"brush",command:"clear",areas:[]})):e.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===n?i:i!==n&&n,brushMode:"keep"===n?"multiple"===r?"single":"multiple":r}})},e.getDefaultOption=function(t){return{show:!0,type:EW.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:t.getLocaleModel().get(["toolbox","brush","title"])}},e}(sF);var VW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode={type:"box",ignoreSize:!0},n}return n(e,t),e.type="title",e.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:"center",top:tf.size.m,backgroundColor:tf.color.transparent,borderColor:tf.color.primary,borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:tf.color.primary},subtextStyle:{fontSize:12,color:tf.color.quaternary}},e}(Qp),GW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){if(this.group.removeAll(),t.get("show")){var i=this.group,r=t.getModel("textStyle"),o=t.getModel("subtextStyle"),a=t.get("textAlign"),s=rt(t.get("textBaseline"),t.get("textVerticalAlign")),l=new Sl({style:Qh(r,{text:t.get("text"),fill:r.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=t.get("subtext"),h=new Sl({style:Qh(o,{text:c,fill:o.getTextColor(),y:u.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),d=t.get("link"),p=t.get("sublink"),f=t.get("triggerEvent",!0);l.silent=!d&&!f,h.silent=!p&&!f,d&&l.on("click",(function(){Sp(d,"_"+t.get("target"))})),p&&h.on("click",(function(){Sp(p,"_"+t.get("subtarget"))})),zl(l).eventData=zl(h).eventData=f?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(l),c&&i.add(h);var g=i.getBoundingRect(),y=t.getBoxLayoutParams();y.width=g.width,y.height=g.height;var v=Hp(y,Xp(t,n).refContainer,t.get("padding"));a||("middle"===(a=t.get("left")||t.get("right"))&&(a="center"),"right"===a?v.x+=v.width:"center"===a&&(v.x+=v.width/2)),s||("center"===(s=t.get("top")||t.get("bottom"))&&(s="middle"),"bottom"===s?v.y+=v.height:"middle"===s&&(v.y+=v.height/2),s=s||"top"),i.x=v.x,i.y=v.y,i.markRedraw();var m={align:a,verticalAlign:s};l.setStyle(m),h.setStyle(m),g=i.getBoundingRect();var x=v.margin,_=t.getItemStyle(["color","opacity"]);_.fill=t.get("backgroundColor");var b=new xl({shape:{x:g.x-x[3],y:g.y-x[0],width:g.width+x[1]+x[3],height:g.height+x[0]+x[2],r:t.get("borderRadius")},style:_,subPixelOptimize:!0,silent:!0});i.add(b)}},e.type="title",e}(Ky);var FW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode="box",n}return n(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n),this._initData()},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this._initData()},e.prototype.setCurrentIndex=function(t){null==t&&(t=this.option.currentIndex);var e=this._data.count();this.option.loop?t=(t%e+e)%e:(t>=e&&(t=e-1),t<0&&(t=0)),this.option.currentIndex=t},e.prototype.getCurrentIndex=function(){return this.option.currentIndex},e.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},e.prototype.setPlayState=function(t){this.option.autoPlay=!!t},e.prototype.getPlayState=function(){return!!this.option.autoPlay},e.prototype._initData=function(){var t,e=this.option,n=e.data||[],i=e.axisType,r=this._names=[];"category"===i?(t=[],z(n,(function(e,n){var i,o=ia(Jo(e),"");q(e)?(i=T(e)).value=n:i=n,t.push(i),r.push(o)}))):t=n;var o={category:"ordinal",time:"time",value:"number"}[i]||"number";(this._data=new B_([{name:"value",type:o}],this)).initData(t,r)},e.prototype.getData=function(){return this._data},e.prototype.getCategories=function(){if("category"===this.get("axisType"))return this._names.slice()},e.type="timeline",e.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:tf.size.m,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:tf.color.secondary},data:[]},e}(Qp),WW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="timeline.slider",e.defaultOption=Id(FW.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:tf.color.border,borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:tf.color.accent10},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:tf.color.tertiary},itemStyle:{color:tf.color.accent20,borderWidth:0},checkpointStyle:{symbol:"circle",symbolSize:15,color:tf.color.accent50,borderColor:tf.color.accent50,borderWidth:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"rgba(0, 0, 0, 0)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M15 0C23.2843 0 30 6.71573 30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0ZM15 3C8.37258 3 3 8.37258 3 15C3 21.6274 8.37258 27 15 27C21.6274 27 27 21.6274 27 15C27 8.37258 21.6274 3 15 3ZM11.5 10.6699C11.5 9.90014 12.3333 9.41887 13 9.80371L20.5 14.1338C21.1667 14.5187 21.1667 15.4813 20.5 15.8662L13 20.1963C12.3333 20.5811 11.5 20.0999 11.5 19.3301V10.6699Z",stopIcon:"path://M15 0C23.2843 0 30 6.71573 30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0ZM15 3C8.37258 3 3 8.37258 3 15C3 21.6274 8.37258 27 15 27C21.6274 27 27 21.6274 27 15C27 8.37258 21.6274 3 15 3ZM11.5 10C12.3284 10 13 10.6716 13 11.5V18.5C13 19.3284 12.3284 20 11.5 20C10.6716 20 10 19.3284 10 18.5V11.5C10 10.6716 10.6716 10 11.5 10ZM18.5 10C19.3284 10 20 10.6716 20 11.5V18.5C20 19.3284 19.3284 20 18.5 20C17.6716 20 17 19.3284 17 18.5V11.5C17 10.6716 17.6716 10 18.5 10Z",nextIcon:"path://M0.838834 18.7383C0.253048 18.1525 0.253048 17.2028 0.838834 16.617L7.55635 9.89949L0.838834 3.18198C0.253048 2.59619 0.253048 1.64645 0.838834 1.06066C1.42462 0.474874 2.37437 0.474874 2.96015 1.06066L10.7383 8.83883L10.8412 8.95277C11.2897 9.50267 11.2897 10.2963 10.8412 10.8462L10.7383 10.9602L2.96015 18.7383C2.37437 19.3241 1.42462 19.3241 0.838834 18.7383Z",prevIcon:"path://M10.9602 1.06066C11.5459 1.64645 11.5459 2.59619 10.9602 3.18198L4.24264 9.89949L10.9602 16.617C11.5459 17.2028 11.5459 18.1525 10.9602 18.7383C10.3744 19.3241 9.42462 19.3241 8.83883 18.7383L1.06066 10.9602L0.957771 10.8462C0.509245 10.2963 0.509245 9.50267 0.957771 8.95277L1.06066 8.83883L8.83883 1.06066C9.42462 0.474874 10.3744 0.474874 10.9602 1.06066Z",prevBtnSize:18,nextBtnSize:18,color:tf.color.accent50,borderColor:tf.color.accent50,borderWidth:0},emphasis:{label:{show:!0,color:tf.color.accent60},itemStyle:{color:tf.color.accent60,borderColor:tf.color.accent60},controlStyle:{color:tf.color.accent70,borderColor:tf.color.accent70}},progress:{lineStyle:{color:tf.color.accent30},itemStyle:{color:tf.color.accent40}},data:[]}),e}(FW);R(WW,Fg.prototype);var HW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="timeline",e}(Ky),UW=function(t){function e(e,n,i,r){var o=t.call(this,e,n,i)||this;return o.type=r||"value",o}return n(e,t),e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return"horizontal"===this.model.get("orient")},e}(Ww),YW=Math.PI,XW=sa(),ZW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){this.api=e},e.prototype.render=function(t,e,n){if(this.model=t,this.api=n,this.ecModel=e,this.group.removeAll(),t.get("show",!0)){var i=this._layout(t,n),r=this._createGroup("_mainGroup"),o=this._createGroup("_labelGroup"),a=this._axis=this._createAxis(i,t);t.formatTooltip=function(t){return Ty("nameValue",{noName:!0,value:a.scale.getLabel({value:t})})},z(["AxisLine","AxisTick","Control","CurrentPointer"],(function(e){this["_render"+e](i,r,a,t)}),this),this._renderAxisLabel(i,o,a,t),this._position(i,t)}this._doPlayStop(),this._updateTicksStatus()},e.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},e.prototype.dispose=function(){this._clearTimer()},e.prototype._layout=function(t,e){var n,i,r,o,a=t.get(["label","position"]),s=t.get("orient"),l=function(t,e){return Hp(t.getBoxLayoutParams(),Xp(t,e).refContainer,t.get("padding"))}(t,e),u={horizontal:"center",vertical:(n=null==a||"auto"===a?"horizontal"===s?l.y+l.height/2=0||"+"===n?"left":"right"},c={horizontal:n>=0||"+"===n?"top":"bottom",vertical:"middle"},h={horizontal:0,vertical:YW/2},d="vertical"===s?l.height:l.width,p=t.getModel("controlStyle"),f=p.get("show",!0),g=f?p.get("itemSize"):0,y=f?p.get("itemGap"):0,v=g+y,m=t.get(["label","rotate"])||0;m=m*YW/180;var x=p.get("position",!0),_=f&&p.get("showPlayBtn",!0),b=f&&p.get("showPrevBtn",!0),w=f&&p.get("showNextBtn",!0),S=0,M=d;"left"===x||"bottom"===x?(_&&(i=[0,0],S+=v),b&&(r=[S,0],S+=v),w&&(o=[M-g,0],M-=v)):(_&&(i=[M-g,0],M-=v),b&&(r=[0,0],S+=v),w&&(o=[M-g,0],M-=v));var I=[S,M];return t.get("inverse")&&I.reverse(),{viewRect:l,mainLength:d,orient:s,rotation:h[s],labelRotation:m,labelPosOpt:n,labelAlign:t.get(["label","align"])||u[s],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||c[s],playPosition:i,prevBtnPosition:r,nextBtnPosition:o,axisExtent:I,controlSize:g,controlGap:y}},e.prototype._position=function(t,e){var n=this._mainGroup,i=this._labelGroup,r=t.viewRect;if("vertical"===t.orient){var o=[1,0,0,1,0,0],a=r.x,s=r.y+r.height;Se(o,o,[-a,-s]),Me(o,o,-YW/2),Se(o,o,[a,s]),(r=r.clone()).applyTransform(o)}var l=y(r),u=y(n.getBoundingRect()),c=y(i.getBoundingRect()),h=[n.x,n.y],d=[i.x,i.y];d[0]=h[0]=l[0][0];var p,f=t.labelPosOpt;null==f||X(f)?(v(h,u,l,1,p="+"===f?0:1),v(d,c,l,1,1-p)):(v(h,u,l,1,p=f>=0?0:1),d[1]=h[1]+f);function g(t){t.originX=l[0][0]-t.x,t.originY=l[1][0]-t.y}function y(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function v(t,e,n,i,r){t[i]+=n[i][r]-e[i][r]}n.setPosition(h),i.setPosition(d),n.rotation=i.rotation=t.rotation,g(n),g(i)},e.prototype._createAxis=function(t,e){var n=e.getData(),i=e.get("axisType"),r=function(t,e){if(e=e||t.get("type"),e)switch(e){case"category":return new lb({ordinalMeta:t.getCategories(),extent:[1/0,-1/0]});case"time":return new Mb({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new cb}}(e,i);r.getTicks=function(){return n.mapArray(["value"],(function(t){return{value:t}}))};var o=n.getDataExtent("value");r.setExtent(o[0],o[1]),r.calcNiceTicks();var a=new UW("value",r,t.axisExtent,i);return a.model=e,a},e.prototype._createGroup=function(t){var e=this[t]=new to;return this.group.add(e),e},e.prototype._renderAxisLine=function(t,e,n,i){var r=n.getExtent();if(i.get(["lineStyle","show"])){var o=new Ac({shape:{x1:r[0],y1:0,x2:r[1],y2:0},style:A({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});e.add(o);var a=this._progressLine=new Ac({shape:{x1:r[0],x2:this._currentPointer?this._currentPointer.x:r[0],y1:0,y2:0},style:k({lineCap:"round",lineWidth:o.style.lineWidth},i.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});e.add(a)}},e.prototype._renderAxisTick=function(t,e,n,i){var r=this,o=i.getData(),a=n.scale.getTicks();this._tickSymbols=[],z(a,(function(t){var a=n.dataToCoord(t.value),s=o.getItemModel(t.value),l=s.getModel("itemStyle"),u=s.getModel(["emphasis","itemStyle"]),c=s.getModel(["progress","itemStyle"]),h={x:a,y:0,onclick:W(r._changeTimeline,r,t.value)},d=jW(s,l,e,h);d.ensureState("emphasis").style=u.getItemStyle(),d.ensureState("progress").style=c.getItemStyle(),Iu(d);var p=zl(d);s.get("tooltip")?(p.dataIndex=t.value,p.dataModel=i):p.dataIndex=p.dataModel=null,r._tickSymbols.push(d)}))},e.prototype._renderAxisLabel=function(t,e,n,i){var r=this;if(n.getLabelModel().get("show")){var o=i.getData(),a=n.getViewLabels();this._tickLabels=[],z(a,(function(i){var a=i.tickValue,s=o.getItemModel(a),l=s.getModel("label"),u=s.getModel(["emphasis","label"]),c=s.getModel(["progress","label"]),h=n.dataToCoord(i.tickValue),d=new Sl({x:h,y:0,rotation:t.labelRotation-t.rotation,onclick:W(r._changeTimeline,r,a),silent:!1,style:Qh(l,{text:i.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});d.ensureState("emphasis").style=Qh(u),d.ensureState("progress").style=Qh(c),e.add(d),Iu(d),XW(d).dataIndex=a,r._tickLabels.push(d)}))}},e.prototype._renderControl=function(t,e,n,i){var r=t.controlSize,o=t.rotation,a=i.getModel("controlStyle").getItemStyle(),s=i.getModel(["emphasis","controlStyle"]).getItemStyle(),l=i.getPlayState(),u=i.get("inverse",!0);function c(t,n,l,u){if(t){var c=Fr(rt(i.get(["controlStyle",n+"BtnSize"]),r),r),h=function(t,e,n,i){var r=i.style,o=Ah(t.get(["controlStyle",e]),i||{},new He(n[0],n[1],n[2],n[3]));r&&o.setStyle(r);return o}(i,n+"Icon",[0,-c/2,c,c],{x:t[0],y:t[1],originX:r/2,originY:0,rotation:u?-o:0,rectHover:!0,style:a,onclick:l});h.ensureState("emphasis").style=s,e.add(h),Iu(h)}}c(t.nextBtnPosition,"next",W(this._changeTimeline,this,u?"-":"+")),c(t.prevBtnPosition,"prev",W(this._changeTimeline,this,u?"+":"-")),c(t.playPosition,l?"stop":"play",W(this._handlePlayClick,this,!l),!0)},e.prototype._renderCurrentPointer=function(t,e,n,i){var r=i.getData(),o=i.getCurrentIndex(),a=r.getItemModel(o).getModel("checkpointStyle"),s=this,l={onCreate:function(t){t.draggable=!0,t.drift=W(s._handlePointerDrag,s),t.ondragend=W(s._handlePointerDragend,s),qW(t,s._progressLine,o,n,i,!0)},onUpdate:function(t){qW(t,s._progressLine,o,n,i)}};this._currentPointer=jW(a,a,this._mainGroup,{},this._currentPointer,l)},e.prototype._handlePlayClick=function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},e.prototype._handlePointerDrag=function(t,e,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},e.prototype._handlePointerDragend=function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},e.prototype._pointerChangeTimeline=function(t,e){var n=this._toAxisCoord(t)[0],i=xo(this._axis.getExtent().slice());n>i[1]&&(n=i[1]),n=0&&(s[a]=+s[a].toFixed(d)),[s,h]}var aH={min:H(oH,"min"),max:H(oH,"max"),average:H(oH,"average"),median:H(oH,"median")};function sH(t,e){if(e){var n=t.getData(),i=t.coordinateSystem,r=i&&i.dimensions;if(!function(t){return!isNaN(parseFloat(t.x))&&!isNaN(parseFloat(t.y))}(e)&&!U(e.coord)&&U(r)){var o=lH(e,n,i,t);if((e=T(e)).type&&aH[e.type]&&o.baseAxis&&o.valueAxis){var a=P(r,o.baseAxis.dim),s=P(r,o.valueAxis.dim),l=aH[e.type](n,o.valueAxis.dim,o.baseDataDim,o.valueDataDim,a,s);e.coord=l[0],e.value=l[1]}else e.coord=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis]}if(null!=e.coord&&U(r))for(var u=e.coord,c=0;c<2;c++)aH[u[c]]&&(u[c]=hH(n,n.mapDimension(r[c]),u[c]));else{e.coord=[];var h=t.getBaseAxis();if(h&&e.type&&aH[e.type]){var d=i.getOtherAxis(h);d&&(e.value=hH(n,n.mapDimension(d.dim),e.type))}}return e}}function lH(t,e,n,i){var r={};return null!=t.valueIndex||null!=t.valueDim?(r.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,r.valueAxis=n.getAxis(function(t,e){var n=t.getData().getDimensionInfo(e);return n&&n.coordDim}(i,r.valueDataDim)),r.baseAxis=n.getOtherAxis(r.valueAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim)):(r.baseAxis=i.getBaseAxis(),r.valueAxis=n.getOtherAxis(r.baseAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim),r.valueDataDim=e.mapDimension(r.valueAxis.dim)),r}function uH(t,e){return!(t&&t.containData&&e.coord&&!rH(e))||t.containData(e.coord)}function cH(t,e){return t?function(t,n,i,r){return Xg(r<2?t.coord&&t.coord[r]:t.value,e[r])}:function(t,n,i,r){return Xg(t.value,e[r])}}function hH(t,e,n){if("average"===n){var i=0,r=0;return t.each(e,(function(t,e){isNaN(t)||(i+=t,r++)})),i/r}return"median"===n?t.getMedian(e):t.getDataExtent(e)["max"===n?1:0]}var dH=sa(),pH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(){this.markerGroupMap=yt()},e.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each((function(t){dH(t).keep=!1})),e.eachSeries((function(t){var r=nH.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)})),r.each((function(t){!dH(t).keep&&i.group.remove(t.group)})),function(t,e,n){t.eachSeries((function(t){var i=nH.getMarkerModelFromSeries(t,n),r=e.get(t.id);if(i&&r&&r.group){var o=Hh(i),a=o.z,s=o.zlevel;Yh(r.group,a,s)}}))}(e,r,this.type)},e.prototype.markKeep=function(t){dH(t).keep=!0},e.prototype.toggleBlurSeries=function(t,e){var n=this;z(t,(function(t){var i=nH.getMarkerModelFromSeries(t,n.type);i&&i.getData().eachItemGraphicEl((function(t){t&&(e?fu(t):gu(t))}))}))},e.type="marker",e}(Ky);function fH(t,e,n){var i=e.coordinateSystem,r=n.getWidth(),o=n.getHeight(),a=i&&i.getArea&&i.getArea();t.each((function(n){var s,l=t.getItemModel(n),u="coordinate"===l.get("relativeTo"),c=u?a?a.width:0:r,h=u?a?a.height:0:o,d=u&&a?a.x:0,p=u&&a?a.y:0,f=yo(l.get("x"),c)+d,g=yo(l.get("y"),h)+p;if(isNaN(f)||isNaN(g)){if(e.getMarkerPosition)s=e.getMarkerPosition(t.getValues(t.dimensions,n));else if(i){var y=t.get(i.dimensions[0],n),v=t.get(i.dimensions[1],n);s=i.dataToPoint([y,v])}}else s=[f,g];isNaN(f)||(s[0]=f),isNaN(g)||(s[1]=g),t.setItemLayout(n,s)}))}var gH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=nH.getMarkerModelFromSeries(t,"markPoint");e&&(fH(e.getData(),t,n),this.markerGroupMap.get(t.id).updateLayout())}),this)},e.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new uI),u=function(t,e,n){var i;i=t?E(t&&t.dimensions,(function(t){return A(A({},e.getData().getDimensionInfo(e.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})})):[{name:"value",type:"float"}];var r=new B_(i,n),o=E(n.get("data"),H(sH,e));t&&(o=V(o,H(uH,t)));var a=cH(!!t,i);return r.initData(o,null,a),r}(r,t,e);e.setData(u),fH(e.getData(),t,i),u.each((function(t){var n=u.getItemModel(t),i=n.getShallow("symbol"),r=n.getShallow("symbolSize"),o=n.getShallow("symbolRotate"),s=n.getShallow("symbolOffset"),l=n.getShallow("symbolKeepAspect");if(Y(i)||Y(r)||Y(o)||Y(s)){var c=e.getRawValue(t),h=e.getDataParams(t);Y(i)&&(i=i(c,h)),Y(r)&&(r=r(c,h)),Y(o)&&(o=o(c,h)),Y(s)&&(s=s(c,h))}var d=n.getModel("itemStyle").getItemStyle(),p=n.get("z2"),f=qv(a,"color");d.fill||(d.fill=f),u.setItemVisual(t,{z2:rt(p,0),symbol:i,symbolSize:r,symbolRotate:o,symbolOffset:s,symbolKeepAspect:l,style:d})})),l.updateData(u),this.group.add(l.group),u.eachItemGraphicEl((function(t){t.traverse((function(t){zl(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markPoint",e}(pH);var yH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.createMarkerModelFromSeries=function(t,n,i){return new e(t,n,i)},e.type="markLine",e.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},e}(nH),vH=sa(),mH=function(t,e,n,i){var r,o=t.getData();if(U(i))r=i;else{var a=i.type;if("min"===a||"max"===a||"average"===a||"median"===a||null!=i.xAxis||null!=i.yAxis){var s=void 0,l=void 0;if(null!=i.yAxis||null!=i.xAxis)s=e.getAxis(null!=i.yAxis?"y":"x"),l=it(i.yAxis,i.xAxis);else{var u=lH(i,o,e,t);s=u.valueAxis,l=hH(o,X_(o,u.valueDataDim),a)}var c="x"===s.dim?0:1,h=1-c,d=T(i),p={coord:[]};d.type=null,d.coord=[],d.coord[h]=-1/0,p.coord[h]=1/0;var f=n.get("precision");f>=0&&j(l)&&(l=+l.toFixed(Math.min(f,20))),d.coord[c]=p.coord[c]=l,r=[d,p,{type:a,valueIndex:i.valueIndex,value:l}]}else r=[]}var g=[sH(t,r[0]),sH(t,r[1]),A({},r[2])];return g[2].type=g[2].type||null,C(g[2],g[0]),C(g[2],g[1]),g};function xH(t){return!isNaN(t)&&!isFinite(t)}function _H(t,e,n,i){var r=1-t,o=i.dimensions[t];return xH(e[r])&&xH(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function bH(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(_H(1,n,i,t)||_H(0,n,i,t)))return!0}return uH(t,e[0])&&uH(t,e[1])}function wH(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=yo(s.get("x"),r.getWidth()),u=yo(s.get("y"),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition)o=i.getMarkerPosition(t.getValues(t.dimensions,e));else{var c=a.dimensions,h=t.get(c[0],e),d=t.get(c[1],e);o=a.dataToPoint([h,d])}if(SI(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y");c=a.dimensions;xH(t.get(c[0],e))?o[0]=p.toGlobalCoord(p.getExtent()[n?0:1]):xH(t.get(c[1],e))&&(o[1]=f.toGlobalCoord(f.getExtent()[n?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];t.setItemLayout(e,o)}var SH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=nH.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=vH(e).from,o=vH(e).to;r.each((function(e){wH(r,e,!0,t,n),wH(o,e,!1,t,n)})),i.each((function(t){i.setItemLayout(t,[r.getItemLayout(t),o.getItemLayout(t)])})),this.markerGroupMap.get(t.id).updateLayout()}}),this)},e.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new IP);this.group.add(l.group);var u=function(t,e,n){var i;i=t?E(t&&t.dimensions,(function(t){return A(A({},e.getData().getDimensionInfo(e.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})})):[{name:"value",type:"float"}];var r=new B_(i,n),o=new B_(i,n),a=new B_([],n),s=E(n.get("data"),H(mH,e,t,n));t&&(s=V(s,H(bH,t)));var l=cH(!!t,i);return r.initData(E(s,(function(t){return t[0]})),null,l),o.initData(E(s,(function(t){return t[1]})),null,l),a.initData(E(s,(function(t){return t[2]}))),a.hasItemOption=!0,{from:r,to:o,line:a}}(r,t,e),c=u.from,h=u.to,d=u.line;vH(e).from=c,vH(e).to=h,e.setData(d);var p=e.get("symbol"),f=e.get("symbolSize"),g=e.get("symbolRotate"),y=e.get("symbolOffset");function v(e,n,r){var o=e.getItemModel(n);wH(e,n,r,t,i);var s=o.getModel("itemStyle").getItemStyle();null==s.fill&&(s.fill=qv(a,"color")),e.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:rt(o.get("symbolOffset",!0),y[r?0:1]),symbolRotate:rt(o.get("symbolRotate",!0),g[r?0:1]),symbolSize:rt(o.get("symbolSize"),f[r?0:1]),symbol:rt(o.get("symbol",!0),p[r?0:1]),style:s})}U(p)||(p=[p,p]),U(f)||(f=[f,f]),U(g)||(g=[g,g]),U(y)||(y=[y,y]),u.from.each((function(t){v(c,t,!0),v(h,t,!1)})),d.each((function(t){var e=d.getItemModel(t),n=e.getModel("lineStyle").getLineStyle();d.setItemLayout(t,[c.getItemLayout(t),h.getItemLayout(t)]);var i=e.get("z2");null==n.stroke&&(n.stroke=c.getItemVisual(t,"style").fill),d.setItemVisual(t,{z2:rt(i,0),fromSymbolKeepAspect:c.getItemVisual(t,"symbolKeepAspect"),fromSymbolOffset:c.getItemVisual(t,"symbolOffset"),fromSymbolRotate:c.getItemVisual(t,"symbolRotate"),fromSymbolSize:c.getItemVisual(t,"symbolSize"),fromSymbol:c.getItemVisual(t,"symbol"),toSymbolKeepAspect:h.getItemVisual(t,"symbolKeepAspect"),toSymbolOffset:h.getItemVisual(t,"symbolOffset"),toSymbolRotate:h.getItemVisual(t,"symbolRotate"),toSymbolSize:h.getItemVisual(t,"symbolSize"),toSymbol:h.getItemVisual(t,"symbol"),style:n})})),l.updateData(d),u.line.eachItemGraphicEl((function(t){zl(t).dataModel=e,t.traverse((function(t){zl(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markLine",e}(pH);var MH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.createMarkerModelFromSeries=function(t,n,i){return new e(t,n,i)},e.type="markArea",e.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},e}(nH),IH=sa(),TH=function(t,e,n,i){var r=i[0],o=i[1];if(r&&o){var a=sH(t,r),s=sH(t,o),l=a.coord,u=s.coord;l[0]=it(l[0],-1/0),l[1]=it(l[1],-1/0),u[0]=it(u[0],1/0),u[1]=it(u[1],1/0);var c=D([{},a,s]);return c.coord=[a.coord,s.coord],c.x0=a.x,c.y0=a.y,c.x1=s.x,c.y1=s.y,c}};function CH(t){return!isNaN(t)&&!isFinite(t)}function DH(t,e,n,i){var r=1-t;return CH(e[r])&&CH(n[r])}function AH(t,e){var n=e.coord[0],i=e.coord[1],r={coord:n,x:e.x0,y:e.y0},o={coord:i,x:e.x1,y:e.y1};return SI(t,"cartesian2d")?!(!n||!i||!DH(1,n,i)&&!DH(0,n,i))||function(t,e,n){return!(t&&t.containZone&&e.coord&&n.coord&&!rH(e)&&!rH(n))||t.containZone(e.coord,n.coord)}(t,r,o):uH(t,r)||uH(t,o)}function kH(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=yo(s.get(n[0]),r.getWidth()),u=yo(s.get(n[1]),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition){var c=t.getValues(["x0","y0"],e),h=t.getValues(["x1","y1"],e),d=a.clampData(c),p=a.clampData(h),f=[];"x0"===n[0]?f[0]=d[0]>p[0]?h[0]:c[0]:f[0]=d[0]>p[0]?c[0]:h[0],"y0"===n[1]?f[1]=d[1]>p[1]?h[1]:c[1]:f[1]=d[1]>p[1]?c[1]:h[1],o=i.getMarkerPosition(f,n,!0)}else{var g=[m=t.get(n[0],e),x=t.get(n[1],e)];a.clampData&&a.clampData(g,g),o=a.dataToPoint(g,!0)}if(SI(a,"cartesian2d")){var y=a.getAxis("x"),v=a.getAxis("y"),m=t.get(n[0],e),x=t.get(n[1],e);CH(m)?o[0]=y.toGlobalCoord(y.getExtent()["x0"===n[0]?0:1]):CH(x)&&(o[1]=v.toGlobalCoord(v.getExtent()["y0"===n[1]?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}var LH=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],PH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=nH.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each((function(e){var r=E(LH,(function(r){return kH(i,e,r,t,n)}));i.setItemLayout(e,r),i.getItemGraphicEl(e).setShape("points",r)}))}}),this)},e.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,{group:new to});this.group.add(l.group),this.markKeep(l);var u=function(t,e,n){var i,r,o=["x0","y0","x1","y1"];if(t){var a=E(t&&t.dimensions,(function(t){var n=e.getData();return A(A({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})}));r=E(o,(function(t,e){return{name:t,type:a[e%2].type}})),i=new B_(r,n)}else i=new B_(r=[{name:"value",type:"float"}],n);var s=E(n.get("data"),H(TH,e,t,n));t&&(s=V(s,H(AH,t)));var l=t?function(t,e,n,i){return Xg(t.coord[Math.floor(i/2)][i%2],r[i])}:function(t,e,n,i){return Xg(t.value,r[i])};return i.initData(s,null,l),i.hasItemOption=!0,i}(r,t,e);e.setData(u),u.each((function(e){var n=E(LH,(function(n){return kH(u,e,n,t,i)})),o=r.getAxis("x").scale,s=r.getAxis("y").scale,l=o.getExtent(),c=s.getExtent(),h=[o.parse(u.get("x0",e)),o.parse(u.get("x1",e))],d=[s.parse(u.get("y0",e)),s.parse(u.get("y1",e))];xo(h),xo(d);var p=!!(l[0]>h[1]||l[1]d[1]||c[1]=0},e.prototype.getOrient=function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},e.type="legend.plain",e.dependencies=["series"],e.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",bottom:tf.size.m,align:"auto",backgroundColor:tf.color.transparent,borderColor:tf.color.border,borderRadius:0,borderWidth:0,padding:5,itemGap:8,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:tf.color.disabled,inactiveBorderColor:tf.color.disabled,inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:tf.color.disabled,inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:tf.color.secondary},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:tf.color.tertiary,borderWidth:1,borderColor:tf.color.border},emphasis:{selectorLabel:{show:!0,color:tf.color.quaternary}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1},triggerEvent:!1},e}(Qp),RH=H,NH=z,zH=to,EH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.newlineDisabled=!1,n}return n(e,t),e.prototype.init=function(){this.group.add(this._contentGroup=new zH),this.group.add(this._selectorGroup=new zH),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(t,e,n){var i=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),t.get("show",!0)){var r=t.get("align"),o=t.get("orient");r&&"auto"!==r||(r="right"===t.get("left")&&"vertical"===o?"right":"left");var a=t.get("selector",!0),s=t.get("selectorPosition",!0);!a||s&&"auto"!==s||(s="horizontal"===o?"end":"start"),this.renderInner(r,t,e,n,a,o,s);var l=Xp(t,n).refContainer,u=t.getBoxLayoutParams(),c=t.get("padding"),h=Hp(u,l,c),d=this.layoutInner(t,r,h,i,a,s),p=Hp(k({width:d.width,height:d.height},u),l,c);this.group.x=p.x-d.x,this.group.y=p.y-d.y,this.group.markRedraw(),this.group.add(this._backgroundEl=dF(d,t))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(t,e,n,i,r,o,a){var s=this.getContentGroup(),l=yt(),u=e.get("selectedMode"),c=e.get("triggerEvent"),h=[];n.eachRawSeries((function(t){!t.get("legendHoverLink")&&h.push(t.id)})),NH(e.getData(),(function(r,o){var a=this,d=r.get("name");if(!this.newlineDisabled&&(""===d||"\n"===d)){var p=new zH;return p.newline=!0,void s.add(p)}var f=n.getSeriesByName(d)[0];if(!l.get(d)){if(f){var g=f.getData(),y=g.getVisual("legendLineStyle")||{},v=g.getVisual("legendIcon"),m=g.getVisual("style"),x=this._createItem(f,d,o,r,e,t,y,m,v,u,i);x.on("click",RH(BH,d,null,i,h)).on("mouseover",RH(GH,f.name,null,i,h)).on("mouseout",RH(FH,f.name,null,i,h)),n.ssr&&x.eachChild((function(t){var e=zl(t);e.seriesIndex=f.seriesIndex,e.dataIndex=o,e.ssrType="legend"})),c&&x.eachChild((function(t){a.packEventData(t,e,f,o,d)})),l.set(d,!0)}else n.eachRawSeries((function(a){var s=this;if(!l.get(d)&&a.legendVisualProvider){var p=a.legendVisualProvider;if(!p.containName(d))return;var f=p.indexOfName(d),g=p.getItemVisual(f,"style"),y=p.getItemVisual(f,"legendIcon"),v=oi(g.fill);v&&0===v[3]&&(v[3]=.2,g=A(A({},g),{fill:fi(v,"rgba")}));var m=this._createItem(a,d,o,r,e,t,{},g,y,u,i);m.on("click",RH(BH,null,d,i,h)).on("mouseover",RH(GH,null,d,i,h)).on("mouseout",RH(FH,null,d,i,h)),n.ssr&&m.eachChild((function(t){var e=zl(t);e.seriesIndex=a.seriesIndex,e.dataIndex=o,e.ssrType="legend"})),c&&m.eachChild((function(t){s.packEventData(t,e,a,o,d)})),l.set(d,!0)}}),this);0}}),this),r&&this._createSelector(r,e,i,o,a)},e.prototype.packEventData=function(t,e,n,i,r){var o={componentType:"legend",componentIndex:e.componentIndex,dataIndex:i,value:r,seriesIndex:n.seriesIndex};zl(t).eventData=o},e.prototype._createSelector=function(t,e,n,i,r){var o=this.getSelectorGroup();NH(t,(function(t){var i=t.type,r=new Sl({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===i?"legendAllSelect":"legendInverseSelect",legendId:e.id})}});o.add(r),$h(r,{normal:e.getModel("selectorLabel"),emphasis:e.getModel(["emphasis","selectorLabel"])},{defaultText:t.title}),Iu(r)}))},e.prototype._createItem=function(t,e,n,i,r,o,a,s,l,u,c){var h=t.visualDrawType,d=r.get("itemWidth"),p=r.get("itemHeight"),f=r.isSelected(e),g=i.get("symbolRotate"),y=i.get("symbolKeepAspect"),v=i.get("icon"),m=function(t,e,n,i,r,o,a){function s(t,e){"auto"===t.lineWidth&&(t.lineWidth=e.lineWidth>0?2:0),NH(t,(function(n,i){"inherit"===t[i]&&(t[i]=e[i])}))}var l=e.getModel("itemStyle"),u=l.getItemStyle(),c=0===t.lastIndexOf("empty",0)?"fill":"stroke",h=l.getShallow("decal");u.decal=h&&"inherit"!==h?Bm(h,a):i.decal,"inherit"===u.fill&&(u.fill=i[r]);"inherit"===u.stroke&&(u.stroke=i[c]);"inherit"===u.opacity&&(u.opacity=("fill"===r?i:n).opacity);s(u,i);var d=e.getModel("lineStyle"),p=d.getLineStyle();if(s(p,n),"auto"===u.fill&&(u.fill=i.fill),"auto"===u.stroke&&(u.stroke=i.fill),"auto"===p.stroke&&(p.stroke=i.fill),!o){var f=e.get("inactiveBorderWidth"),g=u[c];u.lineWidth="auto"===f?i.lineWidth>0&&g?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),p.stroke=d.get("inactiveColor"),p.lineWidth=d.get("inactiveWidth")}return{itemStyle:u,lineStyle:p}}(l=v||l||"roundRect",i,a,s,h,f,c),x=new zH,_=i.getModel("textStyle");if(!Y(t.getLegendIcon)||v&&"inherit"!==v){var b="inherit"===v&&t.getData().getVisual("symbol")?"inherit"===g?t.getData().getVisual("symbolRotate"):g:0;x.add(function(t){var e=t.icon||"roundRect",n=hm(e,0,0,t.itemWidth,t.itemHeight,t.itemStyle.fill,t.symbolKeepAspect);n.setStyle(t.itemStyle),n.rotation=(t.iconRotate||0)*Math.PI/180,n.setOrigin([t.itemWidth/2,t.itemHeight/2]),e.indexOf("empty")>-1&&(n.style.stroke=n.style.fill,n.style.fill=tf.color.neutral00,n.style.lineWidth=2);return n}({itemWidth:d,itemHeight:p,icon:l,iconRotate:b,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:y}))}else x.add(t.getLegendIcon({itemWidth:d,itemHeight:p,icon:l,iconRotate:g,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:y}));var w="left"===o?d+5:-5,S=o,M=r.get("formatter"),I=e;X(M)&&M?I=M.replace("{name}",null!=e?e:""):Y(M)&&(I=M(e));var T=f?_.getTextColor():i.get("inactiveColor");x.add(new Sl({style:Qh(_,{text:I,x:w,y:p/2,fill:T,align:S,verticalAlign:"middle"},{inheritColor:T})}));var C=new xl({shape:x.getBoundingRect(),style:{fill:"transparent"}}),D=i.getModel("tooltip");return D.get("show")&&zh({el:C,componentModel:r,itemName:e,itemTooltipOption:D.option}),x.add(C),x.eachChild((function(t){t.silent=!0})),C.silent=!u,this.getContentGroup().add(x),Iu(x),x.__legendDataIndex=n,x},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getContentGroup(),s=this.getSelectorGroup();Gp(t.get("orient"),a,t.get("itemGap"),n.width,n.height);var l=a.getBoundingRect(),u=[-l.x,-l.y];if(s.markRedraw(),a.markRedraw(),r){Gp("horizontal",s,t.get("selectorItemGap",!0));var c=s.getBoundingRect(),h=[-c.x,-c.y],d=t.get("selectorButtonGap",!0),p=t.getOrient().index,f=0===p?"width":"height",g=0===p?"height":"width",y=0===p?"y":"x";"end"===o?h[p]+=l[f]+d:u[p]+=c[f]+d,h[1-p]+=l[g]/2-c[g]/2,s.x=h[0],s.y=h[1],a.x=u[0],a.y=u[1];var v={x:0,y:0};return v[f]=l[f]+d+c[f],v[g]=Math.max(l[g],c[g]),v[y]=Math.min(0,c[y]+h[1-p]),v}return a.x=u[0],a.y=u[1],this.group.getBoundingRect()},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(Ky);function BH(t,e,n,i){FH(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),GH(t,e,n,i)}function VH(t){for(var e,n=t.getZr().storage.getDisplayList(),i=0,r=n.length;in[r],f=[-h.x,-h.y];e||(f[i]=l[s]);var g=[0,0],y=[-d.x,-d.y],v=rt(t.get("pageButtonGap",!0),t.get("itemGap",!0));p&&("end"===t.get("pageButtonPosition",!0)?y[i]+=n[r]-d[r]:g[i]+=d[r]+v);y[1-i]+=h[o]/2-d[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(y);var m={x:0,y:0};if(m[r]=p?n[r]:h[r],m[o]=Math.max(h[o],d[o]),m[a]=Math.min(0,d[a]+y[1-i]),u.__rectSize=n[r],p){var x={x:0,y:0};x[r]=Math.max(n[r]-d[r]-v,0),x[o]=m[o],u.setClipPath(new xl({shape:x})),u.__rectSize=x[r]}else c.eachChild((function(t){t.attr({invisible:!0,silent:!0})}));var _=this._getPageInfo(t);return null!=_.pageIndex&&th(l,{x:_.contentPosition[0],y:_.contentPosition[1]},p?t:null),this._updatePageInfoView(t,_),m},e.prototype._pageGo=function(t,e,n){var i=this._getPageInfo(e)[t];null!=i&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:e.id})},e.prototype._updatePageInfoView=function(t,e){var n=this._controllerGroup;z(["pagePrev","pageNext"],(function(i){var r=null!=e[i+"DataIndex"],o=n.childOfName(i);o&&(o.setStyle("fill",r?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),o.cursor=r?"pointer":"default")}));var i=n.childOfName("pageText"),r=t.get("pageFormatter"),o=e.pageIndex,a=null!=o?o+1:0,s=e.pageCount;i&&r&&i.setStyle("text",X(r)?r.replace("{current}",null==a?"":a+"").replace("{total}",null==s?"":s+""):r({current:a,total:s}))},e.prototype._getPageInfo=function(t){var e=t.get("scrollDataIndex",!0),n=this.getContentGroup(),i=this._containerGroup.__rectSize,r=t.getOrient().index,o=qH[r],a=KH[r],s=this._findTargetItemIndex(e),l=n.children(),u=l[s],c=l.length,h=c?1:0,d={contentPosition:[n.x,n.y],pageCount:h,pageIndex:h-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return d;var p=m(u);d.contentPosition[r]=-p.s;for(var f=s+1,g=p,y=p,v=null;f<=c;++f)(!(v=m(l[f]))&&y.e>g.s+i||v&&!x(v,g.s))&&(g=y.i>g.i?y:v)&&(null==d.pageNextDataIndex&&(d.pageNextDataIndex=g.i),++d.pageCount),y=v;for(f=s-1,g=p,y=p,v=null;f>=-1;--f)(v=m(l[f]))&&x(y,v.s)||!(g.i=e&&t.s<=e+i}},e.prototype._findTargetItemIndex=function(t){return this._showController?(this.getContentGroup().eachChild((function(i,r){var o=i.__legendDataIndex;null==n&&null!=o&&(n=r),o===t&&(e=r)})),null!=e?e:n):0;var e,n},e.type="legend.scroll",e}(EH);function JH(t){h_(YH),t.registerComponentModel(XH),t.registerComponentView($H),function(t){t.registerAction("legendScroll","legendscroll",(function(t,e){var n=t.scrollDataIndex;null!=n&&e.eachComponent({mainType:"legend",subType:"scroll",query:t},(function(t){t.setScrollDataIndex(n)}))}))}(t)}var QH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="dataZoom.inside",e.defaultOption=Id(qG.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(qG),tU=sa();function eU(t,e,n){tU(t).coordSysRecordMap.each((function(t){var i=t.dataZoomInfoMap.get(e.uid);i&&(i.getRange=n)}))}function nU(t,e){if(e){t.removeKey(e.model.uid);var n=e.controller;n&&n.dispose()}}function iU(t,e){t.isDisposed()||t.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function rU(t,e,n,i){return t.coordinateSystem.containPoint([n,i])}function oU(t){t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,(function(t,e){var n=tU(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=yt());i.each((function(t){t.dataZoomInfoMap=null})),t.eachComponent({mainType:"dataZoom",subType:"inside"},(function(t){z(ZG(t).infoList,(function(n){var r=n.model.uid,o=i.get(r)||i.set(r,function(t,e){var n={model:e,containsPoint:H(rU,e),dispatchAction:H(iU,t),dataZoomInfoMap:null,controller:null},i=n.controller=new LD(t.getZr());return z(["pan","zoom","scrollMove"],(function(t){i.on(t,(function(e){var i=[];n.dataZoomInfoMap.each((function(r){if(e.isAvailableBehavior(r.model.option)){var o=(r.getRange||{})[t],a=o&&o(r.dzReferCoordSysInfo,n.model.mainType,n.controller,e);!r.model.get("disabled",!0)&&a&&i.push({dataZoomId:r.model.id,start:a[0],end:a[1]})}})),i.length&&n.dispatchAction(i)}))})),n}(e,n.model));(o.dataZoomInfoMap||(o.dataZoomInfoMap=yt())).set(t.uid,{dzReferCoordSysInfo:n,model:t,getRange:null})}))})),i.each((function(t){var n,r=t.controller,o=t.dataZoomInfoMap;if(o){var a=o.keys()[0];null!=a&&(n=o.get(a))}if(n){var s=function(t,e,n){var i,r="type_",o={type_true:2,type_move:1,type_false:0,type_undefined:-1},a=!0;return t.each((function(t){var e=t.model,n=!e.get("disabled",!0)&&(!e.get("zoomLock",!0)||"move");o[r+n]>o[r+i]&&(i=n),a=a&&e.get("preventDefaultMouseMove",!0)})),{controlType:i,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!a,api:n,zInfo:{component:e.model},triggerInfo:{roamTrigger:null,isInSelf:e.containsPoint}}}}(o,t,e);r.enable(s.controlType,s.opt),cv(t,"dispatchAction",n.model.get("throttle",!0),"fixRate")}else nU(i,t)}))}))}var aU=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataZoom.inside",e}return n(e,t),e.prototype.render=function(e,n,i){t.prototype.render.apply(this,arguments),e.noTarget()?this._clear():(this.range=e.getPercentRange(),eU(i,e,{pan:W(sU.pan,this),zoom:W(sU.zoom,this),scrollMove:W(sU.scrollMove,this)}))},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){!function(t,e){for(var n=tU(t).coordSysRecordMap,i=n.keys(),r=0;r0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(o[1]-o[0])+o[0],u=Math.max(1/i.scale,0);o[0]=(o[0]-l)*u+l,o[1]=(o[1]-l)*u+l;var c=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return CO(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1]?o:void 0}},pan:lU((function(t,e,n,i,r,o){var a=uU[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength})),scrollMove:lU((function(t,e,n,i,r,o){return uU[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n).signal*(t[1]-t[0])*o.scrollDelta}))};function lU(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s)return CO(t(a,s,e,n,i,r),a,[0,100],"all"),this.range=a,o[0]!==a[0]||o[1]!==a[1]?a:void 0}}var uU={grid:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem.getRect();return t=t||[0,0],"x"===o.dim?(a.pixel=e[0]-t[0],a.pixelLength=s.width,a.pixelStart=s.x,a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=s.height,a.pixelStart=s.y,a.signal=o.inverse?-1:1),a},polar:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return t=t?s.pointToCoord(t):[0,0],e=s.pointToCoord(e),"radiusAxis"===n.mainType?(a.pixel=e[0]-t[0],a.pixelLength=l[1]-l[0],a.pixelStart=l[0],a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=u[1]-u[0],a.pixelStart=u[0],a.signal=o.inverse?-1:1),a},singleAxis:function(t,e,n,i,r){var o=n.axis,a=r.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===o.orient?(s.pixel=e[0]-t[0],s.pixelLength=a.width,s.pixelStart=a.x,s.signal=o.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=a.height,s.pixelStart=a.y,s.signal=o.inverse?-1:1),s}};function cU(t){oF(t),t.registerComponentModel(QH),t.registerComponentView(aU),oU(t)}var hU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=Id(qG.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:tf.color.accent10,borderRadius:0,backgroundColor:tf.color.transparent,dataBackground:{lineStyle:{color:tf.color.accent30,width:.5},areaStyle:{color:tf.color.accent20,opacity:.2}},selectedDataBackground:{lineStyle:{color:tf.color.accent40,width:.5},areaStyle:{color:tf.color.accent20,opacity:.3}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:tf.color.neutral00,borderColor:tf.color.accent20},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:tf.color.accent40,opacity:.5},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:tf.color.tertiary},brushSelect:!0,brushStyle:{color:tf.color.accent30,opacity:.3},emphasis:{handleLabel:{show:!0},handleStyle:{borderColor:tf.color.accent40},moveHandleStyle:{opacity:.8}},defaultLocationEdgeGap:15}),e}(qG),dU=xl,pU="horizontal",fU="vertical",gU=["line","bar","candlestick","scatter"],yU={easing:"cubicOut",duration:100,delay:0},vU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._displayables={},n}return n(e,t),e.prototype.init=function(t,e){this.api=e,this._onBrush=W(this._onBrush,this),this._onBrushEnd=W(this._onBrushEnd,this)},e.prototype.render=function(e,n,i,r){if(t.prototype.render.apply(this,arguments),cv(this,"_dispatchZoomAction",e.get("throttle"),"fixRate"),this._orient=e.getOrient(),!1!==e.get("show")){if(e.noTarget())return this._clear(),void this.group.removeAll();r&&"dataZoom"===r.type&&r.from===this.uid||this._buildView(),this._updateView()}else this.group.removeAll()},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){hv(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},e.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var e=this._displayables.sliderGroup=new to;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(e),this._positionGroup()},e.prototype._resetLocation=function(){var t=this.dataZoomModel,e=this.api,n=t.get("brushSelect")?7:0,i=Xp(t,e).refContainer,r=this._findCoordRect(),o=t.get("defaultLocationEdgeGap",!0)||0,a=this._orient===pU?{right:i.width-r.x-r.width,top:i.height-30-o-n,width:r.width,height:30}:{right:o,top:r.y,width:30,height:r.height},s=Kp(t.option);z(["right","top","width","height"],(function(t){"ph"===s[t]&&(s[t]=a[t])}));var l=Hp(s,i);this._location={x:l.x,y:l.y},this._size=[l.width,l.height],this._orient===fU&&this._size.reverse()},e.prototype._positionGroup=function(){var t=this.group,e=this._location,n=this._orient,i=this.dataZoomModel.getFirstTargetAxisModel(),r=i&&i.get("inverse"),o=this._displayables.sliderGroup,a=(this._dataShadowInfo||{}).otherAxisInverse;o.attr(n!==pU||r?n===pU&&r?{scaleY:a?1:-1,scaleX:-1}:n!==fU||r?{scaleY:a?-1:1,scaleX:-1,rotation:Math.PI/2}:{scaleY:a?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:a?1:-1,scaleX:1});var s=t.getBoundingRect([o]);t.x=e.x-s.x,t.y=e.y-s.y,t.markRedraw()},e.prototype._getViewExtent=function(){return[0,this._size[0]]},e.prototype._renderBackground=function(){var t=this.dataZoomModel,e=this._size,n=this._displayables.sliderGroup,i=t.get("brushSelect");n.add(new dU({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var r=new dU({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:W(this._onClickPanel,this)}),o=this.api.getZr();i?(r.on("mousedown",this._onBrushStart,this),r.cursor="crosshair",o.on("mousemove",this._onBrush),o.on("mouseup",this._onBrushEnd)):(o.off("mousemove",this._onBrush),o.off("mouseup",this._onBrushEnd)),n.add(r)},e.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],t){var e=this._size,n=this._shadowSize||[],i=t.series,r=i.getRawData(),o=i.getShadowDim&&i.getShadowDim(),a=o&&r.getDimensionInfo(o)?i.getShadowDim():t.otherDim;if(null!=a){var s=this._shadowPolygonPts,l=this._shadowPolylinePts;if(r!==this._shadowData||a!==this._shadowDim||e[0]!==n[0]||e[1]!==n[1]){var u=r.getDataExtent(t.thisDim),c=r.getDataExtent(a),h=.3*(c[1]-c[0]);c=[c[0]-h,c[1]+h];var d,p=[0,e[1]],f=[0,e[0]],g=[[e[0],0],[0,0]],y=[],v=f[1]/Math.max(1,r.count()-1),m=e[0]/(u[1]-u[0]),x="time"===t.thisAxis.type,_=-v,b=Math.round(r.count()/e[0]);r.each([t.thisDim,a],(function(t,e,n){if(b>0&&n%b)x||(_+=v);else{_=x?(+t-u[0])*m:_+v;var i=null==e||isNaN(e)||""===e,r=i?0:go(e,c,p,!0);i&&!d&&n?(g.push([g[g.length-1][0],0]),y.push([y[y.length-1][0],0])):!i&&d&&(g.push([_,0]),y.push([_,0])),i||(g.push([_,r]),y.push([_,r])),d=i}})),s=this._shadowPolygonPts=g,l=this._shadowPolylinePts=y}this._shadowData=r,this._shadowDim=a,this._shadowSize=[e[0],e[1]];for(var w=this.dataZoomModel,S=0;S<3;S++){var M=I(1===S);this._displayables.sliderGroup.add(M),this._displayables.dataShadowSegs.push(M)}}}function I(t){var e=w.getModel(t?"selectedDataBackground":"dataBackground"),n=new to,i=new Mc({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new Tc({shape:{points:l},segmentIgnoreThreshold:1,style:e.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(i),n.add(r),n}},e.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(!1!==e){var n,i=this.ecModel;return t.eachTargetAxis((function(r,o){z(t.getAxisProxy(r,o).getTargetSeriesModels(),(function(t){if(!(n||!0!==e&&P(gU,t.get("type"))<0)){var a,s=i.getComponent(YG(r),o).axis,l=function(t){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[t]}(r),u=t.coordinateSystem;null!=l&&u.getOtherAxis&&(a=u.getOtherAxis(s).inverse),l=t.getData().mapDimension(l);var c=t.getData().mapDimension(r);n={thisAxis:s,series:t,thisDim:c,otherDim:l,otherAxisInverse:a}}}),this)}),this),n}},e.prototype._renderHandle=function(){var t=this.group,e=this._displayables,n=e.handles=[null,null],i=e.handleLabels=[null,null],r=this._displayables.sliderGroup,o=this._size,a=this.dataZoomModel,s=this.api,l=a.get("borderRadius")||0,u=a.get("brushSelect"),c=e.filler=new dU({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});r.add(c),r.add(new dU({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:o[0],height:o[1],r:l},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:tf.color.transparent}})),z([0,1],(function(e){var o=a.get("handleIcon");!lm[o]&&o.indexOf("path://")<0&&o.indexOf("image://")<0&&(o="path://"+o);var s,l=hm(o,-1,0,2,2,null,!0);l.attr({cursor:(s=this._orient,"vertical"===s?"ns-resize":"ew-resize"),draggable:!0,drift:W(this._onDragMove,this,e),ondragend:W(this._onDragEnd,this),onmouseover:W(this._showDataInfo,this,!0),onmouseout:W(this._showDataInfo,this,!1),z2:5});var u=l.getBoundingRect(),c=a.get("handleSize");this._handleHeight=yo(c,this._size[1]),this._handleWidth=u.width/u.height*this._handleHeight,l.setStyle(a.getModel("handleStyle").getItemStyle()),l.style.strokeNoScale=!0,l.rectHover=!0,l.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),Iu(l);var h=a.get("handleColor");null!=h&&(l.style.fill=h),r.add(n[e]=l);var d=a.getModel("textStyle"),p=(a.get("handleLabel")||{}).show||!1;t.add(i[e]=new Sl({silent:!0,invisible:!p,style:Qh(d,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:d.getTextColor(),font:d.getFont()}),z2:10}))}),this);var h=c;if(u){var d=yo(a.get("moveHandleSize"),o[1]),p=e.moveHandle=new xl({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:d}}),f=.8*d,g=e.moveHandleIcon=hm(a.get("moveHandleIcon"),-f/2,-f/2,f,f,tf.color.neutral00,!0);g.silent=!0,g.y=o[1]+d/2-.5,p.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var y=Math.min(o[1]/2,Math.max(d,10));(h=e.moveZone=new xl({invisible:!0,shape:{y:o[1]-y,height:d+y}})).on("mouseover",(function(){s.enterEmphasis(p)})).on("mouseout",(function(){s.leaveEmphasis(p)})),r.add(p),r.add(g),r.add(h)}h.attr({draggable:!0,cursor:"default",drift:W(this._onDragMove,this,"all"),ondragstart:W(this._showDataInfo,this,!0),ondragend:W(this._onDragEnd,this),onmouseover:W(this._showDataInfo,this,!0),onmouseout:W(this._showDataInfo,this,!1)})},e.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[go(t[0],[0,100],e,!0),go(t[1],[0,100],e,!0)]},e.prototype._updateInterval=function(t,e){var n=this.dataZoomModel,i=this._handleEnds,r=this._getViewExtent(),o=n.findRepresentativeAxisProxy().getMinMaxSpan(),a=[0,100];CO(e,i,r,n.get("zoomLock")?"all":t,null!=o.minSpan?go(o.minSpan,a,r,!0):null,null!=o.maxSpan?go(o.maxSpan,a,r,!0):null);var s=this._range,l=this._range=xo([go(i[0],r,a,!0),go(i[1],r,a,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},e.prototype._updateView=function(t){var e=this._displayables,n=this._handleEnds,i=xo(n.slice()),r=this._size;z([0,1],(function(t){var i=e.handles[t],o=this._handleHeight;i.attr({scaleX:o/2,scaleY:o/2,x:n[t]+(t?-1:1),y:r[1]/2-o/2})}),this),e.filler.setShape({x:i[0],y:0,width:i[1]-i[0],height:r[1]});var o={x:i[0],width:i[1]-i[0]};e.moveHandle&&(e.moveHandle.setShape(o),e.moveZone.setShape(o),e.moveZone.getBoundingRect(),e.moveHandleIcon&&e.moveHandleIcon.attr("x",o.x+o.width/2));for(var a=e.dataShadowSegs,s=[0,i[0],i[1],r[0]],l=0;le[0]||n[1]<0||n[1]>e[1])){var i=this._handleEnds,r=(i[0]+i[1])/2,o=this._updateInterval("all",n[0]-r);this._updateView(),o&&this._dispatchZoomAction(!1)}},e.prototype._onBrushStart=function(t){var e=t.offsetX,n=t.offsetY;this._brushStart=new Ae(e,n),this._brushing=!0,this._brushStartTime=+new Date},e.prototype._onBrushEnd=function(t){if(this._brushing){var e=this._displayables.brushRect;if(this._brushing=!1,e){e.attr("ignore",!0);var n=e.shape;if(!(+new Date-this._brushStartTime<200&&Math.abs(n.width)<5)){var i=this._getViewExtent(),r=[0,100],o=this._handleEnds=[n.x,n.x+n.width],a=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();CO(0,o,i,0,null!=a.minSpan?go(a.minSpan,r,i,!0):null,null!=a.maxSpan?go(a.maxSpan,r,i,!0):null),this._range=xo([go(o[0],i,r,!0),go(o[1],i,r,!0)]),this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(fe(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},e.prototype._updateBrushRect=function(t,e){var n=this._displayables,i=this.dataZoomModel,r=n.brushRect;r||(r=n.brushRect=new dU({silent:!0,style:i.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(r)),r.attr("ignore",!1);var o=this._brushStart,a=this._displayables.sliderGroup,s=a.transformCoordToLocal(t,e),l=a.transformCoordToLocal(o.x,o.y),u=this._size;s[0]=Math.max(Math.min(u[0],s[0]),0),r.setShape({x:l[0],y:0,width:s[0]-l[0],height:u[1]})},e.prototype._dispatchZoomAction=function(t){var e=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?yU:null,start:e[0],end:e[1]})},e.prototype._findCoordRect=function(){var t,e=ZG(this.dataZoomModel).infoList;if(!t&&e.length){var n=e[0].model.coordinateSystem;t=n.getRect&&n.getRect()}if(!t){var i=this.api.getWidth(),r=this.api.getHeight();t={x:.2*i,y:.2*r,width:.6*i,height:.6*r}}return t},e.type="dataZoom.slider",e}(JG);function mU(t){t.registerComponentModel(hU),t.registerComponentView(vU),oF(t)}var xU=function(t,e,n){var i=T((_U[t]||{})[e]);return n&&U(i)?i[i.length-1]:i},_U={color:{active:["#006edd","#e0ffff"],inactive:[tf.color.transparent]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},bU=hL.mapVisual,wU=hL.eachVisual,SU=U,MU=z,IU=xo,TU=go,CU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.stateList=["inRange","outOfRange"],n.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],n.layoutMode={type:"box",ignoreSize:!0},n.dataBound=[-1/0,1/0],n.targetVisuals={},n.controllerVisuals={},n}return n(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.optionUpdated=function(t,e){var n=this.option;!e&&bW(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var e=this.stateList;t=W(t,this),this.controllerVisuals=_W(this.option.controller,e,t),this.targetVisuals=_W(this.option.target,e,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesId,e=this.option.seriesIndex;return null==e&&null==t&&(e="all"),E(pa(this.ecModel,"series",{index:e,id:t},{useDefault:!1,enableAll:!0,enableNone:!1}).models,(function(t){return t.componentIndex}))},e.prototype.eachTargetSeries=function(t,e){z(this.getTargetSeriesIndices(),(function(n){var i=this.ecModel.getSeriesByIndex(n);i&&t.call(e,i)}),this)},e.prototype.isTargetSeries=function(t){var e=!1;return this.eachTargetSeries((function(n){n===t&&(e=!0)})),e},e.prototype.formatValueText=function(t,e,n){var i,r=this.option,o=r.precision,a=this.dataBound,s=r.formatter;n=n||["<",">"],U(t)&&(t=t.slice(),i=!0);var l=e?t:i?[u(t[0]),u(t[1])]:u(t);return X(s)?s.replace("{value}",i?l[0]:l).replace("{value2}",i?l[1]:l):Y(s)?i?s(t[0],t[1]):s(t):i?t[0]===a[0]?n[0]+" "+l[1]:t[1]===a[1]?n[1]+" "+l[0]:l[0]+" - "+l[1]:l;function u(t){return t===a[0]?"min":t===a[1]?"max":(+t).toFixed(Math.min(o,20))}},e.prototype.resetExtent=function(){var t=this.option,e=IU([t.min,t.max]);this._dataExtent=e},e.prototype.getDataDimensionIndex=function(t){var e=this.option.dimension;if(null!=e)return t.getDimensionIndex(e);for(var n=t.dimensions,i=n.length-1;i>=0;i--){var r=n[i],o=t.getDimensionInfo(r);if(!o.isCalculationCoord)return o.storeDimIndex}},e.prototype.getExtent=function(){return this._dataExtent.slice()},e.prototype.completeVisualOption=function(){var t=this.ecModel,e=this.option,n={inRange:e.inRange,outOfRange:e.outOfRange},i=e.target||(e.target={}),r=e.controller||(e.controller={});C(i,n),C(r,n);var o=this.isCategory();function a(n){SU(e.color)&&!n.inRange&&(n.inRange={color:e.color.slice().reverse()}),n.inRange=n.inRange||{color:t.get("gradientColor")}}a.call(this,i),a.call(this,r),function(t,e,n){var i=t[e],r=t[n];i&&!r&&(r=t[n]={},MU(i,(function(t,e){if(hL.isValidType(e)){var n=xU(e,"inactive",o);null!=n&&(r[e]=n,"color"!==e||r.hasOwnProperty("opacity")||r.hasOwnProperty("colorAlpha")||(r.opacity=[0,0]))}})))}.call(this,i,"inRange","outOfRange"),function(t){var e=(t.inRange||{}).symbol||(t.outOfRange||{}).symbol,n=(t.inRange||{}).symbolSize||(t.outOfRange||{}).symbolSize,i=this.get("inactiveColor"),r=this.getItemSymbol()||"roundRect";MU(this.stateList,(function(a){var s=this.itemSize,l=t[a];l||(l=t[a]={color:o?i:[i]}),null==l.symbol&&(l.symbol=e&&T(e)||(o?r:[r])),null==l.symbolSize&&(l.symbolSize=n&&T(n)||(o?s[0]:[s[0],s[0]])),l.symbol=bU(l.symbol,(function(t){return"none"===t?r:t}));var u=l.symbolSize;if(null!=u){var c=-1/0;wU(u,(function(t){t>c&&(c=t)})),l.symbolSize=bU(u,(function(t){return TU(t,[0,c],[0,s[0]],!0)}))}}),this)}.call(this,r)},e.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},e.prototype.isCategory=function(){return!!this.option.categories},e.prototype.setSelected=function(t){},e.prototype.getSelected=function(){return null},e.prototype.getValueState=function(t){return null},e.prototype.getVisualMeta=function(t){return null},e.type="visualMap",e.dependencies=["series"],e.defaultOption={show:!0,z:4,min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:tf.color.transparent,borderColor:tf.color.borderTint,contentColor:tf.color.theme[0],inactiveColor:tf.color.disabled,borderWidth:0,padding:tf.size.m,textGap:10,precision:0,textStyle:{color:tf.color.secondary}},e}(Qp),DU=[20,140],AU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual((function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()})),this._resetRange()},e.prototype.resetItemSize=function(){t.prototype.resetItemSize.apply(this,arguments);var e=this.itemSize;(null==e[0]||isNaN(e[0]))&&(e[0]=DU[0]),(null==e[1]||isNaN(e[1]))&&(e[1]=DU[1])},e.prototype._resetRange=function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):U(e)&&(e[0]>e[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},e.prototype.completeVisualOption=function(){t.prototype.completeVisualOption.apply(this,arguments),z(this.stateList,(function(t){var e=this.option.controller[t].symbolSize;e&&e[0]!==e[1]&&(e[0]=e[1]/3)}),this)},e.prototype.setSelected=function(t){this.option.range=t.slice(),this._resetRange()},e.prototype.getSelected=function(){var t=this.getExtent(),e=xo((this.get("range")||[]).slice());return e[0]>t[1]&&(e[0]=t[1]),e[1]>t[1]&&(e[1]=t[1]),e[0]=n[1]||t<=e[1])?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var e=[];return this.eachTargetSeries((function(n){var i=[],r=n.getData();r.each(this.getDataDimensionIndex(r),(function(e,n){t[0]<=e&&e<=t[1]&&i.push(n)}),this),e.push({seriesId:n.id,dataIndex:i})}),this),e},e.prototype.getVisualMeta=function(t){var e=kU(this,"outOfRange",this.getExtent()),n=kU(this,"inRange",this.option.range.slice()),i=[];function r(e,n){i.push({value:e,color:t(e,n)})}for(var o=0,a=0,s=n.length,l=e.length;at[1])break;n.push({color:this.getControllerVisual(o,"color",e),offset:r/100})}return n.push({color:this.getControllerVisual(t[1],"color",e),offset:1}),n},e.prototype._createBarPoints=function(t,e){var n=this.visualMapModel.itemSize;return[[n[0]-e[0],t[0]],[n[0],t[0]],[n[0],t[1]],[n[0]-e[1],t[1]]]},e.prototype._createBarGroup=function(t){var e=this._orient,n=this.visualMapModel.get("inverse");return new to("horizontal"!==e||n?"horizontal"===e&&n?{scaleX:"bottom"===t?-1:1,rotation:-Math.PI/2}:"vertical"!==e||n?{scaleX:"left"===t?1:-1}:{scaleX:"left"===t?1:-1,scaleY:-1}:{scaleX:"bottom"===t?1:-1,rotation:Math.PI/2})},e.prototype._updateHandle=function(t,e){if(this._useHandle){var n=this._shapes,i=this.visualMapModel,r=n.handleThumbs,o=n.handleLabels,a=i.itemSize,s=i.getExtent(),l=this._applyTransform("left",n.mainGroup);zU([0,1],(function(u){var c=r[u];c.setStyle("fill",e.handlesColor[u]),c.y=t[u];var h=NU(t[u],[0,a[1]],s,!0),d=this.getControllerVisual(h,"symbolSize");c.scaleX=c.scaleY=d/a[0],c.x=a[0]-d/2;var p=Sh(n.handleLabelPoints[u],wh(c,this.group));if("horizontal"===this._orient){var f="left"===l||"top"===l?(a[0]-d)/2:(a[0]-d)/-2;p[1]+=f}o[u].setStyle({x:p[0],y:p[1],text:i.formatValueText(this._dataInterval[u]),verticalAlign:"middle",align:"vertical"===this._orient?this._applyTransform("left",n.mainGroup):"center"})}),this)}},e.prototype._showIndicator=function(t,e,n,i){var r=this.visualMapModel,o=r.getExtent(),a=r.itemSize,s=[0,a[1]],l=this._shapes,u=l.indicator;if(u){u.attr("invisible",!1);var c=this.getControllerVisual(t,"color",{convertOpacityToAlpha:!0}),h=this.getControllerVisual(t,"symbolSize"),d=NU(t,o,s,!0),p=a[0]-h/2,f={x:u.x,y:u.y};u.y=d,u.x=p;var g=Sh(l.indicatorLabelPoint,wh(u,this.group)),y=l.indicatorLabel;y.attr("invisible",!1);var v=this._applyTransform("left",l.mainGroup),m="horizontal"===this._orient;y.setStyle({text:(n||"")+r.formatValueText(e),verticalAlign:m?v:"middle",align:m?"center":v});var x={x:p,y:d,style:{fill:c}},_={style:{x:g[0],y:g[1]}};if(r.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var b={duration:100,easing:"cubicInOut",additive:!0};u.x=f.x,u.y=f.y,u.animateTo(x,b),y.animateTo(_,b)}else u.attr(x),y.attr(_);this._firstShowIndicator=!1;var w=this._shapes.handleLabels;if(w)for(var S=0;Sr[1]&&(u[1]=1/0),e&&(u[0]===-1/0?this._showIndicator(l,u[1],"< ",a):u[1]===1/0?this._showIndicator(l,u[0],"> ",a):this._showIndicator(l,l,"≈ ",a));var c=this._hoverLinkDataIndices,h=[];(e||FU(n))&&(h=this._hoverLinkDataIndices=n.findTargetDataIndices(u));var d=function(t,e){var n={},i={};return r(t||[],n),r(e||[],i,n),[o(n),o(i)];function r(t,e,n){for(var i=0,r=t.length;i=0&&(r.dimension=o,i.push(r))}})),t.getData().setVisual("visualMeta",i)}}];function XU(t,e,n,i){for(var r=e.targetVisuals[i],o=hL.prepareVisualTypes(r),a={color:qv(t.getData(),"color")},s=0,l=o.length;s0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"})),t.registerAction(HU,UU),z(YU,(function(e){t.registerVisual(t.PRIORITY.VISUAL.COMPONENT,e)})),t.registerPreprocessor(jU))}function JU(t){t.registerComponentModel(AU),t.registerComponentView(VU),$U(t)}var QU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._pieceList=[],n}return n(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],tY[this._mode].call(this,this._pieceList),this._resetSelected(e,n);var r=this.option.categories;this.resetVisual((function(t,e){"categories"===i?(t.mappingMethod="category",t.categories=T(r)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=E(this._pieceList,(function(t){return t=T(t),"inRange"!==e&&(t.visual=null),t})))}))},e.prototype.completeVisualOption=function(){var e=this.option,n={},i=hL.listVisualTypes(),r=this.isCategory();function o(t,e,n){return t&&t[e]&&t[e].hasOwnProperty(n)}z(e.pieces,(function(t){z(i,(function(e){t.hasOwnProperty(e)&&(n[e]=1)}))})),z(n,(function(t,n){var i=!1;z(this.stateList,(function(t){i=i||o(e,t,n)||o(e.target,t,n)}),this),!i&&z(this.stateList,(function(t){(e[t]||(e[t]={}))[n]=xU(n,"inRange"===t?"active":"inactive",r)}))}),this),t.prototype.completeVisualOption.apply(this,arguments)},e.prototype._resetSelected=function(t,e){var n=this.option,i=this._pieceList,r=(e?n:t).selected||{};if(n.selected=r,z(i,(function(t,e){var n=this.getSelectedMapKey(t);r.hasOwnProperty(n)||(r[n]=!0)}),this),"single"===n.selectedMode){var o=!1;z(i,(function(t,e){var n=this.getSelectedMapKey(t);r[n]&&(o?r[n]=!1:o=!0)}),this)}},e.prototype.getItemSymbol=function(){return this.get("itemSymbol")},e.prototype.getSelectedMapKey=function(t){return"categories"===this._mode?t.value+"":t.index+""},e.prototype.getPieceList=function(){return this._pieceList},e.prototype._determineMode=function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},e.prototype.setSelected=function(t){this.option.selected=T(t)},e.prototype.getValueState=function(t){var e=hL.findPieceIndex(t,this._pieceList);return null!=e&&this.option.selected[this.getSelectedMapKey(this._pieceList[e])]?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var e=[],n=this._pieceList;return this.eachTargetSeries((function(i){var r=[],o=i.getData();o.each(this.getDataDimensionIndex(o),(function(e,i){hL.findPieceIndex(e,n)===t&&r.push(i)}),this),e.push({seriesId:i.id,dataIndex:r})}),this),e},e.prototype.getRepresentValue=function(t){var e;if(this.isCategory())e=t.value;else if(null!=t.value)e=t.value;else{var n=t.interval||[];e=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return e},e.prototype.getVisualMeta=function(t){if(!this.isCategory()){var e=[],n=["",""],i=this,r=this._pieceList.slice();if(r.length){var o=r[0].interval[0];o!==-1/0&&r.unshift({interval:[-1/0,o]}),(o=r[r.length-1].interval[1])!==1/0&&r.push({interval:[o,1/0]})}else r.push({interval:[-1/0,1/0]});var a=-1/0;return z(r,(function(t){var e=t.interval;e&&(e[0]>a&&s([a,e[0]],"outOfRange"),s(e.slice()),a=e[1])}),this),{stops:e,outerColors:n}}function s(r,o){var a=i.getRepresentValue({interval:r});o||(o=i.getValueState(a));var s=t(a,o);r[0]===-1/0?n[0]=s:r[1]===1/0?n[1]=s:e.push({value:r[0],color:s},{value:r[1],color:s})}},e.type="visualMap.piecewise",e.defaultOption=Id(CU.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),e}(CU),tY={splitNumber:function(t){var e=this.option,n=Math.min(e.precision,20),i=this.getExtent(),r=e.splitNumber;r=Math.max(parseInt(r,10),1),e.splitNumber=r;for(var o=(i[1]-i[0])/r;+o.toFixed(n)!==o&&n<5;)n++;e.precision=n,o=+o.toFixed(n),e.minOpen&&t.push({interval:[-1/0,i[0]],close:[0,0]});for(var a=0,s=i[0];a","≥"][e[0]]];t.text=t.text||this.formatValueText(null!=t.value?t.value:t.interval,!1,n)}),this)}};function eY(t,e){var n=t.inverse;("vertical"===t.orient?!n:n)&&e.reverse()}var nY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.doRender=function(){var t=this.group;t.removeAll();var e=this.visualMapModel,n=e.get("textGap"),i=e.textStyleModel,r=this._getItemAlign(),o=e.itemSize,a=this._getViewData(),s=a.endsText,l=it(e.get("showLabel",!0),!s),u=!e.get("selectedMode");s&&this._renderEndsText(t,s[0],o,l,r),z(a.viewPieceList,(function(a){var s=a.piece,c=new to;c.onclick=W(this._onItemClick,this,s),this._enableHoverLink(c,a.indexInModelPieceList);var h=e.getRepresentValue(s);if(this._createItemSymbol(c,h,[0,0,o[0],o[1]],u),l){var d=this.visualMapModel.getValueState(h),p=i.get("align")||r;c.add(new Sl({style:Qh(i,{x:"right"===p?-n:o[0]+n,y:o[1]/2,text:s.text,verticalAlign:i.get("verticalAlign")||"middle",align:p,opacity:rt(i.get("opacity"),"outOfRange"===d?.5:1)}),silent:u}))}t.add(c)}),this),s&&this._renderEndsText(t,s[1],o,l,r),Gp(e.get("orient"),t,e.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},e.prototype._enableHoverLink=function(t,e){var n=this;t.on("mouseover",(function(){return i("highlight")})).on("mouseout",(function(){return i("downplay")}));var i=function(t){var i=n.visualMapModel;i.option.hoverLink&&n.api.dispatchAction({type:t,batch:RU(i.findTargetDataIndices(e),i)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return OU(t,this.api,t.itemSize);var n=e.align;return n&&"auto"!==n||(n="left"),n},e.prototype._renderEndsText=function(t,e,n,i,r){if(e){var o=new to,a=this.visualMapModel.textStyleModel;o.add(new Sl({style:Qh(a,{x:i?"right"===r?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:i?r:"center",text:e})})),t.add(o)}},e.prototype._getViewData=function(){var t=this.visualMapModel,e=E(t.getPieceList(),(function(t,e){return{piece:t,indexInModelPieceList:e}})),n=t.get("text"),i=t.get("orient"),r=t.get("inverse");return("horizontal"===i?r:!r)?e.reverse():n&&(n=n.slice().reverse()),{viewPieceList:e,endsText:n}},e.prototype._createItemSymbol=function(t,e,n,i){var r=hm(this.getControllerVisual(e,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(e,"color"));r.silent=i,t.add(r)},e.prototype._onItemClick=function(t){var e=this.visualMapModel,n=e.option,i=n.selectedMode;if(i){var r=T(n.selected),o=e.getSelectedMapKey(t);"single"===i||!0===i?(r[o]=!0,z(r,(function(t,e){r[e]=e===o}))):r[o]=!r[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:r})}},e.type="visualMap.piecewise",e}(LU);function iY(t){t.registerComponentModel(QU),t.registerComponentView(nY),$U(t)}var rY=function(){function t(t){this._thumbnailModel=t}return t.prototype.reset=function(t){this._renderVersion=t.getMainProcessVersion()},t.prototype.renderContent=function(t){var e=t.api.getViewOfComponentModel(this._thumbnailModel);e&&(t.group.silent=!0,e.renderContent({group:t.group,targetTrans:t.targetTrans,z2Range:Uh(t.group),roamType:t.roamType,viewportRect:t.viewportRect,renderVersion:this._renderVersion}))},t.prototype.updateWindow=function(t,e){var n=e.getViewOfComponentModel(this._thumbnailModel);n&&n.updateWindow({targetTrans:t,renderVersion:this._renderVersion})},t}(),oY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventAutoZ=!0,n}return n(e,t),e.prototype.optionUpdated=function(t,e){this._updateBridge()},e.prototype._updateBridge=function(){var t=this._birdge=this._birdge||new rY(this);(this._target=null,this.ecModel.eachSeries((function(t){BP(t,null)})),this.shouldShow())&&BP(this.getTarget().baseMapProvider,t)},e.prototype.shouldShow=function(){return this.getShallow("show",!0)},e.prototype.getBridge=function(){return this._birdge},e.prototype.getTarget=function(){if(this._target)return this._target;var t=this.getReferringComponents("series",{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];return t?"graph"!==t.subType&&(t=null):t=this.ecModel.queryComponents({mainType:"series",subType:"graph"})[0],this._target={baseMapProvider:t},this._target},e.type="thumbnail",e.layoutMode="box",e.dependencies=["series","geo"],e.defaultOption={show:!0,right:1,bottom:1,height:"25%",width:"25%",itemStyle:{borderColor:tf.color.border,borderWidth:2},windowStyle:{borderWidth:1,color:tf.color.neutral30,borderColor:tf.color.neutral40,opacity:.3},z:10},e}(Qp),aY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){if(this._api=n,this._model=t,this._coordSys||(this._coordSys=new KA),this._isEnabled()){this._renderVersion=n.getMainProcessVersion();var i=this.group;i.removeAll();var r=t.getModel("itemStyle"),o=r.getItemStyle();null==o.fill&&(o.fill=e.get("backgroundColor")||tf.color.neutral00);var a=Xp(t,n).refContainer,s=Hp(Fp(t,!0),a),l=o.lineWidth||0,u=this._contentRect=Oh(s.clone(),l/2,!0,!0),c=new to;i.add(c),c.setClipPath(new xl({shape:u.plain()}));var h=this._targetGroup=new to;c.add(h);var d=s.plain();d.r=r.getShallow("borderRadius",!0),i.add(this._bgRect=new xl({style:o,shape:d,silent:!1,cursor:"grab"}));var p=t.getModel("windowStyle"),f=p.getShallow("borderRadius",!0);c.add(this._windowRect=new xl({shape:{x:0,y:0,width:0,height:0,r:f},style:p.getItemStyle(),silent:!1,cursor:"grab"})),this._dealRenderContent(),this._dealUpdateWindow(),lY(t,this)}else this._clear()},e.prototype.renderContent=function(t){this._bridgeRendered=t,this._isEnabled()&&(this._dealRenderContent(),this._dealUpdateWindow(),lY(this._model,this))},e.prototype._dealRenderContent=function(){var t=this._bridgeRendered;if(t&&t.renderVersion===this._renderVersion){var e=this._targetGroup,n=this._coordSys,i=this._contentRect;if(e.removeAll(),t){var r=t.group,o=r.getBoundingRect();e.add(r),this._bgRect.z2=t.z2Range.min-10,n.setBoundingRect(o.x,o.y,o.width,o.height);var a=Hp({left:"center",top:"center",aspect:o.width/o.height},i);n.setViewRect(a.x,a.y,a.width,a.height),r.attr(n.getTransformInfo().raw),this._windowRect.z2=t.z2Range.max+10,this._resetRoamController(t.roamType)}}},e.prototype.updateWindow=function(t){var e=this._bridgeRendered;e&&e.renderVersion===t.renderVersion&&(e.targetTrans=t.targetTrans),this._isEnabled()&&this._dealUpdateWindow()},e.prototype._dealUpdateWindow=function(){var t=this._bridgeRendered;if(t&&t.renderVersion===this._renderVersion){var e=Te([],t.targetTrans),n=we([],this._coordSys.transform,e);this._transThisToTarget=Te([],n);var i=t.viewportRect;(i=i?i.clone():new He(0,0,this._api.getWidth(),this._api.getHeight())).applyTransform(n);var r=this._windowRect,o=r.shape.r;r.setShape(k({r:o},i))}},e.prototype._resetRoamController=function(t){var e=this,n=this._api,i=this._roamController;i||(i=this._roamController=new LD(n.getZr())),t&&this._isEnabled()?(i.enable(t,{api:n,zInfo:{component:this._model},triggerInfo:{roamTrigger:null,isInSelf:function(t,n,i){return e._contentRect.contain(n,i)}}}),i.off("pan").off("zoom").on("pan",W(this._onPan,this)).on("zoom",W(this._onZoom,this))):i.disable()},e.prototype._onPan=function(t){var e=this._transThisToTarget;if(this._isEnabled()&&e){var n=Ht([],[t.oldX,t.oldY],e),i=Ht([],[t.oldX-t.dx,t.oldY-t.dy],e);this._api.dispatchAction(sY(this._model.getTarget().baseMapProvider,{dx:i[0]-n[0],dy:i[1]-n[1]}))}},e.prototype._onZoom=function(t){var e=this._transThisToTarget;if(this._isEnabled()&&e){var n=Ht([],[t.originX,t.originY],e);this._api.dispatchAction(sY(this._model.getTarget().baseMapProvider,{zoom:1/t.scale,originX:n[0],originY:n[1]}))}},e.prototype._isEnabled=function(){var t=this._model;return!(!t||!t.shouldShow())&&!!t.getTarget().baseMapProvider},e.prototype._clear=function(){this.group.removeAll(),this._bridgeRendered=null,this._roamController&&this._roamController.disable()},e.prototype.remove=function(){this._clear()},e.prototype.dispose=function(){this._clear()},e.type="thumbnail",e}(Ky);function sY(t,e){var n={type:"series"===t.mainType?t.subType+"Roam":t.mainType+"Roam"};return n[t.mainType+"Id"]=t.id,A(n,e),n}function lY(t,e){var n=Hh(t);Yh(e.group,n.z,n.zlevel)}var uY={label:{enabled:!0},decal:{show:!1}},cY=sa(),hY={};function dY(t,e){var n=t.getModel("aria");if(n.get("enabled")){var i=T(uY);C(i.label,t.getLocaleModel().get("aria"),!1),C(n.option,i,!1),function(){if(n.getModel("decal").get("show")){var e=yt();t.eachSeries((function(t){if(!t.isColorBySeries()){var n=e.get(t.type);n||(n={},e.set(t.type,n)),cY(t).scope=n}})),t.eachRawSeries((function(e){if(!t.isSeriesFiltered(e))if(Y(e.enableAriaDecal))e.enableAriaDecal();else{var n=e.getData();if(e.isColorBySeries()){var i=Nf(e.ecModel,e.name,hY,t.getSeriesCount()),r=n.getVisual("decal");n.setVisual("decal",u(r,i))}else{var o=e.getRawData(),a={},s=cY(e).scope;n.each((function(t){var e=n.getRawIndex(t);a[e]=t}));var l=o.count();o.each((function(t){var i=a[t],r=o.getName(t)||t+"",c=Nf(e.ecModel,r,s,l),h=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",u(h,c))}))}}function u(t,e){var n=t?A(A({},e),t):e;return n.dirty=!0,n}}))}}(),function(){var i=e.getZr().dom;if(!i)return;var o=t.getLocaleModel().get("aria"),a=n.getModel("label");if(a.option=k(a.option,o),!a.get("enabled"))return;if(i.setAttribute("role","img"),a.get("description"))return void i.setAttribute("aria-label",a.get("description"));var s,l=t.getSeriesCount(),u=a.get(["data","maxCount"])||10,c=a.get(["series","maxCount"])||10,h=Math.min(l,c);if(l<1)return;var d=function(){var e=t.get("title");e&&e.length&&(e=e[0]);return e&&e.text}();s=d?r(a.get(["general","withTitle"]),{title:d}):a.get(["general","withoutTitle"]);var p=[];s+=r(l>1?a.get(["series","multiple","prefix"]):a.get(["series","single","prefix"]),{seriesCount:l}),t.eachSeries((function(e,n){if(n1?a.get(["series","multiple",o]):a.get(["series","single",o]),{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:(_=e.subType,b=t.getLocaleModel().get(["series","typeNames"]),b[_]||b.chart)});var s=e.getData();if(s.count()>u)i+=r(a.get(["data","partialData"]),{displayCnt:u});else i+=a.get(["data","allData"]);for(var c=a.get(["data","separator","middle"]),d=a.get(["data","separator","end"]),f=a.get(["data","excludeDimensionId"]),g=[],y=0;y":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},gY=function(){function t(t){if(null==(this._condVal=X(t)?new RegExp(t):et(t)?t:null)){var e="";0,Yo(e)}}return t.prototype.evaluate=function(t){var e=typeof t;return X(e)?this._condVal.test(t):!!j(e)&&this._condVal.test(t+"")},t}(),yY=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),vY=function(){function t(){}return t.prototype.evaluate=function(){for(var t=this.children,e=0;e2&&l.push(e),e=[t,n]}function f(t,n,i,r){kY(t,i)&&kY(n,r)||e.push(t,n,i,r,i,r)}function g(t,n,i,r,o,a){var s=Math.abs(n-t),l=4*Math.tan(s/4)/3,u=nM:C2&&l.push(e),l}function PY(t,e,n,i,r,o,a,s,l,u){if(kY(t,n)&&kY(e,i)&&kY(r,a)&&kY(o,s))l.push(a,s);else{var c=2/u,h=c*c,d=a-t,p=s-e,f=Math.sqrt(d*d+p*p);d/=f,p/=f;var g=n-t,y=i-e,v=r-a,m=o-s,x=g*g+y*y,_=v*v+m*m;if(x=0&&_-w*w=0)l.push(a,s);else{var S=[],M=[];Pn(t,n,r,a,.5,S),Pn(e,i,o,s,.5,M),PY(S[0],M[0],S[1],M[1],S[2],M[2],S[3],M[3],l,u),PY(S[4],M[4],S[5],M[5],S[6],M[6],S[7],M[7],l,u)}}}}function OY(t,e,n){var i=t[e],r=t[1-e],o=Math.abs(i/r),a=Math.ceil(Math.sqrt(o*n)),s=Math.floor(n/a);0===s&&(s=1,a=n);for(var l=[],u=0;u0)for(u=0;uMath.abs(u),h=OY([l,u],c?0:1,e),d=(c?s:u)/h.length,p=0;p1?null:new Ae(p*l+t,p*u+e)}function EY(t,e,n){var i=new Ae;Ae.sub(i,n,e),i.normalize();var r=new Ae;return Ae.sub(r,t,e),r.dot(i)}function BY(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function VY(t){var e=t.points,n=[],i=[];ys(e,n,i);var r=new He(n[0],n[1],i[0]-n[0],i[1]-n[1]),o=r.width,a=r.height,s=r.x,l=r.y,u=new Ae,c=new Ae;return o>a?(u.x=c.x=s+o/2,u.y=l,c.y=l+a):(u.y=c.y=l+a/2,u.x=s,c.x=s+o),function(t,e,n){for(var i=t.length,r=[],o=0;or,a=OY([i,r],o?0:1,e),s=o?"width":"height",l=o?"height":"width",u=o?"x":"y",c=o?"y":"x",h=t[s]/a.length,d=0;d0)for(var b=i/n,w=-i/2;w<=i/2;w+=b){var S=Math.sin(w),M=Math.cos(w),I=0;for(x=0;x0;l/=2){var u=0,c=0;(t&l)>0&&(u=1),(e&l)>0&&(c=1),s+=l*l*(3*u^c),0===c&&(1===u&&(t=l-1-t,e=l-1-e),a=t,t=e,e=a)}return s}function nX(t){var e=1/0,n=1/0,i=-1/0,r=-1/0,o=E(t,(function(t){var o=t.getBoundingRect(),a=t.getComputedTransform(),s=o.x+o.width/2+(a?a[4]:0),l=o.y+o.height/2+(a?a[5]:0);return e=Math.min(s,e),n=Math.min(l,n),i=Math.max(s,i),r=Math.max(l,r),[s,l]}));return E(o,(function(o,a){return{cp:o,z:eX(o[0],o[1],e,n,i,r),path:t[a]}})).sort((function(t,e){return t.z-e.z})).map((function(t){return t.path}))}function iX(t){return WY(t.path,t.count)}function rX(t){return U(t[0])}function oX(t,e){for(var n=[],i=t.length,r=0;r=0;r--)if(!n[r].many.length){var l=n[s].many;if(l.length<=1){if(!s)return n;s=0}o=l.length;var u=Math.ceil(o/2);n[r].many=l.slice(u,o),n[s].many=l.slice(0,u),s++}return n}var aX={clone:function(t){for(var e=[],n=1-Math.pow(1-t.path.style.opacity,1/t.count),i=0;i0){var s,l,u=i.getModel("universalTransition").get("delay"),c=Object.assign({setToFinal:!0},a);rX(t)&&(s=t,l=e),rX(e)&&(s=e,l=t);for(var h=s?s===t:t.length>e.length,d=s?oX(l,s):oX(h?e:t,[h?t:e]),p=0,f=0;f1e4))for(var r=n.getIndices(),o=0;o0&&i.group.traverse((function(t){t instanceof sl&&!t.animators.length&&t.animateFrom({style:{opacity:0}},r)}))}))}function vX(t){var e=t.getModel("universalTransition").get("seriesKey");return e||t.id}function mX(t){return U(t)?t.sort().join(","):t}function xX(t){if(t.hostModel)return t.hostModel.getModel("universalTransition").get("divideShape")}function _X(t,e){for(var n=0;no.vmin?e+=o.vmin-n+(t-o.vmin)/(o.vmax-o.vmin)*o.gapReal:e+=t-n,n=o.vmax,i=!1;break}e+=o.vmin-n+o.gapReal,n=o.vmax}return i&&(e+=t-n),e},t.prototype.unelapse=function(t){for(var e=SX,n=MX,i=!0,r=0,o=0;os?a.vmin+(t-s)/(l-s)*(a.vmax-a.vmin):n+t-e,n=a.vmax,i=!1;break}e=l,n=a.vmax}return i&&(r=n+t-e),r},t}();function wX(){return new bX}var SX=0,MX=0;function IX(t,e,n,i,r,o){"no"!==t&&z(n,(function(n){var a=CX(n,o);if(a)for(var s=e.length-1;s>=0;s--){var l=e[s],u=i(l),c=3*r/4;u>a.vmin-c&&ue[0]&&n=0&&t<.99999})(s)||(s=0),r.gapParsed.type="tpPrct",r.gapParsed.val=s,o=!0}}if(!o){var l=e(t.gap);(!isFinite(l)||l<0)&&(l=0),r.gapParsed.type="tpAbs",r.gapParsed.val=l}}if(r.vmin===r.vmax&&(r.gapParsed.type="tpAbs",r.gapParsed.val=0),n&&n.noNegative&&z(["vmin","vmax"],(function(t){r[t]<0&&(r[t]=0)})),r.vmin>r.vmax){var u=r.vmax;r.vmax=r.vmin,r.vmin=u}i.push(r)}})),i.sort((function(t,e){return t.vmin-e.vmin}));var r=-1/0;return z(i,(function(t,e){r>t.vmin&&(i[e]=null),r=t.vmax})),{breaks:i.filter((function(t){return!!t}))}}function AX(t,e){return kX(e)===kX(t)}function kX(t){return t.start+"_\0_"+t.end}function LX(t,e,n){var i=[];z(t,(function(t,n){var r=e(t);r&&"vmin"===r.type&&i.push([n])})),z(t,(function(n,r){var o=e(n);if(o&&"vmax"===o.type){var a=G(i,(function(n){return AX(e(t[n[0]]).parsedBreak.breakOption,o.parsedBreak.breakOption)}));a&&a.push(r)}}));var r=[];return z(i,(function(e){2===e.length&&r.push(n?e:[t[e[0]],t[e[1]]])})),r}function PX(t,e,n,i){var r,o;if(t.break){var a=t.break.parsedBreak,s=G(n,(function(e){return AX(e.breakOption,t.break.parsedBreak.breakOption)})),l=i(Math.pow(e,a.vmin),s.vmin),u=i(Math.pow(e,a.vmax),s.vmax),c={type:a.gapParsed.type,val:"tpAbs"===a.gapParsed.type?mo(Math.pow(e,a.vmin+a.gapParsed.val))-l:a.gapParsed.val};r={type:t.break.type,parsedBreak:{breakOption:a.breakOption,vmin:l,vmax:u,gapParsed:c,gapReal:a.gapReal}},o=s[t.break.type]}return{brkRoundingCriterion:o,vBreak:r}}function OX(t,e,n){var i={noNegative:!0},r=DX(t,n,i),o=DX(t,n,i),a=Math.log(e);return o.breaks=E(o.breaks,(function(t){var e=Math.log(t.vmin)/a;return{vmin:e,vmax:Math.log(t.vmax)/a,gapParsed:{type:t.gapParsed.type,val:"tpAbs"===t.gapParsed.type?Math.log(t.vmin+t.gapParsed.val)/a-e:t.gapParsed.val},gapReal:t.gapReal,breakOption:t.breakOption}})),{parsedOriginal:r,parsedLogged:o}}var RX={vmin:"start",vmax:"end"};function NX(t,e){return e&&((t=t||{}).break={type:RX[e.type],start:e.parsedBreak.vmin,end:e.parsedBreak.vmax}),t}function zX(){var t;t={createScaleBreakContext:wX,pruneTicksByBreak:IX,addBreaksToTicks:TX,parseAxisBreakOption:DX,identifyAxisBreak:AX,serializeAxisBreakIdentifier:kX,retrieveAxisBreakPairs:LX,getTicksLogTransformBreak:PX,logarithmicParseBreaksFromOption:OX,makeAxisLabelFormatterParamBreak:NX},Rd||(Rd=t)}var EX=sa();function BX(t,e,n,i,r){var o=n.axis;if(!o.scale.isBlank()&&Nd()){var a=Nd().retrieveAxisBreakPairs(o.scale.getTicks({breakTicks:"only_break"}),(function(t){return t.break}),!1);if(a.length){var s=n.getModel("breakArea"),l=s.get("zigzagAmplitude"),u=s.get("zigzagMinSpan"),c=s.get("zigzagMaxSpan");u=Math.max(2,u||0),c=Math.max(u,c||0);var h=s.get("expandOnClick"),d=s.get("zigzagZ"),p=s.getModel("itemStyle").getItemStyle(),f=p.stroke,g=p.lineWidth,y=p.lineDash,v=p.fill,m=new to({ignoreModelZ:!0}),x=o.isHorizontal(),_=EX(e).visualList||(EX(e).visualList=[]);z(_,(function(t){return t.shouldRemove=!0}));for(var b=function(t){var e=a[t][0].break.parsedBreak,s=[];s[0]=o.toGlobalCoord(o.dataToCoord(e.vmin,!0)),s[1]=o.toGlobalCoord(o.dataToCoord(e.vmax,!0)),s[1]=x;C&&(M=x);var D=[],A=[];D[h]=n,A[h]=r,T||C||(D[h]+=S?-l:l,A[h]-=S?l:-l),D[m]=M,A[m]=M,b.push(D),w.push(A);var k=void 0;if(I=0;e--)t[e].shouldRemove&&t.splice(e,1)}(_)}}}function VX(t,e,n,i){var r=t.axis,o=n.transform;lt(i.style);var a=r.getExtent();r.inverse&&(a=a.slice()).reverse();var s=E(Nd().retrieveAxisBreakPairs(r.scale.getTicks({breakTicks:"only_break"}),(function(t){return t.break}),!1),(function(t){var e=t[0].break.parsedBreak,n=[r.dataToCoord(e.vmin,!0),r.dataToCoord(e.vmax,!0)];return n[0]>n[1]&&n.reverse(),{coordPair:n,brkId:Nd().serializeAxisBreakIdentifier(e.breakOption)}}));s.sort((function(t,e){return t.coordPair[0]-e.coordPair[0]}));for(var l=a[0],u=null,c=0;c=0?s[0].width:s[1].width)+u.x)/2-l.x,h=Math.min(c,c-u.x),d=Math.max(c,c-u.x);a=(c-(d<0?d:h>0?h:0))/u.x}var p=new Ae,f=new Ae;Ae.scale(p,i,-a),Ae.scale(f,i,1-a),_S(n[0],p),_S(n[1],f)}}function g(t){var e=n[0].localRect,i=new Ae(e[uh[t]]*o[0][0],e[uh[t]]*o[0][1]);return Math.abs(i.y)<1e-5}}function FX(t,e){var n={breaks:[]};return z(e.breaks,(function(i){if(i){var r=G(t.get("breaks",!0),(function(t){return Nd().identifyAxisBreak(t,i)}));if(r){var o=e.type,a={isExpanded:!!r.isExpanded};r.isExpanded=o===QT||o!==tC&&(o===eC?!r.isExpanded:r.isExpanded),n.breaks.push({start:r.start,end:r.end,isExpanded:!!r.isExpanded,old:a})}}})),n}function WX(){var t;t={adjustBreakLabelPair:GX,buildAxisBreakLine:VX,rectCoordBuildBreakAxis:BX,updateModelAxisBreak:FX},UT||(UT=t)}function HX(t,e){z(t,(function(t){if(!t.model.get(["axisLabel","inside"])){var n=function(t){var e,n,i=t.model,r=t.scale;if(!i.get(["axisLabel","show"])||r.isBlank())return;var o=r.getExtent();n=r instanceof lb?r.count():(e=r.getTicks()).length;var a,s=t.getLabelModel(),l=jb(t),u=1;n>40&&(u=Math.ceil(n/40));for(var c=0;c=0&&r.push({dataGroupId:e.oldDataGroupIds[n],data:e.oldData[n],divide:xX(e.oldData[n]),groupIdDim:t.dimension})})),z(qo(t.to),(function(t){var i=_X(n.updatedSeries,t);if(i>=0){var r=n.updatedSeries[i].getData();o.push({dataGroupId:e.oldDataGroupIds[i],data:r,divide:xX(r),groupIdDim:t.dimension})}})),r.length>0&&o.length>0&&yX(r,o,i)}(t,i,n,e)}));else{var o=function(t,e){var n=yt(),i=yt(),r=yt();return z(t.oldSeries,(function(e,n){var o=t.oldDataGroupIds[n],a=t.oldData[n],s=vX(e),l=mX(s);i.set(l,{dataGroupId:o,data:a}),U(s)&&z(s,(function(t){r.set(t,{key:l,dataGroupId:o,data:a})}))})),z(e.updatedSeries,(function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.get("dataGroupId"),o=t.getData(),a=vX(t),s=mX(a),l=i.get(s);if(l)n.set(s,{oldSeries:[{dataGroupId:l.dataGroupId,divide:xX(l.data),data:l.data}],newSeries:[{dataGroupId:e,divide:xX(o),data:o}]});else if(U(a)){var u=[];z(a,(function(t){var e=i.get(t);e.data&&u.push({dataGroupId:e.dataGroupId,divide:xX(e.data),data:e.data})})),u.length&&n.set(s,{oldSeries:u,newSeries:[{dataGroupId:e,data:o,divide:xX(o)}]})}else{var c=r.get(a);if(c){var h=n.get(c.key);h||(h={oldSeries:[{dataGroupId:c.dataGroupId,data:c.data,divide:xX(c.data)}],newSeries:[]},n.set(c.key,h)),h.newSeries.push({dataGroupId:e,data:o,divide:xX(o)})}}}})),n}(i,n);z(o.keys(),(function(t){var n=o.get(t);yX(n.oldSeries,n.newSeries,e)}))}z(n.updatedSeries,(function(t){t[Fy]&&(t[Fy]=!1)}))}for(var a=t.getSeries(),s=i.oldSeries=[],l=i.oldDataGroupIds=[],u=i.oldData=[],c=0;c0&&void 0!==arguments[0]?arguments[0]:{},n=e.url;r("navigateTo",{url:encodeURI(n)})},navigateBack:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.delta;r("navigateBack",{delta:parseInt(n)||1})},switchTab:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.url;r("switchTab",{url:encodeURI(n)})},reLaunch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.url;r("reLaunch",{url:encodeURI(n)})},redirectTo:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.url;r("redirectTo",{url:encodeURI(n)})},getEnv:function(e){a()?e({uvue:!0}):o()?e({nvue:!0}):window.plus?e({plus:!0}):e({h5:!0})},postMessage:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};r("postMessage",e.data||{})}},s=/uni-app/i.test(navigator.userAgent),w=/Html5Plus/i.test(navigator.userAgent),u=/complete|loaded|interactive/;var g=window.my&&navigator.userAgent.indexOf(["t","n","e","i","l","C","y","a","p","i","l","A"].reverse().join(""))>-1;var v=window.swan&&window.swan.webView&&/swan/i.test(navigator.userAgent);var c=window.qq&&window.qq.miniProgram&&/QQ/i.test(navigator.userAgent)&&/miniProgram/i.test(navigator.userAgent);var p=window.tt&&window.tt.miniProgram&&/toutiaomicroapp/i.test(navigator.userAgent);var _=window.wx&&window.wx.miniProgram&&/micromessenger/i.test(navigator.userAgent)&&/miniProgram/i.test(navigator.userAgent);var m=window.qa&&/quickapp/i.test(navigator.userAgent);var f=window.ks&&window.ks.miniProgram&&/micromessenger/i.test(navigator.userAgent)&&/miniProgram/i.test(navigator.userAgent);var l=window.tt&&window.tt.miniProgram&&/Lark|Feishu/i.test(navigator.userAgent);var E=window.jd&&window.jd.miniProgram&&/micromessenger/i.test(navigator.userAgent)&&/miniProgram/i.test(navigator.userAgent);var x=window.xhs&&window.xhs.miniProgram&&/xhsminiapp/i.test(navigator.userAgent);for(var S,h=function(){window.UniAppJSBridge=!0,document.dispatchEvent(new CustomEvent("UniAppJSBridgeReady",{bubbles:!0,cancelable:!0}))},y=[function(e){if(s||w)return window.__uniapp_x_postMessage||window.__uniapp_x_||window.__dcloud_weex_postMessage||window.__dcloud_weex_?document.addEventListener("DOMContentLoaded",e):window.plus&&u.test(document.readyState)?setTimeout(e,0):document.addEventListener("plusready",e),d},function(e){if(_)return window.WeixinJSBridge&&window.WeixinJSBridge.invoke?setTimeout(e,0):document.addEventListener("WeixinJSBridgeReady",e),window.wx.miniProgram},function(e){if(c)return window.QQJSBridge&&window.QQJSBridge.invoke?setTimeout(e,0):document.addEventListener("QQJSBridgeReady",e),window.qq.miniProgram},function(e){if(g){document.addEventListener("DOMContentLoaded",e);var n=window.my;return{navigateTo:n.navigateTo,navigateBack:n.navigateBack,switchTab:n.switchTab,reLaunch:n.reLaunch,redirectTo:n.redirectTo,postMessage:n.postMessage,getEnv:n.getEnv}}},function(e){if(v)return document.addEventListener("DOMContentLoaded",e),window.swan.webView},function(e){if(p)return document.addEventListener("DOMContentLoaded",e),window.tt.miniProgram},function(e){if(m){window.QaJSBridge&&window.QaJSBridge.invoke?setTimeout(e,0):document.addEventListener("QaJSBridgeReady",e);var n=window.qa;return{navigateTo:n.navigateTo,navigateBack:n.navigateBack,switchTab:n.switchTab,reLaunch:n.reLaunch,redirectTo:n.redirectTo,postMessage:n.postMessage,getEnv:n.getEnv}}},function(e){if(f)return window.WeixinJSBridge&&window.WeixinJSBridge.invoke?setTimeout(e,0):document.addEventListener("WeixinJSBridgeReady",e),window.ks.miniProgram},function(e){if(l)return document.addEventListener("DOMContentLoaded",e),window.tt.miniProgram},function(e){if(E)return window.JDJSBridgeReady&&window.JDJSBridgeReady.invoke?setTimeout(e,0):document.addEventListener("JDJSBridgeReady",e),window.jd.miniProgram},function(e){if(x)return window.xhs.miniProgram},function(e){return document.addEventListener("DOMContentLoaded",e),d}],M=0;M + + + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/uni_modules/lime-echart/static/web/echarts.esm.min.js b/uni_modules/lime-echart/static/web/echarts.esm.min.js new file mode 100644 index 0000000..3e8844c --- /dev/null +++ b/uni_modules/lime-echart/static/web/echarts.esm.min.js @@ -0,0 +1,45 @@ + +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};function e(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}var n=function(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1},i=new function(){this.browser=new n,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow="undefined"!=typeof window};"object"==typeof wx&&"function"==typeof wx.getSystemInfoSync?(i.wxa=!0,i.touchEventsSupported=!0):"undefined"==typeof document&&"undefined"!=typeof self?i.worker=!0:!i.hasGlobalWindow||"Deno"in window||"undefined"!=typeof navigator&&"string"==typeof navigator.userAgent&&navigator.userAgent.indexOf("Node.js")>-1?(i.node=!0,i.svgSupported=!0):function(t,e){var n=e.browser,i=t.match(/Firefox\/([\d.]+)/),r=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),o=t.match(/Edge?\/([\d.]+)/),a=/micromessenger/i.test(t);i&&(n.firefox=!0,n.version=i[1]);r&&(n.ie=!0,n.version=r[1]);o&&(n.edge=!0,n.version=o[1],n.newEdge=+o[1].split(".")[0]>18);a&&(n.weChat=!0);e.svgSupported="undefined"!=typeof SVGRect,e.touchEventsSupported="ontouchstart"in window&&!n.ie&&!n.edge,e.pointerEventsSupported="onpointerdown"in window&&(n.edge||n.ie&&+n.version>=11);var s=e.domSupported="undefined"!=typeof document;if(s){var l=document.documentElement.style;e.transform3dSupported=(n.ie&&"transition"in l||n.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in l)&&!("OTransition"in l),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9}}(navigator.userAgent,i);var r="sans-serif",o="12px "+r;var a,s,l=function(t){var e={};if("undefined"==typeof JSON)return e;for(var n=0;n=0)c=r*t.length;else for(var h=0;h>1)%2;a.style.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",i[s]+":0",r[l]+":0",i[1-s]+":auto",r[1-l]+":auto",""].join("!important;"),t.appendChild(a),n.push(a)}return e.clearMarkers=function(){N(n,(function(t){t.parentNode&&t.parentNode.removeChild(t)}))},n}(e,a),l=function(t,e,n){for(var i=n?"invTrans":"trans",r=e[i],o=e.srcCoords,a=[],s=[],l=!0,u=0;u<4;u++){var c=t[u].getBoundingClientRect(),h=2*u,d=c.left,p=c.top;a.push(d,p),l=l&&o&&d===o[h]&&p===o[h+1],s.push(t[u].offsetLeft,t[u].offsetTop)}return l&&r?r:(e.srcCoords=a,e[i]=n?$t(s,a):$t(a,s))}(s,a,o);if(l)return l(t,n,r),!0}return!1}function ee(t){return"CANVAS"===t.nodeName.toUpperCase()}var ne=/([&<>"'])/g,ie={"&":"&","<":"<",">":">",'"':""","'":"'"};function re(t){return null==t?"":(t+"").replace(ne,(function(t,e){return ie[e]}))}var oe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ae=[],se=i.browser.firefox&&+i.browser.version.split(".")[0]<39;function le(t,e,n,i){return n=n||{},i?ue(t,e,n):se&&null!=e.layerX&&e.layerX!==e.offsetX?(n.zrX=e.layerX,n.zrY=e.layerY):null!=e.offsetX?(n.zrX=e.offsetX,n.zrY=e.offsetY):ue(t,e,n),n}function ue(t,e,n){if(i.domSupported&&t.getBoundingClientRect){var r=e.clientX,o=e.clientY;if(ee(t)){var a=t.getBoundingClientRect();return n.zrX=r-a.left,void(n.zrY=o-a.top)}if(te(ae,t,r,o))return n.zrX=ae[0],void(n.zrY=ae[1])}n.zrX=n.zrY=0}function ce(t){return t||window.event}function he(t,e,n){if(null!=(e=ce(e)).zrX)return e;var i=e.type;if(i&&i.indexOf("touch")>=0){var r="touchend"!==i?e.targetTouches[0]:e.changedTouches[0];r&&le(t,r,e,n)}else{le(t,e,e,n);var o=function(t){var e=t.wheelDelta;if(e)return e;var n=t.deltaX,i=t.deltaY;if(null==n||null==i)return e;return 3*(0!==i?Math.abs(i):Math.abs(n))*(i>0?-1:i<0?1:n>0?-1:1)}(e);e.zrDelta=o?o/120:-(e.detail||0)/3}var a=e.button;return null==e.which&&void 0!==a&&oe.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function de(t,e,n,i){t.addEventListener(e,n,i)}var pe=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function fe(t){return 2===t.which||3===t.which}var ge=function(){function t(){this._track=[]}return t.prototype.recognize=function(t,e,n){return this._doTrack(t,e,n),this._recognize(t)},t.prototype.clear=function(){return this._track.length=0,this},t.prototype._doTrack=function(t,e,n){var i=t.touches;if(i){for(var r={points:[],touches:[],target:e,event:t},o=0,a=i.length;o1&&r&&r.length>1){var a=ye(r)/ye(o);!isFinite(a)&&(a=1),e.pinchScale=a;var s=[((i=r)[0][0]+i[1][0])/2,(i[0][1]+i[1][1])/2];return e.pinchX=s[0],e.pinchY=s[1],{type:"pinch",target:t[0].target,event:e}}}}};function me(){return[1,0,0,1,0,0]}function xe(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function _e(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t}function be(t,e,n){var i=e[0]*n[0]+e[2]*n[1],r=e[1]*n[0]+e[3]*n[1],o=e[0]*n[2]+e[2]*n[3],a=e[1]*n[2]+e[3]*n[3],s=e[0]*n[4]+e[2]*n[5]+e[4],l=e[1]*n[4]+e[3]*n[5]+e[5];return t[0]=i,t[1]=r,t[2]=o,t[3]=a,t[4]=s,t[5]=l,t}function we(t,e,n){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4]+n[0],t[5]=e[5]+n[1],t}function Se(t,e,n,i){void 0===i&&(i=[0,0]);var r=e[0],o=e[2],a=e[4],s=e[1],l=e[3],u=e[5],c=Math.sin(n),h=Math.cos(n);return t[0]=r*h+s*c,t[1]=-r*c+s*h,t[2]=o*h+l*c,t[3]=-o*c+h*l,t[4]=h*(a-i[0])+c*(u-i[1])+i[0],t[5]=h*(u-i[1])-c*(a-i[0])+i[1],t}function Me(t,e,n){var i=n[0],r=n[1];return t[0]=e[0]*i,t[1]=e[1]*r,t[2]=e[2]*i,t[3]=e[3]*r,t[4]=e[4]*i,t[5]=e[5]*r,t}function Ie(t,e){var n=e[0],i=e[2],r=e[4],o=e[1],a=e[3],s=e[5],l=n*a-o*i;return l?(l=1/l,t[0]=a*l,t[1]=-o*l,t[2]=-i*l,t[3]=n*l,t[4]=(i*s-a*r)*l,t[5]=(o*r-n*s)*l,t):null}function Te(t){var e=[1,0,0,1,0,0];return _e(e,t),e}var Ce=Object.freeze({__proto__:null,create:me,identity:xe,copy:_e,mul:be,translate:we,rotate:Se,scale:Me,invert:Ie,clone:Te}),De=function(){function t(t,e){this.x=t||0,this.y=e||0}return t.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this},t.prototype.clone=function(){return new t(this.x,this.y)},t.prototype.set=function(t,e){return this.x=t,this.y=e,this},t.prototype.equal=function(t){return t.x===this.x&&t.y===this.y},t.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this},t.prototype.scale=function(t){this.x*=t,this.y*=t},t.prototype.scaleAndAdd=function(t,e){this.x+=t.x*e,this.y+=t.y*e},t.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this},t.prototype.dot=function(t){return this.x*t.x+this.y*t.y},t.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},t.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},t.prototype.normalize=function(){var t=this.len();return this.x/=t,this.y/=t,this},t.prototype.distance=function(t){var e=this.x-t.x,n=this.y-t.y;return Math.sqrt(e*e+n*n)},t.prototype.distanceSquare=function(t){var e=this.x-t.x,n=this.y-t.y;return e*e+n*n},t.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},t.prototype.transform=function(t){if(t){var e=this.x,n=this.y;return this.x=t[0]*e+t[2]*n+t[4],this.y=t[1]*e+t[3]*n+t[5],this}},t.prototype.toArray=function(t){return t[0]=this.x,t[1]=this.y,t},t.prototype.fromArray=function(t){this.x=t[0],this.y=t[1]},t.set=function(t,e,n){t.x=e,t.y=n},t.copy=function(t,e){t.x=e.x,t.y=e.y},t.len=function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},t.lenSquare=function(t){return t.x*t.x+t.y*t.y},t.dot=function(t,e){return t.x*e.x+t.y*e.y},t.add=function(t,e,n){t.x=e.x+n.x,t.y=e.y+n.y},t.sub=function(t,e,n){t.x=e.x-n.x,t.y=e.y-n.y},t.scale=function(t,e,n){t.x=e.x*n,t.y=e.y*n},t.scaleAndAdd=function(t,e,n,i){t.x=e.x+n.x*i,t.y=e.y+n.y*i},t.lerp=function(t,e,n,i){var r=1-i;t.x=r*e.x+i*n.x,t.y=r*e.y+i*n.y},t}(),Ae=Math.min,ke=Math.max,Le=Math.abs,Pe=["x","y"],Oe=["width","height"],Re=new De,Ne=new De,ze=new De,Ee=new De,Be=Xe(),Ve=Be.minTv,Ge=Be.maxTv,Fe=[0,0],We=function(){function t(e,n,i,r){t.set(this,e,n,i,r)}return t.set=function(t,e,n,i,r){return i<0&&(e+=i,i=-i),r<0&&(n+=r,r=-r),t.x=e,t.y=n,t.width=i,t.height=r,t},t.prototype.union=function(t){var e=Ae(t.x,this.x),n=Ae(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=ke(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=ke(t.y+t.height,this.y+this.height)-n:this.height=t.height,this.x=e,this.y=n},t.prototype.applyTransform=function(e){t.applyTransform(this,this,e)},t.prototype.calculateTransform=function(t){var e=this,n=t.width/e.width,i=t.height/e.height,r=[1,0,0,1,0,0];return we(r,r,[-e.x,-e.y]),Me(r,r,[n,i]),we(r,r,[t.x,t.y]),r},t.prototype.intersect=function(e,n,i){return t.intersect(this,e,n,i)},t.intersect=function(e,n,i,r){i&&De.set(i,0,0);var o=r&&r.outIntersectRect||null,a=r&&r.clamp;if(o&&(o.x=o.y=o.width=o.height=NaN),!e||!n)return!1;e instanceof t||(e=t.set(He,e.x,e.y,e.width,e.height)),n instanceof t||(n=t.set(Ue,n.x,n.y,n.width,n.height));var s=!!i;Be.reset(r,s);var l=Be.touchThreshold,u=e.x+l,c=e.x+e.width-l,h=e.y+l,d=e.y+e.height-l,p=n.x+l,f=n.x+n.width-l,g=n.y+l,y=n.y+n.height-l;if(u>c||h>d||p>f||g>y)return!1;var v=!(c=t.x&&e<=t.x+t.width&&n>=t.y&&n<=t.y+t.height},t.prototype.contain=function(e,n){return t.contain(this,e,n)},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){return t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height,t},t.applyTransform=function(e,n,i){if(i){if(i[1]<1e-5&&i[1]>-1e-5&&i[2]<1e-5&&i[2]>-1e-5){var r=i[0],o=i[3],a=i[4],s=i[5];return e.x=n.x*r+a,e.y=n.y*o+s,e.width=n.width*r,e.height=n.height*o,e.width<0&&(e.x+=e.width,e.width=-e.width),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}Re.x=ze.x=n.x,Re.y=Ee.y=n.y,Ne.x=Ee.x=n.x+n.width,Ne.y=ze.y=n.y+n.height,Re.transform(i),Ee.transform(i),Ne.transform(i),ze.transform(i),e.x=Ae(Re.x,Ne.x,ze.x,Ee.x),e.y=Ae(Re.y,Ne.y,ze.y,Ee.y);var l=ke(Re.x,Ne.x,ze.x,Ee.x),u=ke(Re.y,Ne.y,ze.y,Ee.y);e.width=l-e.x,e.height=u-e.y}else e!==n&&t.copy(e,n)},t}(),He=new We(0,0,0,0),Ue=new We(0,0,0,0);function Ye(t,e,n,i,r,o,a,s){var l=Le(e-n),u=Le(i-t),c=Ae(l,u),h=Pe[r],d=Pe[1-r],p=Oe[r];e=u||!Be.bidirectional)&&(Ve[h]=-u,Ve[d]=0,Be.useDir&&Be.calcDirMTV())))}function Xe(){var t=0,e=new De,n=new De,i={minTv:new De,maxTv:new De,useDir:!1,dirMinTv:new De,touchThreshold:0,bidirectional:!0,negativeSize:!1,reset:function(r,o){i.touchThreshold=0,r&&null!=r.touchThreshold&&(i.touchThreshold=ke(0,r.touchThreshold)),i.negativeSize=!1,o&&(i.minTv.set(1/0,1/0),i.maxTv.set(0,0),i.useDir=!1,r&&null!=r.direction&&(i.useDir=!0,i.dirMinTv.copy(i.minTv),n.copy(i.minTv),t=r.direction,i.bidirectional=null==r.bidirectional||!!r.bidirectional,i.bidirectional||e.set(Math.cos(t),Math.sin(t))))},calcDirMTV:function(){var o=i.minTv,a=i.dirMinTv,s=o.y*o.y+o.x*o.x,l=Math.sin(t),u=Math.cos(t),c=l*o.y+u*o.x;r(c)?r(o.x)&&r(o.y)&&a.set(0,0):(n.x=s*u/c,n.y=s*l/c,r(n.x)&&r(n.y)?a.set(0,0):(i.bidirectional||e.dot(n)>0)&&n.len()=0;u--){var c=i[u];c===n||c.ignore||c.ignoreCoarsePointer||c.parent&&c.parent.ignoreCoarsePointer||(Je.copy(c.getBoundingRect()),c.transform&&Je.applyTransform(c.transform),Je.intersect(l)&&o.push(c))}if(o.length)for(var h=Math.PI/12,d=2*Math.PI,p=0;p=0;o--){var a=t[o],s=void 0;if(a!==r&&!a.ignore&&(s=tn(a,n,i))&&(!e.topTarget&&(e.topTarget=a),s!==Ze)){e.target=a;break}}}function nn(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}N(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(t){Qe.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=nn(this,r,o);if("mouseup"===t&&a||(i=(n=this.findHover(r,o)).target),"mousedown"===t)this._downEl=i,this._downPoint=[e.zrX,e.zrY],this._upEl=i;else if("mouseup"===t)this._upEl=i;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||Bt(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}}));function rn(t,e,n,i){var r=e+1;if(r===n)return 1;if(i(t[r++],t[e])<0){for(;r=0;)r++;return r-e}function on(t,e,n,i,r){for(i===e&&i++;i>>1])<0?l=o:s=o+1;var u=i-s;switch(u){case 3:t[s+3]=t[s+2];case 2:t[s+2]=t[s+1];case 1:t[s+1]=t[s];break;default:for(;u>0;)t[s+u]=t[s+u-1],u--}t[s]=a}}function an(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])>0){for(s=i-r;l0;)a=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}else{for(s=r+1;ls&&(l=s);var u=a;a=r-l,l=r-u}for(a++;a>>1);o(t,e[n+c])>0?a=c+1:l=c}return l}function sn(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])<0){for(s=r+1;ls&&(l=s);var u=a;a=r-l,l=r-u}else{for(s=i-r;l=0;)a=l,(l=1+(l<<1))<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}for(a++;a>>1);o(t,e[n+c])<0?l=c:a=c+1}return l}function ln(t,e){var n,i,r=7,o=0,a=[];function s(s){var l=n[s],u=i[s],c=n[s+1],h=i[s+1];i[s]=u+h,s===o-3&&(n[s+1]=n[s+2],i[s+1]=i[s+2]),o--;var d=sn(t[c],t,l,u,0,e);l+=d,0!==(u-=d)&&0!==(h=an(t[l+u-1],t,c,h,h-1,e))&&(u<=h?function(n,i,o,s){var l=0;for(l=0;l=7||p>=7);if(f)break;g<0&&(g=0),g+=2}if((r=g)<1&&(r=1),1===i){for(l=0;l=0;l--)t[p+l]=t[d+l];return void(t[h]=a[c])}var f=r;for(;;){var g=0,y=0,v=!1;do{if(e(a[c],t[u])<0){if(t[h--]=t[u--],g++,y=0,0==--i){v=!0;break}}else if(t[h--]=a[c--],y++,g=0,1==--s){v=!0;break}}while((g|y)=0;l--)t[p+l]=t[d+l];if(0===i){v=!0;break}}if(t[h--]=a[c--],1==--s){v=!0;break}if(0!==(y=s-an(t[u],a,0,s,s-1,e))){for(s-=y,p=(h-=y)+1,d=(c-=y)+1,l=0;l=7||y>=7);if(v)break;f<0&&(f=0),f+=2}(r=f)<1&&(r=1);if(1===s){for(p=(h-=i)+1,d=(u-=i)+1,l=i-1;l>=0;l--)t[p+l]=t[d+l];t[h]=a[c]}else{if(0===s)throw new Error;for(d=h-(s-1),l=0;l1;){var t=o-2;if(t>=1&&i[t-1]<=i[t]+i[t+1]||t>=2&&i[t-2]<=i[t]+i[t-1])i[t-1]i[t+1])break;s(t)}},forceMergeRuns:function(){for(;o>1;){var t=o-2;t>0&&i[t-1]=32;)e|=1&t,t>>=1;return t+e}(r);do{if((o=rn(t,n,i,e))s&&(l=s),on(t,n,n+l,n+o,e),o=l}a.pushRun(n,o),a.mergeRuns(),r-=o,n+=o}while(0!==r);a.forceMergeRuns()}}}var cn=!1;function hn(){cn||(cn=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function dn(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var pn=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=dn}return t.prototype.traverse=function(t,e){for(var n=0;n=0&&this._roots.splice(i,1)}},t.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},t.prototype.getRoots=function(){return this._roots},t.prototype.dispose=function(){this._displayList=null,this._roots=null},t}(),fn=i.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},gn={linear:function(t){return t},quadraticIn:function(t){return t*t},quadraticOut:function(t){return t*(2-t)},quadraticInOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)},cubicIn:function(t){return t*t*t},cubicOut:function(t){return--t*t*t+1},cubicInOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},quarticIn:function(t){return t*t*t*t},quarticOut:function(t){return 1- --t*t*t*t},quarticInOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},quinticIn:function(t){return t*t*t*t*t},quinticOut:function(t){return--t*t*t*t*t+1},quinticInOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},sinusoidalIn:function(t){return 1-Math.cos(t*Math.PI/2)},sinusoidalOut:function(t){return Math.sin(t*Math.PI/2)},sinusoidalInOut:function(t){return.5*(1-Math.cos(Math.PI*t))},exponentialIn:function(t){return 0===t?0:Math.pow(1024,t-1)},exponentialOut:function(t){return 1===t?1:1-Math.pow(2,-10*t)},exponentialInOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))},circularIn:function(t){return 1-Math.sqrt(1-t*t)},circularOut:function(t){return Math.sqrt(1- --t*t)},circularInOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},elasticIn:function(t){var e,n=.1;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=.4*Math.asin(1/n)/(2*Math.PI),-n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/.4))},elasticOut:function(t){var e,n=.1;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=.4*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/.4)+1)},elasticInOut:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=i*Math.asin(1/n)/(2*Math.PI),(t*=2)<1?n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:n*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},backIn:function(t){var e=1.70158;return t*t*((e+1)*t-e)},backOut:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},backInOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)},bounceIn:function(t){return 1-gn.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*gn.bounceIn(2*t):.5*gn.bounceOut(2*t-1)+.5}},yn=Math.pow,vn=Math.sqrt,mn=1e-8,xn=1e-4,_n=vn(3),bn=1/3,wn=Mt(),Sn=Mt(),Mn=Mt();function In(t){return t>-1e-8&&tmn||t<-1e-8}function Cn(t,e,n,i,r){var o=1-r;return o*o*(o*t+3*r*e)+r*r*(r*i+3*o*n)}function Dn(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function An(t,e,n,i,r,o){var a=i+3*(e-n)-t,s=3*(n-2*e+t),l=3*(e-t),u=t-r,c=s*s-3*a*l,h=s*l-9*a*u,d=l*l-3*s*u,p=0;if(In(c)&&In(h)){if(In(s))o[0]=0;else(M=-l/s)>=0&&M<=1&&(o[p++]=M)}else{var f=h*h-4*c*d;if(In(f)){var g=h/c,y=-g/2;(M=-s/a+g)>=0&&M<=1&&(o[p++]=M),y>=0&&y<=1&&(o[p++]=y)}else if(f>0){var v=vn(f),m=c*s+1.5*a*(-h+v),x=c*s+1.5*a*(-h-v);(M=(-s-((m=m<0?-yn(-m,bn):yn(m,bn))+(x=x<0?-yn(-x,bn):yn(x,bn))))/(3*a))>=0&&M<=1&&(o[p++]=M)}else{var _=(2*c*s-3*a*h)/(2*vn(c*c*c)),b=Math.acos(_)/3,w=vn(c),S=Math.cos(b),M=(-s-2*w*S)/(3*a),I=(y=(-s+w*(S+_n*Math.sin(b)))/(3*a),(-s+w*(S-_n*Math.sin(b)))/(3*a));M>=0&&M<=1&&(o[p++]=M),y>=0&&y<=1&&(o[p++]=y),I>=0&&I<=1&&(o[p++]=I)}}return p}function kn(t,e,n,i,r){var o=6*n-12*e+6*t,a=9*e+3*i-3*t-9*n,s=3*e-3*t,l=0;if(In(a)){if(Tn(o))(c=-s/o)>=0&&c<=1&&(r[l++]=c)}else{var u=o*o-4*a*s;if(In(u))r[0]=-o/(2*a);else if(u>0){var c,h=vn(u),d=(-o-h)/(2*a);(c=(-o+h)/(2*a))>=0&&c<=1&&(r[l++]=c),d>=0&&d<=1&&(r[l++]=d)}}return l}function Ln(t,e,n,i,r,o){var a=(e-t)*r+t,s=(n-e)*r+e,l=(i-n)*r+n,u=(s-a)*r+a,c=(l-s)*r+s,h=(c-u)*r+u;o[0]=t,o[1]=a,o[2]=u,o[3]=h,o[4]=h,o[5]=c,o[6]=l,o[7]=i}function Pn(t,e,n,i,r,o,a,s,l,u,c){var h,d,p,f,g,y=.005,v=1/0;wn[0]=l,wn[1]=u;for(var m=0;m<1;m+=.05)Sn[0]=Cn(t,n,r,a,m),Sn[1]=Cn(e,i,o,s,m),(f=Gt(wn,Sn))=0&&f=0&&y=1?1:An(0,i,o,1,t,s)&&Cn(0,r,a,1,s[0])}}}var Wn=function(){function t(t){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=t.life||1e3,this._delay=t.delay||0,this.loop=t.loop||!1,this.onframe=t.onframe||_t,this.ondestroy=t.ondestroy||_t,this.onrestart=t.onrestart||_t,t.easing&&this.setEasing(t.easing)}return t.prototype.step=function(t,e){if(this._inited||(this._startTime=t+this._delay,this._inited=!0),!this._paused){var n=this._life,i=t-this._startTime-this._pausedTime,r=i/n;r<0&&(r=0),r=Math.min(r,1);var o=this.easingFunc,a=o?o(r):r;if(this.onframe(a),1===r){if(!this.loop)return!0;var s=i%n;this._startTime=t-s,this._pausedTime=0,this.onrestart()}return!1}this._pausedTime+=e},t.prototype.pause=function(){this._paused=!0},t.prototype.resume=function(){this._paused=!1},t.prototype.setEasing=function(t){this.easing=t,this.easingFunc=U(t)?t:gn[t]||Fn(t)},t}(),Hn=function(t){this.value=t},Un=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new Hn(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),Yn=function(){function t(t){this._list=new Un,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var n=this._list,i=this._map,r=null;if(null==i[t]){var o=n.len(),a=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var s=n.head;n.remove(s),delete i[s.key],r=s.value,this._lastRemovedEntry=s}a?a.value=e:a=new Hn(e),a.key=t,n.insertEntry(a),i[t]=a}return r},t.prototype.get=function(t){var e=this._map[t],n=this._list;if(null!=e)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}(),Xn={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function Zn(t){return(t=Math.round(t))<0?0:t>255?255:t}function jn(t){return t<0?0:t>1?1:t}function qn(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?Zn(parseFloat(e)/100*255):Zn(parseInt(e,10))}function Kn(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?jn(parseFloat(e)/100):jn(parseFloat(e))}function $n(t,e,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}function Jn(t,e,n){return t+(e-t)*n}function Qn(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function ti(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var ei=new Yn(20),ni=null;function ii(t,e){ni&&ti(ni,e),ni=ei.put(t,ni||e.slice())}function ri(t,e){if(t){e=e||[];var n=ei.get(t);if(n)return ti(e,n);var i=(t+="").replace(/ /g,"").toLowerCase();if(i in Xn)return ti(e,Xn[i]),ii(t,e),e;var r,o=i.length;if("#"===i.charAt(0))return 4===o||5===o?(r=parseInt(i.slice(1,4),16))>=0&&r<=4095?(Qn(e,(3840&r)>>4|(3840&r)>>8,240&r|(240&r)>>4,15&r|(15&r)<<4,5===o?parseInt(i.slice(4),16)/15:1),ii(t,e),e):void Qn(e,0,0,0,1):7===o||9===o?(r=parseInt(i.slice(1,7),16))>=0&&r<=16777215?(Qn(e,(16711680&r)>>16,(65280&r)>>8,255&r,9===o?parseInt(i.slice(7),16)/255:1),ii(t,e),e):void Qn(e,0,0,0,1):void 0;var a=i.indexOf("("),s=i.indexOf(")");if(-1!==a&&s+1===o){var l=i.substr(0,a),u=i.substr(a+1,s-(a+1)).split(","),c=1;switch(l){case"rgba":if(4!==u.length)return 3===u.length?Qn(e,+u[0],+u[1],+u[2],1):Qn(e,0,0,0,1);c=Kn(u.pop());case"rgb":return u.length>=3?(Qn(e,qn(u[0]),qn(u[1]),qn(u[2]),3===u.length?c:Kn(u[3])),ii(t,e),e):void Qn(e,0,0,0,1);case"hsla":return 4!==u.length?void Qn(e,0,0,0,1):(u[3]=Kn(u[3]),oi(u,e),ii(t,e),e);case"hsl":return 3!==u.length?void Qn(e,0,0,0,1):(oi(u,e),ii(t,e),e);default:return}}Qn(e,0,0,0,1)}}function oi(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=Kn(t[1]),r=Kn(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return Qn(e=e||[],Zn(255*$n(a,o,n+1/3)),Zn(255*$n(a,o,n)),Zn(255*$n(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function ai(t,e){var n=ri(t);if(n){for(var i=0;i<3;i++)n[i]=e<0?n[i]*(1-e)|0:(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return pi(n,4===n.length?"rgba":"rgb")}}function si(t,e,n){if(e&&e.length&&t>=0&&t<=1){n=n||[];var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=e[r],s=e[o],l=i-r;return n[0]=Zn(Jn(a[0],s[0],l)),n[1]=Zn(Jn(a[1],s[1],l)),n[2]=Zn(Jn(a[2],s[2],l)),n[3]=jn(Jn(a[3],s[3],l)),n}}var li=si;function ui(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=ri(e[r]),s=ri(e[o]),l=i-r,u=pi([Zn(Jn(a[0],s[0],l)),Zn(Jn(a[1],s[1],l)),Zn(Jn(a[2],s[2],l)),jn(Jn(a[3],s[3],l))],"rgba");return n?{color:u,leftIndex:r,rightIndex:o,value:i}:u}}var ci=ui;function hi(t,e,n,i){var r=ri(t);if(t)return r=function(t){if(t){var e,n,i=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(i,r,o),s=Math.max(i,r,o),l=s-a,u=(s+a)/2;if(0===l)e=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-i)/6+l/2)/l,h=((s-r)/6+l/2)/l,d=((s-o)/6+l/2)/l;i===s?e=d-h:r===s?e=1/3+c-d:o===s&&(e=2/3+h-c),e<0&&(e+=1),e>1&&(e-=1)}var p=[360*e,n,u];return null!=t[3]&&p.push(t[3]),p}}(r),null!=e&&(r[0]=function(t){return(t=Math.round(t))<0?0:t>360?360:t}(U(e)?e(r[0]):e)),null!=n&&(r[1]=Kn(U(n)?n(r[1]):n)),null!=i&&(r[2]=Kn(U(i)?i(r[2]):i)),pi(oi(r),"rgba")}function di(t,e){var n=ri(t);if(n&&null!=e)return n[3]=jn(e),pi(n,"rgba")}function pi(t,e){if(t&&t.length){var n=t[0]+","+t[1]+","+t[2];return"rgba"!==e&&"hsva"!==e&&"hsla"!==e||(n+=","+t[3]),e+"("+n+")"}}function fi(t,e){var n=ri(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}var gi=new Yn(100);function yi(t){if(Y(t)){var e=gi.get(t);return e||(e=ai(t,-.1),gi.put(t,e)),e}if(J(t)){var n=D({},t);return n.colorStops=z(t.colorStops,(function(t){return{offset:t.offset,color:ai(t.color,-.1)}})),n}return t}var vi=Object.freeze({__proto__:null,parseCssInt:qn,parseCssFloat:Kn,parse:ri,lift:ai,toHex:function(t){var e=ri(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)},fastLerp:si,fastMapToColor:li,lerp:ui,mapToColor:ci,modifyHSL:hi,modifyAlpha:di,stringify:pi,lum:fi,random:function(){return pi([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")},liftColor:yi}),mi=Math.round;function xi(t){var e;if(t&&"transparent"!==t){if("string"==typeof t&&t.indexOf("rgba")>-1){var n=ri(t);n&&(t="rgb("+n[0]+","+n[1]+","+n[2]+")",e=n[3])}}else t="none";return{color:t,opacity:null==e?1:e}}var _i=1e-4;function bi(t){return t<_i&&t>-1e-4}function wi(t){return mi(1e3*t)/1e3}function Si(t){return mi(1e4*t)/1e4}var Mi={left:"start",right:"end",center:"middle",middle:"middle"};function Ii(t){return t&&!!t.image}function Ti(t){return Ii(t)||function(t){return t&&!!t.svgElement}(t)}function Ci(t){return"linear"===t.type}function Di(t){return"radial"===t.type}function Ai(t){return t&&("linear"===t.type||"radial"===t.type)}function ki(t){return"url(#"+t+")"}function Li(t){var e=t.getGlobalScale(),n=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(n)/Math.log(10)),1)}function Pi(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*bt,r=it(t.scaleX,1),o=it(t.scaleY,1),a=t.skewX||0,s=t.skewY||0,l=[];return(e||n)&&l.push("translate("+e+"px,"+n+"px)"),i&&l.push("rotate("+i+")"),1===r&&1===o||l.push("scale("+r+","+o+")"),(a||s)&&l.push("skew("+mi(a*bt)+"deg, "+mi(s*bt)+"deg)"),l.join(" ")}var Oi=i.hasGlobalWindow&&U(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:"undefined"!=typeof Buffer?function(t){return Buffer.from(t).toString("base64")}:function(t){return null},Ri=Array.prototype.slice;function Ni(t,e,n){return(e-t)*n+t}function zi(t,e,n,i){for(var r=e.length,o=0;oi?e:t,o=Math.min(n,i),a=r[o-1]||{color:[0,0,0,0],offset:0},s=o;sa)i.length=a;else for(var s=o;s=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,r=i.length,o=!1,a=6,s=e;if(R(e)){var l=function(t){return R(t&&t[0])?2:1}(e);a=l,(1===l&&!Z(e[0])||2===l&&!Z(e[0][0]))&&(o=!0)}else if(Z(e)&&!et(e))a=0;else if(Y(e))if(isNaN(+e)){var u=ri(e);u&&(s=u,a=3)}else a=0;else if(J(e)){var c=D({},s);c.colorStops=z(e.colorStops,(function(t){return{offset:t.offset,color:ri(t.color)}})),Ci(e)?a=4:Di(e)&&(a=5),s=c}0===r?this.valType=a:a===this.valType&&6!==a||(o=!0),this.discrete=this.discrete||o;var h={time:t,value:s,rawValue:e,percent:0};return n&&(h.easing=n,h.easingFunc=U(n)?n:gn[n]||Fn(n)),i.push(h),h},t.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort((function(t,e){return t.time-e.time}));for(var i=this.valType,r=n.length,o=n[r-1],a=this.discrete,s=Ui(i),l=Hi(i),u=0;u=0&&!(l[n].percent<=e);n--);n=p(n,u-2)}else{for(n=d;ne);n++);n=p(n-1,u-2)}r=l[n+1],i=l[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var f=r.percent-i.percent,g=0===f?1:p((e-i.percent)/f,1);r.easingFunc&&(g=r.easingFunc(g));var y=o?this._additiveValue:h?Yi:t[c];if(!Ui(s)&&!h||y||(y=this._additiveValue=[]),this.discrete)t[c]=g<1?i.rawValue:r.rawValue;else if(Ui(s))1===s?zi(y,i[a],r[a],g):function(t,e,n,i){for(var r=e.length,o=r&&e[0].length,a=0;a0&&s.addKeyframe(0,Fi(l),i),this._trackKeys.push(a)}s.addKeyframe(t,Fi(e[a]),i)}return this._maxTime=Math.max(this._maxTime,t),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,r=0;r1){var a=o.pop();r.addKeyframe(a.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();function ji(){return(new Date).getTime()}var qi,Ki,$i=function(t){function n(e){var n=t.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,e=e||{},n.stage=e.stage||{},n}return e(n,t),n.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},n.prototype.addAnimator=function(t){t.animation=this;var e=t.getClip();e&&this.addClip(e)},n.prototype.removeClip=function(t){if(t.animation){var e=t.prev,n=t.next;e?e.next=n:this._head=n,n?n.prev=e:this._tail=e,t.next=t.prev=t.animation=null}},n.prototype.removeAnimator=function(t){var e=t.getClip();e&&this.removeClip(e),t.animation=null},n.prototype.update=function(t){for(var e=ji()-this._pausedTime,n=e-this._time,i=this._head;i;){var r=i.next;i.step(e,n)?(i.ondestroy(),this.removeClip(i),i=r):i=r}this._time=e,t||(this.trigger("frame",n),this.stage.update&&this.stage.update())},n.prototype._startLoop=function(){var t=this;this._running=!0,fn((function e(){t._running&&(fn(e),!t._paused&&t.update())}))},n.prototype.start=function(){this._running||(this._time=ji(),this._pausedTime=0,this._startLoop())},n.prototype.stop=function(){this._running=!1},n.prototype.pause=function(){this._paused||(this._pauseStart=ji(),this._paused=!0)},n.prototype.resume=function(){this._paused&&(this._pausedTime+=ji()-this._pauseStart,this._paused=!1)},n.prototype.clear=function(){for(var t=this._head;t;){var e=t.next;t.prev=t.next=t.animation=null,t=e}this._head=this._tail=null},n.prototype.isFinished=function(){return null==this._head},n.prototype.animate=function(t,e){e=e||{},this.start();var n=new Zi(t,e.loop);return this.addAnimator(n),n},n}(jt),Ji=i.domSupported,Qi=(Ki={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},{mouse:qi=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],touch:["touchstart","touchend","touchmove"],pointer:z(qi,(function(t){var e=t.replace("mouse","pointer");return Ki.hasOwnProperty(e)?e:t}))}),tr=["mousemove","mouseup"],er=["pointermove","pointerup"],nr=!1;function ir(t){var e=t.pointerType;return"pen"===e||"touch"===e}function rr(t){t&&(t.zrByTouch=!0)}function or(t,e){for(var n=e,i=!1;n&&9!==n.nodeType&&!(i=n.domBelongToZr||n!==e&&n===t.painterRoot);)n=n.parentNode;return i}var ar=function(t,e){this.stopPropagation=_t,this.stopImmediatePropagation=_t,this.preventDefault=_t,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY},sr={mousedown:function(t){t=he(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=he(this.dom,t);var e=this.__mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||this.__togglePointerCapture(!0),this.trigger("mousemove",t)},mouseup:function(t){t=he(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){or(this,(t=he(this.dom,t)).toElement||t.relatedTarget)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){nr=!0,t=he(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){nr||(t=he(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){rr(t=he(this.dom,t)),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),sr.mousemove.call(this,t),sr.mousedown.call(this,t)},touchmove:function(t){rr(t=he(this.dom,t)),this.handler.processGesture(t,"change"),sr.mousemove.call(this,t)},touchend:function(t){rr(t=he(this.dom,t)),this.handler.processGesture(t,"end"),sr.mouseup.call(this,t),+new Date-+this.__lastTouchMoment<300&&sr.click.call(this,t)},pointerdown:function(t){sr.mousedown.call(this,t)},pointermove:function(t){ir(t)||sr.mousemove.call(this,t)},pointerup:function(t){sr.mouseup.call(this,t)},pointerout:function(t){ir(t)||sr.mouseout.call(this,t)}};N(["click","dblclick","contextmenu"],(function(t){sr[t]=function(e){e=he(this.dom,e),this.trigger(t,e)}}));var lr={pointermove:function(t){ir(t)||lr.mousemove.call(this,t)},pointerup:function(t){lr.mouseup.call(this,t)},mousemove:function(t){this.trigger("mousemove",t)},mouseup:function(t){var e=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger("mouseup",t),e&&(t.zrEventControl="only_globalout",this.trigger("mouseout",t))}};function ur(t,e){var n=e.domHandlers;i.pointerEventsSupported?N(Qi.pointer,(function(i){hr(e,i,(function(e){n[i].call(t,e)}))})):(i.touchEventsSupported&&N(Qi.touch,(function(i){hr(e,i,(function(r){n[i].call(t,r),function(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}(e)}))})),N(Qi.mouse,(function(i){hr(e,i,(function(r){r=ce(r),e.touching||n[i].call(t,r)}))})))}function cr(t,e){function n(n){hr(e,n,(function(i){i=ce(i),or(t,i.target)||(i=function(t,e){return he(t.dom,new ar(t,e),!0)}(t,i),e.domHandlers[n].call(t,i))}),{capture:!0})}i.pointerEventsSupported?N(er,n):i.touchEventsSupported||N(tr,n)}function hr(t,e,n,i){t.mounted[e]=n,t.listenerOpts[e]=i,de(t.domTarget,e,n,i)}function dr(t){var e,n,i,r,o=t.mounted;for(var a in o)o.hasOwnProperty(a)&&(e=t.domTarget,n=a,i=o[a],r=t.listenerOpts[a],e.removeEventListener(n,i,r));t.mounted={}}var pr=function(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e},fr=function(t){function n(e,n){var i=t.call(this)||this;return i.__pointerCapturing=!1,i.dom=e,i.painterRoot=n,i._localHandlerScope=new pr(e,sr),Ji&&(i._globalHandlerScope=new pr(document,lr)),ur(i,i._localHandlerScope),i}return e(n,t),n.prototype.dispose=function(){dr(this._localHandlerScope),Ji&&dr(this._globalHandlerScope)},n.prototype.setCursor=function(t){this.dom.style&&(this.dom.style.cursor=t||"default")},n.prototype.__togglePointerCapture=function(t){if(this.__mayPointerCapture=null,Ji&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?cr(this,e):dr(e)}},n}(jt),gr=1;i.hasGlobalWindow&&(gr=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var yr=gr,vr="#333",mr="#ccc",xr=xe,_r=5e-5;function br(t){return t>_r||t<-5e-5}var wr,Sr=[],Mr=[],Ir=[1,0,0,1,0,0],Tr=Math.abs,Cr=function(){function t(){}var e;return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return br(this.rotation)||br(this.x)||br(this.y)||br(this.scaleX-1)||br(this.scaleY-1)||br(this.skewX)||br(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;e||t?(n=n||[1,0,0,1,0,0],e?this.getLocalTransform(n):xr(n),t&&(e?be(n,t,n):_e(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&(xr(n),this.invTransform=null)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(Sr);var n=Sr[0]<0?-1:1,i=Sr[1]<0?-1:1,r=((Sr[0]-n)*e+n)/Sr[0]||0,o=((Sr[1]-i)*e+i)/Sr[1]||0;t[0]*=r,t[1]*=r,t[2]*=o,t[3]*=o}this.invTransform=this.invTransform||[1,0,0,1,0,0],Ie(this.invTransform,t)},t.prototype.getComputedTransform=function(){for(var t=this,e=[];t;)e.push(t),t=t.parent;for(;t=e.pop();)t.updateTransform();return this.transform},t.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),r=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(r),e=Math.sqrt(e),this.skewX=r,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(t.invTransform=t.invTransform||[1,0,0,1,0,0],be(Mr,t.invTransform,e),e=Mr);var n=this.originX,i=this.originY;(n||i)&&(Ir[4]=n,Ir[5]=i,be(Mr,e,Ir),Mr[4]-=n,Mr[5]-=i,e=Mr),this.setLocalTransform(e)}},t.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&Wt(n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&Wt(n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&Tr(t[0]-1)>1e-10&&Tr(t[3]-1)>1e-10?Math.sqrt(Tr(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){Ar(this,t)},t.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,i=t.originY||0,r=t.scaleX,o=t.scaleY,a=t.anchorX,s=t.anchorY,l=t.rotation||0,u=t.x,c=t.y,h=t.skewX?Math.tan(t.skewX):0,d=t.skewY?Math.tan(-t.skewY):0;if(n||i||a||s){var p=n+a,f=i+s;e[4]=-p*r-h*f*o,e[5]=-f*o-d*p*r}else e[4]=e[5]=0;return e[0]=r,e[3]=o,e[1]=d*r,e[2]=h*o,l&&Se(e,e,l),e[4]+=n+u,e[5]+=i+c,e},t.initDefaultProps=((e=t.prototype).scaleX=e.scaleY=e.globalScaleRatio=1,void(e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0)),t}(),Dr=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function Ar(t,e){for(var n=0;n=Pr)){t=t||o;for(var e=[],n=+new Date,i=0;i<=127;i++)e[i]=u.measureText(String.fromCharCode(i),t).width;var r=+new Date-n;return r>16?Lr=Pr:r>2&&Lr++,e}}(t.font),t.asciiWidthMapTried=!0),0<=e&&e<=127?null!=t.asciiWidthMap?t.asciiWidthMap[e]:t.asciiCharWidth:t.stWideCharWidth}function Rr(t,e){var n=t.strWidthCache,i=n.get(e);return null==i&&(i=u.measureText(e,t.font).width,n.put(e,i)),i}function Nr(t,e,n,i){var r=Rr(kr(e),t),o=Vr(e),a=Er(0,r,n),s=Br(0,o,i);return new We(a,s,r,o)}function zr(t,e,n,i){var r=((t||"")+"").split("\n");if(1===r.length)return Nr(r[0],e,n,i);for(var o=new We(0,0,0,0),a=0;a=0?parseFloat(t)/100*e:parseFloat(t):t}function Fr(t,e,n){var i=e.position||"inside",r=null!=e.distance?e.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c="left",h="top";if(i instanceof Array)l+=Gr(i[0],n.width),u+=Gr(i[1],n.height),c=null,h=null;else switch(i){case"left":l-=r,u+=s,c="right",h="middle";break;case"right":l+=r+a,u+=s,h="middle";break;case"top":l+=a/2,u-=r,c="center",h="bottom";break;case"bottom":l+=a/2,u+=o+r,c="center";break;case"inside":l+=a/2,u+=s,c="center",h="middle";break;case"insideLeft":l+=r,u+=s,h="middle";break;case"insideRight":l+=a-r,u+=s,c="right",h="middle";break;case"insideTop":l+=a/2,u+=r,c="center";break;case"insideBottom":l+=a/2,u+=o-r,c="center",h="bottom";break;case"insideTopLeft":l+=r,u+=r;break;case"insideTopRight":l+=a-r,u+=r,c="right";break;case"insideBottomLeft":l+=r,u+=o-r,h="bottom";break;case"insideBottomRight":l+=a-r,u+=o-r,c="right",h="bottom"}return(t=t||{}).x=l,t.y=u,t.align=c,t.verticalAlign=h,t}var Wr="__zr_normal__",Hr=Dr.concat(["ignore"]),Ur=E(Dr,(function(t,e){return t[e]=!0,t}),{ignore:!1}),Yr={},Xr=new We(0,0,0,0),Zr=[],jr=function(){function t(t){this.id=S(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return t.prototype._init=function(t){this.attr(t)},t.prototype.drift=function(t,e,n){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},t.prototype.beforeUpdate=function(){},t.prototype.afterUpdate=function(){},t.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},t.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,r=e.innerTransformable,o=void 0,a=void 0,s=!1;r.parent=i?this:null;var l=!1;r.copyTransform(e);var u=null!=n.position,c=n.autoOverflowArea,h=void 0;if((c||u)&&(h=Xr,n.layoutRect?h.copy(n.layoutRect):h.copy(this.getBoundingRect()),i||h.applyTransform(this.transform)),u){this.calculateTextPosition?this.calculateTextPosition(Yr,n,h):Fr(Yr,n,h),r.x=Yr.x,r.y=Yr.y,o=Yr.align,a=Yr.verticalAlign;var d=n.origin;if(d&&null!=n.rotation){var p=void 0,f=void 0;"center"===d?(p=.5*h.width,f=.5*h.height):(p=Gr(d[0],h.width),f=Gr(d[1],h.height)),l=!0,r.originX=-r.x+p+(i?0:h.x),r.originY=-r.y+f+(i?0:h.y)}}null!=n.rotation&&(r.rotation=n.rotation);var g=n.offset;g&&(r.x+=g[0],r.y+=g[1],l||(r.originX=-g[0],r.originY=-g[1]));var y=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={});if(c){var v=y.overflowRect=y.overflowRect||new We(0,0,0,0);r.getLocalTransform(Zr),Ie(Zr,Zr),We.copy(v,h),v.applyTransform(Zr)}else y.overflowRect=null;var m=void 0,x=void 0,_=void 0;(null==n.inside?"string"==typeof n.position&&n.position.indexOf("inside")>=0:n.inside)&&this.canBeInsideText()?(m=n.insideFill,x=n.insideStroke,null!=m&&"auto"!==m||(m=this.getInsideTextFill()),null!=x&&"auto"!==x||(x=this.getInsideTextStroke(m),_=!0)):(m=n.outsideFill,x=n.outsideStroke,null!=m&&"auto"!==m||(m=this.getOutsideFill()),null!=x&&"auto"!==x||(x=this.getOutsideStroke(m),_=!0)),(m=m||"#000")===y.fill&&x===y.stroke&&_===y.autoStroke&&o===y.align&&a===y.verticalAlign||(s=!0,y.fill=m,y.stroke=x,y.autoStroke=_,y.align=o,y.verticalAlign=a,e.setDefaultTextStyle(y)),e.__dirty|=1,s&&e.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return"#fff"},t.prototype.getInsideTextStroke=function(t){return"#000"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?mr:vr},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"==typeof e&&ri(e);n||(n=[255,255,255,1]);for(var i=n[3],r=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+(r?0:255)*(1-i);return n[3]=1,pi(n,"rgba")},t.prototype.traverse=function(t,e){},t.prototype.attrKV=function(t,e){"textConfig"===t?this.setTextConfig(e):"textContent"===t?this.setTextContent(e):"clipPath"===t?this.setClipPath(e):"extra"===t?(this.extra=this.extra||{},D(this.extra,e)):this[t]=e},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(t,e){if("string"==typeof t)this.attrKV(t,e);else if(j(t))for(var n=G(t),i=0;i0},t.prototype.getState=function(t){return this.states[t]},t.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},t.prototype.clearStates=function(t){this.useState(Wr,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===Wr;if(this.hasState()||!r){var o=this.currentStates,a=this.stateTransition;if(!(L(o,t)>=0)||!e&&1!==o.length){var s;if(this.stateProxy&&!r&&(s=this.stateProxy(t)),s||(s=this.states&&this.states[t]),s||r){r||this.saveCurrentToNormalState(s);var l=!!(s&&s.hoverLayer||i);l&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,s,this._normalState,e,!n&&!this.__inHover&&a&&a.duration>0,a);var u=this._textContent,c=this._textGuide;return u&&u.useState(t,e,n,l),c&&c.useState(t,e,n,l),r?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!l&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2),s}M("State "+t+" not exists.")}}},t.prototype.useStates=function(t,e,n){if(t.length){var i=[],r=this.currentStates,o=t.length,a=o===r.length;if(a)for(var s=0;s0,p);var f=this._textContent,g=this._textGuide;f&&f.useStates(t,e,h),g&&g.useStates(t,e,h),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!h&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2)}else this.clearStates()},t.prototype.isSilent=function(){for(var t=this;t;){if(t.silent)return!0;var e=t.__hostTarget;t=e?t.ignoreHostSilent?null:e:t.parent}return!1},t.prototype._updateAnimationTargets=function(){for(var t=0;t=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},t.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),r=L(i,t),o=L(i,e)>=0;r>=0?o?i.splice(r,1):i[r]=e:n&&!o&&i.push(e),this.useStates(i)},t.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},t.prototype._mergeStates=function(t){for(var e,n={},i=0;i=0&&e.splice(n,1)})),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(t){this.markRedraw()},t.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,r=[],o=0;o0&&n.during&&o[0].during((function(t,e){n.during(e)}));for(var d=0;d0||r.force&&!a.length){var w,S=void 0,M=void 0,I=void 0;if(s){M={},d&&(S={});for(_=0;_=0&&(n.splice(i,0,t),this._doAdd(t))}return this},n.prototype.replace=function(t,e){var n=L(this._children,t);return n>=0&&this.replaceAt(e,n),this},n.prototype.replaceAt=function(t,e){var n=this._children,i=n[e];if(t&&t!==this&&t.parent!==this&&t!==i){n[e]=t,i.parent=null;var r=this.__zr;r&&i.removeSelfFromZr(r),this._doAdd(t)}return this},n.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},n.prototype.remove=function(t){var e=this.__zr,n=this._children,i=L(n,t);return i<0||(n.splice(i,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},n.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,n=0;n0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._disposed||(this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover())},t.prototype.resize=function(t){this._disposed||(t=t||{},this.painter.resize(t.width,t.height),this.handler.resize())},t.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},t.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},t.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this._disposed||this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){if(!this._disposed)return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this._disposed||this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this._disposed||this.handler.off(t,e)},t.prototype.trigger=function(t,e){this._disposed||this.handler.trigger(t,e)},t.prototype.clear=function(){if(!this._disposed){for(var t=this.storage.getRoots(),e=0;e0){if(t<=r)return a;if(t>=o)return s}else{if(t>=r)return a;if(t<=o)return s}else{if(t===r)return a;if(t===o)return s}return(t-r)/l*u+a}var go=function(t,e,n){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%"}return yo(t,e,n)};function yo(t,e,n){return Y(t)?(i=t,i.replace(/^\s+|\s+$/g,"")).match(/%$/)?parseFloat(t)/100*e+(n||0):parseFloat(t):null==t?NaN:+t;var i}function vo(t,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),n?t:+t}function mo(t){return t.sort((function(t,e){return t-e})),t}function xo(t){if(t=+t,isNaN(t))return 0;if(t>1e-14)for(var e=1,n=0;n<15;n++,e*=10)if(Math.round(t*e)/e===t)return n;return _o(t)}function _o(t){var e=t.toString().toLowerCase(),n=e.indexOf("e"),i=n>0?+e.slice(n+1):0,r=n>0?n:e.length,o=e.indexOf("."),a=o<0?0:r-1-o;return Math.max(0,a-i)}function bo(t,e){var n=Math.log,i=Math.LN10,r=Math.floor(n(t[1]-t[0])/i),o=Math.round(n(po(e[1]-e[0]))/i),a=Math.min(Math.max(-r+o,0),20);return isFinite(a)?a:20}function wo(t,e){var n=E(t,(function(t,e){return t+(isNaN(e)?0:e)}),0);if(0===n)return[];for(var i=Math.pow(10,e),r=z(t,(function(t){return(isNaN(t)?0:t)/n*i*100})),o=100*i,a=z(r,(function(t){return Math.floor(t)})),s=E(a,(function(t,e){return t+e}),0),l=z(r,(function(t,e){return t-a[e]}));su&&(u=l[h],c=h);++a[c],l[c]=0,++s}return z(a,(function(t){return t/i}))}function So(t,e){var n=Math.max(xo(t),xo(e)),i=t+e;return n>20?i:vo(i,n)}var Mo=9007199254740991;function Io(t){var e=2*Math.PI;return(t%e+e)%e}function To(t){return t>-1e-4&&t=10&&e++,e}function Lo(t,e){var n=ko(t),i=Math.pow(10,n),r=t/i;return t=(e?r<1.5?1:r<2.5?2:r<4?3:r<7?5:10:r<1?1:r<2?2:r<3?3:r<5?5:10)*i,n>=-20?+t.toFixed(n<0?-n:0):t}function Po(t,e){var n=(t.length-1)*e+1,i=Math.floor(n),r=+t[i-1],o=n-i;return o?r+o*(t[i]-r):r}function Oo(t){t.sort((function(t,e){return s(t,e,0)?-1:1}));for(var e=-1/0,n=1,i=0;i0?t.length:0,this.item=null,this.key=NaN,this},t.prototype.next=function(){return(this._step>0?this._idx=this._end)&&(this.item=this._list[this._idx],this.key=this._idx=this._idx+this._step,!0)},t}();function va(t){t.option=t.parentModel=t.ecModel=null}var ma="___EC__COMPONENT__CONTAINER___",xa="___EC__EXTENDED_CLASS___";function _a(t){var e={main:"",sub:""};if(t){var n=t.split(".");e.main=n[0]||"",e.sub=n[1]||""}return e}function ba(t,n){t.$constructor=t,t.extend=function(t){var n,i,r=this;return U(i=r)&&/^class\s/.test(Function.prototype.toString.call(i))?n=function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n}(r):(n=function(){(t.$constructor||r).apply(this,arguments)},P(n,this)),D(n.prototype,t),n[xa]=!0,n.extend=this.extend,n.superCall=Ma,n.superApply=Ia,n.superClass=r,n}}function wa(t,e){t.extend=e.extend}var Sa=Math.round(10*Math.random());function Ma(t,e){for(var n=[],i=2;i=0||r&&L(r,s)<0)){var l=n.getShallow(s,e);null!=l&&(o[t[a][0]]=l)}}return o}}var Da=Ca([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),Aa=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return Da(this,t,e)},t}(),ka=new Yn(50);function La(t){if("string"==typeof t){var e=ka.get(t);return e&&e.image}return t}function Pa(t,e,n,i,r){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var o=ka.get(t),a={hostEl:n,cb:i,cbPayload:r};return o?!Ra(e=o.image)&&o.pending.push(a):((e=u.loadImage(t,Oa,Oa)).__zrImageSrc=t,ka.put(t,e.__cachedImgObj={image:e,pending:[a]})),e}return t}return e}function Oa(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e=s;u++)l-=s;var c=Rr(a,n);return c>l&&(n="",c=0),l=t-c,r.ellipsis=n,r.ellipsisWidth=c,r.contentWidth=l,r.containerWidth=t,r}function Ba(t,e,n){var i=n.containerWidth,r=n.contentWidth,o=n.fontMeasureInfo;if(!i)return t.textLine="",void(t.isTruncated=!1);var a=Rr(o,e);if(a<=i)return t.textLine=e,void(t.isTruncated=!1);for(var s=0;;s++){if(a<=r||s>=n.maxIterations){e+=n.ellipsis;break}var l=0===s?Va(e,r,o):a>0?Math.floor(e.length*r/a):0;a=Rr(o,e=e.substr(0,l))}""===e&&(e=n.placeholder),t.textLine=e,t.isTruncated=!0}function Va(t,e,n){for(var i=0,r=0,o=t.length;r0&&f+i.accumWidth>i.width&&(o=e.split("\n"),h=!0),i.accumWidth=f}else{var g=Xa(e,c,i.width,i.breakAll,i.accumWidth);i.accumWidth=g.accumWidth+p,a=g.linesWidths,o=g.lines}}o||(o=e.split("\n"));for(var y=kr(c),v=0;v=32&&e<=591||e>=880&&e<=4351||e>=4608&&e<=5119||e>=7680&&e<=8303}(t)||!!Ua[t]}function Xa(t,e,n,i,r){for(var o=[],a=[],s="",l="",u=0,c=0,h=kr(e),d=0;dn:r+c+f>n)?c?(s||l)&&(g?(s||(s=l,l="",c=u=0),o.push(s),a.push(c-u),l+=p,s="",c=u+=f):(l&&(s+=l,l="",u=0),o.push(s),a.push(c),s=p,c=f)):g?(o.push(l),a.push(u),l=p,u=f):(o.push(p),a.push(f)):(c+=f,g?(l+=p,u+=f):(l&&(s+=l,l="",u=0),s+=p))}else l&&(s+=l,c+=u),o.push(s),a.push(c),s="",l="",u=0,c=0}return l&&(s+=l),s&&(o.push(s),a.push(c)),1===o.length&&(c+=r),{accumWidth:c,lines:o,linesWidths:a}}function Za(t,e,n,i,r,o){if(t.baseX=n,t.baseY=i,t.outerWidth=t.outerHeight=null,e){var a=2*e.width,s=2*e.height;We.set(ja,Er(n,a,r),Br(i,s,o),a,s),We.intersect(e,ja,null,qa);var l=qa.outIntersectRect;t.outerWidth=l.width,t.outerHeight=l.height,t.baseX=Er(l.x,l.width,r,!0),t.baseY=Br(l.y,l.height,o,!0)}}var ja=new We(0,0,0,0),qa={outIntersectRect:{},clamp:!0};function Ka(t){return null!=t?t+="":t=""}function $a(t,e,n,i){var r=new We(Er(t.x||0,e,t.textAlign),Br(t.y||0,n,t.textBaseline),e,n),o=null!=i?i:Ja(t)?t.lineWidth:0;return o>0&&(r.x-=o/2,r.y-=o/2,r.width+=o,r.height+=o),r}function Ja(t){var e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0}var Qa="__zr_style_"+Math.round(10*Math.random()),ts={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},es={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};ts[Qa]=!0;var ns=["z","z2","invisible"],is=["invisible"],rs=function(t){function n(e){return t.call(this,e)||this}var i;return e(n,t),n.prototype._init=function(e){for(var n=G(e),i=0;i1e-4)return s[0]=t-n,s[1]=e-i,l[0]=t+n,void(l[1]=e+i);if(ds[0]=cs(r)*n+t,ds[1]=us(r)*i+e,ps[0]=cs(o)*n+t,ps[1]=us(o)*i+e,u(s,ds,ps),c(l,ds,ps),(r%=hs)<0&&(r+=hs),(o%=hs)<0&&(o+=hs),r>o&&!a?o+=hs:rr&&(fs[0]=cs(p)*n+t,fs[1]=us(p)*i+e,u(s,fs,s),c(l,fs,l))}var ws={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},Ss=[],Ms=[],Is=[],Ts=[],Cs=[],Ds=[],As=Math.min,ks=Math.max,Ls=Math.cos,Ps=Math.sin,Os=Math.abs,Rs=Math.PI,Ns=2*Rs,zs="undefined"!=typeof Float32Array,Es=[];function Bs(t){return Math.round(t/Rs*1e8)/1e8%2*Rs}function Vs(t,e){var n=Bs(t[0]);n<0&&(n+=Ns);var i=n-t[0],r=t[1];r+=i,!e&&r-n>=Ns?r=n+Ns:e&&n-r>=Ns?r=n-Ns:!e&&n>r?r=n+(Ns-Bs(n-r)):e&&n0&&(this._ux=Os(n/yr/t)||0,this._uy=Os(n/yr/e)||0)},t.prototype.setDPR=function(t){this.dpr=t},t.prototype.setContext=function(t){this._ctx=t},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData(ws.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},t.prototype.lineTo=function(t,e){var n=Os(t-this._xi),i=Os(e-this._yi),r=n>this._ux||i>this._uy;if(this.addData(ws.L,t,e),this._ctx&&r&&this._ctx.lineTo(t,e),r)this._xi=t,this._yi=e,this._pendingPtDist=0;else{var o=n*n+i*i;o>this._pendingPtDist&&(this._pendingPtX=t,this._pendingPtY=e,this._pendingPtDist=o)}return this},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){return this._drawPendingPt(),this.addData(ws.C,t,e,n,i,r,o),this._ctx&&this._ctx.bezierCurveTo(t,e,n,i,r,o),this._xi=r,this._yi=o,this},t.prototype.quadraticCurveTo=function(t,e,n,i){return this._drawPendingPt(),this.addData(ws.Q,t,e,n,i),this._ctx&&this._ctx.quadraticCurveTo(t,e,n,i),this._xi=n,this._yi=i,this},t.prototype.arc=function(t,e,n,i,r,o){this._drawPendingPt(),Es[0]=i,Es[1]=r,Vs(Es,o),i=Es[0];var a=(r=Es[1])-i;return this.addData(ws.A,t,e,n,n,i,a,0,o?0:1),this._ctx&&this._ctx.arc(t,e,n,i,r,o),this._xi=Ls(r)*n+t,this._yi=Ps(r)*n+e,this},t.prototype.arcTo=function(t,e,n,i,r){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,n,i,r),this},t.prototype.rect=function(t,e,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,n,i),this.addData(ws.R,t,e,n,i),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(ws.Z);var t=this._ctx,e=this._x0,n=this._y0;return t&&t.closePath(),this._xi=e,this._yi=n,this},t.prototype.fill=function(t){t&&t.fill(),this.toStatic()},t.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(t){if(this._saveData){var e=t.length;this.data&&this.data.length===e||!zs||(this.data=new Float32Array(e));for(var n=0;n0&&o))for(var a=0;au.length&&(this._expandData(),u=this.data);for(var c=0;c0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var t=[],e=0;e11&&(this.data=new Float32Array(t)))}},t.prototype.getBoundingRect=function(){Is[0]=Is[1]=Cs[0]=Cs[1]=Number.MAX_VALUE,Ts[0]=Ts[1]=Ds[0]=Ds[1]=-Number.MAX_VALUE;var t,e=this.data,n=0,i=0,r=0,o=0;for(t=0;tn||Os(y)>i||h===e-1)&&(f=Math.sqrt(A*A+y*y),r=g,o=x);break;case ws.C:var v=t[h++],m=t[h++],x=(g=t[h++],t[h++]),_=t[h++],b=t[h++];f=On(r,o,v,m,g,x,_,b,10),r=_,o=b;break;case ws.Q:f=Vn(r,o,v=t[h++],m=t[h++],g=t[h++],x=t[h++],10),r=g,o=x;break;case ws.A:var w=t[h++],S=t[h++],M=t[h++],I=t[h++],T=t[h++],C=t[h++],D=C+T;h+=1,p&&(a=Ls(T)*M+w,s=Ps(T)*I+S),f=ks(M,I)*As(Ns,Math.abs(C)),r=Ls(D)*M+w,o=Ps(D)*I+S;break;case ws.R:a=r=t[h++],s=o=t[h++],f=2*t[h++]+2*t[h++];break;case ws.Z:var A=a-r;y=s-o;f=Math.sqrt(A*A+y*y),r=a,o=s}f>=0&&(l[c++]=f,u+=f)}return this._pathLen=u,u},t.prototype.rebuildPath=function(t,e){var n,i,r,o,a,s,l,u,c,h,d=this.data,p=this._ux,f=this._uy,g=this._len,y=e<1,v=0,m=0,x=0;if(!y||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,u=e*this._pathLen))t:for(var _=0;_0&&(t.lineTo(c,h),x=0),b){case ws.M:n=r=d[_++],i=o=d[_++],t.moveTo(r,o);break;case ws.L:a=d[_++],s=d[_++];var S=Os(a-r),M=Os(s-o);if(S>p||M>f){if(y){if(v+(j=l[m++])>u){var I=(u-v)/j;t.lineTo(r*(1-I)+a*I,o*(1-I)+s*I);break t}v+=j}t.lineTo(a,s),r=a,o=s,x=0}else{var T=S*S+M*M;T>x&&(c=a,h=s,x=T)}break;case ws.C:var C=d[_++],D=d[_++],A=d[_++],k=d[_++],L=d[_++],P=d[_++];if(y){if(v+(j=l[m++])>u){Ln(r,C,A,L,I=(u-v)/j,Ss),Ln(o,D,k,P,I,Ms),t.bezierCurveTo(Ss[1],Ms[1],Ss[2],Ms[2],Ss[3],Ms[3]);break t}v+=j}t.bezierCurveTo(C,D,A,k,L,P),r=L,o=P;break;case ws.Q:C=d[_++],D=d[_++],A=d[_++],k=d[_++];if(y){if(v+(j=l[m++])>u){En(r,C,A,I=(u-v)/j,Ss),En(o,D,k,I,Ms),t.quadraticCurveTo(Ss[1],Ms[1],Ss[2],Ms[2]);break t}v+=j}t.quadraticCurveTo(C,D,A,k),r=A,o=k;break;case ws.A:var O=d[_++],R=d[_++],N=d[_++],z=d[_++],E=d[_++],B=d[_++],V=d[_++],G=!d[_++],F=N>z?N:z,W=Os(N-z)>.001,H=E+B,U=!1;if(y)v+(j=l[m++])>u&&(H=E+B*(u-v)/j,U=!0),v+=j;if(W&&t.ellipse?t.ellipse(O,R,N,z,V,E,H,G):t.arc(O,R,F,E,H,G),U)break t;w&&(n=Ls(E)*N+O,i=Ps(E)*z+R),r=Ls(H)*N+O,o=Ps(H)*z+R;break;case ws.R:n=r=d[_],i=o=d[_+1],a=d[_++],s=d[_++];var Y=d[_++],X=d[_++];if(y){if(v+(j=l[m++])>u){var Z=u-v;t.moveTo(a,s),t.lineTo(a+As(Z,Y),s),(Z-=Y)>0&&t.lineTo(a+Y,s+As(Z,X)),(Z-=X)>0&&t.lineTo(a+ks(Y-Z,0),s+X),(Z-=Y)>0&&t.lineTo(a,s+ks(X-Z,0));break t}v+=j}t.rect(a,s,Y,X);break;case ws.Z:if(y){var j;if(v+(j=l[m++])>u){I=(u-v)/j;t.lineTo(r*(1-I)+n*I,o*(1-I)+i*I);break t}v+=j}t.closePath(),r=n,o=i}}},t.prototype.clone=function(){var e=new t,n=this.data;return e.data=n.slice?n.slice():Array.prototype.slice.call(n),e._len=this._len,e},t.prototype.canSave=function(){return!!this._saveData},t.CMD=ws,t.initDefaultProps=((e=t.prototype)._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,void(e._version=0)),t}();function Fs(t,e,n,i,r,o,a){if(0===r)return!1;var s=r,l=0;if(a>e+s&&a>i+s||at+s&&o>n+s||oe+h&&c>i+h&&c>o+h&&c>s+h||ct+h&&u>n+h&&u>r+h&&u>a+h||ue+u&&l>i+u&&l>o+u||lt+u&&s>n+u&&s>r+u||sn||c+ur&&(r+=Xs);var d=Math.atan2(l,s);return d<0&&(d+=Xs),d>=i&&d<=r||d+Xs>=i&&d+Xs<=r}function js(t,e,n,i,r,o){if(o>e&&o>i||or?s:0}var qs=Gs.CMD,Ks=2*Math.PI;var $s=[-1,-1,-1],Js=[-1,-1];function Qs(t,e,n,i,r,o,a,s,l,u){if(u>e&&u>i&&u>o&&u>s||u1&&(c=void 0,c=Js[0],Js[0]=Js[1],Js[1]=c),f=Cn(e,i,o,s,Js[0]),p>1&&(g=Cn(e,i,o,s,Js[1]))),2===p?ve&&s>i&&s>o||s=0&&c<=1&&(r[l++]=c);else{var u=a*a-4*o*s;if(In(u))(c=-a/(2*o))>=0&&c<=1&&(r[l++]=c);else if(u>0){var c,h=vn(u),d=(-a-h)/(2*o);(c=(-a+h)/(2*o))>=0&&c<=1&&(r[l++]=c),d>=0&&d<=1&&(r[l++]=d)}}return l}(e,i,o,s,$s);if(0===l)return 0;var u=zn(e,i,o);if(u>=0&&u<=1){for(var c=0,h=Rn(e,i,o,u),d=0;dn||s<-n)return 0;var l=Math.sqrt(n*n-s*s);$s[0]=-l,$s[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=Ks-1e-4){i=0,r=Ks;var c=o?1:-1;return a>=$s[0]+t&&a<=$s[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=Ks,r+=Ks);for(var d=0,p=0;p<2;p++){var f=$s[p];if(f+t>a){var g=Math.atan2(s,f);c=o?1:-1;g<0&&(g=Ks+g),(g>=i&&g<=r||g+Ks>=i&&g+Ks<=r)&&(g>Math.PI/2&&g<1.5*Math.PI&&(c=-c),d+=c)}}return d}function nl(t,e,n,i,r){for(var o,a,s,l,u=t.data,c=t.len(),h=0,d=0,p=0,f=0,g=0,y=0;y1&&(n||(h+=js(d,p,f,g,i,r))),m&&(f=d=u[y],g=p=u[y+1]),v){case qs.M:d=f=u[y++],p=g=u[y++];break;case qs.L:if(n){if(Fs(d,p,u[y],u[y+1],e,i,r))return!0}else h+=js(d,p,u[y],u[y+1],i,r)||0;d=u[y++],p=u[y++];break;case qs.C:if(n){if(Ws(d,p,u[y++],u[y++],u[y++],u[y++],u[y],u[y+1],e,i,r))return!0}else h+=Qs(d,p,u[y++],u[y++],u[y++],u[y++],u[y],u[y+1],i,r)||0;d=u[y++],p=u[y++];break;case qs.Q:if(n){if(Hs(d,p,u[y++],u[y++],u[y],u[y+1],e,i,r))return!0}else h+=tl(d,p,u[y++],u[y++],u[y],u[y+1],i,r)||0;d=u[y++],p=u[y++];break;case qs.A:var x=u[y++],_=u[y++],b=u[y++],w=u[y++],S=u[y++],M=u[y++];y+=1;var I=!!(1-u[y++]);o=Math.cos(S)*b+x,a=Math.sin(S)*w+_,m?(f=o,g=a):h+=js(d,p,o,a,i,r);var T=(i-x)*w/b+x;if(n){if(Zs(x,_,w,S,S+M,I,e,T,r))return!0}else h+=el(x,_,w,S,S+M,I,T,r);d=Math.cos(S+M)*b+x,p=Math.sin(S+M)*w+_;break;case qs.R:if(f=d=u[y++],g=p=u[y++],o=f+u[y++],a=g+u[y++],n){if(Fs(f,g,o,g,e,i,r)||Fs(o,g,o,a,e,i,r)||Fs(o,a,f,a,e,i,r)||Fs(f,a,f,g,e,i,r))return!0}else h+=js(o,g,o,a,i,r),h+=js(f,a,f,g,i,r);break;case qs.Z:if(n){if(Fs(d,p,f,g,e,i,r))return!0}else h+=js(d,p,f,g,i,r);d=f,p=g}}return n||(s=p,l=g,Math.abs(s-l)<1e-4)||(h+=js(d,p,f,g,i,r)||0),0!==h}var il=A({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},ts),rl={style:A({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},es.style)},ol=Dr.concat(["invisible","culling","z","z2","zlevel","parent"]),al=function(t){function n(e){return t.call(this,e)||this}var i;return e(n,t),n.prototype.update=function(){var e=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new n;r.buildPath===n.prototype.buildPath&&(r.buildPath=function(t){e.buildPath(t,e.shape)}),r.silent=!0;var o=r.style;for(var a in i)o[a]!==i[a]&&(o[a]=i[a]);o.fill=i.fill?i.decal:null,o.decal=null,o.shadowColor=null,i.strokeFirst&&(o.stroke=null);for(var s=0;s.5?vr:e>.2?"#eee":mr}if(t)return mr}return vr},n.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(Y(e)){var n=this.__zr;if(!(!n||!n.isDarkMode())===fi(t,0)<.4)return e}},n.prototype.buildPath=function(t,e,n){},n.prototype.pathUpdated=function(){this.__dirty&=-5},n.prototype.getUpdatedPathProxy=function(t){return!this.path&&this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,t),this.path},n.prototype.createPathProxy=function(){this.path=new Gs(!1)},n.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))},n.prototype.hasFill=function(){var t=this.style.fill;return null!=t&&"none"!==t},n.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,n=!t;if(n){var i=!1;this.path||(i=!0,this.createPathProxy());var r=this.path;(i||4&this.__dirty)&&(r.beginPath(),this.buildPath(r,this.shape,!1),this.pathUpdated()),t=r.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||n){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},n.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect(),r=this.style;if(t=n[0],e=n[1],i.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=r.lineWidth,s=r.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),function(t,e,n,i){return nl(t,e,!0,n,i)}(o,a/s,t,e)))return!0}if(this.hasFill())return function(t,e,n){return nl(t,0,!1,e,n)}(o,t,e)}return!1},n.prototype.dirtyShape=function(){this.__dirty|=4,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},n.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},n.prototype.animateShape=function(t){return this.animate("shape",t)},n.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},n.prototype.attrKV=function(e,n){"shape"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},n.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),"string"==typeof t?n[t]=e:D(n,t),this.dirtyShape(),this},n.prototype.shapeChanged=function(){return!!(4&this.__dirty)},n.prototype.createStyle=function(t){return vt(il,t)},n.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=D({},this.shape))},n.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=D({},i.shape),D(s,n.shape)):(s=D({},r?this.shape:i.shape),D(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=D({},this.shape);for(var u={},c=G(s),h=0;hu&&(n*=u/(a=n+i),i*=u/a),r+o>u&&(r*=u/(a=r+o),o*=u/a),i+r>c&&(i*=c/(a=i+r),r*=c/a),n+o>c&&(n*=c/(a=n+o),o*=c/a),t.moveTo(s+n,l),t.lineTo(s+u-i,l),0!==i&&t.arc(s+u-i,l+i,i,-Math.PI/2,0),t.lineTo(s+u,l+c-r),0!==r&&t.arc(s+u-r,l+c-r,r,0,Math.PI/2),t.lineTo(s+o,l+c),0!==o&&t.arc(s+o,l+c-o,o,Math.PI/2,Math.PI),t.lineTo(s,l+n),0!==n&&t.arc(s+n,l+n,n,Math.PI,1.5*Math.PI)}(t,e):t.rect(n,i,r,o)},n.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},n}(al);ml.prototype.type="rect";var xl={fill:"#000"},_l={},bl={style:A({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},es.style)},wl=function(t){function n(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=xl,n.attr(e),n}return e(n,t),n.prototype.childrenRef=function(){return this._children},n.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;ev&&p){var x=Math.floor(v/d);f=f||y.length>x,m=(y=y.slice(0,x)).length*d}if(r&&c&&null!=g)for(var _=Ea(g,u,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),b={},w=0;w0,T=0;Tg&&Ha(o,a.substring(g,y),e,f),Ha(o,d[2],e,f,d[1]),g=Na.lastIndex}gh){var R=o.lines.length;D>0?(I.tokens=I.tokens.slice(0,D),S(I,C,T),o.lines=o.lines.slice(0,M+1)):o.lines=o.lines.slice(0,M),o.isTruncated=o.isTruncated||o.lines.length=0&&"right"===(C=x[T]).align;)this._placeToken(C,t,b,f,I,"right",y),w-=C.width,I-=C.width,T--;for(M+=(s-(M-p)-(g-I)-w)/2;S<=T;)C=x[S],this._placeToken(C,t,b,f,M+C.width/2,"center",y),M+=C.width,S++;f+=b}},n.prototype._placeToken=function(t,e,n,i,r,a,s){var l=e.rich[t.styleName]||{};l.text=t.text;var u=t.verticalAlign,c=i+n/2;"top"===u?c=i+t.height/2:"bottom"===u&&(c=i+n-t.height/2),!t.isLineHolder&&Rl(l)&&this._renderBackground(l,e,"right"===a?r-t.width:"center"===a?r-t.width/2:r,c-t.height/2,t.width,t.height);var h=!!l.backgroundColor,d=t.textPadding;d&&(r=Pl(r,a,d),c-=t.height/2-d[0]-t.innerHeight/2);var p=this._getOrCreateChild(ll),f=p.createStyle();p.useStyle(f);var g=this._defaultStyle,y=!1,v=0,m=!1,x=Ll("fill"in l?l.fill:"fill"in e?e.fill:(y=!0,g.fill)),_=kl("stroke"in l?l.stroke:"stroke"in e?e.stroke:h||s||g.autoStroke&&!y?null:(v=2,m=!0,g.stroke)),b=l.textShadowBlur>0||e.textShadowBlur>0;f.text=t.text,f.x=r,f.y=c,b&&(f.shadowBlur=l.textShadowBlur||e.textShadowBlur||0,f.shadowColor=l.textShadowColor||e.textShadowColor||"transparent",f.shadowOffsetX=l.textShadowOffsetX||e.textShadowOffsetX||0,f.shadowOffsetY=l.textShadowOffsetY||e.textShadowOffsetY||0),f.textAlign=a,f.textBaseline="middle",f.font=t.font||o,f.opacity=rt(l.opacity,e.opacity,1),Cl(f,l),_&&(f.lineWidth=rt(l.lineWidth,e.lineWidth,v),f.lineDash=it(l.lineDash,e.lineDash),f.lineDashOffset=e.lineDashOffset||0,f.stroke=_),x&&(f.fill=x),p.setBoundingRect($a(f,t.contentWidth,t.contentHeight,m?0:null))},n.prototype._renderBackground=function(t,e,n,i,r,o){var a,s,l,u=t.backgroundColor,c=t.borderWidth,h=t.borderColor,d=u&&u.image,p=u&&!d,f=t.borderRadius,g=this;if(p||t.lineHeight||c&&h){(a=this._getOrCreateChild(ml)).useStyle(a.createStyle()),a.style.fill=null;var y=a.shape;y.x=n,y.y=i,y.width=r,y.height=o,y.r=f,a.dirtyShape()}if(p)(l=a.style).fill=u||null,l.fillOpacity=it(t.fillOpacity,1);else if(d){(s=this._getOrCreateChild(hl)).onload=function(){g.dirtyStyle()};var v=s.style;v.image=u.image,v.x=n,v.y=i,v.width=r,v.height=o}c&&h&&((l=a.style).lineWidth=c,l.stroke=h,l.strokeOpacity=it(t.strokeOpacity,1),l.lineDash=t.borderDash,l.lineDashOffset=t.borderDashOffset||0,a.strokeContainThreshold=0,a.hasFill()&&a.hasStroke()&&(l.strokeFirst=!0,l.lineWidth*=2));var m=(a||s).style;m.shadowBlur=t.shadowBlur||0,m.shadowColor=t.shadowColor||"transparent",m.shadowOffsetX=t.shadowOffsetX||0,m.shadowOffsetY=t.shadowOffsetY||0,m.opacity=rt(t.opacity,e.opacity,1)},n.makeFont=function(t){var e="";return Dl(t)&&(e=[t.fontStyle,t.fontWeight,Tl(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&<(e)||t.textFont||t.font},n}(rs),Sl={left:!0,right:1,center:1},Ml={top:1,bottom:1,middle:1},Il=["fontStyle","fontWeight","fontSize","fontFamily"];function Tl(t){return"string"!=typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?"12px":t+"px":t}function Cl(t,e){for(var n=0;n=0,o=!1;if(t instanceof al){var a=Vl(t),s=r&&a.selectFill||a.normalFill,l=r&&a.selectStroke||a.normalStroke;if(Kl(s)||Kl(l)){var u=(i=i||{}).style||{};"inherit"===u.fill?(o=!0,i=D({},i),(u=D({},u)).fill=s):!Kl(u.fill)&&Kl(s)?(o=!0,i=D({},i),(u=D({},u)).fill=yi(s)):!Kl(u.stroke)&&Kl(l)&&(o||(i=D({},i),u=D({},u)),u.stroke=yi(l)),i.style=u}}if(i&&null==i.z2){o||(i=D({},i));var c=t.z2EmphasisLift;i.z2=t.z2+(null!=c?c:Hl)}return i}(this,0,e,n);if("blur"===t)return function(t,e,n){var i=L(t.currentStates,e)>=0,r=t.style.opacity,o=i?null:function(t,e,n,i){for(var r=t.style,o={},a=0;a0){var o={dataIndex:r,seriesIndex:t.seriesIndex};null!=i&&(o.dataType=i),e.push(o)}}))})),e}function Mu(t,e,n){ku(t,!0),ou(t,lu),Tu(t,e,n)}function Iu(t,e,n,i){i?function(t){ku(t,!1)}(t):Mu(t,e,n)}function Tu(t,e,n){var i=Nl(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var Cu=["emphasis","blur","select"],Du={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function Au(t,e,n,i){n=n||"itemStyle";for(var r=0;r1&&(a*=Vu(f),s*=Vu(f));var g=(r===o?-1:1)*Vu((a*a*(s*s)-a*a*(p*p)-s*s*(d*d))/(a*a*(p*p)+s*s*(d*d)))||0,y=g*a*p/s,v=g*-s*d/a,m=(t+n)/2+Fu(h)*y-Gu(h)*v,x=(e+i)/2+Gu(h)*y+Fu(h)*v,_=Yu([1,0],[(d-y)/a,(p-v)/s]),b=[(d-y)/a,(p-v)/s],w=[(-1*d-y)/a,(-1*p-v)/s],S=Yu(b,w);if(Uu(b,w)<=-1&&(S=Wu),Uu(b,w)>=1&&(S=0),S<0){var M=Math.round(S/Wu*1e6)/1e6;S=2*Wu+M%2*Wu}c.addData(u,m,x,a,s,_,S,h,o)}var Zu=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,ju=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;var qu=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.applyTransform=function(t){},n}(al);function Ku(t){return null!=t.setData}function $u(t,e){var n=function(t){var e=new Gs;if(!t)return e;var n,i=0,r=0,o=i,a=r,s=Gs.CMD,l=t.match(Zu);if(!l)return e;for(var u=0;uk*k+L*L&&(M=T,I=C),{cx:M,cy:I,x0:-c,y0:-h,x1:M*(r/b-1),y1:I*(r/b-1)}}function yc(t,e){var n,i=dc(e.r,0),r=dc(e.r0||0,0),o=i>0;if(o||r>0){if(o||(i=r,r=0),r>i){var a=i;i=r,r=a}var s=e.startAngle,l=e.endAngle;if(!isNaN(s)&&!isNaN(l)){var u=e.cx,c=e.cy,h=!!e.clockwise,d=cc(l-s),p=d>oc&&d%oc;if(p>fc&&(d=p),i>fc)if(d>oc-fc)t.moveTo(u+i*sc(s),c+i*ac(s)),t.arc(u,c,i,s,l,!h),r>fc&&(t.moveTo(u+r*sc(l),c+r*ac(l)),t.arc(u,c,r,l,s,h));else{var f=void 0,g=void 0,y=void 0,v=void 0,m=void 0,x=void 0,_=void 0,b=void 0,w=void 0,S=void 0,M=void 0,I=void 0,T=void 0,C=void 0,D=void 0,A=void 0,k=i*sc(s),L=i*ac(s),P=r*sc(l),O=r*ac(l),R=d>fc;if(R){var N=e.cornerRadius;N&&(n=function(t){var e;if(H(t)){var n=t.length;if(!n)return t;e=1===n?[t[0],t[0],0,0]:2===n?[t[0],t[0],t[1],t[1]]:3===n?t.concat(t[2]):t}else e=[t,t,t,t];return e}(N),f=n[0],g=n[1],y=n[2],v=n[3]);var z=cc(i-r)/2;if(m=pc(z,y),x=pc(z,v),_=pc(z,f),b=pc(z,g),M=w=dc(m,x),I=S=dc(_,b),(w>fc||S>fc)&&(T=i*sc(l),C=i*ac(l),D=r*sc(s),A=r*ac(s),dfc){var Y=pc(y,M),X=pc(v,M),Z=gc(D,A,k,L,i,Y,h),j=gc(T,C,P,O,i,X,h);t.moveTo(u+Z.cx+Z.x0,c+Z.cy+Z.y0),M0&&t.arc(u+Z.cx,c+Z.cy,Y,uc(Z.y0,Z.x0),uc(Z.y1,Z.x1),!h),t.arc(u,c,i,uc(Z.cy+Z.y1,Z.cx+Z.x1),uc(j.cy+j.y1,j.cx+j.x1),!h),X>0&&t.arc(u+j.cx,c+j.cy,X,uc(j.y1,j.x1),uc(j.y0,j.x0),!h))}else t.moveTo(u+k,c+L),t.arc(u,c,i,s,l,!h);else t.moveTo(u+k,c+L);if(r>fc&&R)if(I>fc){Y=pc(f,I),Z=gc(P,O,T,C,r,-(X=pc(g,I)),h),j=gc(k,L,D,A,r,-Y,h);t.lineTo(u+Z.cx+Z.x0,c+Z.cy+Z.y0),I0&&t.arc(u+Z.cx,c+Z.cy,X,uc(Z.y0,Z.x0),uc(Z.y1,Z.x1),!h),t.arc(u,c,r,uc(Z.cy+Z.y1,Z.cx+Z.x1),uc(j.cy+j.y1,j.cx+j.x1),h),Y>0&&t.arc(u+j.cx,c+j.cy,Y,uc(j.y1,j.x1),uc(j.y0,j.x0),!h))}else t.lineTo(u+P,c+O),t.arc(u,c,r,l,s,h);else t.lineTo(u+P,c+O)}else t.moveTo(u,c);t.closePath()}}}var vc=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0,this.cornerRadius=0},mc=function(t){function n(e){return t.call(this,e)||this}return e(n,t),n.prototype.getDefaultShape=function(){return new vc},n.prototype.buildPath=function(t,e){yc(t,e)},n.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},n}(al);mc.prototype.type="sector";var xc=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},_c=function(t){function n(e){return t.call(this,e)||this}return e(n,t),n.prototype.getDefaultShape=function(){return new xc},n.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=2*Math.PI;t.moveTo(n+e.r,i),t.arc(n,i,e.r,0,r,!1),t.moveTo(n+e.r0,i),t.arc(n,i,e.r0,0,r,!0)},n}(al);function bc(t,e,n){var i=e.smooth,r=e.points;if(r&&r.length>=2){if(i){var o=function(t,e,n,i){var r,o,a,s,l=[],u=[],c=[],h=[];if(i){a=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,p=t.length;dHc[1]){if(r=!1,Uc.negativeSize||n)return r;var s=Fc(Hc[0]-Wc[1]),l=Fc(Wc[0]-Hc[1]);Vc(s,l)>Xc.len()&&(s=l||!Uc.bidirectional)&&(De.scale(Yc,a,-l*i),Uc.useDir&&Uc.calcDirMTV()))}}return r},t.prototype._getProjMinMaxOnAxis=function(t,e,n){for(var i=this._axes[t],r=this._origin,o=e[0].dot(i)+r[t],a=o,s=o,l=1;l0){var h={duration:c.duration,delay:c.delay||0,easing:c.easing,done:o,force:!!o||!!a,setToFinal:!u,scope:t,during:a};l?e.animateFrom(n,h):e.animateTo(n,h)}else e.stopAnimation(),!l&&e.attr(n),a&&a(1),o&&o()}function Qc(t,e,n,i,r,o){Jc("update",t,e,n,i,r,o)}function th(t,e,n,i,r,o){Jc("enter",t,e,n,i,r,o)}function eh(t){if(!t.__zr)return!0;for(var e=0;epo(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function Mh(t){return!t.isGroup}function Ih(t,e,n){if(t&&e){var i,r=(i={},t.traverse((function(t){Mh(t)&&t.anid&&(i[t.anid]=t)})),i);e.traverse((function(t){if(Mh(t)&&t.anid){var e=r[t.anid];if(e){var i=o(t);t.attr(o(e)),Qc(t,i,n,Nl(t).dataIndex)}}}))}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return function(t){return null!=t.shape}(t)&&(e.shape=I(t.shape)),e}}function Th(t,e){return z(t,(function(t){var n=t[0];n=ho(n,e.x),n=co(n,e.x+e.width);var i=t[1];return i=ho(i,e.y),[n,i=co(i,e.y+e.height)]}))}function Ch(t,e){var n=ho(t.x,e.x),i=co(t.x+t.width,e.x+e.width),r=ho(t.y,e.y),o=co(t.y+t.height,e.y+e.height);if(i>=n&&o>=r)return{x:n,y:r,width:i-n,height:o-r}}function Dh(t,e,n){var i=D({rectHover:!0},e),r=i.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(r.image=t.slice(8),A(r,n),new hl(i)):fh(t.replace("path://",""),i,n,"center")}function Ah(t,e,n,i,r){for(var o=0,a=r[r.length-1];o=-1e-6)return!1;var f=t-r,g=e-o,y=Lh(f,g,u,c)/p;if(y<0||y>1)return!1;var v=Lh(f,g,h,d)/p;return!(v<0||v>1)}function Lh(t,e,n,i){return t*i-n*e}function Ph(t,e,n,i,r){return null==e||(Z(e)?Oh[0]=Oh[1]=Oh[2]=Oh[3]=e:(Oh[0]=e[0],Oh[1]=e[1],Oh[2]=e[2],Oh[3]=e[3]),i&&(Oh[0]=ho(0,Oh[0]),Oh[1]=ho(0,Oh[1]),Oh[2]=ho(0,Oh[2]),Oh[3]=ho(0,Oh[3])),n&&(Oh[0]=-Oh[0],Oh[1]=-Oh[1],Oh[2]=-Oh[2],Oh[3]=-Oh[3]),Rh(t,Oh,"x","width",3,1,r&&r[0]||0),Rh(t,Oh,"y","height",0,2,r&&r[1]||0)),t}var Oh=[0,0,0,0];function Rh(t,e,n,i,r,o,a){var s=e[o]+e[r],l=t[i];t[i]+=s,a=ho(0,co(a,l)),t[i]=0?-e[r]:e[o]>=0?l+e[o]:po(s)>1e-8?(l-a)*e[r]/s:0):t[n]-=e[r]}function Nh(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=Y(e)?{formatter:e}:e,o=n.mainType,a=n.componentIndex,s={componentType:o,name:i,$vars:["name"]};s[o+"Index"]=a;var l=t.formatterParamsExtra;l&&N(G(l),(function(t){xt(s,t)||(s[t]=l[t],s.$vars.push(t))}));var u=Nl(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:A({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function zh(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function Eh(t,e){if(t)if(H(t))for(var n=0;ne&&(e=i),ie&&(n=e=0),{min:n,max:e}}function Uh(t,e,n){Yh(t,e,n,-1/0)}function Yh(t,e,n,i){if(t.ignoreModelZ)return i;var r=t.getTextContent(),o=t.getTextGuideLine();if(t.isGroup)for(var a=t.childrenRef(),s=0;s-1?Id:Cd;function Ld(t,e){t=t.toUpperCase(),Ad[t]=new bd(e),Dd[t]=e}function Pd(t){return Ad[t]}Ld(Td,{time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}}),Ld(Id,{time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}});var Od=null;function Rd(){return Od}var Nd=1e3,zd=6e4,Ed=36e5,Bd=864e5,Vd=31536e6,Gd={year:/({yyyy}|{yy})/,month:/({MMMM}|{MMM}|{MM}|{M})/,day:/({dd}|{d})/,hour:/({HH}|{H}|{hh}|{h})/,minute:/({mm}|{m})/,second:/({ss}|{s})/,millisecond:/({SSS}|{S})/},Fd={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}"},Wd="{yyyy}-{MM}-{dd}",Hd={year:"{yyyy}",month:"{yyyy}-{MM}",day:Wd,hour:Wd+" "+Fd.hour,minute:Wd+" "+Fd.minute,second:Wd+" "+Fd.second,millisecond:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},Ud=["year","month","day","hour","minute","second","millisecond"],Yd=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function Xd(t){return Y(t)||U(t)?t:function(t){t=t||{};var e={},n=!0;return N(Ud,(function(e){n&&(n=null==t[e])})),N(Ud,(function(i,r){var o=t[i];e[i]={};for(var a=null,s=r;s>=0;s--){var l=Ud[s],u=j(o)&&!H(o)?o[l]:o,c=void 0;H(u)?a=(c=u.slice())[0]||"":Y(u)?c=[a=u]:(null==a?a=Fd[i]:Gd[l].test(a)||(a=e[l][l][0]+" "+a),c=[a],n&&(c[1]="{primary|"+a+"}")),e[i][l]=c}})),e}(t)}function Zd(t,e){return"0000".substr(0,e-(t+="").length)+t}function jd(t){switch(t){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return t}}function qd(t){return t===jd(t)}function Kd(t,e,n,i){var r=Do(t),o=r[Qd(n)](),a=r[tp(n)]()+1,s=Math.floor((a-1)/3)+1,l=r[ep(n)](),u=r["get"+(n?"UTC":"")+"Day"](),c=r[np(n)](),h=(c-1)%12+1,d=r[ip(n)](),p=r[rp(n)](),f=r[op(n)](),g=c>=12?"pm":"am",y=g.toUpperCase(),v=(i instanceof bd?i:Pd(i||kd)||Ad[Cd]).getModel("time"),m=v.get("month"),x=v.get("monthAbbr"),_=v.get("dayOfWeek"),b=v.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,g+"").replace(/{A}/g,y+"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,Zd(o%100+"",2)).replace(/{Q}/g,s+"").replace(/{MMMM}/g,m[a-1]).replace(/{MMM}/g,x[a-1]).replace(/{MM}/g,Zd(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,Zd(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,_[u]).replace(/{ee}/g,b[u]).replace(/{e}/g,u+"").replace(/{HH}/g,Zd(c,2)).replace(/{H}/g,c+"").replace(/{hh}/g,Zd(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,Zd(d,2)).replace(/{m}/g,d+"").replace(/{ss}/g,Zd(p,2)).replace(/{s}/g,p+"").replace(/{SSS}/g,Zd(f,3)).replace(/{S}/g,f+"")}function $d(t,e){var n=Do(t),i=n[tp(e)]()+1,r=n[ep(e)](),o=n[np(e)](),a=n[ip(e)](),s=n[rp(e)](),l=0===n[op(e)](),u=l&&0===s,c=u&&0===a,h=c&&0===o,d=h&&1===r;return d&&1===i?"year":d?"month":h?"day":c?"hour":u?"minute":l?"second":"millisecond"}function Jd(t,e,n){switch(e){case"year":t[sp(n)](0);case"month":t[lp(n)](1);case"day":t[up(n)](0);case"hour":t[cp(n)](0);case"minute":t[hp(n)](0);case"second":t[dp(n)](0)}return t}function Qd(t){return t?"getUTCFullYear":"getFullYear"}function tp(t){return t?"getUTCMonth":"getMonth"}function ep(t){return t?"getUTCDate":"getDate"}function np(t){return t?"getUTCHours":"getHours"}function ip(t){return t?"getUTCMinutes":"getMinutes"}function rp(t){return t?"getUTCSeconds":"getSeconds"}function op(t){return t?"getUTCMilliseconds":"getMilliseconds"}function ap(t){return t?"setUTCFullYear":"setFullYear"}function sp(t){return t?"setUTCMonth":"setMonth"}function lp(t){return t?"setUTCDate":"setDate"}function up(t){return t?"setUTCHours":"setHours"}function cp(t){return t?"setUTCMinutes":"setMinutes"}function hp(t){return t?"setUTCSeconds":"setSeconds"}function dp(t){return t?"setUTCMilliseconds":"setMilliseconds"}function pp(t){if(!No(t))return Y(t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function fp(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,(function(t,e){return e.toUpperCase()})),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var gp=at;function yp(t,e,n){function i(t){return t&<(t)?t:"-"}function r(t){return!(null==t||isNaN(t)||!isFinite(t))}var o="time"===e,a=t instanceof Date;if(o||a){var s=o?Do(t):t;if(!isNaN(+s))return Kd(s,"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}",n);if(a)return"-"}if("ordinal"===e)return X(t)?i(t):Z(t)&&r(t)?t+"":"-";var l=Ro(t);return r(l)?pp(l):X(t)?i(t):"boolean"==typeof t?t+"":"-"}var vp=["a","b","c","d","e","f","g"],mp=function(t,e){return"{"+t+(null==e?"":e)+"}"};function xp(t,e,n){H(e)||(e=[e]);var i=e.length;if(!i)return"";for(var r=e[0].$vars||[],o=0;o':'':{renderMode:o,content:"{"+(n.markerId||"markerX")+"|} ",style:"subItem"===r?{width:4,height:4,borderRadius:2,backgroundColor:i}:{width:10,height:10,borderRadius:5,backgroundColor:i}}:""}function bp(t,e){return e=e||"transparent",Y(t)?t:j(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function wp(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}var Sp={},Mp={},Ip=function(){function t(){this._normalMasterList=[],this._nonSeriesBoxMasterList=[]}return t.prototype.create=function(t,e){function n(n,i){var r=[];return N(n,(function(n,i){var o=n.create(t,e);r=r.concat(o||[])})),r}this._nonSeriesBoxMasterList=n(Sp,!0),this._normalMasterList=n(Mp,!1)},t.prototype.update=function(t,e){N(this._normalMasterList,(function(n){n.update&&n.update(t,e)}))},t.prototype.getCoordinateSystems=function(){return this._normalMasterList.concat(this._nonSeriesBoxMasterList)},t.register=function(t,e){"matrix"!==t&&"calendar"!==t?Mp[t]=e:Sp[t]=e},t.get=function(t){return Mp[t]||Sp[t]},t}();var Tp=1,Cp=2;var Dp=gt();var Ap=0,kp=1,Lp=2;function Pp(t,e){var n=t.getShallow("coordinateSystem"),i=t.getShallow("coordinateSystemUsage",!0),r=Ap;if(n){var o="series"===t.mainType;null==i&&(i=o?"data":"box"),"data"===i?(r=kp,o||(r=Ap)):"box"===i&&(r=Lp,o||function(t){return!!Sp[t]}(n)||(r=Ap))}return{coordSysType:n,kind:r}}function Op(t){var e=t.targetModel,n=t.coordSysType,i=t.coordSysProvider,r=t.isDefaultDataCoordSys;t.allowNotFound;var o=Pp(e),a=o.kind,s=o.coordSysType;if(r&&a!==kp&&(a=kp,s=n),a===Ap||s!==n)return!1;var l=i(n,e);return!!l&&(a===kp?e.coordinateSystem=l:e.boxCoordinateSystem=l,!0)}var Rp=function(t,e){var n=e.getReferringComponents(t,ca).models[0];return n&&n.coordinateSystem},Np=N,zp=["left","right","top","bottom","width","height"],Ep=[["width","left","right"],["height","top","bottom"]];function Bp(t,e,n,i,r){var o=0,a=0;null==i&&(i=1/0),null==r&&(r=1/0);var s=0;e.eachChild((function(l,u){var c,h,d=l.getBoundingRect(),p=e.childAt(u+1),f=p&&p.getBoundingRect();if("horizontal"===t){var g=d.width+(f?-f.x+d.x:0);(c=o+g)>i||l.newline?(o=0,c=g,a+=s+n,s=d.height):s=Math.max(s,d.height)}else{var y=d.height+(f?-f.y+d.y:0);(h=a+y)>r||l.newline?(o+=s+n,a=0,h=y,s=d.width):s=Math.max(s,d.width)}l.newline||(l.x=o,l.y=a,l.markRedraw(),"horizontal"===t?o=c+n:a=h+n)}))}var Vp=Bp;W(Bp,"vertical"),W(Bp,"horizontal");function Gp(t,e){return{left:t.getShallow("left",e),top:t.getShallow("top",e),right:t.getShallow("right",e),bottom:t.getShallow("bottom",e),width:t.getShallow("width",e),height:t.getShallow("height",e)}}function Fp(t,e){var n=function(t,e){var n,i,r=Yp(t,e,{enableLayoutOnlyByCenter:!0}),o=t.getBoxLayoutParams();if(r.type===Up.point)i=r.refPoint,n=Wp(o,{width:e.getWidth(),height:e.getHeight()});else{var a=t.get("center"),s=H(a)?a:[a,a];n=Wp(o,r.refContainer),i=r.boxCoordFrom===Cp?r.refPoint:[go(s[0],n.width)+n.x,go(s[1],n.height)+n.y]}return{viewRect:n,center:i}}(t,e),i=n.viewRect,r=n.center,o=t.get("radius");H(o)||(o=[0,o]);var a=go(i.width,e.getWidth()),s=go(i.height,e.getHeight()),l=Math.min(a,s),u=go(o[0],l/2),c=go(o[1],l/2);return{cx:r[0],cy:r[1],r0:u,r:c,viewRect:i}}function Wp(t,e,n){n=gp(n||0);var i=e.width,r=e.height,o=go(t.left,i),a=go(t.top,r),s=go(t.right,i),l=go(t.bottom,r),u=go(t.width,i),c=go(t.height,r),h=n[2]+n[0],d=n[1]+n[3],p=t.aspect;switch(isNaN(u)&&(u=i-s-d-o),isNaN(c)&&(c=r-l-h-a),null!=p&&(isNaN(u)&&isNaN(c)&&(p>i/r?u=.8*i:c=.8*r),isNaN(u)&&(u=p*c),isNaN(c)&&(c=u/p)),isNaN(o)&&(o=i-s-u-d),isNaN(a)&&(a=r-l-c-h),t.left||t.right){case"center":o=i/2-u/2-n[3];break;case"right":o=i-u-d}switch(t.top||t.bottom){case"middle":case"center":a=r/2-c/2-n[0];break;case"bottom":a=r-c-h}o=o||0,a=a||0,isNaN(u)&&(u=i-d-o-(s||0)),isNaN(c)&&(c=r-h-a-(l||0));var f=new We((e.x||0)+o+n[3],(e.y||0)+a+n[0],u,c);return f.margin=n,f}function Hp(t,e,n){var i=t.getShallow("preserveAspect",!0);if(!i)return e;var r=e.width/e.height;if(Math.abs(Math.atan(n)-Math.atan(r))<1e-9)return e;var o=t.getShallow("preserveAspectAlign",!0),a=t.getShallow("preserveAspectVerticalAlign",!0),s={width:e.width,height:e.height},l="cover"===i;return r>n&&!l||r=2)return o;for(var c=0;c=0;a--)o=T(o,n[a],!0);e.defaultOption=o}return e.defaultOption},n.prototype.getReferringComponents=function(t,e){var n=t+"Index",i=t+"Id";return da(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},n.prototype.getBoxLayoutParams=function(){return Gp(this,!1)},n.prototype.getZLevelKey=function(){return""},n.prototype.setZLevel=function(t){this.option.zlevel=t},n.protoInitialize=((i=n.prototype).type="component",i.id="",i.name="",i.mainType="",i.subType="",void(i.componentIndex=0)),n}(bd);wa(Jp,bd),Ta(Jp),function(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=_a(t);e[i.main]=n},t.determineSubType=function(n,i){var r=i.type;if(!r){var o=_a(n).main;t.hasSubTypes(n)&&e[o]&&(r=e[o](i))}return r}}(Jp),function(t,e){function n(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}t.topologicalTravel=function(t,i,r,o){if(t.length){var a=function(t){var i={},r=[];return N(t,(function(o){var a=n(i,o),s=function(t,e){var n=[];return N(t,(function(t){L(e,t)>=0&&n.push(t)})),n}(a.originalDeps=e(o),t);a.entryCount=s.length,0===a.entryCount&&r.push(o),N(s,(function(t){L(a.predecessor,t)<0&&a.predecessor.push(t);var e=n(i,t);L(e.successor,t)<0&&e.successor.push(o)}))})),{graph:i,noEntryList:r}}(i),s=a.graph,l=a.noEntryList,u={};for(N(t,(function(t){u[t]=!0}));l.length;){var c=l.pop(),h=s[c],d=!!u[c];d&&(r.call(o,c,h.originalDeps.slice()),delete u[c]),N(h.successor,d?f:p)}N(u,(function(){var t="";throw new Error(t)}))}function p(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function f(t){u[t]=!0,p(t)}}}(Jp,(function(t){var e=[];N(Jp.getClassesByMainType(t),(function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])})),e=z(e,(function(t){return _a(t).main})),"dataset"!==t&&L(e,"dataset")<=0&&e.unshift("dataset");return e}));var Qp={color:{},darkColor:{},size:{}},tf=Qp.color={theme:["#5070dd","#b6d634","#505372","#ff994d","#0ca8df","#ffd10a","#fb628b","#785db0","#3fbe95"],neutral00:"#fff",neutral05:"#f4f7fd",neutral10:"#e8ebf0",neutral15:"#dbdee4",neutral20:"#cfd2d7",neutral25:"#c3c5cb",neutral30:"#b7b9be",neutral35:"#aaacb2",neutral40:"#9ea0a5",neutral45:"#929399",neutral50:"#86878c",neutral55:"#797b7f",neutral60:"#6d6e73",neutral65:"#616266",neutral70:"#54555a",neutral75:"#48494d",neutral80:"#3c3c41",neutral85:"#303034",neutral90:"#232328",neutral95:"#17171b",neutral99:"#000",accent05:"#eff1f9",accent10:"#e0e4f2",accent15:"#d0d6ec",accent20:"#c0c9e6",accent25:"#b1bbdf",accent30:"#a1aed9",accent35:"#91a0d3",accent40:"#8292cc",accent45:"#7285c6",accent50:"#6578ba",accent55:"#5c6da9",accent60:"#536298",accent65:"#4a5787",accent70:"#404c76",accent75:"#374165",accent80:"#2e3654",accent85:"#252b43",accent90:"#1b2032",accent95:"#121521",transparent:"rgba(0,0,0,0)",highlight:"rgba(255,231,130,0.8)"};for(var ef in D(tf,{primary:tf.neutral80,secondary:tf.neutral70,tertiary:tf.neutral60,quaternary:tf.neutral50,disabled:tf.neutral20,border:tf.neutral30,borderTint:tf.neutral20,borderShade:tf.neutral40,background:tf.neutral05,backgroundTint:"rgba(234,237,245,0.5)",backgroundTransparent:"rgba(255,255,255,0)",backgroundShade:tf.neutral10,shadow:"rgba(0,0,0,0.2)",shadowTint:"rgba(129,130,136,0.2)",axisLine:tf.neutral70,axisLineTint:tf.neutral40,axisTick:tf.neutral70,axisTickMinor:tf.neutral60,axisLabel:tf.neutral70,axisSplitLine:tf.neutral15,axisMinorSplitLine:tf.neutral05}),tf)if(tf.hasOwnProperty(ef)){var nf=tf[ef];"theme"===ef?Qp.darkColor.theme=tf.theme.slice():"highlight"===ef?Qp.darkColor.highlight="rgba(255,231,130,0.4)":0===ef.indexOf("accent")?Qp.darkColor[ef]=hi(nf,null,(function(t){return.5*t}),(function(t){return Math.min(1,1.3-t)})):Qp.darkColor[ef]=hi(nf,null,(function(t){return.9*t}),(function(t){return 1-Math.pow(t,1.5)}))}Qp.size={xxs:2,xs:5,s:10,m:15,l:20,xl:30,xxl:40,xxxl:50};var rf="";"undefined"!=typeof navigator&&(rf=navigator.platform||"");var of="rgba(0, 0, 0, 0.2)",af=Qp.color.theme[0],sf=hi(af,null,null,.9),lf={darkMode:"auto",colorBy:"series",color:Qp.color.theme,gradientColor:[sf,af],aria:{decal:{decals:[{color:of,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:of,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:of,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:of,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:of,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:of,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:rf.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,stateAnimation:{duration:300,easing:"cubicOut"},animation:"auto",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicInOut",animationEasingUpdate:"cubicInOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},uf=gt(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),cf="original",hf="arrayRows",df="objectRows",pf="keyedColumns",ff="typedArray",gf="unknown",yf="column",vf="row",mf=1,xf=2,_f=3,bf=aa();function wf(t,e,n){var i={},r=Mf(e);if(!r||!t)return i;var o,a,s=[],l=[],u=e.ecModel,c=bf(u).datasetMap,h=r.uid+"_"+n.seriesLayoutBy;N(t=t.slice(),(function(e,n){var r=j(e)?e:t[n]={name:e};"ordinal"===r.type&&null==o&&(o=n,a=f(r)),i[r.name]=[]}));var d=c.get(h)||c.set(h,{categoryWayDim:a,valueWayDim:0});function p(t,e,n){for(var i=0;ie)return t[i];return t[n-1]}(i,a):n;if((c=c||n)&&c.length){var h=c[l];return r&&(u[r]=h),s.paletteIdx=(l+1)%c.length,h}}var zf="\0_ec_inner";var Ef=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.init=function(t,e,n,i,r,o){i=i||{},this.option=null,this._theme=new bd(i),this._locale=new bd(r),this._optionManager=o},n.prototype.setOption=function(t,e,n){var i=Gf(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},n.prototype.resetOption=function(t,e){return this._resetOption(t,Gf(e))},n.prototype._resetOption=function(t,e){var n=!1,i=this._optionManager;if(!t||"recreate"===t){var r=i.mountOption("recreate"===t);0,this.option&&"recreate"!==t?(this.restoreData(),this._mergeOption(r,e)):kf(this,r),n=!0}if("timeline"!==t&&"media"!==t||this.restoreData(),!t||"recreate"===t||"timeline"===t){var o=i.getTimelineOption(this);o&&(n=!0,this._mergeOption(o,e))}if(!t||"recreate"===t||"media"===t){var a=i.getMediaOption(this);a.length&&N(a,(function(t){n=!0,this._mergeOption(t,e)}),this)}return n},n.prototype.mergeOption=function(t){this._mergeOption(t,null)},n.prototype._mergeOption=function(t,e){var n=this.option,i=this._componentsMap,r=this._componentsCount,o=[],a=gt(),s=e&&e.replaceMergeMainTypeMap;bf(this).datasetMap=gt(),N(t,(function(t,e){null!=t&&(Jp.hasClass(e)?e&&(o.push(e),a.set(e,!0)):n[e]=null==n[e]?I(t):T(n[e],t,!0))})),s&&s.each((function(t,e){Jp.hasClass(e)&&!a.get(e)&&(o.push(e),a.set(e,!0))})),Jp.topologicalTravel(o,Jp.getAllClassMainTypes(),(function(e){var o=function(t,e,n){var i=Cf.get(e);if(!i)return n;var r=i(t);return r?n.concat(r):n}(this,e,jo(t[e])),a=i.get(e),l=a?s&&s.get(e)?"replaceMerge":"normalMerge":"replaceAll",u=Qo(a,o,l);(function(t,e,n){N(t,(function(t){var i=t.newOption;j(i)&&(t.keyInfo.mainType=e,t.keyInfo.subType=function(t,e,n,i){return e.type?e.type:n?n.subType:i.determineSubType(t,e)}(e,i,t.existing,n))}))})(u,e,Jp),n[e]=null,i.set(e,null),r.set(e,0);var c,h=[],d=[],p=0;N(u,(function(t,n){var i=t.existing,r=t.newOption;if(r){var o="series"===e,a=Jp.getClass(e,t.keyInfo.subType,!o);if(!a)return;if("tooltip"===e){if(c)return void 0;c=!0}if(i&&i.constructor===a)i.name=t.keyInfo.name,i.mergeOption(r,this),i.optionUpdated(r,!1);else{var s=D({componentIndex:n},t.keyInfo);D(i=new a(r,this,this,s),s),t.brandNew&&(i.__requireNewView=!0),i.init(r,this,this),i.optionUpdated(null,!0)}}else i&&(i.mergeOption({},this),i.optionUpdated({},!1));i?(h.push(i.option),d.push(i),p++):(h.push(void 0),d.push(void 0))}),this),n[e]=h,i.set(e,d),r.set(e,p),"series"===e&&Df(this)}),this),this._seriesIndices||Df(this)},n.prototype.getOption=function(){var t=I(this.option);return N(t,(function(e,n){if(Jp.hasClass(n)){for(var i=jo(e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!ra(i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}})),delete t[zf],t},n.prototype.setTheme=function(t){this._theme=new bd(t),this._resetOption("recreate",null)},n.prototype.getTheme=function(){return this._theme},n.prototype.getLocaleModel=function(){return this._locale},n.prototype.setUpdatePayload=function(t){this._payload=t},n.prototype.getUpdatePayload=function(){return this._payload},n.prototype.getComponent=function(t,e){var n=this._componentsMap.get(t);if(n){var i=n[e||0];if(i)return i;if(null==e)for(var r=0;r=e:"max"===n?t<=e:t===e})(i[a],t,o)||(r=!1)}})),r}var Xf=N,Zf=j,jf=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function qf(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=jf.length;nu&&(u=p)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e=0&&(s=o.interpolatedValue[l])}return null!=s?s+"":""})):void 0},t.prototype.getRawValue=function(t,e){return Bg(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function Fg(t){var e,n;return j(t)?t.type&&(n=t):e=t,{text:e,frag:n}}function Wg(t){return new Hg(t)}var Hg=function(){function t(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0}return t.prototype.perform=function(t){var e,n=this._upstream,i=t&&t.skip;if(this._dirty&&n){var r=this.context;r.data=r.outputData=n.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!i&&(e=this._plan(this.context));var o,a=c(this._modBy),s=this._modDataCount||0,l=c(t&&t.modBy),u=t&&t.modDataCount||0;function c(t){return!(t>=1)&&(t=1),t}a===l&&s===u||(e="reset"),(this._dirty||"reset"===e)&&(this._dirty=!1,o=this._doReset(i)),this._modBy=l,this._modDataCount=u;var h=t&&t.step;if(this._dueEnd=n?n._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var d=this._dueIndex,p=Math.min(null!=h?this._dueIndex+h:1/0,this._dueEnd);if(!i&&(o||d1&&i>0?s:a}};return o;function a(){return e=t?null:oe},gte:function(t,e){return t>=e}},qg=function(){function t(t,e){if(!Z(e)){var n="";0,Uo(n)}this._opFn=jg[t],this._rvalFloat=Ro(e)}return t.prototype.evaluate=function(t){return Z(t)?this._opFn(t,this._rvalFloat):this._opFn(Ro(t),this._rvalFloat)},t}(),Kg=function(){function t(t,e){var n="desc"===t;this._resultLT=n?1:-1,null==e&&(e=n?"min":"max"),this._incomparable="min"===e?-1/0:1/0}return t.prototype.evaluate=function(t,e){var n=Z(t)?t:Ro(t),i=Z(e)?e:Ro(e),r=isNaN(n),o=isNaN(i);if(r&&(n=this._incomparable),o&&(i=this._incomparable),r&&o){var a=Y(t),s=Y(e);a&&(n=s?t:0),s&&(i=a?e:0)}return ni?-this._resultLT:0},t}(),$g=function(){function t(t,e){this._rval=e,this._isEQ=t,this._rvalTypeof=typeof e,this._rvalFloat=Ro(e)}return t.prototype.evaluate=function(t){var e=t===this._rval;if(!e){var n=typeof t;n===this._rvalTypeof||"number"!==n&&"number"!==this._rvalTypeof||(e=Ro(t)===this._rvalFloat)}return this._isEQ?e:!e},t}();function Jg(t,e){return"eq"===t||"ne"===t?new $g("eq"===t,e):xt(jg,t)?new qg(t,e):null}var Qg=function(){function t(){}return t.prototype.getRawData=function(){throw new Error("not supported")},t.prototype.getRawDataItem=function(t){throw new Error("not supported")},t.prototype.cloneRawData=function(){},t.prototype.getDimensionInfo=function(t){},t.prototype.cloneAllDimensionInfo=function(){},t.prototype.count=function(){},t.prototype.retrieveValue=function(t,e){},t.prototype.retrieveValueFromItem=function(t,e){},t.prototype.convertValue=function(t,e){return Yg(t,e)},t}();function ty(t){var e=t.sourceFormat;if(!ay(e)){var n="";0,Uo(n)}return t.data}function ey(t){var e=t.sourceFormat,n=t.data;if(!ay(e)){var i="";0,Uo(i)}if(e===hf){for(var r=[],o=0,a=n.length;o65535?uy:cy}function gy(t,e,n,i,r){var o=py[n||"float"];if(r){var a=t[e],s=a&&a.length;if(s!==i){for(var l=new o(i),u=0;ug[1]&&(g[1]=f)}return this._rawCount=this._count=s,{start:a,end:s}},t.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,r=this._chunks,o=this._dimensions,a=o.length,s=this._rawExtent,l=z(o,(function(t){return t.property})),u=0;uy[1]&&(y[1]=g)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(t,e){if(!(e>=0&&e=0&&e=this._rawCount||t<0)return-1;if(!this._indices)return t;var e=this._indices,n=e[t];if(null!=n&&nt))return o;r=o-1}}return-1},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r=u&&x<=c||isNaN(x))&&(a[s++]=p),p++}d=!0}else if(2===r){f=h[i[0]];var y=h[i[1]],v=t[i[1]][0],m=t[i[1]][1];for(g=0;g=u&&x<=c||isNaN(x))&&(_>=v&&_<=m||isNaN(_))&&(a[s++]=p),p++}d=!0}}if(!d)if(1===r)for(g=0;g=u&&x<=c||isNaN(x))&&(a[s++]=b)}else for(g=0;gt[M][1])&&(w=!1)}w&&(a[s++]=e.getRawIndex(g))}return sy[1]&&(y[1]=g)}}}},t.prototype.lttbDownSample=function(t,e){var n,i,r,o=this.clone([t],!0),a=o._chunks[t],s=this.count(),l=0,u=Math.floor(1/e),c=this.getRawIndex(0),h=new(fy(this._rawCount))(Math.min(2*(Math.ceil(s/u)+2),s));h[l++]=c;for(var d=1;dn&&(n=i,r=I)}M>0&&M<_-x&&(h[l++]=Math.min(S,r),r=Math.max(S,r)),h[l++]=r,c=r}return h[l++]=this.getRawIndex(s-1),o._count=l,o._indices=h,o.getRawIndex=this._getRawIdx,o},t.prototype.minmaxDownSample=function(t,e){for(var n=this.clone([t],!0),i=n._chunks,r=Math.floor(1/e),o=i[t],a=this.count(),s=new(fy(this._rawCount))(2*Math.ceil(a/r)),l=0,u=0;ua&&(f=a-u);for(var g=0;gp&&(p=y,d=u+g)}var v=this.getRawIndex(c),m=this.getRawIndex(d);cu-p&&(s=u-p,a.length=s);for(var f=0;fc[1]&&(c[1]=y),h[d++]=v}return r._count=d,r._indices=h,r._updateGetRawIdx(),r},t.prototype.each=function(t,e){if(this._count)for(var n=t.length,i=this._chunks,r=0,o=this.count();ra&&(a=l)}return i=[o,a],this._extent[t]=i,i},t.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,r=0;r=0?this._indices[t]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function t(t,e,n,i){return Yg(t[i],this._dimensions[i])}sy={arrayRows:t,objectRows:function(t,e,n,i){return Yg(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return Yg(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}(),vy=function(){function t(t){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=t}return t.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},t.prototype._setLocalSource=function(t,e){this._sourceList=t,this._upstreamSignList=e,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},t.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},t.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},t.prototype._createSource=function(){this._setLocalSource([],[]);var t,e,n=this._sourceHost,i=this._getUpstreamSourceManagers(),r=!!i.length;if(xy(n)){var o=n,a=void 0,s=void 0,l=void 0;if(r){var u=i[0];u.prepareSource(),a=(l=u.getSource()).data,s=l.sourceFormat,e=[u._getVersionSign()]}else s=K(a=o.get("data",!0))?ff:cf,e=[];var c=this._getSourceMetaRawOption()||{},h=l&&l.metaRawOption||{},d=it(c.seriesLayoutBy,h.seriesLayoutBy)||null,p=it(c.sourceHeader,h.sourceHeader),f=it(c.dimensions,h.dimensions);t=d!==h.seriesLayoutBy||!!p!=!!h.sourceHeader||f?[_g(a,{seriesLayoutBy:d,sourceHeader:p,dimensions:f},s)]:[]}else{var g=n;if(r){var y=this._applyTransform(i);t=y.sourceList,e=y.upstreamSignList}else{t=[_g(g.get("source",!0),this._getSourceMetaRawOption(),null)],e=[]}}this._setLocalSource(t,e)},t.prototype._applyTransform=function(t){var e,n=this._sourceHost,i=n.get("transform",!0),r=n.get("fromTransformResult",!0);if(null!=r){var o="";1!==t.length&&_y(o)}var a,s=[],l=[];return N(t,(function(t){t.prepareSource();var e=t.getSource(r||0),n="";null==r||e||_y(n),s.push(e),l.push(t._getVersionSign())})),i?e=function(t,e,n){var i=jo(t),r=i.length,o="";r||Uo(o);for(var a=0,s=r;a1||n>0&&!t.noHeader;return N(t.blocks,(function(t){var n=Dy(t);n>=e&&(e=n+ +(i&&(!n||Ty(t)&&!t.noHeader)))})),e}return 0}function Ay(t,e,n,i){var r,o=e.noHeader,a=(r=Dy(e),{html:Sy[r],richText:My[r]}),s=[],l=e.blocks||[];st(!l||H(l)),l=l||[];var u=t.orderMode;if(e.sortBlocks&&u){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(xt(c,u)){var h=new Kg(c[u],null);l.sort((function(t,e){return h.evaluate(t.sortParam,e.sortParam)}))}else"seriesDesc"===u&&l.reverse()}N(l,(function(n,r){var o=e.valueFormatter,l=Cy(n)(o?D(D({},t),{valueFormatter:o}):t,n,r>0?a.html:0,i);null!=l&&s.push(l)}));var d="richText"===t.renderMode?s.join(a.richText):Py(i,s.join(""),o?n:a.html);if(o)return d;var p=yp(e.header,"ordinal",t.useUTC),f=wy(i,t.renderMode).nameStyle,g=by(i);return"richText"===t.renderMode?Oy(t,p,f)+a.richText+d:Py(i,'
'+re(p)+"
"+d,n)}function ky(t,e,n,i){var r=t.renderMode,o=e.noName,a=e.noValue,s=!e.markerType,l=e.name,u=t.useUTC,c=e.valueFormatter||t.valueFormatter||function(t){return z(t=H(t)?t:[t],(function(t,e){return yp(t,H(p)?p[e]:p,u)}))};if(!o||!a){var h=s?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||Qp.color.secondary,r),d=o?"":yp(l,"ordinal",u),p=e.valueType,f=a?[]:c(e.value,e.dataIndex),g=!s||!o,y=!s&&o,v=wy(i,r),m=v.nameStyle,x=v.valueStyle;return"richText"===r?(s?"":h)+(o?"":Oy(t,d,m))+(a?"":function(t,e,n,i,r){var o=[r],a=i?10:20;return n&&o.push({padding:[0,0,0,a],align:"right"}),t.markupStyleCreator.wrapRichTextStyle(H(e)?e.join(" "):e,o)}(t,f,g,y,x)):Py(i,(s?"":h)+(o?"":function(t,e,n){return''+re(t)+""}(d,!s,m))+(a?"":function(t,e,n,i){var r=n?"10px":"20px",o=e?"float:right;margin-left:"+r:"";return t=H(t)?t:[t],''+z(t,(function(t){return re(t)})).join("  ")+""}(f,g,y,x)),n)}}function Ly(t,e,n,i,r,o){if(t)return Cy(t)({useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter},t,0,o)}function Py(t,e,n){return'
'+e+'
'}function Oy(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function Ry(t,e){return bp(t.getData().getItemVisual(e,"style")[t.visualDrawType])}function Ny(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var zy=function(){function t(){this.richTextStyles={},this._nextStyleNameId=zo()}return t.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},t.prototype.makeTooltipMarker=function(t,e,n){var i="richText"===n?this._generateStyleName():null,r=_p({color:e,type:t,renderMode:n,markerId:i});return Y(r)?r:(this.richTextStyles[i]=r.style,r.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};H(e)?N(e,(function(t){return D(n,t)})):D(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function Ey(t){var e,n,i,r,o=t.series,a=t.dataIndex,s=t.multipleSeries,l=o.getData(),u=l.mapDimensionsAll("defaultedTooltip"),c=u.length,h=o.getRawValue(a),d=H(h),p=Ry(o,a);if(c>1||d&&!c){var f=function(t,e,n,i,r){var o=e.getData(),a=E(t,(function(t,e,n){var i=o.getDimensionInfo(n);return t||i&&!1!==i.tooltip&&null!=i.displayName}),!1),s=[],l=[],u=[];function c(t,e){var n=o.getDimensionInfo(e);n&&!1!==n.otherDims.tooltip&&(a?u.push(Iy("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?N(i,(function(t){c(Bg(o,n,t),t)})):N(t,c),{inlineValues:s,inlineValueTypes:l,blocks:u}}(h,o,a,u,p);e=f.inlineValues,n=f.inlineValueTypes,i=f.blocks,r=f.inlineValues[0]}else if(c){var g=l.getDimensionInfo(u[0]);r=e=Bg(l,a,u[0]),n=g.type}else r=e=d?h[0]:h;var y=ia(o),v=y&&o.name||"",m=l.getName(a),x=s?v:m;return Iy("section",{header:v,noHeader:s||!y,sortParam:r,blocks:[Iy("nameValue",{markerType:"item",markerColor:p,name:x,noName:!lt(x),value:e,valueType:n,dataIndex:a})].concat(i||[])})}var By=aa();function Vy(t,e){return t.getName(e)||t.getId(e)}var Gy="__universalTransitionEnabled",Fy=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}var r;return e(n,t),n.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=Wg({count:Hy,reset:Uy}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n),(By(this).sourceManager=new vy(this)).prepareSource();var i=this.getInitialData(t,n);Xy(i,this),this.dataTask.context.data=i,By(this).dataBeforeProcessed=i,Wy(this),this._initSelectedMapFromData(i)},n.prototype.mergeDefaultAndTheme=function(t,e){var n=Zp(this),i=n?qp(t):{},r=this.subType;Jp.hasClass(r)&&(r+="Series"),T(t,e.getTheme().get(this.subType)),T(t,this.getDefaultOption()),qo(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&jp(t,i,n)},n.prototype.mergeOption=function(t,e){t=T(this.option,t,!0),this.fillDataTextStyle(t.data);var n=Zp(this);n&&jp(this.option,t,n);var i=By(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);Xy(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,By(this).dataBeforeProcessed=r,Wy(this),this._initSelectedMapFromData(r)},n.prototype.fillDataTextStyle=function(t){if(t&&!K(t))for(var e=["show"],n=0;n=0&&c<0)&&(u=o,c=r,h=0),r===c&&(l[h++]=e))})),l.length=h,l},n.prototype.formatTooltip=function(t,e,n){return Ey({series:this,dataIndex:t,multipleSeries:e})},n.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(i.node&&(!t||!t.ssr))return!1;var e=this.getShallow("animation");return e&&this.getData().count()>this.getShallow("animationThreshold")&&(e=!1),!!e},n.prototype.restoreData=function(){this.dataTask.dirty()},n.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=Of.prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},n.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},n.prototype.getProgressive=function(){return this.get("progressive")},n.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},n.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},n.prototype.unselect=function(t,e){var n=this.option.selectedMap;if(n){var i=this.option.selectedMode,r=this.getData(e);if("series"===i||"all"===n)return this.option.selectedMap={},void(this._selectedDataIndicesMap={});for(var o=0;o=0&&n.push(r)}return n},n.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return("all"===n||n[Vy(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},n.prototype.isUniversalTransitionEnabled=function(){if(this[Gy])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},n.prototype._innerSelect=function(t,e){var n,i,r=this.option,o=r.selectedMode,a=e.length;if(o&&a)if("series"===o)r.selectedMap="all";else if("multiple"===o){j(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l0&&this._innerSelect(t,e)}},n.registerClass=function(t){return Jp.registerClass(t)},n.protoInitialize=((r=n.prototype).type="series.__base__",r.seriesIndex=0,r.ignoreStyleOnData=!1,r.hasSymbolVisual=!1,r.defaultSymbol="circle",r.visualStyleAccessPath="itemStyle",void(r.visualDrawType="fill")),n}(Jp);function Wy(t){var e=t.name;ia(t)||(t.name=function(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return N(n,(function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)})),i.join(" ")}(t)||e)}function Hy(t){return t.model.getRawData().count()}function Uy(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),Yy}function Yy(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function Xy(t,e){N(yt(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),(function(n){t.wrapMethod(n,W(Zy,e))}))}function Zy(t,e){var n=jy(t);return n&&n.setOutputEnd((e||this).count()),e}function jy(t){var e=(t.ecModel||{}).scheduler,n=e&&e.getPipeline(t.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(t.uid))}return i}}O(Fy,Gg),O(Fy,Of),wa(Fy,Jp);var qy=function(){function t(){this.group=new Qr,this.uid=Sd("viewComponent")}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){},t.prototype.updateLayout=function(t,e,n,i){},t.prototype.updateVisual=function(t,e,n,i){},t.prototype.toggleBlurSeries=function(t,e,n){},t.prototype.eachRendered=function(t){var e=this.group;e&&e.traverse(t)},t}();function Ky(){var t=aa();return function(e){var n=t(e),i=e.pipelineContext,r=!!n.large,o=!!n.progressiveRender,a=n.large=!(!i||!i.large),s=n.progressiveRender=!(!i||!i.progressiveRender);return!(r===a&&o===s)&&"reset"}}ba(qy),Ta(qy);var $y=aa(),Jy=Ky(),Qy=function(){function t(){this.group=new Qr,this.uid=Sd("viewChart"),this.renderTask=Wg({plan:nv,reset:iv}),this.renderTask.context={view:this}}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){0},t.prototype.highlight=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&ev(r,i,"emphasis")},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&ev(r,i,"normal")},t.prototype.remove=function(t,e){this.group.removeAll()},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateLayout=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateVisual=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.eachRendered=function(t){Eh(this.group,t)},t.markUpdateMethod=function(t,e){$y(t).updateMethod=e},t.protoInitialize=void(t.prototype.type="chart"),t}();function tv(t,e,n){t&&Lu(t)&&("emphasis"===e?hu:du)(t,n)}function ev(t,e,n){var i=oa(t,e),r=e&&null!=e.highlightKey?function(t){var e=Bl[t];return null==e&&El<=32&&(e=Bl[t]=El++),e}(e.highlightKey):null;null!=i?N(jo(i),(function(e){tv(t.getItemGraphicEl(e),n,r)})):t.eachItemGraphicEl((function(t){tv(t,n,r)}))}function nv(t){return Jy(t.model)}function iv(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&$y(r).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](e,n,i,r),rv[l]}ba(Qy),Ta(Qy);var rv={incrementalPrepareRender:{progress:function(t,e){e.view.incrementalRender(t,e.model,e.ecModel,e.api,e.payload)}},render:{forceFirstProgress:!0,progress:function(t,e){e.view.render(e.model,e.ecModel,e.api,e.payload)}}},ov="\0__throttleOriginMethod",av="\0__throttleRate",sv="\0__throttleType";function lv(t,e,n){var i,r,o,a,s,l=0,u=0,c=null;function h(){u=(new Date).getTime(),c=null,t.apply(o,a||[])}e=e||0;var d=function(){for(var t=[],d=0;d=0?h():c=setTimeout(h,-r),l=i};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(t){s=t},d}function uv(t,e,n,i){var r=t[e];if(r){var o=r[ov]||r,a=r[sv];if(r[av]!==n||a!==i){if(null==n||!i)return t[e]=o;(r=t[e]=lv(o,n,"debounce"===i))[ov]=o,r[sv]=i,r[av]=n}return r}}function cv(t,e){var n=t[e];n&&n[ov]&&(n.clear&&n.clear(),t[e]=n[ov])}var hv=aa(),dv={itemStyle:Ca(md,!0),lineStyle:Ca(gd,!0)},pv={lineStyle:"stroke",itemStyle:"fill"};function fv(t,e){var n=t.visualStyleMapper||dv[e];return n||(console.warn("Unknown style type '"+e+"'."),dv.itemStyle)}function gv(t,e){var n=t.visualDrawType||pv[e];return n||(console.warn("Unknown style type '"+e+"'."),"fill")}var yv={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=fv(t,i)(r),a=r.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=gv(t,i),l=o[s],u=U(l)?l:null,c="auto"===o.fill||"auto"===o.stroke;if(!o[s]||u||c){var h=t.getColorFromPalette(t.name,null,e.getSeriesCount());o[s]||(o[s]=h,n.setVisual("colorFromPalette",!0)),o.fill="auto"===o.fill||U(o.fill)?h:o.fill,o.stroke="auto"===o.stroke||U(o.stroke)?h:o.stroke}if(n.setVisual("style",o),n.setVisual("drawType",s),!e.isSeriesFiltered(t)&&u)return n.setVisual("colorFromPalette",!1),{dataEach:function(e,n){var i=t.getDataParams(n),r=D({},o);r[s]=u(i),e.setItemVisual(n,"style",r)}}}},vv=new bd,mv={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!t.ignoreStyleOnData&&!e.isSeriesFiltered(t)){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=fv(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){vv.option=n[i];var a=r(vv);D(t.ensureUniqueItemVisual(e,"style"),a),vv.option.decal&&(t.setItemVisual(e,"decal",vv.option.decal),vv.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}},xv={performRawSeries:!0,overallReset:function(t){var e=gt();t.eachSeries((function(t){var n=t.getColorBy();if(!t.isColorBySeries()){var i=t.type+"-"+n,r=e.get(i);r||(r={},e.set(i,r)),hv(t).scope=r}})),t.eachSeries((function(e){if(!e.isColorBySeries()&&!t.isSeriesFiltered(e)){var n=e.getRawData(),i={},r=e.getData(),o=hv(e).scope,a=e.visualStyleAccessPath||"itemStyle",s=gv(e,a);r.each((function(t){var e=r.getRawIndex(t);i[e]=t})),n.each((function(t){var a=i[t];if(r.getItemVisual(a,"colorFromPalette")){var l=r.ensureUniqueItemVisual(a,"style"),u=n.getName(t)||t+"",c=n.count();l[s]=e.getColorFromPalette(u,o,c)}}))}}))}},_v=Math.PI;var bv=function(){function t(t,e,n,i){this._stageTaskMap=gt(),this.ecInstance=t,this.api=e,n=this._dataProcessorHandlers=n.slice(),i=this._visualHandlers=i.slice(),this._allHandlers=n.concat(i)}return t.prototype.restoreData=function(t,e){t.restoreData(e),this._stageTaskMap.each((function(t){var e=t.overallTask;e&&e.dirty()}))},t.prototype.getPerformArgs=function(t,e){if(t.__pipeline){var n=this._pipelineMap.get(t.__pipeline.id),i=n.context,r=!e&&n.progressiveEnabled&&(!i||i.progressiveRender)&&t.__idxInPipeline>n.blockIndex?n.step:null,o=i&&i.modDataCount;return{step:r,modBy:null!=o?Math.ceil(o/r):null,modDataCount:o}}},t.prototype.getPipeline=function(t){return this._pipelineMap.get(t)},t.prototype.updateStreamModes=function(t,e){var n=this._pipelineMap.get(t.uid),i=t.getData().count(),r=n.progressiveEnabled&&e.incrementalPrepareRender&&i>=n.threshold,o=t.get("large")&&i>=t.get("largeThreshold"),a="mod"===t.get("progressiveChunkMode")?i:null;t.pipelineContext=n.context={progressiveRender:r,modDataCount:a,large:o}},t.prototype.restorePipelines=function(t){var e=this,n=e._pipelineMap=gt();t.eachSeries((function(t){var i=t.getProgressive(),r=t.uid;n.set(r,{id:r,head:null,tail:null,threshold:t.getProgressiveThreshold(),progressiveEnabled:i&&!(t.preventIncremental&&t.preventIncremental()),blockIndex:-1,step:Math.round(i||700),count:0}),e._pipe(t,t.dataTask)}))},t.prototype.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.api.getModel(),n=this.api;N(this._allHandlers,(function(i){var r=t.get(i.uid)||t.set(i.uid,{}),o="";st(!(i.reset&&i.overallReset),o),i.reset&&this._createSeriesStageTask(i,r,e,n),i.overallReset&&this._createOverallStageTask(i,r,e,n)}),this)},t.prototype.prepareView=function(t,e,n,i){var r=t.renderTask,o=r.context;o.model=e,o.ecModel=n,o.api=i,r.__block=!t.incrementalPrepareRender,this._pipe(e,r)},t.prototype.performDataProcessorTasks=function(t,e){this._performStageTasks(this._dataProcessorHandlers,t,e,{block:!0})},t.prototype.performVisualTasks=function(t,e,n){this._performStageTasks(this._visualHandlers,t,e,n)},t.prototype._performStageTasks=function(t,e,n,i){i=i||{};var r=!1,o=this;function a(t,e){return t.setDirty&&(!t.dirtyMap||t.dirtyMap.get(e.__pipeline.id))}N(t,(function(t,s){if(!i.visualType||i.visualType===t.visualType){var l=o._stageTaskMap.get(t.uid),u=l.seriesTaskMap,c=l.overallTask;if(c){var h,d=c.agentStubMap;d.each((function(t){a(i,t)&&(t.dirty(),h=!0)})),h&&c.dirty(),o.updatePayload(c,n);var p=o.getPerformArgs(c,i.block);d.each((function(t){t.perform(p)})),c.perform(p)&&(r=!0)}else u&&u.each((function(s,l){a(i,s)&&s.dirty();var u=o.getPerformArgs(s,i.block);u.skip=!t.performRawSeries&&e.isSeriesFiltered(s.context.model),o.updatePayload(s,n),s.perform(u)&&(r=!0)}))}})),this.unfinished=r||this.unfinished},t.prototype.performSeriesTasks=function(t){var e;t.eachSeries((function(t){e=t.dataTask.perform()||e})),this.unfinished=e||this.unfinished},t.prototype.plan=function(){this._pipelineMap.each((function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)}))},t.prototype.updatePayload=function(t,e){"remain"!==e&&(t.context.payload=e)},t.prototype._createSeriesStageTask=function(t,e,n,i){var r=this,o=e.seriesTaskMap,a=e.seriesTaskMap=gt(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||Wg({plan:Tv,reset:Cv,count:kv}));l.context={model:e,ecModel:n,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:r},r._pipe(e,l)}t.createOnAllSeries?n.eachRawSeries(u):s?n.eachRawSeriesByType(s,u):l&&l(n,i).each(u)},t.prototype._createOverallStageTask=function(t,e,n,i){var r=this,o=e.overallTask=e.overallTask||Wg({reset:wv});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=gt(),l=t.seriesType,u=t.getTargetSeries,c=!0,h=!1,d="";function p(t){var e=t.uid,n=s.set(e,a&&a.get(e)||(h=!0,Wg({reset:Sv,onDirty:Iv})));n.context={model:t,overallProgress:c},n.agent=o,n.__block=c,r._pipe(t,n)}st(!t.createOnAllSeries,d),l?n.eachRawSeriesByType(l,p):u?u(n,i).each(p):(c=!1,N(n.getSeries(),p)),h&&o.dirty()},t.prototype._pipe=function(t,e){var n=t.uid,i=this._pipelineMap.get(n);!i.head&&(i.head=e),i.tail&&i.tail.pipe(e),i.tail=e,e.__idxInPipeline=i.count++,e.__pipeline=i},t.wrapStageHandler=function(t,e){return U(t)&&(t={overallReset:t,seriesType:Lv(t)}),t.uid=Sd("stageHandler"),e&&(t.visualType=e),t},t}();function wv(t){t.overallReset(t.ecModel,t.api,t.payload)}function Sv(t){return t.overallProgress&&Mv}function Mv(){this.agent.dirty(),this.getDownstream().dirty()}function Iv(){this.agent&&this.agent.dirty()}function Tv(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function Cv(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=jo(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?z(e,(function(t,e){return Av(e)})):Dv}var Dv=Av(0);function Av(t){return function(e,n){var i=n.data,r=n.resetDefines[t];if(r&&r.dataEach)for(var o=e.start;o0&&c===r.length-u.length){var h=r.slice(0,c);"data"!==h&&(e.mainType=h,e[u.toLowerCase()]=t,s=!0)}}a.hasOwnProperty(r)&&(n[r]=t,s=!0),s||(i[r]=t)}))}return{cptQuery:e,dataQuery:n,otherQuery:i}},t.prototype.filter=function(t,e){var n=this.eventInfo;if(!n)return!0;var i=n.targetEl,r=n.packedEvent,o=n.model,a=n.view;if(!o||!a)return!0;var s=e.cptQuery,l=e.dataQuery;return u(s,o,"mainType")&&u(s,o,"subType")&&u(s,o,"index","componentIndex")&&u(s,o,"name")&&u(s,o,"id")&&u(l,r,"name")&&u(l,r,"dataIndex")&&u(l,r,"dataType")&&(!a.filterForExposedEvent||a.filterForExposedEvent(t,e.otherQuery,i,r));function u(t,e,n,i){return null==t[n]||e[i||n]===t[n]}},t.prototype.afterTrigger=function(){this.eventInfo=null},t}(),Hv=["symbol","symbolSize","symbolRotate","symbolOffset"],Uv=Hv.concat(["symbolKeepAspect"]),Yv={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData();if(t.legendIcon&&n.setVisual("legendIcon",t.legendIcon),t.hasSymbolVisual){for(var i={},r={},o=!1,a=0;a=0&&pm(l)?l:.5,t.createRadialGradient(a,s,0,a,s,l)}(t,e,n):function(t,e,n){var i=null==e.x?0:e.x,r=null==e.x2?1:e.x2,o=null==e.y?0:e.y,a=null==e.y2?0:e.y2;return e.global||(i=i*n.width+n.x,r=r*n.width+n.x,o=o*n.height+n.y,a=a*n.height+n.y),i=pm(i)?i:0,r=pm(r)?r:1,o=pm(o)?o:0,a=pm(a)?a:0,t.createLinearGradient(i,o,r,a)}(t,e,n),r=e.colorStops,o=0;o0&&(e=i.lineDash,n=i.lineWidth,e&&"solid"!==e&&n>0?"dashed"===e?[4*n,2*n]:"dotted"===e?[n]:Z(e)?[e]:H(e)?e:null:null),o=i.lineDashOffset;if(r){var a=i.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(r=z(r,(function(t){return t/a})),o/=a)}return[r,o]}var mm=new Gs(!0);function xm(t){var e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))}function _m(t){return"string"==typeof t&&"none"!==t}function bm(t){var e=t.fill;return null!=e&&"none"!==e}function wm(t,e){if(null!=e.fillOpacity&&1!==e.fillOpacity){var n=t.globalAlpha;t.globalAlpha=e.fillOpacity*e.opacity,t.fill(),t.globalAlpha=n}else t.fill()}function Sm(t,e){if(null!=e.strokeOpacity&&1!==e.strokeOpacity){var n=t.globalAlpha;t.globalAlpha=e.strokeOpacity*e.opacity,t.stroke(),t.globalAlpha=n}else t.stroke()}function Mm(t,e,n){var i=Pa(e.image,e.__image,n);if(Ra(i)){var r=t.createPattern(i,e.repeat||"repeat");if("function"==typeof DOMMatrix&&r&&r.setTransform){var o=new DOMMatrix;o.translateSelf(e.x||0,e.y||0),o.rotateSelf(0,0,(e.rotation||0)*bt),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}var Im=["shadowBlur","shadowOffsetX","shadowOffsetY"],Tm=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function Cm(t,e,n,i,r){var o=!1;if(!i&&e===(n=n||{}))return!1;if(i||e.opacity!==n.opacity){km(t,r),o=!0;var a=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(a)?ts.opacity:a}(i||e.blend!==n.blend)&&(o||(km(t,r),o=!0),t.globalCompositeOperation=e.blend||ts.blend);for(var s=0;s0&&t.unfinished);t.unfinished||this._zr.flush()}}},n.prototype.getDom=function(){return this._dom},n.prototype.getId=function(){return this.id},n.prototype.getZr=function(){return this._zr},n.prototype.isSSR=function(){return this._ssr},n.prototype.setOption=function(t,e,n){if(!this[$m])if(this._disposed)Lx(this.id);else{var i,r,o;if(j(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,o=e.transition,e=e.notMerge),this[$m]=!0,Ix(this),!this._model||e){var a=new Uf(this._api),s=this._theme,l=this._model=new Ef;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},zx);var u={seriesTransition:o,optionChanged:!0};if(n)this[Qm]={silent:i,updateParams:u},this[$m]=!1,this.getZr().wakeUp();else{try{ax(this),ux.update.call(this,null,u)}catch(t){throw this[Qm]=null,this[$m]=!1,t}this._ssr||this._zr.flush(),this[Qm]=null,this[$m]=!1,px.call(this,i),fx.call(this,i)}}},n.prototype.setTheme=function(t,e){if(!this[$m])if(this._disposed)Lx(this.id);else{var n=this._model;if(n){var i=e&&e.silent,r=null;this[Qm]&&(null==i&&(i=this[Qm].silent),r=this[Qm].updateParams,this[Qm]=null),this[$m]=!0,Ix(this);try{this._updateTheme(t),n.setTheme(this._theme),ax(this),ux.update.call(this,{type:"setTheme"},r)}catch(t){throw this[$m]=!1,t}this[$m]=!1,px.call(this,i),fx.call(this,i)}}},n.prototype._updateTheme=function(t){Y(t)&&(t=Bx[t]),t&&((t=I(t))&&hg(t,!0),this._theme=t)},n.prototype.getModel=function(){return this._model},n.prototype.getOption=function(){return this._model&&this._model.getOption()},n.prototype.getWidth=function(){return this._zr.getWidth()},n.prototype.getHeight=function(){return this._zr.getHeight()},n.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||i.hasGlobalWindow&&window.devicePixelRatio||1},n.prototype.getRenderedCanvas=function(t){return this.renderToCanvas(t)},n.prototype.renderToCanvas=function(t){t=t||{};var e=this._zr.painter;return e.getRenderedCanvas({backgroundColor:t.backgroundColor||this._model.get("backgroundColor"),pixelRatio:t.pixelRatio||this.getDevicePixelRatio()})},n.prototype.renderToSVGString=function(t){t=t||{};var e=this._zr.painter;return e.renderToString({useViewBox:t.useViewBox})},n.prototype.getSvgDataURL=function(){var t=this._zr;return N(t.storage.getDisplayList(),(function(t){t.stopAnimation(null,!0)})),t.painter.toDataURL()},n.prototype.getDataURL=function(t){if(!this._disposed){var e=(t=t||{}).excludeComponents,n=this._model,i=[],r=this;N(e,(function(t){n.eachComponent({mainType:t},(function(t){var e=r._componentsMap[t.__viewId];e.group.ignore||(i.push(e),e.group.ignore=!0)}))}));var o="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.renderToCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return N(i,(function(t){t.group.ignore=!1})),o}Lx(this.id)},n.prototype.getConnectedDataURL=function(t){if(!this._disposed){var e="svg"===t.type,n=this.group,i=Math.min,r=Math.max,o=1/0;if(Fx[n]){var a=o,s=o,l=-1/0,c=-1/0,h=[],d=t&&t.pixelRatio||this.getDevicePixelRatio();N(Gx,(function(o,u){if(o.group===n){var d=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(I(t)),p=o.getDom().getBoundingClientRect();a=i(p.left,a),s=i(p.top,s),l=r(p.right,l),c=r(p.bottom,c),h.push({dom:d,left:p.left,top:p.top})}}));var p=(l*=d)-(a*=d),f=(c*=d)-(s*=d),g=u.createCanvas(),y=ro(g,{renderer:e?"svg":"canvas"});if(y.resize({width:p,height:f}),e){var v="";return N(h,(function(t){var e=t.left-a,n=t.top-s;v+=''+t.dom+""})),y.painter.getSvgRoot().innerHTML=v,t.connectedBackgroundColor&&y.painter.setBackgroundColor(t.connectedBackgroundColor),y.refreshImmediately(),y.painter.toDataURL()}return t.connectedBackgroundColor&&y.add(new ml({shape:{x:0,y:0,width:p,height:f},style:{fill:t.connectedBackgroundColor}})),N(h,(function(t){var e=new hl({style:{x:t.left*d-a,y:t.top*d-s,image:t.dom}});y.add(e)})),y.refreshImmediately(),g.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}Lx(this.id)},n.prototype.convertToPixel=function(t,e,n){return cx(this,"convertToPixel",t,e,n)},n.prototype.convertToLayout=function(t,e,n){return cx(this,"convertToLayout",t,e,n)},n.prototype.convertFromPixel=function(t,e,n){return cx(this,"convertFromPixel",t,e,n)},n.prototype.containPixel=function(t,e){var n;if(!this._disposed)return N(la(this._model,t),(function(t,i){i.indexOf("Models")>=0&&N(t,(function(t){var r=t.coordinateSystem;if(r&&r.containPoint)n=n||!!r.containPoint(e);else if("seriesModels"===i){var o=this._chartsMap[t.__viewId];o&&o.containPoint&&(n=n||o.containPoint(e,t))}else 0}),this)}),this),!!n;Lx(this.id)},n.prototype.getVisual=function(t,e){var n=la(this._model,t,{defaultMainType:"series"}),i=n.seriesModel;var r=i.getData(),o=n.hasOwnProperty("dataIndexInside")?n.dataIndexInside:n.hasOwnProperty("dataIndex")?r.indexOfRawIndex(n.dataIndex):null;return null!=o?Zv(r,o,e):jv(r,e)},n.prototype.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},n.prototype.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]},n.prototype._initEvents=function(){var t=this;N(kx,(function(e){var n=function(n){var i,r=t.getModel(),o=n.target,a="globalout"===e;if(a?i={}:o&&Jv(o,(function(t){var e=Nl(t);if(e&&null!=e.dataIndex){var n=e.dataModel||r.getSeriesByIndex(e.seriesIndex);return i=n&&n.getDataParams(e.dataIndex,e.dataType,o)||{},!0}if(e.eventData)return i=D({},e.eventData),!0}),!0),i){var s=i.componentType,l=i.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=i.seriesIndex);var u=s&&null!=l&&r.getComponent(s,l),c=u&&t["series"===u.mainType?"_chartsMap":"_componentsMap"][u.__viewId];0,i.event=n,i.type=e,t._$eventProcessor.eventInfo={targetEl:o,packedEvent:i,model:u,view:c},t.trigger(e,i)}};n.zrEventfulCallAtLast=!0,t._zr.on(e,n,t)}));var e=this._messageCenter;N(Rx,(function(n,i){e.on(i,(function(e){t.trigger(i,e)}))})),function(t,e,n){t.on("selectchanged",(function(t){var i=n.getModel();t.isFromClick?($v("map","selectchanged",e,i,t),$v("pie","selectchanged",e,i,t)):"select"===t.fromAction?($v("map","selected",e,i,t),$v("pie","selected",e,i,t)):"unselect"===t.fromAction&&($v("map","unselected",e,i,t),$v("pie","unselected",e,i,t))}))}(e,this,this._api)},n.prototype.isDisposed=function(){return this._disposed},n.prototype.clear=function(){this._disposed?Lx(this.id):this.setOption({series:[]},!0)},n.prototype.dispose=function(){if(this._disposed)Lx(this.id);else{this._disposed=!0,this.getDom()&&pa(this.getDom(),Ux,"");var t=this,e=t._api,n=t._model;N(t._componentsViews,(function(t){t.dispose(n,e)})),N(t._chartsViews,(function(t){t.dispose(n,e)})),t._zr.dispose(),t._dom=t._model=t._chartsMap=t._componentsMap=t._chartsViews=t._componentsViews=t._scheduler=t._api=t._zr=t._throttledZrFlush=t._theme=t._coordSysMgr=t._messageCenter=null,delete Gx[t.id]}},n.prototype.resize=function(t){if(!this[$m])if(this._disposed)Lx(this.id);else{this._zr.resize(t);var e=this._model;if(this._loadingFX&&this._loadingFX.resize(),e){var n=e.resetOption("media"),i=t&&t.silent;this[Qm]&&(null==i&&(i=this[Qm].silent),n=!0,this[Qm]=null),this[$m]=!0,Ix(this);try{n&&ax(this),ux.update.call(this,{type:"resize",animation:D({duration:0},t&&t.animation)})}catch(t){throw this[$m]=!1,t}this[$m]=!1,px.call(this,i),fx.call(this,i)}}},n.prototype.showLoading=function(t,e){if(this._disposed)Lx(this.id);else if(j(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),Vx[t]){var n=Vx[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},n.prototype.hideLoading=function(){this._disposed?Lx(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},n.prototype.makeActionFromEvent=function(t){var e=D({},t);return e.type=Ox[t.type],e},n.prototype.dispatchAction=function(t,e){if(this._disposed)Lx(this.id);else if(j(e)||(e={silent:!!e}),Px[t.type]&&this._model)if(this[$m])this._pendingActions.push(t);else{var n=e.silent;dx.call(this,t,n);var r=e.flush;r?this._zr.flush():!1!==r&&i.browser.weChat&&this._throttledZrFlush(),px.call(this,n),fx.call(this,n)}},n.prototype.updateLabelLayout=function(){Fm.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},n.prototype.appendData=function(t){if(this._disposed)Lx(this.id);else{var e=t.seriesIndex,n=this.getModel().getSeriesByIndex(e);0,n.appendData(t),this._scheduler.unfinished=!0,this.getZr().wakeUp()}},n.internalField=function(){function t(t){t.clearColorPalette(),t.eachSeries((function(t){t.clearColorPalette()}))}function n(t){for(var e=[],n=t.currentStates,i=0;i0?{duration:o,delay:i.get("delay"),easing:i.get("easing")}:null;e.eachRendered((function(t){if(t.states&&t.states.emphasis){if(eh(t))return;if(t instanceof al&&function(t){var e=Vl(t);e.normalFill=t.style.fill,e.normalStroke=t.style.stroke;var n=t.states.select||{};e.selectFill=n.style&&n.style.fill||null,e.selectStroke=n.style&&n.style.stroke||null}(t),t.__dirty){var e=t.prevStates;e&&t.useStates(e)}if(r){t.stateTransition=a;var i=t.getTextContent(),o=t.getTextGuideLine();i&&(i.stateTransition=a),o&&(o.stateTransition=a)}t.__dirty&&n(t)}}))}ax=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),sx(t,!0),sx(t,!1),e.plan()},sx=function(t,e){for(var n=t._model,i=t._scheduler,r=e?t._componentsViews:t._chartsViews,o=e?t._componentsMap:t._chartsMap,a=t._zr,s=t._api,l=0;le.get("hoverLayerThreshold")&&!i.node&&!i.worker&&e.eachSeries((function(e){if(!e.preventUsingHoverLayer){var n=t._chartsMap[e.__viewId];n.__alive&&n.eachRendered((function(t){t.states.emphasis&&(t.states.emphasis.hoverLayer=!0)}))}}))}(t,e),Fm.trigger("series:afterupdate",e,n,l)},Sx=function(t){t[tx]=!0,t.getZr().wakeUp()},Ix=function(t){t[Jm]=(t[Jm]+1)%1e3},Mx=function(t){t[tx]&&(t.getZr().storage.traverse((function(t){eh(t)||n(t)})),t[tx]=!1)},_x=function(t){return new(function(n){function i(){return null!==n&&n.apply(this,arguments)||this}return e(i,n),i.prototype.getCoordinateSystems=function(){return t._coordSysMgr.getCoordinateSystems()},i.prototype.getComponentByElement=function(e){for(;e;){var n=e.__ecComponentInfo;if(null!=n)return t._model.getComponent(n.mainType,n.index);e=e.parent}},i.prototype.enterEmphasis=function(e,n){hu(e,n),Sx(t)},i.prototype.leaveEmphasis=function(e,n){du(e,n),Sx(t)},i.prototype.enterBlur=function(e){pu(e),Sx(t)},i.prototype.leaveBlur=function(e){fu(e),Sx(t)},i.prototype.enterSelect=function(e){gu(e),Sx(t)},i.prototype.leaveSelect=function(e){yu(e),Sx(t)},i.prototype.getModel=function(){return t.getModel()},i.prototype.getViewOfComponentModel=function(e){return t.getViewOfComponentModel(e)},i.prototype.getViewOfSeriesModel=function(e){return t.getViewOfSeriesModel(e)},i.prototype.getMainProcessVersion=function(){return t[Jm]},i}(Wf))(t)},bx=function(t){function e(t,e){for(var n=0;n=0)){c_.push(n);var o=bv.wrapStageHandler(n,r);o.__prio=e,o.__raw=n,t.push(o)}}function d_(t,e){Vx[t]=e}function p_(t){c({createCanvas:t})}function f_(t,e,n){var i=Hm("registerMap");i&&i(t,e,n)}function g_(t){var e=Hm("getMap");return e&&e(t)}var y_=function(t){var e=(t=I(t)).type,n="";e||Uo(n);var i=e.split(":");2!==i.length&&Uo(n);var r=!1;"echarts"===i[0]&&(e=i[1],r=!0),t.__isBuiltIn=r,ry.set(e,t)};function v_(t,e,n,i){return{eventContent:{selected:Su(n),isFromClick:e.isFromClick||!1}}}u_(jm,yv),u_(qm,mv),u_(qm,xv),u_(jm,Yv),u_(qm,Xv),u_(7e3,(function(t,e){t.eachRawSeries((function(n){if(!t.isSeriesFiltered(n)){var i=n.getData();i.hasItemVisual()&&i.each((function(t){var n=i.getItemVisual(t,"decal");n&&(i.ensureUniqueItemVisual(t,"style").decal=Em(n,e))}));var r=i.getVisual("decal");if(r)i.getVisual("style").decal=Em(r,e)}}))})),Qx(hg),t_(900,(function(t){var e=gt();t.eachSeries((function(t){var n=t.get("stack");if(n){var i=e.get(n)||e.set(n,[]),r=t.getData(),o={stackResultDimension:r.getCalculationInfo("stackResultDimension"),stackedOverDimension:r.getCalculationInfo("stackedOverDimension"),stackedDimension:r.getCalculationInfo("stackedDimension"),stackedByDimension:r.getCalculationInfo("stackedByDimension"),isStackedByIndex:r.getCalculationInfo("isStackedByIndex"),data:r,seriesModel:t};if(!o.stackedDimension||!o.isStackedByIndex&&!o.stackedByDimension)return;i.push(o)}})),e.each((function(t){0!==t.length&&("seriesDesc"===(t[0].seriesModel.get("stackOrder")||"seriesAsc")&&t.reverse(),N(t,(function(e,n){e.data.setCalculationInfo("stackedOnSeries",n>0?t[n-1].seriesModel:null)})),function(t){N(t,(function(e,n){var i=[],r=[NaN,NaN],o=[e.stackResultDimension,e.stackedOverDimension],a=e.data,s=e.isStackedByIndex,l=e.seriesModel.get("stackStrategy")||"samesign";a.modify(o,(function(o,u,c){var h,d,p=a.get(e.stackedDimension,c);if(isNaN(p))return r;s?d=a.getRawIndex(c):h=a.get(e.stackedByDimension,c);for(var f=NaN,g=n-1;g>=0;g--){var y=t[g];if(s||(d=y.data.rawIndexOf(y.stackedByDimension,h)),d>=0){var v=y.data.getByRawIndex(y.stackResultDimension,d);if("all"===l||"positive"===l&&v>0||"negative"===l&&v<0||"samesign"===l&&p>=0&&v>0||"samesign"===l&&p<=0&&v<0){p=So(p,v),f=v;break}}}return i[0]=p,i[1]=f,i}))}))}(t))}))})),d_("default",(function(t,e){A(e=e||{},{text:"loading",textColor:Qp.color.primary,fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255,255,255,0.8)",showSpinner:!0,color:Qp.color.theme[0],spinnerRadius:10,lineWidth:5,zlevel:0});var n=new Qr,i=new ml({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(i);var r,o=new wl({style:{text:e.text,fill:e.textColor,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:e.fontFamily},zlevel:e.zlevel,z:10001}),a=new ml({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});return n.add(a),e.showSpinner&&((r=new Rc({shape:{startAngle:-_v/2,endAngle:-_v/2+.1,r:e.spinnerRadius},style:{stroke:e.color,lineCap:"round",lineWidth:e.lineWidth},zlevel:e.zlevel,z:10001})).animateShape(!0).when(1e3,{endAngle:3*_v/2}).start("circularInOut"),r.animateShape(!0).when(1e3,{startAngle:3*_v/2}).delay(300).start("circularInOut"),n.add(r)),n.resize=function(){var n=o.getBoundingRect().width,s=e.showSpinner?e.spinnerRadius:0,l=(t.getWidth()-2*s-(e.showSpinner&&n?10:0)-n)/2-(e.showSpinner&&n?0:5+n/2)+(e.showSpinner?0:n/2)+(n?0:s),u=t.getHeight()/2;e.showSpinner&&r.setShape({cx:l,cy:u}),a.setShape({x:l-s,y:u-s,width:2*s,height:2*s}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},n.resize(),n})),r_({type:Ul,event:Ul,update:Ul},_t),r_({type:Yl,event:Yl,update:Yl},_t),r_({type:Xl,event:ql,update:Xl,action:_t,refineEvent:v_,publishNonRefinedEvent:!0}),r_({type:Zl,event:ql,update:Zl,action:_t,refineEvent:v_,publishNonRefinedEvent:!0}),r_({type:jl,event:ql,update:jl,action:_t,refineEvent:v_,publishNonRefinedEvent:!0}),Jx("default",{}),Jx("dark",Fv);var m_={},x_=[],__={registerPreprocessor:Qx,registerProcessor:t_,registerPostInit:e_,registerPostUpdate:n_,registerUpdateLifecycle:i_,registerAction:r_,registerCoordinateSystem:o_,registerLayout:l_,registerVisual:u_,registerTransform:y_,registerLoading:d_,registerMap:f_,registerImpl:function(t,e){Wm[t]=e},PRIORITY:Km,ComponentModel:Jp,ComponentView:qy,SeriesModel:Fy,ChartView:Qy,registerComponentModel:function(t){Jp.registerClass(t)},registerComponentView:function(t){qy.registerClass(t)},registerSeriesModel:function(t){Fy.registerClass(t)},registerChartView:function(t){Qy.registerClass(t)},registerCustomSeries:function(t,e){Ym(t,e)},registerSubTypeDefaulter:function(t,e){Jp.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){oo(t,e)}};function b_(t){H(t)?N(t,(function(t){b_(t)})):L(x_,t)>=0||(x_.push(t),U(t)&&(t={install:t}),t.install(__))}function w_(t){return null==t?0:t.length||1}function S_(t){return t}var M_=function(){function t(t,e,n,i,r,o){this._old=t,this._new=e,this._oldKeyGetter=n||S_,this._newKeyGetter=i||S_,this.context=r,this._diffModeMultiple="multiple"===o}return t.prototype.add=function(t){return this._add=t,this},t.prototype.update=function(t){return this._update=t,this},t.prototype.updateManyToOne=function(t){return this._updateManyToOne=t,this},t.prototype.updateOneToMany=function(t){return this._updateOneToMany=t,this},t.prototype.updateManyToMany=function(t){return this._updateManyToMany=t,this},t.prototype.remove=function(t){return this._remove=t,this},t.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},t.prototype._executeOneToOne=function(){var t=this._old,e=this._new,n={},i=new Array(t.length),r=new Array(e.length);this._initIndexMap(t,null,i,"_oldKeyGetter"),this._initIndexMap(e,n,r,"_newKeyGetter");for(var o=0;o1){var u=s.shift();1===s.length&&(n[a]=s[0]),this._update&&this._update(u,o)}else 1===l?(n[a]=null,this._update&&this._update(s,o)):this._remove&&this._remove(o)}this._performRestAdd(r,n)},t.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},i={},r=[],o=[];this._initIndexMap(t,n,r,"_oldKeyGetter"),this._initIndexMap(e,i,o,"_newKeyGetter");for(var a=0;a1&&1===h)this._updateManyToOne&&this._updateManyToOne(u,l),i[s]=null;else if(1===c&&h>1)this._updateOneToMany&&this._updateOneToMany(u,l),i[s]=null;else if(1===c&&1===h)this._update&&this._update(u,l),i[s]=null;else if(c>1&&h>1)this._updateManyToMany&&this._updateManyToMany(u,l),i[s]=null;else if(c>1)for(var d=0;d1)for(var a=0;a30}var z_,E_,B_,V_,G_,F_,W_,H_=j,U_=z,Y_="undefined"==typeof Int32Array?Array:Int32Array,X_=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],Z_=["_approximateExtent"],j_=function(){function t(t,e){var n;this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","minmaxDownSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","minmaxDownSample","lttbDownSample"];var i=!1;P_(t)?(n=t.dimensions,this._dimOmitted=t.isDimensionOmitted(),this._schema=t):(i=!0,n=t),n=n||["x","y"];for(var r={},o=[],a={},s=!1,l={},u=0;u=e)){var n=this._store.getProvider();this._updateOrdinalMeta();var i=this._nameList,r=this._idList;if(n.getSource().sourceFormat===cf&&!n.pure)for(var o=[],a=t;a0},t.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var r=i[e];return null==r&&(H(r=this.getVisual(e))?r=r.slice():H_(r)&&(r=D({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,H_(e)?D(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){H_(t)?D(this._layout,t):this._layout[t]=e},t.prototype.getLayout=function(t){return this._layout[t]},t.prototype.getItemLayout=function(t){return this._itemLayouts[t]},t.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?D(this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;zl(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){N(this._graphicEls,(function(n,i){n&&t&&t.call(e,n,i)}))},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:U_(this.dimensions,this._getDimInfo,this),this.hostModel)),G_(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];U(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(ot(arguments)))})},t.internalField=(z_=function(t){var e=t._invertedIndicesMap;N(e,(function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new Y_(o.categories.length);for(var s=0;s1&&(s+="__ec__"+u),i[e]=s}})),t}();function q_(t,e){xg(t)||(t=bg(t));var n=(e=e||{}).coordDimensions||[],i=e.dimensionsDefine||t.dimensionsDefine||[],r=gt(),o=[],a=function(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return N(e,(function(t){var e;j(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))})),r}(t,n,i,e.dimensionsCount),s=e.canOmitUnusedDimensions&&N_(a),l=i===t.dimensionsDefine,u=l?R_(t):O_(i),c=e.encodeDefine;!c&&e.encodeDefaulter&&(c=e.encodeDefaulter(t,a));for(var h=gt(c),d=new hy(a),p=0;p0&&(i.name=r+(o-1)),o++,e.set(r,o)}}(o),new L_({source:t,dimensions:o,fullDimensionCount:a,dimensionOmitted:s})}function K_(t,e,n){if(n||e.hasKey(t)){for(var i=0;e.hasKey(t+i);)i++;t+=i}return e.set(t,!0),t}var $_=function(t){this.coordSysDims=[],this.axisMap=gt(),this.categoryAxisMap=gt(),this.coordSysName=t};var J_={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",ca).models[0],o=t.getReferringComponents("yAxis",ca).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),Q_(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),Q_(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",ca).models[0];e.coordSysDims=["single"],n.set("single",r),Q_(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",ca).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),Q_(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),Q_(a)&&(i.set("angle",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=["lng","lat"]},parallel:function(t,e,n,i){var r=t.ecModel,o=r.getComponent("parallel",t.get("parallelIndex")),a=e.coordSysDims=o.dimensions.slice();N(o.parallelAxisIndex,(function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),Q_(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))}))},matrix:function(t,e,n,i){var r=t.getReferringComponents("matrix",ca).models[0];e.coordSysDims=["x","y"];var o=r.getDimensionModel("x"),a=r.getDimensionModel("y");n.set("x",o),n.set("y",a),i.set("x",o),i.set("y",a)}};function Q_(t){return"category"===t.get("type")}function tb(t,e,n){var i,r,o,a=(n=n||{}).byIndex,s=n.stackedCoordDimension;!function(t){return!P_(t.schema)}(e)?(r=e.schema,i=r.dimensions,o=e.store):i=e;var l,u,c,h,d=!(!t||!t.get("stack"));if(N(i,(function(t,e){Y(t)&&(i[e]=t={name:t}),d&&!t.isExtraCoord&&(a||l||!t.ordinalMeta||(l=t),u||"ordinal"===t.type||"time"===t.type||s&&s!==t.coordDim||(u=t))})),!u||a||l||(a=!0),u){c="__\0ecstackresult_"+t.id,h="__\0ecstackedover_"+t.id,l&&(l.createInvertedIndices=!0);var p=u.coordDim,f=u.type,g=0;N(i,(function(t){t.coordDim===p&&g++}));var y={name:c,coordDim:p,coordDimIndex:g,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},v={name:h,coordDim:h,coordDimIndex:g+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};r?(o&&(y.storeDimIndex=o.ensureCalculationDimension(h,f),v.storeDimIndex=o.ensureCalculationDimension(c,f)),r.appendCalculationDimension(y),r.appendCalculationDimension(v)):(i.push(y),i.push(v))}return{stackedDimension:u&&u.name,stackedByDimension:l&&l.name,isStackedByIndex:a,stackedOverDimension:h,stackResultDimension:c}}function eb(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function nb(t,e){return eb(t,e)?t.getCalculationInfo("stackResultDimension"):e}function ib(t,e,n){n=n||{};var i,r=e.getSourceManager(),o=!1;t?(o=!0,i=bg(t)):o=(i=r.getSource()).sourceFormat===cf;var a=function(t){var e=t.get("coordinateSystem"),n=new $_(e),i=J_[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}(e),s=function(t,e){var n,i=t.get("coordinateSystem"),r=Ip.get(i);return e&&e.coordSysDims&&(n=z(e.coordSysDims,(function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get("type");n.type=C_(r)}return n}))),n||(n=r&&(r.getDimensionsInfo?r.getDimensionsInfo():r.dimensions.slice())||["x","y"]),n}(e,a),l=n.useEncodeDefaulter,u=U(l)?l:l?W(wf,s,e):null,c=q_(i,{coordDimensions:s,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:u,canOmitUnusedDimensions:!o}),h=function(t,e,n){var i,r;return n&&N(t,(function(t,o){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==i&&(i=o),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(r=!0)})),r||null==i||(t[i].otherDims.itemName=0),i}(c.dimensions,n.createInvertedIndices,a),d=o?null:r.getSharedDataStore(c),p=tb(e,{schema:c,store:d}),f=new j_(c,e);f.setCalculationInfo(p);var g=null!=h&&function(t){if(t.sourceFormat===cf){var e=function(t){var e=0;for(;er&&(a=o.interval=r);var s=o.intervalPrecision=sb(a);return function(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),lb(t,0,e),lb(t,1,e),t[0]>t[1]&&(t[0]=t[1])}(o.niceTickExtent=[vo(Math.ceil(t[0]/a)*a,s),vo(Math.floor(t[1]/a)*a,s)],t),o}function ab(t){var e=Math.pow(10,ko(t)),n=t/e;return n?2===n?n=3:3===n?n=5:n*=2:n=1,vo(n*e)}function sb(t){return xo(t)+2}function lb(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function ub(t,e){return t>=e[0]&&t<=e[1]}var cb=function(){function t(){this.normalize=hb,this.scale=db}return t.prototype.updateMethods=function(t){t.hasBreaks()?(this.normalize=F(t.normalize,t),this.scale=F(t.scale,t)):(this.normalize=hb,this.scale=db)},t}();function hb(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function db(t,e){return t*(e[1]-e[0])+e[0]}function pb(t,e,n){var i=Math.log(t);return[Math.log(n?e[0]:Math.max(0,e[0]))/i,Math.log(n?e[1]:Math.max(0,e[1]))/i]}var fb=function(){function t(t){this._calculator=new cb,this._setting=t||{},this._extent=[1/0,-1/0];var e=Rd();e&&(this._brkCtx=e.createScaleBreakContext(),this._brkCtx.update(this._extent))}return t.prototype.getSetting=function(t){return this._setting[t]},t.prototype._innerUnionExtent=function(t){var e=this._extent;this._innerSetExtent(t[0]e[1]?t[1]:e[1])},t.prototype.unionExtentFromData=function(t,e){this._innerUnionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){this._innerSetExtent(t,e)},t.prototype._innerSetExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e),this._brkCtx&&this._brkCtx.update(n)},t.prototype.setBreaksFromOption=function(t){var e=Rd();e&&this._innerSetBreak(e.parseAxisBreakOption(t,F(this.parse,this)))},t.prototype._innerSetBreak=function(t){this._brkCtx&&(this._brkCtx.setBreaks(t),this._calculator.updateMethods(this._brkCtx),this._brkCtx.update(this._extent))},t.prototype._innerGetBreaks=function(){return this._brkCtx?this._brkCtx.breaks:[]},t.prototype.hasBreaks=function(){return!!this._brkCtx&&this._brkCtx.hasBreaks()},t.prototype._getExtentSpanWithBreaks=function(){return this._brkCtx&&this._brkCtx.hasBreaks()?this._brkCtx.getExtentSpan():this._extent[1]-this._extent[0]},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();Ta(fb);var gb=0,yb=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++gb,this._onCollect=t.onCollect}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&z(i,vb);return new t({categories:r,needCollect:!r,deduplication:!1!==n.dedplication})},t.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},t.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!Y(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,this._onCollect&&this._onCollect(t,e),e;var i=this._getOrCreateMap();return null==(e=i.get(t))&&(n?(e=this.categories.length,this.categories[e]=t,i.set(t,e),this._onCollect&&this._onCollect(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=gt(this.categories))},t}();function vb(t){return j(t)&&null!=t.value?t.value:t+""}var mb=function(t){function n(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new yb({})),H(i)&&(i=new yb({categories:z(i,(function(t){return j(t)?t.value:t}))})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return e(n,t),n.prototype.parse=function(t){return null==t?NaN:Y(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},n.prototype.contain=function(t){return ub(t,this._extent)&&t>=0&&t=0&&t=0&&t=t},n.prototype.getOrdinalMeta=function(){return this._ordinalMeta},n.prototype.calcNiceTicks=function(){},n.prototype.calcNiceExtent=function(){},n.type="ordinal",n}(fb);fb.registerClass(mb);var xb=vo,_b=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="interval",e._interval=0,e._intervalPrecision=2,e}return e(n,t),n.prototype.parse=function(t){return null==t||""===t?NaN:Number(t)},n.prototype.contain=function(t){return ub(t,this._extent)},n.prototype.normalize=function(t){return this._calculator.normalize(t,this._extent)},n.prototype.scale=function(t){return this._calculator.scale(t,this._extent)},n.prototype.getInterval=function(){return this._interval},n.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=sb(t)},n.prototype.getTicks=function(t){t=t||{};var e=this._interval,n=this._extent,i=this._niceExtent,r=this._intervalPrecision,o=Rd(),a=[];if(!e)return a;if("only_break"===t.breakTicks&&o)return o.addBreaksToTicks(a,this._brkCtx.breaks,this._extent),a;n[0]=0&&(l=xb(l+u*e,r))}if(a.length>0&&l===a[a.length-1].value)break;if(a.length>1e4)return[]}var c=a.length?a[a.length-1].value:i[1];return n[1]>c&&(t.expandToNicedExtent?a.push({value:xb(c+e,r)}):a.push({value:n[1]})),o&&o.pruneTicksByBreak(t.pruneByBreak,a,this._brkCtx.breaks,(function(t){return t.value}),this._interval,this._extent),"none"!==t.breakTicks&&o&&o.addBreaksToTicks(a,this._brkCtx.breaks,this._extent),a},n.prototype.getMinorTicks=function(t){for(var e=this.getTicks({expandToNicedExtent:!0}),n=[],i=this.getExtent(),r=1;ri[0]&&h0&&(o=null===o?s:Math.min(o,s))}n[i]=o}}return n}(t),n=[];return N(t,(function(t){var i,r=t.coordinateSystem.getBaseAxis(),o=r.getExtent();if("category"===r.type)i=r.getBandWidth();else if("value"===r.type||"time"===r.type){var a=r.dim+"_"+r.index,s=e[a],l=Math.abs(o[1]-o[0]),u=r.scale.getExtent(),c=Math.abs(u[1]-u[0]);i=s?l/c*s:l}else{var h=t.getData();i=Math.abs(o[1]-o[0])/h.count()}var d=go(t.get("barWidth"),i),p=go(t.get("barMaxWidth"),i),f=go(t.get("barMinWidth")||(Ob(t)?.5:1),i),g=t.get("barGap"),y=t.get("barCategoryGap"),v=t.get("defaultBarGap");n.push({bandWidth:i,barWidth:d,barMaxWidth:p,barMinWidth:f,barGap:g,barCategoryGap:y,defaultBarGap:v,axisKey:Tb(r),stackId:Ib(t)})})),Ab(n)}function Ab(t){var e={};N(t,(function(t,n){var i=t.axisKey,r=t.bandWidth,o=e[i]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:null,gap:t.defaultBarGap||0,stacks:{}},a=o.stacks;e[i]=o;var s=t.stackId;a[s]||o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=t.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=t.barMaxWidth;u&&(a[s].maxWidth=u);var c=t.barMinWidth;c&&(a[s].minWidth=c);var h=t.barGap;null!=h&&(o.gap=h);var d=t.barCategoryGap;null!=d&&(o.categoryGap=d)}));var n={};return N(e,(function(t,e){n[e]={};var i=t.stacks,r=t.bandWidth,o=t.categoryGap;if(null==o){var a=G(i).length;o=Math.max(35-4*a,15)+"%"}var s=go(o,r),l=go(t.gap,1),u=t.remainedWidth,c=t.autoWidthCount,h=(u-s)/(c+(c-1)*l);h=Math.max(h,0),N(i,(function(t){var e=t.maxWidth,n=t.minWidth;if(t.width){i=t.width;e&&(i=Math.min(i,e)),n&&(i=Math.max(i,n)),t.width=i,u-=i+l*i,c--}else{var i=h;e&&ei&&(i=n),i!==h&&(t.width=i,u-=i+l*i,c--)}})),h=(u-s)/(c+(c-1)*l),h=Math.max(h,0);var d,p=0;N(i,(function(t,e){t.width||(t.width=h),d=t,p+=t.width*(1+l)})),d&&(p-=d.width*l);var f=-p/2;N(i,(function(t,i){n[e][i]=n[e][i]||{bandWidth:r,offset:f,width:t.width},f+=t.width*(1+l)}))})),n}function kb(t,e){var n=Cb(t,e),i=Db(n);N(n,(function(t){var e=t.getData(),n=t.coordinateSystem.getBaseAxis(),r=Ib(t),o=i[Tb(n)][r],a=o.offset,s=o.width;e.setLayout({bandWidth:o.bandWidth,offset:a,size:s})}))}function Lb(t){return{seriesType:t,plan:Ky(),reset:function(t){if(Pb(t)){var e=t.getData(),n=t.coordinateSystem,i=n.getBaseAxis(),r=n.getOtherAxis(i),o=e.getDimensionIndex(e.mapDimension(r.dim)),a=e.getDimensionIndex(e.mapDimension(i.dim)),s=t.get("showBackground",!0),l=e.mapDimension(r.dim),u=e.getCalculationInfo("stackResultDimension"),c=eb(e,l)&&!!e.getCalculationInfo("stackedOnSeries"),h=r.isHorizontal(),d=function(t,e){var n=e.model.get("startValue");n||(n=0);return e.toGlobalCoord(e.dataToCoord("log"===e.type?n>0?n:1:n))}(0,r),p=Ob(t),f=t.get("barMinHeight")||0,g=u&&e.getDimensionIndex(u),y=e.getLayout("size"),v=e.getLayout("offset");return{progress:function(t,e){for(var i,r=t.count,l=p&&Sb(3*r),u=p&&s&&Sb(3*r),m=p&&Sb(r),x=n.master.getRect(),_=h?x.width:x.height,b=e.getStore(),w=0;null!=(i=t.next());){var S=b.get(c?g:o,i),M=b.get(a,i),I=d,T=void 0;c&&(T=+S-b.get(o,i));var C=void 0,D=void 0,A=void 0,k=void 0;if(h){var L=n.dataToPoint([S,M]);if(c)I=n.dataToPoint([T,M])[0];C=I,D=L[1]+v,A=L[0]-I,k=y,Math.abs(A)a){0;break}if(p[s](p[r]()+t),d=p.getTime(),o){var f=o.calcNiceTickMultiple(d,h);f>0&&(p[s](p[r]()+f*t),d=p.getTime())}}c.push({value:d,notAdd:!0})}function c(t,r,o){var a=[],s=!r.length;if(!zb(jd(t),i[0],i[1],n)){s&&(r=[{value:Wb(i[0],t,n)},{value:i[1]}]);for(var l=0;l=i[0]&&c<=i[1]&&u(d,c,h,p,f,g,a),"year"===t&&o.length>1&&0===l&&o.unshift({value:o[0].value-d})}}for(l=0;l=i[0]&&x<=i[1]&&p++)}var _=r/e;if(p>1.5*_&&f>_/1.5)break;if(h.push(v),p>_||t===s[g])break}d=[]}}var b=B(z(h,(function(t){return B(t,(function(t){return t.value>=i[0]&&t.value<=i[1]&&!t.notAdd}))})),(function(t){return t.length>0})),w=[],S=b.length-1;for(g=0;gn&&(this._approxInterval=n);var r=Nb.length,o=Math.min(function(t,e,n,i){for(;n>>1;t[r][1]16?16:t>7.5?7:t>3.5?4:t>1.5?2:1}function Bb(t){return(t/=2592e6)>6?6:t>3?3:t>2?2:1}function Vb(t){return(t/=Ed)>12?12:t>6?6:t>3.5?4:t>2?2:1}function Gb(t,e){return(t/=e?zd:Nd)>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}function Fb(t){return Lo(t,!0)}function Wb(t,e,n){var i=Math.max(0,L(Ud,e)-1);return Jd(new Date(t),Ud[i],n).getTime()}fb.registerClass(Rb);var Hb=vo,Ub=Math.floor,Yb=Math.ceil,Xb=Math.pow,Zb=Math.log,jb=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new _b,e}return e(n,t),n.prototype.getTicks=function(e){e=e||{};var n=this._extent.slice(),i=this._originalScale.getExtent(),r=t.prototype.getTicks.call(this,e),o=this.base,a=this._originalScale._innerGetBreaks(),s=Rd();return z(r,(function(t){var e,r=t.value,l=null,u=Xb(o,r);if(r===n[0]&&this._fixMin?l=i[0]:r===n[1]&&this._fixMax&&(l=i[1]),s){var c=s.getTicksLogTransformBreak(t,o,a,qb);e=c.vBreak,null==l&&(l=c.brkRoundingCriterion)}return null!=l&&(u=qb(u,l)),{value:u,break:e}}),this)},n.prototype._getNonTransBreaks=function(){return this._originalScale._innerGetBreaks()},n.prototype.setExtent=function(e,n){this._originalScale.setExtent(e,n);var i=pb(this.base,[e,n]);t.prototype.setExtent.call(this,i[0],i[1])},n.prototype.getExtent=function(){var e=this.base,n=t.prototype.getExtent.call(this);n[0]=Xb(e,n[0]),n[1]=Xb(e,n[1]);var i=this._originalScale.getExtent();return this._fixMin&&(n[0]=qb(n[0],i[0])),this._fixMax&&(n[1]=qb(n[1],i[1])),n},n.prototype.unionExtentFromData=function(t,e){this._originalScale.unionExtentFromData(t,e);var n=pb(this.base,t.getApproximateExtent(e),!0);this._innerUnionExtent(n)},n.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent.slice(),n=this._getExtentSpanWithBreaks();if(isFinite(n)&&!(n<=0)){var i=Ao(n);for(t/n*i<=.5&&(i*=10);!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0;)i*=10;var r=[Hb(Yb(e[0]/i)*i),Hb(Ub(e[1]/i)*i)];this._interval=i,this._intervalPrecision=sb(i),this._niceExtent=r}},n.prototype.calcNiceExtent=function(e){t.prototype.calcNiceExtent.call(this,e),this._fixMin=e.fixMin,this._fixMax=e.fixMax},n.prototype.contain=function(e){return e=Zb(e)/Zb(this.base),t.prototype.contain.call(this,e)},n.prototype.normalize=function(e){return e=Zb(e)/Zb(this.base),t.prototype.normalize.call(this,e)},n.prototype.scale=function(e){return e=t.prototype.scale.call(this,e),Xb(this.base,e)},n.prototype.setBreaksFromOption=function(t){var e=Rd();if(e){var n=e.logarithmicParseBreaksFromOption(t,this.base,F(this.parse,this)),i=n.parsedOriginal,r=n.parsedLogged;this._originalScale._innerSetBreak(i),this._innerSetBreak(r)}},n.type="log",n}(_b);function qb(t,e){return Hb(t,xo(e))}fb.registerClass(jb);var Kb=function(){function t(t,e,n){this._prepareParams(t,e,n)}return t.prototype._prepareParams=function(t,e,n){n[1]0&&s>0&&!l&&(a=0),a<0&&s<0&&!u&&(s=0));var h=this._determinedMin,d=this._determinedMax;return null!=h&&(a=h,l=!0),null!=d&&(s=d,u=!0),{min:a,max:s,minFixed:l,maxFixed:u,isBlank:c}},t.prototype.modifyDataMinMax=function(t,e){this[Jb[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){var n=$b[t];this[n]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),$b={min:"_determinedMin",max:"_determinedMax"},Jb={min:"_dataMin",max:"_dataMax"};function Qb(t,e,n){var i=t.rawExtentInfo;return i||(i=new Kb(t,e,n),t.rawExtentInfo=i,i)}function tw(t,e){return null==e?null:et(e)?NaN:t.parse(e)}function ew(t,e){var n=t.type,i=Qb(t,e,t.getExtent()).calculate();t.setBlank(i.isBlank);var r=i.min,o=i.max,a=e.ecModel;if(a&&"time"===n){var s=Cb("bar",a),l=!1;if(N(s,(function(t){l=l||t.getBaseAxis()===e.axis})),l){var u=Db(s),c=function(t,e,n,i){var r=n.axis.getExtent(),o=Math.abs(r[1]-r[0]),a=function(t,e,n){if(t&&e){var i=t[Tb(e)];return null!=i&&null!=n?i[Ib(n)]:i}}(i,n.axis);if(void 0===a)return{min:t,max:e};var s=1/0;N(a,(function(t){s=Math.min(t.offset,s)}));var l=-1/0;N(a,(function(t){l=Math.max(t.offset+t.width,l)})),s=Math.abs(s),l=Math.abs(l);var u=s+l,c=e-t,h=c/(1-(s+l)/o)-c;return e+=h*(l/u),t-=h*(s/u),{min:t,max:e}}(r,o,e,u);r=c.min,o=c.max}}return{extent:[r,o],fixMin:i.minFixed,fixMax:i.maxFixed}}function nw(t,e){var n=e,i=ew(t,n),r=i.extent,o=n.get("splitNumber");t instanceof jb&&(t.base=n.get("logBase"));var a=t.type,s=n.get("interval"),l="interval"===a||"time"===a;t.setBreaksFromOption(hw(n)),t.setExtent(r[0],r[1]),t.calcNiceExtent({splitNumber:o,fixMin:i.fixMin,fixMax:i.fixMax,minInterval:l?n.get("minInterval"):null,maxInterval:l?n.get("maxInterval"):null}),null!=s&&t.setInterval&&t.setInterval(s)}function iw(t,e){if(e=e||t.get("type"))switch(e){case"category":return new mb({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new Rb({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(fb.getClass(e)||_b)}}function rw(t){var e=t.getLabelModel().get("formatter");if("time"===t.type){var n=Xd(e);return function(e,i){return t.scale.getFormattedLabel(e,i,n)}}if(Y(e))return function(n){var i=t.scale.getLabel(n);return e.replace("{value}",null!=i?i:"")};if(U(e)){if("category"===t.type)return function(n,i){return e(ow(t,n),n.value-t.scale.getExtent()[0],null)};var i=Rd();return function(n,r){var o=null;return i&&(o=i.makeAxisLabelFormatterParamBreak(o,n.break)),e(ow(t,n),r,o)}}return function(e){return t.scale.getLabel(e)}}function ow(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function aw(t){var e=t.get("interval");return null==e?"auto":e}function sw(t){return"category"===t.type&&0===aw(t.getLabelModel())}function lw(t,e){var n={};return N(t.mapDimensionsAll(e),(function(e){n[nb(t,e)]=!0})),G(n)}function uw(t){return"middle"===t||"center"===t}function cw(t){return t.getShallow("show")}function hw(t){var e,n=t.get("breaks",!0);if(null!=n)return Rd()?"x"!==(e=t.axis).dim&&"y"!==e.dim&&"z"!==e.dim&&"single"!==e.dim||"category"===e.type?void 0:n:void 0}var dw=function(){function t(){}return t.prototype.getNeedCrossZero=function(){return!this.option.scale},t.prototype.getCoordSysModel=function(){},t}();var pw={isDimensionStacked:eb,enableDataStack:tb,getStackedDimension:nb};var fw=Object.freeze({__proto__:null,createList:function(t){return ib(null,t)},getLayoutRect:Wp,dataStack:pw,createScale:function(t,e){var n=e;e instanceof bd||(n=new bd(e));var i=iw(n);return i.setExtent(t[0],t[1]),nw(i,n),i},mixinAxisModelCommonMethods:function(t){O(t,dw)},getECData:Nl,createTextStyle:function(t,e){return Jh(t,null,null,"normal"!==(e=e||{}).state)},createDimensions:function(t,e){return q_(t,e).dimensions},createSymbol:cm,enableHoverEmphasis:Mu});function gw(t,e){return Math.abs(t-e)<1e-8}function yw(t,e,n){var i=0,r=t[0];if(!r)return!1;for(var o=1;on&&(t=r,n=a)}if(t)return function(t){for(var e=0,n=0,i=0,r=t.length,o=t[r-1][0],a=t[r-1][1],s=0;s>1^-(1&s),l=l>>1^-(1&l),r=s+=r,o=l+=o,i.push([s/n,l/n])}return i}function Cw(t,e){return z(B((t=function(t){if(!t.UTF8Encoding)return t;var e=t,n=e.UTF8Scale;return null==n&&(n=1024),N(e.features,(function(t){var e=t.geometry,i=e.encodeOffsets,r=e.coordinates;if(i)switch(e.type){case"LineString":e.coordinates=Tw(r,i,n);break;case"Polygon":case"MultiLineString":Iw(r,i,n);break;case"MultiPolygon":N(r,(function(t,e){return Iw(t,i[e],n)}))}})),e.UTF8Encoding=!1,e}(t)).features,(function(t){return t.geometry&&t.properties&&t.geometry.coordinates.length>0})),(function(t){var n=t.properties,i=t.geometry,r=[];switch(i.type){case"Polygon":var o=i.coordinates;r.push(new bw(o[0],o.slice(1)));break;case"MultiPolygon":N(i.coordinates,(function(t){t[0]&&r.push(new bw(t[0],t.slice(1)))}));break;case"LineString":r.push(new ww([i.coordinates]));break;case"MultiLineString":r.push(new ww(i.coordinates))}var a=new Sw(n[e||"name"],r,n.cp);return a.properties=n,a}))}var Dw=Object.freeze({__proto__:null,linearMap:fo,round:vo,asc:mo,getPrecision:xo,getPrecisionSafe:_o,getPixelPrecision:bo,getPercentWithPrecision:function(t,e,n){return t[e]&&wo(t,n)[e]||0},parsePercent:go,MAX_SAFE_INTEGER:Mo,remRadian:Io,isRadianAroundZero:To,parseDate:Do,quantity:Ao,quantityExponent:ko,nice:Lo,quantile:Po,reformIntervals:Oo,isNumeric:No,numericToNumber:Ro}),Aw=Object.freeze({__proto__:null,parse:Do,format:Kd,roundTime:Jd}),kw=Object.freeze({__proto__:null,extendShape:uh,extendPath:hh,makePath:fh,makeImage:gh,mergePath:vh,resizePath:mh,createIcon:Dh,updateProps:Qc,initProps:th,getTransform:bh,clipPointsByRect:Th,clipRectByRect:Ch,registerShape:dh,getShapeClass:ph,Group:Qr,Image:hl,Text:wl,Circle:ec,Ellipse:ic,Sector:mc,Ring:_c,Polygon:Sc,Polyline:Ic,Rect:ml,Line:Dc,BezierCurve:Pc,Arc:Rc,IncrementalDisplayable:qc,CompoundPath:Nc,LinearGradient:Ec,RadialGradient:Bc,BoundingRect:We}),Lw=Object.freeze({__proto__:null,addCommas:pp,toCamelCase:fp,normalizeCssArray:gp,encodeHTML:re,formatTpl:xp,getTooltipMarker:_p,formatTime:function(t,e,n){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var i=Do(e),r=n?"getUTC":"get",o=i[r+"FullYear"](),a=i[r+"Month"]()+1,s=i[r+"Date"](),l=i[r+"Hours"](),u=i[r+"Minutes"](),c=i[r+"Seconds"](),h=i[r+"Milliseconds"]();return t=t.replace("MM",Zd(a,2)).replace("M",a).replace("yyyy",o).replace("yy",Zd(o%100+"",2)).replace("dd",Zd(s,2)).replace("d",s).replace("hh",Zd(l,2)).replace("h",l).replace("mm",Zd(u,2)).replace("m",u).replace("ss",Zd(c,2)).replace("s",c).replace("SSS",Zd(h,3))},capitalFirst:function(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t},truncateText:function(t,e,n,i,r){var o={};return za(o,t,e,n,i,r),o.text},getTextRect:function(t,e,n,i,r,o,a,s){return new wl({style:{text:t,font:e,align:n,verticalAlign:i,padding:r,rich:o,overflow:a?"truncate":null,lineHeight:s}}).getBoundingRect()}}),Pw=Object.freeze({__proto__:null,map:z,each:N,indexOf:L,inherits:P,reduce:E,filter:B,bind:F,curry:W,isArray:H,isString:Y,isObject:j,isFunction:U,extend:D,defaults:A,clone:I,merge:T}),Ow=aa(),Rw=aa(),Nw=1,zw=2;function Ew(t){return{out:{noPxChangeTryDetermine:[]},kind:t}}function Bw(t,e){var n=z(e,(function(e){return t.scale.parse(e)}));return"time"===t.type&&n.length>0&&(n.sort(),n.unshift(n[0]),n.push(n[n.length-1])),n}function Vw(t,e){var n=t.getLabelModel().get("customValues");if(n){var i=rw(t),r=t.scale.getExtent();return{labels:z(B(Bw(t,n),(function(t){return t>=r[0]&&t<=r[1]})),(function(e){var n={value:e};return{formattedLabel:i(n),rawLabel:t.scale.getLabel(n),tickValue:e,time:void 0,break:void 0}}))}}return"category"===t.type?function(t,e){var n=t.getLabelModel(),i=Fw(t,n,e);return!n.get("show")||t.scale.isBlank()?{labels:[]}:i}(t,e):function(t){var e=t.scale.getTicks(),n=rw(t);return{labels:z(e,(function(e,i){return{formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value,time:e.time,break:e.break}}))}}(t)}function Gw(t,e,n){var i=t.getTickModel().get("customValues");if(i){var r=t.scale.getExtent();return{ticks:B(Bw(t,i),(function(t){return t>=r[0]&&t<=r[1]}))}}return"category"===t.type?function(t,e){var n,i,r=Ww(t),o=aw(e),a=Yw(r,o);if(a)return a;e.get("show")&&!t.scale.isBlank()||(n=[]);if(U(o))n=Kw(t,o,!0);else if("auto"===o){var s=Fw(t,t.getLabelModel(),Ew(zw));i=s.labelCategoryInterval,n=z(s.labels,(function(t){return t.tickValue}))}else n=qw(t,i=o,!0);return Xw(r,o,{ticks:n,tickCategoryInterval:i})}(t,e):{ticks:z(t.scale.getTicks(n),(function(t){return t.value}))}}function Fw(t,e,n){var i,r,o=Hw(t),a=aw(e),s=n.kind===Nw;if(!s){var l=Yw(o,a);if(l)return l}U(a)?i=Kw(t,a):(r="auto"===a?function(t,e){if(e.kind===Nw){var n=t.calculateCategoryInterval(e);return e.out.noPxChangeTryDetermine.push((function(){return Rw(t).autoInterval=n,!0})),n}var i=Rw(t).autoInterval;return null!=i?i:Rw(t).autoInterval=t.calculateCategoryInterval(e)}(t,n):a,i=qw(t,r));var u={labels:i,labelCategoryInterval:r};return s?n.out.noPxChangeTryDetermine.push((function(){return Xw(o,a,u),!0})):Xw(o,a,u),u}var Ww=Uw("axisTick"),Hw=Uw("axisLabel");function Uw(t){return function(e){return Rw(e)[t]||(Rw(e)[t]={list:[]})}}function Yw(t,e){for(var n=0;ne&&i.axisExtent0===r[0]&&i.axisExtent1===r[1])return o;i.lastTickCount=n,i.lastAutoInterval=e,i.axisExtent0=r[0],i.axisExtent1=r[1]}function qw(t,e,n){var i=rw(t),r=t.scale,o=r.getExtent(),a=t.getLabelModel(),s=[],l=Math.max((e||0)+1,1),u=o[0],c=r.count();0!==u&&l>1&&c/l>2&&(u=Math.round(Math.ceil(u/l)*l));var h=sw(t),d=a.get("showMinLabel")||h,p=a.get("showMaxLabel")||h;d&&u!==o[0]&&g(o[0]);for(var f=u;f<=o[1];f+=l)g(f);function g(t){var e={value:t};s.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t,time:void 0,break:void 0})}return p&&f-l!==o[1]&&g(o[1]),s}function Kw(t,e,n){var i=t.scale,r=rw(t),o=[];return N(i.getTicks(),(function(t){var a=i.getLabel(t),s=t.value;e(t.value,a)&&o.push(n?s:{formattedLabel:r(t),rawLabel:a,tickValue:s,time:void 0,break:void 0})})),o}var $w=[0,1],Jw=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(this.scale.parse(t))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return bo(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(i.parse(t)),this.onBand&&"ordinal"===i.type&&Qw(n=n.slice(),i.count()),fo(t,$w,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&Qw(n=n.slice(),i.count());var r=fo(t,n,$w,e);return this.scale.scale(r)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){var e=(t=t||{}).tickModel||this.getTickModel(),n=z(Gw(this,e,{breakTicks:t.breakTicks,pruneByBreak:t.pruneByBreak}).ticks,(function(t){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(t):t),tickValue:t}}),this);return function(t,e,n,i){var r=e.length;if(!t.onBand||n||!r)return;var o,a,s=t.getExtent();if(1===r)e[0].coord=s[0],e[0].onBand=!0,o=e[1]={coord:s[1],tickValue:e[0].tickValue,onBand:!0};else{var l=e[r-1].tickValue-e[0].tickValue,u=(e[r-1].coord-e[0].coord)/l;N(e,(function(t){t.coord-=u/2,t.onBand=!0}));var c=t.scale.getExtent();a=1+c[1]-e[r-1].tickValue,o={coord:e[r-1].coord+u*a,tickValue:c[1]+1,onBand:!0},e.push(o)}var h=s[0]>s[1];d(e[0].coord,s[0])&&(i?e[0].coord=s[0]:e.shift());i&&d(s[0],e[0].coord)&&e.unshift({coord:s[0],onBand:!0});d(s[1],o.coord)&&(i?o.coord=s[1]:e.pop());i&&d(o.coord,s[1])&&e.push({coord:s[1],onBand:!0});function d(t,e){return t=vo(t),e=vo(e),h?t>e:t0&&t<100||(t=5),z(this.scale.getMinorTicks(t),(function(t){return z(t,(function(t){return{coord:this.dataToCoord(t),tickValue:t}}),this)}),this)},t.prototype.getViewLabels=function(t){return Vw(this,t=t||Ew(zw)).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(t){return function(t,e){var n=e.kind,i=function(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}(t),r=rw(t),o=(i.axisRotate-i.labelRotate)/180*Math.PI,a=t.scale,s=a.getExtent(),l=a.count();if(s[1]-s[0]<1)return 0;var u=1;l>40&&(u=Math.max(1,Math.floor(l/40)));for(var c=s[0],h=t.dataToCoord(c+1)-t.dataToCoord(c),d=Math.abs(h*Math.cos(o)),p=Math.abs(h*Math.sin(o)),f=0,g=0;c<=s[1];c+=u){var y,v,m=zr(r({value:c}),i.font,"center","top");y=1.3*m.width,v=1.3*m.height,f=Math.max(f,y,7),g=Math.max(g,v,7)}var x=f/d,_=g/p;isNaN(x)&&(x=1/0),isNaN(_)&&(_=1/0);var b=Math.max(0,Math.floor(Math.min(x,_)));if(n===Nw)return e.out.noPxChangeTryDetermine.push(F(Zw,null,t,b,l)),b;var w=jw(t,b,l);return null!=w?w:b}(this,t=t||Ew(zw))},t}();function Qw(t,e){var n=(t[1]-t[0])/e/2;t[0]+=n,t[1]-=n}function tS(t){var e=Jp.extend(t);return Jp.registerClass(e),e}function eS(t){var e=qy.extend(t);return qy.registerClass(e),e}function nS(t){var e=Fy.extend(t);return Fy.registerClass(e),e}function iS(t){var e=Qy.extend(t);return Qy.registerClass(e),e}var rS=2*Math.PI,oS=Gs.CMD,aS=["top","right","bottom","left"];function sS(t,e,n,i,r){var o=n.width,a=n.height;switch(t){case"top":i.set(n.x+o/2,n.y-e),r.set(0,-1);break;case"bottom":i.set(n.x+o/2,n.y+a+e),r.set(0,1);break;case"left":i.set(n.x-e,n.y+a/2),r.set(-1,0);break;case"right":i.set(n.x+o+e,n.y+a/2),r.set(1,0)}}function lS(t,e,n,i,r,o,a,s,l){a-=t,s-=e;var u=Math.sqrt(a*a+s*s),c=(a/=u)*n+t,h=(s/=u)*n+e;if(Math.abs(i-r)%rS<1e-4)return l[0]=c,l[1]=h,u-n;if(o){var d=i;i=Ys(r),r=Ys(d)}else i=Ys(i),r=Ys(r);i>r&&(r+=rS);var p=Math.atan2(s,a);if(p<0&&(p+=rS),p>=i&&p<=r||p+rS>=i&&p+rS<=r)return l[0]=c,l[1]=h,u-n;var f=n*Math.cos(i)+t,g=n*Math.sin(i)+e,y=n*Math.cos(r)+t,v=n*Math.sin(r)+e,m=(f-a)*(f-a)+(g-s)*(g-s),x=(y-a)*(y-a)+(v-s)*(v-s);return m0){e=e/180*Math.PI,fS.fromArray(t[0]),gS.fromArray(t[1]),yS.fromArray(t[2]),De.sub(vS,fS,gS),De.sub(mS,yS,gS);var n=vS.len(),i=mS.len();if(!(n<.001||i<.001)){vS.scale(1/n),mS.scale(1/i);var r=vS.dot(mS);if(Math.cos(e)1&&De.copy(bS,yS),bS.toArray(t[1])}}}}function SS(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,fS.fromArray(t[0]),gS.fromArray(t[1]),yS.fromArray(t[2]),De.sub(vS,gS,fS),De.sub(mS,yS,gS);var i=vS.len(),r=mS.len();if(!(i<.001||r<.001))if(vS.scale(1/i),mS.scale(1/r),vS.dot(e)=a)De.copy(bS,yS);else{bS.scaleAndAdd(mS,o/Math.tan(Math.PI/2-s));var l=yS.x!==gS.x?(bS.x-gS.x)/(yS.x-gS.x):(bS.y-gS.y)/(yS.y-gS.y);if(isNaN(l))return;l<0?De.copy(bS,gS):l>1&&De.copy(bS,yS)}bS.toArray(t[1])}}}function MS(t,e,n,i){var r="normal"===n,o=r?t:t.ensureState(n);o.ignore=e;var a=i.get("smooth");a&&!0===a&&(a=.3),o.shape=o.shape||{},a>0&&(o.shape.smooth=a);var s=i.getModel("lineStyle").getLineStyle();r?t.useStyle(s):o.style=s}function IS(t,e){var n=e.smooth,i=e.points;if(i)if(t.moveTo(i[0][0],i[0][1]),n>0&&i.length>=3){var r=Bt(i[0],i[1]),o=Bt(i[1],i[2]);if(!r||!o)return t.lineTo(i[1][0],i[1][1]),void t.lineTo(i[2][0],i[2][1]);var a=Math.min(r,o)*n,s=Ft([],i[1],i[0],a/r),l=Ft([],i[1],i[2],a/o),u=Ft([],s,l,.5);t.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),t.bezierCurveTo(l[0],l[1],l[0],l[1],i[2][0],i[2][1])}else for(var c=1;c0&&r&&b(-h/o,0,o);var g,y,v=t[0],m=t[o-1];function x(){g=v.rect[a]-n,y=i-m.rect[a]-m.rect[s]}function _(t,e,n){if(t<0){var i=Math.min(e,-t);if(i>0){b(i*n,0,o);var r=i+t;r<0&&w(-r*n,1)}else w(-t*n,1)}}function b(e,n,i){0!==e&&(c=!0);for(var r=n;r0)for(l=0;l0;l--){b(-(i[l-1]*h),l,o)}}}function S(t){var e=t<0?-1:1;t=Math.abs(t);for(var n=Math.ceil(t/(o-1)),i=0;i0?b(n,0,i+1):b(-n,o-i-1,o),(t-=n)<=0)return}return x(),g<0&&w(-g,.8),y<0&&w(y,.8),x(),_(g,y,1),_(y,g,-1),x(),g<0&&S(-g),y<0&&S(y),c}function BS(t){var e=[];function n(t){if(!t.ignore){var e=t.ensureState("emphasis");null==e.ignore&&(e.ignore=!1)}t.ignore=!0}t.sort((function(t,e){return(e.suggestIgnore?1:0)-(t.suggestIgnore?1:0)||e.priority-t.priority}));for(var i=0;i=0&&n.attr(p.oldLayoutSelect),L(u,"emphasis")>=0&&n.attr(p.oldLayoutEmphasis)),Qc(n,s,e,a)}else if(n.attr(s),!od(n).valueAnimation){var c=it(n.style.opacity,1);n.style.opacity=0,th(n,{style:{opacity:c}},e,a)}if(p.oldLayout=s,n.states.select){var h=p.oldLayoutSelect={};XS(h,s,ZS),XS(h,n.states.select,ZS)}if(n.states.emphasis){var d=p.oldLayoutEmphasis={};XS(d,s,ZS),XS(d,n.states.emphasis,ZS)}sd(n,a,l,e,e)}if(i&&!i.ignore&&!i.invisible){r=(p=YS(i)).oldLayout;var p,f={points:i.shape.points};r?(i.attr({shape:r}),Qc(i,{shape:f},e)):(i.setShape(f),i.style.strokePercent=0,th(i,{style:{strokePercent:1}},e)),p.oldLayout=f}},t}(),qS=aa();var KS=Math.sin,$S=Math.cos,JS=Math.PI,QS=2*Math.PI,tM=180/JS,eM=function(){function t(){}return t.prototype.reset=function(t){this._start=!0,this._d=[],this._str="",this._p=Math.pow(10,t||4)},t.prototype.moveTo=function(t,e){this._add("M",t,e)},t.prototype.lineTo=function(t,e){this._add("L",t,e)},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){this._add("C",t,e,n,i,r,o)},t.prototype.quadraticCurveTo=function(t,e,n,i){this._add("Q",t,e,n,i)},t.prototype.arc=function(t,e,n,i,r,o){this.ellipse(t,e,n,n,0,i,r,o)},t.prototype.ellipse=function(t,e,n,i,r,o,a,s){var l=a-o,u=!s,c=Math.abs(l),h=bi(c-QS)||(u?l>=QS:-l>=QS),d=l>0?l%QS:l%QS+QS,p=!1;p=!!h||!bi(c)&&d>=JS==!!u;var f=t+n*$S(o),g=e+i*KS(o);this._start&&this._add("M",f,g);var y=Math.round(r*tM);if(h){var v=1/this._p,m=(u?1:-1)*(QS-v);this._add("A",n,i,y,1,+u,t+n*$S(o+m),e+i*KS(o+m)),v>.01&&this._add("A",n,i,y,0,+u,f,g)}else{var x=t+n*$S(a),_=e+i*KS(a);this._add("A",n,i,y,+p,+u,x,_)}},t.prototype.rect=function(t,e,n,i){this._add("M",t,e),this._add("l",n,0),this._add("l",0,i),this._add("l",-n,0),this._add("Z")},t.prototype.closePath=function(){this._d.length>0&&this._add("Z")},t.prototype._add=function(t,e,n,i,r,o,a,s,l){for(var u=[],c=this._p,h=1;h"}(r,o)+("style"!==r?re(a):a||"")+(i?""+n+z(i,(function(e){return t(e)})).join(n)+n:"")+("")}(t)}function pM(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function fM(t,e,n,i){return hM("svg","root",{width:t,height:e,xmlns:sM,"xmlns:xlink":lM,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var gM=0;function yM(){return gM++}var vM={cubicIn:"0.32,0,0.67,0",cubicOut:"0.33,1,0.68,1",cubicInOut:"0.65,0,0.35,1",quadraticIn:"0.11,0,0.5,0",quadraticOut:"0.5,1,0.89,1",quadraticInOut:"0.45,0,0.55,1",quarticIn:"0.5,0,0.75,0",quarticOut:"0.25,1,0.5,1",quarticInOut:"0.76,0,0.24,1",quinticIn:"0.64,0,0.78,0",quinticOut:"0.22,1,0.36,1",quinticInOut:"0.83,0,0.17,1",sinusoidalIn:"0.12,0,0.39,0",sinusoidalOut:"0.61,1,0.88,1",sinusoidalInOut:"0.37,0,0.63,1",exponentialIn:"0.7,0,0.84,0",exponentialOut:"0.16,1,0.3,1",exponentialInOut:"0.87,0,0.13,1",circularIn:"0.55,0,1,0.45",circularOut:"0,0.55,0.45,1",circularInOut:"0.85,0,0.15,1"},mM="transform-origin";function xM(t,e,n){var i=D({},t.shape);D(i,e),t.buildPath(n,i);var r=new eM;return r.reset(Li(t)),n.rebuildPath(r,1),r.generateStr(),r.getStr()}function _M(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[mM]=n+"px "+i+"px")}var bM={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function wM(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function SM(t){return Y(t)?vM[t]?"cubic-bezier("+vM[t]+")":Fn(t)?t:"":""}function MM(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof Nc){var s=function(t,e,n){var i,r,o=t.shape.paths,a={};if(N(o,(function(t){var e=pM(n.zrId);e.animation=!0,MM(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=G(o),u=l.length;if(u){var c=o[r=l[u-1]];for(var h in c){var d=c[h];a[h]=a[h]||{d:""},a[h].d+=d.d||""}for(var p in s){var f=s[p].animation;f.indexOf(r)>=0&&(i=f)}}})),i){e.d=!1;var s=wM(a,n);return i.replace(r,s)}}(t,e,n);if(s)a.push(s);else if(!o)return}else if(!o)return;for(var l={},u=0;u0})).length)return wM(c,n)+" "+r[0]+" both"}for(var y in l){(s=g(l[y]))&&a.push(s)}if(a.length){var v=n.zrId+"-cls-"+yM();n.cssNodes["."+v]={animation:a.join(",")},e.class=v}}function IM(t,e,n,i){var r=JSON.stringify(t),o=n.cssStyleCache[r];o||(o=n.zrId+"-cls-"+yM(),n.cssStyleCache[r]=o,n.cssNodes["."+o+(i?":hover":"")]=t),e.class=e.class?e.class+" "+o:o}var TM=Math.round;function CM(t){return t&&Y(t.src)}function DM(t){return t&&U(t.toDataURL)}function AM(t,e,n,i){aM((function(r,o){var a="fill"===r||"stroke"===r;a&&Ai(o)?GM(e,t,r,i):a&&Ti(o)?FM(n,t,r,i):t[r]=o,a&&i.ssr&&"none"===o&&(t["pointer-events"]="visible")}),e,n,!1),function(t,e,n){var i=t.style;if(function(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}(i)){var r=function(t){var e=t.style,n=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(",")}(t),o=n.shadowCache,a=o[r];if(!a){var s=t.getGlobalScale(),l=s[0],u=s[1];if(!l||!u)return;var c=i.shadowOffsetX||0,h=i.shadowOffsetY||0,d=i.shadowBlur,p=xi(i.shadowColor),f=p.opacity,g=p.color,y=d/2/l+" "+d/2/u;a=n.zrId+"-s"+n.shadowIdx++,n.defs[a]=hM("filter",a,{id:a,x:"-100%",y:"-100%",width:"300%",height:"300%"},[hM("feDropShadow","",{dx:c/l,dy:h/u,stdDeviation:y,"flood-color":g,"flood-opacity":f})]),o[r]=a}e.filter=ki(a)}}(n,t,i)}function kM(t,e){var n=ao(e);n&&(n.each((function(e,n){null!=e&&(t[(uM+n).toLowerCase()]=e+"")})),e.isSilent()&&(t[uM+"silent"]="true"))}function LM(t){return bi(t[0]-1)&&bi(t[1])&&bi(t[2])&&bi(t[3]-1)}function PM(t,e,n){if(e&&(!function(t){return bi(t[4])&&bi(t[5])}(e)||!LM(e))){var i=n?10:1e4;t.transform=LM(e)?"translate("+TM(e[4]*i)/i+" "+TM(e[5]*i)/i+")":function(t){return"matrix("+wi(t[0])+","+wi(t[1])+","+wi(t[2])+","+wi(t[3])+","+Si(t[4])+","+Si(t[5])+")"}(e)}}function OM(t,e,n){for(var i=t.points,r=[],o=0;o=0&&a||o;s&&(r=yi(s))}var l=i.lineWidth;l&&(l/=!i.strokeNoScale&&t.transform?t.transform[0]:1);var u={cursor:"pointer"};r&&(u.fill=r),i.stroke&&(u.stroke=i.stroke),l&&(u["stroke-width"]=l),IM(u,e,n,!0)}}(t,o,e),hM(s,t.id+"",o)}function VM(t,e){return t instanceof al?BM(t,e):t instanceof hl?function(t,e){var n=t.style,i=n.image;if(i&&!Y(i)&&(CM(i)?i=i.src:DM(i)&&(i=i.toDataURL())),i){var r=n.x||0,o=n.y||0,a={href:i,width:n.width,height:n.height};return r&&(a.x=r),o&&(a.y=o),PM(a,t.transform),AM(a,n,t,e),kM(a,t),e.animation&&MM(t,a,e),hM("image",t.id+"",a)}}(t,e):t instanceof ll?function(t,e){var n=t.style,i=n.text;if(null!=i&&(i+=""),i&&!isNaN(n.x)&&!isNaN(n.y)){var a=n.font||o,s=n.x||0,l=function(t,e,n){return"top"===n?t+=e/2:"bottom"===n&&(t-=e/2),t}(n.y||0,Vr(a),n.textBaseline),u={"dominant-baseline":"central","text-anchor":Mi[n.textAlign]||n.textAlign};if(Dl(n)){var c="",h=n.fontStyle,d=Tl(n.fontSize);if(!parseFloat(d))return;var p=n.fontFamily||r,f=n.fontWeight;c+="font-size:"+d+";font-family:"+p+";",h&&"normal"!==h&&(c+="font-style:"+h+";"),f&&"normal"!==f&&(c+="font-weight:"+f+";"),u.style=c}else u.style="font: "+a;return i.match(/\s/)&&(u["xml:space"]="preserve"),s&&(u.x=s),l&&(u.y=l),PM(u,t.transform),AM(u,n,t,e),kM(u,t),e.animation&&MM(t,u,e),hM("text",t.id+"",u,void 0,i)}}(t,e):void 0}function GM(t,e,n,i){var r,o=t[n],a={gradientUnits:o.global?"userSpaceOnUse":"objectBoundingBox"};if(Ci(o))r="linearGradient",a.x1=o.x,a.y1=o.y,a.x2=o.x2,a.y2=o.y2;else{if(!Di(o))return void 0;r="radialGradient",a.cx=it(o.x,.5),a.cy=it(o.y,.5),a.r=it(o.r,.5)}for(var s=o.colorStops,l=[],u=0,c=s.length;ul?nI(t,null==n[h+1]?null:n[h+1].elm,n,s,h):iI(t,e,a,l))}(n,i,r):JM(r)?(JM(t.text)&&qM(n,""),nI(n,null,r,0,r.length-1)):JM(i)?iI(n,i,0,i.length-1):JM(t.text)&&qM(n,""):t.text!==e.text&&(JM(i)&&iI(n,i,0,i.length-1),qM(n,e.text)))}var aI=0,sI=function(){function t(t,e,n){if(this.type="svg",this.refreshHover=lI("refreshHover"),this.configLayer=lI("configLayer"),this.storage=e,this._opts=n=D({},n),this.root=t,this._id="zr"+aI++,this._oldVNode=fM(n.width,n.height),t&&!n.ssr){var i=this._viewport=document.createElement("div");i.style.cssText="position:relative;overflow:hidden";var r=this._svgDom=this._oldVNode.elm=cM("svg");rI(null,this._oldVNode),i.appendChild(r),t.appendChild(i)}this.resize(n.width,n.height)}return t.prototype.getType=function(){return this.type},t.prototype.getViewportRoot=function(){return this._viewport},t.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},t.prototype.getSvgDom=function(){return this._svgDom},t.prototype.refresh=function(){if(this.root){var t=this.renderToVNode({willUpdate:!0});t.attrs.style="position:absolute;left:0;top:0;user-select:none",function(t,e){if(tI(t,e))oI(t,e);else{var n=t.elm,i=ZM(n);eI(e),null!==i&&(UM(i,e.elm,jM(n)),iI(i,[t],0,0))}}(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return VM(t,pM(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._width,i=this._height,r=pM(this._id);r.animation=t.animation,r.willUpdate=t.willUpdate,r.compress=t.compress,r.emphasis=t.emphasis,r.ssr=this._opts.ssr;var o=[],a=this._bgVNode=function(t,e,n,i){var r;if(n&&"none"!==n)if(r=hM("rect","bg",{width:t,height:e,x:"0",y:"0"}),Ai(n))GM({fill:n},r.attrs,"fill",i);else if(Ti(n))FM({style:{fill:n},dirty:_t,getBoundingRect:function(){return{width:t,height:e}}},r.attrs,"fill",i);else{var o=xi(n),a=o.color,s=o.opacity;r.attrs.fill=a,s<1&&(r.attrs["fill-opacity"]=s)}return r}(n,i,this._backgroundColor,r);a&&o.push(a);var s=t.compress?null:this._mainVNode=hM("g","main",{},[]);this._paintList(e,r,s?s.children:o),s&&o.push(s);var l=z(G(r.defs),(function(t){return r.defs[t]}));if(l.length&&o.push(hM("defs","defs",{},l)),t.animation){var u=function(t,e,n){var i=(n=n||{}).newline?"\n":"",r=" {"+i,o=i+"}",a=z(G(t),(function(e){return e+r+z(G(t[e]),(function(n){return n+":"+t[e][n]+";"})).join(i)+o})).join(i),s=z(G(e),(function(t){return"@keyframes "+t+r+z(G(e[t]),(function(n){return n+r+z(G(e[t][n]),(function(i){var r=e[t][n][i];return"d"===i&&(r='path("'+r+'")'),i+":"+r+";"})).join(i)+o})).join(i)+o})).join(i);return a||s?[""].join(i):""}(r.cssNodes,r.cssAnims,{newline:!0});if(u){var c=hM("style","stl",{},[],u);o.push(c)}}return fM(n,i,o,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},dM(this.renderToVNode({animation:it(t.cssAnimation,!0),emphasis:it(t.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:it(t.useViewBox,!0)}),{newline:!0})},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t},t.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},t.prototype._paintList=function(t,e,n){for(var i,r,o=t.length,a=[],s=0,l=0,u=0;u=0&&(!h||!r||h[f]!==r[f]);f--);for(var g=p-1;g>f;g--)i=a[--s-1];for(var y=f+1;y=a)}}for(var c=this.__startIndex;c15)break}n.prevElClipPaths&&u.restore()};if(d)if(0===d.length)s=l.__endIndex;else for(var _=p.dpr,b=0;b0&&t>i[0]){for(s=0;st);s++);a=n[i[s]]}if(i.splice(s+1,0,t),n[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.painter||(e.painter=this)}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i0?pI:0),this._needsManuallyCompositing),u.__builtin__||M("ZLevel "+l+" has been used by unkown layer "+u.id),u!==o&&(u.__used=!0,u.__startIndex!==r&&(u.__dirty=!0),u.__startIndex=r,u.incremental?u.__drawIndex=-1:u.__drawIndex=r,e(r),o=u),1&s.__dirty&&!s.__inHover&&(u.__dirty=!0,u.incremental&&u.__drawIndex<0&&(u.__drawIndex=r))}e(r),this.eachBuiltinLayer((function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)}))},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(t){t.clear()},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,N(this._layers,(function(t){t.setUnpainted()}))},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?T(n[t],e,!0):n[t]=e;for(var i=0;i-1&&(s.style.stroke=s.style.fill,s.style.fill=Qp.color.neutral00,s.style.lineWidth=2),e},n.type="series.line",n.dependencies=["grid","polar"],n.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:6,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},n}(Fy);function yI(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=Bg(t,e,n[0]);return null!=r?r+"":null}if(i){for(var o=[],a=0;a=0&&i.push(e[o])}return i.join(" ")}var mI=function(t){function n(e,n,i,r){var o=t.call(this)||this;return o.updateData(e,n,i,r),o}return e(n,t),n.prototype._createSymbol=function(t,e,n,i,r,o){this.removeAll();var a=cm(t,-1,-1,2,2,null,o);a.attr({z2:it(r,100),culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),a.drift=xI,this._symbolType=t,this.add(a)},n.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},n.prototype.getSymbolType=function(){return this._symbolType},n.prototype.getSymbolPath=function(){return this.childAt(0)},n.prototype.highlight=function(){hu(this.childAt(0))},n.prototype.downplay=function(){du(this.childAt(0))},n.prototype.setZ=function(t,e){var n=this.childAt(0);n.zlevel=t,n.z=e},n.prototype.setDraggable=function(t,e){var n=this.childAt(0);n.draggable=t,n.cursor=!e&&t?"move":n.cursor},n.prototype.updateData=function(t,e,i,r){this.silent=!1;var o=t.getItemVisual(e,"symbol")||"circle",a=t.hostModel,s=n.getSymbolSize(t,e),l=n.getSymbolZ2(t,e),u=o!==this._symbolType,c=r&&r.disableAnimation;if(u){var h=t.getItemVisual(e,"symbolKeepAspect");this._createSymbol(o,t,e,s,l,h)}else{(p=this.childAt(0)).silent=!1;var d={scaleX:s[0]/2,scaleY:s[1]/2};c?p.attr(d):Qc(p,d,a,e),oh(p)}if(this._updateCommon(t,e,s,i,r),u){var p=this.childAt(0);if(!c){d={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:p.style.opacity}};p.scaleX=p.scaleY=0,p.style.opacity=0,th(p,d,a,e)}}c&&this.childAt(0).stopAnimation("leave")},n.prototype._updateCommon=function(t,e,n,i,r){var o,a,s,l,u,c,h,d,p,f=this.childAt(0),g=t.hostModel;if(i&&(o=i.emphasisItemStyle,a=i.blurItemStyle,s=i.selectItemStyle,l=i.focus,u=i.blurScope,h=i.labelStatesModels,d=i.hoverScale,p=i.cursorStyle,c=i.emphasisDisabled),!i||t.hasItemOption){var y=i&&i.itemModel?i.itemModel:t.getItemModel(e),v=y.getModel("emphasis");o=v.getModel("itemStyle").getItemStyle(),s=y.getModel(["select","itemStyle"]).getItemStyle(),a=y.getModel(["blur","itemStyle"]).getItemStyle(),l=v.get("focus"),u=v.get("blurScope"),c=v.get("disabled"),h=$h(y),d=v.getShallow("scale"),p=y.getShallow("cursor")}var m=t.getItemVisual(e,"symbolRotate");f.attr("rotation",(m||0)*Math.PI/180||0);var x=dm(t.getItemVisual(e,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),p&&f.attr("cursor",p);var _=t.getItemVisual(e,"style"),b=_.fill;if(f instanceof hl){var w=f.style;f.useStyle(D({image:w.image,x:w.x,y:w.y,width:w.width,height:w.height},_))}else f.__isEmptyBrush?f.useStyle(D({},_)):f.useStyle(_),f.style.decal=null,f.setColor(b,r&&r.symbolInnerColor),f.style.strokeNoScale=!0;var S=t.getItemVisual(e,"liftZ"),M=this._z2;null!=S?null==M&&(this._z2=f.z2,f.z2+=S):null!=M&&(f.z2=M,this._z2=null);var I=r&&r.useNameLabel;Kh(f,h,{labelFetcher:g,labelDataIndex:e,defaultText:function(e){return I?t.getName(e):yI(t,e)},inheritColor:b,defaultOpacity:_.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var T=f.ensureState("emphasis");T.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a;var C=null==d||!0===d?Math.max(1.1,3/this._sizeY):isFinite(d)&&d>0?+d:1;T.scaleX=this._sizeX*C,T.scaleY=this._sizeY*C,this.setSymbolScale(1),Iu(this,l,u,c)},n.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},n.prototype.fadeOut=function(t,e,n){var i=this.childAt(0),r=Nl(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&nh(a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();nh(i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},n.getSymbolSize=function(t,e){return hm(t.getItemVisual(e,"symbolSize"))},n.getSymbolZ2=function(t,e){return t.getItemVisual(e,"z2")},n}(Qr);function xI(t,e){this.parent.drift(t,e)}function _I(t,e,n,i){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(i.isIgnore&&i.isIgnore(n))&&!(i.clipShape&&!i.clipShape.contain(e[0],e[1]))&&"none"!==t.getItemVisual(n,"symbol")}function bI(t){return null==t||j(t)||(t={isIgnore:t}),t||{}}function wI(t){var e=t.hostModel,n=e.getModel("emphasis");return{emphasisItemStyle:n.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:n.get("focus"),blurScope:n.get("blurScope"),emphasisDisabled:n.get("disabled"),hoverScale:n.get("scale"),labelStatesModels:$h(e),cursorStyle:e.get("cursor")}}var SI=function(){function t(t){this.group=new Qr,this._SymbolCtor=t||mI}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=bI(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=wI(t),l={disableAnimation:a},u=e.getSymbolPoint||function(e){return t.getItemLayout(e)};r||n.removeAll(),t.diff(r).add((function(i){var r=u(i);if(_I(t,r,i,e)){var a=new o(t,i,s,l);a.setPosition(r),t.setItemGraphicEl(i,a),n.add(a)}})).update((function(c,h){var d=r.getItemGraphicEl(h),p=u(c);if(_I(t,p,c,e)){var f=t.getItemVisual(c,"symbol")||"circle",g=d&&d.getSymbolType&&d.getSymbolType();if(!d||g&&g!==f)n.remove(d),(d=new o(t,c,s,l)).setPosition(p);else{d.updateData(t,c,s,l);var y={x:p[0],y:p[1]};a?d.attr(y):Qc(d,y,i)}n.add(d),t.setItemGraphicEl(c,d)}else n.remove(d)})).remove((function(t){var e=r.getItemGraphicEl(t);e&&e.fadeOut((function(){n.remove(e)}),i)})).execute(),this._getSymbolPoint=u,this._data=t},t.prototype.updateLayout=function(){var t=this,e=this._data;e&&e.eachItemGraphicEl((function(e,n){var i=t._getSymbolPoint(n);e.setPosition(i),e.markRedraw()}))},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=wI(t),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e,n){function i(t){t.isGroup||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[],n=bI(n);for(var r=t.start;r0?n=i[0]:i[1]<0&&(n=i[1]);return n}(r,n),a=i.dim,s=r.dim,l=e.mapDimension(s),u=e.mapDimension(a),c="x"===s||"radius"===s?1:0,h=z(t.dimensions,(function(t){return e.mapDimension(t)})),d=!1,p=e.getCalculationInfo("stackResultDimension");return eb(e,h[0])&&(d=!0,h[0]=p),eb(e,h[1])&&(d=!0,h[1]=p),{dataDimsForPoint:h,valueStart:o,valueAxisDim:s,baseAxisDim:a,stacked:!!d,valueDim:l,baseDim:u,baseDataOffset:c,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function II(t,e,n,i){var r=NaN;t.stacked&&(r=n.get(n.getCalculationInfo("stackedOverDimension"),i)),isNaN(r)&&(r=t.valueStart);var o=t.baseDataOffset,a=[];return a[o]=n.get(t.baseDim,i),a[1-o]=r,e.dataToPoint(a)}var TI=Math.min,CI=Math.max;function DI(t,e){return isNaN(t)||isNaN(e)}function AI(t,e,n,i,r,o,a,s,l){for(var u,c,h,d,p,f,g=n,y=0;y=r||g<0)break;if(DI(v,m)){if(l){g+=o;continue}break}if(g===n)t[o>0?"moveTo":"lineTo"](v,m),h=v,d=m;else{var x=v-u,_=m-c;if(x*x+_*_<.5){g+=o;continue}if(a>0){for(var b=g+o,w=e[2*b],S=e[2*b+1];w===v&&S===m&&y=i||DI(w,S))p=v,f=m;else{T=w-u,C=S-c;var k=v-u,L=w-v,P=m-c,O=S-m,R=void 0,N=void 0;if("x"===s){var z=T>0?1:-1;p=v-z*(R=Math.abs(k))*a,f=m,D=v+z*(N=Math.abs(L))*a,A=m}else if("y"===s){var E=C>0?1:-1;p=v,f=m-E*(R=Math.abs(P))*a,D=v,A=m+E*(N=Math.abs(O))*a}else R=Math.sqrt(k*k+P*P),p=v-T*a*(1-(I=(N=Math.sqrt(L*L+O*O))/(N+R))),f=m-C*a*(1-I),A=m+C*a*I,D=TI(D=v+T*a*I,CI(w,v)),A=TI(A,CI(S,m)),D=CI(D,TI(w,v)),f=m-(C=(A=CI(A,TI(S,m)))-m)*R/N,p=TI(p=v-(T=D-v)*R/N,CI(u,v)),f=TI(f,CI(c,m)),D=v+(T=v-(p=CI(p,TI(u,v))))*N/R,A=m+(C=m-(f=CI(f,TI(c,m))))*N/R}t.bezierCurveTo(h,d,p,f,v,m),h=D,d=A}else t.lineTo(v,m)}u=v,c=m,g+=o}return y}var kI=function(){this.smooth=0,this.smoothConstraint=!0},LI=function(t){function n(e){var n=t.call(this,e)||this;return n.type="ec-polyline",n}return e(n,t),n.prototype.getDefaultStyle=function(){return{stroke:Qp.color.neutral99,fill:null}},n.prototype.getDefaultShape=function(){return new kI},n.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0&&DI(n[2*r-2],n[2*r-1]);r--);for(;i=0){var y=a?(c-i)*g+i:(u-n)*g+n;return a?[t,y]:[y,t]}n=u,i=c;break;case o.C:u=r[l++],c=r[l++],h=r[l++],d=r[l++],p=r[l++],f=r[l++];var v=a?An(n,u,h,p,t,s):An(i,c,d,f,t,s);if(v>0)for(var m=0;m=0){y=a?Cn(i,c,d,f,x):Cn(n,u,h,p,x);return a?[t,y]:[y,t]}}n=p,i=f}}},n}(al),PI=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n}(kI),OI=function(t){function n(e){var n=t.call(this,e)||this;return n.type="ec-polygon",n}return e(n,t),n.prototype.getDefaultShape=function(){return new PI},n.prototype.buildPath=function(t,e){var n=e.points,i=e.stackedOnPoints,r=0,o=n.length/2,a=e.smoothMonotone;if(e.connectNulls){for(;o>0&&DI(n[2*o-2],n[2*o-1]);o--);for(;r=0;a--){var s=t.getDimensionInfo(i[a].dimension);if("x"===(r=s&&s.coordDim)||"y"===r){o=i[a];break}}if(o){var l=e.getAxis(r),u=z(o.stops,(function(t){return{coord:l.toGlobalCoord(l.dataToCoord(t.value)),color:t.color}})),c=u.length,h=o.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),h.reverse());var d=function(t,e){var n,i,r=[],o=t.length;function a(t,e,n){var i=t.coord;return{coord:n,color:ui((n-i)/(e.coord-i),[t.color,e.color])}}for(var s=0;se){i?r.push(a(i,l,e)):n&&r.push(a(n,l,0),a(n,l,e));break}n&&(r.push(a(n,l,0)),n=null),r.push(l),i=l}}return r}(u,"x"===r?n.getWidth():n.getHeight()),p=d.length;if(!p&&c)return u[0].coord<0?h[1]?h[1]:u[c-1].color:h[0]?h[0]:u[0].color;var f=d[0].coord-10,g=d[p-1].coord+10,y=g-f;if(y<.001)return"transparent";N(d,(function(t){t.offset=(t.coord-f)/y})),d.push({offset:p?d[p-1].offset:.5,color:h[1]||"transparent"}),d.unshift({offset:p?d[0].offset:.5,color:h[0]||"transparent"});var v=new Ec(0,0,0,0,d,!0);return v[r]=f,v[r+"2"]=g,v}}}function UI(t,e,n){var i=t.get("showAllSymbol"),r="auto"===i;if(!i||r){var o=n.getAxesByScale("ordinal")[0];if(o&&(!r||!function(t,e){var n=t.getExtent(),i=Math.abs(n[1]-n[0])/t.scale.count();isNaN(i)&&(i=0);for(var r=e.count(),o=Math.max(1,Math.round(r/5)),a=0;ai)return!1;return!0}(o,e))){var a=e.mapDimension(o.dim),s={};return N(o.getViewLabels(),(function(t){var e=o.scale.getRawOrdinalNumber(t.tickValue);s[e]=1})),function(t){return!s.hasOwnProperty(e.get(a,t))}}}}function YI(t,e){return[t[2*e],t[2*e+1]]}function XI(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e0&&"bolder"===t.get(["emphasis","lineStyle","width"]))&&(d.getState("emphasis").style.lineWidth=+d.style.lineWidth+1);Nl(d).seriesIndex=t.seriesIndex,Iu(d,k,L,P);var O=FI(t.get("smooth")),R=t.get("smoothMonotone");if(d.setShape({smooth:O,smoothMonotone:R,connectNulls:b}),p){var N=o.getCalculationInfo("stackedOnSeries"),z=0;p.useStyle(A(s.getAreaStyle(),{fill:T,opacity:.7,lineJoin:"bevel",decal:o.getVisual("style").decal})),N&&(z=FI(N.get("smooth"))),p.setShape({smooth:O,stackedOnSmooth:z,smoothMonotone:R,connectNulls:b}),Au(p,t,"areaStyle"),Nl(p).seriesIndex=t.seriesIndex,Iu(p,k,L,P)}var E=this._changePolyState;o.eachItemGraphicEl((function(t){t&&(t.onHoverStateChange=E)})),this._polyline.onHoverStateChange=E,this._data=o,this._coordSys=i,this._stackedOnPoints=x,this._points=l,this._step=I,this._valueOrigin=v,t.get("triggerLineEvent")&&(this.packEventData(t,d),p&&this.packEventData(t,p))},n.prototype.packEventData=function(t,e){Nl(e).eventData={componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line"}},n.prototype.highlight=function(t,e,n,i){var r=t.getData(),o=oa(r,i);if(this._changePolyState("emphasis"),!(o instanceof Array)&&null!=o&&o>=0){var a=r.getLayout("points"),s=r.getItemGraphicEl(o);if(!s){var l=a[2*o],u=a[2*o+1];if(isNaN(l)||isNaN(u))return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=t.get("zlevel")||0,h=t.get("z")||0;(s=new mI(r,o)).x=l,s.y=u,s.setZ(c,h);var d=s.getSymbolPath().getTextContent();d&&(d.zlevel=c,d.z=h,d.z2=this._polyline.z2+1),s.__temp=!0,r.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}else Qy.prototype.highlight.call(this,t,e,n,i)},n.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=oa(r,i);if(this._changePolyState("normal"),null!=o&&o>=0){var a=r.getItemGraphicEl(o);a&&(a.__temp?(r.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else Qy.prototype.downplay.call(this,t,e,n,i)},n.prototype._changePolyState=function(t){var e=this._polygon;au(this._polyline,t),e&&au(e,t)},n.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new LI({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(e),this._polyline=e,e},n.prototype._newPolygon=function(t,e){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new OI({shape:{points:t,stackedOnPoints:e},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},n.prototype._initSymbolLabelAnimation=function(t,e,n){var i,r,o=e.getBaseAxis(),a=o.inverse;"cartesian2d"===e.type?(i=o.isHorizontal(),r=!1):"polar"===e.type&&(i="angle"===o.dim,r=!0);var s=t.hostModel,l=s.get("animationDuration");U(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=U(u)?u(null):u;t.eachItemGraphicEl((function(t,o){var s=t;if(s){var h=[t.x,t.y],d=void 0,p=void 0,f=void 0;if(n)if(r){var g=n,y=e.pointToCoord(h);i?(d=g.startAngle,p=g.endAngle,f=-y[1]/180*Math.PI):(d=g.r0,p=g.r,f=y[0])}else{var v=n;i?(d=v.x,p=v.x+v.width,f=t.x):(d=v.y+v.height,p=v.y,f=t.y)}var m=p===d?0:(f-d)/(p-d);a&&(m=1-m);var x=U(u)?u(o):l*m+c,_=s.getSymbolPath(),b=_.getTextContent();s.attr({scaleX:0,scaleY:0}),s.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:x}),b&&b.animateFrom({style:{opacity:0}},{duration:300,delay:x}),_.disableLabelAnimation=!0}}))},n.prototype._initOrUpdateEndLabel=function(t,e,n){var i=t.getModel("endLabel");if(XI(t)){var r=t.getData(),o=this._polyline,a=r.getLayout("points");if(!a)return o.removeTextContent(),void(this._endLabel=null);var s=this._endLabel;s||((s=this._endLabel=new wl({z2:200})).ignoreClip=!0,o.setTextContent(this._endLabel),o.disableLabelAnimation=!0);var l=function(t){for(var e,n,i=t.length/2;i>0&&(e=t[2*i-2],n=t[2*i-1],isNaN(e)||isNaN(n));i--);return i-1}(a);l>=0&&(Kh(o,$h(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:l,defaultText:function(t,e,n){return null!=n?vI(r,n):yI(r,t)},enableTextSetter:!0},function(t,e){var n=e.getBaseAxis(),i=n.isHorizontal(),r=n.inverse,o=i?r?"right":"left":"center",a=i?"middle":r?"top":"bottom";return{normal:{align:t.get("align")||o,verticalAlign:t.get("verticalAlign")||a}}}(i,e)),o.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},n.prototype._endLabelOnDuring=function(t,e,n,i,r,o,a){var s=this._endLabel,l=this._polyline;if(s){t<1&&null==i.originalX&&(i.originalX=s.x,i.originalY=s.y);var u=n.getLayout("points"),c=n.hostModel,h=c.get("connectNulls"),d=o.get("precision"),p=o.get("distance")||0,f=a.getBaseAxis(),g=f.isHorizontal(),y=f.inverse,v=e.shape,m=y?g?v.x:v.y+v.height:g?v.x+v.width:v.y,x=(g?p:0)*(y?-1:1),_=(g?0:-p)*(y?-1:1),b=g?"x":"y",w=function(t,e,n){for(var i,r,o=t.length/2,a="x"===n?0:1,s=0,l=-1,u=0;u=e||i>=e&&r<=e){l=u;break}s=u,i=r}else i=r;return{range:[s,l],t:(e-i)/(r-i)}}(u,m,b),S=w.range,M=S[1]-S[0],I=void 0;if(M>=1){if(M>1&&!h){var T=YI(u,S[0]);s.attr({x:T[0]+x,y:T[1]+_}),r&&(I=c.getRawValue(S[0]))}else{(T=l.getPointOn(m,b))&&s.attr({x:T[0]+x,y:T[1]+_});var C=c.getRawValue(S[0]),D=c.getRawValue(S[1]);r&&(I=ga(n,d,C,D,w.t))}i.lastFrameIndex=S[0]}else{var A=1===t||i.lastFrameIndex>0?S[0]:0;T=YI(u,A);r&&(I=c.getRawValue(A)),s.attr({x:T[0]+x,y:T[1]+_})}if(r){var k=od(s);"function"==typeof k.setLabelText&&k.setLabelText(I)}}},n.prototype._doUpdateAnimation=function(t,e,n,i,r,o,a){var s=this._polyline,l=this._polygon,u=t.hostModel,c=function(t,e,n,i,r,o,a,s){for(var l=function(t,e){var n=[];return e.diff(t).add((function(t){n.push({cmd:"+",idx:t})})).update((function(t,e){n.push({cmd:"=",idx:e,idx1:t})})).remove((function(t){n.push({cmd:"-",idx:t})})).execute(),n}(t,e),u=[],c=[],h=[],d=[],p=[],f=[],g=[],y=MI(r,e,a),v=t.getLayout("points")||[],m=e.getLayout("points")||[],x=0;x3e3||l&&GI(d,f)>3e3)return s.stopAnimation(),s.setShape({points:p}),void(l&&(l.stopAnimation(),l.setShape({points:p,stackedOnPoints:f})));s.shape.__points=c.current,s.shape.points=h;var g={shape:{points:p}};c.current!==h&&(g.shape.__points=c.next),s.stopAnimation(),Qc(s,g,u),l&&(l.setShape({points:h,stackedOnPoints:d}),l.stopAnimation(),Qc(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var y=[],v=c.status,m=0;me&&(e=t[n]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,n=0;n10&&"cartesian2d"===o.type&&r){var s=o.getBaseAxis(),l=o.getOtherAxis(s),u=s.getExtent(),c=n.getDevicePixelRatio(),h=Math.abs(u[1]-u[0])*(c||1),d=Math.round(a/h);if(isFinite(d)&&d>1){"lttb"===r?t.setData(i.lttbDownSample(i.mapDimension(l.dim),1/d)):"minmax"===r&&t.setData(i.minmaxDownSample(i.mapDimension(l.dim),1/d));var p=void 0;Y(r)?p=KI[r]:U(r)&&(p=r),p&&t.setData(i.downSample(i.mapDimension(l.dim),1/d,p,$I))}}}}}var QI=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.getInitialData=function(t,e){return ib(null,this,{useEncodeDefaulter:!0})},n.prototype.getMarkerPosition=function(t,e,n){var i=this.coordinateSystem;if(i&&i.clampData){var r=i.clampData(t),o=i.dataToPoint(r);if(n)N(i.getAxes(),(function(t,n){if("category"===t.type&&null!=e){var i=t.getTicksCoords(),a=t.getTickModel().get("alignWithLabel"),s=r[n],l="x1"===e[n]||"y1"===e[n];if(l&&!a&&(s+=1),i.length<2)return;if(2===i.length)return void(o[n]=t.toGlobalCoord(t.getExtent()[l?1:0]));for(var u=void 0,c=void 0,h=1,d=0;ds){c=(p+u)/2;break}1===d&&(h=f-i[0].tickValue)}null==c&&(u?u&&(c=i[i.length-1].coord):c=i[0].coord),o[n]=t.toGlobalCoord(c)}}));else{var a=this.getData(),s=a.getLayout("offset"),l=a.getLayout("size"),u=i.getBaseAxis().isHorizontal()?0:1;o[u]+=s+l/2}return o}return[NaN,NaN]},n.type="series.__base_bar__",n.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod",defaultBarGap:"10%"},n}(Fy);Fy.registerClass(QI);var tT=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.getInitialData=function(){return ib(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},n.prototype.getProgressive=function(){return!!this.get("large")&&this.get("progressive")},n.prototype.getProgressiveThreshold=function(){var t=this.get("progressiveThreshold"),e=this.get("largeThreshold");return e>t&&(t=e),t},n.prototype.brushSelector=function(t,e,n){return n.rect(e.getItemLayout(t))},n.type="series.bar",n.dependencies=["grid","polar"],n.defaultOption=Md(QI.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:Qp.color.primary,borderWidth:2}},realtimeSort:!1}),n}(QI),eT=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},nT=function(t){function n(e){var n=t.call(this,e)||this;return n.type="sausage",n}return e(n,t),n.prototype.getDefaultShape=function(){return new eT},n.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r0||0,0),o=Math.max(e.r,0),a=.5*(o-r),s=r+a,l=e.startAngle,u=e.endAngle,c=e.clockwise,h=2*Math.PI,d=c?u-lo)return!0;o=u}return!1},n.prototype._isOrderDifferentInView=function(t,e){for(var n=e.scale,i=n.getExtent(),r=Math.max(0,i[0]),o=Math.min(i[1],n.getOrdinalMeta().categories.length-1);r<=o;++r)if(t.ordinalNumbers[r]!==n.getRawOrdinalNumber(r))return!0},n.prototype._updateSortWithinSameData=function(t,e,n,i){if(this._isOrderChangedWithinSameData(t,e,n)){var r=this._dataSort(t,n,e);this._isOrderDifferentInView(r,n)&&(this._removeOnRenderedListener(i),i.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:r}))}},n.prototype._dispatchInitSort=function(t,e,n){var i=e.baseAxis,r=this._dataSort(t,i,(function(n){return t.get(t.mapDimension(e.otherAxis.dim),n)}));n.dispatchAction({type:"changeAxisOrder",componentType:i.dim+"Axis",isInitSort:!0,axisId:i.index,sortInfo:r})},n.prototype.remove=function(t,e){this._clear(this._model),this._removeOnRenderedListener(e)},n.prototype.dispose=function(t,e){this._removeOnRenderedListener(e)},n.prototype._removeOnRenderedListener=function(t){this._onRendered&&(t.getZr().off("rendered",this._onRendered),this._onRendered=null)},n.prototype._clear=function(t){var e=this.group,n=this._data;t&&t.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl((function(e){rh(e,t,Nl(e).dataIndex)}))):e.removeAll(),this._data=null,this._isFirstFrame=!0},n.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},n.type="bar",n}(Qy),uT={cartesian2d:function(t,e){var n=e.width<0?-1:1,i=e.height<0?-1:1;n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height);var r=t.x+t.width,o=t.y+t.height,a=aT(e.x,t.x),s=sT(e.x+e.width,r),l=aT(e.y,t.y),u=sT(e.y+e.height,o),c=sr?s:a,e.y=h&&l>o?u:l,e.width=c?0:s-a,e.height=h?0:u-l,n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height),c||h},polar:function(t,e){var n=e.r0<=e.r?1:-1;if(n<0){var i=e.r;e.r=e.r0,e.r0=i}var r=sT(e.r,t.r),o=aT(e.r0,t.r0);e.r=r,e.r0=o;var a=r-o<0;if(n<0){i=e.r;e.r=e.r0,e.r0=i}return a}},cT={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new ml({shape:D({},i),z2:1});(u.__dataIndex=n,u.name="item",o)&&(u.shape[r?"height":"width"]=0);return u},polar:function(t,e,n,i,r,o,a,s,l){var u=!r&&l?nT:mc,c=new u({shape:i,z2:1});c.name="item";var h,d,p=vT(r);if(c.calculateTextPosition=(h=p,d=({isRoundCap:u===nT}||{}).isRoundCap,function(t,e,n){var i=e.position;if(!i||i instanceof Array)return Fr(t,e,n);var r=h(i),o=null!=e.distance?e.distance:5,a=this.shape,s=a.cx,l=a.cy,u=a.r,c=a.r0,p=(u+c)/2,f=a.startAngle,g=a.endAngle,y=(f+g)/2,v=d?Math.abs(u-c)/2:0,m=Math.cos,x=Math.sin,_=s+u*m(f),b=l+u*x(f),w="left",S="top";switch(r){case"startArc":_=s+(c-o)*m(y),b=l+(c-o)*x(y),w="center",S="top";break;case"insideStartArc":_=s+(c+o)*m(y),b=l+(c+o)*x(y),w="center",S="bottom";break;case"startAngle":_=s+p*m(f)+iT(f,o+v,!1),b=l+p*x(f)+rT(f,o+v,!1),w="right",S="middle";break;case"insideStartAngle":_=s+p*m(f)+iT(f,-o+v,!1),b=l+p*x(f)+rT(f,-o+v,!1),w="left",S="middle";break;case"middle":_=s+p*m(y),b=l+p*x(y),w="center",S="middle";break;case"endArc":_=s+(u+o)*m(y),b=l+(u+o)*x(y),w="center",S="bottom";break;case"insideEndArc":_=s+(u-o)*m(y),b=l+(u-o)*x(y),w="center",S="top";break;case"endAngle":_=s+p*m(g)+iT(g,o+v,!0),b=l+p*x(g)+rT(g,o+v,!0),w="left",S="middle";break;case"insideEndAngle":_=s+p*m(g)+iT(g,-o+v,!0),b=l+p*x(g)+rT(g,-o+v,!0),w="right",S="middle";break;default:return Fr(t,e,n)}return(t=t||{}).x=_,t.y=b,t.align=w,t.verticalAlign=S,t}),o){var f=r?"r":"endAngle",g={};c.shape[f]=r?i.r0:i.startAngle,g[f]=i[f],(s?Qc:th)(c,{shape:g},o)}return c}};function hT(t,e,n,i,r,o,a,s){var l,u;o?(u={x:i.x,width:i.width},l={y:i.y,height:i.height}):(u={y:i.y,height:i.height},l={x:i.x,width:i.width}),s||(a?Qc:th)(n,{shape:l},e,r,null),(a?Qc:th)(n,{shape:u},e?t.baseAxis.model:null,r)}function dT(t,e){for(var n=0;n0?1:-1,a=i.height>0?1:-1;return{x:i.x+o*r/2,y:i.y+a*r/2,width:i.width-o*r,height:i.height-a*r}},polar:function(t,e,n){var i=t.getItemLayout(e);return{cx:i.cx,cy:i.cy,r0:i.r0,r:i.r,startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}}};function vT(t){return function(t){var e=t?"Arc":"Angle";return function(t){switch(t){case"start":case"insideStart":case"end":case"insideEnd":return t+e;default:return t}}}(t)}function mT(t,e,n,i,r,o,a,s){var l=e.getItemVisual(n,"style");if(s){if(!o.get("roundCap")){var u=t.shape;D(u,oT(i.getModel("itemStyle"),u,!0)),t.setShape(u)}}else{var c=i.get(["itemStyle","borderRadius"])||0;t.setShape("r",c)}t.useStyle(l);var h=i.getShallow("cursor");h&&t.attr("cursor",h);var d=s?a?r.r>=r.r0?"endArc":"startArc":r.endAngle>=r.startAngle?"endAngle":"startAngle":a?r.height>=0?"bottom":"top":r.width>=0?"right":"left",p=$h(i);Kh(t,p,{labelFetcher:o,labelDataIndex:n,defaultText:yI(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:d});var f=t.getTextContent();if(s&&f){var g=i.get(["label","position"]);t.textConfig.inside="middle"===g||null,function(t,e,n,i){if(Z(i))t.setTextConfig({rotation:i});else if(H(e))t.setTextConfig({rotation:0});else{var r,o=t.shape,a=o.clockwise?o.startAngle:o.endAngle,s=o.clockwise?o.endAngle:o.startAngle,l=(a+s)/2,u=n(e);switch(u){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":r=l;break;case"startAngle":case"insideStartAngle":r=a;break;case"endAngle":case"insideEndAngle":r=s;break;default:return void t.setTextConfig({rotation:0})}var c=1.5*Math.PI-r;"middle"===u&&c>Math.PI/2&&c<1.5*Math.PI&&(c-=Math.PI),t.setTextConfig({rotation:c})}}(t,"outside"===g?d:g,vT(a),i.get(["label","rotate"]))}ad(f,p,o.getRawValue(n),(function(t){return vI(e,t)}));var y=i.getModel(["emphasis"]);Iu(t,y.get("focus"),y.get("blurScope"),y.get("disabled")),Au(t,i),function(t){return null!=t.startAngle&&null!=t.endAngle&&t.startAngle===t.endAngle}(r)&&(t.style.fill="none",t.style.stroke="none",N(t.states,(function(t){t.style&&(t.style.fill=t.style.stroke="none")})))}var xT=function(){},_T=function(t){function n(e){var n=t.call(this,e)||this;return n.type="largeBar",n}return e(n,t),n.prototype.getDefaultShape=function(){return new xT},n.prototype.buildPath=function(t,e){for(var n=e.points,i=this.baseDimIdx,r=1-this.baseDimIdx,o=[],a=[],s=this.barWidth,l=0;l=s[0]&&e<=s[0]+l[0]&&n>=s[1]&&n<=s[1]+l[1])return a[c]}return-1}(this,t.offsetX,t.offsetY);Nl(this).dataIndex=e>=0?e:null}),30,!1);function ST(t,e,n){if(EI(n,"cartesian2d")){var i=e,r=n.getArea();return{x:t?i.x:r.x,y:t?r.y:i.y,width:t?i.width:r.width,height:t?r.height:i.height}}var o=e;return{cx:(r=n.getArea()).cx,cy:r.cy,r0:t?r.r0:o.r0,r:t?r.r:o.r,startAngle:t?o.startAngle:0,endAngle:t?o.endAngle:2*Math.PI}}var MT=2*Math.PI,IT=Math.PI/180;function TT(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.getData(),i=e.mapDimension("value"),r=Fp(t,n),o=r.cx,a=r.cy,s=r.r,l=r.r0,u=r.viewRect,c=-t.get("startAngle")*IT,h=t.get("endAngle"),d=t.get("padAngle")*IT;h="auto"===h?c-MT:-h*IT;var p=t.get("minAngle")*IT+d,f=0;e.each(i,(function(t){!isNaN(t)&&f++}));var g=e.getSum(i),y=Math.PI/(g||f)*2,v=t.get("clockwise"),m=t.get("roseType"),x=t.get("stillShowZeroSum"),_=e.getDataExtent(i);_[0]=0;var b=v?1:-1,w=[c,h],S=b*d/2;Vs(w,!v),c=w[0],h=w[1];var M=CT(t);M.startAngle=c,M.endAngle=h,M.clockwise=v,M.cx=o,M.cy=a,M.r=s,M.r0=l;var I=Math.abs(h-c),T=I,C=0,D=c;if(e.setLayout({viewRect:u,r:s}),e.each(i,(function(t,n){var i;if(isNaN(t))e.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:v,cx:o,cy:a,r0:l,r:m?NaN:s});else{(i="area"!==m?0===g&&x?y:t*y:I/f)i?c=u=D+b*i/2:(u=D+S,c=r-S),e.setItemLayout(n,{angle:i,startAngle:u,endAngle:c,clockwise:v,cx:o,cy:a,r0:l,r:m?fo(t,_,[l,s]):s}),D=r}})),Tn?a:o,c=Math.abs(l.label.y-n);if(c>=u.maxY){var h=l.label.x-e-l.len2*r,d=i+l.len,f=Math.abs(h)t.unconstrainedWidth?null:d:null;i.setStyle("width",p)}PT(o,i)}}}function PT(t,e){RT.rect=t,PS(RT,e,OT)}var OT={minMarginForce:[null,0,null,0],marginDefault:[1,0,1,0]},RT={};function NT(t){return"center"===t.position}function zT(t){var e,n,i=t.getData(),r=[],o=!1,a=(t.get("minShowLabelAngle")||0)*AT,s=i.getLayout("viewRect"),l=i.getLayout("r"),u=s.width,c=s.x,h=s.y,d=s.height;function p(t){t.ignore=!0}i.each((function(t){var s=i.getItemGraphicEl(t),h=s.shape,f=s.getTextContent(),g=s.getTextGuideLine(),y=i.getItemModel(t),v=y.getModel("label"),m=v.get("position")||y.get(["emphasis","label","position"]),x=v.get("distanceToLabelLine"),_=v.get("alignTo"),b=go(v.get("edgeDistance"),u),w=v.get("bleedMargin");null==w&&(w=Math.min(u,d)>200?10:2);var S=y.getModel("labelLine"),M=S.get("length");M=go(M,u);var I=S.get("length2");if(I=go(I,u),Math.abs(h.endAngle-h.startAngle)0?"right":"left":L>0?"left":"right"}var G=Math.PI,F=0,W=v.get("rotate");if(Z(W))F=W*(G/180);else if("center"===m)F=0;else if("radial"===W||!0===W){F=L<0?-k+G:-k}else if("tangential"===W&&"outside"!==m&&"outer"!==m){var H=Math.atan2(L,P);H<0&&(H=2*G+H),P>0&&(H=G+H),F=H-G}if(o=!!F,f.x=T,f.y=C,f.rotation=F,f.setStyle({verticalAlign:"middle"}),O){f.setStyle({align:A});var U=f.states.select;U&&(U.x+=f.x,U.y+=f.y)}else{var Y=new We(0,0,0,0);PT(Y,f),r.push({label:f,labelLine:g,position:m,len:M,len2:I,minTurnAngle:S.get("minTurnAngle"),maxSurfaceAngle:S.get("maxSurfaceAngle"),surfaceNormal:new De(L,P),linePoints:D,textAlign:A,labelDistance:x,labelAlignTo:_,edgeDistance:b,bleedMargin:w,rect:Y,unconstrainedWidth:Y.width,labelStyleWidth:f.style.width})}s.setTextConfig({inside:O})}})),!o&&t.get("avoidLabelOverlap")&&function(t,e,n,i,r,o,a,s){for(var l=[],u=[],c=Number.MAX_VALUE,h=-Number.MAX_VALUE,d=0;d0){for(var l=o.getItemLayout(0),u=1;isNaN(l&&l.startAngle)&&u=n.r0}},n.type="pie",n}(Qy);function VT(t,e,n){e=H(e)&&{coordDimensions:e}||D({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=q_(i,e).dimensions,o=new j_(r,t);return o.initData(i,n),o}var GT,FT=function(){function t(t,e){this._getDataWithEncodedVisual=t,this._getRawData=e}return t.prototype.getAllNames=function(){var t=this._getRawData();return t.mapArray(t.getName)},t.prototype.containName=function(t){return this._getRawData().indexOfName(t)>=0},t.prototype.indexOfName=function(t){return this._getDataWithEncodedVisual().indexOfName(t)},t.prototype.getItemVisual=function(t,e){return this._getDataWithEncodedVisual().getItemVisual(t,e)},t}(),WT=aa(),HT=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new FT(F(this.getData,this),F(this.getRawData,this)),this._defaultLabelLine(e)},n.prototype.mergeOption=function(){t.prototype.mergeOption.apply(this,arguments)},n.prototype.getInitialData=function(){return VT(this,{coordDimensions:["value"],encodeDefaulter:W(Sf,this)})},n.prototype.getDataParams=function(e){var n=this.getData(),i=WT(n),r=i.seats;if(!r){var o=[];n.each(n.mapDimension("value"),(function(t){o.push(t)})),r=i.seats=wo(o,n.hostModel.get("percentPrecision"))}var a=t.prototype.getDataParams.call(this,e);return a.percent=r[e]||0,a.$vars.push("percent"),a},n.prototype._defaultLabelLine=function(t){qo(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},n.type="series.pie",n.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"50%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,coordinateSystemUsage:"box",left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:30,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},n}(Fy);GT={fullType:HT.type,getCoord2:function(t){return t.getShallow("center")}},Dp.set(GT.fullType,{getCoord2:void 0}).getCoord2=GT.getCoord2;var UT=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.hasSymbolVisual=!0,e}return e(n,t),n.prototype.getInitialData=function(t,e){return ib(null,this,{useEncodeDefaulter:!0})},n.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?5e3:this.get("progressive"):t},n.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?1e4:this.get("progressiveThreshold"):t},n.prototype.brushSelector=function(t,e,n){return n.point(e.getItemLayout(t))},n.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},n.type="series.scatter",n.dependencies=["grid","polar","geo","singleAxis","calendar","matrix"],n.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:Qp.color.primary}},universalTransition:{divideShape:"clone"}},n}(Fy),YT=function(){},XT=function(t){function n(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return e(n,t),n.prototype.getDefaultShape=function(){return new YT},n.prototype.reset=function(){this.notClear=!1,this._off=0},n.prototype.buildPath=function(t,e){var n,i=e.points,r=e.size,o=this.symbolProxy,a=o.shape,s=t.getContext?t.getContext():t,l=s&&r[0]<4,u=this.softClipShape;if(l)this._ctx=s;else{for(this._ctx=null,n=this._off;n=0;s--){var l=2*s,u=i[l]-o/2,c=i[l+1]-a/2;if(t>=u&&e>=c&&t<=u+o&&e<=c+a)return s}return-1},n.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return t=n[0],e=n[1],i.contain(t,e)?(this.hoverDataIdx=this.findDataIndex(t,e))>=0:(this.hoverDataIdx=-1,!1)},n.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape,n=e.points,i=e.size,r=i[0],o=i[1],a=1/0,s=1/0,l=-1/0,u=-1/0,c=0;c=0&&(l.dataIndex=n+(t.startIndex||0))}))},t.prototype.remove=function(){this._clear()},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),jT=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){var i=t.getData();this._updateSymbolDraw(i,t).updateData(i,{clipShape:this._getClipShape(t)}),this._finished=!0},n.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData();this._updateSymbolDraw(i,t).incrementalPrepareUpdate(i),this._finished=!1},n.prototype.incrementalRender=function(t,e,n){this._symbolDraw.incrementalUpdate(t,e.getData(),{clipShape:this._getClipShape(e)}),this._finished=t.end===e.getData().count()},n.prototype.updateTransform=function(t,e,n){var i=t.getData();if(this.group.dirty(),!this._finished||i.count()>1e4)return{update:!0};var r=qI("").reset(t,e,n);r.progress&&r.progress({start:0,end:i.count(),count:i.count()},i),this._symbolDraw.updateLayout(i)},n.prototype.eachRendered=function(t){this._symbolDraw&&this._symbolDraw.eachRendered(t)},n.prototype._getClipShape=function(t){if(t.get("clip",!0)){var e=t.coordinateSystem;return e&&e.getArea&&e.getArea(.1)}},n.prototype._updateSymbolDraw=function(t,e){var n=this._symbolDraw,i=e.pipelineContext.large;return n&&i===this._isLargeDraw||(n&&n.remove(),n=this._symbolDraw=i?new ZT:new SI,this._isLargeDraw=i,this.group.removeAll()),this.group.add(n.group),n},n.prototype.remove=function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},n.prototype.dispose=function(){},n.type="scatter",n}(Qy),qT={left:0,right:0,top:0,bottom:0},KT=["25%","25%"],$T=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.mergeDefaultAndTheme=function(e,n){var i=qp(e.outerBounds);t.prototype.mergeDefaultAndTheme.apply(this,arguments),i&&e.outerBounds&&jp(e.outerBounds,i)},n.prototype.mergeOption=function(e,n){t.prototype.mergeOption.apply(this,arguments),this.option.outerBounds&&e.outerBounds&&jp(this.option.outerBounds,e.outerBounds)},n.type="grid",n.dependencies=["xAxis","yAxis"],n.layoutMode="box",n.defaultOption={show:!1,z:0,left:"15%",top:65,right:"10%",bottom:80,containLabel:!1,outerBoundsMode:"auto",outerBounds:qT,outerBoundsContain:"all",outerBoundsClampWidth:KT[0],outerBoundsClampHeight:KT[1],backgroundColor:Qp.color.transparent,borderWidth:1,borderColor:Qp.color.neutral30},n}(Jp),JT=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",ca).models[0]},n.type="cartesian2dAxis",n}(Jp);O(JT,dw);var QT={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:Qp.color.axisLine,width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15],breakLine:!0},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12,color:Qp.color.axisLabel,textMargin:[0,3]},splitLine:{show:!0,showMinLine:!0,showMaxLine:!0,lineStyle:{color:Qp.color.axisSplitLine,width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:[Qp.color.backgroundTint,Qp.color.backgroundTransparent]}},breakArea:{show:!0,itemStyle:{color:Qp.color.neutral00,borderColor:Qp.color.border,borderWidth:1,borderType:[3,3],opacity:.6},zigzagAmplitude:4,zigzagMinSpan:4,zigzagMaxSpan:20,zigzagZ:100,expandOnClick:!0},breakLabelLayout:{moveOverlap:"auto"}},tC=T({boundaryGap:!0,deduplication:null,jitter:0,jitterOverlap:!0,jitterMargin:2,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto",show:"auto"},axisLabel:{interval:"auto"}},QT),eC=T({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:Qp.color.axisMinorSplitLine,width:1}}},QT),nC={category:tC,value:eC,time:T({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},eC),log:A({logBase:10},eC)},iC={value:1,category:1,time:1,log:1},rC=null;function oC(){return rC}function aC(t,n,i,r){N(iC,(function(o,a){var s=T(T({},nC[a],!0),r,!0),l=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n+"Axis."+a,e}return e(i,t),i.prototype.mergeDefaultAndTheme=function(t,e){var n=Zp(this),i=n?qp(t):{};T(t,e.getTheme().get(a+"Axis")),T(t,this.getDefaultOption()),t.type=sC(t),n&&jp(t,i,n)},i.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=yb.createByAxisModel(this))},i.prototype.getCategories=function(t){var e=this.option;if("category"===e.type)return t?e.data:this.__ordinalMeta.categories},i.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},i.prototype.updateAxisBreaks=function(t){var e=oC();return e?e.updateModelAxisBreak(this,t):{breaks:[]}},i.type=n+"Axis."+a,i.defaultOption=s,i}(i);t.registerComponentModel(l)})),t.registerSubTypeDefaulter(n+"Axis",sC)}function sC(t){return t.type||(t.data?"category":"value")}var lC=function(){function t(t){this.type="cartesian",this._dimList=[],this._axes={},this.name=t||""}return t.prototype.getAxis=function(t){return this._axes[t]},t.prototype.getAxes=function(){return z(this._dimList,(function(t){return this._axes[t]}),this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),B(this.getAxes(),(function(e){return e.scale.type===t}))},t.prototype.addAxis=function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},t}(),uC=["x","y"];function cC(t){return("interval"===t.type||"time"===t.type)&&!t.hasBreaks()}var hC=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=uC,e}return e(n,t),n.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,e=this.getAxis("y").scale;if(cC(t)&&cC(e)){var n=t.getExtent(),i=e.getExtent(),r=this.dataToPoint([n[0],i[0]]),o=this.dataToPoint([n[1],i[1]]),a=n[1]-n[0],s=i[1]-i[0];if(a&&s){var l=(o[0]-r[0])/a,u=(o[1]-r[1])/s,c=r[0]-n[0]*l,h=r[1]-i[0]*u,d=this._transform=[l,0,0,u,c,h];this._invTransform=Ie([],d)}}},n.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},n.prototype.containPoint=function(t){var e=this.getAxis("x"),n=this.getAxis("y");return e.contain(e.toLocalCoord(t[0]))&&n.contain(n.toLocalCoord(t[1]))},n.prototype.containData=function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},n.prototype.containZone=function(t,e){var n=this.dataToPoint(t),i=this.dataToPoint(e),r=this.getArea(),o=new We(n[0],n[1],i[0]-n[0],i[1]-n[1]);return r.intersect(o)},n.prototype.dataToPoint=function(t,e,n){n=n||[];var i=t[0],r=t[1];if(this._transform&&null!=i&&isFinite(i)&&null!=r&&isFinite(r))return Wt(n,t,this._transform);var o=this.getAxis("x"),a=this.getAxis("y");return n[0]=o.toGlobalCoord(o.dataToCoord(i,e)),n[1]=a.toGlobalCoord(a.dataToCoord(r,e)),n},n.prototype.clampData=function(t,e){var n=this.getAxis("x").scale,i=this.getAxis("y").scale,r=n.getExtent(),o=i.getExtent(),a=n.parse(t[0]),s=i.parse(t[1]);return(e=e||[])[0]=Math.min(Math.max(Math.min(r[0],r[1]),a),Math.max(r[0],r[1])),e[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),e},n.prototype.pointToData=function(t,e,n){if(n=n||[],this._invTransform)return Wt(n,t,this._invTransform);var i=this.getAxis("x"),r=this.getAxis("y");return n[0]=i.coordToData(i.toLocalCoord(t[0]),e),n[1]=r.coordToData(r.toLocalCoord(t[1]),e),n},n.prototype.getOtherAxis=function(t){return this.getAxis("x"===t.dim?"y":"x")},n.prototype.getArea=function(t){t=t||0;var e=this.getAxis("x").getGlobalExtent(),n=this.getAxis("y").getGlobalExtent(),i=Math.min(e[0],e[1])-t,r=Math.min(n[0],n[1])-t,o=Math.max(e[0],e[1])-i+t,a=Math.max(n[0],n[1])-r+t;return new We(i,r,o,a)},n}(lC),dC=function(t){function n(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.index=0,a.type=r||"value",a.position=o||"bottom",a}return e(n,t),n.prototype.isHorizontal=function(){var t=this.position;return"top"===t||"bottom"===t},n.prototype.getGlobalExtent=function(t){var e=this.getExtent();return e[0]=this.toGlobalCoord(e[0]),e[1]=this.toGlobalCoord(e[1]),t&&e[0]>e[1]&&e.reverse(),e},n.prototype.pointToData=function(t,e){return this.coordToData(this.toLocalCoord(t["x"===this.dim?0:1]),e)},n.prototype.setCategorySortInfo=function(t){if("category"!==this.type)return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},n}(Jw),pC="expandAxisBreak",fC="collapseAxisBreak",gC="toggleAxisBreak",yC="axisbreakchanged",vC={type:pC,event:yC,update:"update",refineEvent:_C},mC={type:fC,event:yC,update:"update",refineEvent:_C},xC={type:gC,event:yC,update:"update",refineEvent:_C};function _C(t,e,n,i){var r=[];return N(t,(function(t){r=r.concat(t.eventBreaks)})),{eventContent:{breaks:r}}}var bC=Math.PI,wC=[[1,2,1,2],[5,3,5,3],[8,3,8,3]],SC=[[0,1,0,1],[0,3,0,3],[0,3,0,3]],MC=aa(),IC=aa(),TC=function(){function t(t){this.recordMap={},this.resolveAxisNameOverlap=t}return t.prototype.ensureRecord=function(t){var e=t.axis.dim,n=t.componentIndex,i=this.recordMap,r=i[e]||(i[e]=[]);return r[n]||(r[n]={ready:{}})},t}();var CC=[1,0,0,1,0,0],DC=new We(0,0,0,0),AC=function(t,e,n,i,r,o){if(uw(t.nameLocation)){var a=o.stOccupiedRect;a&&kC(function(t,e,n){return t.transform=Fh(t.transform,n),t.localRect=Gh(t.localRect,e),t.rect=Gh(t.rect,e),n&&t.rect.applyTransform(n),t.axisAligned=Bh(n),t.obb=void 0,(t.label=t.label||{}).ignore=!1,t}({},a,o.transGroup.transform),i,r)}else LC(o.labelInfoList,o.dirVec,i,r)};function kC(t,e,n){var i=new De;VS(t,e,i,{direction:Math.atan2(n.y,n.x),bidirectional:!1,touchThreshold:.05})&&RS(e,i)}function LC(t,e,n,i){for(var r=De.dot(i,e)>=0,o=0,a=t.length;o0?"top":"bottom",i="center"):To(o-bC)?(r=n>0?"bottom":"top",i="center"):(r="middle",i=o>0&&o0?"right":"left":n>0?"left":"right"),{rotation:o,textAlign:i,textVerticalAlign:r}},t.makeAxisEventDataBase=function(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+"Index"]=t.componentIndex,e},t.isLabelSilent=function(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)},t}(),OC=["axisLine","axisTickLabelEstimate","axisTickLabelDetermine","axisName"],RC={axisLine:function(t,e,n,i,r,o,a){var s=i.get(["axisLine","show"]);if("auto"===s&&(s=!0,null!=t.raw.axisLineAutoShow&&(s=!!t.raw.axisLineAutoShow)),s){var l=i.axis.getExtent(),u=o.transform,c=[l[0],0],h=[l[1],0],d=c[0]>h[0];u&&(Wt(c,c,u),Wt(h,h,u));var p=D({lineCap:"round"},i.getModel(["axisLine","lineStyle"]).getLineStyle()),f={strokeContainThreshold:t.raw.strokeContainThreshold||5,silent:!0,z2:1,style:p};if(i.get(["axisLine","breakLine"])&&i.axis.scale.hasBreaks())oC().buildAxisBreakLine(i,r,o,f);else{var g=new Dc(D({shape:{x1:c[0],y1:c[1],x2:h[0],y2:h[1]}},f));xh(g.shape,g.style.lineWidth),g.anid="line",r.add(g)}var y=i.get(["axisLine","symbol"]);if(null!=y){var v=i.get(["axisLine","symbolSize"]);Y(y)&&(y=[y,y]),(Y(v)||Z(v))&&(v=[v,v]);var m=dm(i.get(["axisLine","symbolOffset"])||0,v),x=v[0],_=v[1];N([{rotate:t.rotation+Math.PI/2,offset:m[0],r:0},{rotate:t.rotation-Math.PI/2,offset:m[1],r:Math.sqrt((c[0]-h[0])*(c[0]-h[0])+(c[1]-h[1])*(c[1]-h[1]))}],(function(e,n){if("none"!==y[n]&&null!=y[n]){var i=cm(y[n],-x/2,-_/2,x,_,p.stroke,!0),o=e.r+e.offset,a=d?h:c;i.attr({rotation:e.rotate,x:a[0]+o*Math.cos(t.rotation),y:a[1]-o*Math.sin(t.rotation),silent:!0,z2:11}),r.add(i)}}))}}},axisTickLabelEstimate:function(t,e,n,i,r,o,a,s){BC(e,r,s)&&NC(t,e,n,i,r,o,a,Nw)},axisTickLabelDetermine:function(t,e,n,i,r,o,a,s){BC(e,r,s)&&NC(t,e,n,i,r,o,a,zw);var l=function(t,e,n,i){var r=i.axis,o=i.getModel("axisTick"),a=o.get("show");"auto"===a&&(a=!0,null!=t.raw.axisTickAutoShow&&(a=!!t.raw.axisTickAutoShow));if(!a||r.scale.isBlank())return[];for(var s=o.getModel("lineStyle"),l=t.tickDirection*o.get("length"),u=EC(r.getTicksCoords(),n.transform,l,A(s.getLineStyle(),{stroke:i.get(["axisLine","lineStyle","color"])}),"ticks"),c=0;ci[1],l="start"===e&&!s||"start"!==e&&s;To(a-bC/2)?(o=l?"bottom":"top",r="center"):To(a-1.5*bC)?(o=l?"top":"bottom",r="center"):(o="middle",r=a<1.5*bC&&a>bC/2?l?"left":"right":l?"right":"left");return{rotation:a,textAlign:r,textVerticalAlign:o}}(t.rotation,c,b||0,f),null!=(_=t.raw.axisNameAvailableWidth)&&(_=Math.abs(_/Math.sin(x.rotation)),!isFinite(_)&&(_=null)));var w=d.getFont(),S=i.get("nameTruncate",!0)||{},M=S.ellipsis,I=nt(t.raw.nameTruncateMaxWidth,S.maxWidth,_),T=s.nameMarginLevel||0,C=new wl({x:y.x,y:y.y,rotation:x.rotation,silent:PC.isLabelSilent(i),style:Jh(d,{text:u,font:w,overflow:"truncate",width:I,ellipsis:M,fill:d.getTextColor()||i.get(["axisLine","lineStyle","color"]),align:d.get("align")||x.textAlign,verticalAlign:d.get("verticalAlign")||x.textVerticalAlign}),z2:1});if(Nh({el:C,componentModel:i,itemName:u}),C.__fullText=u,C.anid="name",i.get("triggerEvent")){var D=PC.makeAxisEventDataBase(i);D.targetType="axisName",D.name=u,Nl(C).eventData=D}o.add(C),C.updateTransform(),e.nameEl=C;var A=l.nameLayout=LS({label:C,priority:C.z2,defaultAttr:{ignore:C.ignore},marginDefault:uw(c)?wC[T]:SC[T]});if(l.nameLocation=c,r.add(C),C.decomposeTransform(),t.shouldNameMoveOverlap&&A){var k=n.ensureRecord(i);0,n.resolveAxisNameOverlap(t,n,i,A,v,k)}}}};function NC(t,e,n,i,r,o,a,s){VC(e)||function(t,e,n,i,r,o){var a=r.axis,s=nt(t.raw.axisLabelShow,r.get(["axisLabel","show"])),l=new Qr;n.add(l);var u=Ew(i);if(!s||a.scale.isBlank())return void GC(e,[],l,u);var c=r.getModel("axisLabel"),h=a.getViewLabels(u),d=(nt(t.raw.labelRotate,c.get("rotate"))||0)*bC/180,p=PC.innerTextLayout(t.rotation,d,t.labelDirection),f=r.getCategories&&r.getCategories(!0),g=[],y=r.get("triggerEvent"),v=1/0,m=-1/0;N(h,(function(t,e){var n,i="ordinal"===a.scale.type?a.scale.getRawOrdinalNumber(t.tickValue):t.tickValue,s=t.formattedLabel,u=t.rawLabel,d=c;if(f&&f[i]){var x=f[i];j(x)&&x.textStyle&&(d=new bd(x.textStyle,c,r.ecModel))}var _=d.getTextColor()||r.get(["axisLine","lineStyle","color"]),b=d.getShallow("align",!0)||p.textAlign,w=it(d.getShallow("alignMinLabel",!0),b),S=it(d.getShallow("alignMaxLabel",!0),b),M=d.getShallow("verticalAlign",!0)||d.getShallow("baseline",!0)||p.textVerticalAlign,I=it(d.getShallow("verticalAlignMinLabel",!0),M),T=it(d.getShallow("verticalAlignMaxLabel",!0),M),C=10+((null===(n=t.time)||void 0===n?void 0:n.level)||0);v=Math.min(v,C),m=Math.max(m,C);var D=new wl({x:0,y:0,rotation:0,silent:PC.isLabelSilent(r),z2:C,style:Jh(d,{text:s,align:0===e?w:e===h.length-1?S:b,verticalAlign:0===e?I:e===h.length-1?T:M,fill:U(_)?_("category"===a.type?u:"value"===a.type?i+"":i,e):_})});D.anid="label_"+i;var A=MC(D);if(A.break=t.break,A.tickValue=i,A.layoutRotation=p.rotation,Nh({el:D,componentModel:r,itemName:s,formatterParamsExtra:{isTruncated:function(){return D.isTruncated},value:u,tickIndex:e}}),y){var k=PC.makeAxisEventDataBase(r);k.targetType="axisLabel",k.value=u,k.tickIndex=e,t.break&&(k.break={start:t.break.parsedBreak.vmin,end:t.break.parsedBreak.vmax}),"category"===a.type&&(k.dataIndex=i),Nl(D).eventData=k,t.break&&function(t,e,n,i){n.on("click",(function(n){var r={type:pC,breaks:[{start:i.parsedBreak.breakOption.start,end:i.parsedBreak.breakOption.end}]};r[t.axis.dim+"AxisIndex"]=t.componentIndex,e.dispatchAction(r)}))}(r,o,D,t.break)}g.push(D),l.add(D)}));var x=z(g,(function(t){return{label:t,priority:MC(t).break?t.z2+(m-v+1):t.z2,defaultAttr:{ignore:t.ignore}}}));GC(e,x,l,u)}(t,e,r,s,i,a);var l=e.labelLayoutList;!function(t,e,n,i){var r=e.get(["axisLabel","margin"]);N(n,(function(n,o){var a=LS(n);if(a){var s=a.label,l=MC(s);a.suggestIgnore=s.ignore,s.ignore=!1,Ar(FC,WC),FC.x=e.axis.dataToCoord(l.tickValue),FC.y=t.labelOffset+t.labelDirection*r,FC.rotation=l.layoutRotation,i.add(FC),FC.updateTransform(),i.remove(FC),FC.decomposeTransform(),Ar(s,FC),s.markRedraw(),AS(a,!0),LS(a)}}))}(t,i,l,o),function(t,e,n){var i=Rd();if(!i)return;var r=i.retrieveAxisBreakPairs(n,(function(t){return t&&MC(t.label).break}),!0),o=t.get(["breakLabelLayout","moveOverlap"],!0);!0!==o&&"auto"!==o||N(r,(function(i){oC().adjustBreakLabelPair(t.axis.inverse,e,[LS(n[i[0]]),LS(n[i[1]])])}))}(i,t.rotation,l);var u=t.optionHideOverlap;!function(t,e,n){if(sw(t.axis))return;function i(t,i,r){var o=LS(e[i]),a=LS(e[r]);if(o&&a)if(!1===t||o.suggestIgnore)zC(o.label);else if(a.suggestIgnore)zC(a.label);else{var s=.1;if(!n){var l=[0,0,0,0];o=NS({marginForce:l},o),a=NS({marginForce:l},a)}VS(o,a,null,{touchThreshold:s})&&zC(t?a.label:o.label)}}var r=t.get(["axisLabel","showMinLabel"]),o=t.get(["axisLabel","showMaxLabel"]),a=e.length;i(r,0,1),i(o,a-1,a-2)}(i,l,u),u&&BS(B(l,(function(t){return t&&!t.label.ignore}))),function(t,e,n,i){var r,o=n.axis,a=e.ensureRecord(n),s=[],l=HC(t.axisName)&&uw(t.nameLocation);N(i,(function(t){var e=LS(t);if(e&&!e.label.ignore){s.push(e);var n=a.transGroup;l&&(n.transform?Ie(CC,n.transform):xe(CC),e.transform&&be(CC,CC,e.transform),We.copy(DC,e.localRect),DC.applyTransform(CC),r?r.union(DC):We.copy(r=new We(0,0,0,0),DC))}}));var u=Math.abs(a.dirVec.x)>.1?"x":"y",c=a.transGroup[u];if(s.sort((function(t,e){return Math.abs(t.label[u]-c)-Math.abs(e.label[u]-c)})),l&&r){var h=o.getExtent(),d=Math.min(h[0],h[1]),p=Math.max(h[0],h[1])-d;r.union(new We(d,0,p,1))}a.stOccupiedRect=r,a.labelInfoList=s}(t,n,i,l)}function zC(t){t&&(t.ignore=!0)}function EC(t,e,n,i,r){for(var o=[],a=[],s=[],l=0;lu[0]&&isFinite(f)&&isFinite(u[0]);)p=ab(p),f=u[1]-p*a;else{t.getTicks().length-1>a&&(p=ab(p));var y=p*a;(f=vo((g=Math.ceil(u[1]/p)*p)-y))<0&&u[0]>=0?(f=0,g=vo(y)):g>0&&u[1]<=0&&(g=0,f=-vo(y))}var v=(r[0].value-o[0].value)/s,m=(r[a].value-o[a].value)/s;i.setExtent.call(t,f+p*v,g+p*m),i.setInterval.call(t,p),(v||m)&&i.setNiceExtent.call(t,f+p,g-p)}var ZC,jC=[[3,1],[0,2]],qC=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=uC,this._initCartesian(t,e,n),this.model=t}return t.prototype.getRect=function(){return this._rect},t.prototype.update=function(t,e){var n=this._axesMap;function i(t){var e,n=G(t),i=n.length;if(i){for(var r=[],o=i-1;o>=0;o--){var a=t[+n[o]],s=a.model,l=a.scale;rb(l)&&s.get("alignTicks")&&null==s.get("interval")?r.push(a):(nw(l,s),rb(l)&&(e=a))}r.length&&(e||nw((e=r.pop()).scale,e.model),N(r,(function(t){XC(t.scale,t.model,e.scale)})))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};N(n.x,(function(t){$C(n,"y",t,r)})),N(n.y,(function(t){$C(n,"x",t,r)})),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=Yp(t,e),r=this._rect=Wp(t.getBoxLayoutParams(),i.refContainer),o=this._axesMap,a=this._coordsList,s=t.get("containLabel");if(QC(o,r),!n){var l=function(t,e,n,i,r){var o=new TC(iD);return N(n,(function(n){return N(n,(function(n){if(cw(n.model)){var a=!i;n.axisBuilder=function(t,e,n,i,r,o){for(var a=UC(t,n),s=!1,l=!1,u=0;u0&&i>0||n<0&&i<0)}(t)}function QC(t,e){N(t.x,(function(t){return tD(t,e.x,e.width)})),N(t.y,(function(t){return tD(t,e.y,e.height)}))}function tD(t,e,n){var i=[0,n],r=t.inverse?1:0;t.setExtent(i[r],i[1-r]),function(t,e){var n=t.getExtent(),i=n[0]+n[1];t.toGlobalCoord="x"===t.dim?function(t){return t+e}:function(t){return i-t+e},t.toLocalCoord="x"===t.dim?function(t){return t-e}:function(t){return i-t+e}}(t,e)}function eD(t,e,n,i,r,o,a){nD(i,r,Nw,e,!1,a);var s=[0,0,0,0];u(0),u(1),c(i,0,NaN),c(i,1,NaN);var l=null==V(s,(function(t){return t>0}));return Ph(i,s,!0,!0,n),QC(r,i),l;function u(t){N(r[sh[t]],(function(e){if(cw(e.model)){var n=o.ensureRecord(e.model),i=n.labelInfoList;if(i)for(var r=0;r0&&!et(e)&&e>1e-4&&(t/=e),t}}function nD(t,e,n,i,r,o){var a=n===zw;N(e,(function(e){return N(e,(function(e){cw(e.model)&&(!function(t,e,n){var i=UC(e,n);t.updateCfg(i)}(e.axisBuilder,t,e.model),e.axisBuilder.build(a?{axisTickLabelDetermine:!0}:{axisTickLabelEstimate:!0},{noPxChange:r}))}))}));var s={x:0,y:0};function l(e){s[sh[1-e]]=t[lh[e]]<=.5*o.refContainer[lh[e]]?0:1-e==1?2:1}l(0),l(1),N(e,(function(t,e){return N(t,(function(t){cw(t.model)&&(("all"===i||a)&&t.axisBuilder.build({axisName:!0},{nameMarginLevel:s[e]}),a&&t.axisBuilder.build({axisLine:!0}))}))}))}var iD=function(t,e,n,i,r,o){var a="x"===n.axis.dim?"y":"x";AC(t,0,0,i,r,o),uw(t.nameLocation)||N(e.recordMap[a],(function(t){t&&t.labelInfoList&&t.dirVec&&LC(t.labelInfoList,t.dirVec,i,r)}))};function rD(t,e){var n={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return function(t,e,n){var i=e.getComponent("tooltip"),r=e.getComponent("axisPointer"),o=r.get("link",!0)||[],a=[];N(n.getCoordinateSystems(),(function(n){if(n.axisPointerEnabled){var s=uD(n.model),l=t.coordSysAxesInfo[s]={};t.coordSysMap[s]=n;var u=n.model.getModel("tooltip",i);if(N(n.getAxes(),W(p,!1,null)),n.getTooltipAxes&&i&&u.get("show")){var c="axis"===u.get("trigger"),h="cross"===u.get(["axisPointer","type"]),d=n.getTooltipAxes(u.get(["axisPointer","axis"]));(c||h)&&N(d.baseAxes,W(p,!h||"cross",c)),h&&N(d.otherAxes,W(p,"cross",!1))}}function p(i,s,c){var h=c.model.getModel("axisPointer",r),d=h.get("show");if(d&&("auto"!==d||i||lD(h))){null==s&&(s=h.get("triggerTooltip")),h=i?function(t,e,n,i,r,o){var a=e.getModel("axisPointer"),s={};N(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],(function(t){s[t]=I(a.get(t))})),s.snap="category"!==t.type&&!!o,"cross"===a.get("type")&&(s.type="line");var l=s.label||(s.label={});if(null==l.show&&(l.show=!1),"cross"===r){var u=a.get(["label","show"]);if(l.show=null==u||u,!o){var c=s.lineStyle=a.get("crossStyle");c&&A(l,c.textStyle)}}return t.model.getModel("axisPointer",new bd(s,n,i))}(c,u,r,e,i,s):h;var p=h.get("snap"),f=h.get("triggerEmphasis"),g=uD(c.model),y=s||p||"category"===c.type,v=t.axesInfo[g]={key:g,axis:c,coordSys:n,axisPointerModel:h,triggerTooltip:s,triggerEmphasis:f,involveSeries:y,snap:p,useHandle:lD(h),seriesModels:[],linkGroup:null};l[g]=v,t.seriesInvolved=t.seriesInvolved||y;var m=function(t,e){for(var n=e.model,i=e.dim,r=0;r=0||t===e}function aD(t){var e=sD(t);if(e){var n=e.axisPointerModel,i=e.axis.scale,r=n.option,o=n.get("status"),a=n.get("value");null!=a&&(a=i.parse(a));var s=lD(n);null==o&&(r.status=s?"show":"hide");var l=i.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),a0?s?ID(n,a,u,i):function(t,e,n,i,r,o){var a=SD(t);a.items||(a.items=[]);var s=a.items,l=TD(s,e,n,i,r,o,1),u=TD(s,e,n,i,r,o,-1),c=Math.abs(l-n)r/2||h&&d>h/2-i)return ID(n,r,h,i);return s.push({fixedCoord:e,floatCoord:c,r:i}),c}(t,e,n,i,a,l):n}function ID(t,e,n,i){if(null===n)return t+(Math.random()-.5)*e;var r=n-2*i,o=Math.min(Math.max(0,e),r);return t+(Math.random()-.5)*o}function TD(t,e,n,i,r,o,a){for(var s=n,l=0;lr/2)return Number.MAX_VALUE;if(1===a&&f>s||-1===a&&f0;return a&&s}(t,n);if(i){var r=t.getData();r.each((function(t){var e=n.dim,i=n.orient,o="horizontal"===i&&"category"!==n.type||"vertical"===i&&"category"===n.type,a=r.getItemLayout(t),s=r.getItemVisual(t,"symbolSize"),l=s instanceof Array?(s[1]+s[0])/2:s;if("y"===e||"single"===e&&o){var u=MD(n,a[0],a[1],l/2);r.setItemLayout(t,[a[0],u])}else if("x"===e||"single"===e&&!o){u=MD(n,a[1],a[0],l/2);r.setItemLayout(t,[u,a[1]])}}))}}}))}function DD(t){t.eachSeriesByType("radar",(function(t){var e=t.getData(),n=[],i=t.coordinateSystem;if(i){var r=i.getIndicatorAxes();N(r,(function(t,o){e.each(e.mapDimension(r[o].dim),(function(t,e){n[e]=n[e]||[];var r=i.dataToPoint(t,o);n[e][o]=AD(r)?r:kD(i)}))})),e.each((function(t){var r=V(n[t],(function(t){return AD(t)}))||kD(i);n[t].push(r.slice()),e.setItemLayout(t,n[t])}))}}))}function AD(t){return!isNaN(t[0])&&!isNaN(t[1])}function kD(t){return[t.cx,t.cy]}function LD(t){var e=t.polar;if(e){H(e)||(e=[e]);var n=[];N(e,(function(e,i){e.indicator?(e.type&&!e.shape&&(e.shape=e.type),t.radar=t.radar||[],H(t.radar)||(t.radar=[t.radar]),t.radar.push(e)):n.push(e)})),t.polar=n}N(t.series,(function(t){t&&"radar"===t.type&&t.polarIndex&&(t.radarIndex=t.polarIndex)}))}var PD=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){var i=t.coordinateSystem,r=this.group,o=t.getData(),a=this._data;function s(t,e){var n=t.getItemVisual(e,"symbol")||"circle";if("none"!==n){var i=hm(t.getItemVisual(e,"symbolSize")),r=cm(n,-1,-1,2,2),o=t.getItemVisual(e,"symbolRotate")||0;return r.attr({style:{strokeNoScale:!0},z2:100,scaleX:i[0]/2,scaleY:i[1]/2,rotation:o*Math.PI/180||0}),r}}function l(e,n,i,r,o,a){i.removeAll();for(var l=0;l0&&!h.min?h.min=0:null!=h.min&&h.min<0&&!h.max&&(h.max=0);var d=a;null!=h.color&&(d=A({color:h.color},a));var p=T(I(h),{boundaryGap:t,splitNumber:e,scale:n,axisLine:i,axisTick:r,axisLabel:o,name:h.text,showName:s,nameLocation:"end",nameGap:u,nameTextStyle:d,triggerEvent:c},!1);if(Y(l)){var f=p.name;p.name=l.replace("{value}",null!=f?f:"")}else U(l)&&(p.name=l(p.name,p));var g=new bd(p,null,this.ecModel);return O(g,dw.prototype),g.mainType="radar",g.componentIndex=this.componentIndex,g}),this);this._indicatorModels=h},n.prototype.getIndicatorModels=function(){return this._indicatorModels},n.type="radar",n.defaultOption={z:0,center:["50%","50%"],radius:"50%",startAngle:90,axisName:{show:!0,color:Qp.color.axisLabel},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:T({lineStyle:{color:Qp.color.neutral20}},RD.axisLine),axisLabel:ND(RD.axisLabel,!1),axisTick:ND(RD.axisTick,!1),splitLine:ND(RD.splitLine,!0),splitArea:ND(RD.splitArea,!0),indicator:[]},n}(Jp),ED=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){this.group.removeAll(),this._buildAxes(t,n),this._buildSplitLineAndArea(t)},n.prototype._buildAxes=function(t,e){var n=t.coordinateSystem;N(z(n.getIndicatorAxes(),(function(t){var i=t.model.get("showName")?t.name:"";return new PC(t.model,e,{axisName:i,position:[n.cx,n.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})})),(function(t){t.build(),this.group.add(t.group)}),this)},n.prototype._buildSplitLineAndArea=function(t){var e=t.coordinateSystem,n=e.getIndicatorAxes();if(n.length){var i=t.get("shape"),r=t.getModel("splitLine"),o=t.getModel("splitArea"),a=r.getModel("lineStyle"),s=o.getModel("areaStyle"),l=r.get("show"),u=o.get("show"),c=a.get("color"),h=s.get("color"),d=H(c)?c:[c],p=H(h)?h:[h],f=[],g=[];if("circle"===i)for(var y=n[0].getTicksCoords(),v=e.cx,m=e.cy,x=0;x3?1.4:r>1?1.2:1.1,l=i>0?s:1/s;this._checkTriggerMoveZoom(this,"zoom","zoomOnMouseWheel",t,{scale:l,originX:o,originY:a,isAvailableBehavior:null})}if(n){var u=Math.abs(i),c=(i>0?1:-1)*(u>3?.4:u>1?.15:.05);this._checkTriggerMoveZoom(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:c,originX:o,originY:a,isAvailableBehavior:null})}}}},n.prototype._pinchHandler=function(t){if(!WD(this._zr,"globalPan")&&!XD(t)){var e=t.pinchScale>1?1.1:1/1.1;this._checkTriggerMoveZoom(this,"zoom",null,t,{scale:e,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},n.prototype._checkTriggerMoveZoom=function(t,e,n,i,r){t._checkPointer(i,r.originX,r.originY)&&(pe(i.event),i.__ecRoamConsumed=!0,QD(t,e,n,i,r))},n}(jt);function XD(t){return t.__ecRoamConsumed}var ZD,jD=aa();function qD(t){var e=jD(t);return e.roam=e.roam||{},e.uniform=e.uniform||{},e}function KD(t,e,n,i){for(var r=qD(t).roam,o=r[e]=r[e]||[],a=0;a=4&&(l={x:parseFloat(h[0]||0),y:parseFloat(h[1]||0),width:parseFloat(h[2]),height:parseFloat(h[3])})}if(l&&null!=a&&null!=s&&(u=DA(l,{x:0,y:0,width:a,height:s}),!e.ignoreViewBox)){var d=i;(i=new Qr).add(d),d.scaleX=d.scaleY=u.scale,d.x=u.x,d.y=u.y}return e.ignoreRootClip||null==a||null==s||i.setClipPath(new ml({shape:{x:0,y:0,width:a,height:s}})),{root:i,width:a,height:s,viewBoxRect:l,viewBoxTransform:u,named:r}},t.prototype._parseNode=function(t,e,n,i,r,o){var a,s=t.nodeName.toLowerCase(),l=i;if("defs"===s&&(r=!0),"text"===s&&(o=!0),"defs"===s||"switch"===s)a=e;else{if(!r){var u=ZD[s];if(u&&xt(ZD,s)){a=u.call(this,t,e);var c=t.getAttribute("name");if(c){var h={name:c,namedFrom:null,svgNodeTagLower:s,el:a};n.push(h),"g"===s&&(l=h)}else i&&n.push({name:i.name,namedFrom:i,svgNodeTagLower:s,el:a});e.add(a)}}var d=fA[s];if(d&&xt(fA,s)){var p=d.call(this,t),f=t.getAttribute("id");f&&(this._defs[f]=p)}}if(a&&a.isGroup)for(var g=t.firstChild;g;)1===g.nodeType?this._parseNode(g,a,n,l,r,o):3===g.nodeType&&o&&this._parseText(g,a),g=g.nextSibling},t.prototype._parseText=function(t,e){var n=new ll({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});vA(e,n),xA(t,n,this._defsUsePending,!1,!1),function(t,e){var n=e.__selfStyle;if(n){var i=n.textBaseline,r=i;i&&"auto"!==i?"baseline"===i?r="alphabetic":"before-edge"===i||"text-before-edge"===i?r="top":"after-edge"===i||"text-after-edge"===i?r="bottom":"central"!==i&&"mathematical"!==i||(r="middle"):r="alphabetic",t.style.textBaseline=r}var o=e.__inheritedStyle;if(o){var a=o.textAlign,s=a;a&&("middle"===a&&(s="center"),t.style.textAlign=s)}}(n,e);var i=n.style,r=i.fontSize;r&&r<9&&(i.fontSize=9,n.scaleX*=r/9,n.scaleY*=r/9);var o=(i.fontSize||i.fontFamily)&&[i.fontStyle,i.fontWeight,(i.fontSize||12)+"px",i.fontFamily||"sans-serif"].join(" ");i.font=o;var a=n.getBoundingRect();return this._textX+=a.width,e.add(n),n},t.internalField=void(ZD={g:function(t,e){var n=new Qr;return vA(e,n),xA(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new ml;return vA(e,n),xA(t,n,this._defsUsePending,!1,!1),n.setShape({x:parseFloat(t.getAttribute("x")||"0"),y:parseFloat(t.getAttribute("y")||"0"),width:parseFloat(t.getAttribute("width")||"0"),height:parseFloat(t.getAttribute("height")||"0")}),n.silent=!0,n},circle:function(t,e){var n=new ec;return vA(e,n),xA(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),r:parseFloat(t.getAttribute("r")||"0")}),n.silent=!0,n},line:function(t,e){var n=new Dc;return vA(e,n),xA(t,n,this._defsUsePending,!1,!1),n.setShape({x1:parseFloat(t.getAttribute("x1")||"0"),y1:parseFloat(t.getAttribute("y1")||"0"),x2:parseFloat(t.getAttribute("x2")||"0"),y2:parseFloat(t.getAttribute("y2")||"0")}),n.silent=!0,n},ellipse:function(t,e){var n=new ic;return vA(e,n),xA(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),rx:parseFloat(t.getAttribute("rx")||"0"),ry:parseFloat(t.getAttribute("ry")||"0")}),n.silent=!0,n},polygon:function(t,e){var n,i=t.getAttribute("points");i&&(n=mA(i));var r=new Sc({shape:{points:n||[]},silent:!0});return vA(e,r),xA(t,r,this._defsUsePending,!1,!1),r},polyline:function(t,e){var n,i=t.getAttribute("points");i&&(n=mA(i));var r=new Ic({shape:{points:n||[]},silent:!0});return vA(e,r),xA(t,r,this._defsUsePending,!1,!1),r},image:function(t,e){var n=new hl;return vA(e,n),xA(t,n,this._defsUsePending,!1,!1),n.setStyle({image:t.getAttribute("xlink:href")||t.getAttribute("href"),x:+t.getAttribute("x"),y:+t.getAttribute("y"),width:+t.getAttribute("width"),height:+t.getAttribute("height")}),n.silent=!0,n},text:function(t,e){var n=t.getAttribute("x")||"0",i=t.getAttribute("y")||"0",r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0";this._textX=parseFloat(n)+parseFloat(r),this._textY=parseFloat(i)+parseFloat(o);var a=new Qr;return vA(e,a),xA(t,a,this._defsUsePending,!1,!0),a},tspan:function(t,e){var n=t.getAttribute("x"),i=t.getAttribute("y");null!=n&&(this._textX=parseFloat(n)),null!=i&&(this._textY=parseFloat(i));var r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0",a=new Qr;return vA(e,a),xA(t,a,this._defsUsePending,!1,!0),this._textX+=parseFloat(r),this._textY+=parseFloat(o),a},path:function(t,e){var n=Ju(t.getAttribute("d")||"");return vA(e,n),xA(t,n,this._defsUsePending,!1,!1),n.silent=!0,n}}),t}(),fA={lineargradient:function(t){var e=parseInt(t.getAttribute("x1")||"0",10),n=parseInt(t.getAttribute("y1")||"0",10),i=parseInt(t.getAttribute("x2")||"10",10),r=parseInt(t.getAttribute("y2")||"0",10),o=new Ec(e,n,i,r);return gA(t,o),yA(t,o),o},radialgradient:function(t){var e=parseInt(t.getAttribute("cx")||"0",10),n=parseInt(t.getAttribute("cy")||"0",10),i=parseInt(t.getAttribute("r")||"0",10),r=new Bc(e,n,i);return gA(t,r),yA(t,r),r}};function gA(t,e){"userSpaceOnUse"===t.getAttribute("gradientUnits")&&(e.global=!0)}function yA(t,e){for(var n=t.firstChild;n;){if(1===n.nodeType&&"stop"===n.nodeName.toLocaleLowerCase()){var i=n.getAttribute("offset"),r=void 0;r=i&&i.indexOf("%")>0?parseInt(i,10)/100:i?parseFloat(i):0;var o={};CA(n,o,o);var a=o.stopColor||n.getAttribute("stop-color")||"#000000",s=o.stopOpacity||n.getAttribute("stop-opacity");if(s){var l=ri(a);l&&l[3]&&(l[3]*=Kn(s),a=pi(l,"rgba"))}e.colorStops.push({offset:r,color:a})}n=n.nextSibling}}function vA(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),A(e.__inheritedStyle,t.__inheritedStyle))}function mA(t){for(var e=SA(t),n=[],i=0;i0;o-=2){var a=i[o],s=i[o-1],l=SA(a);switch(r=r||[1,0,0,1,0,0],s){case"translate":we(r,r,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":Me(r,r,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":Se(r,r,-parseFloat(l[0])*IA,[parseFloat(l[1]||"0"),parseFloat(l[2]||"0")]);break;case"skewX":be(r,[1,0,Math.tan(parseFloat(l[0])*IA),1,0,0],r);break;case"skewY":be(r,[1,Math.tan(parseFloat(l[0])*IA),0,1,0,0],r);break;case"matrix":r[0]=parseFloat(l[0]),r[1]=parseFloat(l[1]),r[2]=parseFloat(l[2]),r[3]=parseFloat(l[3]),r[4]=parseFloat(l[4]),r[5]=parseFloat(l[5])}}e.setLocalTransform(r)}}(t,e),CA(t,a,s),i||function(t,e,n){for(var i=0;i0,y={api:n,geo:l,mapOrGeoModel:t,data:a,isVisualEncodedByVisualMap:g,isGeo:o,transformInfoRaw:d};"geoJSON"===l.resourceType?this._buildGeoJSON(y):"geoSVG"===l.resourceType&&this._buildSVG(y),this._updateController(t,s,e,n),this._updateMapSelectHandler(t,u,n,i)},t.prototype._buildGeoJSON=function(t){var e=this._regionsGroupByName=gt(),n=gt(),i=this._regionsGroup,r=t.transformInfoRaw,o=t.mapOrGeoModel,a=t.data,s=t.geo.projection,l=s&&s.stream;function u(t,e){return e&&(t=e(t)),t&&[t[0]*r.scaleX+r.x,t[1]*r.scaleY+r.y]}function c(t){for(var e=[],n=!l&&s&&s.project,i=0;i=0)&&(d=r);var p=a?{normal:{align:"center",verticalAlign:"middle"}}:null;Kh(e,$h(i),{labelFetcher:d,labelDataIndex:h,defaultText:n},p);var f=e.getTextContent();if(f&&(qA(f).ignore=f.ignore,e.textConfig&&a)){var g=e.getBoundingRect().clone();e.textConfig.layoutRect=g,e.textConfig.position=[(a[0]-g.x)/g.width*100+"%",(a[1]-g.y)/g.height*100+"%"]}e.disableLabelAnimation=!0}else e.removeTextContent(),e.removeTextConfig(),e.disableLabelAnimation=null}function ek(t,e,n,i,r,o){t.data?t.data.setItemGraphicEl(o,e):Nl(e).eventData={componentType:"geo",componentIndex:r.componentIndex,geoIndex:r.componentIndex,name:n,region:i&&i.option||{}}}function nk(t,e,n,i,r){t.data||Nh({el:e,componentModel:r,itemName:n,itemTooltipOption:i.get("tooltip")})}function ik(t,e,n,i,r){e.highDownSilentOnTouch=!!r.get("selectedMode");var o=i.getModel("emphasis"),a=o.get("focus");return Iu(e,a,o.get("blurScope"),o.get("disabled")),t.isGeo&&function(t,e,n){var i=Nl(t);i.componentMainType=e.mainType,i.componentIndex=e.componentIndex,i.componentHighDownName=n}(e,r,n),a}function rk(t,e,n){var i,r=[];function o(){i=[]}function a(){i.length&&(r.push(i),i=[])}var s=e({polygonStart:o,polygonEnd:a,lineStart:o,lineEnd:a,point:function(t,e){isFinite(t)&&isFinite(e)&&i.push([t,e])},sphere:function(){}});return!n&&s.polygonStart(),N(t,(function(t){s.lineStart();for(var e=0;e-1&&(n.style.stroke=n.style.fill,n.style.fill=Qp.color.neutral00,n.style.lineWidth=2),n},n.type="series.map",n.dependencies=["geo"],n.layoutMode="box",n.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:Qp.color.tertiary},itemStyle:{borderWidth:.5,borderColor:Qp.color.border,areaColor:Qp.color.background},emphasis:{label:{show:!0,color:Qp.color.primary},itemStyle:{areaColor:Qp.color.highlight}},select:{label:{show:!0,color:Qp.color.primary},itemStyle:{color:Qp.color.highlight}},nameProperty:"name"},n}(Fy);function sk(t){var e={};t.eachSeriesByType("map",(function(t){var n=t.getHostGeoModel(),i=n?"o"+n.id:"i"+t.getMapType();(e[i]=e[i]||[]).push(t)})),N(e,(function(t,e){for(var n,i,r,o=(n=z(t,(function(t){return t.getData()})),i=t[0].get("mapValueCalculation"),r={},N(n,(function(t){t.each(t.mapDimension("value"),(function(e,n){var i="ec-"+t.getName(n);r[i]=r[i]||[],isNaN(e)||r[i].push(e)}))})),n[0].map(n[0].mapDimension("value"),(function(t,e){for(var o="ec-"+n[0].getName(e),a=0,s=1/0,l=-1/0,u=r[o].length,c=0;c1?(p.width=d,p.height=d/m):(p.height=d,p.width=d*m),p.y=h[1]-p.height/2,p.x=h[0]-p.width/2;else{var _=t.getBoxLayoutParams();_.aspect=m,p=Hp(t,p=Wp(_,v),m)}this.setViewRect(p.x,p.y,p.width,p.height),this.setCenter(t.get("center")),this.setZoom(t.get("zoom"))}O(fk,ck);var vk=function(){function t(){this.dimensions=pk}return t.prototype.create=function(t,e){var n=[];function i(t){return{nameProperty:t.get("nameProperty"),aspectScale:t.get("aspectScale"),projection:t.get("projection")}}t.eachComponent("geo",(function(r,o){var a=r.get("map"),s=new fk(a+o,a,D({nameMap:r.get("nameMap"),api:e,ecModel:t},i(r)));s.zoomLimit=r.get("scaleLimit"),n.push(s),r.coordinateSystem=s,s.model=r,s.resize=yk,s.resize(r,e)})),t.eachSeries((function(t){Op({targetModel:t,coordSysType:"geo",coordSysProvider:function(){var e="map"===t.subType?t.getHostGeoModel():t.getReferringComponents("geo",ca).models[0];return e&&e.coordinateSystem},allowNotFound:!0})}));var r={};return t.eachSeriesByType("map",(function(t){if(!t.getHostGeoModel()){var e=t.getMapType();r[e]=r[e]||[],r[e].push(t)}})),N(r,(function(r,o){var a=z(r,(function(t){return t.get("nameMap")})),s=new fk(o,o,D({nameMap:C(a),api:e,ecModel:t},i(r[0])));s.zoomLimit=nt.apply(null,z(r,(function(t){return t.get("scaleLimit")}))),n.push(s),s.resize=yk,s.resize(r[0],e),N(r,(function(t){t.coordinateSystem=s,function(t,e){N(e.get("geoCoord"),(function(e,n){t.addGeoCoord(n,e)}))}(s,t)}))})),n},t.prototype.getFilledRegions=function(t,e,n,i){for(var r=(t||[]).slice(),o=gt(),a=0;a=0;){var o=e[n];o.hierNode.prelim+=i,o.hierNode.modifier+=i,r+=o.hierNode.change,i+=o.hierNode.shift+r}}(t);var o=(n[0].hierNode.prelim+n[n.length-1].hierNode.prelim)/2;r?(t.hierNode.prelim=r.hierNode.prelim+e(t,r),t.hierNode.modifier=t.hierNode.prelim-o):t.hierNode.prelim=o}else r&&(t.hierNode.prelim=r.hierNode.prelim+e(t,r));t.parentNode.hierNode.defaultAncestor=function(t,e,n,i){if(e){for(var r=t,o=t,a=o.parentNode.children[0],s=e,l=r.hierNode.modifier,u=o.hierNode.modifier,c=a.hierNode.modifier,h=s.hierNode.modifier;s=Ck(s),o=Dk(o),s&&o;){r=Ck(r),a=Dk(a),r.hierNode.ancestor=t;var d=s.hierNode.prelim+h-o.hierNode.prelim-u+i(s,o);d>0&&(kk(Ak(s,t,n),t,d),u+=d,l+=d),h+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=r.hierNode.modifier,c+=a.hierNode.modifier}s&&!Ck(r)&&(r.hierNode.thread=s,r.hierNode.modifier+=h-l),o&&!Dk(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-c,n=t)}return n}(t,r,t.parentNode.hierNode.defaultAncestor||i[0],e)}function Mk(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function Ik(t){return arguments.length?t:Lk}function Tk(t,e){return t-=Math.PI/2,{x:e*Math.cos(t),y:e*Math.sin(t)}}function Ck(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function Dk(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function Ak(t,e,n){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:n}function kk(t,e,n){var i=n/(e.hierNode.i-t.hierNode.i);e.hierNode.change-=i,e.hierNode.shift+=n,e.hierNode.modifier+=n,e.hierNode.prelim+=n,t.hierNode.change+=i}function Lk(t,e){return t.parentNode===e.parentNode?1:2}var Pk=function(){this.parentPoint=[],this.childPoints=[]},Ok=function(t){function n(e){return t.call(this,e)||this}return e(n,t),n.prototype.getDefaultStyle=function(){return{stroke:Qp.color.neutral99,fill:null}},n.prototype.getDefaultShape=function(){return new Pk},n.prototype.buildPath=function(t,e){var n=e.childPoints,i=n.length,r=e.parentPoint,o=n[0],a=n[i-1];if(1===i)return t.moveTo(r[0],r[1]),void t.lineTo(o[0],o[1]);var s=e.orient,l="TB"===s||"BT"===s?0:1,u=1-l,c=go(e.forkPosition,1),h=[];h[l]=r[l],h[u]=r[u]+(a[u]-r[u])*c,t.moveTo(r[0],r[1]),t.lineTo(h[0],h[1]),t.moveTo(o[0],o[1]),h[l]=o[l],t.lineTo(h[0],h[1]),h[l]=a[l],t.lineTo(h[0],h[1]),t.lineTo(a[0],a[1]);for(var d=1;dm.x)||(_-=Math.PI);var S=b?"left":"right",M=s.getModel("label"),I=M.get("rotate"),T=I*(Math.PI/180),C=y.getTextContent();C&&(y.setTextConfig({position:M.get("position")||S,rotation:null==I?-_:T,origin:"center"}),C.setStyle("verticalAlign","middle"))}var D=s.get(["emphasis","focus"]),k="relative"===D?yt(a.getAncestorsIndices(),a.getDescendantIndices()):"ancestor"===D?a.getAncestorsIndices():"descendant"===D?a.getDescendantIndices():null;k&&(Nl(n).focus=k),function(t,e,n,i,r,o,a,s){var l=e.getModel(),u=t.get("edgeShape"),c=t.get("layout"),h=t.getOrient(),d=t.get(["lineStyle","curveness"]),p=t.get("edgeForkPosition"),f=l.getModel("lineStyle").getLineStyle(),g=i.__edge;if("curve"===u)e.parentNode&&e.parentNode!==n&&(g||(g=i.__edge=new Pc({shape:Gk(c,h,d,r,r)})),Qc(g,{shape:Gk(c,h,d,o,a)},t));else if("polyline"===u)if("orthogonal"===c){if(e!==n&&e.children&&0!==e.children.length&&!0===e.isExpand){for(var y=e.children,v=[],m=0;me&&(e=i.height)}this.height=e+1},t.prototype.getNodeById=function(t){if(this.getId()===t)return this;for(var e=0,n=this.children,i=n.length;e=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},t.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},t.prototype.getModel=function(t){if(!(this.dataIndex<0))return this.hostTree.data.getItemModel(this.dataIndex).getModel(t)},t.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},t.prototype.setVisual=function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},t.prototype.getVisual=function(t){return this.hostTree.data.getItemVisual(this.dataIndex,t)},t.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},t.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},t.prototype.getChildIndex=function(){if(this.parentNode){for(var t=this.parentNode.children,e=0;e=0){var i=n.getData().tree.root,r=t.targetNode;if(Y(r)&&(r=i.getNodeById(r)),r&&i.contains(r))return{node:r};var o=t.targetNodeId;if(null!=o&&(r=i.getNodeById(o)))return{node:r}}}function Qk(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function tL(t,e){return L(Qk(t),e)>=0}function eL(t,e){for(var n=[];t;){var i=t.dataIndex;n.push({name:t.name,dataIndex:i,value:e.getRawValue(i)}),t=t.parentNode}return n.reverse(),n}var nL=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasSymbolVisual=!0,e.ignoreStyleOnData=!0,e}return e(n,t),n.prototype.getInitialData=function(t){var e={name:t.name,children:t.data},n=t.leaves||{},i=new bd(n,this,this.ecModel),r=$k.createTree(e,this,(function(t){t.wrapMethod("getItemModel",(function(t,e){var n=r.getNodeByDataIndex(e);return n&&n.children.length&&n.isExpand||(t.parentModel=i),t}))}));var o=0;r.eachNode("preorder",(function(t){t.depth>o&&(o=t.depth)}));var a=t.expandAndCollapse&&t.initialTreeDepth>=0?t.initialTreeDepth:o;return r.root.eachNode("preorder",(function(t){var e=t.hostTree.data.getRawDataItem(t.dataIndex);t.isExpand=e&&null!=e.collapsed?!e.collapsed:t.depth<=a})),r.data},n.prototype.getOrient=function(){var t=this.get("orient");return"horizontal"===t?t="LR":"vertical"===t&&(t="TB"),t},n.prototype.setZoom=function(t){this.option.zoom=t},n.prototype.setCenter=function(t){this.option.center=t},n.prototype.formatTooltip=function(t,e,n){for(var i=this.getData().tree,r=i.root.children[0],o=i.getNodeByDataIndex(t),a=o.getValue(),s=o.name;o&&o!==r;)s=o.parentNode.name+"."+s,o=o.parentNode;return Iy("nameValue",{name:s,value:a,noValue:isNaN(a)||null==a})},n.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=eL(i,this),n.collapsed=!i.isExpand,n},n.type="series.tree",n.layoutMode="box",n.defaultOption={z:2,coordinateSystemUsage:"box",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,roamTrigger:"global",nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:Qp.color.borderTint,width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},n}(Fy);function iL(t,e){for(var n,i=[t];n=i.pop();)if(e(n),n.isExpand){var r=n.children;if(r.length)for(var o=r.length-1;o>=0;o--)i.push(r[o])}}function rL(t,e){t.eachSeriesByType("tree",(function(t){!function(t,e){var n=Yp(t,e).refContainer,i=Wp(t.getBoxLayoutParams(),n);t.layoutInfo=i;var r=t.get("layout"),o=0,a=0,s=null;"radial"===r?(o=2*Math.PI,a=Math.min(i.height,i.width)/2,s=Ik((function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth}))):(o=i.width,a=i.height,s=Ik());var l=t.getData().tree.root,u=l.children[0];if(u){!function(t){var e=t;e.hierNode={defaultAncestor:null,ancestor:e,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};for(var n,i,r=[e];n=r.pop();)if(i=n.children,n.isExpand&&i.length)for(var o=i.length-1;o>=0;o--){var a=i[o];a.hierNode={defaultAncestor:null,ancestor:a,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},r.push(a)}}(l),function(t,e,n){for(var i,r=[t],o=[];i=r.pop();)if(o.push(i),i.isExpand){var a=i.children;if(a.length)for(var s=0;sh.getLayout().x&&(h=t),t.depth>d.depth&&(d=t)}));var p=c===h?1:s(c,h)/2,f=p-c.getLayout().x,g=0,y=0,v=0,m=0;if("radial"===r)g=o/(h.getLayout().x+p+f),y=a/(d.depth-1||1),iL(u,(function(t){v=(t.getLayout().x+f)*g,m=(t.depth-1)*y;var e=Tk(v,m);t.setLayout({x:e.x,y:e.y,rawX:v,rawY:m},!0)}));else{var x=t.getOrient();"RL"===x||"LR"===x?(y=a/(h.getLayout().x+p+f),g=o/(d.depth-1||1),iL(u,(function(t){m=(t.getLayout().x+f)*y,v="LR"===x?(t.depth-1)*g:o-(t.depth-1)*g,t.setLayout({x:v,y:m},!0)}))):"TB"!==x&&"BT"!==x||(g=o/(h.getLayout().x+p+f),y=a/(d.depth-1||1),iL(u,(function(t){v=(t.getLayout().x+f)*g,m="TB"===x?(t.depth-1)*y:a-(t.depth-1)*y,t.setLayout({x:v,y:m},!0)})))}}}(t,e)}))}function oL(t){t.eachSeriesByType("tree",(function(t){var e=t.getData();e.tree.eachNode((function(t){var n=t.getModel().getModel("itemStyle").getItemStyle();D(e.ensureUniqueItemVisual(t.dataIndex,"style"),n)}))}))}var aL=["treemapZoomToNode","treemapRender","treemapMove"];function sL(t){var e=t.getData().tree,n={};e.eachNode((function(e){for(var i=e;i&&i.depth>1;)i=i.parentNode;var r=Rf(t.ecModel,i.name||i.dataIndex+"",n);e.setVisual("decal",r)}))}var lL=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.preventUsingHoverLayer=!0,e}return e(n,t),n.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};uL(n);var i=t.levels||[],r=this.designatedVisualItemStyle={},o=new bd({itemStyle:r},this,e);i=t.levels=function(t,e){var n,i,r=jo(e.get("color")),o=jo(e.get(["aria","decal","decals"]));if(!r)return;t=t||[],N(t,(function(t){var e=new bd(t),r=e.get("color"),o=e.get("decal");(e.get(["itemStyle","color"])||r&&"none"!==r)&&(n=!0),(e.get(["itemStyle","decal"])||o&&"none"!==o)&&(i=!0)}));var a=t[0]||(t[0]={});n||(a.color=r.slice());!i&&o&&(a.decal=o.slice());return t}(i,e);var a=z(i||[],(function(t){return new bd(t,o,e)}),this),s=$k.createTree(n,this,(function(t){t.wrapMethod("getItemModel",(function(t,e){var n=s.getNodeByDataIndex(e),i=n?a[n.depth]:null;return t.parentModel=i||o,t}))}));return s.data},n.prototype.optionUpdated=function(){this.resetViewRoot()},n.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t);return Iy("nameValue",{name:i.getName(t),value:r})},n.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=eL(i,this),n.treePathInfo=n.treeAncestors,n},n.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},D(this.layoutInfo,t)},n.prototype.mapIdToIndex=function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=gt(),this._idIndexMapCount=0);var n=e.get(t);return null==n&&e.set(t,n=this._idIndexMapCount++),n},n.prototype.getViewRoot=function(){return this._viewRoot},n.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},n.prototype.enableAriaDecal=function(){sL(this)},n.type="series.treemap",n.layoutMode="box",n.defaultOption={progressive:0,coordinateSystemUsage:"box",left:Qp.size.l,top:Qp.size.xxxl,right:Qp.size.l,bottom:Qp.size.xxxl,sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,scaleLimit:{max:5,min:.2},roam:!0,roamTrigger:"global",nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",bottom:Qp.size.m,emptyItemWidth:25,itemStyle:{color:Qp.color.backgroundShade,textStyle:{color:Qp.color.secondary}},emphasis:{itemStyle:{color:Qp.color.background}}},label:{show:!0,distance:0,padding:5,position:"inside",color:Qp.color.neutral00,overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:Qp.color.neutral00,borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},n}(Fy);function uL(t){var e=0;N(t.children,(function(t){uL(t);var n=t.value;H(n)&&(n=n[0]),e+=n}));var n=t.value;H(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),H(t.value)?t.value[0]=n:t.value=n}var cL=function(){function t(t){this.group=new Qr,t.add(this.group)}return t.prototype.render=function(t,e,n,i){var r=t.getModel("breadcrumb"),o=this.group;if(o.removeAll(),r.get("show")&&n){var a=r.getModel("itemStyle"),s=r.getModel("emphasis"),l=a.getModel("textStyle"),u=s.getModel(["itemStyle","textStyle"]),c=Yp(t,e).refContainer,h={left:r.get("left"),right:r.get("right"),top:r.get("top"),bottom:r.get("bottom")},d={emptyItemWidth:r.get("emptyItemWidth"),totalWidth:0,renderList:[]},p=Wp(h,c);this._prepare(n,d,l),this._renderContent(t,d,p,a,s,l,u,i),Xp(o,h,c)}},t.prototype._prepare=function(t,e,n){for(var i=t;i;i=i.parentNode){var r=na(i.getModel().get("name"),""),o=n.getTextRect(r),a=Math.max(o.width+16,e.emptyItemWidth);e.totalWidth+=a+8,e.renderList.push({node:i,text:r,width:a})}},t.prototype._renderContent=function(t,e,n,i,r,o,a,s){for(var l=0,u=e.emptyItemWidth,c=t.get(["breadcrumb","height"]),h=e.totalWidth,d=e.renderList,p=r.getModel("itemStyle").getItemStyle(),f=d.length-1;f>=0;f--){var g=d[f],y=g.node,v=g.width,m=g.text;h>n.width&&(h-=v-u,v=u,m=null);var x=new Sc({shape:{points:hL(l,0,v,c,f===d.length-1,0===f)},style:A(i.getItemStyle(),{lineJoin:"bevel"}),textContent:new wl({style:Jh(o,{text:m})}),textConfig:{position:"inside"},z2:1e5,onclick:W(s,y)});x.disableLabelAnimation=!0,x.getTextContent().ensureState("emphasis").style=Jh(a,{text:m}),x.ensureState("emphasis").style=p,Iu(x,r.get("focus"),r.get("blurScope"),r.get("disabled")),this.group.add(x),dL(x,t,y),l+=v+8}},t.prototype.remove=function(){this.group.removeAll()},t}();function hL(t,e,n,i,r,o){var a=[[r?t:t-5,e],[t+n,e],[t+n,e+i],[r?t:t-5,e+i]];return!o&&a.splice(2,0,[t+n+5,e+i/2]),!r&&a.push([t,e+i/2]),a}function dL(t,e,n){Nl(t).eventData={componentType:"series",componentSubType:"treemap",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:n&&n.dataIndex,name:n&&n.name},treePathInfo:n&&eL(n,e)}}var pL=function(){function t(){this._storage=[],this._elExistsMap={}}return t.prototype.add=function(t,e,n,i,r){return!this._elExistsMap[t.id]&&(this._elExistsMap[t.id]=!0,this._storage.push({el:t,target:e,duration:n,delay:i,easing:r}),!0)},t.prototype.finished=function(t){return this._finishedCallback=t,this},t.prototype.start=function(){for(var t=this,e=this._storage.length,n=function(){--e<=0&&(t._storage.length=0,t._elExistsMap={},t._finishedCallback&&t._finishedCallback())},i=0,r=this._storage.length;i3||Math.abs(t.dy)>3)){var e=this.seriesModel.getData().tree.root;if(!e)return;var n=e.getLayout();if(!n)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+t.dx,y:n.y+t.dy,width:n.width,height:n.height}})}},n.prototype._onZoom=function(t){var e=t.originX,n=t.originY,i=t.scale;if("animating"!==this._state){var r=this.seriesModel.getData().tree.root;if(!r)return;var o=r.getLayout();if(!o)return;var a,s=new We(o.x,o.y,o.width,o.height),l=this._controllerHost;a=l.zoomLimit;var u=l.zoom=l.zoom||1;if(u*=i,a){var c=a.min||0,h=a.max||1/0;u=Math.max(Math.min(h,u),c)}var d=u/l.zoom;l.zoom=u;var p=this.seriesModel.layoutInfo,f=[1,0,0,1,0,0];we(f,f,[-(e-=p.x),-(n-=p.y)]),Me(f,f,[d,d]),we(f,f,[e,n]),s.applyTransform(f),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:s.x,y:s.y,width:s.width,height:s.height}})}},n.prototype._initEvents=function(t){var e=this;t.on("click",(function(t){if("ready"===e._state){var n=e.seriesModel.get("nodeClick",!0);if(n){var i=e.findTarget(t.offsetX,t.offsetY);if(i){var r=i.node;if(r.getLayout().isLeafRoot)e._rootToNode(i);else if("zoomToNode"===n)e._zoomToNode(i);else if("link"===n){var o=r.hostTree.data.getItemModel(r.dataIndex),a=o.get("link",!0),s=o.get("target",!0)||"blank";a&&wp(a,s)}}}}}),this)},n.prototype._renderBreadcrumb=function(t,e,n){var i=this;n||(n=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2))||(n={node:t.getData().tree.root}),(this._breadcrumb||(this._breadcrumb=new cL(this.group))).render(t,e,n.node,(function(e){"animating"!==i._state&&(tL(t.getViewRoot(),e)?i._rootToNode({node:e}):i._zoomToNode({node:e}))}))},n.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage={nodeGroup:[],background:[],content:[]},this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},n.prototype.dispose=function(){this._clearController()},n.prototype._zoomToNode=function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},n.prototype._rootToNode=function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},n.prototype.findTarget=function(t,e){var n;return this.seriesModel.getViewRoot().eachNode({attr:"viewChildren",order:"preorder"},(function(i){var r=this._storage.background[i.getRawIndex()];if(r){var o=r.transformCoordToLocal(t,e),a=r.shape;if(!(a.x<=o[0]&&o[0]<=a.x+a.width&&a.y<=o[1]&&o[1]<=a.y+a.height))return!1;n={node:i,offsetX:o[0],offsetY:o[1]}}}),this),n},n.type="treemap",n}(Qy);var wL=N,SL=j,ML=-1,IL=function(){function t(e){var n=e.mappingMethod,i=e.type,r=this.option=I(e);this.type=i,this.mappingMethod=n,this._normalizeData=NL[n];var o=t.visualHandlers[i];this.applyVisual=o.applyVisual,this.getColorMapper=o.getColorMapper,this._normalizedToVisual=o._normalizedToVisual[n],"piecewise"===n?(TL(r),function(t){var e=t.pieceList;t.hasSpecialVisual=!1,N(e,(function(e,n){e.originIndex=n,null!=e.visual&&(t.hasSpecialVisual=!0)}))}(r)):"category"===n?r.categories?function(t){var e=t.categories,n=t.categoryMap={},i=t.visual;if(wL(e,(function(t,e){n[t]=e})),!H(i)){var r=[];j(i)?wL(i,(function(t,e){var i=n[e];r[null!=i?i:ML]=t})):r[-1]=i,i=RL(t,r)}for(var o=e.length-1;o>=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}(r):TL(r,!0):(st("linear"!==n||r.dataExtent),TL(r))}return t.prototype.mapValueToVisual=function(t){var e=this._normalizeData(t);return this._normalizedToVisual(e,t)},t.prototype.getNormalizer=function(){return F(this._normalizeData,this)},t.listVisualTypes=function(){return G(t.visualHandlers)},t.isValidType=function(e){return t.visualHandlers.hasOwnProperty(e)},t.eachVisual=function(t,e,n){j(t)?N(t,e,n):e.call(n,t)},t.mapVisual=function(e,n,i){var r,o=H(e)?[]:j(e)?{}:(r=!0,null);return t.eachVisual(e,(function(t,e){var a=n.call(i,t,e);r?o=a:o[e]=a})),o},t.retrieveVisuals=function(e){var n,i={};return e&&wL(t.visualHandlers,(function(t,r){e.hasOwnProperty(r)&&(i[r]=e[r],n=!0)})),n?i:null},t.prepareVisualTypes=function(t){if(H(t))t=t.slice();else{if(!SL(t))return[];var e=[];wL(t,(function(t,n){e.push(n)})),t=e}return t.sort((function(t,e){return"color"===e&&"color"!==t&&0===t.indexOf("color")?1:-1})),t},t.dependsOn=function(t,e){return"color"===e?!(!t||0!==t.indexOf(e)):t===e},t.findPieceIndex=function(t,e,n){for(var i,r=1/0,o=0,a=e.length;ou[1]&&(u[1]=l);var c=e.get("colorMappingBy"),h={type:a.name,dataExtent:u,visual:a.range};"color"!==h.type||"index"!==c&&"id"!==c?h.mappingMethod="linear":(h.mappingMethod="category",h.loop=!0);var d=new IL(h);return EL(d).drColorMappingBy=c,d}(0,r,o,0,u,p);N(p,(function(t,e){if(t.depth>=n.length||t===n[t.depth]){var o=function(t,e,n,i,r,o){var a=D({},e);if(r){var s=r.type,l="color"===s&&EL(r).drColorMappingBy,u="index"===l?i:"id"===l?o.mapIdToIndex(n.getId()):n.getValue(t.get("visualDimension"));a[s]=r.mapValueToVisual(u)}return a}(r,u,t,e,f,i);VL(t,o,n,i)}}))}else s=GL(u),c.fill=s}}function GL(t){var e=FL(t,"color");if(e){var n=FL(t,"colorAlpha"),i=FL(t,"colorSaturation");return i&&(e=hi(e,null,null,i)),n&&(e=di(e,n)),e}}function FL(t,e){var n=t[e];if(null!=n&&"none"!==n)return n}function WL(t,e){var n=t.get(e);return H(n)&&n.length?{name:e,range:n}:null}var HL=Math.max,UL=Math.min,YL=nt,XL=N,ZL=["itemStyle","borderWidth"],jL=["itemStyle","gapWidth"],qL=["upperLabel","show"],KL=["upperLabel","height"],$L={seriesType:"treemap",reset:function(t,e,n,i){var r=t.option,o=Yp(t,n).refContainer,a=Wp(t.getBoxLayoutParams(),o),s=r.size||[],l=go(YL(a.width,s[0]),o.width),u=go(YL(a.height,s[1]),o.height),c=i&&i.type,h=Jk(i,["treemapZoomToNode","treemapRootToNode"],t),d="treemapRender"===c||"treemapMove"===c?i.rootRect:null,p=t.getViewRoot(),f=Qk(p);if("treemapMove"!==c){var g="treemapZoomToNode"===c?function(t,e,n,i,r){var o,a=(e||{}).node,s=[i,r];if(!a||a===n)return s;var l=i*r,u=l*t.option.zoomToNodeRatio;for(;o=a.parentNode;){for(var c=0,h=o.children,d=0,p=h.length;dMo&&(u=Mo),a=o}ua[1]&&(a[1]=e)}))):a=[NaN,NaN];return{sum:i,dataExtent:a}}(e,a,s);if(0===u.sum)return t.viewChildren=[];if(u.sum=function(t,e,n,i,r){if(!i)return n;for(var o=t.get("visibleMin"),a=r.length,s=a,l=a-1;l>=0;l--){var u=r["asc"===i?a-l-1:l].getValue();u/n*ei&&(i=a));var l=t.area*t.area,u=e*e*n;return l?HL(u*i/l,l/(u*r)):1/0}function tP(t,e,n,i,r){var o=e===n.width?0:1,a=1-o,s=["x","y"],l=["width","height"],u=n[s[o]],c=e?t.area/e:0;(r||c>n[l[a]])&&(c=n[l[a]]);for(var h=0,d=t.length;hi&&(i=e);var o=i%2?i+2:i+3;r=[];for(var a=0;a0&&(m[0]=-m[0],m[1]=-m[1]);var _=v[0]<0?-1:1;if("start"!==i.__position&&"end"!==i.__position){var b=-Math.atan2(v[1],v[0]);u[0].8?"left":c[0]<-.8?"right":"center",d=c[1]>.8?"top":c[1]<-.8?"bottom":"middle";break;case"start":i.x=-c[0]*f+l[0],i.y=-c[1]*g+l[1],h=c[0]>.8?"right":c[0]<-.8?"left":"center",d=c[1]>.8?"bottom":c[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":i.x=f*_+l[0],i.y=l[1]+w,h=v[0]<0?"right":"left",i.originX=-f*_,i.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":i.x=x[0],i.y=x[1]+w,h="center",i.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-f*_+u[0],i.y=u[1]+w,h=v[0]>=0?"right":"left",i.originX=f*_,i.originY=-w}i.scaleX=i.scaleY=r,i.setStyle({verticalAlign:i.__verticalAlign||d,align:i.__align||h})}}}function S(t,e){var n=t.__specifiedRotation;if(null==n){var i=a.tangentAt(e);t.attr("rotation",(1===e?-1:1)*Math.PI/2-Math.atan2(i[1],i[0]))}else t.attr("rotation",n)}},n}(Qr),VP=function(){function t(t){this.group=new Qr,this._LineCtor=t||BP}return t.prototype.updateData=function(t){var e=this;this._progressiveEls=null;var n=this,i=n.group,r=n._lineData;n._lineData=t,r||i.removeAll();var o=GP(t);t.diff(r).add((function(n){e._doAdd(t,n,o)})).update((function(n,i){e._doUpdate(r,t,i,n,o)})).remove((function(t){i.remove(r.getItemGraphicEl(t))})).execute()},t.prototype.updateLayout=function(){var t=this._lineData;t&&t.eachItemGraphicEl((function(e,n){e.updateLayout(t,n)}),this)},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=GP(t),this._lineData=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e){function n(t){t.isGroup||function(t){return t.animators&&t.animators.length>0}(t)||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[];for(var i=t.start;i=0?i+=u:i-=u:f>=0?i-=u:i+=u}return i}function KP(t,e){var n=[],i=En,r=[[],[],[]],o=[[],[]],a=[];e/=2,t.eachEdge((function(t,s){var l=t.getLayout(),u=t.getVisual("fromSymbol"),c=t.getVisual("toSymbol");l.__original||(l.__original=[Tt(l[0]),Tt(l[1])],l[2]&&l.__original.push(Tt(l[2])));var h=l.__original;if(null!=l[2]){if(It(r[0],h[0]),It(r[1],h[2]),It(r[2],h[1]),u&&"none"!==u){var d=mP(t.node1),p=qP(r,h[0],d*e);i(r[0][0],r[1][0],r[2][0],p,n),r[0][0]=n[3],r[1][0]=n[4],i(r[0][1],r[1][1],r[2][1],p,n),r[0][1]=n[3],r[1][1]=n[4]}if(c&&"none"!==c){d=mP(t.node2),p=qP(r,h[1],d*e);i(r[0][0],r[1][0],r[2][0],p,n),r[1][0]=n[1],r[2][0]=n[2],i(r[0][1],r[1][1],r[2][1],p,n),r[1][1]=n[1],r[2][1]=n[2]}It(l[0],r[0]),It(l[1],r[2]),It(l[2],r[1])}else{if(It(o[0],h[0]),It(o[1],h[1]),kt(a,o[1],o[0]),zt(a,a),u&&"none"!==u){d=mP(t.node1);At(o[0],o[0],a,d*e)}if(c&&"none"!==c){d=mP(t.node2);At(o[1],o[1],a,-d*e)}It(l[0],o[0]),It(l[1],o[1])}}))}var $P=aa();function JP(t,e){t&&($P(t).bridge=e)}function QP(t){return"view"===t.type}var tO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(t,e){var n=new SI,i=new VP,r=this.group,o=new Qr;this._controller=new YD(e.getZr()),this._controllerHost={target:o},o.add(n.group),o.add(i.group),r.add(o),this._symbolDraw=n,this._lineDraw=i,this._mainGroup=o,this._firstRender=!0},n.prototype.render=function(t,e,n){var i=this,r=t.coordinateSystem,o=!1;this._model=t,this._api=n,this._active=!0;var a=this._getThumbnailInfo();a&&a.bridge.reset(n);var s=this._symbolDraw,l=this._lineDraw;if(QP(r)){var u={x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY};this._firstRender?this._mainGroup.attr(u):Qc(this._mainGroup,u,t)}KP(t.getGraph(),vP(t));var c=t.getData();s.updateData(c);var h=t.getEdgeData();l.updateData(h),this._updateNodeAndLinkScale(),this._updateController(null,t,n),clearTimeout(this._layoutTimeout);var d=t.forceLayout,p=t.get(["force","layoutAnimation"]);d&&(o=!0,this._startForceLayoutIteration(d,n,p));var f=t.get("layout");c.graph.eachNode((function(e){var r=e.dataIndex,o=e.getGraphicEl(),a=e.getModel();if(o){o.off("drag").off("dragend");var s=a.get("draggable");s&&o.on("drag",(function(a){switch(f){case"force":d.warmUp(),!i._layouting&&i._startForceLayoutIteration(d,n,p),d.setFixed(r),c.setItemLayout(r,[o.x,o.y]);break;case"circular":c.setItemLayout(r,[o.x,o.y]),e.setLayout({fixed:!0},!0),bP(t,"symbolSize",e,[a.offsetX,a.offsetY]),i.updateLayout(t);break;default:c.setItemLayout(r,[o.x,o.y]),gP(t.getGraph(),t),i.updateLayout(t)}})).on("dragend",(function(){d&&d.setUnfixed(r)})),o.setDraggable(s,!!a.get("cursor")),"adjacency"===a.get(["emphasis","focus"])&&(Nl(o).focus=e.getAdjacentDataIndices())}})),c.graph.eachEdge((function(t){var e=t.getGraphicEl(),n=t.getModel().get(["emphasis","focus"]);e&&"adjacency"===n&&(Nl(e).focus={edge:[t.dataIndex],node:[t.node1.dataIndex,t.node2.dataIndex]})}));var g="circular"===t.get("layout")&&t.get(["circular","rotateLabel"]),y=c.getLayout("cx"),v=c.getLayout("cy");c.graph.eachNode((function(t){SP(t,g,y,v)})),this._firstRender=!1,o||this._renderThumbnail(t,n,this._symbolDraw,this._lineDraw)},n.prototype.dispose=function(){this.remove(),this._controller&&this._controller.dispose(),this._controllerHost=null},n.prototype._startForceLayoutIteration=function(t,e,n){var i=this,r=!1;!function o(){t.step((function(t){i.updateLayout(i._model),!t&&r||(r=!0,i._renderThumbnail(i._model,e,i._symbolDraw,i._lineDraw)),(i._layouting=!t)&&(n?i._layoutTimeout=setTimeout(o,16):o())}))}()},n.prototype._updateController=function(t,e,n){var i=this._controller,r=this._controllerHost,o=e.coordinateSystem;QP(o)?(i.enable(e.get("roam"),{api:n,zInfo:{component:e},triggerInfo:{roamTrigger:e.get("roamTrigger"),isInSelf:function(t,e,n){return o.containPoint([e,n])},isInClip:function(e,n,i){return!t||t.contain(n,i)}}}),r.zoomLimit=e.get("scaleLimit"),r.zoom=o.getZoom(),i.off("pan").off("zoom").on("pan",(function(t){n.dispatchAction({seriesId:e.id,type:"graphRoam",dx:t.dx,dy:t.dy})})).on("zoom",(function(t){n.dispatchAction({seriesId:e.id,type:"graphRoam",zoom:t.scale,originX:t.originX,originY:t.originY})}))):i.disable()},n.prototype.updateViewOnPan=function(t,e,n){this._active&&(eA(this._controllerHost,n.dx,n.dy),this._updateThumbnailWindow())},n.prototype.updateViewOnZoom=function(t,e,n){this._active&&(nA(this._controllerHost,n.zoom,n.originX,n.originY),this._updateNodeAndLinkScale(),KP(t.getGraph(),vP(t)),this._lineDraw.updateLayout(),e.updateLabelLayout(),this._updateThumbnailWindow())},n.prototype._updateNodeAndLinkScale=function(){var t=this._model,e=t.getData(),n=vP(t);e.eachItemGraphicEl((function(t,e){t&&t.setSymbolScale(n)}))},n.prototype.updateLayout=function(t){this._active&&(KP(t.getGraph(),vP(t)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout())},n.prototype.remove=function(){this._active=!1,clearTimeout(this._layoutTimeout),this._layouting=!1,this._layoutTimeout=null,this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove(),this._controller&&this._controller.disable()},n.prototype._getThumbnailInfo=function(){var t=this._model,e=t.coordinateSystem;if("view"===e.type){var n=function(t){if(t)return $P(t).bridge}(t);if(n)return{bridge:n,coordSys:e}}},n.prototype._updateThumbnailWindow=function(){var t=this._getThumbnailInfo();t&&t.bridge.updateWindow(t.coordSys.transform,this._api)},n.prototype._renderThumbnail=function(t,e,n,i){var r=this._getThumbnailInfo();if(r){var o=new Qr,a=n.group.children(),s=i.group.children(),l=new Qr,u=new Qr;o.add(u),o.add(l);for(var c=0;c=0&&t.call(e,n[r],r)},t.prototype.eachEdge=function(t,e){for(var n=this.edges,i=n.length,r=0;r=0&&n[r].node1.dataIndex>=0&&n[r].node2.dataIndex>=0&&t.call(e,n[r],r)},t.prototype.breadthFirstTraverse=function(t,e,n,i){if(e instanceof iO||(e=this._nodesMap[eO(e)]),e){for(var r="out"===n?"outEdges":"in"===n?"inEdges":"edges",o=0;o=0&&n.node2.dataIndex>=0}));for(r=0,o=i.length;r=0&&!t.hasKey(p)&&(t.set(p,!0),o.push(d.node1))}for(s=0;s=0&&!t.hasKey(m)&&(t.set(m,!0),a.push(v.node2))}}}return{edge:t.keys(),node:e.keys()}},t}(),rO=function(){function t(t,e,n){this.dataIndex=-1,this.node1=t,this.node2=e,this.dataIndex=null==n?-1:n}return t.prototype.getModel=function(t){if(!(this.dataIndex<0))return this.hostGraph.edgeData.getItemModel(this.dataIndex).getModel(t)},t.prototype.getAdjacentDataIndices=function(){return{edge:[this.dataIndex],node:[this.node1.dataIndex,this.node2.dataIndex]}},t.prototype.getTrajectoryDataIndices=function(){var t=gt(),e=gt();t.set(this.dataIndex,!0);for(var n=[this.node1],i=[this.node2],r=0;r=0&&!t.hasKey(u)&&(t.set(u,!0),n.push(l.node1))}for(r=0;r=0&&!t.hasKey(d)&&(t.set(d,!0),i.push(h.node2))}return{edge:t.keys(),node:e.keys()}},t}();function oO(t,e){return{getValue:function(n){var i=this[t][e];return i.getStore().get(i.getDimensionIndex(n||"value"),this.dataIndex)},setVisual:function(n,i){this.dataIndex>=0&&this[t][e].setItemVisual(this.dataIndex,n,i)},getVisual:function(n){return this[t][e].getItemVisual(this.dataIndex,n)},setLayout:function(n,i){this.dataIndex>=0&&this[t][e].setItemLayout(this.dataIndex,n,i)},getLayout:function(){return this[t][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[t][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[t][e].getRawIndex(this.dataIndex)}}}function aO(t,e,n,i,r){for(var o=new nO(i),a=0;a "+d)),u++)}var p,f=n.get("coordinateSystem");if("cartesian2d"===f||"polar"===f||"matrix"===f)p=ib(t,n);else{var g=Ip.get(f),y=g&&g.dimensions||[];L(y,"value")<0&&y.concat(["value"]);var v=q_(t,{coordDimensions:y,encodeDefine:n.getEncode()}).dimensions;(p=new j_(v,n)).initData(t)}var m=new j_(["value"],n);return m.initData(l,s),r&&r(p,m),Wk({mainData:p,struct:o,structAttr:"graph",datas:{node:p,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),o.update(),o}O(iO,oO("hostGraph","data")),O(rO,oO("hostGraph","edgeData"));var sO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.hasSymbolVisual=!0,e}return e(n,t),n.prototype.init=function(e){t.prototype.init.apply(this,arguments);var n=this;function i(){return n._categoriesData}this.legendVisualProvider=new FT(i,i),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},n.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},n.prototype.mergeDefaultAndTheme=function(e){t.prototype.mergeDefaultAndTheme.apply(this,arguments),qo(e,"edgeLabel",["show"])},n.prototype.getInitialData=function(t,e){var n,i=t.edges||t.links||[],r=t.data||t.nodes||[],o=this;if(r&&i){lP(n=this)&&(n.__curvenessList=[],n.__edgeMap={},uP(n));var a=aO(r,i,this,!0,(function(t,e){t.wrapMethod("getItemModel",(function(t){var e=o._categoriesModels[t.getShallow("category")];return e&&(e.parentModel=t.parentModel,t.parentModel=e),t}));var n=bd.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=r,i}function r(t){if(t&&("label"===t[0]||"label"===t[1])){var e=t.slice();return"label"===t[0]?e[0]="edgeLabel":"label"===t[1]&&(e[1]="edgeLabel"),e}return t}e.wrapMethod("getItemModel",(function(t){return t.resolveParentPath=r,t.getModel=i,t}))}));return N(a.edges,(function(t){!function(t,e,n,i){if(lP(n)){var r=cP(t,e,n),o=n.__edgeMap,a=o[hP(r)];o[r]&&!a?o[r].isForward=!0:a&&o[r]&&(a.isForward=!0,o[r].isForward=!1),o[r]=o[r]||[],o[r].push(i)}}(t.node1,t.node2,this,t.dataIndex)}),this),a.data}},n.prototype.getGraph=function(){return this.getData().graph},n.prototype.getEdgeData=function(){return this.getGraph().edgeData},n.prototype.getCategoriesData=function(){return this._categoriesData},n.prototype.formatTooltip=function(t,e,n){if("edge"===n){var i=this.getData(),r=this.getDataParams(t,n),o=i.graph.getEdgeByIndex(t),a=i.getName(o.node1.dataIndex),s=i.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),Iy("nameValue",{name:l.join(" > "),value:r.value,noValue:null==r.value})}return Ey({series:this,dataIndex:t,multipleSeries:e})},n.prototype._updateCategoriesData=function(){var t=z(this.option.categories||[],(function(t){return null!=t.value?t:D({value:0},t)})),e=new j_(["value"],this);e.initData(t),this._categoriesData=e,this._categoriesModels=e.mapArray((function(t){return e.getItemModel(t)}))},n.prototype.setZoom=function(t){this.option.zoom=t},n.prototype.setCenter=function(t){this.option.center=t},n.prototype.isAnimationEnabled=function(){return t.prototype.isAnimationEnabled.call(this)&&!("force"===this.get("layout")&&this.get(["force","layoutAnimation"]))},n.type="series.graph",n.dependencies=["grid","polar","geo","singleAxis","calendar"],n.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:Qp.color.neutral50,width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:Qp.color.primary}}},n}(Fy);var lO=function(t){function n(e,n,i){var r=t.call(this)||this;Nl(r).dataType="node",r.z2=2;var o=new wl;return r.setTextContent(o),r.updateData(e,n,i,!0),r}return e(n,t),n.prototype.updateData=function(t,e,n,i){var r=this,o=t.graph.getNodeByIndex(e),a=t.hostModel,s=o.getModel(),l=s.getModel("emphasis"),u=t.getItemLayout(e),c=D(oT(s.getModel("itemStyle"),u,!0),u),h=this;if(isNaN(c.startAngle))h.setShape(c);else{i?h.setShape(c):Qc(h,{shape:c},a,e);var d=D(oT(s.getModel("itemStyle"),u,!0),u);r.setShape(d),r.useStyle(t.getItemVisual(e,"style")),Au(r,s),this._updateLabel(a,s,o),t.setItemGraphicEl(e,h),Au(h,s,"itemStyle");var p=l.get("focus");Iu(this,"adjacency"===p?o.getAdjacentDataIndices():p,l.get("blurScope"),l.get("disabled"))}},n.prototype._updateLabel=function(t,e,n){var i=this.getTextContent(),r=n.getLayout(),o=(r.startAngle+r.endAngle)/2,a=Math.cos(o),s=Math.sin(o),l=e.getModel("label");i.ignore=!l.get("show");var u=$h(e),c=n.getVisual("style");Kh(i,u,{labelFetcher:{getFormattedLabel:function(n,i,r,o,a,s){return t.getFormattedLabel(n,i,"node",o,rt(a,u.normal&&u.normal.get("formatter"),e.get("name")),s)}},labelDataIndex:n.dataIndex,defaultText:n.dataIndex+"",inheritColor:c.fill,defaultOpacity:c.opacity,defaultOutsidePosition:"startArc"});var h,d=l.get("position")||"outside",p=l.get("distance")||0;h="outside"===d?r.r+p:(r.r+r.r0)/2,this.textConfig={inside:"outside"!==d};var f="outside"!==d?l.get("align")||"center":a>0?"left":"right",g="outside"!==d?l.get("verticalAlign")||"middle":s>0?"top":"bottom";i.attr({x:a*h+r.cx,y:s*h+r.cy,rotation:0,style:{align:f,verticalAlign:g}})},n}(mc),uO=function(t){function n(e,n,i,r){var o=t.call(this)||this;return Nl(o).dataType="edge",o.updateData(e,n,i,r,!0),o}return e(n,t),n.prototype.buildPath=function(t,e){t.moveTo(e.s1[0],e.s1[1]);var n=.7,i=e.clockwise;t.arc(e.cx,e.cy,e.r,e.sStartAngle,e.sEndAngle,!i),t.bezierCurveTo((e.cx-e.s2[0])*n+e.s2[0],(e.cy-e.s2[1])*n+e.s2[1],(e.cx-e.t1[0])*n+e.t1[0],(e.cy-e.t1[1])*n+e.t1[1],e.t1[0],e.t1[1]),t.arc(e.cx,e.cy,e.r,e.tStartAngle,e.tEndAngle,!i),t.bezierCurveTo((e.cx-e.t2[0])*n+e.t2[0],(e.cy-e.t2[1])*n+e.t2[1],(e.cx-e.s1[0])*n+e.s1[0],(e.cy-e.s1[1])*n+e.s1[1],e.s1[0],e.s1[1]),t.closePath()},n.prototype.updateData=function(t,e,n,i,r){var o=t.hostModel,a=e.graph.getEdgeByIndex(n),s=a.getLayout(),l=a.node1.getModel(),u=e.getItemModel(a.dataIndex),c=u.getModel("lineStyle"),h=u.getModel("emphasis"),d=h.get("focus"),p=D(oT(l.getModel("itemStyle"),s,!0),s),f=this;isNaN(p.sStartAngle)||isNaN(p.tStartAngle)?f.setShape(p):(r?(f.setShape(p),cO(f,a,t,c)):(oh(f),cO(f,a,t,c),Qc(f,{shape:p},o,n)),Iu(this,"adjacency"===d?a.getAdjacentDataIndices():d,h.get("blurScope"),h.get("disabled")),Au(f,u,"lineStyle"),e.setItemGraphicEl(a.dataIndex,f))},n}(al);function cO(t,e,n,i){var r=e.node1,o=e.node2,a=t.style;switch(t.setStyle(i.getLineStyle()),i.get("color")){case"source":a.fill=n.getItemVisual(r.dataIndex,"style").fill,a.decal=r.getVisual("style").decal;break;case"target":a.fill=n.getItemVisual(o.dataIndex,"style").fill,a.decal=o.getVisual("style").decal;break;case"gradient":var s=n.getItemVisual(r.dataIndex,"style").fill,l=n.getItemVisual(o.dataIndex,"style").fill;if(Y(s)&&Y(l)){var u=t.shape,c=(u.s1[0]+u.s2[0])/2,h=(u.s1[1]+u.s2[1])/2,d=(u.t1[0]+u.t2[0])/2,p=(u.t1[1]+u.t2[1])/2;a.fill=new Ec(c,h,d,p,[{offset:0,color:s},{offset:1,color:l}],!0)}}}var hO=Math.PI/180,dO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(t,e){},n.prototype.render=function(t,e,n){var i=t.getData(),r=this._data,o=this.group,a=-t.get("startAngle")*hO;if(i.diff(r).add((function(t){if(i.getItemLayout(t)){var e=new lO(i,t,a);Nl(e).dataIndex=t,o.add(e)}})).update((function(e,n){var s=r.getItemGraphicEl(n);i.getItemLayout(e)?(s?s.updateData(i,e,a):s=new lO(i,e,a),o.add(s)):s&&rh(s,t,n)})).remove((function(e){var n=r.getItemGraphicEl(e);n&&rh(n,t,e)})).execute(),!r){var s=t.get("center");this.group.scaleX=.01,this.group.scaleY=.01,this.group.originX=go(s[0],n.getWidth()),this.group.originY=go(s[1],n.getHeight()),th(this.group,{scaleX:1,scaleY:1},t)}this._data=i,this.renderEdges(t,a)},n.prototype.renderEdges=function(t,e){var n=t.getData(),i=t.getEdgeData(),r=this._edgeData,o=this.group;i.diff(r).add((function(t){var r=new uO(n,i,t,e);Nl(r).dataIndex=t,o.add(r)})).update((function(t,a){var s=r.getItemGraphicEl(a);s.updateData(n,i,t,e),o.add(s)})).remove((function(e){var n=r.getItemGraphicEl(e);n&&rh(n,t,e)})).execute(),this._edgeData=i},n.prototype.dispose=function(){},n.type="chord",n}(Qy),pO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this.legendVisualProvider=new FT(F(this.getData,this),F(this.getRawData,this))},n.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links)},n.prototype.getInitialData=function(t,e){var n=t.edges||t.links||[],i=t.data||t.nodes||[];if(i&&n)return aO(i,n,this,!0,(function(t,e){var n=bd.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=r,i}function r(t){if(t&&("label"===t[0]||"label"===t[1])){var e=t.slice();return"label"===t[0]?e[0]="edgeLabel":"label"===t[1]&&(e[1]="edgeLabel"),e}return t}e.wrapMethod("getItemModel",(function(t){return t.resolveParentPath=r,t.getModel=i,t}))})).data},n.prototype.getGraph=function(){return this.getData().graph},n.prototype.getEdgeData=function(){return this.getGraph().edgeData},n.prototype.formatTooltip=function(t,e,n){var i=this.getDataParams(t,n);if("edge"===n){var r=this.getData(),o=r.graph.getEdgeByIndex(t),a=r.getName(o.node1.dataIndex),s=r.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),Iy("nameValue",{name:l.join(" > "),value:i.value,noValue:null==i.value})}return Iy("nameValue",{name:i.name,value:i.value,noValue:null==i.value})},n.prototype.getDataParams=function(e,n){var i=t.prototype.getDataParams.call(this,e,n);if("node"===n){var r=this.getData(),o=this.getGraph().getNodeByIndex(e);if(null==i.name&&(i.name=r.getName(e)),null==i.value){var a=o.getLayout().value;i.value=a}}return i},n.type="series.chord",n.defaultOption={z:2,coordinateSystem:"none",legendHoverLink:!0,colorBy:"data",left:0,top:0,right:0,bottom:0,width:null,height:null,center:["50%","50%"],radius:["70%","80%"],clockwise:!0,startAngle:90,endAngle:"auto",minAngle:0,padAngle:3,itemStyle:{borderRadius:[0,0,5,5]},lineStyle:{width:0,color:"source",opacity:.2},label:{show:!0,position:"outside",distance:5},emphasis:{focus:"adjacency",lineStyle:{opacity:.5}}},n}(Fy),fO=Math.PI/180;function gO(t,e){t.eachSeriesByType("chord",(function(t){!function(t,e){var n=t.getData(),i=n.graph,r=t.getEdgeData();if(!r.count())return;var o=Fp(t,e),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=Math.max((t.get("padAngle")||0)*fO,0),h=Math.max((t.get("minAngle")||0)*fO,0),d=-t.get("startAngle")*fO,p=d+2*Math.PI,f=t.get("clockwise"),g=f?1:-1,y=[d,p];Vs(y,!f);var v=y[0],m=y[1]-v,x=0===n.getSum("value")&&0===r.getSum("value"),_=[],b=0;i.eachEdge((function(t){var e=x?1:t.getValue("value");x&&(e>0||h)&&(b+=2);var n=t.node1.dataIndex,i=t.node2.dataIndex;_[n]=(_[n]||0)+e,_[i]=(_[i]||0)+e}));var w=0;if(i.eachNode((function(t){var e=t.getValue("value");isNaN(e)||(_[t.dataIndex]=Math.max(e,_[t.dataIndex]||0)),!x&&(_[t.dataIndex]>0||h)&&b++,w+=_[t.dataIndex]||0})),0===b||0===w)return;c*b>=Math.abs(m)&&(c=Math.max(0,(Math.abs(m)-h*b)/b));(c+h)*b>=Math.abs(m)&&(h=(Math.abs(m)-c*b)/b);var S=(m-c*b*g)/w,M=0,I=0,T=0;i.eachNode((function(t){var e=_[t.dataIndex]||0,n=S*(w?e:1)*g;Math.abs(n)I){var D=M/I;i.eachNode((function(t){var e=t.getLayout().angle;Math.abs(e)>=h?t.setLayout({angle:e*D,ratio:D},!0):t.setLayout({angle:h,ratio:0===h?1:e/h},!0)}))}else i.eachNode((function(t){if(!C){var e=t.getLayout().angle;e-Math.min(e/T,1)*Mh&&h>0){var n=C?1:Math.min(e/T,1),i=e-h,r=Math.min(i,Math.min(A,M*n));A-=r,t.setLayout({angle:e-r,ratio:(e-r)/e},!0)}else h>0&&t.setLayout({angle:h,ratio:0===e?1:h/e},!0)}}));var k=v,L=[];i.eachNode((function(t){var e=Math.max(t.getLayout().angle,h);t.setLayout({cx:a,cy:s,r0:u,r:l,startAngle:k,endAngle:k+e*g,clockwise:f},!0),L[t.dataIndex]=k,k+=(e+c)*g})),i.eachEdge((function(t){var e=x?1:t.getValue("value"),n=S*(w?e:1)*g,i=t.node1.dataIndex,r=L[i]||0,o=r+Math.abs((t.node1.getLayout().ratio||1)*n)*g,l=[a+u*Math.cos(r),s+u*Math.sin(r)],c=[a+u*Math.cos(o),s+u*Math.sin(o)],h=t.node2.dataIndex,d=L[h]||0,p=d+Math.abs((t.node2.getLayout().ratio||1)*n)*g,y=[a+u*Math.cos(d),s+u*Math.sin(d)],v=[a+u*Math.cos(p),s+u*Math.sin(p)];t.setLayout({s1:l,s2:c,sStartAngle:r,sEndAngle:o,t1:y,t2:v,tStartAngle:d,tEndAngle:p,cx:a,cy:s,r:u,value:e,clockwise:f}),L[i]=o,L[h]=p}))}(t,e)}))}var yO=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},vO=function(t){function n(e){var n=t.call(this,e)||this;return n.type="pointer",n}return e(n,t),n.prototype.getDefaultShape=function(){return new yO},n.prototype.buildPath=function(t,e){var n=Math.cos,i=Math.sin,r=e.r,o=e.width,a=e.angle,s=e.x-n(a)*o*(o>=r/3?1:2),l=e.y-i(a)*o*(o>=r/3?1:2);a=e.angle-Math.PI/2,t.moveTo(s,l),t.lineTo(e.x+n(a)*o,e.y+i(a)*o),t.lineTo(e.x+n(e.angle)*r,e.y+i(e.angle)*r),t.lineTo(e.x-n(a)*o,e.y-i(a)*o),t.lineTo(s,l)},n}(al);function mO(t,e){var n=null==t?"":t+"";return e&&(Y(e)?n=e.replace("{value}",n):U(e)&&(n=e(t))),n}var xO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){this.group.removeAll();var i=t.get(["axisLine","lineStyle","color"]),r=function(t,e){var n=t.get("center"),i=e.getWidth(),r=e.getHeight(),o=Math.min(i,r);return{cx:go(n[0],e.getWidth()),cy:go(n[1],e.getHeight()),r:go(t.get("radius"),o/2)}}(t,n);this._renderMain(t,e,n,i,r),this._data=t.getData()},n.prototype.dispose=function(){},n.prototype._renderMain=function(t,e,n,i,r){var o=this.group,a=t.get("clockwise"),s=-t.get("startAngle")/180*Math.PI,l=-t.get("endAngle")/180*Math.PI,u=t.getModel("axisLine"),c=u.get("roundCap")?nT:mc,h=u.get("show"),d=u.getModel("lineStyle"),p=d.get("width"),f=[s,l];Vs(f,!a);for(var g=(l=f[1])-(s=f[0]),y=s,v=[],m=0;h&&m=t&&(0===e?0:i[e-1][0])Math.PI/2&&(B+=Math.PI):"tangential"===E?B=-M-Math.PI/2:Z(E)&&(B=E*Math.PI/180),0===B?h.add(new wl({style:Jh(x,{text:O,x:N,y:z,verticalAlign:c<-.8?"top":c>.8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:R}),silent:!0})):h.add(new wl({style:Jh(x,{text:O,x:N,y:z,verticalAlign:"middle",align:"center"},{inheritColor:R}),silent:!0,originX:N,originY:z,rotation:B}))}if(m.get("show")&&k!==_){P=(P=m.get("distance"))?P+l:l;for(var V=0;V<=b;V++){u=Math.cos(M),c=Math.sin(M);var G=new Dc({shape:{x1:u*(f-P)+d,y1:c*(f-P)+p,x2:u*(f-S-P)+d,y2:c*(f-S-P)+p},silent:!0,style:D});"auto"===D.stroke&&G.setStyle({stroke:i((k+V/b)/_)}),h.add(G),M+=T}M-=T}else M+=I}},n.prototype._renderPointer=function(t,e,n,i,r,o,a,s,l){var u=this.group,c=this._data,h=this._progressEls,d=[],p=t.get(["pointer","show"]),f=t.getModel("progress"),g=f.get("show"),y=t.getData(),v=y.mapDimension("value"),m=+t.get("min"),x=+t.get("max"),_=[m,x],b=[o,a];function w(e,n){var i,o=y.getItemModel(e).getModel("pointer"),a=go(o.get("width"),r.r),s=go(o.get("length"),r.r),l=t.get(["pointer","icon"]),u=o.get("offsetCenter"),c=go(u[0],r.r),h=go(u[1],r.r),d=o.get("keepAspect");return(i=l?cm(l,c-a/2,h-s,a,s,null,d):new vO({shape:{angle:-Math.PI/2,width:a,r:s,x:c,y:h}})).rotation=-(n+Math.PI/2),i.x=r.cx,i.y=r.cy,i}function S(t,e){var n=f.get("roundCap")?nT:mc,i=f.get("overlap"),a=i?f.get("width"):l/y.count(),u=i?r.r-a:r.r-(t+1)*a,c=i?r.r:r.r-t*a,h=new n({shape:{startAngle:o,endAngle:e,cx:r.cx,cy:r.cy,clockwise:s,r0:u,r:c}});return i&&(h.z2=fo(y.get(v,t),[m,x],[100,0],!0)),h}(g||p)&&(y.diff(c).add((function(e){var n=y.get(v,e);if(p){var i=w(e,o);th(i,{rotation:-((isNaN(+n)?b[0]:fo(n,_,b,!0))+Math.PI/2)},t),u.add(i),y.setItemGraphicEl(e,i)}if(g){var r=S(e,o),a=f.get("clip");th(r,{shape:{endAngle:fo(n,_,b,a)}},t),u.add(r),zl(t.seriesIndex,y.dataType,e,r),d[e]=r}})).update((function(e,n){var i=y.get(v,e);if(p){var r=c.getItemGraphicEl(n),a=r?r.rotation:o,s=w(e,a);s.rotation=a,Qc(s,{rotation:-((isNaN(+i)?b[0]:fo(i,_,b,!0))+Math.PI/2)},t),u.add(s),y.setItemGraphicEl(e,s)}if(g){var l=h[n],m=S(e,l?l.shape.endAngle:o),x=f.get("clip");Qc(m,{shape:{endAngle:fo(i,_,b,x)}},t),u.add(m),zl(t.seriesIndex,y.dataType,e,m),d[e]=m}})).execute(),y.each((function(t){var e=y.getItemModel(t),n=e.getModel("emphasis"),r=n.get("focus"),o=n.get("blurScope"),a=n.get("disabled");if(p){var s=y.getItemGraphicEl(t),l=y.getItemVisual(t,"style"),u=l.fill;if(s instanceof hl){var c=s.style;s.useStyle(D({image:c.image,x:c.x,y:c.y,width:c.width,height:c.height},l))}else s.useStyle(l),"pointer"!==s.type&&s.setColor(u);s.setStyle(e.getModel(["pointer","itemStyle"]).getItemStyle()),"auto"===s.style.fill&&s.setStyle("fill",i(fo(y.get(v,t),_,[0,1],!0))),s.z2EmphasisLift=0,Au(s,e),Iu(s,r,o,a)}if(g){var h=d[t];h.useStyle(y.getItemVisual(t,"style")),h.setStyle(e.getModel(["progress","itemStyle"]).getItemStyle()),h.z2EmphasisLift=0,Au(h,e),Iu(h,r,o,a)}})),this._progressEls=d)},n.prototype._renderAnchor=function(t,e){var n=t.getModel("anchor");if(n.get("show")){var i=n.get("size"),r=n.get("icon"),o=n.get("offsetCenter"),a=n.get("keepAspect"),s=cm(r,e.cx-i/2+go(o[0],e.r),e.cy-i/2+go(o[1],e.r),i,i,null,a);s.z2=n.get("showAbove")?1:0,s.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(s)}},n.prototype._renderTitleAndDetail=function(t,e,n,i,r){var o=this,a=t.getData(),s=a.mapDimension("value"),l=+t.get("min"),u=+t.get("max"),c=new Qr,h=[],d=[],p=t.isAnimationEnabled(),f=t.get(["pointer","showAbove"]);a.diff(this._data).add((function(t){h[t]=new wl({silent:!0}),d[t]=new wl({silent:!0})})).update((function(t,e){h[t]=o._titleEls[e],d[t]=o._detailEls[e]})).execute(),a.each((function(e){var n=a.getItemModel(e),o=a.get(s,e),g=new Qr,y=i(fo(o,[l,u],[0,1],!0)),v=n.getModel("title");if(v.get("show")){var m=v.get("offsetCenter"),x=r.cx+go(m[0],r.r),_=r.cy+go(m[1],r.r);(D=h[e]).attr({z2:f?0:2,style:Jh(v,{x:x,y:_,text:a.getName(e),align:"center",verticalAlign:"middle"},{inheritColor:y})}),g.add(D)}var b=n.getModel("detail");if(b.get("show")){var w=b.get("offsetCenter"),S=r.cx+go(w[0],r.r),M=r.cy+go(w[1],r.r),I=go(b.get("width"),r.r),T=go(b.get("height"),r.r),C=t.get(["progress","show"])?a.getItemVisual(e,"style").fill:y,D=d[e],A=b.get("formatter");D.attr({z2:f?0:2,style:Jh(b,{x:S,y:M,text:mO(o,A),width:isNaN(I)?null:I,height:isNaN(T)?null:T,align:"center",verticalAlign:"middle"},{inheritColor:C})}),ad(D,{normal:b},o,(function(t){return mO(t,A)})),p&&sd(D,e,a,t,{getFormattedLabel:function(t,e,n,i,r,a){return mO(a?a.interpolatedValue:o,A)}}),g.add(D)}c.add(g)})),this.group.add(c),this._titleEls=h,this._detailEls=d},n.type="gauge",n}(Qy),_O=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.visualStyleAccessPath="itemStyle",e}return e(n,t),n.prototype.getInitialData=function(t,e){return VT(this,["value"])},n.type="series.gauge",n.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,Qp.color.neutral10]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:Qp.color.axisTick,width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:Qp.color.axisTickMinor,width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:Qp.color.axisLabel,fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:Qp.color.neutral00,borderWidth:0,borderColor:Qp.color.theme[0]}},title:{show:!0,offsetCenter:[0,"20%"],color:Qp.color.secondary,fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:Qp.color.transparent,borderWidth:0,borderColor:Qp.color.neutral40,width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:Qp.color.primary,fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},n}(Fy);var bO=["itemStyle","opacity"],wO=function(t){function n(e,n){var i=t.call(this)||this,r=i,o=new Ic,a=new wl;return r.setTextContent(a),i.setTextGuideLine(o),i.updateData(e,n,!0),i}return e(n,t),n.prototype.updateData=function(t,e,n){var i=this,r=t.hostModel,o=t.getItemModel(e),a=t.getItemLayout(e),s=o.getModel("emphasis"),l=o.get(bO);l=null==l?1:l,n||oh(i),i.useStyle(t.getItemVisual(e,"style")),i.style.lineJoin="round",n?(i.setShape({points:a.points}),i.style.opacity=0,th(i,{style:{opacity:l}},r,e)):Qc(i,{style:{opacity:l},shape:{points:a.points}},r,e),Au(i,o),this._updateLabel(t,e),Iu(this,s.get("focus"),s.get("blurScope"),s.get("disabled"))},n.prototype._updateLabel=function(t,e){var n=this,i=this.getTextGuideLine(),r=n.getTextContent(),o=t.hostModel,a=t.getItemModel(e),s=t.getItemLayout(e).label,l=t.getItemVisual(e,"style"),u=l.fill;Kh(r,$h(a),{labelFetcher:t.hostModel,labelDataIndex:e,defaultOpacity:l.opacity,defaultText:t.getName(e)},{normal:{align:s.textAlign,verticalAlign:s.verticalAlign}});var c="inherit"===a.getModel("label").get("color")?u:null;n.setTextConfig({local:!0,inside:!!s.inside,insideStroke:c,outsideFill:c});var h=s.linePoints;i.setShape({points:h}),n.textGuideLineConfig={anchor:h?new De(h[0][0],h[0][1]):null},Qc(r,{style:{x:s.x,y:s.y}},o,e),r.attr({rotation:s.rotation,originX:s.x,originY:s.y,z2:10}),TS(n,CS(a),{stroke:u})},n}(Sc),SO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.ignoreLabelLineUpdate=!0,e}return e(n,t),n.prototype.render=function(t,e,n){var i=t.getData(),r=this._data,o=this.group;i.diff(r).add((function(t){var e=new wO(i,t);i.setItemGraphicEl(t,e),o.add(e)})).update((function(t,e){var n=r.getItemGraphicEl(e);n.updateData(i,t),o.add(n),i.setItemGraphicEl(t,n)})).remove((function(e){rh(r.getItemGraphicEl(e),t,e)})).execute(),this._data=i},n.prototype.remove=function(){this.group.removeAll(),this._data=null},n.prototype.dispose=function(){},n.type="funnel",n}(Qy),MO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new FT(F(this.getData,this),F(this.getRawData,this)),this._defaultLabelLine(e)},n.prototype.getInitialData=function(t,e){return VT(this,{coordDimensions:["value"],encodeDefaulter:W(Sf,this)})},n.prototype._defaultLabelLine=function(t){qo(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},n.prototype.getDataParams=function(e){var n=this.getData(),i=t.prototype.getDataParams.call(this,e),r=n.mapDimension("value"),o=n.getSum(r);return i.percent=o?+(n.get(r,e)/o*100).toFixed(2):0,i.$vars.push("percent"),i},n.type="series.funnel",n.defaultOption={coordinateSystemUsage:"box",z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:65,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:Qp.color.neutral00,borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:Qp.color.primary}}},n}(Fy);function IO(t,e){t.eachSeriesByType("funnel",(function(t){var n=t.getData(),i=n.mapDimension("value"),r=t.get("sort"),o=Yp(t,e),a=Wp(t.getBoxLayoutParams(),o.refContainer),s=t.get("orient"),l=a.width,u=a.height,c=function(t,e){for(var n=t.mapDimension("value"),i=t.mapArray(n,(function(t){return t})),r=[],o="ascending"===e,a=0,s=t.count();a5)return;var i=this._model.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]);"none"!==i.behavior&&this._dispatchExpand({axisExpandWindow:i.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(t){if(!this._mouseDownPoint&&BO(this,"mousemove")){var e=this._model,n=e.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]),i=n.behavior;"jump"===i&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===i?null:{axisExpandWindow:n.axisExpandWindow,animation:"jump"===i?null:{duration:0}})}}};function BO(t,e){var n=t._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===e}var VO=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(){t.prototype.init.apply(this,arguments),this.mergeOption({})},n.prototype.mergeOption=function(t){var e=this.option;t&&T(e,t,!0),this._initDimensions()},n.prototype.contains=function(t,e){var n=t.get("parallelIndex");return null!=n&&e.getComponent("parallel",n)===this},n.prototype.setAxisExpand=function(t){N(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],(function(e){t.hasOwnProperty(e)&&(this.option[e]=t[e])}),this)},n.prototype._initDimensions=function(){var t=this.dimensions=[],e=this.parallelAxisIndex=[];N(B(this.ecModel.queryComponents({mainType:"parallelAxis"}),(function(t){return(t.get("parallelIndex")||0)===this.componentIndex}),this),(function(n){t.push("dim"+n.get("dim")),e.push(n.componentIndex)}))},n.type="parallel",n.dependencies=["parallelAxis"],n.layoutMode="box",n.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},n}(Jp),GO=function(t){function n(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.type=r||"value",a.axisIndex=o,a}return e(n,t),n.prototype.isHorizontal=function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")},n}(Jw);function FO(t,e,n,i,r,o){t=t||0;var a=n[1]-n[0];if(null!=r&&(r=HO(r,[0,a])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var s=Math.abs(e[1]-e[0]);s=HO(s,[0,a]),r=o=HO(s,[r,o]),i=0}e[0]=HO(e[0],n),e[1]=HO(e[1],n);var l=WO(e,i);e[i]+=t;var u,c=r||0,h=n.slice();return l.sign<0?h[0]+=c:h[1]-=c,e[i]=HO(e[i],h),u=WO(e,i),null!=r&&(u.sign!==l.sign||u.spano&&(e[1-i]=e[i]+u.sign*o),e}function WO(t,e){var n=t[e]-t[1-e];return{span:Math.abs(n),sign:n>0?-1:n<0?1:e?-1:1}}function HO(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var UO=N,YO=Math.min,XO=Math.max,ZO=Math.floor,jO=Math.ceil,qO=vo,KO=Math.PI,$O=function(){function t(t,e,n){this.type="parallel",this._axesMap=gt(),this._axesLayout={},this.dimensions=t.dimensions,this._model=t,this._init(t,e,n)}return t.prototype._init=function(t,e,n){var i=t.dimensions,r=t.parallelAxisIndex;UO(i,(function(t,n){var i=r[n],o=e.getComponent("parallelAxis",i),a=this._axesMap.set(t,new GO(t,iw(o),[0,0],o.get("type"),i)),s="category"===a.type;a.onBand=s&&o.get("boundaryGap"),a.inverse=o.get("inverse"),o.axis=a,a.model=o,a.coordinateSystem=o.coordinateSystem=this}),this)},t.prototype.update=function(t,e){this._updateAxesFromSeries(this._model,t)},t.prototype.containPoint=function(t){var e=this._makeLayoutInfo(),n=e.axisBase,i=e.layoutBase,r=e.pixelDimIndex,o=t[1-r],a=t[r];return o>=n&&o<=n+e.axisLength&&a>=i&&a<=i+e.layoutLength},t.prototype.getModel=function(){return this._model},t.prototype._updateAxesFromSeries=function(t,e){e.eachSeries((function(n){if(t.contains(n,e)){var i=n.getData();UO(this.dimensions,(function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(i,i.mapDimension(t)),nw(e.scale,e.model)}),this)}}),this)},t.prototype.resize=function(t,e){var n=Yp(t,e).refContainer;this._rect=Wp(t.getBoxLayoutParams(),n),this._layoutAxes()},t.prototype.getRect=function(){return this._rect},t.prototype._makeLayoutInfo=function(){var t,e=this._model,n=this._rect,i=["x","y"],r=["width","height"],o=e.get("layout"),a="horizontal"===o?0:1,s=n[r[a]],l=[0,s],u=this.dimensions.length,c=JO(e.get("axisExpandWidth"),l),h=JO(e.get("axisExpandCount")||0,[0,u]),d=e.get("axisExpandable")&&u>3&&u>h&&h>1&&c>0&&s>0,p=e.get("axisExpandWindow");p?(t=JO(p[1]-p[0],l),p[1]=p[0]+t):(t=JO(c*(h-1),l),(p=[c*(e.get("axisExpandCenter")||ZO(u/2))-t/2])[1]=p[0]+t);var f=(s-t)/(u-h);f<3&&(f=0);var g=[ZO(qO(p[0]/c,1))+1,jO(qO(p[1]/c,1))-1],y=f/c*p[0];return{layout:o,pixelDimIndex:a,layoutBase:n[i[a]],layoutLength:s,axisBase:n[i[1-a]],axisLength:n[r[1-a]],axisExpandable:d,axisExpandWidth:c,axisCollapseWidth:f,axisExpandWindow:p,axisCount:u,winInnerIndices:g,axisExpandWindow0Pos:y}},t.prototype._layoutAxes=function(){var t=this._rect,e=this._axesMap,n=this.dimensions,i=this._makeLayoutInfo(),r=i.layout;e.each((function(t){var e=[0,i.axisLength],n=t.inverse?1:0;t.setExtent(e[n],e[1-n])})),UO(n,(function(e,n){var o=(i.axisExpandable?tR:QO)(n,i),a={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s={horizontal:KO/2,vertical:0},l=[a[r].x+t.x,a[r].y+t.y],u=s[r],c=[1,0,0,1,0,0];Se(c,c,u),we(c,c,l),this._axesLayout[e]={position:l,rotation:u,transform:c,axisNameAvailableWidth:o.axisNameAvailableWidth,axisLabelShow:o.axisLabelShow,nameTruncateMaxWidth:o.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}}),this)},t.prototype.getAxis=function(t){return this._axesMap.get(t)},t.prototype.dataToPoint=function(t,e){return this.axisCoordToPoint(this._axesMap.get(e).dataToCoord(t),e)},t.prototype.eachActiveState=function(t,e,n,i){null==n&&(n=0),null==i&&(i=t.count());var r=this._axesMap,o=this.dimensions,a=[],s=[];N(o,(function(e){a.push(t.mapDimension(e)),s.push(r.get(e).model)}));for(var l=this.hasAxisBrushed(),u=n;ur*(1-c[0])?(l="jump",a=s-r*(1-c[2])):(a=s-r*c[1])>=0&&(a=s-r*(1-c[1]))<=0&&(a=0),(a*=e.axisExpandWidth/u)?FO(a,i,o,"all"):l="none";else{var d=i[1]-i[0];(i=[XO(0,o[1]*s/d-d/2)])[1]=YO(o[1],i[0]+d),i[0]=i[1]-d}return{axisExpandWindow:i,behavior:l}},t}();function JO(t,e){return YO(XO(t,e[0]),e[1])}function QO(t,e){var n=e.layoutLength/(e.axisCount-1);return{position:n*t,axisNameAvailableWidth:n,axisLabelShow:!0}}function tR(t,e){var n,i,r=e.layoutLength,o=e.axisExpandWidth,a=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,u=s,c=!1;return t=0;n--)mo(e[n])},n.prototype.getActiveState=function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(null==t||isNaN(+t))return"inactive";if(1===e.length){var n=e[0];if(n[0]<=t&&t<=n[1])return"active"}else for(var i=0,r=e.length;i6}(t)||o){if(a&&!o){"single"===s.brushMode&&bR(t);var l=I(s);l.brushType=BR(l.brushType,a),l.panelId=a===iR?null:a.panelId,o=t._creatingCover=pR(t,l),t._covers.push(o)}if(o){var u=FR[BR(t._brushType,a)];o.__brushOption.range=u.getCreatingRange(RR(t,o,t._track)),i&&(fR(t,o),u.updateCommon(t,o)),gR(t,o),r={isEnd:i}}}else i&&"single"===s.brushMode&&s.removeOnClick&&xR(t,e,n)&&bR(t)&&(r={isEnd:i,removeOnClick:!0});return r}function BR(t,e){return"auto"===t?e.defaultBrushType:t}var VR={mousedown:function(t){if(this._dragging)GR(this,t);else if(!t.target||!t.target.draggable){NR(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null,(this._creatingPanel=xR(this,t,e))&&(this._dragging=!0,this._track=[e.slice()])}},mousemove:function(t){var e=t.offsetX,n=t.offsetY,i=this.group.transformCoordToLocal(e,n);if(function(t,e,n){if(t._brushType&&!function(t,e,n){var i=t._zr;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}(t,e.offsetX,e.offsetY)){var i=t._zr,r=t._covers,o=xR(t,e,n);if(!t._dragging)for(var a=0;a=0&&(o[r[a].depth]=new bd(r[a],this,e));var s=aO(i,n,this,!0,(function(t,e){t.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getData().getItemLayout(e);if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t})),e.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getGraph().getEdgeByIndex(e).node1.getLayout();if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t}))}));return s.data},n.prototype.setNodePosition=function(t,e){var n=(this.option.data||this.option.nodes)[t];n.localX=e[0],n.localY=e[1]},n.prototype.setCenter=function(t){this.option.center=t},n.prototype.setZoom=function(t){this.option.zoom=t},n.prototype.getGraph=function(){return this.getData().graph},n.prototype.getEdgeData=function(){return this.getGraph().edgeData},n.prototype.formatTooltip=function(t,e,n){function i(t){return isNaN(t)||null==t}if("edge"===n){var r=this.getDataParams(t,n),o=r.data,a=r.value;return Iy("nameValue",{name:o.source+" -- "+o.target,value:a,noValue:i(a)})}var s=this.getGraph().getNodeByIndex(t).getLayout().value,l=this.getDataParams(t,n).data.name;return Iy("nameValue",{name:null!=l?l+"":null,value:s,noValue:i(s)})},n.prototype.optionUpdated=function(){},n.prototype.getDataParams=function(e,n){var i=t.prototype.getDataParams.call(this,e,n);if(null==i.value&&"node"===n){var r=this.getGraph().getNodeByIndex(e).getLayout().value;i.value=r}return i},n.type="series.sankey",n.layoutMode="box",n.defaultOption={z:2,coordinateSystemUsage:"box",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,roam:!1,roamTrigger:"global",center:null,zoom:1,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:Qp.color.neutral50,opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:Qp.color.primary}},animationEasing:"linear",animationDuration:1e3},n}(Fy);function nN(t,e){t.eachSeriesByType("sankey",(function(t){var n=t.get("nodeWidth"),i=t.get("nodeGap"),r=Yp(t,e).refContainer,o=Wp(t.getBoxLayoutParams(),r);t.layoutInfo=o;var a=o.width,s=o.height,l=t.getGraph(),u=l.nodes,c=l.edges;!function(t){N(t,(function(t){var e=dN(t.outEdges,hN),n=dN(t.inEdges,hN),i=t.getValue()||0,r=Math.max(e,n,i);t.setLayout({value:r},!0)}))}(u),function(t,e,n,i,r,o,a,s,l){(function(t,e,n,i,r,o,a){for(var s=[],l=[],u=[],c=[],h=0,d=0;d=0;v&&y.depth>p&&(p=y.depth),g.setLayout({depth:v?y.depth:h},!0),"vertical"===o?g.setLayout({dy:n},!0):g.setLayout({dx:n},!0);for(var m=0;mh-1?p:h-1;a&&"left"!==a&&function(t,e,n,i){if("right"===e){for(var r=[],o=t,a=0;o.length;){for(var s=0;s0;o--)oN(s,l*=.99,a),rN(s,r,n,i,a),pN(s,l,a),rN(s,r,n,i,a)}(t,e,o,r,i,a,s),function(t,e){var n="vertical"===e?"x":"y";N(t,(function(t){t.outEdges.sort((function(t,e){return t.node2.getLayout()[n]-e.node2.getLayout()[n]})),t.inEdges.sort((function(t,e){return t.node1.getLayout()[n]-e.node1.getLayout()[n]}))})),N(t,(function(t){var e=0,n=0;N(t.outEdges,(function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy})),N(t.inEdges,(function(t){t.setLayout({ty:n},!0),n+=t.getLayout().dy}))}))}(t,s)}(u,c,n,i,a,s,0!==B(u,(function(t){return 0===t.getLayout().value})).length?0:t.get("layoutIterations"),t.get("orient"),t.get("nodeAlign"))}))}function iN(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function rN(t,e,n,i,r){var o="vertical"===r?"x":"y";N(t,(function(t){var a,s,l;t.sort((function(t,e){return t.getLayout()[o]-e.getLayout()[o]}));for(var u=0,c=t.length,h="vertical"===r?"dx":"dy",d=0;d0&&(a=s.getLayout()[o]+l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]+s.getLayout()[h]+e;if((l=u-e-("vertical"===r?i:n))>0){a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0),u=a;for(d=c-2;d>=0;--d)(l=(s=t[d]).getLayout()[o]+s.getLayout()[h]+e-u)>0&&(a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]}}))}function oN(t,e,n){N(t.slice().reverse(),(function(t){N(t,(function(t){if(t.outEdges.length){var i=dN(t.outEdges,aN,n)/dN(t.outEdges,hN);if(isNaN(i)){var r=t.outEdges.length;i=r?dN(t.outEdges,sN,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-cN(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-cN(t,n))*e;t.setLayout({y:a},!0)}}}))}))}function aN(t,e){return cN(t.node2,e)*t.getValue()}function sN(t,e){return cN(t.node2,e)}function lN(t,e){return cN(t.node1,e)*t.getValue()}function uN(t,e){return cN(t.node1,e)}function cN(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function hN(t){return t.getValue()}function dN(t,e,n){for(var i=0,r=t.length,o=-1;++oo&&(o=e)})),N(n,(function(e){var n=new IL({type:"color",mappingMethod:"linear",dataExtent:[r,o],visual:t.get("color")}).mapValueToVisual(e.getLayout().value),i=e.getModel().get(["itemStyle","color"]);null!=i?(e.setVisual("color",i),e.setVisual("style",{fill:i})):(e.setVisual("color",n),e.setVisual("style",{fill:n}))}))}i.length&&N(i,(function(t){var e=t.getModel().get("lineStyle");t.setVisual("style",e)}))}))}var gN=function(){function t(){}return t.prototype._hasEncodeRule=function(t){var e=this.getEncode();return e&&null!=e.get(t)},t.prototype.getInitialData=function(t,e){var n,i,r=e.getComponent("xAxis",this.get("xAxisIndex")),o=e.getComponent("yAxis",this.get("yAxisIndex")),a=r.get("type"),s=o.get("type");"category"===a?(t.layout="horizontal",n=r.getOrdinalMeta(),i=!this._hasEncodeRule("x")):"category"===s?(t.layout="vertical",n=o.getOrdinalMeta(),i=!this._hasEncodeRule("y")):t.layout=t.layout||"horizontal";var l=["x","y"],u="horizontal"===t.layout?0:1,c=this._baseAxisDim=l[u],h=l[1-u],d=[r,o],p=d[u].get("type"),f=d[1-u].get("type"),g=t.data;if(g&&i){var y=[];N(g,(function(t,e){var n;H(t)?(n=t.slice(),t.unshift(e)):H(t.value)?((n=D({},t)).value=n.value.slice(),t.value.unshift(e)):n=t,y.push(n)})),t.data=y}var v=this.defaultValueDimensions,m=[{name:c,type:C_(p),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:h,type:C_(f),dimsDef:v.slice()}];return VT(this,{coordDimensions:m,dimensionsCount:v.length+1,encodeDefaulter:W(wf,m,this)})},t.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},t}(),yN=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],e.visualDrawType="stroke",e}return e(n,t),n.type="series.boxplot",n.dependencies=["xAxis","yAxis","grid"],n.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:Qp.color.neutral00,borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:Qp.color.shadow}},animationDuration:800},n}(Fy);O(yN,gN,!0);var vN=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){var i=t.getData(),r=this.group,o=this._data;this._data||r.removeAll();var a="horizontal"===t.get("layout")?1:0;i.diff(o).add((function(t){if(i.hasValue(t)){var e=_N(i.getItemLayout(t),i,t,a,!0);i.setItemGraphicEl(t,e),r.add(e)}})).update((function(t,e){var n=o.getItemGraphicEl(e);if(i.hasValue(t)){var s=i.getItemLayout(t);n?(oh(n),bN(s,n,i,t)):n=_N(s,i,t,a),r.add(n),i.setItemGraphicEl(t,n)}else r.remove(n)})).remove((function(t){var e=o.getItemGraphicEl(t);e&&r.remove(e)})).execute(),this._data=i},n.prototype.remove=function(t){var e=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl((function(t){t&&e.remove(t)}))},n.type="boxplot",n}(Qy),mN=function(){},xN=function(t){function n(e){var n=t.call(this,e)||this;return n.type="boxplotBoxPath",n}return e(n,t),n.prototype.getDefaultShape=function(){return new mN},n.prototype.buildPath=function(t,e){var n=e.points,i=0;for(t.moveTo(n[i][0],n[i][1]),i++;i<4;i++)t.lineTo(n[i][0],n[i][1]);for(t.closePath();ig){var _=[v,x];i.push(_)}}}return{boxData:n,outliers:i}}(e.getRawData(),t.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:i.boxData},{data:i.outliers}]}};var TN=["itemStyle","borderColor"],CN=["itemStyle","borderColor0"],DN=["itemStyle","borderColorDoji"],AN=["itemStyle","color"],kN=["itemStyle","color0"];function LN(t,e){return e.get(t>0?AN:kN)}function PN(t,e){return e.get(0===t?DN:t>0?TN:CN)}var ON={seriesType:"candlestick",plan:Ky(),performRawSeries:!0,reset:function(t,e){if(!e.isSeriesFiltered(t))return!t.pipelineContext.large&&{progress:function(t,e){for(var n;null!=(n=t.next());){var i=e.getItemModel(n),r=e.getItemLayout(n).sign,o=i.getItemStyle();o.fill=LN(r,i),o.stroke=PN(r,i)||o.fill,D(e.ensureUniqueItemVisual(n,"style"),o)}}}}},RN=["color","borderColor"],NN=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(t),this._isLargeDraw?this._renderLarge(t):this._renderNormal(t)},n.prototype.incrementalPrepareRender=function(t,e,n){this._clear(),this._updateDrawMode(t)},n.prototype.incrementalRender=function(t,e,n,i){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(t,e):this._incrementalRenderNormal(t,e)},n.prototype.eachRendered=function(t){Eh(this._progressiveEls||this.group,t)},n.prototype._updateDrawMode=function(t){var e=t.pipelineContext.large;null!=this._isLargeDraw&&e===this._isLargeDraw||(this._isLargeDraw=e,this._clear())},n.prototype._renderNormal=function(t){var e=t.getData(),n=this._data,i=this.group,r=e.getLayout("isSimpleBox"),o=t.get("clip",!0),a=t.coordinateSystem,s=a.getArea&&a.getArea();this._data||i.removeAll(),e.diff(n).add((function(n){if(e.hasValue(n)){var a=e.getItemLayout(n);if(o&&VN(s,a))return;var l=BN(a,n,!0);th(l,{shape:{points:a.ends}},t,n),GN(l,e,n,r),i.add(l),e.setItemGraphicEl(n,l)}})).update((function(a,l){var u=n.getItemGraphicEl(l);if(e.hasValue(a)){var c=e.getItemLayout(a);o&&VN(s,c)?i.remove(u):(u?(Qc(u,{shape:{points:c.ends}},t,a),oh(u)):u=BN(c),GN(u,e,a,r),i.add(u),e.setItemGraphicEl(a,u))}else i.remove(u)})).remove((function(t){var e=n.getItemGraphicEl(t);e&&i.remove(e)})).execute(),this._data=e},n.prototype._renderLarge=function(t){this._clear(),UN(t,this.group);var e=t.get("clip",!0)?zI(t.coordinateSystem,!1,t):null;e?this.group.setClipPath(e):this.group.removeClipPath()},n.prototype._incrementalRenderNormal=function(t,e){for(var n,i=e.getData(),r=i.getLayout("isSimpleBox");null!=(n=t.next());){var o=BN(i.getItemLayout(n));GN(o,i,n,r),o.incremental=!0,this.group.add(o),this._progressiveEls.push(o)}},n.prototype._incrementalRenderLarge=function(t,e){UN(e,this.group,this._progressiveEls,!0)},n.prototype.remove=function(t){this._clear()},n.prototype._clear=function(){this.group.removeAll(),this._data=null},n.type="candlestick",n}(Qy),zN=function(){},EN=function(t){function n(e){var n=t.call(this,e)||this;return n.type="normalCandlestickBox",n}return e(n,t),n.prototype.getDefaultShape=function(){return new zN},n.prototype.buildPath=function(t,e){var n=e.points;this.__simpleBox?(t.moveTo(n[4][0],n[4][1]),t.lineTo(n[6][0],n[6][1])):(t.moveTo(n[0][0],n[0][1]),t.lineTo(n[1][0],n[1][1]),t.lineTo(n[2][0],n[2][1]),t.lineTo(n[3][0],n[3][1]),t.closePath(),t.moveTo(n[4][0],n[4][1]),t.lineTo(n[5][0],n[5][1]),t.moveTo(n[6][0],n[6][1]),t.lineTo(n[7][0],n[7][1]))},n}(al);function BN(t,e,n){var i=t.ends;return new EN({shape:{points:n?FN(i,t):i},z2:100})}function VN(t,e){for(var n=!0,i=0;ip?x[1]:m[1],ends:w,brushRect:T(f,g,h)})}function M(t,n){var i=[];return i[0]=n,i[1]=t,isNaN(n)||isNaN(t)?[NaN,NaN]:e.dataToPoint(i)}function I(t,e,n){var r=e.slice(),o=e.slice();r[0]=_h(r[0]+i/2,1,!1),o[0]=_h(o[0]-i/2,1,!0),n?t.push(r,o):t.push(o,r)}function T(t,e,n){var r=M(t,n),o=M(e,n);return r[0]-=i/2,o[0]-=i/2,{x:r[0],y:r[1],width:i,height:o[1]-r[1]}}function C(t){return t[0]=_h(t[0],1),t}}}}};function qN(t,e,n,i,r,o){return n>i?-1:n0?t.get(r,e-1)<=i?1:-1:1}function KN(t,e){var n=e.rippleEffectColor||e.color;t.eachChild((function(t){t.attr({z:e.z,zlevel:e.zlevel,style:{stroke:"stroke"===e.brushType?n:null,fill:"fill"===e.brushType?n:null}})}))}var $N=function(t){function n(e,n){var i=t.call(this)||this,r=new mI(e,n),o=new Qr;return i.add(r),i.add(o),i.updateData(e,n),i}return e(n,t),n.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},n.prototype.startEffectAnimation=function(t){for(var e=t.symbolType,n=t.color,i=t.rippleNumber,r=this.childAt(1),o=0;o0&&(o=this._getLineLength(i)/l*1e3),o!==this._period||a!==this._loop||s!==this._roundTrip){i.stopAnimation();var c=void 0;c=U(u)?u(n):u,i.__t>0&&(c=-o*i.__t),this._animateSymbol(i,o,c,a,s)}this._period=o,this._loop=a,this._roundTrip=s}},n.prototype._animateSymbol=function(t,e,n,i,r){if(e>0){t.__t=0;var o=this,a=t.animate("",i).when(r?2*e:e,{__t:r?2:1}).delay(n).during((function(){o._updateSymbolPosition(t)}));i||a.done((function(){o.remove(t)})),a.start()}},n.prototype._getLineLength=function(t){return Bt(t.__p1,t.__cp1)+Bt(t.__cp1,t.__p2)},n.prototype._updateAnimationPoints=function(t,e){t.__p1=e[0],t.__p2=e[1],t.__cp1=e[2]||[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]},n.prototype.updateData=function(t,e,n){this.childAt(0).updateData(t,e,n),this._updateEffectSymbol(t,e)},n.prototype._updateSymbolPosition=function(t){var e=t.__p1,n=t.__p2,i=t.__cp1,r=t.__t<1?t.__t:2-t.__t,o=[t.x,t.y],a=o.slice(),s=Rn,l=Nn;o[0]=s(e[0],i[0],n[0],r),o[1]=s(e[1],i[1],n[1],r);var u=t.__t<1?l(e[0],i[0],n[0],r):l(n[0],i[0],e[0],1-r),c=t.__t<1?l(e[1],i[1],n[1],r):l(n[1],i[1],e[1],1-r);t.rotation=-Math.atan2(c,u)-Math.PI/2,"line"!==this._symbolType&&"rect"!==this._symbolType&&"roundRect"!==this._symbolType||(void 0!==t.__lastT&&t.__lastT=0&&!(i[o]<=e);o--);o=Math.min(o,r-2)}else{for(o=a;oe);o++);o=Math.min(o-1,r-2)}var s=(e-i[o])/(i[o+1]-i[o]),l=n[o],u=n[o+1];t.x=l[0]*(1-s)+s*u[0],t.y=l[1]*(1-s)+s*u[1];var c=t.__t<1?u[0]-l[0]:l[0]-u[0],h=t.__t<1?u[1]-l[1]:l[1]-u[1];t.rotation=-Math.atan2(h,c)-Math.PI/2,this._lastFrame=o,this._lastFramePercent=e,t.ignore=!1}},n}(tz),iz=function(){this.polyline=!1,this.curveness=0,this.segs=[]},rz=function(t){function n(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return e(n,t),n.prototype.reset=function(){this.notClear=!1,this._off=0},n.prototype.getDefaultStyle=function(){return{stroke:Qp.color.neutral99,fill:null}},n.prototype.getDefaultShape=function(){return new iz},n.prototype.buildPath=function(t,e){var n,i=e.segs,r=e.curveness;if(e.polyline)for(n=this._off;n0){t.moveTo(i[n++],i[n++]);for(var a=1;a0){var h=(s+u)/2-(l-c)*r,d=(l+c)/2-(u-s)*r;t.quadraticCurveTo(h,d,u,c)}else t.lineTo(u,c)}this.incremental&&(this._off=n,this.notClear=!0)},n.prototype.findDataIndex=function(t,e){var n=this.shape,i=n.segs,r=n.curveness,o=this.style.lineWidth;if(n.polyline)for(var a=0,s=0;s0)for(var u=i[s++],c=i[s++],h=1;h0){if(Hs(u,c,(u+d)/2-(c-p)*r,(c+p)/2-(d-u)*r,d,p,o,t,e))return a}else if(Fs(u,c,d,p,o,t,e))return a;a++}return-1},n.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return t=n[0],e=n[1],i.contain(t,e)?(this.hoverDataIdx=this.findDataIndex(t,e))>=0:(this.hoverDataIdx=-1,!1)},n.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape.segs,n=1/0,i=1/0,r=-1/0,o=-1/0,a=0;a0&&(o.dataIndex=n+t.__startIndex)}))},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),az={seriesType:"lines",plan:Ky(),reset:function(t){var e=t.coordinateSystem;if(e){var n=t.get("polyline"),i=t.pipelineContext.large;return{progress:function(r,o){var a=[];if(i){var s=void 0,l=r.end-r.start;if(n){for(var u=0,c=r.start;c0&&(l||s.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(a/10+.9,1),0)})),r.updateData(i);var u=t.get("clip",!0)&&zI(t.coordinateSystem,!1,t);u?this.group.setClipPath(u):this.group.removeClipPath(),this._lastZlevel=o,this._finished=!0},n.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData();this._updateLineDraw(i,t).incrementalPrepareUpdate(i),this._clearLayer(n),this._finished=!1},n.prototype.incrementalRender=function(t,e,n){this._lineDraw.incrementalUpdate(t,e.getData()),this._finished=t.end===e.getData().count()},n.prototype.eachRendered=function(t){this._lineDraw&&this._lineDraw.eachRendered(t)},n.prototype.updateTransform=function(t,e,n){var i=t.getData(),r=t.pipelineContext;if(!this._finished||r.large||r.progressiveRender)return{update:!0};var o=az.reset(t,e,n);o.progress&&o.progress({start:0,end:i.count(),count:i.count()},i),this._lineDraw.updateLayout(),this._clearLayer(n)},n.prototype._updateLineDraw=function(t,e){var n=this._lineDraw,i=this._showEffect(e),r=!!e.get("polyline"),o=e.pipelineContext.large;return n&&i===this._hasEffet&&r===this._isPolyline&&o===this._isLargeDraw||(n&&n.remove(),n=this._lineDraw=o?new oz:new VP(r?i?nz:ez:i?tz:BP),this._hasEffet=i,this._isPolyline=r,this._isLargeDraw=o),this.group.add(n.group),n},n.prototype._showEffect=function(t){return!!t.get(["effect","show"])},n.prototype._clearLayer=function(t){var e=t.getZr();"svg"===e.painter.getType()||null==this._lastZlevel||e.painter.getLayer(this._lastZlevel).clear(!0)},n.prototype.remove=function(t,e){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(e)},n.prototype.dispose=function(t,e){this.remove(t,e)},n.type="lines",n}(Qy),lz="undefined"==typeof Uint32Array?Array:Uint32Array,uz="undefined"==typeof Float64Array?Array:Float64Array;function cz(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=z(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),C([e,t[0],t[1]])})))}var hz=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.visualStyleAccessPath="lineStyle",e.visualDrawType="stroke",e}return e(n,t),n.prototype.init=function(e){e.data=e.data||[],cz(e);var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count)),t.prototype.init.apply(this,arguments)},n.prototype.mergeOption=function(e){if(cz(e),e.data){var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count))}t.prototype.mergeOption.apply(this,arguments)},n.prototype.appendData=function(t){var e=this._processFlatCoordsArray(t.data);e.flatCoords&&(this._flatCoords?(this._flatCoords=yt(this._flatCoords,e.flatCoords),this._flatCoordsOffset=yt(this._flatCoordsOffset,e.flatCoordsOffset)):(this._flatCoords=e.flatCoords,this._flatCoordsOffset=e.flatCoordsOffset),t.data=new Float32Array(e.count)),this.getRawData().appendData(t.data)},n.prototype._getCoordsFromItemModel=function(t){var e=this.getData().getItemModel(t),n=e.option instanceof Array?e.option:e.getShallow("coords");return n},n.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[2*t+1]:this._getCoordsFromItemModel(t).length},n.prototype.getLineCoords=function(t,e){if(this._flatCoordsOffset){for(var n=this._flatCoordsOffset[2*t],i=this._flatCoordsOffset[2*t+1],r=0;r ")})},n.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},n.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?1e4:this.get("progressive"):t},n.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?2e4:this.get("progressiveThreshold"):t},n.prototype.getZLevelKey=function(){var t=this.getModel("effect"),e=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&e>0?e+"":""},n.type="series.lines",n.dependencies=["grid","polar","geo","calendar"],n.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},n}(Fy);function dz(t){return t instanceof Array||(t=[t,t]),t}var pz={seriesType:"lines",reset:function(t){var e=dz(t.get("symbol")),n=dz(t.get("symbolSize")),i=t.getData();return i.setVisual("fromSymbol",e&&e[0]),i.setVisual("toSymbol",e&&e[1]),i.setVisual("fromSymbolSize",n&&n[0]),i.setVisual("toSymbolSize",n&&n[1]),{dataEach:i.hasItemOption?function(t,e){var n=t.getItemModel(e),i=dz(n.getShallow("symbol",!0)),r=dz(n.getShallow("symbolSize",!0));i[0]&&t.setItemVisual(e,"fromSymbol",i[0]),i[1]&&t.setItemVisual(e,"toSymbol",i[1]),r[0]&&t.setItemVisual(e,"fromSymbolSize",r[0]),r[1]&&t.setItemVisual(e,"toSymbolSize",r[1])}:null}}};var fz=function(){function t(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=u.createCanvas();this.canvas=t}return t.prototype.update=function(t,e,n,i,r,o){var a=this._getBrush(),s=this._getGradient(r,"inRange"),l=this._getGradient(r,"outOfRange"),u=this.pointSize+this.blurSize,c=this.canvas,h=c.getContext("2d"),d=t.length;c.width=e,c.height=n;for(var p=0;p0){var I=o(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 h.putImageData(m,0,0),c},t.prototype._getBrush=function(){var t=this._brushCanvas||(this._brushCanvas=u.createCanvas()),e=this.pointSize+this.blurSize,n=2*e;t.width=n,t.height=n;var i=t.getContext("2d");return i.clearRect(0,0,n,n),i.shadowOffsetX=n,i.shadowBlur=this.blurSize,i.shadowColor=Qp.color.neutral99,i.beginPath(),i.arc(-e,e,this.pointSize,0,2*Math.PI,!0),i.closePath(),i.fill(),t},t.prototype._getGradient=function(t,e){for(var n=this._gradientPixels,i=n[e]||(n[e]=new Uint8ClampedArray(1024)),r=[0,0,0,0],o=0,a=0;a<256;a++)t[e](a/255,!0,r),i[o++]=r[0],i[o++]=r[1],i[o++]=r[2],i[o++]=r[3];return i},t}();function gz(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}var yz=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){var i;e.eachComponent("visualMap",(function(e){e.eachTargetSeries((function(n){n===t&&(i=e)}))})),this._progressiveEls=null,this.group.removeAll();var r=t.coordinateSystem;"cartesian2d"===r.type||"calendar"===r.type||"matrix"===r.type?this._renderOnGridLike(t,n,0,t.getData().count()):gz(r)&&this._renderOnGeo(r,t,i,n)},n.prototype.incrementalPrepareRender=function(t,e,n){this.group.removeAll()},n.prototype.incrementalRender=function(t,e,n,i){var r=e.coordinateSystem;r&&(gz(r)?this.render(e,n,i):(this._progressiveEls=[],this._renderOnGridLike(e,i,t.start,t.end,!0)))},n.prototype.eachRendered=function(t){Eh(this._progressiveEls||this.group,t)},n.prototype._renderOnGridLike=function(t,e,n,i,r){var o,a,s,l,u=t.coordinateSystem,c=EI(u,"cartesian2d"),h=EI(u,"matrix");if(c){var d=u.getAxis("x"),p=u.getAxis("y");0,o=d.getBandWidth()+.5,a=p.getBandWidth()+.5,s=d.scale.getExtent(),l=p.scale.getExtent()}for(var f=this.group,g=t.getData(),y=t.getModel(["emphasis","itemStyle"]).getItemStyle(),v=t.getModel(["blur","itemStyle"]).getItemStyle(),m=t.getModel(["select","itemStyle"]).getItemStyle(),x=t.get(["itemStyle","borderRadius"]),_=$h(t),b=t.getModel("emphasis"),w=b.get("focus"),S=b.get("blurScope"),M=b.get("disabled"),I=c||h?[g.mapDimension("x"),g.mapDimension("y"),g.mapDimension("value")]:[g.mapDimension("time"),g.mapDimension("value")],T=n;Ts[1]||kl[1])continue;var L=u.dataToPoint([A,k]);C=new ml({shape:{x:L[0]-o/2,y:L[1]-a/2,width:o,height:a},style:D})}else if(h){if(et((P=u.dataToLayout([g.get(I[0],T),g.get(I[1],T)]).rect).x))continue;C=new ml({z2:1,shape:P,style:D})}else{if(isNaN(g.get(I[1],T)))continue;var P,O=u.dataToLayout([g.get(I[0],T)]);if(et((P=O.contentRect||O.rect).x)||et(P.y))continue;C=new ml({z2:1,shape:P,style:D})}if(g.hasItemOption){var R=g.getItemModel(T),N=R.getModel("emphasis");y=N.getModel("itemStyle").getItemStyle(),v=R.getModel(["blur","itemStyle"]).getItemStyle(),m=R.getModel(["select","itemStyle"]).getItemStyle(),x=R.get(["itemStyle","borderRadius"]),w=N.get("focus"),S=N.get("blurScope"),M=N.get("disabled"),_=$h(R)}C.shape.r=x;var z=t.getRawValue(T),E="-";z&&null!=z[2]&&(E=z[2]+""),Kh(C,_,{labelFetcher:t,labelDataIndex:T,defaultOpacity:D.opacity,defaultText:E}),C.ensureState("emphasis").style=y,C.ensureState("blur").style=v,C.ensureState("select").style=m,Iu(C,w,S,M),C.incremental=r,r&&(C.states.emphasis.hoverLayer=!0),f.add(C),g.setItemGraphicEl(T,C),this._progressiveEls&&this._progressiveEls.push(C)}},n.prototype._renderOnGeo=function(t,e,n,i){var r=n.targetVisuals.inRange,o=n.targetVisuals.outOfRange,a=e.getData(),s=this._hmLayer||this._hmLayer||new fz;s.blurSize=e.get("blurSize"),s.pointSize=e.get("pointSize"),s.minOpacity=e.get("minOpacity"),s.maxOpacity=e.get("maxOpacity");var l=t.getViewRect().clone(),u=t.getRoamTransform();l.applyTransform(u);var c=Math.max(l.x,0),h=Math.max(l.y,0),d=Math.min(l.width+l.x,i.getWidth()),p=Math.min(l.height+l.y,i.getHeight()),f=d-c,g=p-h,y=[a.mapDimension("lng"),a.mapDimension("lat"),a.mapDimension("value")],v=a.mapArray(y,(function(e,n,i){var r=t.dataToPoint([e,n]);return r[0]-=c,r[1]-=h,r.push(i),r})),m=n.getExtent(),x="visualMap.continuous"===n.type?function(t,e){var n=t[1]-t[0];return e=[(e[0]-t[0])/n,(e[1]-t[0])/n],function(t){return t>=e[0]&&t<=e[1]}}(m,n.option.range):function(t,e,n){var i=t[1]-t[0],r=(e=z(e,(function(e){return{interval:[(e.interval[0]-t[0])/i,(e.interval[1]-t[0])/i]}}))).length,o=0;return function(t){var i;for(i=o;i=0;i--){var a;if((a=e[i].interval)[0]<=t&&t<=a[1]){o=i;break}}return i>=0&&i=0?1:-1:o>0?1:-1}(n,o,r,i,h),function(t,e,n,i,r,o,a,s,l,u){var c,h=l.valueDim,d=l.categoryDim,p=Math.abs(n[d.wh]),f=t.getItemVisual(e,"symbolSize");c=H(f)?f.slice():null==f?["100%","100%"]:[f,f];c[d.index]=go(c[d.index],p),c[h.index]=go(c[h.index],i?p:Math.abs(o)),u.symbolSize=c;var g=u.symbolScale=[c[0]/s,c[1]/s];g[h.index]*=(l.isHorizontal?-1:1)*a}(t,e,r,o,0,h.boundingLength,h.pxSign,u,i,h),function(t,e,n,i,r){var o=t.get(mz)||0;o&&(_z.attr({scaleX:e[0],scaleY:e[1],rotation:n}),_z.updateTransform(),o/=_z.getLineScale(),o*=e[i.valueDim.index]);r.valueLineWidth=o||0}(n,h.symbolScale,l,i,h);var d=h.symbolSize,p=dm(n.get("symbolOffset"),d);return function(t,e,n,i,r,o,a,s,l,u,c,h){var d=c.categoryDim,p=c.valueDim,f=h.pxSign,g=Math.max(e[p.index]+s,0),y=g;if(i){var v=Math.abs(l),m=nt(t.get("symbolMargin"),"15%")+"",x=!1;m.lastIndexOf("!")===m.length-1&&(x=!0,m=m.slice(0,m.length-1));var _=go(m,e[p.index]),b=Math.max(g+2*_,0),w=x?0:2*_,S=No(i),M=S?i:Bz((v+w)/b);b=g+2*(_=(v-M*g)/2/(x?M:Math.max(M-1,1))),w=x?0:2*_,S||"fixed"===i||(M=u?Bz((Math.abs(u)+w)/b):0),y=M*b-w,h.repeatTimes=M,h.symbolMargin=_}var I=f*(y/2),T=h.pathPosition=[];T[d.index]=n[d.wh]/2,T[p.index]="start"===a?I:"end"===a?l-I:l/2,o&&(T[0]+=o[0],T[1]+=o[1]);var C=h.bundlePosition=[];C[d.index]=n[d.xy],C[p.index]=n[p.xy];var A=h.barRectShape=D({},n);A[p.wh]=f*Math.max(Math.abs(n[p.wh]),Math.abs(T[p.index]+I)),A[d.wh]=n[d.wh];var k=h.clipShape={};k[d.xy]=-n[d.xy],k[d.wh]=c.ecSize[d.wh],k[p.xy]=0,k[p.wh]=n[p.wh]}(n,d,r,o,0,p,s,h.valueLineWidth,h.boundingLength,h.repeatCutLength,i,h),h}function Sz(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function Mz(t){var e=t.symbolPatternSize,n=cm(t.symbolType,-e/2,-e/2,e,e);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function Iz(t,e,n,i){var r=t.__pictorialBundle,o=n.symbolSize,a=n.valueLineWidth,s=n.pathPosition,l=e.valueDim,u=n.repeatTimes||0,c=0,h=o[e.valueDim.index]+a+2*n.symbolMargin;for(Nz(t,(function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=u,c0:i<0)&&(r=u-1-t),e[l.index]=h*(r-u/2+.5)+s[l.index],{x:e[0],y:e[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation}}}function Tz(t,e,n,i){var r=t.__pictorialBundle,o=t.__pictorialMainPath;o?zz(o,null,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation},n,i):(o=t.__pictorialMainPath=Mz(n),r.add(o),zz(o,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:0,scaleY:0,rotation:n.rotation},{scaleX:n.symbolScale[0],scaleY:n.symbolScale[1]},n,i))}function Cz(t,e,n){var i=D({},e.barRectShape),r=t.__pictorialBarRect;r?zz(r,null,{shape:i},e,n):((r=t.__pictorialBarRect=new ml({z2:2,shape:i,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}})).disableMorphing=!0,t.add(r))}function Dz(t,e,n,i){if(n.symbolClip){var r=t.__pictorialClipPath,o=D({},n.clipShape),a=e.valueDim,s=n.animationModel,l=n.dataIndex;if(r)Qc(r,{shape:o},s,l);else{o[a.wh]=0,r=new ml({shape:o}),t.__pictorialBundle.setClipPath(r),t.__pictorialClipPath=r;var u={};u[a.wh]=n.clipShape[a.wh],Xh[i?"updateProps":"initProps"](r,{shape:u},s,l)}}}function Az(t,e){var n=t.getItemModel(e);return n.getAnimationDelayParams=kz,n.isAnimationEnabled=Lz,n}function kz(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function Lz(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function Pz(t,e,n,i){var r=new Qr,o=new Qr;return r.add(o),r.__pictorialBundle=o,o.x=n.bundlePosition[0],o.y=n.bundlePosition[1],n.symbolRepeat?Iz(r,e,n):Tz(r,0,n),Cz(r,n,i),Dz(r,e,n,i),r.__pictorialShapeStr=Rz(t,n),r.__pictorialSymbolMeta=n,r}function Oz(t,e,n,i){var r=i.__pictorialBarRect;r&&r.removeTextContent();var o=[];Nz(i,(function(t){o.push(t)})),i.__pictorialMainPath&&o.push(i.__pictorialMainPath),i.__pictorialClipPath&&(n=null),N(o,(function(t){nh(t,{scaleX:0,scaleY:0},n,e,(function(){i.parent&&i.parent.remove(i)}))})),t.setItemGraphicEl(e,null)}function Rz(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function Nz(t,e,n){N(t.__pictorialBundle.children(),(function(i){i!==t.__pictorialBarRect&&e.call(n,i)}))}function zz(t,e,n,i,r,o){e&&t.attr(e),i.symbolClip&&!r?n&&t.attr(n):n&&Xh[r?"updateProps":"initProps"](t,n,i.animationModel,i.dataIndex,o)}function Ez(t,e,n){var i=n.dataIndex,r=n.itemModel,o=r.getModel("emphasis"),a=o.getModel("itemStyle").getItemStyle(),s=r.getModel(["blur","itemStyle"]).getItemStyle(),l=r.getModel(["select","itemStyle"]).getItemStyle(),u=r.getShallow("cursor"),c=o.get("focus"),h=o.get("blurScope"),d=o.get("scale");Nz(t,(function(t){if(t instanceof hl){var e=t.style;t.useStyle(D({image:e.image,x:e.x,y:e.y,width:e.width,height:e.height},n.style))}else t.useStyle(n.style);var i=t.ensureState("emphasis");i.style=a,d&&(i.scaleX=1.1*t.scaleX,i.scaleY=1.1*t.scaleY),t.ensureState("blur").style=s,t.ensureState("select").style=l,u&&(t.cursor=u),t.z2=n.z2}));var p=e.valueDim.posDesc[+(n.boundingLength>0)],f=t.__pictorialBarRect;f.ignoreClip=!0,Kh(f,$h(r),{labelFetcher:e.seriesModel,labelDataIndex:i,defaultText:yI(e.seriesModel.getData(),i),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:p}),Iu(t,c,h,o.get("disabled"))}function Bz(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}var Vz=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.hasSymbolVisual=!0,e.defaultSymbol="roundRect",e}return e(n,t),n.prototype.getInitialData=function(e){return e.stack=null,t.prototype.getInitialData.apply(this,arguments)},n.type="series.pictorialBar",n.dependencies=["grid"],n.defaultOption=Md(QI.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",clip:!1,progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:Qp.color.primary}}}),n}(QI);var Gz=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e._layers=[],e}return e(n,t),n.prototype.render=function(t,e,n){var i=t.getData(),r=this,o=this.group,a=t.getLayerSeries(),s=i.getLayout("layoutInfo"),l=s.rect,u=s.boundaryGap;function c(t){return t.name}o.x=0,o.y=l.y+u[0];var h=new M_(this._layersSeries||[],a,c,c),d=[];function p(e,n,s){var l=r._layers;if("remove"!==e){for(var u,c,h=[],p=[],f=a[n].indices,g=0;go&&(o=s),i.push(s)}for(var u=0;uo&&(o=h)}return{y0:r,max:o}}(l),c=u.y0,h=n/u.max,d=o.length,p=o[0].indices.length,f=0;fI&&!To(C-I)&&C0?(r.virtualPiece?r.virtualPiece.updateData(!1,i,t,e,n):(r.virtualPiece=new Uz(i,t,e,n),l.add(r.virtualPiece)),o.piece.off("click"),r.virtualPiece.on("click",(function(t){r._rootToNode(o.parentNode)}))):r.virtualPiece&&(l.remove(r.virtualPiece),r.virtualPiece=null)}(a,s),this._initEvents(),this._oldChildren=c},n.prototype._initEvents=function(){var t=this;this.group.off("click"),this.group.on("click",(function(e){var n=!1;t.seriesModel.getViewRoot().eachNode((function(i){if(!n&&i.piece&&i.piece===e.target){var r=i.getModel().get("nodeClick");if("rootToNode"===r)t._rootToNode(i);else if("link"===r){var o=i.getModel(),a=o.get("link");if(a)wp(a,o.get("target",!0)||"_blank")}n=!0}}))}))},n.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:Yz,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},n.prototype.containPoint=function(t,e){var n=e.getData().getItemLayout(0);if(n){var i=t[0]-n.cx,r=t[1]-n.cy,o=Math.sqrt(i*i+r*r);return o<=n.r&&o>=n.r0}},n.type="sunburst",n}(Qy),jz=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.ignoreStyleOnData=!0,e}return e(n,t),n.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};qz(n);var i=this._levelModels=z(t.levels||[],(function(t){return new bd(t,this,e)}),this),r=$k.createTree(n,this,(function(t){t.wrapMethod("getItemModel",(function(t,e){var n=r.getNodeByDataIndex(e),o=i[n.depth];return o&&(t.parentModel=o),t}))}));return r.data},n.prototype.optionUpdated=function(){this.resetViewRoot()},n.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treePathInfo=eL(i,this),n},n.prototype.getLevelModel=function(t){return this._levelModels&&this._levelModels[t.depth]},n.prototype.getViewRoot=function(){return this._viewRoot},n.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},n.prototype.enableAriaDecal=function(){sL(this)},n.type="series.sunburst",n.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},n}(Fy);function qz(t){var e=0;N(t.children,(function(t){qz(t);var n=t.value;H(n)&&(n=n[0]),e+=n}));var n=t.value;H(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),H(t.value)?t.value[0]=n:t.value=n}var Kz=Math.PI/180;function $z(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.get("center"),i=t.get("radius");H(i)||(i=[0,i]),H(e)||(e=[e,e]);var r=n.getWidth(),o=n.getHeight(),a=Math.min(r,o),s=go(e[0],r),l=go(e[1],o),u=go(i[0],a/2),c=go(i[1],a/2),h=-t.get("startAngle")*Kz,d=t.get("minAngle")*Kz,p=t.getData().tree.root,f=t.getViewRoot(),g=f.depth,y=t.get("sort");null!=y&&Jz(f,y);var v=0;N(f.children,(function(t){!isNaN(t.getValue())&&v++}));var m=f.getValue(),x=Math.PI/(m||v)*2,_=f.depth>0,b=f.height-(_?-1:1),w=(c-u)/(b||1),S=t.get("clockwise"),M=t.get("stillShowZeroSum"),I=S?1:-1,T=function(e,n){if(e){var i=n;if(e!==p){var r=e.getValue(),o=0===m&&M?x:r*x;o1;)r=r.parentNode;var o=n.getColorFromPalette(r.name||r.dataIndex+"",e);return t.depth>1&&Y(o)&&(o=ai(o,(t.depth-1)/(i-1)*.5)),o}(r,t,i.root.height)),D(n.ensureUniqueItemVisual(r.dataIndex,"style"),o)}))}))}var tE={color:"fill",borderColor:"stroke"},eE={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},nE=aa(),iE=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},n.prototype.getInitialData=function(t,e){return ib(null,this)},n.prototype.getDataParams=function(e,n,i){var r=t.prototype.getDataParams.call(this,e,n);return i&&(r.info=nE(i).info),r},n.type="series.custom",n.dependencies=["grid","polar","geo","singleAxis","calendar","matrix"],n.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},n}(Fy);function rE(t,e){return e=e||[0,0],z(["x","y"],(function(n,i){var r=this.getAxis(n),o=e[i],a=t[i]/2;return"category"===r.type?r.getBandWidth():Math.abs(r.dataToCoord(o-a)-r.dataToCoord(o+a))}),this)}function oE(t,e){return e=e||[0,0],z([0,1],(function(n){var i=e[n],r=t[n]/2,o=[],a=[];return o[n]=i-r,a[n]=i+r,o[1-n]=a[1-n]=e[1-n],Math.abs(this.dataToPoint(o)[n]-this.dataToPoint(a)[n])}),this)}function aE(t,e){var n=this.getAxis(),i=e instanceof Array?e[0]:e,r=(t instanceof Array?t[0]:t)/2;return"category"===n.type?n.getBandWidth():Math.abs(n.dataToCoord(i-r)-n.dataToCoord(i+r))}function sE(t,e){return e=e||[0,0],z(["Radius","Angle"],(function(n,i){var r=this["get"+n+"Axis"](),o=e[i],a=t[i]/2,s="category"===r.type?r.getBandWidth():Math.abs(r.dataToCoord(o-a)-r.dataToCoord(o+a));return"Angle"===n&&(s=s*Math.PI/180),s}),this)}function lE(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||xt(t,"text")))}function uE(t,e,n){var i,r,o,a=t;if("text"===e)o=a;else{o={},xt(a,"text")&&(o.text=a.text),xt(a,"rich")&&(o.rich=a.rich),xt(a,"textFill")&&(o.fill=a.textFill),xt(a,"textStroke")&&(o.stroke=a.textStroke),xt(a,"fontFamily")&&(o.fontFamily=a.fontFamily),xt(a,"fontSize")&&(o.fontSize=a.fontSize),xt(a,"fontStyle")&&(o.fontStyle=a.fontStyle),xt(a,"fontWeight")&&(o.fontWeight=a.fontWeight),r={type:"text",style:o,silent:!0},i={};var s=xt(a,"textPosition");n?i.position=s?a.textPosition:"inside":s&&(i.position=a.textPosition),xt(a,"textPosition")&&(i.position=a.textPosition),xt(a,"textOffset")&&(i.offset=a.textOffset),xt(a,"textRotation")&&(i.rotation=a.textRotation),xt(a,"textDistance")&&(i.distance=a.textDistance)}return cE(o,t),N(o.rich,(function(t){cE(t,t)})),{textConfig:i,textContent:r}}function cE(t,e){e&&(e.font=e.textFont||e.font,xt(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),xt(e,"textAlign")&&(t.align=e.textAlign),xt(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),xt(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),xt(e,"textWidth")&&(t.width=e.textWidth),xt(e,"textHeight")&&(t.height=e.textHeight),xt(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),xt(e,"textPadding")&&(t.padding=e.textPadding),xt(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),xt(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),xt(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),xt(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),xt(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),xt(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),xt(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function hE(t,e,n){var i=t;i.textPosition=i.textPosition||n.position||"inside",null!=n.offset&&(i.textOffset=n.offset),null!=n.rotation&&(i.textRotation=n.rotation),null!=n.distance&&(i.textDistance=n.distance);var r=i.textPosition.indexOf("inside")>=0,o=t.fill||Qp.color.neutral99;dE(i,e);var a=null==i.textFill;return r?a&&(i.textFill=n.insideFill||Qp.color.neutral00,!i.textStroke&&n.insideStroke&&(i.textStroke=n.insideStroke),!i.textStroke&&(i.textStroke=o),null==i.textStrokeWidth&&(i.textStrokeWidth=2)):(a&&(i.textFill=t.fill||n.outsideFill||Qp.color.neutral00),!i.textStroke&&n.outsideStroke&&(i.textStroke=n.outsideStroke)),i.text=e.text,i.rich=e.rich,N(e.rich,(function(t){dE(t,t)})),i}function dE(t,e){e&&(xt(e,"fill")&&(t.textFill=e.fill),xt(e,"stroke")&&(t.textStroke=e.fill),xt(e,"lineWidth")&&(t.textStrokeWidth=e.lineWidth),xt(e,"font")&&(t.font=e.font),xt(e,"fontStyle")&&(t.fontStyle=e.fontStyle),xt(e,"fontWeight")&&(t.fontWeight=e.fontWeight),xt(e,"fontSize")&&(t.fontSize=e.fontSize),xt(e,"fontFamily")&&(t.fontFamily=e.fontFamily),xt(e,"align")&&(t.textAlign=e.align),xt(e,"verticalAlign")&&(t.textVerticalAlign=e.verticalAlign),xt(e,"lineHeight")&&(t.textLineHeight=e.lineHeight),xt(e,"width")&&(t.textWidth=e.width),xt(e,"height")&&(t.textHeight=e.height),xt(e,"backgroundColor")&&(t.textBackgroundColor=e.backgroundColor),xt(e,"padding")&&(t.textPadding=e.padding),xt(e,"borderColor")&&(t.textBorderColor=e.borderColor),xt(e,"borderWidth")&&(t.textBorderWidth=e.borderWidth),xt(e,"borderRadius")&&(t.textBorderRadius=e.borderRadius),xt(e,"shadowColor")&&(t.textBoxShadowColor=e.shadowColor),xt(e,"shadowBlur")&&(t.textBoxShadowBlur=e.shadowBlur),xt(e,"shadowOffsetX")&&(t.textBoxShadowOffsetX=e.shadowOffsetX),xt(e,"shadowOffsetY")&&(t.textBoxShadowOffsetY=e.shadowOffsetY),xt(e,"textShadowColor")&&(t.textShadowColor=e.textShadowColor),xt(e,"textShadowBlur")&&(t.textShadowBlur=e.textShadowBlur),xt(e,"textShadowOffsetX")&&(t.textShadowOffsetX=e.textShadowOffsetX),xt(e,"textShadowOffsetY")&&(t.textShadowOffsetY=e.textShadowOffsetY))}var pE={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},fE=G(pE),gE=(E(Dr,(function(t,e){return t[e]=1,t}),{}),Dr.join(", "),["","style","shape","extra"]),yE=aa();function vE(t,e,n,i,r){var o=t+"Animation",a=$c(t,i,r)||{},s=yE(e).userDuring;return a.duration>0&&(a.during=s?F(ME,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),D(a,n[o]),a}function mE(t,e,n,i){var r=(i=i||{}).dataIndex,o=i.isInit,a=i.clearStyle,s=n.isAnimationEnabled(),l=yE(t),u=e.style;l.userDuring=e.during;var c={},h={};if(function(t,e,n){for(var i=0;i=0)){var h=t.getAnimationStyleProps(),d=h?h.style:null;if(d){!r&&(r=i.style={});var p=G(n);for(u=0;u0&&t.animateFrom(g,y)}else!function(t,e,n,i,r){if(r){var o=vE("update",t,e,i,n);o.duration>0&&t.animateFrom(r,o)}}(t,e,r||0,n,c);xE(t,e),u?t.dirty():t.markRedraw()}function xE(t,e){for(var n=yE(t).leaveToProps,i=0;i=0){!o&&(o=i[t]={});var d=G(a);for(c=0;ci[1]&&i.reverse(),{coordSys:{type:"polar",cx:t.cx,cy:t.cy,r:i[1],r0:i[0]},api:{coord:function(i){var r=e.dataToRadius(i[0]),o=n.dataToAngle(i[1]),a=t.coordToPoint([r,o]);return a.push(r,o*Math.PI/180),a},size:F(sE,t)}}},calendar:function(t){var e=t.getRect(),n=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(e,n){return t.dataToPoint(e,n)},layout:function(e,n){return t.dataToLayout(e,n)}}}},matrix:function(t){var e=t.getRect();return{coordSys:{type:"matrix",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(e,n){return t.dataToPoint(e,n)},layout:function(e,n){return t.dataToLayout(e,n)}}}}};function WE(t){return t instanceof al}function HE(t){return t instanceof rs}var UE=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n,i){this._progressiveEls=null;var r=this._data,o=t.getData(),a=this.group,s=qE(t,o,e,n);r||a.removeAll(),o.diff(r).add((function(e){$E(n,null,e,s(e,i),t,a,o)})).remove((function(e){var n=r.getItemGraphicEl(e);n&&_E(n,nE(n).option,t)})).update((function(e,l){var u=r.getItemGraphicEl(l);$E(n,u,e,s(e,i),t,a,o)})).execute();var l=t.get("clip",!0)?zI(t.coordinateSystem,!1,t):null;l?a.setClipPath(l):a.removeClipPath(),this._data=o},n.prototype.incrementalPrepareRender=function(t,e,n){this.group.removeAll(),this._data=null},n.prototype.incrementalRender=function(t,e,n,i,r){var o=e.getData(),a=qE(e,o,n,i),s=this._progressiveEls=[];function l(t){t.isGroup||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}for(var u=t.start;u=0?e.getStore().get(r,n):void 0}var o=e.get(i.name,n),a=i&&i.ordinalMeta;return a?a.categories[o]:o},styleEmphasis:function(n,i){0;null==i&&(i=l);var r=x(i,PE).getItemStyle(),o=_(i,PE),a=Jh(o,null,null,!0,!0);a.text=o.getShallow("show")?rt(t.getFormattedLabel(i,PE),t.getFormattedLabel(i,OE),yI(e,i)):null;var s=Qh(o,null,!0);return w(n,r),r=hE(r,a,s),n&&b(r,n),r.legacy=!0,r},visual:function(t,n){if(null==n&&(n=l),xt(tE,t)){var i=e.getItemVisual(n,"style");return i?i[tE[t]]:null}if(xt(eE,t))return e.getItemVisual(n,t)},barLayout:function(t){if("cartesian2d"===a.type){return function(t){var e=[],n=t.axis,i="axis0";if("category"===n.type){for(var r=n.getBandWidth(),o=0;o=h;f--){var g=e.childAt(f);iB(e,g,r)}}(t,h,n,i,r),a>=0?o.replaceAt(h,a):o.add(h),h}function QE(t,e,n){var i,r=nE(t),o=e.type,a=e.shape,s=e.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==r.customGraphicType||"path"===o&&((i=a)&&(xt(i,"pathData")||xt(i,"d")))&&sB(a)!==r.customPathData||"image"===o&&xt(s,"image")&&s.image!==r.customImagePath}function tB(t,e,n){var i=e?eB(t,e):t,r=e?nB(t,i,PE):t.style,o=t.type,a=i?i.textConfig:null,s=t.textContent,l=s?e?eB(s,e):s:null;if(r&&(n.isLegacy||lE(r,o,!!a,!!l))){n.isLegacy=!0;var u=uE(r,o,!e);!a&&u.textConfig&&(a=u.textConfig),!l&&u.textContent&&(l=u.textContent)}if(!e&&l){var c=l;!c.type&&(c.type="text")}var h=e?n[e]:n.normal;h.cfg=a,h.conOpt=l}function eB(t,e){return e?t?t[e]:null:t}function nB(t,e,n){var i=e&&e.style;return null==i&&n===PE&&t&&(i=t.styleEmphasis),i}function iB(t,e,n){e&&_E(e,nE(t).option,n)}function rB(t,e){var n=t&&t.name;return null!=n?n:"e\0\0"+e}function oB(t,e){var n=this.context,i=null!=t?n.newChildren[t]:null,r=null!=e?n.oldChildren[e]:null;JE(n.api,r,n.dataIndex,i,n.seriesModel,n.group)}function aB(t){var e=this.context,n=e.oldChildren[t];n&&_E(n,nE(n).option,e.seriesModel)}function sB(t){return t&&(t.pathData||t.d)}var lB=aa(),uB=I,cB=F,hB=function(){function t(){this._dragging=!1,this.animationThreshold=15}return t.prototype.render=function(t,e,n,i){var r=e.get("value"),o=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=n,i||this._lastValue!==r||this._lastStatus!==o){this._lastValue=r,this._lastStatus=o;var a=this._group,s=this._handle;if(!o||"hide"===o)return a&&a.hide(),void(s&&s.hide());a&&a.show(),s&&s.show();var l={};this.makeElOption(l,r,t,e,n);var u=l.graphicKey;u!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=u;var c=this._moveAnimation=this.determineAnimation(t,e);if(a){var h=W(dB,e,c);this.updatePointerEl(a,l,h),this.updateLabelEl(a,l,h,e)}else a=this._group=new Qr,this.createPointerEl(a,l,t,e),this.createLabelEl(a,l,t,e),n.getZr().add(a);yB(a,e,!0),this._renderHandle(r)}},t.prototype.remove=function(t){this.clear(t)},t.prototype.dispose=function(t){this.clear(t)},t.prototype.determineAnimation=function(t,e){var n=e.get("animation"),i=t.axis,r="category"===i.type,o=e.get("snap");if(!o&&!r)return!1;if("auto"===n||null==n){var a=this.animationThreshold;if(r&&i.getBandWidth()>a)return!0;if(o){var s=sD(t).seriesDataCount,l=i.getExtent();return Math.abs(l[0]-l[1])/s>a}return!1}return!0===n},t.prototype.makeElOption=function(t,e,n,i,r){},t.prototype.createPointerEl=function(t,e,n,i){var r=e.pointer;if(r){var o=lB(t).pointerEl=new Xh[r.type](uB(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=lB(t).labelEl=new wl(uB(e.label));t.add(r),fB(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=lB(t).pointerEl;i&&e.pointer&&(i.setStyle(e.pointer.style),n(i,{shape:e.pointer.shape}))},t.prototype.updateLabelEl=function(t,e,n,i){var r=lB(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),fB(r,i))},t.prototype._renderHandle=function(t){if(!this._dragging&&this.updateHandleTransform){var e,n=this._axisPointerModel,i=this._api.getZr(),r=this._handle,o=n.getModel("handle"),a=n.get("status");if(!o.get("show")||!a||"hide"===a)return r&&i.remove(r),void(this._handle=null);this._handle||(e=!0,r=this._handle=Dh(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){pe(t.event)},onmousedown:cB(this._onHandleDragMove,this,0,0),drift:cB(this._onHandleDragMove,this),ondragend:cB(this._onHandleDragEnd,this)}),i.add(r)),yB(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");H(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,uv(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){dB(this._axisPointerModel,!e&&this._moveAnimation,this._handle,gB(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},t.prototype._onHandleDragMove=function(t,e){var n=this._handle;if(n){this._dragging=!0;var i=this.updateHandleTransform(gB(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(gB(i)),lB(n).lastProp=null,this._doDispatchAxisPointer()}},t.prototype._doDispatchAxisPointer=function(){if(this._handle){var t=this._payloadInfo,e=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:e.axis.dim,axisIndex:e.componentIndex}]})}},t.prototype._onHandleDragEnd=function(){if(this._dragging=!1,this._handle){var t=this._axisPointerModel.get("value");this._moveHandleToValue(t),this._api.dispatchAction({type:"hideTip"})}},t.prototype.clear=function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),n=this._group,i=this._handle;e&&n&&(this._lastGraphicKey=null,n&&e.remove(n),i&&e.remove(i),this._group=null,this._handle=null,this._payloadInfo=null),cv(this,"_doDispatchAxisPointer")},t.prototype.doClear=function(){},t.prototype.buildLabel=function(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}},t}();function dB(t,e,n,i){pB(lB(n).lastProp,i)||(lB(n).lastProp=i,e?Qc(n,i,t):(n.stopAnimation(),n.attr(i)))}function pB(t,e){if(j(t)&&j(e)){var n=!0;return N(e,(function(e,i){n=n&&pB(t[i],e)})),!!n}return t===e}function fB(t,e){t[e.get(["label","show"])?"show":"hide"]()}function gB(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function yB(t,e,n){var i=e.get("z"),r=e.get("zlevel");t&&t.traverse((function(t){"group"!==t.type&&(null!=i&&(t.z=i),null!=r&&(t.zlevel=r),t.silent=n)}))}function vB(t){var e,n=t.get("type"),i=t.getModel(n+"Style");return"line"===n?(e=i.getLineStyle()).fill=null:"shadow"===n&&((e=i.getAreaStyle()).stroke=null),e}function mB(t,e,n,i,r){var o=xB(n.get("value"),e.axis,e.ecModel,n.get("seriesDataIndices"),{precision:n.get(["label","precision"]),formatter:n.get(["label","formatter"])}),a=n.getModel("label"),s=gp(a.get("padding")||0),l=a.getFont(),u=zr(o,l),c=r.position,h=u.width+s[1]+s[3],d=u.height+s[0]+s[2],p=r.align;"right"===p&&(c[0]-=h),"center"===p&&(c[0]-=h/2);var f=r.verticalAlign;"bottom"===f&&(c[1]-=d),"middle"===f&&(c[1]-=d/2),function(t,e,n,i){var r=i.getWidth(),o=i.getHeight();t[0]=Math.min(t[0]+e,r)-e,t[1]=Math.min(t[1]+n,o)-n,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}(c,h,d,i);var g=a.get("backgroundColor");g&&"auto"!==g||(g=e.get(["axisLine","lineStyle","color"])),t.label={x:c[0],y:c[1],style:Jh(a,{text:o,font:l,fill:a.getTextColor(),padding:s,backgroundColor:g}),z2:10}}function xB(t,e,n,i,r){t=e.scale.parse(t);var o=e.scale.getLabel({value:t},{precision:r.precision}),a=r.formatter;if(a){var s={value:ow(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};N(i,(function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)})),Y(a)?o=a.replace("{value}",o):U(a)&&(o=a(s))}return o}function _B(t,e,n){var i=[1,0,0,1,0,0];return Se(i,i,n.rotation),we(i,i,n.position),wh([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function bB(t,e,n,i,r,o){var a=PC.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),mB(e,i,r,o,{position:_B(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function wB(t,e,n){return{x1:t[n=n||0],y1:t[1-n],x2:e[n],y2:e[1-n]}}function SB(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}}function MB(t,e,n,i,r,o){return{cx:t,cy:e,r0:n,r:i,startAngle:r,endAngle:o,clockwise:!0}}var IB=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.grid,s=i.get("type"),l=TB(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var c=vB(i),h=CB[s](o,u,l);h.style=c,t.graphicKey=h.type,t.pointer=h}bB(e,t,UC(a.getRect(),n),n,i,r)},n.prototype.getHandleTransform=function(t,e,n){var i=UC(e.axis.grid.getRect(),e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=_B(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},n.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.grid,a=r.getGlobalExtent(!0),s=TB(o,r).getOtherAxis(r).getGlobalExtent(),l="x"===r.dim?0:1,u=[t.x,t.y];u[l]+=e[l],u[l]=Math.min(a[1],u[l]),u[l]=Math.max(a[0],u[l]);var c=(s[1]+s[0])/2,h=[c,c];h[l]=u[l];return{x:u[0],y:u[1],rotation:t.rotation,cursorPoint:h,tooltipOption:[{verticalAlign:"middle"},{align:"center"}][l]}},n}(hB);function TB(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var CB={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:wB([e,n[0]],[e,n[1]],DB(t))}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:"Rect",shape:SB([e-i/2,n[0]],[i,r],DB(t))}}};function DB(t){return"x"===t.dim?0:1}var AB=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="axisPointer",n.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,triggerEmphasis:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:Qp.color.border,width:1,type:"dashed"},shadowStyle:{color:Qp.color.shadowTint},label:{show:!0,formatter:null,precision:"auto",margin:3,color:Qp.color.neutral00,padding:[5,7,5,7],backgroundColor:Qp.color.accent60,borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:Qp.color.accent40,throttle:40}},n}(Jp),kB=aa(),LB=N;function PB(t,e,n){if(!i.node){var r=e.getZr();kB(r).records||(kB(r).records={}),function(t,e){if(kB(t).initialized)return;function n(n,i){t.on(n,(function(n){var r=function(t){var e={showTip:[],hideTip:[]},n=function(i){var r=e[i.type];r?r.push(i):(i.dispatchAction=n,t.dispatchAction(i))};return{dispatchAction:n,pendings:e}}(e);LB(kB(t).records,(function(t){t&&i(t,n,r.dispatchAction)})),function(t,e){var n,i=t.showTip.length,r=t.hideTip.length;i?n=t.showTip[i-1]:r&&(n=t.hideTip[r-1]);n&&(n.dispatchAction=null,e.dispatchAction(n))}(r.pendings,e)}))}kB(t).initialized=!0,n("click",W(RB,"click")),n("mousemove",W(RB,"mousemove")),n("globalout",OB)}(r,e),(kB(r).records[t]||(kB(r).records[t]={})).handler=n}}function OB(t,e,n){t.handler("leave",null,n)}function RB(t,e,n,i){e.handler(t,n,i)}function NB(t,e){if(!i.node){var n=e.getZr();(kB(n).records||{})[t]&&(kB(n).records[t]=null)}}var zB=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){var i=e.getComponent("tooltip"),r=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";PB("axisPointer",n,(function(t,e,n){"none"!==r&&("leave"===t||r.indexOf(t)>=0)&&n({type:"updateAxisPointer",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})}))},n.prototype.remove=function(t,e){NB("axisPointer",e)},n.prototype.dispose=function(t,e){NB("axisPointer",e)},n.type="axisPointer",n}(qy);function EB(t,e){var n,i=[],r=t.seriesIndex;if(null==r||!(n=e.getSeriesByIndex(r)))return{point:[]};var o=n.getData(),a=oa(o,t);if(null==a||a<0||H(a))return{point:[]};var s=o.getItemGraphicEl(a),l=n.coordinateSystem;if(n.getTooltipPosition)i=n.getTooltipPosition(a)||[];else if(l&&l.dataToPoint)if(t.isStacked){var u=l.getBaseAxis(),c=l.getOtherAxis(u).dim,h=u.dim,d="x"===c||"radius"===c?1:0,p=o.mapDimension(h),f=[];f[d]=o.get(p,a),f[1-d]=o.get(o.getCalculationInfo("stackResultDimension"),a),i=l.dataToPoint(f)||[]}else i=l.dataToPoint(o.getValues(z(l.dimensions,(function(t){return o.mapDimension(t)})),a))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),i=[g.x+g.width/2,g.y+g.height/2]}return{point:i,el:s}}var BB=aa();function VB(t,e,n){var i=t.currTrigger,r=[t.x,t.y],o=t,a=t.dispatchAction||F(n.dispatchAction,n),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){UB(r)&&(r=EB({seriesIndex:o.seriesIndex,dataIndex:o.dataIndex},e).point);var l=UB(r),u=o.axesInfo,c=s.axesInfo,h="leave"===i||UB(r),d={},p={},f={list:[],map:{}},g={showPointer:W(FB,p),showTooltip:W(WB,f)};N(s.coordSysMap,(function(t,e){var n=l||t.containPoint(r);N(s.coordSysAxesInfo[e],(function(t,e){var i=t.axis,o=function(t,e){for(var n=0;n<(t||[]).length;n++){var i=t[n];if(e.axis.dim===i.axisDim&&e.axis.model.componentIndex===i.axisIndex)return i}}(u,t);if(!h&&n&&(!u||o)){var a=o&&o.value;null!=a||l||(a=i.pointToData(r)),null!=a&&GB(t,a,g,!1,d)}}))}));var y={};return N(c,(function(t,e){var n=t.linkGroup;n&&!p[e]&&N(n.axesInfo,(function(e,i){var r=p[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,HB(e),HB(t)))),y[t.key]=o}}))})),N(y,(function(t,e){GB(c[e],t,g,!0,d)})),function(t,e,n){var i=n.axesInfo=[];N(e,(function(e,n){var r=e.axisPointerModel.option,o=t[n];o?(!e.useHandle&&(r.status="show"),r.value=o.value,r.seriesDataIndices=(o.payloadBatch||[]).slice()):!e.useHandle&&(r.status="hide"),"show"===r.status&&i.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:r.value})}))}(p,c,d),function(t,e,n,i){if(UB(e)||!t.list.length)return void i({type:"hideTip"});var r=((t.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};i({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:r.dataIndexInside,dataIndex:r.dataIndex,seriesIndex:r.seriesIndex,dataByCoordSys:t.list})}(f,r,t,a),function(t,e,n){var i=n.getZr(),r="axisPointerLastHighlights",o=BB(i)[r]||{},a=BB(i)[r]={};N(t,(function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&t.triggerEmphasis&&N(n.seriesDataIndices,(function(t){var e=t.seriesIndex+" | "+t.dataIndex;a[e]=t}))}));var s=[],l=[];N(o,(function(t,e){!a[e]&&l.push(t)})),N(a,(function(t,e){!o[e]&&s.push(t)})),l.length&&n.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:l}),s.length&&n.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}(c,0,n),d}}function GB(t,e,n,i,r){var o=t.axis;if(!o.scale.isBlank()&&o.containData(e))if(t.involveSeries){var a=function(t,e){var n=e.axis,i=n.dim,r=t,o=[],a=Number.MAX_VALUE,s=-1;return N(e.seriesModels,(function(e,l){var u,c,h=e.getData().mapDimensionsAll(i);if(e.getAxisTooltipData){var d=e.getAxisTooltipData(h,t,n);c=d.dataIndices,u=d.nestestValue}else{if(!(c=e.indicesOfNearest(i,h[0],t,"category"===n.type?.5:null)).length)return;u=e.getData().get(h[0],c[0])}if(null!=u&&isFinite(u)){var p=t-u,f=Math.abs(p);f<=a&&((f=0&&s<0)&&(a=f,s=p,r=u,o.length=0),N(c,(function(t){o.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})})))}})),{payloadBatch:o,snapToValue:r}}(e,t),s=a.payloadBatch,l=a.snapToValue;s[0]&&null==r.seriesIndex&&D(r,s[0]),!i&&t.snap&&o.containData(l)&&null!=l&&(e=l),n.showPointer(t,e,s),n.showTooltip(t,a,l)}else n.showPointer(t,e)}function FB(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function WB(t,e,n,i){var r=n.payloadBatch,o=e.axis,a=o.model,s=e.axisPointerModel;if(e.triggerTooltip&&r.length){var l=e.coordSys.model,u=uD(l),c=t.map[u];c||(c=t.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(c)),c.dataByAxis.push({axisDim:o.dim,axisIndex:a.componentIndex,axisType:a.type,axisId:a.id,value:i,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:r.slice()})}}function HB(t){var e=t.axis.model,n={},i=n.axisDim=t.axis.dim;return n.axisIndex=n[i+"AxisIndex"]=e.componentIndex,n.axisName=n[i+"AxisName"]=e.name,n.axisId=n[i+"AxisId"]=e.id,n}function UB(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function YB(t){hD.registerAxisPointerClass("CartesianAxisPointer",IB),t.registerComponentModel(AB),t.registerComponentView(zB),t.registerPreprocessor((function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!H(e)&&(t.axisPointer.link=[e])}})),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,(function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=rD(t,e)})),t.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},VB)}var XB=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis;"angle"===o.dim&&(this.animationThreshold=Math.PI/18);var a=o.polar,s=a.getOtherAxis(o).getExtent(),l=o.dataToCoord(e),u=i.get("type");if(u&&"none"!==u){var c=vB(i),h=ZB[u](o,a,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}var d=function(t,e,n,i,r){var o=e.axis,a=o.dataToCoord(t),s=i.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,u,c,h=i.getRadiusAxis().getExtent();if("radius"===o.dim){var d=[1,0,0,1,0,0];Se(d,d,s),we(d,d,[i.cx,i.cy]),l=wh([a,-r],d);var p=e.getModel("axisLabel").get("rotate")||0,f=PC.innerTextLayout(s,p*Math.PI/180,-1);u=f.textAlign,c=f.textVerticalAlign}else{var g=h[1];l=i.coordToPoint([g+r,a]);var y=i.cx,v=i.cy;u=Math.abs(l[0]-y)/g<.3?"center":l[0]>y?"left":"right",c=Math.abs(l[1]-v)/g<.3?"middle":l[1]>v?"top":"bottom"}return{position:l,align:u,verticalAlign:c}}(e,n,0,a,i.get(["label","margin"]));mB(t,n,i,r,d)},n}(hB);var ZB={line:function(t,e,n,i){return"angle"===t.dim?{type:"Line",shape:wB(e.coordToPoint([i[0],n]),e.coordToPoint([i[1],n]))}:{type:"Circle",shape:{cx:e.cx,cy:e.cy,r:n}}},shadow:function(t,e,n,i){var r=Math.max(1,t.getBandWidth()),o=Math.PI/180;return"angle"===t.dim?{type:"Sector",shape:MB(e.cx,e.cy,i[0],i[1],(-n-r/2)*o,(r/2-n)*o)}:{type:"Sector",shape:MB(e.cx,e.cy,n-r/2,n+r/2,0,2*Math.PI)}}},jB=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.findAxisModel=function(t){var e;return this.ecModel.eachComponent(t,(function(t){t.getCoordSysModel()===this&&(e=t)}),this),e},n.type="polar",n.dependencies=["radiusAxis","angleAxis"],n.defaultOption={z:0,center:["50%","50%"],radius:"80%"},n}(Jp),qB=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",ca).models[0]},n.type="polarAxis",n}(Jp);O(qB,dw);var KB=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="angleAxis",n}(qB),$B=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="radiusAxis",n}(qB),JB=function(t){function n(e,n){return t.call(this,"radius",e,n)||this}return e(n,t),n.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},n}(Jw);JB.prototype.dataToRadius=Jw.prototype.dataToCoord,JB.prototype.radiusToData=Jw.prototype.coordToData;var QB=aa(),tV=function(t){function n(e,n){return t.call(this,"angle",e,n||[0,360])||this}return e(n,t),n.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},n.prototype.calculateCategoryInterval=function(){var t=this,e=t.getLabelModel(),n=t.scale,i=n.getExtent(),r=n.count();if(i[1]-i[0]<1)return 0;var o=i[0],a=t.dataToCoord(o+1)-t.dataToCoord(o),s=Math.abs(a),l=zr(null==o?"":o+"",e.getFont(),"center","top"),u=Math.max(l.height,7)/s;isNaN(u)&&(u=1/0);var c=Math.max(0,Math.floor(u)),h=QB(t.model),d=h.lastAutoInterval,p=h.lastTickCount;return null!=d&&null!=p&&Math.abs(d-c)<=1&&Math.abs(p-r)<=1&&d>c?c=d:(h.lastTickCount=r,h.lastAutoInterval=c),c},n}(Jw);tV.prototype.dataToAngle=Jw.prototype.dataToCoord,tV.prototype.angleToData=Jw.prototype.coordToData;var eV=["radius","angle"],nV=function(){function t(t){this.dimensions=eV,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new JB,this._angleAxis=new tV,this.axisPointerEnabled=!0,this.name=t||"",this._radiusAxis.polar=this._angleAxis.polar=this}return t.prototype.containPoint=function(t){var e=this.pointToCoord(t);return this._radiusAxis.contain(e[0])&&this._angleAxis.contain(e[1])},t.prototype.containData=function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},t.prototype.getAxis=function(t){return this["_"+t+"Axis"]},t.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},t.prototype.getAxesByScale=function(t){var e=[],n=this._angleAxis,i=this._radiusAxis;return n.scale.type===t&&e.push(n),i.scale.type===t&&e.push(i),e},t.prototype.getAngleAxis=function(){return this._angleAxis},t.prototype.getRadiusAxis=function(){return this._radiusAxis},t.prototype.getOtherAxis=function(t){var e=this._angleAxis;return t===e?this._radiusAxis:e},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},t.prototype.getTooltipAxes=function(t){var e=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[e],otherAxes:[this.getOtherAxis(e)]}},t.prototype.dataToPoint=function(t,e,n){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)],n)},t.prototype.pointToData=function(t,e,n){n=n||[];var i=this.pointToCoord(t);return n[0]=this._radiusAxis.radiusToData(i[0],e),n[1]=this._angleAxis.angleToData(i[1],e),n},t.prototype.pointToCoord=function(t){var e=t[0]-this.cx,n=t[1]-this.cy,i=this.getAngleAxis(),r=i.getExtent(),o=Math.min(r[0],r[1]),a=Math.max(r[0],r[1]);i.inverse?o=a-360:a=o+360;var s=Math.sqrt(e*e+n*n);e/=s,n/=s;for(var l=Math.atan2(-n,e)/Math.PI*180,u=la;)l+=360*u;return[s,l]},t.prototype.coordToPoint=function(t,e){e=e||[];var n=t[0],i=t[1]/180*Math.PI;return e[0]=Math.cos(i)*n+this.cx,e[1]=-Math.sin(i)*n+this.cy,e},t.prototype.getArea=function(){var t=this.getAngleAxis(),e=this.getRadiusAxis().getExtent().slice();e[0]>e[1]&&e.reverse();var n=t.getExtent(),i=Math.PI/180,r=1e-4;return{cx:this.cx,cy:this.cy,r0:e[0],r:e[1],startAngle:-n[0]*i,endAngle:-n[1]*i,clockwise:t.inverse,contain:function(t,e){var n=t-this.cx,i=e-this.cy,o=n*n+i*i,a=this.r,s=this.r0;return a!==s&&o-r<=a*a&&o+r>=s*s},x:this.cx-e[1],y:this.cy-e[1],width:2*e[1],height:2*e[1]}},t.prototype.convertToPixel=function(t,e,n){return iV(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return iV(e)===this?this.pointToData(n):null},t}();function iV(t){var e=t.seriesModel,n=t.polarModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}function rV(t,e){var n=this,i=n.getAngleAxis(),r=n.getRadiusAxis();if(i.scale.setExtent(1/0,-1/0),r.scale.setExtent(1/0,-1/0),t.eachSeries((function(t){if(t.coordinateSystem===n){var e=t.getData();N(lw(e,"radius"),(function(t){r.scale.unionExtentFromData(e,t)})),N(lw(e,"angle"),(function(t){i.scale.unionExtentFromData(e,t)}))}})),nw(i.scale,i.model),nw(r.scale,r.model),"category"===i.type&&!i.onBand){var o=i.getExtent(),a=360/i.scale.count();i.inverse?o[1]+=a:o[1]-=a,i.setExtent(o[0],o[1])}}function oV(t,e){var n;if(t.type=e.get("type"),t.scale=iw(e),t.onBand=e.get("boundaryGap")&&"category"===t.type,t.inverse=e.get("inverse"),function(t){return"angleAxis"===t.mainType}(e)){t.inverse=t.inverse!==e.get("clockwise");var i=e.get("startAngle"),r=null!==(n=e.get("endAngle"))&&void 0!==n?n:i+(t.inverse?-360:360);t.setExtent(i,r)}e.axis=t,t.model=e}var aV={dimensions:eV,create:function(t,e){var n=[];return t.eachComponent("polar",(function(t,i){var r=new nV(i+"");r.update=rV;var o=r.getRadiusAxis(),a=r.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");oV(o,s),oV(a,l),function(t,e,n){var i=e.get("center"),r=Yp(e,n).refContainer;t.cx=go(i[0],r.width)+r.x,t.cy=go(i[1],r.height)+r.y;var o=t.getRadiusAxis(),a=Math.min(r.width,r.height)/2,s=e.get("radius");null==s?s=[0,"100%"]:H(s)||(s=[0,s]);var l=[go(s[0],a),go(s[1],a)];o.inverse?o.setExtent(l[1],l[0]):o.setExtent(l[0],l[1])}(r,t,e),n.push(r),t.coordinateSystem=r,r.model=t})),t.eachSeries((function(t){if("polar"===t.get("coordinateSystem")){var e=t.getReferringComponents("polar",ca).models[0];0,t.coordinateSystem=e.coordinateSystem}})),n}},sV=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function lV(t,e,n){e[1]>e[0]&&(e=e.slice().reverse());var i=t.coordToPoint([e[0],n]),r=t.coordToPoint([e[1],n]);return{x1:i[0],y1:i[1],x2:r[0],y2:r[1]}}function uV(t){return t.getRadiusAxis().inverse?0:1}function cV(t){var e=t[0],n=t[t.length-1];e&&n&&Math.abs(Math.abs(e.coord-n.coord)-360)<1e-4&&t.pop()}var hV=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.axisPointerClass="PolarAxisPointer",e}return e(n,t),n.prototype.render=function(t,e){if(this.group.removeAll(),t.get("show")){var n=t.axis,i=n.polar,r=i.getRadiusAxis().getExtent(),o=n.getTicksCoords({breakTicks:"none"}),a=n.getMinorTicksCoords(),s=z(n.getViewLabels(),(function(t){t=I(t);var e=n.scale,i="ordinal"===e.type?e.getRawOrdinalNumber(t.tickValue):t.tickValue;return t.coord=n.dataToCoord(i),t}));cV(s),cV(o),N(sV,(function(e){!t.get([e,"show"])||n.scale.isBlank()&&"axisLine"!==e||dV[e](this.group,t,i,o,a,r,s)}),this)}},n.type="angleAxis",n}(hD),dV={axisLine:function(t,e,n,i,r,o){var a,s=e.getModel(["axisLine","lineStyle"]),l=n.getAngleAxis(),u=Math.PI/180,c=l.getExtent(),h=uV(n),d=h?0:1,p=360===Math.abs(c[1]-c[0])?"Circle":"Arc";(a=0===o[d]?new Xh[p]({shape:{cx:n.cx,cy:n.cy,r:o[h],startAngle:-c[0]*u,endAngle:-c[1]*u,clockwise:l.inverse},style:s.getLineStyle(),z2:1,silent:!0}):new _c({shape:{cx:n.cx,cy:n.cy,r:o[h],r0:o[d]},style:s.getLineStyle(),z2:1,silent:!0})).style.fill=null,t.add(a)},axisTick:function(t,e,n,i,r,o){var a=e.getModel("axisTick"),s=(a.get("inside")?-1:1)*a.get("length"),l=o[uV(n)],u=z(i,(function(t){return new Dc({shape:lV(n,[l,l+s],t.coord)})}));t.add(vh(u,{style:A(a.getModel("lineStyle").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})}))},minorTick:function(t,e,n,i,r,o){if(r.length){for(var a=e.getModel("axisTick"),s=e.getModel("minorTick"),l=(a.get("inside")?-1:1)*s.get("length"),u=o[uV(n)],c=[],h=0;hf?"left":"right",v=Math.abs(p[1]-g)/d<.3?"middle":p[1]>g?"top":"bottom";if(s&&s[h]){var m=s[h];j(m)&&m.textStyle&&(a=new bd(m.textStyle,l,l.ecModel))}var x=new wl({silent:PC.isLabelSilent(e),style:Jh(a,{x:p[0],y:p[1],fill:a.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:i.formattedLabel,align:y,verticalAlign:v})});if(t.add(x),Nh({el:x,componentModel:e,itemName:i.formattedLabel,formatterParamsExtra:{isTruncated:function(){return x.isTruncated},value:i.rawLabel,tickIndex:r}}),c){var _=PC.makeAxisEventDataBase(e);_.targetType="axisLabel",_.value=i.rawLabel,Nl(x).eventData=_}}),this)},splitLine:function(t,e,n,i,r,o){var a=e.getModel("splitLine").getModel("lineStyle"),s=a.get("color"),l=0;s=s instanceof Array?s:[s];for(var u=[],c=0;c=0?"p":"n",C=b;m&&(i[s][I]||(i[s][I]={p:b,n:b}),C=i[s][I][T]);var D=void 0,A=void 0,k=void 0,L=void 0;if("radius"===h.dim){var P=h.dataToCoord(M)-b,O=o.dataToCoord(I);Math.abs(P)=L})}}}))}var xV={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},_V={splitNumber:5},bV=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="polar",n}(qy);function wV(t,e){e=e||{};var n=t.coordinateSystem,i=t.axis,r={},o=i.position,a=i.orient,s=n.getRect(),l=[s.x,s.x+s.width,s.y,s.y+s.height],u={horizontal:{top:l[2],bottom:l[3]},vertical:{left:l[0],right:l[1]}};r.position=["vertical"===a?u.vertical[o]:l[0],"horizontal"===a?u.horizontal[o]:l[3]];r.rotation=Math.PI/2*{horizontal:0,vertical:1}[a];r.labelDirection=r.tickDirection=r.nameDirection={top:-1,bottom:1,right:1,left:-1}[o],t.get(["axisTick","inside"])&&(r.tickDirection=-r.tickDirection),nt(e.labelInside,t.get(["axisLabel","inside"]))&&(r.labelDirection=-r.labelDirection);var c=t.get(["axisLabel","rotate"]);return r.labelRotate="top"===o?-c:c,r.z2=1,r}var SV=["splitArea","splitLine","breakArea"],MV=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.axisPointerClass="SingleAxisPointer",e}return e(n,t),n.prototype.render=function(e,n,i,r){var o=this.group;o.removeAll();var a=this._axisGroup;this._axisGroup=new Qr;var s=wV(e),l=new PC(e,i,s);l.build(),o.add(this._axisGroup),o.add(l.group),N(SV,(function(t){e.get([t,"show"])&&IV[t](this,this.group,this._axisGroup,e,i)}),this),Ih(a,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)},n.prototype.remove=function(){fD(this)},n.type="singleAxis",n}(hD),IV={splitLine:function(t,e,n,i,r){var o=i.axis;if(!o.scale.isBlank()){var a=i.getModel("splitLine"),s=a.getModel("lineStyle"),l=s.get("color");l=l instanceof Array?l:[l];for(var u=s.get("width"),c=i.coordinateSystem.getRect(),h=o.isHorizontal(),d=[],p=0,f=o.getTicksCoords({tickModel:a,breakTicks:"none",pruneByBreak:"preserve_extent_bound"}),g=[],y=[],v=0;v=e.y&&t[1]<=e.y+e.height:n.contain(n.toLocalCoord(t[1]))&&t[0]>=e.y&&t[0]<=e.y+e.height},t.prototype.pointToData=function(t,e,n){n=n||[];var i=this.getAxis();return n[0]=i.coordToData(i.toLocalCoord(t["horizontal"===i.orient?0:1])),n},t.prototype.dataToPoint=function(t,e,n){var i=this.getAxis(),r=this.getRect();n=n||[];var o="horizontal"===i.orient?0:1;return t instanceof Array&&(t=t[0]),n[o]=i.toGlobalCoord(i.dataToCoord(+t)),n[1-o]=0===o?r.y+r.height/2:r.x+r.width/2,n},t.prototype.convertToPixel=function(t,e,n){return kV(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return kV(e)===this?this.pointToData(n):null},t}();function kV(t){var e=t.seriesModel,n=t.singleAxisModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}var LV={create:function(t,e){var n=[];return t.eachComponent("singleAxis",(function(i,r){var o=new AV(i,t,e);o.name="single_"+r,o.resize(i,e),i.coordinateSystem=o,n.push(o)})),t.eachSeries((function(t){if("singleAxis"===t.get("coordinateSystem")){var e=t.getReferringComponents("singleAxis",ca).models[0];t.coordinateSystem=e&&e.coordinateSystem}})),n},dimensions:DV},PV=["x","y"],OV=["width","height"],RV=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.coordinateSystem,s=EV(a,1-zV(o)),l=a.dataToPoint(e)[0],u=i.get("type");if(u&&"none"!==u){var c=vB(i),h=NV[u](o,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}bB(e,t,wV(n),n,i,r)},n.prototype.getHandleTransform=function(t,e,n){var i=wV(e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=_B(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},n.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.coordinateSystem,a=zV(r),s=EV(o,a),l=[t.x,t.y];l[a]+=e[a],l[a]=Math.min(s[1],l[a]),l[a]=Math.max(s[0],l[a]);var u=EV(o,1-a),c=(u[1]+u[0])/2,h=[c,c];return h[a]=l[a],{x:l[0],y:l[1],rotation:t.rotation,cursorPoint:h,tooltipOption:{verticalAlign:"middle"}}},n}(hB),NV={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:wB([e,n[0]],[e,n[1]],zV(t))}},shadow:function(t,e,n){var i=t.getBandWidth(),r=n[1]-n[0];return{type:"Rect",shape:SB([e-i/2,n[0]],[i,r],zV(t))}}};function zV(t){return t.isHorizontal()?0:1}function EV(t,e){var n=t.getRect();return[n[PV[e]],n[PV[e]]+n[OV[e]]]}var BV=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="single",n}(qy);var VV=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(e,n,i){var r=qp(e);t.prototype.init.apply(this,arguments),GV(e,r)},n.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),GV(this.option,e)},n.prototype.getCellSize=function(){return this.option.cellSize},n.type="calendar",n.layoutMode="box",n.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:Qp.color.axisLine,width:1,type:"solid"}},itemStyle:{color:Qp.color.neutral00,borderWidth:1,borderColor:Qp.color.neutral10},dayLabel:{show:!0,firstDay:0,position:"start",margin:Qp.size.s,color:Qp.color.secondary},monthLabel:{show:!0,position:"start",margin:Qp.size.s,align:"center",formatter:null,color:Qp.color.secondary},yearLabel:{show:!0,position:null,margin:Qp.size.xl,formatter:null,color:Qp.color.quaternary,fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},n}(Jp);function GV(t,e){var n,i=t.cellSize;1===(n=H(i)?i:t.cellSize=[i,i]).length&&(n[1]=n[0]);var r=z([0,1],(function(t){return function(t,e){return null!=t[Ep[e][0]]||null!=t[Ep[e][1]]&&null!=t[Ep[e][2]]}(e,t)&&(n[t]="auto"),null!=n[t]&&"auto"!==n[t]}));jp(t,e,{type:"box",ignoreSize:r})}var FV=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){var i=this.group;i.removeAll();var r=t.coordinateSystem,o=r.getRangeInfo(),a=r.getOrient(),s=e.getLocaleModel();this._renderDayRect(t,o,i),this._renderLines(t,o,a,i),this._renderYearText(t,o,a,i),this._renderMonthText(t,s,a,i),this._renderWeekText(t,s,o,a,i)},n.prototype._renderDayRect=function(t,e,n){for(var i=t.coordinateSystem,r=t.getModel("itemStyle").getItemStyle(),o=i.getCellWidth(),a=i.getCellHeight(),s=e.start.time;s<=e.end.time;s=i.getNextNDay(s,1).time){var l=i.dataToCalendarLayout([s],!1).tl,u=new ml({shape:{x:l[0],y:l[1],width:o,height:a},cursor:"default",style:r});n.add(u)}},n.prototype._renderLines=function(t,e,n,i){var r=this,o=t.coordinateSystem,a=t.getModel(["splitLine","lineStyle"]).getLineStyle(),s=t.get(["splitLine","show"]),l=a.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var u=e.start,c=0;u.time<=e.end.time;c++){d(u.formatedDate),0===c&&(u=o.getDateInfo(e.start.y+"-"+e.start.m));var h=u.date;h.setMonth(h.getMonth()+1),u=o.getDateInfo(h)}function d(e){r._firstDayOfMonth.push(o.getDateInfo(e)),r._firstDayPoints.push(o.dataToCalendarLayout([e],!1).tl);var l=r._getLinePointsOfOneWeek(t,e,n);r._tlpoints.push(l[0]),r._blpoints.push(l[l.length-1]),s&&r._drawSplitline(l,a,i)}d(o.getNextNDay(e.end.time,1).formatedDate),s&&this._drawSplitline(r._getEdgesPoints(r._tlpoints,l,n),a,i),s&&this._drawSplitline(r._getEdgesPoints(r._blpoints,l,n),a,i)},n.prototype._getEdgesPoints=function(t,e,n){var i=[t[0].slice(),t[t.length-1].slice()],r="horizontal"===n?0:1;return i[0][r]=i[0][r]-e/2,i[1][r]=i[1][r]+e/2,i},n.prototype._drawSplitline=function(t,e,n){var i=new Ic({z2:20,shape:{points:t},style:e});n.add(i)},n.prototype._getLinePointsOfOneWeek=function(t,e,n){for(var i=t.coordinateSystem,r=i.getDateInfo(e),o=[],a=0;a<7;a++){var s=i.getNextNDay(r.time,a),l=i.dataToCalendarLayout([s.time],!1);o[2*s.day]=l.tl,o[2*s.day+1]=l["horizontal"===n?"bl":"tr"]}return o},n.prototype._formatterLabel=function(t,e){return Y(t)&&t?(n=t,N(e,(function(t,e){n=n.replace("{"+e+"}",i?re(t):t)})),n):U(t)?t(e):e.nameMap;var n,i},n.prototype._yearTextPositionControl=function(t,e,n,i,r){var o=e[0],a=e[1],s=["center","bottom"];"bottom"===i?(a+=r,s=["center","top"]):"left"===i?o-=r:"right"===i?(o+=r,s=["center","top"]):a-=r;var l=0;return"left"!==i&&"right"!==i||(l=Math.PI/2),{rotation:l,x:o,y:a,style:{align:s[0],verticalAlign:s[1]}}},n.prototype._renderYearText=function(t,e,n,i){var r=t.getModel("yearLabel");if(r.get("show")){var o=r.get("margin"),a=r.get("position");a||(a="horizontal"!==n?"top":"left");var s=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],l=(s[0][0]+s[1][0])/2,u=(s[0][1]+s[1][1])/2,c="horizontal"===n?0:1,h={top:[l,s[c][1]],bottom:[l,s[1-c][1]],left:[s[1-c][0],u],right:[s[c][0],u]},d=e.start.y;+e.end.y>+e.start.y&&(d=d+"-"+e.end.y);var p=r.get("formatter"),f={start:e.start.y,end:e.end.y,nameMap:d},g=this._formatterLabel(p,f),y=new wl({z2:30,style:Jh(r,{text:g}),silent:r.get("silent")});y.attr(this._yearTextPositionControl(y,h[a],n,a,o)),i.add(y)}},n.prototype._monthTextPositionControl=function(t,e,n,i,r){var o="left",a="top",s=t[0],l=t[1];return"horizontal"===n?(l+=r,e&&(o="center"),"start"===i&&(a="bottom")):(s+=r,e&&(a="middle"),"start"===i&&(o="right")),{x:s,y:l,align:o,verticalAlign:a}},n.prototype._renderMonthText=function(t,e,n,i){var r=t.getModel("monthLabel");if(r.get("show")){var o=r.get("nameMap"),a=r.get("margin"),s=r.get("position"),l=r.get("align"),u=[this._tlpoints,this._blpoints];o&&!Y(o)||(o&&(e=Pd(o)||e),o=e.get(["time","monthAbbr"])||[]);var c="start"===s?0:1,h="horizontal"===n?0:1;a="start"===s?-a:a;for(var d="center"===l,p=r.get("silent"),f=0;f=r.start.time&&i.timea.end.time&&t.reverse(),t},t.prototype._getRangeInfo=function(t){var e,n=[this.getDateInfo(t[0]),this.getDateInfo(t[1])];n[0].time>n[1].time&&(e=!0,n.reverse());var i=Math.floor(n[1].time/WV)-Math.floor(n[0].time/WV)+1,r=new Date(n[0].time),o=r.getDate(),a=n[1].date.getDate();r.setDate(o+i-1);var s=r.getDate();if(s!==a)for(var l=r.getTime()-n[1].time>0?1:-1;(s=r.getDate())!==a&&(r.getTime()-n[1].time)*l>0;)i-=l,r.setDate(s-l);var u=Math.floor((i+n[0].day+6)/7),c=e?1-u:u-1;return e&&n.reverse(),{range:[n[0].formatedDate,n[1].formatedDate],start:n[0],end:n[1],allDay:i,weeks:u,nthWeek:c,fweek:n[0].day,lweek:n[1].day}},t.prototype._getDateByWeeksAndDay=function(t,e,n){var i=this._getRangeInfo(n);if(t>i.weeks||0===t&&ei.lweek)return null;var r=7*(t-1)-i.fweek+e,o=new Date(i.start.time);return o.setDate(+i.start.d+r),this.getDateInfo(o)},t.create=function(e,n){var i=[];return e.eachComponent("calendar",(function(r){var o=new t(r,e,n);i.push(o),r.coordinateSystem=o})),e.eachComponent((function(t,e){Op({targetModel:e,coordSysType:"calendar",coordSysProvider:Rp})})),i},t.dimensions=["time","value"],t}();function UV(t){var e=t.calendarModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}var YV=1,XV=2,ZV=3,jV={none:0,all:1,body:2,corner:3};function qV(t,e,n){var i=e[sh[n]].getCell(t);return!i&&Z(t)&&t<0&&(i=e[sh[1-n]].getUnitLayoutInfo(n,Math.round(t))),i}function KV(t){var e=t||[];return e[0]=e[0]||[],e[1]=e[1]||[],e[0][0]=e[0][1]=e[1][0]=e[1][1]=NaN,e}function $V(t,e,n,i,r){JV(t[0],e,r,n,i,0),JV(t[1],e,r,n,i,1)}function JV(t,e,n,i,r,o){t[0]=1/0,t[1]=-1/0;var a=i[o],s=H(a)?a:[a],l=s.length,u=!!n;if(l>=1?(QV(t,e,s,u,r,o,0),l>1&&QV(t,e,s,u,r,o,l-1)):t[0]=t[1]=NaN,u){var c=-r[sh[1-o]].getLocatorCount(o),h=r[sh[o]].getLocatorCount(o)-1;n===jV.body?c=ho(0,c):n===jV.corner&&(h=co(-1,h)),h=e[0]&&t[0]<=e[1]}function oG(t,e){t.id.set(e[0][0],e[1][0]),t.span.set(e[0][1]-t.id.x+1,e[1][1]-t.id.y+1)}function aG(t,e,n,i){var r=qV(e[i][0],n,i),o=qV(e[i][1],n,i);t[sh[i]]=t[lh[i]]=NaN,r&&o&&(t[sh[i]]=r.xy,t[lh[i]]=o.xy+o.wh-r.xy)}function sG(t,e,n,i){return t[sh[e]]=n,t[sh[1-e]]=i,t}var lG=function(){function t(t,e){this._cells=[],this._levels=[],this.dim=t,this.dimIdx="x"===t?0:1,this._model=e,this._uniqueValueGen=function(t){var e=t.toUpperCase(),n=new RegExp("^"+e+"([0-9]+)$"),i=0;function r(t){var e;null!=t&&(e=t.match(n))&&(i=ho(i,+e[1]+1))}function o(){return""+e+i++}function a(t,e){for(var n=gt(),i=0;i=1,x=n[sh[i]],_=o.getLocatorCount(i)-1,b=new ya;for(a.resetLayoutIterator(b,i);b.next();)w(b.item);for(o.resetLayoutIterator(b,i);b.next();)w(b.item);function w(t){et(t.wh)&&(t.wh=v),t.xy=x,t.id[sh[i]]!==_||m||(t.wh=n[sh[i]]+n[lh[i]]-t.xy),x+=t.wh}}function RG(t,e){for(var n=e[sh[t]].resetCellIterator();n.next();){var i=n.item;zG(i.rect,t,i.id,i.span,e),zG(i.rect,1-t,i.id,i.span,e),i.type===ZV&&(i.xy=i.rect[sh[t]],i.wh=i.rect[lh[t]])}}function NG(t,e){t.travelExistingCells((function(t){var n=t.span;if(n){var i=t.spanRect,r=t.id;zG(i,0,r,n,e),zG(i,1,r,n,e)}}))}function zG(t,e,n,i,r){t[lh[e]]=0;var o=n[sh[e]]<0?r[sh[1-e]]:r[sh[e]],a=o.getUnitLayoutInfo(e,n[sh[e]]);if(t[sh[e]]=a.xy,t[lh[e]]=a.wh,i[sh[e]]>1){var s=o.getUnitLayoutInfo(e,n[sh[e]]+i[sh[e]]-1);t[lh[e]]=s.xy+s.wh-a.xy}}function EG(t,e){return Math.max(Math.min(t,it(e,1/0)),0)}function BG(t){var e=t.matrixModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}var VG={inBody:1,inCorner:2,outside:3},GG={x:null,y:null,point:[]};function FG(t,e,n,i,r){var o=n[sh[e]],a=n[sh[1-e]],s=o.getUnitLayoutInfo(e,o.getLocatorCount(e)-1),l=o.getUnitLayoutInfo(e,0),u=a.getUnitLayoutInfo(e,-a.getLocatorCount(e)),c=a.shouldShow()?a.getUnitLayoutInfo(e,-1):null,h=t.point[e]=i[e];if(l||c)if(r!==jV.body)if(r!==jV.corner){var d=l?l.xy:c?c.xy+c.wh:NaN,p=u?u.xy:d,f=s?s.xy+s.wh:d;if(hf){if(!r)return void(t[sh[e]]=VG.outside);h=f}t.point[e]=h,t[sh[e]]=d<=h&&h<=f?VG.inBody:p<=h&&h<=d?VG.inCorner:VG.outside}else c?(t[sh[e]]=VG.inCorner,h=co(c.xy+c.wh,ho(u.xy,h)),t.point[e]=h):t[sh[e]]=VG.outside;else l?(t[sh[e]]=VG.inBody,h=co(s.xy+s.wh,ho(l.xy,h)),t.point[e]=h):t[sh[e]]=VG.outside;else t[sh[e]]=VG.outside}function WG(t,e,n,i){var r=1-n;if(t[sh[n]]!==VG.outside)for(i[sh[n]].resetCellIterator(PG);PG.next();){var o=PG.item;if(UG(t.point[n],o.rect,n)&&UG(t.point[r],o.rect,r))return e[n]=o.ordinal,void(e[r]=o.id[sh[r]])}}function HG(t,e,n,i){var r,o;if(t[sh[n]]!==VG.outside)for((t[sh[n]]===VG.inCorner?i[sh[1-n]]:i[sh[n]]).resetLayoutIterator(LG,n);LG.next();)if(r=t.point[n],(o=LG.item).xy<=r&&r<=o.xy+o.wh)return void(e[n]=LG.item.id[sh[n]])}function UG(t,e,n){return e[sh[n]]<=t&&t<=e[sh[n]]+e[lh[n]]}function YG(t,e){var n;return N(e,(function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)})),n}var XG=["transition","enterFrom","leaveTo"],ZG=XG.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function jG(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?XG:ZG,r=0;r=0;l--){var d,p,f;if(f=null!=(p=na((d=n[l]).id,null))?r.get(p):null){var g=f.parent,y=(h=$G(g),{}),v=Xp(f,d,g===i?{width:o,height:a}:{width:h.width,height:h.height},null,{hv:d.hv,boundingMode:d.bounding},y);if(!$G(f).isNew&&v){for(var m=d.transition,x={},_=0;_=0)?x[b]=w:f[b]=w}Qc(f,x,t,0)}else f.attr(y)}}},n.prototype._clear=function(){var t=this,e=this._elMap;e.each((function(n){eF(n,$G(n).option,e,t._lastGraphicModel)})),this._elMap=gt()},n.prototype.dispose=function(){this._clear()},n.type="graphic",n}(qy);function QG(t){var e=xt(KG,t)?KG[t]:ph(t);var n=new e({});return $G(n).type=t,n}function tF(t,e,n,i){var r=QG(n);return e.add(r),i.set(t,r),$G(r).id=t,$G(r).isNew=!0,r}function eF(t,e,n,i){t&&t.parent&&("group"===t.type&&t.traverse((function(t){eF(t,e,n,i)})),_E(t,e,i),n.removeKey($G(t).id))}function nF(t,e,n,i){t.isGroup||N([["cursor",rs.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],(function(n){var i=n[0];xt(e,i)?t[i]=it(e[i],n[1]):null==t[i]&&(t[i]=n[1])})),N(G(e),(function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=U(i)?i:null}})),xt(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}var iF=["x","y","radius","angle","single"],rF=["cartesian2d","polar","singleAxis"];function oF(t){return t+"Axis"}function aF(t,e){var n,i=gt(),r=[],o=gt();t.eachComponent({mainType:"dataZoom",query:e},(function(t){o.get(t.uid)||s(t)}));do{n=!1,t.eachComponent("dataZoom",a)}while(n);function a(t){!o.get(t.uid)&&function(t){var e=!1;return t.eachTargetAxis((function(t,n){var r=i.get(t);r&&r[n]&&(e=!0)})),e}(t)&&(s(t),n=!0)}function s(t){o.set(t.uid,!0),r.push(t),t.eachTargetAxis((function(t,e){(i.get(t)||i.set(t,[]))[e]=!0}))}return r}function sF(t){var e=t.ecModel,n={infoList:[],infoMap:gt()};return t.eachTargetAxis((function(t,i){var r=e.getComponent(oF(t),i);if(r){var o=r.getCoordSysModel();if(o){var a=o.uid,s=n.infoMap.get(a);s||(s={model:o,axisModels:[]},n.infoList.push(s),n.infoMap.set(a,s)),s.axisModels.push(r)}}})),n}var lF=function(){function t(){this.indexList=[],this.indexMap=[]}return t.prototype.add=function(t){this.indexMap[t]||(this.indexList.push(t),this.indexMap[t]=!0)},t}(),uF=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e._autoThrottle=!0,e._noTarget=!0,e._rangePropMode=["percent","percent"],e}return e(n,t),n.prototype.init=function(t,e,n){var i=cF(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},n.prototype.mergeOption=function(t){var e=cF(t);T(this.option,t,!0),T(this.settledOption,e,!0),this._doInit(e)},n.prototype._doInit=function(t){var e=this.option;this._setDefaultThrottle(t),this._updateRangeUse(t);var n=this.settledOption;N([["start","startValue"],["end","endValue"]],(function(t,i){"value"===this._rangePropMode[i]&&(e[t[0]]=n[t[0]]=null)}),this),this._resetTarget()},n.prototype._resetTarget=function(){var t=this.get("orient",!0),e=this._targetAxisInfoMap=gt();this._fillSpecifiedTargetAxis(e)?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(e,this._orient)),this._noTarget=!0,e.each((function(t){t.indexList.length&&(this._noTarget=!1)}),this)},n.prototype._fillSpecifiedTargetAxis=function(t){var e=!1;return N(iF,(function(n){var i=this.getReferringComponents(oF(n),ha);if(i.specified){e=!0;var r=new lF;N(i.models,(function(t){r.add(t.componentIndex)})),t.set(n,r)}}),this),e},n.prototype._fillAutoTargetAxisByOrient=function(t,e){var n=this.ecModel,i=!0;if(i){var r="vertical"===e?"y":"x";o(n.findComponents({mainType:r+"Axis"}),r)}i&&o(n.findComponents({mainType:"singleAxis",filter:function(t){return t.get("orient",!0)===e}}),"single");function o(e,n){var r=e[0];if(r){var o=new lF;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",ca).models[0];a&&N(e,(function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",ca).models[0]&&o.add(t.componentIndex)}))}}}i&&N(iF,(function(e){if(i){var r=n.findComponents({mainType:oF(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new lF;o.add(r[0].componentIndex),t.set(e,o),i=!1}}}),this)},n.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis((function(e){!t&&(t=e)}),this),"y"===t?"vertical":"horizontal"},n.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var e=this.ecModel.option;this.option.throttle=e.animation&&e.animationDurationUpdate>0?100:20}},n.prototype._updateRangeUse=function(t){var e=this._rangePropMode,n=this.get("rangeMode");N([["start","startValue"],["end","endValue"]],(function(i,r){var o=null!=t[i[0]],a=null!=t[i[1]];o&&!a?e[r]="percent":!o&&a?e[r]="value":n?e[r]=n[r]:o&&(e[r]="percent")}))},n.prototype.noTarget=function(){return this._noTarget},n.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis((function(e,n){null==t&&(t=this.ecModel.getComponent(oF(e),n))}),this),t},n.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each((function(n,i){N(n.indexList,(function(n){t.call(e,i,n)}))}))},n.prototype.getAxisProxy=function(t,e){var n=this.getAxisModel(t,e);if(n)return n.__dzAxisProxy},n.prototype.getAxisModel=function(t,e){var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[e])return this.ecModel.getComponent(oF(t),e)},n.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;N([["start","startValue"],["end","endValue"]],(function(i){null==t[i[0]]&&null==t[i[1]]||(e[i[0]]=n[i[0]]=t[i[0]],e[i[1]]=n[i[1]]=t[i[1]])}),this),this._updateRangeUse(t)},n.prototype.setCalculatedRange=function(t){var e=this.option;N(["start","startValue","end","endValue"],(function(n){e[n]=t[n]}))},n.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},n.prototype.getValueRange=function(t,e){if(null!=t||null!=e)return this.getAxisProxy(t,e).getDataValueWindow();var n=this.findRepresentativeAxisProxy();return n?n.getDataValueWindow():void 0},n.prototype.findRepresentativeAxisProxy=function(t){if(t)return t.__dzAxisProxy;for(var e,n=this._targetAxisInfoMap.keys(),i=0;i=0}(e)){var n=oF(this._dimName),i=e.getReferringComponents(n,ca).models[0];i&&this._axisIndex===i.componentIndex&&t.push(e)}}),this),t},t.prototype.getAxisModel=function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},t.prototype.getMinMaxSpan=function(){return I(this._minMaxSpan)},t.prototype.calculateDataWindow=function(t){var e,n=this._dataExtent,i=this.getAxisModel().axis.scale,r=this._dataZoomModel.getRangePropMode(),o=[0,100],a=[],s=[];fF(["start","end"],(function(l,u){var c=t[l],h=t[l+"Value"];"percent"===r[u]?(null==c&&(c=o[u]),h=i.parse(fo(c,o,n))):(e=!0,c=fo(h=null==h?n[u]:i.parse(h),n,o)),s[u]=null==h||isNaN(h)?n[u]:h,a[u]=null==c||isNaN(c)?o[u]:c})),gF(s),gF(a);var l=this._minMaxSpan;function u(t,e,n,r,o){var a=o?"Span":"ValueSpan";FO(0,t,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)e[s]=fo(t[s],n,r,!0),o&&(e[s]=i.parse(e[s]))}return e?u(s,a,n,o,!1):u(a,s,o,n,!0),{valueWindow:s,percentWindow:a}},t.prototype.reset=function(t){if(t===this._dataZoomModel){var e=this.getTargetSeriesModels();this._dataExtent=function(t,e,n){var i=[1/0,-1/0];fF(n,(function(t){!function(t,e,n){e&&N(lw(e,n),(function(n){var i=e.getApproximateExtent(n);i[0]t[1]&&(t[1]=i[1])}))}(i,t.getData(),e)}));var r=t.getAxisModel(),o=Qb(r.axis.scale,r,i).calculate();return[o.min,o.max]}(this,this._dimName,e),this._updateMinMaxSpan();var n=this.calculateDataWindow(t.settledOption);this._valueWindow=n.valueWindow,this._percentWindow=n.percentWindow,this._setAxisModel()}},t.prototype.filterData=function(t,e){if(t===this._dataZoomModel){var n=this._dimName,i=this.getTargetSeriesModels(),r=t.get("filterMode"),o=this._valueWindow;"none"!==r&&fF(i,(function(t){var e=t.getData(),i=e.mapDimensionsAll(n);if(i.length){if("weakFilter"===r){var a=e.getStore(),s=z(i,(function(t){return e.getDimensionIndex(t)}),e);e.filterSelf((function(t){for(var e,n,r,l=0;lo[1];if(c&&!h&&!d)return!0;c&&(r=!0),h&&(e=!0),d&&(n=!0)}return r&&e&&n}))}else fF(i,(function(n){if("empty"===r)t.setData(e=e.map(n,(function(t){return function(t){return t>=o[0]&&t<=o[1]}(t)?t:NaN})));else{var i={};i[n]=o,e.selectRange(i)}}));fF(i,(function(t){e.setApproximateExtent(o,t)}))}}))}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._dataExtent;fF(["min","max"],(function(i){var r=e.get(i+"Span"),o=e.get(i+"ValueSpan");null!=o&&(o=this.getAxisModel().axis.scale.parse(o)),null!=o?r=fo(n[0]+o,n,[0,100],!0):null!=r&&(o=fo(r,[0,100],n,!0)-n[0]),t[i+"Span"]=r,t[i+"ValueSpan"]=o}),this)},t.prototype._setAxisModel=function(){var t=this.getAxisModel(),e=this._percentWindow,n=this._valueWindow;if(e){var i=bo(n,[0,500]);i=Math.min(i,20);var r=t.axis.scale.rawExtentInfo;0!==e[0]&&r.setDeterminedMinMax("min",+n[0].toFixed(i)),100!==e[1]&&r.setDeterminedMinMax("max",+n[1].toFixed(i)),r.freeze()}},t}();var vF={getTargetSeries:function(t){function e(e){t.eachComponent("dataZoom",(function(n){n.eachTargetAxis((function(i,r){var o=t.getComponent(oF(i),r);e(i,r,o,n)}))}))}e((function(t,e,n,i){n.__dzAxisProxy=null}));var n=[];e((function(e,i,r,o){r.__dzAxisProxy||(r.__dzAxisProxy=new yF(e,i,o,t),n.push(r.__dzAxisProxy))}));var i=gt();return N(n,(function(t){N(t.getTargetSeriesModels(),(function(t){i.set(t.uid,t)}))})),i},overallReset:function(t,e){t.eachComponent("dataZoom",(function(t){t.eachTargetAxis((function(e,n){t.getAxisProxy(e,n).reset(t)})),t.eachTargetAxis((function(n,i){t.getAxisProxy(n,i).filterData(t,e)}))})),t.eachComponent("dataZoom",(function(t){var e=t.findRepresentativeAxisProxy();if(e){var n=e.getDataPercentWindow(),i=e.getDataValueWindow();t.setCalculatedRange({start:n[0],end:n[1],startValue:i[0],endValue:i[1]})}}))}};var mF=!1;function xF(t){mF||(mF=!0,t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,vF),function(t){t.registerAction("dataZoom",(function(t,e){N(aF(e,t),(function(e){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})}))}))}(t),t.registerSubTypeDefaulter("dataZoom",(function(){return"slider"})))}function _F(t){t.registerComponentModel(hF),t.registerComponentView(pF),xF(t)}var bF=function(){},wF={};function SF(t,e){wF[t]=e}function MF(t){return wF[t]}var IF=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.optionUpdated=function(){t.prototype.optionUpdated.apply(this,arguments);var e=this.ecModel;N(this.option.feature,(function(t,n){var i=MF(n);i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(e)),T(t,i.defaultOption))}))},n.type="toolbox",n.layoutMode={type:"box",ignoreSize:!0},n.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:Qp.color.border,borderRadius:0,borderWidth:0,padding:Qp.size.m,itemSize:15,itemGap:Qp.size.s,showTitle:!0,iconStyle:{borderColor:Qp.color.accent50,color:"none"},emphasis:{iconStyle:{borderColor:Qp.color.accent50}},tooltip:{show:!1,position:"bottom"}},n}(Jp);function TF(t,e){var n=gp(e.get("padding")),i=e.getItemStyle(["color","opacity"]);return i.fill=e.get("backgroundColor"),new ml({shape:{x:t.x-n[3],y:t.y-n[0],width:t.width+n[1]+n[3],height:t.height+n[0]+n[2],r:e.get("borderRadius")},style:i,silent:!0,z2:-1})}var CF=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.render=function(t,e,n,i){var r=this.group;if(r.removeAll(),t.get("show")){var o=+t.get("itemSize"),a="vertical"===t.get("orient"),s=t.get("feature")||{},l=this._features||(this._features={}),u=[];N(s,(function(t,e){u.push(e)})),new M_(this._featureNames||[],u).add(f).update(f).remove(W(f,null)).execute(),this._featureNames=u;var c=Yp(t,n).refContainer,h=t.getBoxLayoutParams(),d=t.get("padding"),p=Wp(h,c,d);Vp(t.get("orient"),r,t.get("itemGap"),p.width,p.height),Xp(r,h,c,d),r.add(TF(r.getBoundingRect(),t)),a||r.eachChild((function(t){var e=t.__title,i=t.ensureState("emphasis"),a=i.textConfig||(i.textConfig={}),s=t.getTextContent(),l=s&&s.ensureState("emphasis");if(l&&!U(l)&&e){var u=l.style||(l.style={}),c=zr(e,wl.makeFont(u)),h=t.x+r.x,d=!1;t.y+r.y+o+c.height>n.getHeight()&&(a.position="top",d=!0);var p=d?-5-c.height:o+10;h+c.width/2>n.getWidth()?(a.position=["100%",p],u.align="right"):h-c.width/2<0&&(a.position=[0,p],u.align="left")}}))}function f(c,h){var d,p=u[c],f=u[h],g=s[p],y=new bd(g,t,t.ecModel);if(i&&null!=i.newTitle&&i.featureName===p&&(g.title=i.newTitle),p&&!f){if(function(t){return 0===t.indexOf("my")}(p))d={onclick:y.option.onclick,featureName:p};else{var v=MF(p);if(!v)return;d=new v}l[p]=d}else if(!(d=l[f]))return;d.uid=Sd("toolbox-feature"),d.model=y,d.ecModel=e,d.api=n;var m=d instanceof bF;p||!f?!y.get("show")||m&&d.unusable?m&&d.remove&&d.remove(e,n):(!function(i,s,l){var u,c,h=i.getModel("iconStyle"),d=i.getModel(["emphasis","iconStyle"]),p=s instanceof bF&&s.getIcons?s.getIcons():i.get("icon"),f=i.get("title")||{};Y(p)?(u={})[l]=p:u=p;Y(f)?(c={})[l]=f:c=f;var g=i.iconPaths={};N(u,(function(l,u){var p=Dh(l,{},{x:-o/2,y:-o/2,width:o,height:o});p.setStyle(h.getItemStyle()),p.ensureState("emphasis").style=d.getItemStyle();var f=new wl({style:{text:c[u],align:d.get("textAlign"),borderRadius:d.get("textBorderRadius"),padding:d.get("textPadding"),fill:null,font:rd({fontStyle:d.get("textFontStyle"),fontFamily:d.get("textFontFamily"),fontSize:d.get("textFontSize"),fontWeight:d.get("textFontWeight")},e)},ignore:!0});p.setTextContent(f),Nh({el:p,componentModel:t,itemName:u,formatterParamsExtra:{title:c[u]}}),p.__title=c[u],p.on("mouseover",(function(){var e=d.getItemStyle(),i=a?null==t.get("right")&&"right"!==t.get("left")?"right":"left":null==t.get("bottom")&&"bottom"!==t.get("top")?"bottom":"top";f.setStyle({fill:d.get("textFill")||e.fill||e.stroke||Qp.color.neutral99,backgroundColor:d.get("textBackgroundColor")}),p.setTextConfig({position:d.get("textPosition")||i}),f.ignore=!t.get("showTitle"),n.enterEmphasis(this)})).on("mouseout",(function(){"emphasis"!==i.get(["iconStatus",u])&&n.leaveEmphasis(this),f.hide()})),("emphasis"===i.get(["iconStatus",u])?hu:du)(p),r.add(p),p.on("click",F(s.onclick,s,e,n,u)),g[u]=p}))}(y,d,p),y.setIconStatus=function(t,e){var n=this.option,i=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[t]=e,i[t]&&("emphasis"===e?hu:du)(i[t])},d instanceof bF&&d.render&&d.render(y,e,n,i)):m&&d.dispose&&d.dispose(e,n)}},n.prototype.updateView=function(t,e,n,i){N(this._features,(function(t){t instanceof bF&&t.updateView&&t.updateView(t.model,e,n,i)}))},n.prototype.remove=function(t,e){N(this._features,(function(n){n instanceof bF&&n.remove&&n.remove(t,e)})),this.group.removeAll()},n.prototype.dispose=function(t,e){N(this._features,(function(n){n instanceof bF&&n.dispose&&n.dispose(t,e)}))},n.type="toolbox",n}(qy);var DF=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.onclick=function(t,e){var n=this.model,r=n.get("name")||t.get("title.0.text")||"echarts",o="svg"===e.getZr().painter.getType(),a=o?"svg":n.get("type",!0)||"png",s=e.getConnectedDataURL({type:a,backgroundColor:n.get("backgroundColor",!0)||t.get("backgroundColor")||Qp.color.neutral00,connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),l=i.browser;if("function"!=typeof MouseEvent||!l.newEdge&&(l.ie||l.edge))if(window.navigator.msSaveOrOpenBlob||o){var u=s.split(","),c=u[0].indexOf("base64")>-1,h=o?decodeURIComponent(u[1]):u[1];c&&(h=window.atob(h));var d=r+"."+a;if(window.navigator.msSaveOrOpenBlob){for(var p=h.length,f=new Uint8Array(p);p--;)f[p]=h.charCodeAt(p);var g=new Blob([f]);window.navigator.msSaveOrOpenBlob(g,d)}else{var y=document.createElement("iframe");document.body.appendChild(y);var v=y.contentWindow,m=v.document;m.open("image/svg+xml","replace"),m.write(h),m.close(),v.focus(),m.execCommand("SaveAs",!0,d),document.body.removeChild(y)}}else{var x=n.get("lang"),_='',b=window.open();b.document.write(_),b.document.title=r}else{var w=document.createElement("a");w.download=r+"."+a,w.target="_blank",w.href=s;var S=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});w.dispatchEvent(S)}},n.getDefaultOption=function(t){return{show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:Qp.color.neutral00,name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},n}(bF),AF="__ec_magicType_stack__",kF=[["line","bar"],["stack"]],LF=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.getIcons=function(){var t=this.model,e=t.get("icon"),n={};return N(t.get("type"),(function(t){e[t]&&(n[t]=e[t])})),n},n.getDefaultOption=function(t){return{show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}}},n.prototype.onclick=function(t,e,n){var i=this.model,r=i.get(["seriesIndex",n]);if(PF[n]){var o,a={series:[]};N(kF,(function(t){L(t,n)>=0&&N(t,(function(t){i.setIconStatus(t,"normal")}))})),i.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:null==r?null:{seriesIndex:r}},(function(t){var e=t.subType,r=t.id,o=PF[n](e,r,t,i);o&&(A(o,t.option),a.series.push(o));var s=t.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var l=s.getAxesByScale("ordinal")[0];if(l){var u=l.dim+"Axis",c=t.getReferringComponents(u,ca).models[0].componentIndex;a[u]=a[u]||[];for(var h=0;h<=c;h++)a[u][c]=a[u][c]||{};a[u][c].boundaryGap="bar"===n}}}));var s=n;"stack"===n&&(o=T({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),"emphasis"!==i.get(["iconStatus",n])&&(s="tiled")),e.dispatchAction({type:"changeMagicType",currentType:s,newOption:a,newTitle:o,featureName:"magicType"})}},n}(bF),PF={line:function(t,e,n,i){if("bar"===t)return T({id:e,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","line"])||{},!0)},bar:function(t,e,n,i){if("line"===t)return T({id:e,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","bar"])||{},!0)},stack:function(t,e,n,i){var r=n.get("stack")===AF;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),T({id:e,stack:r?"":AF},i.get(["option","stack"])||{},!0)}};r_({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},(function(t,e){e.mergeOption(t.newOption)}));var OF=new Array(60).join("-"),RF="\t";function NF(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var zF=new RegExp("[\t]+","g");function EF(t,e){var n=t.split(new RegExp("\n*"+OF+"\n*","g")),i={series:[]};return N(n,(function(t,n){if(function(t){if(t.slice(0,t.indexOf("\n")).indexOf(RF)>=0)return!0}(t)){var r=function(t){for(var e=t.split(/\n+/g),n=[],i=z(NF(e.shift()).split(zF),(function(t){return{name:t,data:[]}})),r=0;r=0)&&t(r,i._targetInfoList)}))}return t.prototype.setOutputRanges=function(t,e){return this.matchOutputRanges(t,e,(function(t,e,n){if((t.coordRanges||(t.coordRanges=[])).push(e),!t.coordRange){t.coordRange=e;var i=$F[t.brushType](0,n,e);t.__rangeOffset={offset:QF[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}})),t},t.prototype.matchOutputRanges=function(t,e,n){N(t,(function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&N(i.coordSyses,(function(i){var r=$F[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)}))}),this)},t.prototype.setInputRanges=function(t,e){N(t,(function(t){var n,i,r,o,a,s=this.findTargetInfo(t,e);if(t.range=t.range||[],s&&!0!==s){t.panelId=s.panelId;var l=$F[t.brushType](0,s.coordSys,t.coordRange),u=t.__rangeOffset;t.range=u?QF[t.brushType](l.values,u.offset,(n=l.xyMinMax,i=u.xyMinMax,r=eW(n),o=eW(i),a=[r[0]/o[0],r[1]/o[1]],isNaN(a[0])&&(a[0]=1),isNaN(a[1])&&(a[1]=1),a)):l.values}}),this)},t.prototype.makePanelOpts=function(t,e){return z(this._targetInfoList,(function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:HR(i),isTargetByCursor:YR(i,t,n.coordSysModel),getLinearBrushOtherExtent:UR(i)}}))},t.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return!0===i||i&&L(i.coordSyses,e.coordinateSystem)>=0},t.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=ZF(e,t),r=0;rt[1]&&t.reverse(),t}function ZF(t,e){return la(t,e,{includeMainTypes:UF})}var jF={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=gt(),a={},s={};(n||i||r)&&(N(n,(function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0})),N(i,(function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0})),N(r,(function(t){o.set(t.id,t),a[t.id]=!0,s[t.id]=!0})),o.each((function(t){var r=t.coordinateSystem,o=[];N(r.getCartesians(),(function(t,e){(L(n,t.getAxis("x").model)>=0||L(i,t.getAxis("y").model)>=0)&&o.push(t)})),e.push({panelId:"grid--"+t.id,gridModel:t,coordSysModel:t,coordSys:o[0],coordSyses:o,getPanelRect:KF.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})})))},geo:function(t,e){N(t.geoModels,(function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:KF.geo})}))}},qF=[function(t,e){var n=t.xAxisModel,i=t.yAxisModel,r=t.gridModel;return!r&&n&&(r=n.axis.grid.model),!r&&i&&(r=i.axis.grid.model),r&&r===e.gridModel},function(t,e){var n=t.geoModel;return n&&n===e.geoModel}],KF={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(bh(t)),e}},$F={lineX:W(JF,0),lineY:W(JF,1),rect:function(t,e,n,i){var r=t?e.pointToData([n[0][0],n[1][0]],i):e.dataToPoint([n[0][0],n[1][0]],i),o=t?e.pointToData([n[0][1],n[1][1]],i):e.dataToPoint([n[0][1],n[1][1]],i),a=[XF([r[0],o[0]]),XF([r[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(t,e,n,i){var r=[[1/0,-1/0],[1/0,-1/0]];return{values:z(n,(function(n){var o=t?e.pointToData(n,i):e.dataToPoint(n,i);return r[0][0]=Math.min(r[0][0],o[0]),r[1][0]=Math.min(r[1][0],o[1]),r[0][1]=Math.max(r[0][1],o[0]),r[1][1]=Math.max(r[1][1],o[1]),o})),xyMinMax:r}}};function JF(t,e,n,i){var r=n.getAxis(["x","y"][t]),o=XF(z([0,1],(function(t){return e?r.coordToData(r.toLocalCoord(i[t]),!0):r.toGlobalCoord(r.dataToCoord(i[t]))}))),a=[];return a[t]=o,a[1-t]=[NaN,NaN],{values:o,xyMinMax:a}}var QF={lineX:W(tW,0),lineY:W(tW,1),rect:function(t,e,n){return[[t[0][0]-n[0]*e[0][0],t[0][1]-n[0]*e[0][1]],[t[1][0]-n[1]*e[1][0],t[1][1]-n[1]*e[1][1]]]},polygon:function(t,e,n){return z(t,(function(t,i){return[t[0]-n[0]*e[i][0],t[1]-n[1]*e[i][1]]}))}};function tW(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function eW(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}var nW,iW,rW=N,oW=Zo+"toolbox-dataZoom_",aW=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.render=function(t,e,n,i){this._brushController||(this._brushController=new dR(n.getZr()),this._brushController.on("brush",F(this._onBrush,this)).mount()),function(t,e,n,i,r){var o=n._isZoomActive;i&&"takeGlobalCursor"===i.type&&(o="dataZoomSelect"===i.key&&i.dataZoomSelectActive);n._isZoomActive=o,t.setIconStatus("zoom",o?"emphasis":"normal");var a=new YF(lW(t),e,{include:["grid"]}),s=a.makePanelOpts(r,(function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"}));n._brushController.setPanels(s).enableBrush(!(!o||!s.length)&&{brushType:"auto",brushStyle:t.getModel("brushStyle").getItemStyle()})}(t,e,this,i,n),function(t,e){t.setIconStatus("back",function(t){return WF(t).length}(e)>1?"emphasis":"normal")}(t,e)},n.prototype.onclick=function(t,e,n){sW[n].call(this)},n.prototype.remove=function(t,e){this._brushController&&this._brushController.unmount()},n.prototype.dispose=function(t,e){this._brushController&&this._brushController.dispose()},n.prototype._onBrush=function(t){var e=t.areas;if(t.isEnd&&e.length){var n={},i=this.ecModel;this._brushController.updateCovers([]),new YF(lW(this.model),i,{include:["grid"]}).matchOutputRanges(e,i,(function(t,e,n){if("cartesian2d"===n.type){var i=t.brushType;"rect"===i?(r("x",n,e[0]),r("y",n,e[1])):r({lineX:"x",lineY:"y"}[i],n,e)}})),function(t,e){var n=WF(t);GF(e,(function(e,i){for(var r=n.length-1;r>=0&&!n[r][i];r--);if(r<0){var o=t.queryComponents({mainType:"dataZoom",subType:"select",id:i})[0];if(o){var a=o.getPercentRange();n[0][i]={dataZoomId:i,start:a[0],end:a[1]}}}})),n.push(e)}(i,n),this._dispatchZoomAction(n)}function r(t,e,r){var o=e.getAxis(t),a=o.model,s=function(t,e,n){var i;return n.eachComponent({mainType:"dataZoom",subType:"select"},(function(n){n.getAxisModel(t,e.componentIndex)&&(i=n)})),i}(t,a,i),l=s.findRepresentativeAxisProxy(a).getMinMaxSpan();null==l.minValueSpan&&null==l.maxValueSpan||(r=FO(0,r.slice(),o.scale.getExtent(),0,l.minValueSpan,l.maxValueSpan)),s&&(n[s.id]={dataZoomId:s.id,startValue:r[0],endValue:r[1]})}},n.prototype._dispatchZoomAction=function(t){var e=[];rW(t,(function(t,n){e.push(I(t))})),e.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:e})},n.getDefaultOption=function(t){return{show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:t.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:Qp.color.backgroundTint}}},n}(bF),sW={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(function(t){var e=WF(t),n=e[e.length-1];e.length>1&&e.pop();var i={};return GF(n,(function(t,n){for(var r=e.length-1;r>=0;r--)if(t=e[r][n]){i[n]=t;break}})),i}(this.ecModel))}};function lW(t){var e={xAxisIndex:t.get("xAxisIndex",!0),yAxisIndex:t.get("yAxisIndex",!0),xAxisId:t.get("xAxisId",!0),yAxisId:t.get("yAxisId",!0)};return null==e.xAxisIndex&&null==e.xAxisId&&(e.xAxisIndex="all"),null==e.yAxisIndex&&null==e.yAxisId&&(e.yAxisIndex="all"),e}nW="dataZoom",iW=function(t){var e=t.getComponent("toolbox",0),n=["feature","dataZoom"];if(e&&null!=e.get(n)){var i=e.getModel(n),r=[],o=la(t,lW(i));return rW(o.xAxisModels,(function(t){return a(t,"xAxis","xAxisIndex")})),rW(o.yAxisModels,(function(t){return a(t,"yAxis","yAxisIndex")})),r}function a(t,e,n){var o=t.componentIndex,a={type:"select",$fromToolbox:!0,filterMode:i.get("filterMode",!0)||"filter",id:oW+e+o};a[n]=o,r.push(a)}},st(null==Cf.get(nW)&&iW),Cf.set(nW,iW);var uW=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="tooltip",n.dependencies=["axisPointer"],n.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,displayTransition:!0,enterable:!1,backgroundColor:Qp.color.neutral00,shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,defaultBorderColor:Qp.color.border,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:Qp.color.borderShade,width:1,type:"dashed",textStyle:{}}},textStyle:{color:Qp.color.tertiary,fontSize:14}},n}(Jp);function cW(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function hW(t){if(i.domSupported)for(var e=document.documentElement.style,n=0,r=t.length;n0&&o.push(function(t,e,n){var r="cubic-bezier(0.23,1,0.32,1)",o="",a="";return n&&(a="opacity"+(o=" "+t/2+"s "+r)+",visibility"+o),e||(o=" "+t+"s "+r,a+=(a.length?",":"")+(i.transformSupported?""+gW+o:",left"+o+",top"+o)),fW+":"+a}(a,n,r)),s&&o.push("background-color:"+s),N(["width","color","radius"],(function(e){var n="border-"+e,i=fp(n),r=t.get(i);null!=r&&o.push(n+":"+r+("color"===e?"":"px"))})),o.push(function(t){var e=[],n=t.get("fontSize"),i=t.getTextColor();i&&e.push("color:"+i),e.push("font:"+t.getFont());var r=it(t.get("lineHeight"),Math.round(3*n/2));n&&e.push("line-height:"+r+"px");var o=t.get("textShadowColor"),a=t.get("textShadowBlur")||0,s=t.get("textShadowOffsetX")||0,l=t.get("textShadowOffsetY")||0;return o&&a&&e.push("text-shadow:"+s+"px "+l+"px "+a+"px "+o),N(["decoration","align"],(function(n){var i=t.get(n);i&&e.push("text-"+n+":"+i)})),e.join(";")}(d)),null!=p&&o.push("padding:"+gp(p).join("px ")+"px"),o.join(";")+";"}function xW(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&function(t,e,n,i,r){te(Qt,e,i,r,!0)&&te(t,n,Qt[0],Qt[1])}(t,a,n,i,r)}else{t[0]=i,t[1]=r;var s=o&&o.getViewportRootOffset();s&&(t[0]+=s.offsetLeft,t[1]+=s.offsetTop)}t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var _W=function(){function t(t,e){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,i.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var r=this._zr=t.getZr(),o=e.appendTo,a=o&&(Y(o)?document.querySelector(o):$(o)?o:U(o)&&o(t.getDom()));xW(this._styleCoord,r,a,t.getWidth()/2,t.getHeight()/2),(a||t.getDom()).appendChild(n),this._api=t,this._container=a;var s=this;n.onmouseenter=function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0},n.onmousemove=function(t){if(t=t||window.event,!s._enterable){var e=r.handler;he(r.painter.getViewportRoot(),t,!0),e.dispatch("mousemove",t)}},n.onmouseleave=function(){s._inContent=!1,s._enterable&&s._show&&s.hideLater(s._hideDelay)}}return t.prototype.update=function(t){if(!this._container){var e=this._api.getDom(),n=(o="position",(a=(r=e).currentStyle||document.defaultView&&document.defaultView.getComputedStyle(r))?o?a[o]:a:null),i=e.style;"absolute"!==i.position&&"absolute"!==n&&(i.position="relative")}var r,o,a,s=t.get("alwaysShowContent");s&&this._moveIfResized(),this._alwaysShowContent=s,this._enableDisplayTransition=t.get("displayTransition")&&t.get("transitionDuration")>0,this.el.className=t.get("className")||""},t.prototype.show=function(t,e){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n=this.el,i=n.style,r=this._styleCoord;n.innerHTML?i.cssText=yW+mW(t,!this._firstShow,this._longHide,this._enableDisplayTransition)+vW(r[0],r[1],!0)+"border-color:"+bp(e)+";"+(t.get("extraCssText")||"")+";pointer-events:"+(this._enterable?"auto":"none"):i.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},t.prototype.setContent=function(t,e,n,i,r){var o=this.el;if(null!=t){var a="";if(Y(r)&&"item"===n.get("trigger")&&!cW(n)&&(a=function(t,e,n){if(!Y(n)||"inside"===n)return"";var i=t.get("backgroundColor"),r=t.get("borderWidth");e=bp(e);var o,a,s="left"===(o=n)?"right":"right"===o?"left":"top"===o?"bottom":"top",l=Math.max(1.5*Math.round(r),6),u="",c=gW+":";L(["left","right"],s)>-1?(u+="top:50%",c+="translateY(-50%) rotate("+(a="left"===s?-225:-45)+"deg)"):(u+="left:50%",c+="translateX(-50%) rotate("+(a="top"===s?225:45)+"deg)");var h=a*Math.PI/180,d=l+r,p=d*Math.abs(Math.cos(h))+d*Math.abs(Math.sin(h)),f=e+" solid "+r+"px;";return'
'}(n,i,r)),Y(t))o.innerHTML=t+a;else if(t){o.innerHTML="",H(t)||(t=[t]);for(var s=0;s=0?this._tryShow(n,i):"leave"===e&&this._hide(i))}),this))},n.prototype._keepShow=function(){var t=this._tooltipModel,e=this._ecModel,n=this._api,i=t.get("triggerOn");if(null!=this._lastX&&null!=this._lastY&&"none"!==i&&"click"!==i){var r=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout((function(){!n.isDisposed()&&r.manuallyShowTip(t,e,n,{x:r._lastX,y:r._lastY,dataByCoordSys:r._lastDataByCoordSys})}))}},n.prototype.manuallyShowTip=function(t,e,n,r){if(r.from!==this.uid&&!i.node&&n.getDom()){var o=DW(r,n);this._ticket="";var a=r.dataByCoordSys,s=function(t,e,n){var i=ua(t).queryOptionMap,r=i.keys()[0];if(!r||"series"===r)return;var o=da(e,r,i.get(r),{useDefault:!1,enableAll:!1,enableNone:!1}),a=o.models[0];if(!a)return;var s,l=n.getViewOfComponentModel(a);if(l.group.traverse((function(e){var n=Nl(e).tooltipConfig;if(n&&n.name===t.name)return s=e,!0})),s)return{componentMainType:r,componentIndex:a.componentIndex,el:s}}(r,e,n);if(s){var l=s.el.getBoundingRect().clone();l.applyTransform(s.el.transform),this._tryShow({offsetX:l.x+l.width/2,offsetY:l.y+l.height/2,target:s.el,position:r.position,positionDefault:"bottom"},o)}else if(r.tooltip&&null!=r.x&&null!=r.y){var u=IW;u.x=r.x,u.y=r.y,u.update(),Nl(u).tooltipConfig={name:null,option:r.tooltip},this._tryShow({offsetX:r.x,offsetY:r.y,target:u},o)}else if(a)this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,dataByCoordSys:a,tooltipOption:r.tooltipOption},o);else if(null!=r.seriesIndex){if(this._manuallyAxisShowTip(t,e,n,r))return;var c=EB(r,e),h=c.point[0],d=c.point[1];null!=h&&null!=d&&this._tryShow({offsetX:h,offsetY:d,target:c.el,position:r.position,positionDefault:"bottom"},o)}else null!=r.x&&null!=r.y&&(n.dispatchAction({type:"updateAxisPointer",x:r.x,y:r.y}),this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,target:n.getZr().findHover(r.x,r.y).target},o))}},n.prototype.manuallyHideTip=function(t,e,n,i){var r=this._tooltipContent;this._tooltipModel&&r.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(DW(i,n))},n.prototype._manuallyAxisShowTip=function(t,e,n,i){var r=i.seriesIndex,o=i.dataIndex,a=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=r&&null!=o&&null!=a){var s=e.getSeriesByIndex(r);if(s)if("axis"===CW([s.getData().getItemModel(o),s,(s.coordinateSystem||{}).model],this._tooltipModel).get("trigger"))return n.dispatchAction({type:"updateAxisPointer",seriesIndex:r,dataIndex:o,position:i.position}),!0}},n.prototype._tryShow=function(t,e){var n=t.target;if(this._tooltipModel){this._lastX=t.offsetX,this._lastY=t.offsetY;var i=t.dataByCoordSys;if(i&&i.length)this._showAxisTooltip(i,t);else if(n){var r,o;if("legend"===Nl(n).ssrType)return;this._lastDataByCoordSys=null,Jv(n,(function(t){if(t.tooltipDisabled)return r=o=null,!0;r||o||(null!=Nl(t).dataIndex?r=t:null!=Nl(t).tooltipConfig&&(o=t))}),!0),r?this._showSeriesItemTooltip(t,r,e):o?this._showComponentItemTooltip(t,o,e):this._hide(e)}else this._lastDataByCoordSys=null,this._hide(e)}},n.prototype._showOrMove=function(t,e){var n=t.get("showDelay");e=F(e,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(e,n):e()},n.prototype._showAxisTooltip=function(t,e){var n=this._ecModel,i=this._tooltipModel,r=[e.offsetX,e.offsetY],o=CW([e.tooltipOption],i),a=this._renderMode,s=[],l=Iy("section",{blocks:[],noHeader:!0}),u=[],c=new zy;N(t,(function(t){N(t.dataByAxis,(function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value;if(e&&null!=r){var o=xB(r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),h=Iy("section",{header:o,noHeader:!lt(o),sortBlocks:!0,blocks:[]});l.blocks.push(h),N(t.seriesDataIndices,(function(l){var d=n.getSeriesByIndex(l.seriesIndex),p=l.dataIndexInside,f=d.getDataParams(p);if(!(f.dataIndex<0)){f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=ow(e.axis,{value:r}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",bp(f.color),a);var g=Fg(d.formatTooltip(p,!0,null)),y=g.frag;if(y){var v=CW([d],i).get("valueFormatter");h.blocks.push(v?D({valueFormatter:v},y):y)}g.text&&u.push(g.text),s.push(f)}}))}}))})),l.blocks.reverse(),u.reverse();var h=e.position,d=o.get("order"),p=Ly(l,c,a,d,n.get("useUTC"),o.get("textStyle"));p&&u.unshift(p);var f="richText"===a?"\n\n":"
",g=u.join(f);this._showOrMove(o,(function(){this._updateContentNotChangedOnAxis(t,s)?this._updatePosition(o,h,r[0],r[1],this._tooltipContent,s):this._showTooltipContent(o,g,s,Math.random()+"",r[0],r[1],h,null,c)}))},n.prototype._showSeriesItemTooltip=function(t,e,n){var i=this._ecModel,r=Nl(e),o=r.seriesIndex,a=i.getSeriesByIndex(o),s=r.dataModel||a,l=r.dataIndex,u=r.dataType,c=s.getData(u),h=this._renderMode,d=t.positionDefault,p=CW([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,d?{position:d}:null),f=p.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),y=new zy;g.marker=y.makeTooltipMarker("item",bp(g.color),h);var v=Fg(s.formatTooltip(l,!1,u)),m=p.get("order"),x=p.get("valueFormatter"),_=v.frag,b=_?Ly(x?D({valueFormatter:x},_):_,y,h,m,i.get("useUTC"),p.get("textStyle")):v.text,w="item_"+s.name+"_"+l;this._showOrMove(p,(function(){this._showTooltipContent(p,b,g,w,t.offsetX,t.offsetY,t.position,t.target,y)})),n({type:"showTip",dataIndexInside:l,dataIndex:c.getRawIndex(l),seriesIndex:o,from:this.uid})}},n.prototype._showComponentItemTooltip=function(t,e,n){var i="html"===this._renderMode,r=Nl(e),o=r.tooltipConfig.option||{},a=o.encodeHTMLContent;if(Y(o)){o={content:o,formatter:o},a=!0}a&&i&&o.content&&((o=I(o)).content=re(o.content));var s=[o],l=this._ecModel.getComponent(r.componentMainType,r.componentIndex);l&&s.push(l),s.push({formatter:o.content});var u=t.positionDefault,c=CW(s,this._tooltipModel,u?{position:u}:null),h=c.get("content"),d=Math.random()+"",p=new zy;this._showOrMove(c,(function(){var n=I(c.get("formatterParams")||{});this._showTooltipContent(c,h,n,d,t.offsetX,t.offsetY,t.position,e,p)})),n({type:"showTip",from:this.uid})},n.prototype._showTooltipContent=function(t,e,n,i,r,o,a,s,l){if(this._ticket="",t.get("showContent")&&t.get("show")){var u=this._tooltipContent;u.setEnterable(t.get("enterable"));var c=t.get("formatter");a=a||t.get("position");var h=e,d=this._getNearestPoint([r,o],n,t.get("trigger"),t.get("borderColor"),t.get("defaultBorderColor",!0)).color;if(c)if(Y(c)){var p=t.ecModel.get("useUTC"),f=H(n)?n[0]:n;h=c,f&&f.axisType&&f.axisType.indexOf("time")>=0&&(h=Kd(f.axisValue,h,p)),h=xp(h,n,!0)}else if(U(c)){var g=F((function(e,i){e===this._ticket&&(u.setContent(i,l,t,d,a),this._updatePosition(t,a,r,o,u,n,s))}),this);this._ticket=i,h=c(n,i,g)}else h=c;u.setContent(h,l,t,d,a),u.show(t,d),this._updatePosition(t,a,r,o,u,n,s)}},n.prototype._getNearestPoint=function(t,e,n,i,r){return"axis"===n||H(e)?{color:i||r}:H(e)?void 0:{color:i||e.color||e.borderColor}},n.prototype._updatePosition=function(t,e,n,i,r,o,a){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var u=r.getSize(),c=t.get("align"),h=t.get("verticalAlign"),d=a&&a.getBoundingRect().clone();if(a&&d.applyTransform(a.transform),U(e)&&(e=e([n,i],o,r.el,d,{viewSize:[s,l],contentSize:u.slice()})),H(e))n=go(e[0],s),i=go(e[1],l);else if(j(e)){var p=e;p.width=u[0],p.height=u[1];var f=Wp(p,{width:s,height:l});n=f.x,i=f.y,c=null,h=null}else if(Y(e)&&a){var g=function(t,e,n,i){var r=n[0],o=n[1],a=Math.ceil(Math.SQRT2*i)+8,s=0,l=0,u=e.width,c=e.height;switch(t){case"inside":s=e.x+u/2-r/2,l=e.y+c/2-o/2;break;case"top":s=e.x+u/2-r/2,l=e.y-o-a;break;case"bottom":s=e.x+u/2-r/2,l=e.y+c+a;break;case"left":s=e.x-r-a,l=e.y+c/2-o/2;break;case"right":s=e.x+u+a,l=e.y+c/2-o/2}return[s,l]}(e,d,u,t.get("borderWidth"));n=g[0],i=g[1]}else{g=function(t,e,n,i,r,o,a){var s=n.getSize(),l=s[0],u=s[1];null!=o&&(t+l+o+2>i?t-=l+o:t+=o);null!=a&&(e+u+a>r?e-=u+a:e+=a);return[t,e]}(n,i,r,s,l,c?null:20,h?null:20);n=g[0],i=g[1]}if(c&&(n-=AW(c)?u[0]/2:"right"===c?u[0]:0),h&&(i-=AW(h)?u[1]/2:"bottom"===h?u[1]:0),cW(t)){g=function(t,e,n,i,r){var o=n.getSize(),a=o[0],s=o[1];return t=Math.min(t+a,i)-a,e=Math.min(e+s,r)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}(n,i,r,s,l);n=g[0],i=g[1]}r.moveTo(n,i)},n.prototype._updateContentNotChangedOnAxis=function(t,e){var n=this._lastDataByCoordSys,i=this._cbParamsList,r=!!n&&n.length===t.length;return r&&N(n,(function(n,o){var a=n.dataByAxis||[],s=(t[o]||{}).dataByAxis||[];(r=r&&a.length===s.length)&&N(a,(function(t,n){var o=s[n]||{},a=t.seriesDataIndices||[],l=o.seriesDataIndices||[];(r=r&&t.value===o.value&&t.axisType===o.axisType&&t.axisId===o.axisId&&a.length===l.length)&&N(a,(function(t,e){var n=l[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex})),i&&N(t.seriesDataIndices,(function(t){var n=t.seriesIndex,o=e[n],a=i[n];o&&a&&a.data!==o.data&&(r=!1)}))}))})),this._lastDataByCoordSys=t,this._cbParamsList=e,!!r},n.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},n.prototype.dispose=function(t,e){!i.node&&e.getDom()&&(cv(this,"_updatePosition"),this._tooltipContent.dispose(),NB("itemTooltip",e))},n.type="tooltip",n}(qy);function CW(t,e,n){var i,r=e.ecModel;n?(i=new bd(n,r,r),i=new bd(e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof bd&&(a=a.get("tooltip",!0)),Y(a)&&(a={formatter:a}),a&&(i=new bd(a,i,r)))}return i}function DW(t,e){return t.dispatchAction||F(e.dispatchAction,e)}function AW(t){return"center"===t||"middle"===t}var kW=["rect","polygon","keep","clear"];function LW(t,e){var n=jo(t?t.brush:[]);if(n.length){var i=[];N(n,(function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(i=i.concat(e))}));var r=t&&t.toolbox;H(r)&&(r=r[0]),r||(r={feature:{}},t.toolbox=[r]);var o=r.feature||(r.feature={}),a=o.brush||(o.brush={}),s=a.type||(a.type=[]);s.push.apply(s,i),function(t){var e={};N(t,(function(t){e[t]=1})),t.length=0,N(e,(function(e,n){t.push(n)}))}(s),e&&!s.length&&s.push.apply(s,kW)}}var PW=N;function OW(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function RW(t,e,n){var i={};return PW(e,(function(e){var r,o=i[e]=((r=function(){}).prototype.__hidden=r.prototype,new r);PW(t[e],(function(t,i){if(IL.isValidType(i)){var r={type:i,visual:t};n&&n(r,e),o[i]=new IL(r),"opacity"===i&&((r=I(r)).type="colorAlpha",o.__hidden.__alphaForOpacity=new IL(r))}}))})),i}function NW(t,e,n){var i;N(n,(function(t){e.hasOwnProperty(t)&&OW(e[t])&&(i=!0)})),i&&N(n,(function(n){e.hasOwnProperty(n)&&OW(e[n])?t[n]=I(e[n]):delete t[n]}))}var zW={lineX:EW(0),lineY:EW(1),rect:{point:function(t,e,n){return t&&n.boundingRect.contain(t[0],t[1])},rect:function(t,e,n){return t&&n.boundingRect.intersect(t)}},polygon:{point:function(t,e,n){return t&&n.boundingRect.contain(t[0],t[1])&&yw(n.range,t[0],t[1])},rect:function(t,e,n){var i=n.range;if(!t||i.length<=1)return!1;var r=t.x,o=t.y,a=t.width,s=t.height,l=i[0];return!!(yw(i,r,o)||yw(i,r+a,o)||yw(i,r,o+s)||yw(i,r+a,o+s)||We.create(t).contain(l[0],l[1])||Ah(r,o,r+a,o,i)||Ah(r,o,r,o+s,i)||Ah(r+a,o,r+a,o+s,i)||Ah(r,o+s,r+a,o+s,i))||void 0}}};function EW(t){var e=["x","y"],n=["width","height"];return{point:function(e,n,i){if(e){var r=i.range;return BW(e[t],r)}},rect:function(i,r,o){if(i){var a=o.range,s=[i[e[t]],i[e[t]]+i[n[t]]];return s[1]e[0][1]&&(e[0][1]=o[0]),o[1]e[1][1]&&(e[1][1]=o[1])}return e&&ZW(e)}};function ZW(t){return new We(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}var jW=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new dR(e.getZr())).on("brush",F(this._onBrush,this)).mount()},n.prototype.render=function(t,e,n,i){this.model=t,this._updateController(t,e,n,i)},n.prototype.updateTransform=function(t,e,n,i){WW(e),this._updateController(t,e,n,i)},n.prototype.updateVisual=function(t,e,n,i){this.updateTransform(t,e,n,i)},n.prototype.updateView=function(t,e,n,i){this._updateController(t,e,n,i)},n.prototype._updateController=function(t,e,n,i){(!i||i.$from!==t.id)&&this._brushController.setPanels(t.brushTargetManager.makePanelOpts(n)).enableBrush(t.brushOption).updateCovers(t.areas.slice())},n.prototype.dispose=function(){this._brushController.dispose()},n.prototype._onBrush=function(t){var e=this.model.id,n=this.model.brushTargetManager.setOutputRanges(t.areas,this.ecModel);(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:e,areas:I(n),$from:e}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:e,areas:I(n),$from:e})},n.type="brush",n}(qy),qW=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.areas=[],e.brushOption={},e}return e(n,t),n.prototype.optionUpdated=function(t,e){var n=this.option;!e&&NW(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:this.option.defaultOutOfBrushColor},i.hasOwnProperty("liftZ")||(i.liftZ=5)},n.prototype.setAreas=function(t){t&&(this.areas=z(t,(function(t){return KW(this.option,t)}),this))},n.prototype.setBrushOption=function(t){this.brushOption=KW(this.option,t),this.brushType=this.brushOption.brushType},n.type="brush",n.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],n.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:Qp.color.backgroundTint,borderColor:Qp.color.borderTint},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4,defaultOutOfBrushColor:Qp.color.disabled},n}(Jp);function KW(t,e){return T({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new bd(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}var $W=["rect","polygon","lineX","lineY","keep","clear"],JW=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e(n,t),n.prototype.render=function(t,e,n){var i,r,o;e.eachComponent({mainType:"brush"},(function(t){i=t.brushType,r=t.brushOption.brushMode||"single",o=o||!!t.areas.length})),this._brushType=i,this._brushMode=r,N(t.get("type",!0),(function(e){t.setIconStatus(e,("keep"===e?"multiple"===r:"clear"===e?o:e===i)?"emphasis":"normal")}))},n.prototype.updateView=function(t,e,n){this.render(t,e,n)},n.prototype.getIcons=function(){var t=this.model,e=t.get("icon",!0),n={};return N(t.get("type",!0),(function(t){e[t]&&(n[t]=e[t])})),n},n.prototype.onclick=function(t,e,n){var i=this._brushType,r=this._brushMode;"clear"===n?(e.dispatchAction({type:"axisAreaSelect",intervals:[]}),e.dispatchAction({type:"brush",command:"clear",areas:[]})):e.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===n?i:i!==n&&n,brushMode:"keep"===n?"multiple"===r?"single":"multiple":r}})},n.getDefaultOption=function(t){return{show:!0,type:$W.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:t.getLocaleModel().get(["toolbox","brush","title"])}},n}(bF);var QW=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.layoutMode={type:"box",ignoreSize:!0},e}return e(n,t),n.type="title",n.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:"center",top:Qp.size.m,backgroundColor:Qp.color.transparent,borderColor:Qp.color.primary,borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:Qp.color.primary},subtextStyle:{fontSize:12,color:Qp.color.quaternary}},n}(Jp),tH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){if(this.group.removeAll(),t.get("show")){var i=this.group,r=t.getModel("textStyle"),o=t.getModel("subtextStyle"),a=t.get("textAlign"),s=it(t.get("textBaseline"),t.get("textVerticalAlign")),l=new wl({style:Jh(r,{text:t.get("text"),fill:r.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=t.get("subtext"),h=new wl({style:Jh(o,{text:c,fill:o.getTextColor(),y:u.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),d=t.get("link"),p=t.get("sublink"),f=t.get("triggerEvent",!0);l.silent=!d&&!f,h.silent=!p&&!f,d&&l.on("click",(function(){wp(d,"_"+t.get("target"))})),p&&h.on("click",(function(){wp(p,"_"+t.get("subtarget"))})),Nl(l).eventData=Nl(h).eventData=f?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(l),c&&i.add(h);var g=i.getBoundingRect(),y=t.getBoxLayoutParams();y.width=g.width,y.height=g.height;var v=Wp(y,Yp(t,n).refContainer,t.get("padding"));a||("middle"===(a=t.get("left")||t.get("right"))&&(a="center"),"right"===a?v.x+=v.width:"center"===a&&(v.x+=v.width/2)),s||("center"===(s=t.get("top")||t.get("bottom"))&&(s="middle"),"bottom"===s?v.y+=v.height:"middle"===s&&(v.y+=v.height/2),s=s||"top"),i.x=v.x,i.y=v.y,i.markRedraw();var m={align:a,verticalAlign:s};l.setStyle(m),h.setStyle(m),g=i.getBoundingRect();var x=v.margin,_=t.getItemStyle(["color","opacity"]);_.fill=t.get("backgroundColor");var b=new ml({shape:{x:g.x-x[3],y:g.y-x[0],width:g.width+x[1]+x[3],height:g.height+x[0]+x[2],r:t.get("borderRadius")},style:_,subPixelOptimize:!0,silent:!0});i.add(b)}},n.type="title",n}(qy);var eH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.layoutMode="box",e}return e(n,t),n.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n),this._initData()},n.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this._initData()},n.prototype.setCurrentIndex=function(t){null==t&&(t=this.option.currentIndex);var e=this._data.count();this.option.loop?t=(t%e+e)%e:(t>=e&&(t=e-1),t<0&&(t=0)),this.option.currentIndex=t},n.prototype.getCurrentIndex=function(){return this.option.currentIndex},n.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},n.prototype.setPlayState=function(t){this.option.autoPlay=!!t},n.prototype.getPlayState=function(){return!!this.option.autoPlay},n.prototype._initData=function(){var t,e=this.option,n=e.data||[],i=e.axisType,r=this._names=[];"category"===i?(t=[],N(n,(function(e,n){var i,o=na($o(e),"");j(e)?(i=I(e)).value=n:i=n,t.push(i),r.push(o)}))):t=n;var o={category:"ordinal",time:"time",value:"number"}[i]||"number";(this._data=new j_([{name:"value",type:o}],this)).initData(t,r)},n.prototype.getData=function(){return this._data},n.prototype.getCategories=function(){if("category"===this.get("axisType"))return this._names.slice()},n.type="timeline",n.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:Qp.size.m,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:Qp.color.secondary},data:[]},n}(Jp),nH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="timeline.slider",n.defaultOption=Md(eH.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:Qp.color.border,borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:Qp.color.accent10},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:Qp.color.tertiary},itemStyle:{color:Qp.color.accent20,borderWidth:0},checkpointStyle:{symbol:"circle",symbolSize:15,color:Qp.color.accent50,borderColor:Qp.color.accent50,borderWidth:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"rgba(0, 0, 0, 0)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M15 0C23.2843 0 30 6.71573 30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0ZM15 3C8.37258 3 3 8.37258 3 15C3 21.6274 8.37258 27 15 27C21.6274 27 27 21.6274 27 15C27 8.37258 21.6274 3 15 3ZM11.5 10.6699C11.5 9.90014 12.3333 9.41887 13 9.80371L20.5 14.1338C21.1667 14.5187 21.1667 15.4813 20.5 15.8662L13 20.1963C12.3333 20.5811 11.5 20.0999 11.5 19.3301V10.6699Z",stopIcon:"path://M15 0C23.2843 0 30 6.71573 30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0ZM15 3C8.37258 3 3 8.37258 3 15C3 21.6274 8.37258 27 15 27C21.6274 27 27 21.6274 27 15C27 8.37258 21.6274 3 15 3ZM11.5 10C12.3284 10 13 10.6716 13 11.5V18.5C13 19.3284 12.3284 20 11.5 20C10.6716 20 10 19.3284 10 18.5V11.5C10 10.6716 10.6716 10 11.5 10ZM18.5 10C19.3284 10 20 10.6716 20 11.5V18.5C20 19.3284 19.3284 20 18.5 20C17.6716 20 17 19.3284 17 18.5V11.5C17 10.6716 17.6716 10 18.5 10Z",nextIcon:"path://M0.838834 18.7383C0.253048 18.1525 0.253048 17.2028 0.838834 16.617L7.55635 9.89949L0.838834 3.18198C0.253048 2.59619 0.253048 1.64645 0.838834 1.06066C1.42462 0.474874 2.37437 0.474874 2.96015 1.06066L10.7383 8.83883L10.8412 8.95277C11.2897 9.50267 11.2897 10.2963 10.8412 10.8462L10.7383 10.9602L2.96015 18.7383C2.37437 19.3241 1.42462 19.3241 0.838834 18.7383Z",prevIcon:"path://M10.9602 1.06066C11.5459 1.64645 11.5459 2.59619 10.9602 3.18198L4.24264 9.89949L10.9602 16.617C11.5459 17.2028 11.5459 18.1525 10.9602 18.7383C10.3744 19.3241 9.42462 19.3241 8.83883 18.7383L1.06066 10.9602L0.957771 10.8462C0.509245 10.2963 0.509245 9.50267 0.957771 8.95277L1.06066 8.83883L8.83883 1.06066C9.42462 0.474874 10.3744 0.474874 10.9602 1.06066Z",prevBtnSize:18,nextBtnSize:18,color:Qp.color.accent50,borderColor:Qp.color.accent50,borderWidth:0},emphasis:{label:{show:!0,color:Qp.color.accent60},itemStyle:{color:Qp.color.accent60,borderColor:Qp.color.accent60},controlStyle:{color:Qp.color.accent70,borderColor:Qp.color.accent70}},progress:{lineStyle:{color:Qp.color.accent30},itemStyle:{color:Qp.color.accent40}},data:[]}),n}(eH);O(nH,Gg.prototype);var iH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="timeline",n}(qy),rH=function(t){function n(e,n,i,r){var o=t.call(this,e,n,i)||this;return o.type=r||"value",o}return e(n,t),n.prototype.getLabelModel=function(){return this.model.getModel("label")},n.prototype.isHorizontal=function(){return"horizontal"===this.model.get("orient")},n}(Jw),oH=Math.PI,aH=aa(),sH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(t,e){this.api=e},n.prototype.render=function(t,e,n){if(this.model=t,this.api=n,this.ecModel=e,this.group.removeAll(),t.get("show",!0)){var i=this._layout(t,n),r=this._createGroup("_mainGroup"),o=this._createGroup("_labelGroup"),a=this._axis=this._createAxis(i,t);t.formatTooltip=function(t){return Iy("nameValue",{noName:!0,value:a.scale.getLabel({value:t})})},N(["AxisLine","AxisTick","Control","CurrentPointer"],(function(e){this["_render"+e](i,r,a,t)}),this),this._renderAxisLabel(i,o,a,t),this._position(i,t)}this._doPlayStop(),this._updateTicksStatus()},n.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},n.prototype.dispose=function(){this._clearTimer()},n.prototype._layout=function(t,e){var n,i,r,o,a=t.get(["label","position"]),s=t.get("orient"),l=function(t,e){return Wp(t.getBoxLayoutParams(),Yp(t,e).refContainer,t.get("padding"))}(t,e),u={horizontal:"center",vertical:(n=null==a||"auto"===a?"horizontal"===s?l.y+l.height/2=0||"+"===n?"left":"right"},c={horizontal:n>=0||"+"===n?"top":"bottom",vertical:"middle"},h={horizontal:0,vertical:oH/2},d="vertical"===s?l.height:l.width,p=t.getModel("controlStyle"),f=p.get("show",!0),g=f?p.get("itemSize"):0,y=f?p.get("itemGap"):0,v=g+y,m=t.get(["label","rotate"])||0;m=m*oH/180;var x=p.get("position",!0),_=f&&p.get("showPlayBtn",!0),b=f&&p.get("showPrevBtn",!0),w=f&&p.get("showNextBtn",!0),S=0,M=d;"left"===x||"bottom"===x?(_&&(i=[0,0],S+=v),b&&(r=[S,0],S+=v),w&&(o=[M-g,0],M-=v)):(_&&(i=[M-g,0],M-=v),b&&(r=[0,0],S+=v),w&&(o=[M-g,0],M-=v));var I=[S,M];return t.get("inverse")&&I.reverse(),{viewRect:l,mainLength:d,orient:s,rotation:h[s],labelRotation:m,labelPosOpt:n,labelAlign:t.get(["label","align"])||u[s],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||c[s],playPosition:i,prevBtnPosition:r,nextBtnPosition:o,axisExtent:I,controlSize:g,controlGap:y}},n.prototype._position=function(t,e){var n=this._mainGroup,i=this._labelGroup,r=t.viewRect;if("vertical"===t.orient){var o=[1,0,0,1,0,0],a=r.x,s=r.y+r.height;we(o,o,[-a,-s]),Se(o,o,-oH/2),we(o,o,[a,s]),(r=r.clone()).applyTransform(o)}var l=y(r),u=y(n.getBoundingRect()),c=y(i.getBoundingRect()),h=[n.x,n.y],d=[i.x,i.y];d[0]=h[0]=l[0][0];var p,f=t.labelPosOpt;null==f||Y(f)?(v(h,u,l,1,p="+"===f?0:1),v(d,c,l,1,1-p)):(v(h,u,l,1,p=f>=0?0:1),d[1]=h[1]+f);function g(t){t.originX=l[0][0]-t.x,t.originY=l[1][0]-t.y}function y(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function v(t,e,n,i,r){t[i]+=n[i][r]-e[i][r]}n.setPosition(h),i.setPosition(d),n.rotation=i.rotation=t.rotation,g(n),g(i)},n.prototype._createAxis=function(t,e){var n=e.getData(),i=e.get("axisType"),r=function(t,e){if(e=e||t.get("type"),e)switch(e){case"category":return new mb({ordinalMeta:t.getCategories(),extent:[1/0,-1/0]});case"time":return new Rb({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new _b}}(e,i);r.getTicks=function(){return n.mapArray(["value"],(function(t){return{value:t}}))};var o=n.getDataExtent("value");r.setExtent(o[0],o[1]),r.calcNiceTicks();var a=new rH("value",r,t.axisExtent,i);return a.model=e,a},n.prototype._createGroup=function(t){var e=this[t]=new Qr;return this.group.add(e),e},n.prototype._renderAxisLine=function(t,e,n,i){var r=n.getExtent();if(i.get(["lineStyle","show"])){var o=new Dc({shape:{x1:r[0],y1:0,x2:r[1],y2:0},style:D({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});e.add(o);var a=this._progressLine=new Dc({shape:{x1:r[0],x2:this._currentPointer?this._currentPointer.x:r[0],y1:0,y2:0},style:A({lineCap:"round",lineWidth:o.style.lineWidth},i.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});e.add(a)}},n.prototype._renderAxisTick=function(t,e,n,i){var r=this,o=i.getData(),a=n.scale.getTicks();this._tickSymbols=[],N(a,(function(t){var a=n.dataToCoord(t.value),s=o.getItemModel(t.value),l=s.getModel("itemStyle"),u=s.getModel(["emphasis","itemStyle"]),c=s.getModel(["progress","itemStyle"]),h={x:a,y:0,onclick:F(r._changeTimeline,r,t.value)},d=lH(s,l,e,h);d.ensureState("emphasis").style=u.getItemStyle(),d.ensureState("progress").style=c.getItemStyle(),Mu(d);var p=Nl(d);s.get("tooltip")?(p.dataIndex=t.value,p.dataModel=i):p.dataIndex=p.dataModel=null,r._tickSymbols.push(d)}))},n.prototype._renderAxisLabel=function(t,e,n,i){var r=this;if(n.getLabelModel().get("show")){var o=i.getData(),a=n.getViewLabels();this._tickLabels=[],N(a,(function(i){var a=i.tickValue,s=o.getItemModel(a),l=s.getModel("label"),u=s.getModel(["emphasis","label"]),c=s.getModel(["progress","label"]),h=n.dataToCoord(i.tickValue),d=new wl({x:h,y:0,rotation:t.labelRotation-t.rotation,onclick:F(r._changeTimeline,r,a),silent:!1,style:Jh(l,{text:i.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});d.ensureState("emphasis").style=Jh(u),d.ensureState("progress").style=Jh(c),e.add(d),Mu(d),aH(d).dataIndex=a,r._tickLabels.push(d)}))}},n.prototype._renderControl=function(t,e,n,i){var r=t.controlSize,o=t.rotation,a=i.getModel("controlStyle").getItemStyle(),s=i.getModel(["emphasis","controlStyle"]).getItemStyle(),l=i.getPlayState(),u=i.get("inverse",!0);function c(t,n,l,u){if(t){var c=Gr(it(i.get(["controlStyle",n+"BtnSize"]),r),r),h=function(t,e,n,i){var r=i.style,o=Dh(t.get(["controlStyle",e]),i||{},new We(n[0],n[1],n[2],n[3]));r&&o.setStyle(r);return o}(i,n+"Icon",[0,-c/2,c,c],{x:t[0],y:t[1],originX:r/2,originY:0,rotation:u?-o:0,rectHover:!0,style:a,onclick:l});h.ensureState("emphasis").style=s,e.add(h),Mu(h)}}c(t.nextBtnPosition,"next",F(this._changeTimeline,this,u?"-":"+")),c(t.prevBtnPosition,"prev",F(this._changeTimeline,this,u?"+":"-")),c(t.playPosition,l?"stop":"play",F(this._handlePlayClick,this,!l),!0)},n.prototype._renderCurrentPointer=function(t,e,n,i){var r=i.getData(),o=i.getCurrentIndex(),a=r.getItemModel(o).getModel("checkpointStyle"),s=this,l={onCreate:function(t){t.draggable=!0,t.drift=F(s._handlePointerDrag,s),t.ondragend=F(s._handlePointerDragend,s),uH(t,s._progressLine,o,n,i,!0)},onUpdate:function(t){uH(t,s._progressLine,o,n,i)}};this._currentPointer=lH(a,a,this._mainGroup,{},this._currentPointer,l)},n.prototype._handlePlayClick=function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},n.prototype._handlePointerDrag=function(t,e,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},n.prototype._handlePointerDragend=function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},n.prototype._pointerChangeTimeline=function(t,e){var n=this._toAxisCoord(t)[0],i=mo(this._axis.getExtent().slice());n>i[1]&&(n=i[1]),n=0&&(s[a]=+s[a].toFixed(d)),[s,h]}var _H={min:W(xH,"min"),max:W(xH,"max"),average:W(xH,"average"),median:W(xH,"median")};function bH(t,e){if(e){var n=t.getData(),i=t.coordinateSystem,r=i&&i.dimensions;if(!function(t){return!isNaN(parseFloat(t.x))&&!isNaN(parseFloat(t.y))}(e)&&!H(e.coord)&&H(r)){var o=wH(e,n,i,t);if((e=I(e)).type&&_H[e.type]&&o.baseAxis&&o.valueAxis){var a=L(r,o.baseAxis.dim),s=L(r,o.valueAxis.dim),l=_H[e.type](n,o.valueAxis.dim,o.baseDataDim,o.valueDataDim,a,s);e.coord=l[0],e.value=l[1]}else e.coord=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis]}if(null!=e.coord&&H(r))for(var u=e.coord,c=0;c<2;c++)_H[u[c]]&&(u[c]=IH(n,n.mapDimension(r[c]),u[c]));else{e.coord=[];var h=t.getBaseAxis();if(h&&e.type&&_H[e.type]){var d=i.getOtherAxis(h);d&&(e.value=IH(n,n.mapDimension(d.dim),e.type))}}return e}}function wH(t,e,n,i){var r={};return null!=t.valueIndex||null!=t.valueDim?(r.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,r.valueAxis=n.getAxis(function(t,e){var n=t.getData().getDimensionInfo(e);return n&&n.coordDim}(i,r.valueDataDim)),r.baseAxis=n.getOtherAxis(r.valueAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim)):(r.baseAxis=i.getBaseAxis(),r.valueAxis=n.getOtherAxis(r.baseAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim),r.valueDataDim=e.mapDimension(r.valueAxis.dim)),r}function SH(t,e){return!(t&&t.containData&&e.coord&&!mH(e))||t.containData(e.coord)}function MH(t,e){return t?function(t,n,i,r){return Yg(r<2?t.coord&&t.coord[r]:t.value,e[r])}:function(t,n,i,r){return Yg(t.value,e[r])}}function IH(t,e,n){if("average"===n){var i=0,r=0;return t.each(e,(function(t,e){isNaN(t)||(i+=t,r++)})),i/r}return"median"===n?t.getMedian(e):t.getDataExtent(e)["max"===n?1:0]}var TH=aa(),CH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.init=function(){this.markerGroupMap=gt()},n.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each((function(t){TH(t).keep=!1})),e.eachSeries((function(t){var r=yH.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)})),r.each((function(t){!TH(t).keep&&i.group.remove(t.group)})),function(t,e,n){t.eachSeries((function(t){var i=yH.getMarkerModelFromSeries(t,n),r=e.get(t.id);if(i&&r&&r.group){var o=Wh(i),a=o.z,s=o.zlevel;Uh(r.group,a,s)}}))}(e,r,this.type)},n.prototype.markKeep=function(t){TH(t).keep=!0},n.prototype.toggleBlurSeries=function(t,e){var n=this;N(t,(function(t){var i=yH.getMarkerModelFromSeries(t,n.type);i&&i.getData().eachItemGraphicEl((function(t){t&&(e?pu(t):fu(t))}))}))},n.type="marker",n}(qy);function DH(t,e,n){var i=e.coordinateSystem,r=n.getWidth(),o=n.getHeight(),a=i&&i.getArea&&i.getArea();t.each((function(n){var s,l=t.getItemModel(n),u="coordinate"===l.get("relativeTo"),c=u?a?a.width:0:r,h=u?a?a.height:0:o,d=u&&a?a.x:0,p=u&&a?a.y:0,f=go(l.get("x"),c)+d,g=go(l.get("y"),h)+p;if(isNaN(f)||isNaN(g)){if(e.getMarkerPosition)s=e.getMarkerPosition(t.getValues(t.dimensions,n));else if(i){var y=t.get(i.dimensions[0],n),v=t.get(i.dimensions[1],n);s=i.dataToPoint([y,v])}}else s=[f,g];isNaN(f)||(s[0]=f),isNaN(g)||(s[1]=g),t.setItemLayout(n,s)}))}var AH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=yH.getMarkerModelFromSeries(t,"markPoint");e&&(DH(e.getData(),t,n),this.markerGroupMap.get(t.id).updateLayout())}),this)},n.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new SI),u=function(t,e,n){var i;i=t?z(t&&t.dimensions,(function(t){return D(D({},e.getData().getDimensionInfo(e.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})})):[{name:"value",type:"float"}];var r=new j_(i,n),o=z(n.get("data"),W(bH,e));t&&(o=B(o,W(SH,t)));var a=MH(!!t,i);return r.initData(o,null,a),r}(r,t,e);e.setData(u),DH(e.getData(),t,i),u.each((function(t){var n=u.getItemModel(t),i=n.getShallow("symbol"),r=n.getShallow("symbolSize"),o=n.getShallow("symbolRotate"),s=n.getShallow("symbolOffset"),l=n.getShallow("symbolKeepAspect");if(U(i)||U(r)||U(o)||U(s)){var c=e.getRawValue(t),h=e.getDataParams(t);U(i)&&(i=i(c,h)),U(r)&&(r=r(c,h)),U(o)&&(o=o(c,h)),U(s)&&(s=s(c,h))}var d=n.getModel("itemStyle").getItemStyle(),p=n.get("z2"),f=jv(a,"color");d.fill||(d.fill=f),u.setItemVisual(t,{z2:it(p,0),symbol:i,symbolSize:r,symbolRotate:o,symbolOffset:s,symbolKeepAspect:l,style:d})})),l.updateData(u),this.group.add(l.group),u.eachItemGraphicEl((function(t){t.traverse((function(t){Nl(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},n.type="markPoint",n}(CH);var kH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.createMarkerModelFromSeries=function(t,e,i){return new n(t,e,i)},n.type="markLine",n.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},n}(yH),LH=aa(),PH=function(t,e,n,i){var r,o=t.getData();if(H(i))r=i;else{var a=i.type;if("min"===a||"max"===a||"average"===a||"median"===a||null!=i.xAxis||null!=i.yAxis){var s=void 0,l=void 0;if(null!=i.yAxis||null!=i.xAxis)s=e.getAxis(null!=i.yAxis?"y":"x"),l=nt(i.yAxis,i.xAxis);else{var u=wH(i,o,e,t);s=u.valueAxis,l=IH(o,nb(o,u.valueDataDim),a)}var c="x"===s.dim?0:1,h=1-c,d=I(i),p={coord:[]};d.type=null,d.coord=[],d.coord[h]=-1/0,p.coord[h]=1/0;var f=n.get("precision");f>=0&&Z(l)&&(l=+l.toFixed(Math.min(f,20))),d.coord[c]=p.coord[c]=l,r=[d,p,{type:a,valueIndex:i.valueIndex,value:l}]}else r=[]}var g=[bH(t,r[0]),bH(t,r[1]),D({},r[2])];return g[2].type=g[2].type||null,T(g[2],g[0]),T(g[2],g[1]),g};function OH(t){return!isNaN(t)&&!isFinite(t)}function RH(t,e,n,i){var r=1-t,o=i.dimensions[t];return OH(e[r])&&OH(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function NH(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(RH(1,n,i,t)||RH(0,n,i,t)))return!0}return SH(t,e[0])&&SH(t,e[1])}function zH(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=go(s.get("x"),r.getWidth()),u=go(s.get("y"),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition)o=i.getMarkerPosition(t.getValues(t.dimensions,e));else{var c=a.dimensions,h=t.get(c[0],e),d=t.get(c[1],e);o=a.dataToPoint([h,d])}if(EI(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y");c=a.dimensions;OH(t.get(c[0],e))?o[0]=p.toGlobalCoord(p.getExtent()[n?0:1]):OH(t.get(c[1],e))&&(o[1]=f.toGlobalCoord(f.getExtent()[n?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];t.setItemLayout(e,o)}var EH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=yH.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=LH(e).from,o=LH(e).to;r.each((function(e){zH(r,e,!0,t,n),zH(o,e,!1,t,n)})),i.each((function(t){i.setItemLayout(t,[r.getItemLayout(t),o.getItemLayout(t)])})),this.markerGroupMap.get(t.id).updateLayout()}}),this)},n.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new VP);this.group.add(l.group);var u=function(t,e,n){var i;i=t?z(t&&t.dimensions,(function(t){return D(D({},e.getData().getDimensionInfo(e.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})})):[{name:"value",type:"float"}];var r=new j_(i,n),o=new j_(i,n),a=new j_([],n),s=z(n.get("data"),W(PH,e,t,n));t&&(s=B(s,W(NH,t)));var l=MH(!!t,i);return r.initData(z(s,(function(t){return t[0]})),null,l),o.initData(z(s,(function(t){return t[1]})),null,l),a.initData(z(s,(function(t){return t[2]}))),a.hasItemOption=!0,{from:r,to:o,line:a}}(r,t,e),c=u.from,h=u.to,d=u.line;LH(e).from=c,LH(e).to=h,e.setData(d);var p=e.get("symbol"),f=e.get("symbolSize"),g=e.get("symbolRotate"),y=e.get("symbolOffset");function v(e,n,r){var o=e.getItemModel(n);zH(e,n,r,t,i);var s=o.getModel("itemStyle").getItemStyle();null==s.fill&&(s.fill=jv(a,"color")),e.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:it(o.get("symbolOffset",!0),y[r?0:1]),symbolRotate:it(o.get("symbolRotate",!0),g[r?0:1]),symbolSize:it(o.get("symbolSize"),f[r?0:1]),symbol:it(o.get("symbol",!0),p[r?0:1]),style:s})}H(p)||(p=[p,p]),H(f)||(f=[f,f]),H(g)||(g=[g,g]),H(y)||(y=[y,y]),u.from.each((function(t){v(c,t,!0),v(h,t,!1)})),d.each((function(t){var e=d.getItemModel(t),n=e.getModel("lineStyle").getLineStyle();d.setItemLayout(t,[c.getItemLayout(t),h.getItemLayout(t)]);var i=e.get("z2");null==n.stroke&&(n.stroke=c.getItemVisual(t,"style").fill),d.setItemVisual(t,{z2:it(i,0),fromSymbolKeepAspect:c.getItemVisual(t,"symbolKeepAspect"),fromSymbolOffset:c.getItemVisual(t,"symbolOffset"),fromSymbolRotate:c.getItemVisual(t,"symbolRotate"),fromSymbolSize:c.getItemVisual(t,"symbolSize"),fromSymbol:c.getItemVisual(t,"symbol"),toSymbolKeepAspect:h.getItemVisual(t,"symbolKeepAspect"),toSymbolOffset:h.getItemVisual(t,"symbolOffset"),toSymbolRotate:h.getItemVisual(t,"symbolRotate"),toSymbolSize:h.getItemVisual(t,"symbolSize"),toSymbol:h.getItemVisual(t,"symbol"),style:n})})),l.updateData(d),u.line.eachItemGraphicEl((function(t){Nl(t).dataModel=e,t.traverse((function(t){Nl(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},n.type="markLine",n}(CH);var BH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.createMarkerModelFromSeries=function(t,e,i){return new n(t,e,i)},n.type="markArea",n.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},n}(yH),VH=aa(),GH=function(t,e,n,i){var r=i[0],o=i[1];if(r&&o){var a=bH(t,r),s=bH(t,o),l=a.coord,u=s.coord;l[0]=nt(l[0],-1/0),l[1]=nt(l[1],-1/0),u[0]=nt(u[0],1/0),u[1]=nt(u[1],1/0);var c=C([{},a,s]);return c.coord=[a.coord,s.coord],c.x0=a.x,c.y0=a.y,c.x1=s.x,c.y1=s.y,c}};function FH(t){return!isNaN(t)&&!isFinite(t)}function WH(t,e,n,i){var r=1-t;return FH(e[r])&&FH(n[r])}function HH(t,e){var n=e.coord[0],i=e.coord[1],r={coord:n,x:e.x0,y:e.y0},o={coord:i,x:e.x1,y:e.y1};return EI(t,"cartesian2d")?!(!n||!i||!WH(1,n,i)&&!WH(0,n,i))||function(t,e,n){return!(t&&t.containZone&&e.coord&&n.coord&&!mH(e)&&!mH(n))||t.containZone(e.coord,n.coord)}(t,r,o):SH(t,r)||SH(t,o)}function UH(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=go(s.get(n[0]),r.getWidth()),u=go(s.get(n[1]),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition){var c=t.getValues(["x0","y0"],e),h=t.getValues(["x1","y1"],e),d=a.clampData(c),p=a.clampData(h),f=[];"x0"===n[0]?f[0]=d[0]>p[0]?h[0]:c[0]:f[0]=d[0]>p[0]?c[0]:h[0],"y0"===n[1]?f[1]=d[1]>p[1]?h[1]:c[1]:f[1]=d[1]>p[1]?c[1]:h[1],o=i.getMarkerPosition(f,n,!0)}else{var g=[m=t.get(n[0],e),x=t.get(n[1],e)];a.clampData&&a.clampData(g,g),o=a.dataToPoint(g,!0)}if(EI(a,"cartesian2d")){var y=a.getAxis("x"),v=a.getAxis("y"),m=t.get(n[0],e),x=t.get(n[1],e);FH(m)?o[0]=y.toGlobalCoord(y.getExtent()["x0"===n[0]?0:1]):FH(x)&&(o[1]=v.toGlobalCoord(v.getExtent()["y0"===n[1]?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}var YH=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],XH=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=yH.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each((function(e){var r=z(YH,(function(r){return UH(i,e,r,t,n)}));i.setItemLayout(e,r),i.getItemGraphicEl(e).setShape("points",r)}))}}),this)},n.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,{group:new Qr});this.group.add(l.group),this.markKeep(l);var u=function(t,e,n){var i,r,o=["x0","y0","x1","y1"];if(t){var a=z(t&&t.dimensions,(function(t){var n=e.getData();return D(D({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})}));r=z(o,(function(t,e){return{name:t,type:a[e%2].type}})),i=new j_(r,n)}else i=new j_(r=[{name:"value",type:"float"}],n);var s=z(n.get("data"),W(GH,e,t,n));t&&(s=B(s,W(HH,t)));var l=t?function(t,e,n,i){return Yg(t.coord[Math.floor(i/2)][i%2],r[i])}:function(t,e,n,i){return Yg(t.value,r[i])};return i.initData(s,null,l),i.hasItemOption=!0,i}(r,t,e);e.setData(u),u.each((function(e){var n=z(YH,(function(n){return UH(u,e,n,t,i)})),o=r.getAxis("x").scale,s=r.getAxis("y").scale,l=o.getExtent(),c=s.getExtent(),h=[o.parse(u.get("x0",e)),o.parse(u.get("x1",e))],d=[s.parse(u.get("y0",e)),s.parse(u.get("y1",e))];mo(h),mo(d);var p=!!(l[0]>h[1]||l[1]d[1]||c[1]=0},n.prototype.getOrient=function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},n.type="legend.plain",n.dependencies=["series"],n.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",bottom:Qp.size.m,align:"auto",backgroundColor:Qp.color.transparent,borderColor:Qp.color.border,borderRadius:0,borderWidth:0,padding:5,itemGap:8,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:Qp.color.disabled,inactiveBorderColor:Qp.color.disabled,inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:Qp.color.disabled,inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:Qp.color.secondary},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:Qp.color.tertiary,borderWidth:1,borderColor:Qp.color.border},emphasis:{selectorLabel:{show:!0,color:Qp.color.quaternary}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1},triggerEvent:!1},n}(Jp),jH=W,qH=N,KH=Qr,$H=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.newlineDisabled=!1,e}return e(n,t),n.prototype.init=function(){this.group.add(this._contentGroup=new KH),this.group.add(this._selectorGroup=new KH),this._isFirstRender=!0},n.prototype.getContentGroup=function(){return this._contentGroup},n.prototype.getSelectorGroup=function(){return this._selectorGroup},n.prototype.render=function(t,e,n){var i=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),t.get("show",!0)){var r=t.get("align"),o=t.get("orient");r&&"auto"!==r||(r="right"===t.get("left")&&"vertical"===o?"right":"left");var a=t.get("selector",!0),s=t.get("selectorPosition",!0);!a||s&&"auto"!==s||(s="horizontal"===o?"end":"start"),this.renderInner(r,t,e,n,a,o,s);var l=Yp(t,n).refContainer,u=t.getBoxLayoutParams(),c=t.get("padding"),h=Wp(u,l,c),d=this.layoutInner(t,r,h,i,a,s),p=Wp(A({width:d.width,height:d.height},u),l,c);this.group.x=p.x-d.x,this.group.y=p.y-d.y,this.group.markRedraw(),this.group.add(this._backgroundEl=TF(d,t))}},n.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},n.prototype.renderInner=function(t,e,n,i,r,o,a){var s=this.getContentGroup(),l=gt(),u=e.get("selectedMode"),c=e.get("triggerEvent"),h=[];n.eachRawSeries((function(t){!t.get("legendHoverLink")&&h.push(t.id)})),qH(e.getData(),(function(r,o){var a=this,d=r.get("name");if(!this.newlineDisabled&&(""===d||"\n"===d)){var p=new KH;return p.newline=!0,void s.add(p)}var f=n.getSeriesByName(d)[0];if(!l.get(d)){if(f){var g=f.getData(),y=g.getVisual("legendLineStyle")||{},v=g.getVisual("legendIcon"),m=g.getVisual("style"),x=this._createItem(f,d,o,r,e,t,y,m,v,u,i);x.on("click",jH(JH,d,null,i,h)).on("mouseover",jH(tU,f.name,null,i,h)).on("mouseout",jH(eU,f.name,null,i,h)),n.ssr&&x.eachChild((function(t){var e=Nl(t);e.seriesIndex=f.seriesIndex,e.dataIndex=o,e.ssrType="legend"})),c&&x.eachChild((function(t){a.packEventData(t,e,f,o,d)})),l.set(d,!0)}else n.eachRawSeries((function(a){var s=this;if(!l.get(d)&&a.legendVisualProvider){var p=a.legendVisualProvider;if(!p.containName(d))return;var f=p.indexOfName(d),g=p.getItemVisual(f,"style"),y=p.getItemVisual(f,"legendIcon"),v=ri(g.fill);v&&0===v[3]&&(v[3]=.2,g=D(D({},g),{fill:pi(v,"rgba")}));var m=this._createItem(a,d,o,r,e,t,{},g,y,u,i);m.on("click",jH(JH,null,d,i,h)).on("mouseover",jH(tU,null,d,i,h)).on("mouseout",jH(eU,null,d,i,h)),n.ssr&&m.eachChild((function(t){var e=Nl(t);e.seriesIndex=a.seriesIndex,e.dataIndex=o,e.ssrType="legend"})),c&&m.eachChild((function(t){s.packEventData(t,e,a,o,d)})),l.set(d,!0)}}),this);0}}),this),r&&this._createSelector(r,e,i,o,a)},n.prototype.packEventData=function(t,e,n,i,r){var o={componentType:"legend",componentIndex:e.componentIndex,dataIndex:i,value:r,seriesIndex:n.seriesIndex};Nl(t).eventData=o},n.prototype._createSelector=function(t,e,n,i,r){var o=this.getSelectorGroup();qH(t,(function(t){var i=t.type,r=new wl({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===i?"legendAllSelect":"legendInverseSelect",legendId:e.id})}});o.add(r),Kh(r,{normal:e.getModel("selectorLabel"),emphasis:e.getModel(["emphasis","selectorLabel"])},{defaultText:t.title}),Mu(r)}))},n.prototype._createItem=function(t,e,n,i,r,o,a,s,l,u,c){var h=t.visualDrawType,d=r.get("itemWidth"),p=r.get("itemHeight"),f=r.isSelected(e),g=i.get("symbolRotate"),y=i.get("symbolKeepAspect"),v=i.get("icon"),m=function(t,e,n,i,r,o,a){function s(t,e){"auto"===t.lineWidth&&(t.lineWidth=e.lineWidth>0?2:0),qH(t,(function(n,i){"inherit"===t[i]&&(t[i]=e[i])}))}var l=e.getModel("itemStyle"),u=l.getItemStyle(),c=0===t.lastIndexOf("empty",0)?"fill":"stroke",h=l.getShallow("decal");u.decal=h&&"inherit"!==h?Em(h,a):i.decal,"inherit"===u.fill&&(u.fill=i[r]);"inherit"===u.stroke&&(u.stroke=i[c]);"inherit"===u.opacity&&(u.opacity=("fill"===r?i:n).opacity);s(u,i);var d=e.getModel("lineStyle"),p=d.getLineStyle();if(s(p,n),"auto"===u.fill&&(u.fill=i.fill),"auto"===u.stroke&&(u.stroke=i.fill),"auto"===p.stroke&&(p.stroke=i.fill),!o){var f=e.get("inactiveBorderWidth"),g=u[c];u.lineWidth="auto"===f?i.lineWidth>0&&g?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),p.stroke=d.get("inactiveColor"),p.lineWidth=d.get("inactiveWidth")}return{itemStyle:u,lineStyle:p}}(l=v||l||"roundRect",i,a,s,h,f,c),x=new KH,_=i.getModel("textStyle");if(!U(t.getLegendIcon)||v&&"inherit"!==v){var b="inherit"===v&&t.getData().getVisual("symbol")?"inherit"===g?t.getData().getVisual("symbolRotate"):g:0;x.add(function(t){var e=t.icon||"roundRect",n=cm(e,0,0,t.itemWidth,t.itemHeight,t.itemStyle.fill,t.symbolKeepAspect);n.setStyle(t.itemStyle),n.rotation=(t.iconRotate||0)*Math.PI/180,n.setOrigin([t.itemWidth/2,t.itemHeight/2]),e.indexOf("empty")>-1&&(n.style.stroke=n.style.fill,n.style.fill=Qp.color.neutral00,n.style.lineWidth=2);return n}({itemWidth:d,itemHeight:p,icon:l,iconRotate:b,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:y}))}else x.add(t.getLegendIcon({itemWidth:d,itemHeight:p,icon:l,iconRotate:g,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:y}));var w="left"===o?d+5:-5,S=o,M=r.get("formatter"),I=e;Y(M)&&M?I=M.replace("{name}",null!=e?e:""):U(M)&&(I=M(e));var T=f?_.getTextColor():i.get("inactiveColor");x.add(new wl({style:Jh(_,{text:I,x:w,y:p/2,fill:T,align:S,verticalAlign:"middle"},{inheritColor:T})}));var C=new ml({shape:x.getBoundingRect(),style:{fill:"transparent"}}),D=i.getModel("tooltip");return D.get("show")&&Nh({el:C,componentModel:r,itemName:e,itemTooltipOption:D.option}),x.add(C),x.eachChild((function(t){t.silent=!0})),C.silent=!u,this.getContentGroup().add(x),Mu(x),x.__legendDataIndex=n,x},n.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getContentGroup(),s=this.getSelectorGroup();Vp(t.get("orient"),a,t.get("itemGap"),n.width,n.height);var l=a.getBoundingRect(),u=[-l.x,-l.y];if(s.markRedraw(),a.markRedraw(),r){Vp("horizontal",s,t.get("selectorItemGap",!0));var c=s.getBoundingRect(),h=[-c.x,-c.y],d=t.get("selectorButtonGap",!0),p=t.getOrient().index,f=0===p?"width":"height",g=0===p?"height":"width",y=0===p?"y":"x";"end"===o?h[p]+=l[f]+d:u[p]+=c[f]+d,h[1-p]+=l[g]/2-c[g]/2,s.x=h[0],s.y=h[1],a.x=u[0],a.y=u[1];var v={x:0,y:0};return v[f]=l[f]+d+c[f],v[g]=Math.max(l[g],c[g]),v[y]=Math.min(0,c[y]+h[1-p]),v}return a.x=u[0],a.y=u[1],this.group.getBoundingRect()},n.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},n.type="legend.plain",n}(qy);function JH(t,e,n,i){eU(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),tU(t,e,n,i)}function QH(t){for(var e,n=t.getZr().storage.getDisplayList(),i=0,r=n.length;in[r],f=[-h.x,-h.y];e||(f[i]=l[s]);var g=[0,0],y=[-d.x,-d.y],v=it(t.get("pageButtonGap",!0),t.get("itemGap",!0));p&&("end"===t.get("pageButtonPosition",!0)?y[i]+=n[r]-d[r]:g[i]+=d[r]+v);y[1-i]+=h[o]/2-d[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(y);var m={x:0,y:0};if(m[r]=p?n[r]:h[r],m[o]=Math.max(h[o],d[o]),m[a]=Math.min(0,d[a]+y[1-i]),u.__rectSize=n[r],p){var x={x:0,y:0};x[r]=Math.max(n[r]-d[r]-v,0),x[o]=m[o],u.setClipPath(new ml({shape:x})),u.__rectSize=x[r]}else c.eachChild((function(t){t.attr({invisible:!0,silent:!0})}));var _=this._getPageInfo(t);return null!=_.pageIndex&&Qc(l,{x:_.contentPosition[0],y:_.contentPosition[1]},p?t:null),this._updatePageInfoView(t,_),m},n.prototype._pageGo=function(t,e,n){var i=this._getPageInfo(e)[t];null!=i&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:e.id})},n.prototype._updatePageInfoView=function(t,e){var n=this._controllerGroup;N(["pagePrev","pageNext"],(function(i){var r=null!=e[i+"DataIndex"],o=n.childOfName(i);o&&(o.setStyle("fill",r?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),o.cursor=r?"pointer":"default")}));var i=n.childOfName("pageText"),r=t.get("pageFormatter"),o=e.pageIndex,a=null!=o?o+1:0,s=e.pageCount;i&&r&&i.setStyle("text",Y(r)?r.replace("{current}",null==a?"":a+"").replace("{total}",null==s?"":s+""):r({current:a,total:s}))},n.prototype._getPageInfo=function(t){var e=t.get("scrollDataIndex",!0),n=this.getContentGroup(),i=this._containerGroup.__rectSize,r=t.getOrient().index,o=uU[r],a=cU[r],s=this._findTargetItemIndex(e),l=n.children(),u=l[s],c=l.length,h=c?1:0,d={contentPosition:[n.x,n.y],pageCount:h,pageIndex:h-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return d;var p=m(u);d.contentPosition[r]=-p.s;for(var f=s+1,g=p,y=p,v=null;f<=c;++f)(!(v=m(l[f]))&&y.e>g.s+i||v&&!x(v,g.s))&&(g=y.i>g.i?y:v)&&(null==d.pageNextDataIndex&&(d.pageNextDataIndex=g.i),++d.pageCount),y=v;for(f=s-1,g=p,y=p,v=null;f>=-1;--f)(v=m(l[f]))&&x(y,v.s)||!(g.i=e&&t.s<=e+i}},n.prototype._findTargetItemIndex=function(t){return this._showController?(this.getContentGroup().eachChild((function(i,r){var o=i.__legendDataIndex;null==n&&null!=o&&(n=r),o===t&&(e=r)})),null!=e?e:n):0;var e,n},n.type="legend.scroll",n}($H);function dU(t){b_(oU),t.registerComponentModel(aU),t.registerComponentView(hU),function(t){t.registerAction("legendScroll","legendscroll",(function(t,e){var n=t.scrollDataIndex;null!=n&&e.eachComponent({mainType:"legend",subType:"scroll",query:t},(function(t){t.setScrollDataIndex(n)}))}))}(t)}var pU=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="dataZoom.inside",n.defaultOption=Md(uF.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),n}(uF),fU=aa();function gU(t,e,n){fU(t).coordSysRecordMap.each((function(t){var i=t.dataZoomInfoMap.get(e.uid);i&&(i.getRange=n)}))}function yU(t,e){if(e){t.removeKey(e.model.uid);var n=e.controller;n&&n.dispose()}}function vU(t,e){t.isDisposed()||t.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function mU(t,e,n,i){return t.coordinateSystem.containPoint([n,i])}function xU(t){t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,(function(t,e){var n=fU(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=gt());i.each((function(t){t.dataZoomInfoMap=null})),t.eachComponent({mainType:"dataZoom",subType:"inside"},(function(t){N(sF(t).infoList,(function(n){var r=n.model.uid,o=i.get(r)||i.set(r,function(t,e){var n={model:e,containsPoint:W(mU,e),dispatchAction:W(vU,t),dataZoomInfoMap:null,controller:null},i=n.controller=new YD(t.getZr());return N(["pan","zoom","scrollMove"],(function(t){i.on(t,(function(e){var i=[];n.dataZoomInfoMap.each((function(r){if(e.isAvailableBehavior(r.model.option)){var o=(r.getRange||{})[t],a=o&&o(r.dzReferCoordSysInfo,n.model.mainType,n.controller,e);!r.model.get("disabled",!0)&&a&&i.push({dataZoomId:r.model.id,start:a[0],end:a[1]})}})),i.length&&n.dispatchAction(i)}))})),n}(e,n.model));(o.dataZoomInfoMap||(o.dataZoomInfoMap=gt())).set(t.uid,{dzReferCoordSysInfo:n,model:t,getRange:null})}))})),i.each((function(t){var n,r=t.controller,o=t.dataZoomInfoMap;if(o){var a=o.keys()[0];null!=a&&(n=o.get(a))}if(n){var s=function(t,e,n){var i,r="type_",o={type_true:2,type_move:1,type_false:0,type_undefined:-1},a=!0;return t.each((function(t){var e=t.model,n=!e.get("disabled",!0)&&(!e.get("zoomLock",!0)||"move");o[r+n]>o[r+i]&&(i=n),a=a&&e.get("preventDefaultMouseMove",!0)})),{controlType:i,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!a,api:n,zInfo:{component:e.model},triggerInfo:{roamTrigger:null,isInSelf:e.containsPoint}}}}(o,t,e);r.enable(s.controlType,s.opt),uv(t,"dispatchAction",n.model.get("throttle",!0),"fixRate")}else yU(i,t)}))}))}var _U=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataZoom.inside",e}return e(n,t),n.prototype.render=function(e,n,i){t.prototype.render.apply(this,arguments),e.noTarget()?this._clear():(this.range=e.getPercentRange(),gU(i,e,{pan:F(bU.pan,this),zoom:F(bU.zoom,this),scrollMove:F(bU.scrollMove,this)}))},n.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},n.prototype._clear=function(){!function(t,e){for(var n=fU(t).coordSysRecordMap,i=n.keys(),r=0;r0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(o[1]-o[0])+o[0],u=Math.max(1/i.scale,0);o[0]=(o[0]-l)*u+l,o[1]=(o[1]-l)*u+l;var c=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return FO(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1]?o:void 0}},pan:wU((function(t,e,n,i,r,o){var a=SU[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength})),scrollMove:wU((function(t,e,n,i,r,o){return SU[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n).signal*(t[1]-t[0])*o.scrollDelta}))};function wU(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s)return FO(t(a,s,e,n,i,r),a,[0,100],"all"),this.range=a,o[0]!==a[0]||o[1]!==a[1]?a:void 0}}var SU={grid:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem.getRect();return t=t||[0,0],"x"===o.dim?(a.pixel=e[0]-t[0],a.pixelLength=s.width,a.pixelStart=s.x,a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=s.height,a.pixelStart=s.y,a.signal=o.inverse?-1:1),a},polar:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return t=t?s.pointToCoord(t):[0,0],e=s.pointToCoord(e),"radiusAxis"===n.mainType?(a.pixel=e[0]-t[0],a.pixelLength=l[1]-l[0],a.pixelStart=l[0],a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=u[1]-u[0],a.pixelStart=u[0],a.signal=o.inverse?-1:1),a},singleAxis:function(t,e,n,i,r){var o=n.axis,a=r.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===o.orient?(s.pixel=e[0]-t[0],s.pixelLength=a.width,s.pixelStart=a.x,s.signal=o.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=a.height,s.pixelStart=a.y,s.signal=o.inverse?-1:1),s}};function MU(t){xF(t),t.registerComponentModel(pU),t.registerComponentView(_U),xU(t)}var IU=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.type="dataZoom.slider",n.layoutMode="box",n.defaultOption=Md(uF.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:Qp.color.accent10,borderRadius:0,backgroundColor:Qp.color.transparent,dataBackground:{lineStyle:{color:Qp.color.accent30,width:.5},areaStyle:{color:Qp.color.accent20,opacity:.2}},selectedDataBackground:{lineStyle:{color:Qp.color.accent40,width:.5},areaStyle:{color:Qp.color.accent20,opacity:.3}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:Qp.color.neutral00,borderColor:Qp.color.accent20},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:Qp.color.accent40,opacity:.5},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:Qp.color.tertiary},brushSelect:!0,brushStyle:{color:Qp.color.accent30,opacity:.3},emphasis:{handleLabel:{show:!0},handleStyle:{borderColor:Qp.color.accent40},moveHandleStyle:{opacity:.8}},defaultLocationEdgeGap:15}),n}(uF),TU=ml,CU="horizontal",DU="vertical",AU=["line","bar","candlestick","scatter"],kU={easing:"cubicOut",duration:100,delay:0},LU=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e._displayables={},e}return e(n,t),n.prototype.init=function(t,e){this.api=e,this._onBrush=F(this._onBrush,this),this._onBrushEnd=F(this._onBrushEnd,this)},n.prototype.render=function(e,n,i,r){if(t.prototype.render.apply(this,arguments),uv(this,"_dispatchZoomAction",e.get("throttle"),"fixRate"),this._orient=e.getOrient(),!1!==e.get("show")){if(e.noTarget())return this._clear(),void this.group.removeAll();r&&"dataZoom"===r.type&&r.from===this.uid||this._buildView(),this._updateView()}else this.group.removeAll()},n.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},n.prototype._clear=function(){cv(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},n.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var e=this._displayables.sliderGroup=new Qr;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(e),this._positionGroup()},n.prototype._resetLocation=function(){var t=this.dataZoomModel,e=this.api,n=t.get("brushSelect")?7:0,i=Yp(t,e).refContainer,r=this._findCoordRect(),o=t.get("defaultLocationEdgeGap",!0)||0,a=this._orient===CU?{right:i.width-r.x-r.width,top:i.height-30-o-n,width:r.width,height:30}:{right:o,top:r.y,width:30,height:r.height},s=qp(t.option);N(["right","top","width","height"],(function(t){"ph"===s[t]&&(s[t]=a[t])}));var l=Wp(s,i);this._location={x:l.x,y:l.y},this._size=[l.width,l.height],this._orient===DU&&this._size.reverse()},n.prototype._positionGroup=function(){var t=this.group,e=this._location,n=this._orient,i=this.dataZoomModel.getFirstTargetAxisModel(),r=i&&i.get("inverse"),o=this._displayables.sliderGroup,a=(this._dataShadowInfo||{}).otherAxisInverse;o.attr(n!==CU||r?n===CU&&r?{scaleY:a?1:-1,scaleX:-1}:n!==DU||r?{scaleY:a?-1:1,scaleX:-1,rotation:Math.PI/2}:{scaleY:a?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:a?1:-1,scaleX:1});var s=t.getBoundingRect([o]);t.x=e.x-s.x,t.y=e.y-s.y,t.markRedraw()},n.prototype._getViewExtent=function(){return[0,this._size[0]]},n.prototype._renderBackground=function(){var t=this.dataZoomModel,e=this._size,n=this._displayables.sliderGroup,i=t.get("brushSelect");n.add(new TU({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var r=new TU({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:F(this._onClickPanel,this)}),o=this.api.getZr();i?(r.on("mousedown",this._onBrushStart,this),r.cursor="crosshair",o.on("mousemove",this._onBrush),o.on("mouseup",this._onBrushEnd)):(o.off("mousemove",this._onBrush),o.off("mouseup",this._onBrushEnd)),n.add(r)},n.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],t){var e=this._size,n=this._shadowSize||[],i=t.series,r=i.getRawData(),o=i.getShadowDim&&i.getShadowDim(),a=o&&r.getDimensionInfo(o)?i.getShadowDim():t.otherDim;if(null!=a){var s=this._shadowPolygonPts,l=this._shadowPolylinePts;if(r!==this._shadowData||a!==this._shadowDim||e[0]!==n[0]||e[1]!==n[1]){var u=r.getDataExtent(t.thisDim),c=r.getDataExtent(a),h=.3*(c[1]-c[0]);c=[c[0]-h,c[1]+h];var d,p=[0,e[1]],f=[0,e[0]],g=[[e[0],0],[0,0]],y=[],v=f[1]/Math.max(1,r.count()-1),m=e[0]/(u[1]-u[0]),x="time"===t.thisAxis.type,_=-v,b=Math.round(r.count()/e[0]);r.each([t.thisDim,a],(function(t,e,n){if(b>0&&n%b)x||(_+=v);else{_=x?(+t-u[0])*m:_+v;var i=null==e||isNaN(e)||""===e,r=i?0:fo(e,c,p,!0);i&&!d&&n?(g.push([g[g.length-1][0],0]),y.push([y[y.length-1][0],0])):!i&&d&&(g.push([_,0]),y.push([_,0])),i||(g.push([_,r]),y.push([_,r])),d=i}})),s=this._shadowPolygonPts=g,l=this._shadowPolylinePts=y}this._shadowData=r,this._shadowDim=a,this._shadowSize=[e[0],e[1]];for(var w=this.dataZoomModel,S=0;S<3;S++){var M=I(1===S);this._displayables.sliderGroup.add(M),this._displayables.dataShadowSegs.push(M)}}}function I(t){var e=w.getModel(t?"selectedDataBackground":"dataBackground"),n=new Qr,i=new Sc({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new Ic({shape:{points:l},segmentIgnoreThreshold:1,style:e.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(i),n.add(r),n}},n.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(!1!==e){var n,i=this.ecModel;return t.eachTargetAxis((function(r,o){N(t.getAxisProxy(r,o).getTargetSeriesModels(),(function(t){if(!(n||!0!==e&&L(AU,t.get("type"))<0)){var a,s=i.getComponent(oF(r),o).axis,l=function(t){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[t]}(r),u=t.coordinateSystem;null!=l&&u.getOtherAxis&&(a=u.getOtherAxis(s).inverse),l=t.getData().mapDimension(l);var c=t.getData().mapDimension(r);n={thisAxis:s,series:t,thisDim:c,otherDim:l,otherAxisInverse:a}}}),this)}),this),n}},n.prototype._renderHandle=function(){var t=this.group,e=this._displayables,n=e.handles=[null,null],i=e.handleLabels=[null,null],r=this._displayables.sliderGroup,o=this._size,a=this.dataZoomModel,s=this.api,l=a.get("borderRadius")||0,u=a.get("brushSelect"),c=e.filler=new TU({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});r.add(c),r.add(new TU({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:o[0],height:o[1],r:l},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:Qp.color.transparent}})),N([0,1],(function(e){var o=a.get("handleIcon");!sm[o]&&o.indexOf("path://")<0&&o.indexOf("image://")<0&&(o="path://"+o);var s,l=cm(o,-1,0,2,2,null,!0);l.attr({cursor:(s=this._orient,"vertical"===s?"ns-resize":"ew-resize"),draggable:!0,drift:F(this._onDragMove,this,e),ondragend:F(this._onDragEnd,this),onmouseover:F(this._showDataInfo,this,!0),onmouseout:F(this._showDataInfo,this,!1),z2:5});var u=l.getBoundingRect(),c=a.get("handleSize");this._handleHeight=go(c,this._size[1]),this._handleWidth=u.width/u.height*this._handleHeight,l.setStyle(a.getModel("handleStyle").getItemStyle()),l.style.strokeNoScale=!0,l.rectHover=!0,l.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),Mu(l);var h=a.get("handleColor");null!=h&&(l.style.fill=h),r.add(n[e]=l);var d=a.getModel("textStyle"),p=(a.get("handleLabel")||{}).show||!1;t.add(i[e]=new wl({silent:!0,invisible:!p,style:Jh(d,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:d.getTextColor(),font:d.getFont()}),z2:10}))}),this);var h=c;if(u){var d=go(a.get("moveHandleSize"),o[1]),p=e.moveHandle=new ml({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:d}}),f=.8*d,g=e.moveHandleIcon=cm(a.get("moveHandleIcon"),-f/2,-f/2,f,f,Qp.color.neutral00,!0);g.silent=!0,g.y=o[1]+d/2-.5,p.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var y=Math.min(o[1]/2,Math.max(d,10));(h=e.moveZone=new ml({invisible:!0,shape:{y:o[1]-y,height:d+y}})).on("mouseover",(function(){s.enterEmphasis(p)})).on("mouseout",(function(){s.leaveEmphasis(p)})),r.add(p),r.add(g),r.add(h)}h.attr({draggable:!0,cursor:"default",drift:F(this._onDragMove,this,"all"),ondragstart:F(this._showDataInfo,this,!0),ondragend:F(this._onDragEnd,this),onmouseover:F(this._showDataInfo,this,!0),onmouseout:F(this._showDataInfo,this,!1)})},n.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[fo(t[0],[0,100],e,!0),fo(t[1],[0,100],e,!0)]},n.prototype._updateInterval=function(t,e){var n=this.dataZoomModel,i=this._handleEnds,r=this._getViewExtent(),o=n.findRepresentativeAxisProxy().getMinMaxSpan(),a=[0,100];FO(e,i,r,n.get("zoomLock")?"all":t,null!=o.minSpan?fo(o.minSpan,a,r,!0):null,null!=o.maxSpan?fo(o.maxSpan,a,r,!0):null);var s=this._range,l=this._range=mo([fo(i[0],r,a,!0),fo(i[1],r,a,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},n.prototype._updateView=function(t){var e=this._displayables,n=this._handleEnds,i=mo(n.slice()),r=this._size;N([0,1],(function(t){var i=e.handles[t],o=this._handleHeight;i.attr({scaleX:o/2,scaleY:o/2,x:n[t]+(t?-1:1),y:r[1]/2-o/2})}),this),e.filler.setShape({x:i[0],y:0,width:i[1]-i[0],height:r[1]});var o={x:i[0],width:i[1]-i[0]};e.moveHandle&&(e.moveHandle.setShape(o),e.moveZone.setShape(o),e.moveZone.getBoundingRect(),e.moveHandleIcon&&e.moveHandleIcon.attr("x",o.x+o.width/2));for(var a=e.dataShadowSegs,s=[0,i[0],i[1],r[0]],l=0;le[0]||n[1]<0||n[1]>e[1])){var i=this._handleEnds,r=(i[0]+i[1])/2,o=this._updateInterval("all",n[0]-r);this._updateView(),o&&this._dispatchZoomAction(!1)}},n.prototype._onBrushStart=function(t){var e=t.offsetX,n=t.offsetY;this._brushStart=new De(e,n),this._brushing=!0,this._brushStartTime=+new Date},n.prototype._onBrushEnd=function(t){if(this._brushing){var e=this._displayables.brushRect;if(this._brushing=!1,e){e.attr("ignore",!0);var n=e.shape;if(!(+new Date-this._brushStartTime<200&&Math.abs(n.width)<5)){var i=this._getViewExtent(),r=[0,100],o=this._handleEnds=[n.x,n.x+n.width],a=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();FO(0,o,i,0,null!=a.minSpan?fo(a.minSpan,r,i,!0):null,null!=a.maxSpan?fo(a.maxSpan,r,i,!0):null),this._range=mo([fo(o[0],i,r,!0),fo(o[1],i,r,!0)]),this._updateView(),this._dispatchZoomAction(!1)}}}},n.prototype._onBrush=function(t){this._brushing&&(pe(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},n.prototype._updateBrushRect=function(t,e){var n=this._displayables,i=this.dataZoomModel,r=n.brushRect;r||(r=n.brushRect=new TU({silent:!0,style:i.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(r)),r.attr("ignore",!1);var o=this._brushStart,a=this._displayables.sliderGroup,s=a.transformCoordToLocal(t,e),l=a.transformCoordToLocal(o.x,o.y),u=this._size;s[0]=Math.max(Math.min(u[0],s[0]),0),r.setShape({x:l[0],y:0,width:s[0]-l[0],height:u[1]})},n.prototype._dispatchZoomAction=function(t){var e=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?kU:null,start:e[0],end:e[1]})},n.prototype._findCoordRect=function(){var t,e=sF(this.dataZoomModel).infoList;if(!t&&e.length){var n=e[0].model.coordinateSystem;t=n.getRect&&n.getRect()}if(!t){var i=this.api.getWidth(),r=this.api.getHeight();t={x:.2*i,y:.2*r,width:.6*i,height:.6*r}}return t},n.type="dataZoom.slider",n}(dF);function PU(t){t.registerComponentModel(IU),t.registerComponentView(LU),xF(t)}var OU=function(t,e,n){var i=I((RU[t]||{})[e]);return n&&H(i)?i[i.length-1]:i},RU={color:{active:["#006edd","#e0ffff"],inactive:[Qp.color.transparent]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},NU=IL.mapVisual,zU=IL.eachVisual,EU=H,BU=N,VU=mo,GU=fo,FU=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.stateList=["inRange","outOfRange"],e.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],e.layoutMode={type:"box",ignoreSize:!0},e.dataBound=[-1/0,1/0],e.targetVisuals={},e.controllerVisuals={},e}return e(n,t),n.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},n.prototype.optionUpdated=function(t,e){var n=this.option;!e&&NW(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},n.prototype.resetVisual=function(t){var e=this.stateList;t=F(t,this),this.controllerVisuals=RW(this.option.controller,e,t),this.targetVisuals=RW(this.option.target,e,t)},n.prototype.getItemSymbol=function(){return null},n.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesId,e=this.option.seriesIndex;return null==e&&null==t&&(e="all"),z(da(this.ecModel,"series",{index:e,id:t},{useDefault:!1,enableAll:!0,enableNone:!1}).models,(function(t){return t.componentIndex}))},n.prototype.eachTargetSeries=function(t,e){N(this.getTargetSeriesIndices(),(function(n){var i=this.ecModel.getSeriesByIndex(n);i&&t.call(e,i)}),this)},n.prototype.isTargetSeries=function(t){var e=!1;return this.eachTargetSeries((function(n){n===t&&(e=!0)})),e},n.prototype.formatValueText=function(t,e,n){var i,r=this.option,o=r.precision,a=this.dataBound,s=r.formatter;n=n||["<",">"],H(t)&&(t=t.slice(),i=!0);var l=e?t:i?[u(t[0]),u(t[1])]:u(t);return Y(s)?s.replace("{value}",i?l[0]:l).replace("{value2}",i?l[1]:l):U(s)?i?s(t[0],t[1]):s(t):i?t[0]===a[0]?n[0]+" "+l[1]:t[1]===a[1]?n[1]+" "+l[0]:l[0]+" - "+l[1]:l;function u(t){return t===a[0]?"min":t===a[1]?"max":(+t).toFixed(Math.min(o,20))}},n.prototype.resetExtent=function(){var t=this.option,e=VU([t.min,t.max]);this._dataExtent=e},n.prototype.getDataDimensionIndex=function(t){var e=this.option.dimension;if(null!=e)return t.getDimensionIndex(e);for(var n=t.dimensions,i=n.length-1;i>=0;i--){var r=n[i],o=t.getDimensionInfo(r);if(!o.isCalculationCoord)return o.storeDimIndex}},n.prototype.getExtent=function(){return this._dataExtent.slice()},n.prototype.completeVisualOption=function(){var t=this.ecModel,e=this.option,n={inRange:e.inRange,outOfRange:e.outOfRange},i=e.target||(e.target={}),r=e.controller||(e.controller={});T(i,n),T(r,n);var o=this.isCategory();function a(n){EU(e.color)&&!n.inRange&&(n.inRange={color:e.color.slice().reverse()}),n.inRange=n.inRange||{color:t.get("gradientColor")}}a.call(this,i),a.call(this,r),function(t,e,n){var i=t[e],r=t[n];i&&!r&&(r=t[n]={},BU(i,(function(t,e){if(IL.isValidType(e)){var n=OU(e,"inactive",o);null!=n&&(r[e]=n,"color"!==e||r.hasOwnProperty("opacity")||r.hasOwnProperty("colorAlpha")||(r.opacity=[0,0]))}})))}.call(this,i,"inRange","outOfRange"),function(t){var e=(t.inRange||{}).symbol||(t.outOfRange||{}).symbol,n=(t.inRange||{}).symbolSize||(t.outOfRange||{}).symbolSize,i=this.get("inactiveColor"),r=this.getItemSymbol()||"roundRect";BU(this.stateList,(function(a){var s=this.itemSize,l=t[a];l||(l=t[a]={color:o?i:[i]}),null==l.symbol&&(l.symbol=e&&I(e)||(o?r:[r])),null==l.symbolSize&&(l.symbolSize=n&&I(n)||(o?s[0]:[s[0],s[0]])),l.symbol=NU(l.symbol,(function(t){return"none"===t?r:t}));var u=l.symbolSize;if(null!=u){var c=-1/0;zU(u,(function(t){t>c&&(c=t)})),l.symbolSize=NU(u,(function(t){return GU(t,[0,c],[0,s[0]],!0)}))}}),this)}.call(this,r)},n.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},n.prototype.isCategory=function(){return!!this.option.categories},n.prototype.setSelected=function(t){},n.prototype.getSelected=function(){return null},n.prototype.getValueState=function(t){return null},n.prototype.getVisualMeta=function(t){return null},n.type="visualMap",n.dependencies=["series"],n.defaultOption={show:!0,z:4,min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:Qp.color.transparent,borderColor:Qp.color.borderTint,contentColor:Qp.color.theme[0],inactiveColor:Qp.color.disabled,borderWidth:0,padding:Qp.size.m,textGap:10,precision:0,textStyle:{color:Qp.color.secondary}},n}(Jp),WU=[20,140],HU=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual((function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()})),this._resetRange()},n.prototype.resetItemSize=function(){t.prototype.resetItemSize.apply(this,arguments);var e=this.itemSize;(null==e[0]||isNaN(e[0]))&&(e[0]=WU[0]),(null==e[1]||isNaN(e[1]))&&(e[1]=WU[1])},n.prototype._resetRange=function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):H(e)&&(e[0]>e[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},n.prototype.completeVisualOption=function(){t.prototype.completeVisualOption.apply(this,arguments),N(this.stateList,(function(t){var e=this.option.controller[t].symbolSize;e&&e[0]!==e[1]&&(e[0]=e[1]/3)}),this)},n.prototype.setSelected=function(t){this.option.range=t.slice(),this._resetRange()},n.prototype.getSelected=function(){var t=this.getExtent(),e=mo((this.get("range")||[]).slice());return e[0]>t[1]&&(e[0]=t[1]),e[1]>t[1]&&(e[1]=t[1]),e[0]=n[1]||t<=e[1])?"inRange":"outOfRange"},n.prototype.findTargetDataIndices=function(t){var e=[];return this.eachTargetSeries((function(n){var i=[],r=n.getData();r.each(this.getDataDimensionIndex(r),(function(e,n){t[0]<=e&&e<=t[1]&&i.push(n)}),this),e.push({seriesId:n.id,dataIndex:i})}),this),e},n.prototype.getVisualMeta=function(t){var e=UU(this,"outOfRange",this.getExtent()),n=UU(this,"inRange",this.option.range.slice()),i=[];function r(e,n){i.push({value:e,color:t(e,n)})}for(var o=0,a=0,s=n.length,l=e.length;at[1])break;n.push({color:this.getControllerVisual(o,"color",e),offset:r/100})}return n.push({color:this.getControllerVisual(t[1],"color",e),offset:1}),n},n.prototype._createBarPoints=function(t,e){var n=this.visualMapModel.itemSize;return[[n[0]-e[0],t[0]],[n[0],t[0]],[n[0],t[1]],[n[0]-e[1],t[1]]]},n.prototype._createBarGroup=function(t){var e=this._orient,n=this.visualMapModel.get("inverse");return new Qr("horizontal"!==e||n?"horizontal"===e&&n?{scaleX:"bottom"===t?-1:1,rotation:-Math.PI/2}:"vertical"!==e||n?{scaleX:"left"===t?1:-1}:{scaleX:"left"===t?1:-1,scaleY:-1}:{scaleX:"bottom"===t?1:-1,rotation:Math.PI/2})},n.prototype._updateHandle=function(t,e){if(this._useHandle){var n=this._shapes,i=this.visualMapModel,r=n.handleThumbs,o=n.handleLabels,a=i.itemSize,s=i.getExtent(),l=this._applyTransform("left",n.mainGroup);KU([0,1],(function(u){var c=r[u];c.setStyle("fill",e.handlesColor[u]),c.y=t[u];var h=qU(t[u],[0,a[1]],s,!0),d=this.getControllerVisual(h,"symbolSize");c.scaleX=c.scaleY=d/a[0],c.x=a[0]-d/2;var p=wh(n.handleLabelPoints[u],bh(c,this.group));if("horizontal"===this._orient){var f="left"===l||"top"===l?(a[0]-d)/2:(a[0]-d)/-2;p[1]+=f}o[u].setStyle({x:p[0],y:p[1],text:i.formatValueText(this._dataInterval[u]),verticalAlign:"middle",align:"vertical"===this._orient?this._applyTransform("left",n.mainGroup):"center"})}),this)}},n.prototype._showIndicator=function(t,e,n,i){var r=this.visualMapModel,o=r.getExtent(),a=r.itemSize,s=[0,a[1]],l=this._shapes,u=l.indicator;if(u){u.attr("invisible",!1);var c=this.getControllerVisual(t,"color",{convertOpacityToAlpha:!0}),h=this.getControllerVisual(t,"symbolSize"),d=qU(t,o,s,!0),p=a[0]-h/2,f={x:u.x,y:u.y};u.y=d,u.x=p;var g=wh(l.indicatorLabelPoint,bh(u,this.group)),y=l.indicatorLabel;y.attr("invisible",!1);var v=this._applyTransform("left",l.mainGroup),m="horizontal"===this._orient;y.setStyle({text:(n||"")+r.formatValueText(e),verticalAlign:m?v:"middle",align:m?"center":v});var x={x:p,y:d,style:{fill:c}},_={style:{x:g[0],y:g[1]}};if(r.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var b={duration:100,easing:"cubicInOut",additive:!0};u.x=f.x,u.y=f.y,u.animateTo(x,b),y.animateTo(_,b)}else u.attr(x),y.attr(_);this._firstShowIndicator=!1;var w=this._shapes.handleLabels;if(w)for(var S=0;Sr[1]&&(u[1]=1/0),e&&(u[0]===-1/0?this._showIndicator(l,u[1],"< ",a):u[1]===1/0?this._showIndicator(l,u[0],"> ",a):this._showIndicator(l,l,"≈ ",a));var c=this._hoverLinkDataIndices,h=[];(e||eY(n))&&(h=this._hoverLinkDataIndices=n.findTargetDataIndices(u));var d=function(t,e){var n={},i={};return r(t||[],n),r(e||[],i,n),[o(n),o(i)];function r(t,e,n){for(var i=0,r=t.length;i=0&&(r.dimension=o,i.push(r))}})),t.getData().setVisual("visualMeta",i)}}];function aY(t,e,n,i){for(var r=e.targetVisuals[i],o=IL.prepareVisualTypes(r),a={color:jv(t.getData(),"color")},s=0,l=o.length;s0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"})),t.registerAction(iY,rY),N(oY,(function(e){t.registerVisual(t.PRIORITY.VISUAL.COMPONENT,e)})),t.registerPreprocessor(lY))}function dY(t){t.registerComponentModel(HU),t.registerComponentView(QU),hY(t)}var pY=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e._pieceList=[],e}return e(n,t),n.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],fY[this._mode].call(this,this._pieceList),this._resetSelected(e,n);var r=this.option.categories;this.resetVisual((function(t,e){"categories"===i?(t.mappingMethod="category",t.categories=I(r)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=z(this._pieceList,(function(t){return t=I(t),"inRange"!==e&&(t.visual=null),t})))}))},n.prototype.completeVisualOption=function(){var e=this.option,n={},i=IL.listVisualTypes(),r=this.isCategory();function o(t,e,n){return t&&t[e]&&t[e].hasOwnProperty(n)}N(e.pieces,(function(t){N(i,(function(e){t.hasOwnProperty(e)&&(n[e]=1)}))})),N(n,(function(t,n){var i=!1;N(this.stateList,(function(t){i=i||o(e,t,n)||o(e.target,t,n)}),this),!i&&N(this.stateList,(function(t){(e[t]||(e[t]={}))[n]=OU(n,"inRange"===t?"active":"inactive",r)}))}),this),t.prototype.completeVisualOption.apply(this,arguments)},n.prototype._resetSelected=function(t,e){var n=this.option,i=this._pieceList,r=(e?n:t).selected||{};if(n.selected=r,N(i,(function(t,e){var n=this.getSelectedMapKey(t);r.hasOwnProperty(n)||(r[n]=!0)}),this),"single"===n.selectedMode){var o=!1;N(i,(function(t,e){var n=this.getSelectedMapKey(t);r[n]&&(o?r[n]=!1:o=!0)}),this)}},n.prototype.getItemSymbol=function(){return this.get("itemSymbol")},n.prototype.getSelectedMapKey=function(t){return"categories"===this._mode?t.value+"":t.index+""},n.prototype.getPieceList=function(){return this._pieceList},n.prototype._determineMode=function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},n.prototype.setSelected=function(t){this.option.selected=I(t)},n.prototype.getValueState=function(t){var e=IL.findPieceIndex(t,this._pieceList);return null!=e&&this.option.selected[this.getSelectedMapKey(this._pieceList[e])]?"inRange":"outOfRange"},n.prototype.findTargetDataIndices=function(t){var e=[],n=this._pieceList;return this.eachTargetSeries((function(i){var r=[],o=i.getData();o.each(this.getDataDimensionIndex(o),(function(e,i){IL.findPieceIndex(e,n)===t&&r.push(i)}),this),e.push({seriesId:i.id,dataIndex:r})}),this),e},n.prototype.getRepresentValue=function(t){var e;if(this.isCategory())e=t.value;else if(null!=t.value)e=t.value;else{var n=t.interval||[];e=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return e},n.prototype.getVisualMeta=function(t){if(!this.isCategory()){var e=[],n=["",""],i=this,r=this._pieceList.slice();if(r.length){var o=r[0].interval[0];o!==-1/0&&r.unshift({interval:[-1/0,o]}),(o=r[r.length-1].interval[1])!==1/0&&r.push({interval:[o,1/0]})}else r.push({interval:[-1/0,1/0]});var a=-1/0;return N(r,(function(t){var e=t.interval;e&&(e[0]>a&&s([a,e[0]],"outOfRange"),s(e.slice()),a=e[1])}),this),{stops:e,outerColors:n}}function s(r,o){var a=i.getRepresentValue({interval:r});o||(o=i.getValueState(a));var s=t(a,o);r[0]===-1/0?n[0]=s:r[1]===1/0?n[1]=s:e.push({value:r[0],color:s},{value:r[1],color:s})}},n.type="visualMap.piecewise",n.defaultOption=Md(FU.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),n}(FU),fY={splitNumber:function(t){var e=this.option,n=Math.min(e.precision,20),i=this.getExtent(),r=e.splitNumber;r=Math.max(parseInt(r,10),1),e.splitNumber=r;for(var o=(i[1]-i[0])/r;+o.toFixed(n)!==o&&n<5;)n++;e.precision=n,o=+o.toFixed(n),e.minOpen&&t.push({interval:[-1/0,i[0]],close:[0,0]});for(var a=0,s=i[0];a","≥"][e[0]]];t.text=t.text||this.formatValueText(null!=t.value?t.value:t.interval,!1,n)}),this)}};function gY(t,e){var n=t.inverse;("vertical"===t.orient?!n:n)&&e.reverse()}var yY=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.doRender=function(){var t=this.group;t.removeAll();var e=this.visualMapModel,n=e.get("textGap"),i=e.textStyleModel,r=this._getItemAlign(),o=e.itemSize,a=this._getViewData(),s=a.endsText,l=nt(e.get("showLabel",!0),!s),u=!e.get("selectedMode");s&&this._renderEndsText(t,s[0],o,l,r),N(a.viewPieceList,(function(a){var s=a.piece,c=new Qr;c.onclick=F(this._onItemClick,this,s),this._enableHoverLink(c,a.indexInModelPieceList);var h=e.getRepresentValue(s);if(this._createItemSymbol(c,h,[0,0,o[0],o[1]],u),l){var d=this.visualMapModel.getValueState(h),p=i.get("align")||r;c.add(new wl({style:Jh(i,{x:"right"===p?-n:o[0]+n,y:o[1]/2,text:s.text,verticalAlign:i.get("verticalAlign")||"middle",align:p,opacity:it(i.get("opacity"),"outOfRange"===d?.5:1)}),silent:u}))}t.add(c)}),this),s&&this._renderEndsText(t,s[1],o,l,r),Vp(e.get("orient"),t,e.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},n.prototype._enableHoverLink=function(t,e){var n=this;t.on("mouseover",(function(){return i("highlight")})).on("mouseout",(function(){return i("downplay")}));var i=function(t){var i=n.visualMapModel;i.option.hoverLink&&n.api.dispatchAction({type:t,batch:jU(i.findTargetDataIndices(e),i)})}},n.prototype._getItemAlign=function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return ZU(t,this.api,t.itemSize);var n=e.align;return n&&"auto"!==n||(n="left"),n},n.prototype._renderEndsText=function(t,e,n,i,r){if(e){var o=new Qr,a=this.visualMapModel.textStyleModel;o.add(new wl({style:Jh(a,{x:i?"right"===r?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:i?r:"center",text:e})})),t.add(o)}},n.prototype._getViewData=function(){var t=this.visualMapModel,e=z(t.getPieceList(),(function(t,e){return{piece:t,indexInModelPieceList:e}})),n=t.get("text"),i=t.get("orient"),r=t.get("inverse");return("horizontal"===i?r:!r)?e.reverse():n&&(n=n.slice().reverse()),{viewPieceList:e,endsText:n}},n.prototype._createItemSymbol=function(t,e,n,i){var r=cm(this.getControllerVisual(e,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(e,"color"));r.silent=i,t.add(r)},n.prototype._onItemClick=function(t){var e=this.visualMapModel,n=e.option,i=n.selectedMode;if(i){var r=I(n.selected),o=e.getSelectedMapKey(t);"single"===i||!0===i?(r[o]=!0,N(r,(function(t,e){r[e]=e===o}))):r[o]=!r[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:r})}},n.type="visualMap.piecewise",n}(YU);function vY(t){t.registerComponentModel(pY),t.registerComponentView(yY),hY(t)}var mY=function(){function t(t){this._thumbnailModel=t}return t.prototype.reset=function(t){this._renderVersion=t.getMainProcessVersion()},t.prototype.renderContent=function(t){var e=t.api.getViewOfComponentModel(this._thumbnailModel);e&&(t.group.silent=!0,e.renderContent({group:t.group,targetTrans:t.targetTrans,z2Range:Hh(t.group),roamType:t.roamType,viewportRect:t.viewportRect,renderVersion:this._renderVersion}))},t.prototype.updateWindow=function(t,e){var n=e.getViewOfComponentModel(this._thumbnailModel);n&&n.updateWindow({targetTrans:t,renderVersion:this._renderVersion})},t}(),xY=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e.preventAutoZ=!0,e}return e(n,t),n.prototype.optionUpdated=function(t,e){this._updateBridge()},n.prototype._updateBridge=function(){var t=this._birdge=this._birdge||new mY(this);(this._target=null,this.ecModel.eachSeries((function(t){JP(t,null)})),this.shouldShow())&&JP(this.getTarget().baseMapProvider,t)},n.prototype.shouldShow=function(){return this.getShallow("show",!0)},n.prototype.getBridge=function(){return this._birdge},n.prototype.getTarget=function(){if(this._target)return this._target;var t=this.getReferringComponents("series",{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];return t?"graph"!==t.subType&&(t=null):t=this.ecModel.queryComponents({mainType:"series",subType:"graph"})[0],this._target={baseMapProvider:t},this._target},n.type="thumbnail",n.layoutMode="box",n.dependencies=["series","geo"],n.defaultOption={show:!0,right:1,bottom:1,height:"25%",width:"25%",itemStyle:{borderColor:Qp.color.border,borderWidth:2},windowStyle:{borderWidth:1,color:Qp.color.neutral30,borderColor:Qp.color.neutral40,opacity:.3},z:10},n}(Jp),_Y=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=n.type,e}return e(n,t),n.prototype.render=function(t,e,n){if(this._api=n,this._model=t,this._coordSys||(this._coordSys=new ck),this._isEnabled()){this._renderVersion=n.getMainProcessVersion();var i=this.group;i.removeAll();var r=t.getModel("itemStyle"),o=r.getItemStyle();null==o.fill&&(o.fill=e.get("backgroundColor")||Qp.color.neutral00);var a=Yp(t,n).refContainer,s=Wp(Gp(t,!0),a),l=o.lineWidth||0,u=this._contentRect=Ph(s.clone(),l/2,!0,!0),c=new Qr;i.add(c),c.setClipPath(new ml({shape:u.plain()}));var h=this._targetGroup=new Qr;c.add(h);var d=s.plain();d.r=r.getShallow("borderRadius",!0),i.add(this._bgRect=new ml({style:o,shape:d,silent:!1,cursor:"grab"}));var p=t.getModel("windowStyle"),f=p.getShallow("borderRadius",!0);c.add(this._windowRect=new ml({shape:{x:0,y:0,width:0,height:0,r:f},style:p.getItemStyle(),silent:!1,cursor:"grab"})),this._dealRenderContent(),this._dealUpdateWindow(),wY(t,this)}else this._clear()},n.prototype.renderContent=function(t){this._bridgeRendered=t,this._isEnabled()&&(this._dealRenderContent(),this._dealUpdateWindow(),wY(this._model,this))},n.prototype._dealRenderContent=function(){var t=this._bridgeRendered;if(t&&t.renderVersion===this._renderVersion){var e=this._targetGroup,n=this._coordSys,i=this._contentRect;if(e.removeAll(),t){var r=t.group,o=r.getBoundingRect();e.add(r),this._bgRect.z2=t.z2Range.min-10,n.setBoundingRect(o.x,o.y,o.width,o.height);var a=Wp({left:"center",top:"center",aspect:o.width/o.height},i);n.setViewRect(a.x,a.y,a.width,a.height),r.attr(n.getTransformInfo().raw),this._windowRect.z2=t.z2Range.max+10,this._resetRoamController(t.roamType)}}},n.prototype.updateWindow=function(t){var e=this._bridgeRendered;e&&e.renderVersion===t.renderVersion&&(e.targetTrans=t.targetTrans),this._isEnabled()&&this._dealUpdateWindow()},n.prototype._dealUpdateWindow=function(){var t=this._bridgeRendered;if(t&&t.renderVersion===this._renderVersion){var e=Ie([],t.targetTrans),n=be([],this._coordSys.transform,e);this._transThisToTarget=Ie([],n);var i=t.viewportRect;(i=i?i.clone():new We(0,0,this._api.getWidth(),this._api.getHeight())).applyTransform(n);var r=this._windowRect,o=r.shape.r;r.setShape(A({r:o},i))}},n.prototype._resetRoamController=function(t){var e=this,n=this._api,i=this._roamController;i||(i=this._roamController=new YD(n.getZr())),t&&this._isEnabled()?(i.enable(t,{api:n,zInfo:{component:this._model},triggerInfo:{roamTrigger:null,isInSelf:function(t,n,i){return e._contentRect.contain(n,i)}}}),i.off("pan").off("zoom").on("pan",F(this._onPan,this)).on("zoom",F(this._onZoom,this))):i.disable()},n.prototype._onPan=function(t){var e=this._transThisToTarget;if(this._isEnabled()&&e){var n=Wt([],[t.oldX,t.oldY],e),i=Wt([],[t.oldX-t.dx,t.oldY-t.dy],e);this._api.dispatchAction(bY(this._model.getTarget().baseMapProvider,{dx:i[0]-n[0],dy:i[1]-n[1]}))}},n.prototype._onZoom=function(t){var e=this._transThisToTarget;if(this._isEnabled()&&e){var n=Wt([],[t.originX,t.originY],e);this._api.dispatchAction(bY(this._model.getTarget().baseMapProvider,{zoom:1/t.scale,originX:n[0],originY:n[1]}))}},n.prototype._isEnabled=function(){var t=this._model;return!(!t||!t.shouldShow())&&!!t.getTarget().baseMapProvider},n.prototype._clear=function(){this.group.removeAll(),this._bridgeRendered=null,this._roamController&&this._roamController.disable()},n.prototype.remove=function(){this._clear()},n.prototype.dispose=function(){this._clear()},n.type="thumbnail",n}(qy);function bY(t,e){var n={type:"series"===t.mainType?t.subType+"Roam":t.mainType+"Roam"};return n[t.mainType+"Id"]=t.id,D(n,e),n}function wY(t,e){var n=Wh(t);Uh(e.group,n.z,n.zlevel)}var SY={label:{enabled:!0},decal:{show:!1}},MY=aa(),IY={};function TY(t,e){var n=t.getModel("aria");if(n.get("enabled")){var i=I(SY);T(i.label,t.getLocaleModel().get("aria"),!1),T(n.option,i,!1),function(){if(n.getModel("decal").get("show")){var e=gt();t.eachSeries((function(t){if(!t.isColorBySeries()){var n=e.get(t.type);n||(n={},e.set(t.type,n)),MY(t).scope=n}})),t.eachRawSeries((function(e){if(!t.isSeriesFiltered(e))if(U(e.enableAriaDecal))e.enableAriaDecal();else{var n=e.getData();if(e.isColorBySeries()){var i=Rf(e.ecModel,e.name,IY,t.getSeriesCount()),r=n.getVisual("decal");n.setVisual("decal",u(r,i))}else{var o=e.getRawData(),a={},s=MY(e).scope;n.each((function(t){var e=n.getRawIndex(t);a[e]=t}));var l=o.count();o.each((function(t){var i=a[t],r=o.getName(t)||t+"",c=Rf(e.ecModel,r,s,l),h=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",u(h,c))}))}}function u(t,e){var n=t?D(D({},e),t):e;return n.dirty=!0,n}}))}}(),function(){var i=e.getZr().dom;if(!i)return;var o=t.getLocaleModel().get("aria"),a=n.getModel("label");if(a.option=A(a.option,o),!a.get("enabled"))return;if(i.setAttribute("role","img"),a.get("description"))return void i.setAttribute("aria-label",a.get("description"));var s,l=t.getSeriesCount(),u=a.get(["data","maxCount"])||10,c=a.get(["series","maxCount"])||10,h=Math.min(l,c);if(l<1)return;var d=function(){var e=t.get("title");e&&e.length&&(e=e[0]);return e&&e.text}();s=d?r(a.get(["general","withTitle"]),{title:d}):a.get(["general","withoutTitle"]);var p=[];s+=r(l>1?a.get(["series","multiple","prefix"]):a.get(["series","single","prefix"]),{seriesCount:l}),t.eachSeries((function(e,n){if(n1?a.get(["series","multiple",o]):a.get(["series","single",o]),{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:(_=e.subType,b=t.getLocaleModel().get(["series","typeNames"]),b[_]||b.chart)});var s=e.getData();if(s.count()>u)i+=r(a.get(["data","partialData"]),{displayCnt:u});else i+=a.get(["data","allData"]);for(var c=a.get(["data","separator","middle"]),d=a.get(["data","separator","end"]),f=a.get(["data","excludeDimensionId"]),g=[],y=0;y":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},AY=function(){function t(t){if(null==(this._condVal=Y(t)?new RegExp(t):tt(t)?t:null)){var e="";0,Uo(e)}}return t.prototype.evaluate=function(t){var e=typeof t;return Y(e)?this._condVal.test(t):!!Z(e)&&this._condVal.test(t+"")},t}(),kY=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),LY=function(){function t(){}return t.prototype.evaluate=function(){for(var t=this.children,e=0;e2&&l.push(e),e=[t,n]}function f(t,n,i,r){UY(t,i)&&UY(n,r)||e.push(t,n,i,r,i,r)}function g(t,n,i,r,o,a){var s=Math.abs(n-t),l=4*Math.tan(s/4)/3,u=nM:C2&&l.push(e),l}function XY(t,e,n,i,r,o,a,s,l,u){if(UY(t,n)&&UY(e,i)&&UY(r,a)&&UY(o,s))l.push(a,s);else{var c=2/u,h=c*c,d=a-t,p=s-e,f=Math.sqrt(d*d+p*p);d/=f,p/=f;var g=n-t,y=i-e,v=r-a,m=o-s,x=g*g+y*y,_=v*v+m*m;if(x=0&&_-w*w=0)l.push(a,s);else{var S=[],M=[];Ln(t,n,r,a,.5,S),Ln(e,i,o,s,.5,M),XY(S[0],M[0],S[1],M[1],S[2],M[2],S[3],M[3],l,u),XY(S[4],M[4],S[5],M[5],S[6],M[6],S[7],M[7],l,u)}}}}function ZY(t,e,n){var i=t[e],r=t[1-e],o=Math.abs(i/r),a=Math.ceil(Math.sqrt(o*n)),s=Math.floor(n/a);0===s&&(s=1,a=n);for(var l=[],u=0;u0)for(u=0;uMath.abs(u),h=ZY([l,u],c?0:1,e),d=(c?s:u)/h.length,p=0;p1?null:new De(p*l+t,p*u+e)}function $Y(t,e,n){var i=new De;De.sub(i,n,e),i.normalize();var r=new De;return De.sub(r,t,e),r.dot(i)}function JY(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function QY(t){var e=t.points,n=[],i=[];gs(e,n,i);var r=new We(n[0],n[1],i[0]-n[0],i[1]-n[1]),o=r.width,a=r.height,s=r.x,l=r.y,u=new De,c=new De;return o>a?(u.x=c.x=s+o/2,u.y=l,c.y=l+a):(u.y=c.y=l+a/2,u.x=s,c.x=s+o),function(t,e,n){for(var i=t.length,r=[],o=0;or,a=ZY([i,r],o?0:1,e),s=o?"width":"height",l=o?"height":"width",u=o?"x":"y",c=o?"y":"x",h=t[s]/a.length,d=0;d0)for(var b=i/n,w=-i/2;w<=i/2;w+=b){var S=Math.sin(w),M=Math.cos(w),I=0;for(x=0;x0;l/=2){var u=0,c=0;(t&l)>0&&(u=1),(e&l)>0&&(c=1),s+=l*l*(3*u^c),0===c&&(1===u&&(t=l-1-t,e=l-1-e),a=t,t=e,e=a)}return s}function yX(t){var e=1/0,n=1/0,i=-1/0,r=-1/0,o=z(t,(function(t){var o=t.getBoundingRect(),a=t.getComputedTransform(),s=o.x+o.width/2+(a?a[4]:0),l=o.y+o.height/2+(a?a[5]:0);return e=Math.min(s,e),n=Math.min(l,n),i=Math.max(s,i),r=Math.max(l,r),[s,l]}));return z(o,(function(o,a){return{cp:o,z:gX(o[0],o[1],e,n,i,r),path:t[a]}})).sort((function(t,e){return t.z-e.z})).map((function(t){return t.path}))}function vX(t){return nX(t.path,t.count)}function mX(t){return H(t[0])}function xX(t,e){for(var n=[],i=t.length,r=0;r=0;r--)if(!n[r].many.length){var l=n[s].many;if(l.length<=1){if(!s)return n;s=0}o=l.length;var u=Math.ceil(o/2);n[r].many=l.slice(u,o),n[s].many=l.slice(0,u),s++}return n}var _X={clone:function(t){for(var e=[],n=1-Math.pow(1-t.path.style.opacity,1/t.count),i=0;i0){var s,l,u=i.getModel("universalTransition").get("delay"),c=Object.assign({setToFinal:!0},a);mX(t)&&(s=t,l=e),mX(e)&&(s=e,l=t);for(var h=s?s===t:t.length>e.length,d=s?xX(l,s):xX(h?e:t,[h?t:e]),p=0,f=0;f1e4))for(var r=n.getIndices(),o=0;o0&&i.group.traverse((function(t){t instanceof al&&!t.animators.length&&t.animateFrom({style:{opacity:0}},r)}))}))}function LX(t){var e=t.getModel("universalTransition").get("seriesKey");return e||t.id}function PX(t){return H(t)?t.sort().join(","):t}function OX(t){if(t.hostModel)return t.hostModel.getModel("universalTransition").get("divideShape")}function RX(t,e){for(var n=0;no.vmin?e+=o.vmin-n+(t-o.vmin)/(o.vmax-o.vmin)*o.gapReal:e+=t-n,n=o.vmax,i=!1;break}e+=o.vmin-n+o.gapReal,n=o.vmax}return i&&(e+=t-n),e},t.prototype.unelapse=function(t){for(var e=EX,n=BX,i=!0,r=0,o=0;os?a.vmin+(t-s)/(l-s)*(a.vmax-a.vmin):n+t-e,n=a.vmax,i=!1;break}e=l,n=a.vmax}return i&&(r=n+t-e),r},t}();function zX(){return new NX}var EX=0,BX=0;function VX(t,e,n,i,r,o){"no"!==t&&N(n,(function(n){var a=FX(n,o);if(a)for(var s=e.length-1;s>=0;s--){var l=e[s],u=i(l),c=3*r/4;u>a.vmin-c&&ue[0]&&n=0&&t<.99999})(s)||(s=0),r.gapParsed.type="tpPrct",r.gapParsed.val=s,o=!0}}if(!o){var l=e(t.gap);(!isFinite(l)||l<0)&&(l=0),r.gapParsed.type="tpAbs",r.gapParsed.val=l}}if(r.vmin===r.vmax&&(r.gapParsed.type="tpAbs",r.gapParsed.val=0),n&&n.noNegative&&N(["vmin","vmax"],(function(t){r[t]<0&&(r[t]=0)})),r.vmin>r.vmax){var u=r.vmax;r.vmax=r.vmin,r.vmin=u}i.push(r)}})),i.sort((function(t,e){return t.vmin-e.vmin}));var r=-1/0;return N(i,(function(t,e){r>t.vmin&&(i[e]=null),r=t.vmax})),{breaks:i.filter((function(t){return!!t}))}}function HX(t,e){return UX(e)===UX(t)}function UX(t){return t.start+"_\0_"+t.end}function YX(t,e,n){var i=[];N(t,(function(t,n){var r=e(t);r&&"vmin"===r.type&&i.push([n])})),N(t,(function(n,r){var o=e(n);if(o&&"vmax"===o.type){var a=V(i,(function(n){return HX(e(t[n[0]]).parsedBreak.breakOption,o.parsedBreak.breakOption)}));a&&a.push(r)}}));var r=[];return N(i,(function(e){2===e.length&&r.push(n?e:[t[e[0]],t[e[1]]])})),r}function XX(t,e,n,i){var r,o;if(t.break){var a=t.break.parsedBreak,s=V(n,(function(e){return HX(e.breakOption,t.break.parsedBreak.breakOption)})),l=i(Math.pow(e,a.vmin),s.vmin),u=i(Math.pow(e,a.vmax),s.vmax),c={type:a.gapParsed.type,val:"tpAbs"===a.gapParsed.type?vo(Math.pow(e,a.vmin+a.gapParsed.val))-l:a.gapParsed.val};r={type:t.break.type,parsedBreak:{breakOption:a.breakOption,vmin:l,vmax:u,gapParsed:c,gapReal:a.gapReal}},o=s[t.break.type]}return{brkRoundingCriterion:o,vBreak:r}}function ZX(t,e,n){var i={noNegative:!0},r=WX(t,n,i),o=WX(t,n,i),a=Math.log(e);return o.breaks=z(o.breaks,(function(t){var e=Math.log(t.vmin)/a;return{vmin:e,vmax:Math.log(t.vmax)/a,gapParsed:{type:t.gapParsed.type,val:"tpAbs"===t.gapParsed.type?Math.log(t.vmin+t.gapParsed.val)/a-e:t.gapParsed.val},gapReal:t.gapReal,breakOption:t.breakOption}})),{parsedOriginal:r,parsedLogged:o}}var jX={vmin:"start",vmax:"end"};function qX(t,e){return e&&((t=t||{}).break={type:jX[e.type],start:e.parsedBreak.vmin,end:e.parsedBreak.vmax}),t}function KX(){var t;t={createScaleBreakContext:zX,pruneTicksByBreak:VX,addBreaksToTicks:GX,parseAxisBreakOption:WX,identifyAxisBreak:HX,serializeAxisBreakIdentifier:UX,retrieveAxisBreakPairs:YX,getTicksLogTransformBreak:XX,logarithmicParseBreaksFromOption:ZX,makeAxisLabelFormatterParamBreak:qX},Od||(Od=t)}var $X=aa();function JX(t,e,n,i,r){var o=n.axis;if(!o.scale.isBlank()&&Rd()){var a=Rd().retrieveAxisBreakPairs(o.scale.getTicks({breakTicks:"only_break"}),(function(t){return t.break}),!1);if(a.length){var s=n.getModel("breakArea"),l=s.get("zigzagAmplitude"),u=s.get("zigzagMinSpan"),c=s.get("zigzagMaxSpan");u=Math.max(2,u||0),c=Math.max(u,c||0);var h=s.get("expandOnClick"),d=s.get("zigzagZ"),p=s.getModel("itemStyle").getItemStyle(),f=p.stroke,g=p.lineWidth,y=p.lineDash,v=p.fill,m=new Qr({ignoreModelZ:!0}),x=o.isHorizontal(),_=$X(e).visualList||($X(e).visualList=[]);N(_,(function(t){return t.shouldRemove=!0}));for(var b=function(t){var e=a[t][0].break.parsedBreak,s=[];s[0]=o.toGlobalCoord(o.dataToCoord(e.vmin,!0)),s[1]=o.toGlobalCoord(o.dataToCoord(e.vmax,!0)),s[1]=x;C&&(M=x);var D=[],A=[];D[h]=n,A[h]=r,T||C||(D[h]+=S?-l:l,A[h]-=S?l:-l),D[m]=M,A[m]=M,b.push(D),w.push(A);var k=void 0;if(I=0;e--)t[e].shouldRemove&&t.splice(e,1)}(_)}}}function QX(t,e,n,i){var r=t.axis,o=n.transform;st(i.style);var a=r.getExtent();r.inverse&&(a=a.slice()).reverse();var s=z(Rd().retrieveAxisBreakPairs(r.scale.getTicks({breakTicks:"only_break"}),(function(t){return t.break}),!1),(function(t){var e=t[0].break.parsedBreak,n=[r.dataToCoord(e.vmin,!0),r.dataToCoord(e.vmax,!0)];return n[0]>n[1]&&n.reverse(),{coordPair:n,brkId:Rd().serializeAxisBreakIdentifier(e.breakOption)}}));s.sort((function(t,e){return t.coordPair[0]-e.coordPair[0]}));for(var l=a[0],u=null,c=0;c=0?s[0].width:s[1].width)+u.x)/2-l.x,h=Math.min(c,c-u.x),d=Math.max(c,c-u.x);a=(c-(d<0?d:h>0?h:0))/u.x}var p=new De,f=new De;De.scale(p,i,-a),De.scale(f,i,1-a),RS(n[0],p),RS(n[1],f)}}function g(t){var e=n[0].localRect,i=new De(e[lh[t]]*o[0][0],e[lh[t]]*o[0][1]);return Math.abs(i.y)<1e-5}}function eZ(t,e){var n={breaks:[]};return N(e.breaks,(function(i){if(i){var r=V(t.get("breaks",!0),(function(t){return Rd().identifyAxisBreak(t,i)}));if(r){var o=e.type,a={isExpanded:!!r.isExpanded};r.isExpanded=o===pC||o!==fC&&(o===gC?!r.isExpanded:r.isExpanded),n.breaks.push({start:r.start,end:r.end,isExpanded:!!r.isExpanded,old:a})}}})),n}function nZ(){var t;t={adjustBreakLabelPair:tZ,buildAxisBreakLine:QX,rectCoordBuildBreakAxis:JX,updateModelAxisBreak:eZ},rC||(rC=t)}function iZ(t,e){N(t,(function(t){if(!t.model.get(["axisLabel","inside"])){var n=function(t){var e,n,i=t.model,r=t.scale;if(!i.get(["axisLabel","show"])||r.isBlank())return;var o=r.getExtent();n=r instanceof mb?r.count():(e=r.getTicks()).length;var a,s=t.getLabelModel(),l=rw(t),u=1;n>40&&(u=Math.ceil(n/40));for(var c=0;c=0&&r.push({dataGroupId:e.oldDataGroupIds[n],data:e.oldData[n],divide:OX(e.oldData[n]),groupIdDim:t.dimension})})),N(jo(t.to),(function(t){var i=RX(n.updatedSeries,t);if(i>=0){var r=n.updatedSeries[i].getData();o.push({dataGroupId:e.oldDataGroupIds[i],data:r,divide:OX(r),groupIdDim:t.dimension})}})),r.length>0&&o.length>0&&kX(r,o,i)}(t,i,n,e)}));else{var o=function(t,e){var n=gt(),i=gt(),r=gt();return N(t.oldSeries,(function(e,n){var o=t.oldDataGroupIds[n],a=t.oldData[n],s=LX(e),l=PX(s);i.set(l,{dataGroupId:o,data:a}),H(s)&&N(s,(function(t){r.set(t,{key:l,dataGroupId:o,data:a})}))})),N(e.updatedSeries,(function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.get("dataGroupId"),o=t.getData(),a=LX(t),s=PX(a),l=i.get(s);if(l)n.set(s,{oldSeries:[{dataGroupId:l.dataGroupId,divide:OX(l.data),data:l.data}],newSeries:[{dataGroupId:e,divide:OX(o),data:o}]});else if(H(a)){var u=[];N(a,(function(t){var e=i.get(t);e.data&&u.push({dataGroupId:e.dataGroupId,divide:OX(e.data),data:e.data})})),u.length&&n.set(s,{oldSeries:u,newSeries:[{dataGroupId:e,data:o,divide:OX(o)}]})}else{var c=r.get(a);if(c){var h=n.get(c.key);h||(h={oldSeries:[{dataGroupId:c.dataGroupId,data:c.data,divide:OX(c.data)}],newSeries:[]},n.set(c.key,h)),h.newSeries.push({dataGroupId:e,data:o,divide:OX(o)})}}}})),n}(i,n);N(o.keys(),(function(t){var n=o.get(t);kX(n.oldSeries,n.newSeries,e)}))}N(n.updatedSeries,(function(t){t[Gy]&&(t[Gy]=!1)}))}for(var a=t.getSeries(),s=i.oldSeries=[],l=i.oldDataGroupIds=[],u=i.oldData=[],c=0;c(item.currentYear==year&&item.currentMonth==month)); + console.log("recordItem===",recordItem); + if(recordItem!=undefined&&recordItem!=null){ + recordItem.recordList=recordItem.recordList.filter(item=>item.tradeType==tradeType); + return recordItem; + }else{ + return { + "currentYear": year, + "currentMonth": month, + "outputAmount": 0.00, + "inputAmount": 0.00, + "recordList":[] + }; + } +} + +function addItem(newItem,callback){ + let tempData=JSON.parse(JSON.stringify(billData)); + let recordItem= tempData.find((item,index)=>{ + return item.currentYear==year&&item.currentMonth==month + }) + recordItem.recordList.push(newItem); + billData=tempData; + callback(); +} +function deleteItem(delItem,callback){ + let tempData=JSON.parse(JSON.stringify(billData)); + let recordItem= tempData.find((item,index)=>{ + return item.currentYear==year&&item.currentMonth==month + }) + recordItem.recordList=recordItem.recordList.filter((item)=>{ + return item.createTime!=delItem.createTime; + }); + billData=tempData; + callback(); +} +function updateItem(updateItem,callback){ + let tempData=JSON.parse(JSON.stringify(billData)); + let recordItem= tempData.find((item,index)=>{ + return item.currentYear==year&&item.currentMonth==month + }) + recordItem.recordList=recordItem.recordList.filter((item)=>{ + return item.createTime!=delItem.createTime; + }); + addItem(updateItem,callback); +} +//---------------end----------------------账单列表---------------------end------------------- +const tempChartData={ + "outdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "转账", + "sum_value": "65906.00", + "trade_icon": "/assets/icon/zd3.png", + "sum_count": 18, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd3.png", + "billTitle": "转账", + "amountValue": "65906.00" + }, + { + "id": 2, + "trade_typetxt": "二维码收付款", + "sum_value": "1348.40", + "trade_icon": "/assets/icon/zd1.png", + "sum_count": 17, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd1.png", + "billTitle": "二维码收付款", + "amountValue": "1348.40" + }, + { + "id": 1, + "trade_typetxt": "微信红包", + "sum_value": "326.00", + "trade_icon": "/assets/icon/sh19.png", + "sum_count": 2, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh19.png", + "billTitle": "微信红包", + "amountValue": "326.00" + } + ], + "money": 81127.53, + "count": 54, + "month_list": { + "month": [ + "06月", + "07月", + "08月", + "09月", + "10月", + "11月" + ], + "money": [ + 136253.37, + 140794.18, + 140792.95, + 136254.18, + 140792.97, + 81127.53 + ], + "list": [ + { + "money": 136253.37, + "month": "06月" + }, + { + "money": 140794.18, + "month": "07月" + }, + { + "money": 140792.95, + "month": "08月" + }, + { + "money": 136254.18, + "month": "09月" + }, + { + "money": 140792.97, + "month": "10月" + }, + { + "money": 81127.53, + "month": "11月" + } + ] + } + }, + "indata": { + "list": [ + { + "id": 1, + "trade_typetxt": "二维码收付款", + "sum_value": "62803.00", + "trade_icon": "/assets/icon/zd1.png", + "sum_count": 24, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd1.png", + "billTitle": "二维码收付款", + "amountValue": "62803.00" + }, + { + "id": 3, + "trade_typetxt": "转账", + "sum_value": "5591.00", + "trade_icon": "/assets/icon/zd3.png", + "sum_count": 10, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd3.png", + "billTitle": "转账", + "amountValue": "5591.00" + }, + { + "id": 2, + "trade_typetxt": "微信红包", + "sum_value": "137.00", + "trade_icon": "/assets/icon/sh19.png", + "sum_count": 4, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh19.png", + "billTitle": "微信红包", + "amountValue": "137.00" + } + ], + "money": 119630, + "count": 46, + "month_list": { + "month": [ + "06月", + "07月", + "08月", + "09月", + "10月", + "11月" + ], + "money": [ + 137061, + 130787, + 152473, + 120999, + 157692, + 119630 + ], + "list": [ + { + "money": 137061, + "month": "06月" + }, + { + "money": 130787, + "month": "07月" + }, + { + "money": 152473, + "month": "08月" + }, + { + "money": 120999, + "month": "09月" + }, + { + "money": 157692, + "month": "10月" + }, + { + "money": 119630, + "month": "11月" + } + ] + } + }, + "otherdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "零钱充值", + "sum_value": "50850.00", + "trade_icon": "/assets/icon/sh20.png", + "sum_count": 7, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh20.png", + "billTitle": "零钱充值", + "amountValue": "50850.00" + }, + { + "id": 1, + "trade_typetxt": "零钱提现", + "sum_value": "13000.00", + "trade_icon": "/assets/icon/sh20.png", + "sum_count": 9, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh20.png", + "billTitle": "零钱提现", + "amountValue": "13000.00" + }, + { + "id": 2, + "trade_typetxt": "信用卡还款", + "sum_value": "249.00", + "trade_icon": "/assets/icon/sh8.png", + "sum_count": 1, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh8.png", + "billTitle": "信用卡还款", + "amountValue": "249.00" + } + ] + }, + "sumoutdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "转账", + "sum_value": "817456.00", + "trade_icon": "/assets/icon/nzz.png", + "sum_count": 190, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nzz.png", + "billTitle": "转账", + "amountValue": "817456.00", + "percentValue": 95.81, + "color": "#0ABF5E" + }, + { + "id": 1, + "trade_typetxt": "消费支出", + "sum_value": "18745.78", + "trade_icon": "/assets/icon/nxfzc.png", + "sum_count": 263, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nxfzc.png", + "billTitle": "消费支出", + "amountValue": "18745.78", + "percentValue": 2.2, + "color": "#57A3F9" + }, + { + "id": 2, + "trade_typetxt": "发红包", + "sum_value": "4024.00", + "trade_icon": "/assets/icon/nfhb.png", + "sum_count": 43, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nfhb.png", + "billTitle": "发红包", + "amountValue": "4024.00", + "percentValue": 0.47, + "color": "#fa3534" + } + ], + "money": 853225.78, + "count": 505 + }, + "sumindata": { + "list": [ + { + "id": 1, + "trade_typetxt": "二维码收款", + "sum_value": "724802.00", + "trade_icon": "/assets/icon/newm.png", + "sum_count": 274, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/newm.png", + "billTitle": "二维码收款", + "amountValue": "724802.00", + "percentValue": 81.22, + "color": "#D7B746" + }, + { + "id": 3, + "trade_typetxt": "收转账", + "sum_value": "114567.00", + "trade_icon": "/assets/icon/nzz.png", + "sum_count": 91, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nzz.png", + "billTitle": "收转账", + "amountValue": "114567.00", + "percentValue": 12.84, + "color": "#0ABF5E" + }, + { + "id": 2, + "trade_typetxt": "收红包", + "sum_value": "1966.00", + "trade_icon": "/assets/icon/nfhb.png", + "sum_count": 33, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nfhb.png", + "billTitle": "收红包", + "amountValue": "1966.00", + "percentValue": 0.22, + "color": "#fa3534" + } + ], + "money": 892434, + "count": 406 + }, + "sumotherdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "零钱充值", + "sum_value": "50850.00", + "trade_icon": "/assets/icon/nlq.png", + "sum_count": 7, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nlq.png", + "billTitle": "零钱充值", + "title": "零钱充值", + "amountValue": "50850.00", + "percentValue": 7, + "color": "#be8913" + }, + { + "id": 1, + "trade_typetxt": "零钱提现", + "sum_value": "13000.00", + "trade_icon": "/assets/icon/nlq.png", + "sum_count": 9, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nlq.png", + "billTitle": "零钱提现", + "title": "零钱提现", + "amountValue": "13000.00", + "percentValue": 9, + "color": "#3d7a25" + }, + { + "id": 2, + "trade_typetxt": "信用卡还款", + "sum_value": "249.00", + "trade_icon": "/assets/icon/nxyk.png", + "sum_count": 1, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nxyk.png", + "billTitle": "信用卡还款", + "title": "信用卡还款", + "amountValue": "249.00", + "percentValue": 1, + "color": "#a254e0" + } + ] + } +} +//---------------start----------------------账单统计数据---------------------start------------------- + +function getChartData(param){ + console.log("=======获取图表数据参数======",param); + console.log("----------------------!!!!!!!!!!注意!!!!!!!!!!!!!这里只模拟了一组数据!!!!!!!!注意!!!!!!!!!!============="); + return tempChartData; +}; + +// + +module.exports = { + tempBillList:billData, + tempChartData:tempChartData, + queryRecordList:function(year,month,tradeType){ + return getRecordList(year,month,tradeType) + }, + addItem:function(newItem,callback){ + return addItem(newItem,callback) + }, + updateItem:function(newItem,callback){ + return updateItem(newItem,callback) + }, + deleteItem:function(newItem,callback){ + return deleteItem(newItem,callback) + }, + getChartData:function(param){ + return getChartData(param) + }, +} diff --git a/util/emojiMap.js b/util/emojiMap.js new file mode 100644 index 0000000..c9d3702 --- /dev/null +++ b/util/emojiMap.js @@ -0,0 +1,333 @@ +const emojiUrl = 'https://web.sdk.qcloud.com/im/assets/emoji/'; +const emojiMap = { + '[NO]': 'emoji_0@2x.png', + '[OK]': 'emoji_1@2x.png', + '[下雨]': 'emoji_2@2x.png', + '[么么哒]': 'emoji_3@2x.png', + '[乒乓]': 'emoji_4@2x.png', + '[便便]': 'emoji_5@2x.png', + '[信封]': 'emoji_6@2x.png', + '[偷笑]': 'emoji_7@2x.png', + '[傲慢]': 'emoji_8@2x.png', + '[再见]': 'emoji_9@2x.png', + '[冷汗]': 'emoji_10@2x.png', + '[凋谢]': 'emoji_11@2x.png', + '[刀]': 'emoji_12@2x.png', + '[删除]': 'emoji_13@2x.png', + '[勾引]': 'emoji_14@2x.png', + '[发呆]': 'emoji_15@2x.png', + '[发抖]': 'emoji_16@2x.png', + '[可怜]': 'emoji_17@2x.png', + '[可爱]': 'emoji_18@2x.png', + '[右哼哼]': 'emoji_19@2x.png', + '[右太极]': 'emoji_20@2x.png', + '[右车头]': 'emoji_21@2x.png', + '[吐]': 'emoji_22@2x.png', + '[吓]': 'emoji_23@2x.png', + '[咒骂]': 'emoji_24@2x.png', + '[咖啡]': 'emoji_25@2x.png', + '[啤酒]': 'emoji_26@2x.png', + '[嘘]': 'emoji_27@2x.png', + '[回头]': 'emoji_28@2x.png', + '[困]': 'emoji_29@2x.png', + '[坏笑]': 'emoji_30@2x.png', + '[多云]': 'emoji_31@2x.png', + '[大兵]': 'emoji_32@2x.png', + '[大哭]': 'emoji_33@2x.png', + '[太阳]': 'emoji_34@2x.png', + '[奋斗]': 'emoji_35@2x.png', + '[奶瓶]': 'emoji_36@2x.png', + '[委屈]': 'emoji_37@2x.png', + '[害羞]': 'emoji_38@2x.png', + '[尴尬]': 'emoji_39@2x.png', + '[左哼哼]': 'emoji_40@2x.png', + '[左太极]': 'emoji_41@2x.png', + '[左车头]': 'emoji_42@2x.png', + '[差劲]': 'emoji_43@2x.png', + '[弱]': 'emoji_44@2x.png', + '[强]': 'emoji_45@2x.png', + '[彩带]': 'emoji_46@2x.png', + '[彩球]': 'emoji_47@2x.png', + '[得意]': 'emoji_48@2x.png', + '[微笑]': 'emoji_49@2x.png', + '[心碎了]': 'emoji_50@2x.png', + '[快哭了]': 'emoji_51@2x.png', + '[怄火]': 'emoji_52@2x.png', + '[怒]': 'emoji_53@2x.png', + '[惊恐]': 'emoji_54@2x.png', + '[惊讶]': 'emoji_55@2x.png', + '[憨笑]': 'emoji_56@2x.png', + '[手枪]': 'emoji_57@2x.png', + '[打哈欠]': 'emoji_58@2x.png', + '[抓狂]': 'emoji_59@2x.png', + '[折磨]': 'emoji_60@2x.png', + '[抠鼻]': 'emoji_61@2x.png', + '[抱抱]': 'emoji_62@2x.png', + '[抱拳]': 'emoji_63@2x.png', + '[拳头]': 'emoji_64@2x.png', + '[挥手]': 'emoji_65@2x.png', + '[握手]': 'emoji_66@2x.png', + '[撇嘴]': 'emoji_67@2x.png', + '[擦汗]': 'emoji_68@2x.png', + '[敲打]': 'emoji_69@2x.png', + '[晕]': 'emoji_70@2x.png', + '[月亮]': 'emoji_71@2x.png', + '[棒棒糖]': 'emoji_72@2x.png', + '[汽车]': 'emoji_73@2x.png', + '[沙发]': 'emoji_74@2x.png', + '[流汗]': 'emoji_75@2x.png', + '[流泪]': 'emoji_76@2x.png', + '[激动]': 'emoji_77@2x.png', + '[灯泡]': 'emoji_78@2x.png', + '[炸弹]': 'emoji_79@2x.png', + '[熊猫]': 'emoji_80@2x.png', + '[爆筋]': 'emoji_81@2x.png', + '[爱你]': 'emoji_82@2x.png', + '[爱心]': 'emoji_83@2x.png', + '[爱情]': 'emoji_84@2x.png', + '[猪头]': 'emoji_85@2x.png', + '[猫咪]': 'emoji_86@2x.png', + '[献吻]': 'emoji_87@2x.png', + '[玫瑰]': 'emoji_88@2x.png', + '[瓢虫]': 'emoji_89@2x.png', + '[疑问]': 'emoji_90@2x.png', + '[白眼]': 'emoji_91@2x.png', + '[皮球]': 'emoji_92@2x.png', + '[睡觉]': 'emoji_93@2x.png', + '[磕头]': 'emoji_94@2x.png', + '[示爱]': 'emoji_95@2x.png', + '[礼品袋]': 'emoji_96@2x.png', + '[礼物]': 'emoji_97@2x.png', + '[篮球]': 'emoji_98@2x.png', + '[米饭]': 'emoji_99@2x.png', + '[糗大了]': 'emoji_100@2x.png', + '[红双喜]': 'emoji_101@2x.png', + '[红灯笼]': 'emoji_102@2x.png', + '[纸巾]': 'emoji_103@2x.png', + '[胜利]': 'emoji_104@2x.png', + '[色]': 'emoji_105@2x.png', + '[药]': 'emoji_106@2x.png', + '[菜刀]': 'emoji_107@2x.png', + '[蛋糕]': 'emoji_108@2x.png', + '[蜡烛]': 'emoji_109@2x.png', + '[街舞]': 'emoji_110@2x.png', + '[衰]': 'emoji_111@2x.png', + '[西瓜]': 'emoji_112@2x.png', + '[调皮]': 'emoji_113@2x.png', + '[象棋]': 'emoji_114@2x.png', + '[跳绳]': 'emoji_115@2x.png', + '[跳跳]': 'emoji_116@2x.png', + '[车厢]': 'emoji_117@2x.png', + '[转圈]': 'emoji_118@2x.png', + '[鄙视]': 'emoji_119@2x.png', + '[酷]': 'emoji_120@2x.png', + '[钞票]': 'emoji_121@2x.png', + '[钻戒]': 'emoji_122@2x.png', + '[闪电]': 'emoji_123@2x.png', + '[闭嘴]': 'emoji_124@2x.png', + '[闹钟]': 'emoji_125@2x.png', + '[阴险]': 'emoji_126@2x.png', + '[难过]': 'emoji_127@2x.png', + '[雨伞]': 'emoji_128@2x.png', + '[青蛙]': 'emoji_129@2x.png', + '[面条]': 'emoji_130@2x.png', + '[鞭炮]': 'emoji_131@2x.png', + '[风车]': 'emoji_132@2x.png', + '[飞吻]': 'emoji_133@2x.png', + '[飞机]': 'emoji_134@2x.png', + '[饥饿]': 'emoji_135@2x.png', + '[香蕉]': 'emoji_136@2x.png', + '[骷髅]': 'emoji_137@2x.png', + '[麦克风]': 'emoji_138@2x.png', + '[麻将]': 'emoji_139@2x.png', + '[鼓掌]': 'emoji_140@2x.png', + '[龇牙]': 'emoji_141@2x.png' +}; +const emojiName = [ + '[龇牙]', + '[调皮]', + '[流汗]', + '[偷笑]', + '[再见]', + '[敲打]', + '[擦汗]', + '[猪头]', + '[玫瑰]', + '[流泪]', + '[大哭]', + '[嘘]', + '[酷]', + '[抓狂]', + '[委屈]', + '[便便]', + '[炸弹]', + '[菜刀]', + '[可爱]', + '[色]', + '[害羞]', + '[得意]', + '[吐]', + '[微笑]', + '[怒]', + '[尴尬]', + '[惊恐]', + '[冷汗]', + '[爱心]', + '[示爱]', + '[白眼]', + '[傲慢]', + '[难过]', + '[惊讶]', + '[疑问]', + '[困]', + '[么么哒]', + '[憨笑]', + '[爱情]', + '[衰]', + '[撇嘴]', + '[阴险]', + '[奋斗]', + '[发呆]', + '[右哼哼]', + '[抱抱]', + '[坏笑]', + '[飞吻]', + '[鄙视]', + '[晕]', + '[大兵]', + '[可怜]', + '[强]', + '[弱]', + '[握手]', + '[胜利]', + '[抱拳]', + '[凋谢]', + '[米饭]', + '[蛋糕]', + '[西瓜]', + '[啤酒]', + '[瓢虫]', + '[勾引]', + '[OK]', + '[爱你]', + '[咖啡]', + '[月亮]', + '[刀]', + '[发抖]', + '[差劲]', + '[拳头]', + '[心碎了]', + '[太阳]', + '[礼物]', + '[皮球]', + '[骷髅]', + '[挥手]', + '[闪电]', + '[饥饿]', + '[咒骂]', + '[折磨]', + '[抠鼻]', + '[鼓掌]', + '[糗大了]', + '[左哼哼]', + '[打哈欠]', + '[快哭了]', + '[吓]', + '[篮球]', + '[乒乓]', + '[NO]', + '[跳跳]', + '[怄火]', + '[转圈]', + '[磕头]', + '[回头]', + '[跳绳]', + '[激动]', + '[街舞]', + '[献吻]', + '[左太极]', + '[右太极]', + '[闭嘴]', + '[猫咪]', + '[红双喜]', + '[鞭炮]', + '[红灯笼]', + '[麻将]', + '[麦克风]', + '[礼品袋]', + '[信封]', + '[象棋]', + '[彩带]', + '[蜡烛]', + '[爆筋]', + '[棒棒糖]', + '[奶瓶]', + '[面条]', + '[香蕉]', + '[飞机]', + '[左车头]', + '[车厢]', + '[右车头]', + '[多云]', + '[下雨]', + '[钞票]', + '[熊猫]', + '[灯泡]', + '[风车]', + '[闹钟]', + '[雨伞]', + '[彩球]', + '[钻戒]', + '[沙发]', + '[纸巾]', + '[手枪]', + '[青蛙]', +]; +const faceUrl = 'https://web.sdk.qcloud.com/im/assets/face-elem/'; + +const bigEmojiList = [ + { + icon: 'yz00', + list: ['yz00', 'yz01', 'yz02', 'yz03', 'yz04', 'yz05', 'yz06', 'yz07', 'yz08', + 'yz09', 'yz10', 'yz11', 'yz12', 'yz13', 'yz14', 'yz15', 'yz16', 'yz17'] + }, + { + icon: 'ys00', + list: ['ys00', 'ys01', 'ys02', 'ys03', 'ys04', 'ys05', 'ys06', 'ys07', 'ys08', + 'ys09', 'ys10', 'ys11', 'ys12', 'ys13', 'ys14', 'ys15'] + }, + { + icon: 'gcs00', + list: ['gcs00', 'gcs01', 'gcs02', 'gcs03', 'gcs04', 'gcs05', 'gcs06', 'gcs07', + 'gcs08', 'gcs09', 'gcs10', 'gcs11', 'gcs12', 'gcs13', 'gcs14', 'gcs15', 'gcs16'], + }, +]; +function splitEmojiList() { + let self = this; + let length = Math.ceil(emojiName.length / 24); + let arr = new Array(length); + for (let j = 0; j < length; j++) { + let subArr = []; + for (var i = j * 24; i < 24 * (j + 1); i++) { + if (i > emojiName.length - 1) { + break; + } + subArr.push(emojiName[i]); + } + arr[j] = subArr; + } + //console.log("分割",arr); + return arr; +} + + +module.exports = { + emojiUrl:emojiUrl, + emojiMap:emojiMap, + emojiName:emojiName, + bigEmojiList:bigEmojiList, + faceUrl:faceUrl, + splitEmojiList:function(){ + return splitEmojiList(); + } +} \ No newline at end of file diff --git a/util/music/BaseUtil.js b/util/music/BaseUtil.js new file mode 100644 index 0000000..1fab1a1 --- /dev/null +++ b/util/music/BaseUtil.js @@ -0,0 +1,120 @@ +/** + * 秒数转时长 1 → 00:01 + */ +export function secondToDuration(second, fixed = 0) { + var sec = (second % 60).toFixed(fixed); + var min = Math.floor(second / 60); + if (min.toString().length < 2) { + min = '0' + min; + } + if (sec < 10) { + sec = '0' + sec; + } + return min + ':' + sec +} + +/** + * 判断两个对象是否相等 + * @param {Object} o1 + * @param {Object} o2 + */ +export function objEquals(o1,o2){ + if(o1 && o2){ + return o1.platform == o2.platform && o1.id == o2.id; + }else{ + return false; + } +} + +export function isExist(list,obj){ + for (let itemIndex in list) { + const item = list[itemIndex]; + if (objEquals(item,obj)) { + return true; + } + } + return false; +} + +export function findIndex(list,obj){ + for (let itemIndex in list) { + const item = list[itemIndex]; + if (objEquals(item,obj)) { + return parseInt(itemIndex); + } + } + return -1; +} + +export function findObj(list,obj){ + const index = findIndex(list,obj); + if(inde != -1){ + return list[index]; + } + return null; +} + +export function isFind(list,obj){ + const index = findIndex(list,obj); + if(index != -1){ + return true; + } + return false; +} + +export function showToast(title,duration = 2000,icon="none",position="bottom"){ + uni.showToast({ + title, + icon, + duration, + position + }); +} +/** + * 格式化歌词 + * @param {String} lrcStr 歌词文本 + * @param {String} mode 格式 object 对象模式,array 数组模式 + */ +export function formatLrc(lrcStr,mode = 'object'){ + const reg = /\[\d*:\d*(\.|:)\d*]/g + const timeReg = /\[(\d{2,})\:(\d{2})(?:\.(\d{1,3}))?\]/g; // eslint-disable-line no-useless-escape + let timeResult = []; + let index = 0; + if(mode == 'object'){ + let lrcs = {}; + lrcStr.split("\n").forEach(item => { + const timeRegAry = item.match(reg); + if (timeRegAry) { + const time = timeRegAry[0]; + const min = parseInt(time.match(/\[\d*/i).toString().slice(1)) + const sec = parseInt(time.match(/\:\d*/i).toString().slice(1)) + const second = min * 60 + sec + const content = item.replace(timeRegAry, "") + lrcs[second] = { + time, + content + }; + } + }) + return lrcs; + }else{ + let lrcs = []; + lrcStr.split("\n").forEach(item => { + const timeRegAry = item.match(reg); + if (timeRegAry) { + const time = timeRegAry[0]; + const min = parseInt(time.match(/\[\d*/i).toString().slice(1)) + const sec = parseInt(time.match(/\:\d*/i).toString().slice(1)) + const second = min * 60 + sec + const content = item.replace(timeRegAry, "") + lrcs.push({ + second, + time, + content + }); + } + }) + return lrcs; + } + +} \ No newline at end of file diff --git a/util/music/StorageUtil.js b/util/music/StorageUtil.js new file mode 100644 index 0000000..b0ac6df --- /dev/null +++ b/util/music/StorageUtil.js @@ -0,0 +1,134 @@ +const storage_constants = { + searchHistory:'searchHistory', + paramSongList:'paramSongList', + mySongList:'mySongList', + playList:'playList', + playMode:'playMode', + progress:'progress', + playSeconds:'playSeconds', + playDuration:'playDuration', + playIndex:'playIndex', + isFirstRun:'isFirstRun', + recentlyPlayList:'recentlyPlayList' +} + + +function set(key, value) { + try { + uni.setStorageSync(key, value); + return true; + } catch (e) { + return false; + } +} + +function get(key) { + try { + return uni.getStorageSync(key); + } catch (e) { + return null; + } +} + +function getDefault(key, defaultVal) { + try { + let val = uni.getStorageSync(key); + if(val || val == 0){ + return val; + }else{ + val = defaultVal; + return val; + } + + } catch (e) { + return defaultVal; + } +} + +function getObj(key) { + try { + const val = uni.getStorageSync(key); + if (val) { + return val; + } + return null; + } catch (e) { + return null; + } +} + +function getObjDefault(key, defaultVal) { + try { + const val = uni.getStorageSync(key); + if (val) { + return val; + } + return defaultVal; + } catch (e) { + return defaultVal; + } +} + +function getArray(key) { + try { + const val = uni.getStorageSync(key); + if (val) { + return val; + } + return []; + } catch (e) { + return []; + } +} + +function getArrayDefault(key, defaultVal) { + try { + const val = uni.getStorageSync(key); + if (val) { + return val; + } + return defaultVal; + } catch (e) { + return defaultVal; + } +} + +function clearStorage(){ + uni.clearStorage(); + let item = { + coverImg:"/static/mylike.png", + name:`我喜欢的音乐`, + id:"mylike", + url:null, + singer:"我喜欢的音乐", + desc:null, + platform:'local', + album:null, + list:[] + } + let allSongList = []; + allSongList.push(item); + set(storage_constants.mySongList,allSongList) +} + +function remove(key){ + uni.removeStorageSync(key); +} + + +const storage = { + set, + get, + getDefault, + getObj, + getObjDefault, + getArray, + getArrayDefault, + clearStorage, + remove +} + +export { + storage, + storage_constants +} diff --git a/util/music/config.js b/util/music/config.js new file mode 100644 index 0000000..95536c7 --- /dev/null +++ b/util/music/config.js @@ -0,0 +1,10 @@ +export const playModeConfig = { + list:{id:'list',icon:'play-list-foreach',name:'列表循环'}, + random:{id:'random',icon:'play-random',name:'随机播放'}, + single:{id:'single',icon:'play-one-foreach',name:'单曲循环'} + } + + +export const config = { + playModel:playModeConfig +} \ No newline at end of file diff --git a/util/music/core.js b/util/music/core.js new file mode 100644 index 0000000..6a8dc1c --- /dev/null +++ b/util/music/core.js @@ -0,0 +1,278 @@ +import Vue from 'vue' +import Store from './store.js' +import { + playModeConfig +} from './config.js'; +import { + storage, + storage_constants +} from "./StorageUtil.js" +import * as util from "./BaseUtil.js" +export default { + extends: Store, + data() {}, + methods: { + initMusic() { + let audioPlayer = null; + /* #ifdef H5 */ + audioPlayer = uni.createInnerAudioContext(); + /* #endif */ + /* #ifdef APP-PLUS */ + audioPlayer = uni.getBackgroundAudioManager(); + /* #endif */ + audioPlayer.autoplay = false; + + audioPlayer.onTimeUpdate((e) => { + this.setPlaySeconds(audioPlayer.currentTime); + let progress = (audioPlayer.currentTime / audioPlayer.duration) * 100; + if (progress) { + this.setProgress(progress); + } + this.updateLrc(false); + }); + + audioPlayer.onCanplay(() => { + this.setMusicIsReady(true); + }) + audioPlayer.onError(()=>{ + util.showToast('播放错误,即将播放下一首'); + this.next(); + }) + + audioPlayer.onEnded(() => { + if (playModeConfig.single.id == this.playMode.id) { + this.setMusic(this.playIndex, null, () => { + this.play(); + this.setPlayState(true); + }); + } else if (playModeConfig.random.id == this.playMode.id) { + const index = parseInt((this.playList.length - 1) * Math.random()) + this.setMusic(index, null, () => { + this.play(); + this.setPlayState(true); + }); + } else { + this.next(); + } + }) + Vue.prototype.audioPlayer = audioPlayer; + Vue.prototype.prev = this.prev; + Vue.prototype.next = this.next; + Vue.prototype.stop = this.stop; + Vue.prototype.pause = this.pause; + Vue.prototype.play = this.play; + Vue.prototype.loadLrc = this.loadLrc; + Vue.prototype.setMusic = this.setMusic; + // Vue.prototype.getMusicPlayUrl = this.musicApi.getPlayUrl; + // Vue.prototype.getLrc = this.musicApi.getLrc; + // Vue.prototype.getMusicOtherInfo = this.musicApi.getMusicOtherInfo + const playMode = storage.get(storage_constants.playMode); + if (!playMode) { + this.setPlayMode(playModeConfig.list); + } + const mySongList = storage.getArrayDefault(storage_constants.mySongList, []); + /** + * 初始化歌词 + */ + if (this.playList && this.playIndex >= 0) { + let music = this.playList[this.playIndex]; + if (music) { + this.loadLrc(music, () => { + this.updateLrc(true); + }); + } + } + }, + /** + * 设置音乐 + * @param {Object} index + * @param {type} progress + * @param {Object} call + */ + setMusic(index, progress, call) { + if (this.playList && this.playList.length > 0) { + if (index == null) { + index = 0 + } + // 停止播放 + this.audioPlayer.stop(); + // 更新播放状态 + this.setPlayState(false); + if (progress) { + // 重置进度条 + this.setProgress(progress.progress || 0) + // 重置播放秒数 + this.setPlaySeconds(progress.playSeconds || 0) + } else { + // 重置进度条 + this.setProgress(0) + // 重置播放秒数 + this.setPlaySeconds(0) + } + // 重置总秒数 + this.setTotalSeconds(0) + + // 音乐状态为未准备 + this.setMusicIsReady(false) + let music = this.playList[index]; + /* this.getMusicOtherInfo(music,(musicOtherInfo)=>{ + music = musicOtherInfo; + + }) */ + + const oldPlayMusic = this.playList[this.playIndex]; + if (!util.objEquals(oldPlayMusic, music)) { + // 重置歌词 + this.setLrcs([{ + time: '[00:00.00]', + content: '歌词加载中' + }]); + this.setLrc({ + time: '[00:00.00]', + content: '歌词加载中' + }) + } + this.setPlayIndex(index); + // 加载歌词 + this.loadLrc(music); + // 获取播放地址 + Vue.prototype.getMusicPlayUrl && Vue.prototype.getMusicPlayUrl(music).then(playUrl => { + console.log(`播放地址:${playUrl}`) + this.audioPlayer.src = playUrl; + this.audioPlayer.title = music.name; + this.audioPlayer.singer = music.singer; + this.audioPlayer.coverImgUrl = music.coverImg; + let timer = setInterval(() => { + if (this.musicIsReady) { + this.setTotalSeconds(this.audioPlayer.duration) + if (this.playSeconds > 0) { + this.audioPlayer.seek(this.playSeconds) + } + this.setMusicIsReady(false) + clearInterval(timer); + if (call) { + call(); + } + } + }, 200); + }) + } + }, + getMusicOtherInfo(music, call) { + if (music.loadOtherInfo) { + Vue.prototype.getMusicOtherInfo && Vue.prototype.getMusicOtherInfo(music).then(musicResult => { + call(musicResult) + }) + } + }, + /** + * 加载歌词 + */ + loadLrc(music, call) { + Vue.prototype.getLrc && Vue.prototype.getLrc(music).then(lrcStr => { + if (lrcStr) { + this.setLrcStr(lrcStr) + if (call) { + call(); + } + } else { + this.setLrcStr('[00:00.00]无歌词') + } + }) + }, + /** + * 更新当前歌词 + * @param {Object} isInit + */ + updateLrc(isInit) { + if (this.lrcs) { + const sec = parseInt(this.playSeconds); + let index = sec + 1; + let line = this.lrcs[index]; + if (line) { + this.setLrc(line); + } else { + if (isInit) { + for (var i = index; i >= 0; i--) { + let initLine = this.lrcs[i]; + if (initLine) { + this.setLrc(initLine); + break; + } + } + } + } + + } + + }, + /** + * 播放 + */ + play() { + this.audioPlayer.play(); + this.setPlayState(true); + const music = this.playList[this.playIndex]; + this.pushRecentlyPlayList(music); + }, + /** + * 暂停 + */ + pause() { + this.audioPlayer.pause(); + this.setPlayState(false); + }, + /** + * 停止 + */ + stop() { + this.audioPlayer.stop(); + this.setPlayState(false); + this.setProgress(0); + this.setPlaySeconds(0) + }, + /** + * 下一曲 + */ + next() { + const length = this.playList.length; + let index = -1; + if (this.playIndex == length - 1) { + index = 0; + } else { + index = this.playIndex + 1; + } + this.setMusic(index, null, () => { + this.play(); + this.setPlayState(true); + }); + }, + + /** + * 上一曲 + */ + prev() { + const length = this.playList.length; + let index = this.playIndex; + if (index == 0) { + index = length - 1; + } else { + index = index - 1; + } + this.setMusic(index, null, () => { + this.play(); + this.setPlayState(true); + }); + }, + pushRecentlyPlayList(music){ + let recentlyPlayList = storage.getArrayDefault(storage_constants.recentlyPlayList, []); + let index = util.findIndex(recentlyPlayList,music); + if(index >= 0){ + recentlyPlayList.splice(index,1) + } + recentlyPlayList.splice(0,0,music) + this.setRecentlyPlayList(recentlyPlayList); + this.$forceUpdate() + } + } +} diff --git a/util/music/music-player.js b/util/music/music-player.js new file mode 100644 index 0000000..6c9bb79 --- /dev/null +++ b/util/music/music-player.js @@ -0,0 +1,70 @@ +/* #ifdef H5 */ +const bgAudioManager = uni.createInnerAudioContext(); +/* #endif */ +/* #ifdef APP-PLUS */ +const bgAudioManager = uni.getBackgroundAudioManager(); +/* #endif */ +bgAudioManager.autoplay = false; + + +function initPlayer(that){ + if(that.currentPlaySong){ + that.$u.vuex("currentPlayer",{ + playState:false, + progress:0, + musicId:that.currentPlaySong.id, + }); + bgAudioManager.title = that.currentPlaySong.songName; + bgAudioManager.singer = that.currentPlaySong.artist; + bgAudioManager.coverImgUrl = that.currentPlaySong.pic; + bgAudioManager.src = that.currentPlaySong.playSrc; + console.log("播放器初始化完成"); + bindOnControllerPlay(that); + } +} + +function bindOnControllerPlay(that){ + let playState=that.currentPlayer.playState; + console.log("that.currentPlayer.progress",that.currentPlayer.progress); + if(playState){ + bgAudioManager.pause(); + }else{ + if(that.currentPlayer.canPlay==false){ + initPlayer(that); + return; + }else{ + bgAudioManager.play(); + that.$u.vuex("currentPlayer.canPlay",true); + } + } + playState=!playState; + console.log("当前播放状态===",playState); + that.$u.vuex("currentPlayer.playState",playState); + that.$u.vuex("currentPlayer.canPlay",true); + bgAudioManager.onTimeUpdate((e) => { + let progress = (bgAudioManager.currentTime / bgAudioManager.duration) * 100; + if (progress) { + that.$u.vuex("currentPlayer.progress",progress); + } + }); + bgAudioManager.onError(()=>{ + resetPlayer(that); + }); + bgAudioManager.onEnded(() => { + resetPlayer(that); + }); +} + +function resetPlayer(that,player){ + bgAudioManager.stop(); + that.$u.vuex("currentPlayer.playState",false); + that.$u.vuex("currentPlayer.progress",0); + that.$u.vuex("currentPlayer.canPlay",false); +} + +module.exports = { + initPlayer, + bindOnControllerPlay, + resetPlayer, + bgAudioManager +} \ No newline at end of file diff --git a/util/music/store.js b/util/music/store.js new file mode 100644 index 0000000..fe9ab43 --- /dev/null +++ b/util/music/store.js @@ -0,0 +1,88 @@ +import { + mapState, + mapMutations +} from 'vuex' +import * as util from './BaseUtil.js' +export default { + computed: { + ...mapState(['totalSeconds', 'totalDuration', 'playSeconds', 'playDuration', 'progress', 'playState', + 'playMode', 'musicIsReady', 'playList', 'playIndex', 'lrcStr', 'lrcs', 'lrc', 'recentlyPlayList' + ]), + ...mapState(['paramSongList', 'isFirstRun', 'showPlayBar']) + }, + methods: { + ...mapMutations(['setPlayIndex', 'setTotalSeconds', 'setPlaySeconds', 'setProgress', 'setPlayState', + 'setPlayMode', 'setMusicIsReady', 'setPlayList', 'setLrcStr', 'setLrcs', 'setLrc', 'setRecentlyPlayList' + ]), + ...mapMutations(['setParamSongList', 'setIsFirstRun', 'setShowPlayBar']), + like(music) { + this.songListService.like(music) + this.$forceUpdate(); + }, + unLike(music) { + this.songListService.unLike(music); + this.$forceUpdate(); + }, + isLike(music) { + return this.musicService.isLike(music); + }, + controllerPlay(type) { + if (type == 'play') { + if (this.playState) { + this.pause(); + } else { + if (this.isFirstRun) { + const progress = { + progress: this.progress, + playSeconds: this.playSeconds + } + this.setMusic(this.playIndex, progress, () => { + this.play(); + }) + } else { + this.play(); + } + } + } else if (type == 'next') { + this.next(); + } else if (type == 'prev') { + this.prev(); + } + }, + playMusicByMusic(music) { + let playList = this.playList; + const index = util.findIndex(playList, music); + let playIndex = null; + if (index == -1) { + playList.push(music); + this.setPlayList(playList); + playIndex = playList.length - 1; + + } else { + playIndex = index; + } + this.setMusic(playIndex, null, () => { + this.play(); + }) + }, + nextPlay(music) { + const playIndex = this.playIndex; + let playList = this.playList; + const musicIndex = util.findIndex(playList, music); + if (musicIndex != -1) { + if (playList.length - 1 == playIndex) { + playList.push(music); + } else { + let index = playIndex + 1; + playList[musicIndex] = playList.splice(index, 1, playList[musicIndex])[0]; + } + + } else { + const index = playIndex + 1; + playList.splice(index, 0, music); + } + this.setPlayList(playList); + + } + } +} diff --git a/util/permission.js b/util/permission.js new file mode 100644 index 0000000..2018351 --- /dev/null +++ b/util/permission.js @@ -0,0 +1,286 @@ +// 手机权限js +/// null = 未请求,1 = 已允许,0 = 拒绝|受限, 2 = 系统未开启 + +var isIOS + +function album() { + var result = 0; + var PHPhotoLibrary = plus.ios.import("PHPhotoLibrary"); + var authStatus = PHPhotoLibrary.authorizationStatus(); + if (authStatus === 0) { + result = null; + } else if (authStatus == 3) { + result = 1; + } else { + result = 0; + } + plus.ios.deleteObject(PHPhotoLibrary); + return result; +} + +function camera() { + var result = 0; + var AVCaptureDevice = plus.ios.import("AVCaptureDevice"); + var authStatus = AVCaptureDevice.authorizationStatusForMediaType('vide'); + if (authStatus === 0) { + result = null; + } else if (authStatus == 3) { + result = 1; + } else { + result = 0; + } + plus.ios.deleteObject(AVCaptureDevice); + return result; +} + +function location() { + var result = 0; + var cllocationManger = plus.ios.import("CLLocationManager"); + var enable = cllocationManger.locationServicesEnabled(); + var status = cllocationManger.authorizationStatus(); + if (!enable) { + result = 2; + } else if (status === 0) { + result = null; + } else if (status === 3 || status === 4) { + result = 1; + } else { + result = 0; + } + plus.ios.deleteObject(cllocationManger); + return result; +} + +function push() { + var result = 0; + var UIApplication = plus.ios.import("UIApplication"); + var app = UIApplication.sharedApplication(); + var enabledTypes = 0; + if (app.currentUserNotificationSettings) { + var settings = app.currentUserNotificationSettings(); + enabledTypes = settings.plusGetAttribute("types"); + if (enabledTypes == 0) { + result = 0; + console.log("推送权限没有开启"); + } else { + result = 1; + console.log("已经开启推送功能!") + } + plus.ios.deleteObject(settings); + } else { + enabledTypes = app.enabledRemoteNotificationTypes(); + if (enabledTypes == 0) { + result = 3; + console.log("推送权限没有开启!"); + } else { + result = 4; + console.log("已经开启推送功能!") + } + } + plus.ios.deleteObject(app); + plus.ios.deleteObject(UIApplication); + return result; +} + +function contact() { + var result = 0; + var CNContactStore = plus.ios.import("CNContactStore"); + var cnAuthStatus = CNContactStore.authorizationStatusForEntityType(0); + if (authStatus === 0) { + result = null; + } else if (authStatus == 3) { + result = 1; + } else { + result = 0; + } + plus.ios.deleteObject(CNContactStore); + return result; +} + +function record() { + var result = null; + var avaudiosession = plus.ios.import("AVAudioSession"); + var avaudio = avaudiosession.sharedInstance(); + var status = avaudio.recordPermission(); + console.log("permissionStatus:" + status); + if (status === 1970168948) { + result = null; + } else if (status === 1735552628) { + result = 1; + } else { + result = 0; + } + plus.ios.deleteObject(avaudiosession); + return result; +} + +function calendar() { + var result = null; + var EKEventStore = plus.ios.import("EKEventStore"); + var ekAuthStatus = EKEventStore.authorizationStatusForEntityType(0); + if (ekAuthStatus == 3) { + result = 1; + console.log("日历权限已经开启"); + } else { + console.log("日历权限没有开启"); + } + plus.ios.deleteObject(EKEventStore); + return result; +} + +function memo() { + var result = null; + var EKEventStore = plus.ios.import("EKEventStore"); + var ekAuthStatus = EKEventStore.authorizationStatusForEntityType(1); + if (ekAuthStatus == 3) { + result = 1; + console.log("备忘录权限已经开启"); + } else { + console.log("备忘录权限没有开启"); + } + plus.ios.deleteObject(EKEventStore); + return result; +} + + +function requestIOS(permissionID) { + return new Promise((resolve, reject) => { + switch (permissionID) { + case "push": + resolve(push()); + break; + case "location": + resolve(location()); + break; + case "record": + resolve(record()); + break; + case "camera": + resolve(camera()); + break; + case "album": + resolve(album()); + break; + case "contact": + resolve(contact()); + break; + case "calendar": + resolve(calendar()); + break; + case "memo": + resolve(memo()); + break; + default: + resolve(0); + break; + } + }); +} + +function requestAndroid(permissionID) { + return new Promise((resolve, reject) => { + plus.android.requestPermissions( + [permissionID], + function(resultObj) { + var result = 0; + for (var i = 0; i < resultObj.granted.length; i++) { + var grantedPermission = resultObj.granted[i]; + console.log('已获取的权限:' + grantedPermission); + result = 1 + } + for (var i = 0; i < resultObj.deniedPresent.length; i++) { + var deniedPresentPermission = resultObj.deniedPresent[i]; + console.log('拒绝本次申请的权限:' + deniedPresentPermission); + result = 0 + } + for (var i = 0; i < resultObj.deniedAlways.length; i++) { + var deniedAlwaysPermission = resultObj.deniedAlways[i]; + console.log('永久拒绝申请的权限:' + deniedAlwaysPermission); + result = -1 + } + resolve(result); + }, + function(error) { + console.log('result error: ' + error.message) + resolve({ + code: error.code, + message: error.message + }); + } + ); + }); +} + +function gotoAppPermissionSetting() { + if (permission.isIOS) { + var UIApplication = plus.ios.import("UIApplication"); + var application2 = UIApplication.sharedApplication(); + var NSURL2 = plus.ios.import("NSURL"); + var setting2 = NSURL2.URLWithString("app-settings:"); + application2.openURL(setting2); + plus.ios.deleteObject(setting2); + plus.ios.deleteObject(NSURL2); + plus.ios.deleteObject(application2); + } else { + var Intent = plus.android.importClass("android.content.Intent"); + var Settings = plus.android.importClass("android.provider.Settings"); + var Uri = plus.android.importClass("android.net.Uri"); + var mainActivity = plus.android.runtimeMainActivity(); + var intent = new Intent(); + intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); + var uri = Uri.fromParts("package", mainActivity.getPackageName(), null); + intent.setData(uri); + mainActivity.startActivity(intent); + } +} + +function gotoiOSPermissionSetting() { + var UIApplication = plus.ios.import("UIApplication"); + var application2 = UIApplication.sharedApplication(); + var NSURL2 = plus.ios.import("NSURL"); + var setting2 = NSURL2.URLWithString("App-prefs:root=General"); + application2.openURL(setting2); + + plus.ios.deleteObject(setting2); + plus.ios.deleteObject(NSURL2); + plus.ios.deleteObject(application2); +} + + +function openAndroidPushSetting() { + var mainActivity = plus.android.runtimeMainActivity(); + var pkName = mainActivity.getPackageName(); + var uid = mainActivity.getApplicationInfo().plusGetAttribute("uid"); + var Intent = plus.android.importClass('android.content.Intent'); + var Build = plus.android.importClass("android.os.Build"); + if (Build.VERSION.SDK_INT >= 26) { + //android 8.0引导 + var intent = new Intent('android.settings.APP_NOTIFICATION_SETTINGS'); + intent.putExtra('android.provider.extra.APP_PACKAGE', pkName); + } else if (Build.VERSION.SDK_INT >= 21) { + //android 5.0-7.0 + var intent = new Intent('android.settings.APP_NOTIFICATION_SETTINGS'); + intent.putExtra("app_package", pkName); + intent.putExtra("app_uid", uid); + } else { + //(<21)其他--跳转到该应用管理的详情页 + intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); + var uri = Uri.fromParts("package", pkName, null); + intent.setData(uri); + } + // 跳转到该应用的系统通知设置页 + mainActivity.startActivity(intent); +} + +const permission = { + get isIOS(){ + return typeof isIOS === 'boolean' ? isIOS : (isIOS = uni.getSystemInfoSync().platform === 'ios') + }, + requestIOS: requestIOS, + requestAndroid: requestAndroid, + gotoAppSetting: gotoAppPermissionSetting, + gotoiOSSetting: gotoiOSPermissionSetting, + openAndroidPushSetting:openAndroidPushSetting +} + +module.exports = permission diff --git a/util/tempBillList.js b/util/tempBillList.js new file mode 100644 index 0000000..88ad52e --- /dev/null +++ b/util/tempBillList.js @@ -0,0 +1,898 @@ +//---------------start----------------------账单列表---------------------start------------------- +var billData=[ + { + "currentYear": 2023, + "currentMonth": 11, + "outputAmount": 1100, + "inputAmount": 11000, + "recordList":[ + { + "tradeDirection": "in", + "finishTime": "2023-11-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "转账-来自莉莉-11", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType":"6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "转账给莉莉-11", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "微信红包-发给莉-11", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "11微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + } + ] + }, + { + "currentYear": 2023, + "currentMonth": 10, + "outputAmount": 1000, + "inputAmount": 10000, + "recordList": [ + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "10-微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + } + ] + }, + { + "currentYear": 2023, + "currentMonth": 9, + "outputAmount": 900, + "inputAmount": 9000, + "recordList": [ + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-09-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-09-07 12:15:00", + "createTime": "2023-09-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-09-07 14:59:00", + "createTime": "2023-11-07 15:00:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-转账-来自莉莉", + "tradeCode": "TJTC_1721784520610545664", + "tradeValue": 10000, + "id": 1635, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-07 12:15:00", + "createTime": "2023-11-07 12:15:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-转账给莉莉", + "tradeCode": "TJTC_1721743291227176960", + "tradeValue": 500, + "id": 1630, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "out", + "finishTime": "2023-11-06 14:44:00", + "createTime": "2023-11-06 14:44:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-微信红包-发给莉", + "tradeCode": "TJTC_1721780784832053248", + "tradeValue": 200, + "id": 1633, + "userId": 554, + "tradeType": "6" + }, + { + "tradeDirection": "in", + "finishTime": "2023-11-05 14:55:00", + "createTime": "2023-11-05 14:55:00", + "tradeIcon": "/static/image/mycenter/default-record-icon.jpg", + "tradeStatus": "2", + "tradeTitle": "9-微信红包-来自莉莉", + "tradeCode": "TJTC_1721783502145454080", + "tradeValue": 200, + "id": 1634, + "userId": 554, + "tradeType": "6" + } + ] + } +] + +function getRecordList(year,month,tradeType){ + console.log("=======year"+year+"====month==="+month+"=====type==="+tradeType); + let tempData=JSON.parse(JSON.stringify(billData)); + let recordItem= tempData.find(item=>(item.currentYear==year&&item.currentMonth==month)); + console.log("recordItem===",recordItem); + if(recordItem!=undefined&&recordItem!=null){ + recordItem.recordList=recordItem.recordList.filter(item=>item.tradeType==tradeType); + return recordItem; + }else{ + return { + "currentYear": year, + "currentMonth": month, + "outputAmount": 0.00, + "inputAmount": 0.00, + "recordList":[] + }; + } +} + +function addItem(newItem,callback){ + let tempData=JSON.parse(JSON.stringify(billData)); + let recordItem= tempData.find((item,index)=>{ + return item.currentYear==year&&item.currentMonth==month + }) + recordItem.recordList.push(newItem); + billData=tempData; + callback(); +} +function deleteItem(delItem,callback){ + let tempData=JSON.parse(JSON.stringify(billData)); + let recordItem= tempData.find((item,index)=>{ + return item.currentYear==year&&item.currentMonth==month + }) + recordItem.recordList=recordItem.recordList.filter((item)=>{ + return item.createTime!=delItem.createTime; + }); + billData=tempData; + callback(); +} +function updateItem(updateItem,callback){ + let tempData=JSON.parse(JSON.stringify(billData)); + let recordItem= tempData.find((item,index)=>{ + return item.currentYear==year&&item.currentMonth==month + }) + recordItem.recordList=recordItem.recordList.filter((item)=>{ + return item.createTime!=delItem.createTime; + }); + addItem(updateItem,callback); +} +//---------------end----------------------账单列表---------------------end------------------- +const tempChartData={ + "outdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "转账", + "sum_value": "65906.00", + "trade_icon": "/assets/icon/zd3.png", + "sum_count": 18, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd3.png", + "billTitle": "转账", + "amountValue": "65906.00" + }, + { + "id": 2, + "trade_typetxt": "二维码收付款", + "sum_value": "1348.40", + "trade_icon": "/assets/icon/zd1.png", + "sum_count": 17, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd1.png", + "billTitle": "二维码收付款", + "amountValue": "1348.40" + }, + { + "id": 1, + "trade_typetxt": "微信红包", + "sum_value": "326.00", + "trade_icon": "/assets/icon/sh19.png", + "sum_count": 2, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh19.png", + "billTitle": "微信红包", + "amountValue": "326.00" + } + ], + "money": 81127.53, + "count": 54, + "month_list": { + "month": [ + "06月", + "07月", + "08月", + "09月", + "10月", + "11月" + ], + "money": [ + 136253.37, + 140794.18, + 140792.95, + 136254.18, + 140792.97, + 81127.53 + ], + "list": [ + { + "money": 136253.37, + "month": "06月" + }, + { + "money": 140794.18, + "month": "07月" + }, + { + "money": 140792.95, + "month": "08月" + }, + { + "money": 136254.18, + "month": "09月" + }, + { + "money": 140792.97, + "month": "10月" + }, + { + "money": 81127.53, + "month": "11月" + } + ] + } + }, + "indata": { + "list": [ + { + "id": 1, + "trade_typetxt": "二维码收付款", + "sum_value": "62803.00", + "trade_icon": "/assets/icon/zd1.png", + "sum_count": 24, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd1.png", + "billTitle": "二维码收付款", + "amountValue": "62803.00" + }, + { + "id": 3, + "trade_typetxt": "转账", + "sum_value": "5591.00", + "trade_icon": "/assets/icon/zd3.png", + "sum_count": 10, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/zd3.png", + "billTitle": "转账", + "amountValue": "5591.00" + }, + { + "id": 2, + "trade_typetxt": "微信红包", + "sum_value": "137.00", + "trade_icon": "/assets/icon/sh19.png", + "sum_count": 4, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh19.png", + "billTitle": "微信红包", + "amountValue": "137.00" + } + ], + "money": 119630, + "count": 46, + "month_list": { + "month": [ + "06月", + "07月", + "08月", + "09月", + "10月", + "11月" + ], + "money": [ + 137061, + 130787, + 152473, + 120999, + 157692, + 119630 + ], + "list": [ + { + "money": 137061, + "month": "06月" + }, + { + "money": 130787, + "month": "07月" + }, + { + "money": 152473, + "month": "08月" + }, + { + "money": 120999, + "month": "09月" + }, + { + "money": 157692, + "month": "10月" + }, + { + "money": 119630, + "month": "11月" + } + ] + } + }, + "otherdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "零钱充值", + "sum_value": "50850.00", + "trade_icon": "/assets/icon/sh20.png", + "sum_count": 7, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh20.png", + "billTitle": "零钱充值", + "amountValue": "50850.00" + }, + { + "id": 1, + "trade_typetxt": "零钱提现", + "sum_value": "13000.00", + "trade_icon": "/assets/icon/sh20.png", + "sum_count": 9, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh20.png", + "billTitle": "零钱提现", + "amountValue": "13000.00" + }, + { + "id": 2, + "trade_typetxt": "信用卡还款", + "sum_value": "249.00", + "trade_icon": "/assets/icon/sh8.png", + "sum_count": 1, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/sh8.png", + "billTitle": "信用卡还款", + "amountValue": "249.00" + } + ] + }, + "sumoutdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "转账", + "sum_value": "817456.00", + "trade_icon": "/assets/icon/nzz.png", + "sum_count": 190, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nzz.png", + "billTitle": "转账", + "amountValue": "817456.00", + "percentValue": 95.81, + "color": "#0ABF5E" + }, + { + "id": 1, + "trade_typetxt": "消费支出", + "sum_value": "18745.78", + "trade_icon": "/assets/icon/nxfzc.png", + "sum_count": 263, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nxfzc.png", + "billTitle": "消费支出", + "amountValue": "18745.78", + "percentValue": 2.2, + "color": "#57A3F9" + }, + { + "id": 2, + "trade_typetxt": "发红包", + "sum_value": "4024.00", + "trade_icon": "/assets/icon/nfhb.png", + "sum_count": 43, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nfhb.png", + "billTitle": "发红包", + "amountValue": "4024.00", + "percentValue": 0.47, + "color": "#fa3534" + } + ], + "money": 853225.78, + "count": 505 + }, + "sumindata": { + "list": [ + { + "id": 1, + "trade_typetxt": "二维码收款", + "sum_value": "724802.00", + "trade_icon": "/assets/icon/newm.png", + "sum_count": 274, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/newm.png", + "billTitle": "二维码收款", + "amountValue": "724802.00", + "percentValue": 81.22, + "color": "#D7B746" + }, + { + "id": 3, + "trade_typetxt": "收转账", + "sum_value": "114567.00", + "trade_icon": "/assets/icon/nzz.png", + "sum_count": 91, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nzz.png", + "billTitle": "收转账", + "amountValue": "114567.00", + "percentValue": 12.84, + "color": "#0ABF5E" + }, + { + "id": 2, + "trade_typetxt": "收红包", + "sum_value": "1966.00", + "trade_icon": "/assets/icon/nfhb.png", + "sum_count": 33, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nfhb.png", + "billTitle": "收红包", + "amountValue": "1966.00", + "percentValue": 0.22, + "color": "#fa3534" + } + ], + "money": 892434, + "count": 406 + }, + "sumotherdata": { + "list": [ + { + "id": 3, + "trade_typetxt": "零钱充值", + "sum_value": "50850.00", + "trade_icon": "/assets/icon/nlq.png", + "sum_count": 7, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nlq.png", + "billTitle": "零钱充值", + "title": "零钱充值", + "amountValue": "50850.00", + "percentValue": 7, + "color": "#be8913" + }, + { + "id": 1, + "trade_typetxt": "零钱提现", + "sum_value": "13000.00", + "trade_icon": "/assets/icon/nlq.png", + "sum_count": 9, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nlq.png", + "billTitle": "零钱提现", + "title": "零钱提现", + "amountValue": "13000.00", + "percentValue": 9, + "color": "#3d7a25" + }, + { + "id": 2, + "trade_typetxt": "信用卡还款", + "sum_value": "249.00", + "trade_icon": "/assets/icon/nxyk.png", + "sum_count": 1, + "iconSrc": "http://weadmin1.fyhcard.com/assets/icon/nxyk.png", + "billTitle": "信用卡还款", + "title": "信用卡还款", + "amountValue": "249.00", + "percentValue": 1, + "color": "#a254e0" + } + ] + } +} +//---------------start----------------------账单统计数据---------------------start------------------- + +function getChartData(param){ + console.log("=======获取图表数据参数======",param); + console.log("----------------------!!!!!!!!!!注意!!!!!!!!!!!!!这里只模拟了一组数据!!!!!!!!注意!!!!!!!!!!============="); + return tempChartData; +}; + +// + +module.exports = { + tempBillList:billData, + tempChartData:tempChartData, + queryRecordList:function(year,month,tradeType){ + return getRecordList(year,month,tradeType) + }, + addItem:function(newItem,callback){ + return addItem(newItem,callback) + }, + updateItem:function(newItem,callback){ + return updateItem(newItem,callback) + }, + deleteItem:function(newItem,callback){ + return deleteItem(newItem,callback) + }, + getChartData:function(param){ + return getChartData(param) + }, +}