From 8be15e8022d122e61b5c52e8add5c9cf48b40131 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Tue, 23 Jan 2024 19:15:52 +0800 Subject: [PATCH] 11 --- README.md | 92 -- common/http.interceptor.js | 2 +- components/tab-bar/tab-bar.vue | 78 +- echarts-for-weixin-master/.gitignore | 2 - echarts-for-weixin-master/ISSUE_TEMPLATE.md | 25 - echarts-for-weixin-master/LICENSE | 29 - echarts-for-weixin-master/README.md | 163 -- echarts-for-weixin-master/app.js | 39 - echarts-for-weixin-master/app.json | 37 - echarts-for-weixin-master/app.wxss | 14 - .../ec-canvas/ec-canvas.js | 284 ---- .../ec-canvas/ec-canvas.json | 4 - .../ec-canvas/ec-canvas.wxml | 4 - .../ec-canvas/ec-canvas.wxss | 4 - .../ec-canvas/echarts.js | 45 - .../ec-canvas/wx-canvas.js | 111 -- echarts-for-weixin-master/img/icons/bar.png | Bin 617 -> 0 bytes .../img/icons/boxplot.png | Bin 644 -> 0 bytes .../img/icons/custom.png | Bin 2770 -> 0 bytes .../img/icons/funnel.png | Bin 1738 -> 0 bytes echarts-for-weixin-master/img/icons/gauge.png | Bin 3768 -> 0 bytes echarts-for-weixin-master/img/icons/graph.png | Bin 4170 -> 0 bytes .../img/icons/heatmap.png | Bin 5088 -> 0 bytes echarts-for-weixin-master/img/icons/k.png | Bin 898 -> 0 bytes echarts-for-weixin-master/img/icons/line.png | Bin 2372 -> 0 bytes echarts-for-weixin-master/img/icons/map.png | Bin 3852 -> 0 bytes .../img/icons/parallel.png | Bin 3875 -> 0 bytes .../img/icons/pictorialbar.png | Bin 4652 -> 0 bytes echarts-for-weixin-master/img/icons/pie.png | Bin 3195 -> 0 bytes echarts-for-weixin-master/img/icons/radar.png | Bin 4461 -> 0 bytes .../img/icons/sankey.png | Bin 1776 -> 0 bytes .../img/icons/scatter.png | Bin 2624 -> 0 bytes .../img/icons/sunburst.png | Bin 8240 -> 0 bytes .../img/icons/themeRiver.png | Bin 4912 -> 0 bytes echarts-for-weixin-master/img/icons/tree.png | Bin 1789 -> 0 bytes .../img/icons/treemap.png | Bin 651 -> 0 bytes echarts-for-weixin-master/img/pie-bg.png | Bin 35638 -> 0 bytes echarts-for-weixin-master/img/pie-pattern.jpg | Bin 16228 -> 0 bytes echarts-for-weixin-master/img/weixin-app.jpg | Bin 43443 -> 0 bytes echarts-for-weixin-master/pages/bar/index.js | 137 -- .../pages/bar/index.json | 5 - .../pages/bar/index.wxml | 4 - .../pages/bar/index.wxss | 5 - .../pages/boxplot/index.js | 191 --- .../pages/boxplot/index.json | 5 - .../pages/boxplot/index.wxml | 4 - .../pages/boxplot/index.wxss | 5 - .../pages/funnel/index.js | 123 -- .../pages/funnel/index.json | 5 - .../pages/funnel/index.wxml | 4 - .../pages/funnel/index.wxss | 5 - .../pages/gauge/index.js | 54 - .../pages/gauge/index.json | 5 - .../pages/gauge/index.wxml | 4 - .../pages/gauge/index.wxss | 5 - .../pages/graph/index.js | 141 -- .../pages/graph/index.json | 5 - .../pages/graph/index.wxml | 4 - .../pages/graph/index.wxss | 5 - .../pages/heatmap/index.js | 103 -- .../pages/heatmap/index.json | 5 - .../pages/heatmap/index.wxml | 4 - .../pages/heatmap/index.wxss | 5 - .../pages/index/index.js | 94 -- .../pages/index/index.json | 2 - .../pages/index/index.wxml | 10 - .../pages/index/index.wxss | 35 - echarts-for-weixin-master/pages/k/index.js | 64 - echarts-for-weixin-master/pages/k/index.json | 5 - echarts-for-weixin-master/pages/k/index.wxml | 4 - echarts-for-weixin-master/pages/k/index.wxss | 5 - .../pages/lazyLoad/index.js | 164 -- .../pages/lazyLoad/index.json | 5 - .../pages/lazyLoad/index.wxml | 6 - .../pages/lazyLoad/index.wxss | 12 - echarts-for-weixin-master/pages/line/index.js | 87 -- .../pages/line/index.json | 5 - .../pages/line/index.wxml | 4 - .../pages/line/index.wxss | 5 - .../pages/loadImage/index.js | 85 - .../pages/loadImage/index.json | 5 - .../pages/loadImage/index.wxml | 4 - .../pages/loadImage/index.wxss | 5 - echarts-for-weixin-master/pages/map/index.js | 115 -- .../pages/map/index.json | 5 - .../pages/map/index.wxml | 4 - .../pages/map/index.wxss | 5 - .../pages/map/mapData.js | 1 - .../pages/measureText/index.js | 15 - .../pages/measureText/index.json | 2 - .../pages/measureText/index.wxml | 5 - .../pages/measureText/index.wxss | 5 - echarts-for-weixin-master/pages/move/index.js | 119 -- .../pages/move/index.json | 5 - .../pages/move/index.wxml | 32 - .../pages/move/index.wxss | 21 - .../pages/multiCharts/index.js | 208 --- .../pages/multiCharts/index.json | 5 - .../pages/multiCharts/index.wxml | 5 - .../pages/multiCharts/index.wxss | 15 - .../pages/parallel/index.js | 79 - .../pages/parallel/index.json | 5 - .../pages/parallel/index.wxml | 4 - .../pages/parallel/index.wxss | 5 - echarts-for-weixin-master/pages/pie/index.js | 64 - .../pages/pie/index.json | 5 - .../pages/pie/index.wxml | 4 - .../pages/pie/index.wxss | 5 - .../pages/radar/index.js | 85 - .../pages/radar/index.json | 5 - .../pages/radar/index.wxml | 4 - .../pages/radar/index.wxss | 5 - .../pages/sankey/index.js | 107 -- .../pages/sankey/index.json | 5 - .../pages/sankey/index.wxml | 4 - .../pages/sankey/index.wxss | 5 - .../pages/saveCanvas/index.js | 159 -- .../pages/saveCanvas/index.json | 5 - .../pages/saveCanvas/index.wxml | 4 - .../pages/saveCanvas/index.wxss | 5 - .../pages/scatter/index.js | 110 -- .../pages/scatter/index.json | 5 - .../pages/scatter/index.wxml | 4 - .../pages/scatter/index.wxss | 5 - .../pages/sunburst/index.js | 149 -- .../pages/sunburst/index.json | 5 - .../pages/sunburst/index.wxml | 4 - .../pages/sunburst/index.wxss | 5 - .../pages/themeRiver/index.js | 127 -- .../pages/themeRiver/index.json | 5 - .../pages/themeRiver/index.wxml | 4 - .../pages/themeRiver/index.wxss | 5 - echarts-for-weixin-master/pages/tree/index.js | 100 -- .../pages/tree/index.json | 5 - .../pages/tree/index.wxml | 4 - .../pages/tree/index.wxss | 5 - .../pages/treemap/index.js | 182 --- .../pages/treemap/index.json | 5 - .../pages/treemap/index.wxml | 4 - .../pages/treemap/index.wxss | 5 - echarts-for-weixin-master/project.config.json | 60 - echarts-for-weixin-master/sitemap.json | 7 - main.js | 4 +- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- pages.json | 317 +--- pages/Mystudent/Formteacher.vue | 160 -- pages/Mystudent/Managestudent.vue | 503 ------ pages/Mystudent/Mystudent.vue | 982 ------------ pages/Mystudent/addTeacher.vue | 372 ----- pages/Mystudent/addclass.vue | 718 --------- pages/Mystudent/addclassforwork.vue | 316 ---- pages/Mystudent/addstu.vue | 312 ---- pages/Mystudent/all_arrange.vue | 474 ------ pages/Mystudent/arrange_work.vue | 473 ------ pages/Mystudent/classmate.vue | 243 --- pages/Mystudent/formstu.vue | 374 ----- pages/Mystudent/student.vue | 1367 ----------------- pages/compoents/indexList.vue | 365 ----- pages/compoents/pages_home.vue | 574 ------- pages/compoents/pages_mine.vue | 279 ---- pages/index/index.vue | 570 +------ .../add_operation.vue => pages/my.vue | 15 +- .../teacher_speechadd.vue => pages/tj.vue | 14 +- pages/upload/upload.vue | 88 -- pages/user/user.vue | 289 ---- pages_teacher/pages_add/add_class.vue | 564 ------- .../pages_add/add_studentsforwork.vue | 323 ---- pages_teacher/pages_add/add_trainee.vue | 9 - pages_teacher/pages_search.vue | 11 - pages_teacher/pages_studentsWork.vue | 9 - pages_teacher/teacher_class/class_add.vue | 0 pages_teacher/teacher_class/class_detail.vue | 440 ------ pages_teacher/teacher_class/class_index.vue | 10 - .../teacher_class/class_managerial.vue | 9 - pages_teacher/teacher_class/class_members.vue | 565 ------- pages_teacher/teacher_class/class_teacher.vue | 9 - .../teacher_teachers/components/audiology.vue | 316 ---- .../teacher_teachers/components/compose.vue | 232 --- .../teacher_teachers/components/reading.vue | 313 ---- .../teacher_teachers/components/slander.vue | 0 .../teacher_teachers/operation_detail.vue | 588 ------- .../teacher_teachers/teacher_addOperation.vue | 899 ----------- .../teacher_teachers/teacher_listenadd.vue | 9 - .../teacher_teachers/teacher_operation.vue | 9 - .../teacher_teachers/teacher_writeadd.vue | 1286 ---------------- static/tabbar/home-active.png | Bin 1139 -> 0 bytes static/tabbar/home.png | Bin 974 -> 604 bytes static/tabbar/my-active.png | Bin 1281 -> 0 bytes static/tabbar/my.png | Bin 1174 -> 658 bytes static/tabbar/tiku-act.png | Bin 1436 -> 0 bytes static/tabbar/tiku.png | Bin 1168 -> 0 bytes 193 files changed, 121 insertions(+), 18603 deletions(-) delete mode 100644 README.md delete mode 100644 echarts-for-weixin-master/.gitignore delete mode 100644 echarts-for-weixin-master/ISSUE_TEMPLATE.md delete mode 100644 echarts-for-weixin-master/LICENSE delete mode 100644 echarts-for-weixin-master/README.md delete mode 100644 echarts-for-weixin-master/app.js delete mode 100644 echarts-for-weixin-master/app.json delete mode 100644 echarts-for-weixin-master/app.wxss delete mode 100644 echarts-for-weixin-master/ec-canvas/ec-canvas.js delete mode 100644 echarts-for-weixin-master/ec-canvas/ec-canvas.json delete mode 100644 echarts-for-weixin-master/ec-canvas/ec-canvas.wxml delete mode 100644 echarts-for-weixin-master/ec-canvas/ec-canvas.wxss delete mode 100644 echarts-for-weixin-master/ec-canvas/echarts.js delete mode 100644 echarts-for-weixin-master/ec-canvas/wx-canvas.js delete mode 100644 echarts-for-weixin-master/img/icons/bar.png delete mode 100644 echarts-for-weixin-master/img/icons/boxplot.png delete mode 100644 echarts-for-weixin-master/img/icons/custom.png delete mode 100644 echarts-for-weixin-master/img/icons/funnel.png delete mode 100644 echarts-for-weixin-master/img/icons/gauge.png delete mode 100644 echarts-for-weixin-master/img/icons/graph.png delete mode 100644 echarts-for-weixin-master/img/icons/heatmap.png delete mode 100644 echarts-for-weixin-master/img/icons/k.png delete mode 100644 echarts-for-weixin-master/img/icons/line.png delete mode 100644 echarts-for-weixin-master/img/icons/map.png delete mode 100644 echarts-for-weixin-master/img/icons/parallel.png delete mode 100644 echarts-for-weixin-master/img/icons/pictorialbar.png delete mode 100644 echarts-for-weixin-master/img/icons/pie.png delete mode 100644 echarts-for-weixin-master/img/icons/radar.png delete mode 100644 echarts-for-weixin-master/img/icons/sankey.png delete mode 100644 echarts-for-weixin-master/img/icons/scatter.png delete mode 100644 echarts-for-weixin-master/img/icons/sunburst.png delete mode 100644 echarts-for-weixin-master/img/icons/themeRiver.png delete mode 100644 echarts-for-weixin-master/img/icons/tree.png delete mode 100644 echarts-for-weixin-master/img/icons/treemap.png delete mode 100644 echarts-for-weixin-master/img/pie-bg.png delete mode 100644 echarts-for-weixin-master/img/pie-pattern.jpg delete mode 100644 echarts-for-weixin-master/img/weixin-app.jpg delete mode 100644 echarts-for-weixin-master/pages/bar/index.js delete mode 100644 echarts-for-weixin-master/pages/bar/index.json delete mode 100644 echarts-for-weixin-master/pages/bar/index.wxml delete mode 100644 echarts-for-weixin-master/pages/bar/index.wxss delete mode 100644 echarts-for-weixin-master/pages/boxplot/index.js delete mode 100644 echarts-for-weixin-master/pages/boxplot/index.json delete mode 100644 echarts-for-weixin-master/pages/boxplot/index.wxml delete mode 100644 echarts-for-weixin-master/pages/boxplot/index.wxss delete mode 100644 echarts-for-weixin-master/pages/funnel/index.js delete mode 100644 echarts-for-weixin-master/pages/funnel/index.json delete mode 100644 echarts-for-weixin-master/pages/funnel/index.wxml delete mode 100644 echarts-for-weixin-master/pages/funnel/index.wxss delete mode 100644 echarts-for-weixin-master/pages/gauge/index.js delete mode 100644 echarts-for-weixin-master/pages/gauge/index.json delete mode 100644 echarts-for-weixin-master/pages/gauge/index.wxml delete mode 100644 echarts-for-weixin-master/pages/gauge/index.wxss delete mode 100644 echarts-for-weixin-master/pages/graph/index.js delete mode 100644 echarts-for-weixin-master/pages/graph/index.json delete mode 100644 echarts-for-weixin-master/pages/graph/index.wxml delete mode 100644 echarts-for-weixin-master/pages/graph/index.wxss delete mode 100644 echarts-for-weixin-master/pages/heatmap/index.js delete mode 100644 echarts-for-weixin-master/pages/heatmap/index.json delete mode 100644 echarts-for-weixin-master/pages/heatmap/index.wxml delete mode 100644 echarts-for-weixin-master/pages/heatmap/index.wxss delete mode 100644 echarts-for-weixin-master/pages/index/index.js delete mode 100644 echarts-for-weixin-master/pages/index/index.json delete mode 100644 echarts-for-weixin-master/pages/index/index.wxml delete mode 100644 echarts-for-weixin-master/pages/index/index.wxss delete mode 100644 echarts-for-weixin-master/pages/k/index.js delete mode 100644 echarts-for-weixin-master/pages/k/index.json delete mode 100644 echarts-for-weixin-master/pages/k/index.wxml delete mode 100644 echarts-for-weixin-master/pages/k/index.wxss delete mode 100644 echarts-for-weixin-master/pages/lazyLoad/index.js delete mode 100644 echarts-for-weixin-master/pages/lazyLoad/index.json delete mode 100644 echarts-for-weixin-master/pages/lazyLoad/index.wxml delete mode 100644 echarts-for-weixin-master/pages/lazyLoad/index.wxss delete mode 100644 echarts-for-weixin-master/pages/line/index.js delete mode 100644 echarts-for-weixin-master/pages/line/index.json delete mode 100644 echarts-for-weixin-master/pages/line/index.wxml delete mode 100644 echarts-for-weixin-master/pages/line/index.wxss delete mode 100644 echarts-for-weixin-master/pages/loadImage/index.js delete mode 100644 echarts-for-weixin-master/pages/loadImage/index.json delete mode 100644 echarts-for-weixin-master/pages/loadImage/index.wxml delete mode 100644 echarts-for-weixin-master/pages/loadImage/index.wxss delete mode 100644 echarts-for-weixin-master/pages/map/index.js delete mode 100644 echarts-for-weixin-master/pages/map/index.json delete mode 100644 echarts-for-weixin-master/pages/map/index.wxml delete mode 100644 echarts-for-weixin-master/pages/map/index.wxss delete mode 100644 echarts-for-weixin-master/pages/map/mapData.js delete mode 100644 echarts-for-weixin-master/pages/measureText/index.js delete mode 100644 echarts-for-weixin-master/pages/measureText/index.json delete mode 100644 echarts-for-weixin-master/pages/measureText/index.wxml delete mode 100644 echarts-for-weixin-master/pages/measureText/index.wxss delete mode 100644 echarts-for-weixin-master/pages/move/index.js delete mode 100644 echarts-for-weixin-master/pages/move/index.json delete mode 100644 echarts-for-weixin-master/pages/move/index.wxml delete mode 100644 echarts-for-weixin-master/pages/move/index.wxss delete mode 100644 echarts-for-weixin-master/pages/multiCharts/index.js delete mode 100644 echarts-for-weixin-master/pages/multiCharts/index.json delete mode 100644 echarts-for-weixin-master/pages/multiCharts/index.wxml delete mode 100644 echarts-for-weixin-master/pages/multiCharts/index.wxss delete mode 100644 echarts-for-weixin-master/pages/parallel/index.js delete mode 100644 echarts-for-weixin-master/pages/parallel/index.json delete mode 100644 echarts-for-weixin-master/pages/parallel/index.wxml delete mode 100644 echarts-for-weixin-master/pages/parallel/index.wxss delete mode 100644 echarts-for-weixin-master/pages/pie/index.js delete mode 100644 echarts-for-weixin-master/pages/pie/index.json delete mode 100644 echarts-for-weixin-master/pages/pie/index.wxml delete mode 100644 echarts-for-weixin-master/pages/pie/index.wxss delete mode 100644 echarts-for-weixin-master/pages/radar/index.js delete mode 100644 echarts-for-weixin-master/pages/radar/index.json delete mode 100644 echarts-for-weixin-master/pages/radar/index.wxml delete mode 100644 echarts-for-weixin-master/pages/radar/index.wxss delete mode 100644 echarts-for-weixin-master/pages/sankey/index.js delete mode 100644 echarts-for-weixin-master/pages/sankey/index.json delete mode 100644 echarts-for-weixin-master/pages/sankey/index.wxml delete mode 100644 echarts-for-weixin-master/pages/sankey/index.wxss delete mode 100644 echarts-for-weixin-master/pages/saveCanvas/index.js delete mode 100644 echarts-for-weixin-master/pages/saveCanvas/index.json delete mode 100644 echarts-for-weixin-master/pages/saveCanvas/index.wxml delete mode 100644 echarts-for-weixin-master/pages/saveCanvas/index.wxss delete mode 100644 echarts-for-weixin-master/pages/scatter/index.js delete mode 100644 echarts-for-weixin-master/pages/scatter/index.json delete mode 100644 echarts-for-weixin-master/pages/scatter/index.wxml delete mode 100644 echarts-for-weixin-master/pages/scatter/index.wxss delete mode 100644 echarts-for-weixin-master/pages/sunburst/index.js delete mode 100644 echarts-for-weixin-master/pages/sunburst/index.json delete mode 100644 echarts-for-weixin-master/pages/sunburst/index.wxml delete mode 100644 echarts-for-weixin-master/pages/sunburst/index.wxss delete mode 100644 echarts-for-weixin-master/pages/themeRiver/index.js delete mode 100644 echarts-for-weixin-master/pages/themeRiver/index.json delete mode 100644 echarts-for-weixin-master/pages/themeRiver/index.wxml delete mode 100644 echarts-for-weixin-master/pages/themeRiver/index.wxss delete mode 100644 echarts-for-weixin-master/pages/tree/index.js delete mode 100644 echarts-for-weixin-master/pages/tree/index.json delete mode 100644 echarts-for-weixin-master/pages/tree/index.wxml delete mode 100644 echarts-for-weixin-master/pages/tree/index.wxss delete mode 100644 echarts-for-weixin-master/pages/treemap/index.js delete mode 100644 echarts-for-weixin-master/pages/treemap/index.json delete mode 100644 echarts-for-weixin-master/pages/treemap/index.wxml delete mode 100644 echarts-for-weixin-master/pages/treemap/index.wxss delete mode 100644 echarts-for-weixin-master/project.config.json delete mode 100644 echarts-for-weixin-master/sitemap.json delete mode 100644 pages/Mystudent/Formteacher.vue delete mode 100644 pages/Mystudent/Managestudent.vue delete mode 100644 pages/Mystudent/Mystudent.vue delete mode 100644 pages/Mystudent/addTeacher.vue delete mode 100644 pages/Mystudent/addclass.vue delete mode 100644 pages/Mystudent/addclassforwork.vue delete mode 100644 pages/Mystudent/addstu.vue delete mode 100644 pages/Mystudent/all_arrange.vue delete mode 100644 pages/Mystudent/arrange_work.vue delete mode 100644 pages/Mystudent/classmate.vue delete mode 100644 pages/Mystudent/formstu.vue delete mode 100644 pages/Mystudent/student.vue delete mode 100644 pages/compoents/indexList.vue delete mode 100644 pages/compoents/pages_home.vue delete mode 100644 pages/compoents/pages_mine.vue rename pages_teacher/pages_add/add_operation.vue => pages/my.vue (56%) rename pages_teacher/teacher_teachers/teacher_speechadd.vue => pages/tj.vue (55%) delete mode 100644 pages/upload/upload.vue delete mode 100644 pages/user/user.vue delete mode 100644 pages_teacher/pages_add/add_class.vue delete mode 100644 pages_teacher/pages_add/add_studentsforwork.vue delete mode 100644 pages_teacher/pages_add/add_trainee.vue delete mode 100644 pages_teacher/pages_search.vue delete mode 100644 pages_teacher/pages_studentsWork.vue delete mode 100644 pages_teacher/teacher_class/class_add.vue delete mode 100644 pages_teacher/teacher_class/class_detail.vue delete mode 100644 pages_teacher/teacher_class/class_index.vue delete mode 100644 pages_teacher/teacher_class/class_managerial.vue delete mode 100644 pages_teacher/teacher_class/class_members.vue delete mode 100644 pages_teacher/teacher_class/class_teacher.vue delete mode 100644 pages_teacher/teacher_teachers/components/audiology.vue delete mode 100644 pages_teacher/teacher_teachers/components/compose.vue delete mode 100644 pages_teacher/teacher_teachers/components/reading.vue delete mode 100644 pages_teacher/teacher_teachers/components/slander.vue delete mode 100644 pages_teacher/teacher_teachers/operation_detail.vue delete mode 100644 pages_teacher/teacher_teachers/teacher_addOperation.vue delete mode 100644 pages_teacher/teacher_teachers/teacher_listenadd.vue delete mode 100644 pages_teacher/teacher_teachers/teacher_operation.vue delete mode 100644 pages_teacher/teacher_teachers/teacher_writeadd.vue delete mode 100644 static/tabbar/home-active.png delete mode 100644 static/tabbar/my-active.png delete mode 100644 static/tabbar/tiku-act.png delete mode 100644 static/tabbar/tiku.png diff --git a/README.md b/README.md deleted file mode 100644 index fd14c0c..0000000 --- a/README.md +++ /dev/null @@ -1,92 +0,0 @@ -# YML-teacher-uniapp - - - -## Getting started - -To make it easy for you to get started with GitLab, here's a list of recommended next steps. - -Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! - -## Add your files - -- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files -- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: - -``` -cd existing_repo -git remote add origin http://101.43.163.13:8099/taoxu/yml-teacher-uniapp.git -git branch -M main -git push -uf origin main -``` - -## Integrate with your tools - -- [ ] [Set up project integrations](http://101.43.163.13:8099/taoxu/yml-teacher-uniapp/-/settings/integrations) - -## Collaborate with your team - -- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/) -- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) -- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) -- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/) -- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html) - -## Test and Deploy - -Use the built-in continuous integration in GitLab. - -- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html) -- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/) -- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html) -- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/) -- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html) - -*** - -# Editing this README - -When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template. - -## Suggestions for a good README -Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information. - -## Name -Choose a self-explaining name for your project. - -## Description -Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors. - -## Badges -On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge. - -## Visuals -Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. - -## Installation -Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection. - -## Usage -Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. - -## Support -Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc. - -## Roadmap -If you have ideas for releases in the future, it is a good idea to list them in the README. - -## Contributing -State if you are open to contributions and what your requirements are for accepting them. - -For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self. - -You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser. - -## Authors and acknowledgment -Show your appreciation to those who have contributed to the project. - -## License -For open source projects, say how it is licensed. - -## Project status -If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 1e9834f..3c636f0 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -15,7 +15,7 @@ const install = (Vue, vm) => { // 设置为json,返回后会对数据进行一次JSON.parse() dataType: 'json', showLoading: true, // 是否显示请求中的loading - loadingText: '雅思备考...', // 请求loading中的文字提示 + loadingText: '...', // 请求loading中的文字提示 loadingTime: 800, // 在此时间内,请求还没回来的话,就显示加载中动画,单位ms originalData: false, // 是否在拦截器中返回服务端的原始数据 loadingMask: true, // 展示loading的时候,是否给一个透明的蒙层,防止触摸穿透 diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 4a7d363..9df35fd 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -1,54 +1,60 @@ \ No newline at end of file diff --git a/echarts-for-weixin-master/.gitignore b/echarts-for-weixin-master/.gitignore deleted file mode 100644 index a41c3ab..0000000 --- a/echarts-for-weixin-master/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -project.private.config.json - diff --git a/echarts-for-weixin-master/ISSUE_TEMPLATE.md b/echarts-for-weixin-master/ISSUE_TEMPLATE.md deleted file mode 100644 index 791f647..0000000 --- a/echarts-for-weixin-master/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -## 提问前应该做的事 - -请确保提问前做了以下事,将完成的项目的 `[]` 改为 `[x]`: - -- [] 我已通读过 [README](https://github.com/ecomfe/echarts-for-weixin/blob/master/README.md) -- [] 我已阅读过 [FAQ](https://github.com/ecomfe/echarts-for-weixin/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Afaq+) - -## 需提供的信息 - -将符合项的 `[]` 改为 `[x]`,并补充需要的信息: - -### 简单描述问题: -??? - -### 预期效果: -??? -(如有需要请提供预期的图) - -### 实际效果: -??? -(如有需要请提供截图) - -### 复现环境: -- [] 在微信开发工具中存在该问题 -- [] 在真机上存在该问题 diff --git a/echarts-for-weixin-master/LICENSE b/echarts-for-weixin-master/LICENSE deleted file mode 100644 index 58d6ca7..0000000 --- a/echarts-for-weixin-master/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2020, Baidu Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/echarts-for-weixin-master/README.md b/echarts-for-weixin-master/README.md deleted file mode 100644 index 6dbbb5b..0000000 --- a/echarts-for-weixin-master/README.md +++ /dev/null @@ -1,163 +0,0 @@ -# 在微信小程序中使用 Apache ECharts - -本项目是 [Apache ECharts](https://github.com/apache/echarts) 的微信小程序版本,以及使用的示例。 - -开发者可以通过熟悉的 ECharts 配置方式,快速开发图表,满足各种可视化需求。 - -## 体验示例小程序 - -在微信中扫描下面的二维码即可体验 ECharts Demo: - -![ECharts Demo](img/weixin-app.jpg) - -## 下载 - -为了兼容小程序 Canvas,我们提供了一个小程序的组件,用这种方式可以方便地使用 ECharts。 - -首先,下载本项目。 - -其中,`ec-canvas` 是我们提供的组件,其他文件是如何使用该组件的示例。 - -`ec-canvas` 目录下有一个 `echarts.js`,默认我们会在每次 `echarts-for-weixin` 项目发版的时候替换成最新版的 ECharts。如有必要,可以自行从 ECharts 项目中下载[最新发布版](https://github.com/apache/echarts/releases),或者从[官网自定义构建](https://echarts.apache.org/zh/builder.html)以减小文件大小。 - -## 引入组件 - -微信小程序的项目创建可以参见[微信公众平台官方文档](https://developers.weixin.qq.com/miniprogram/dev/framework/quickstart/)。 - -在创建项目之后,可以将下载的 [ecomfe/echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin) 项目完全替换新建的项目,然后将修改代码;或者仅拷贝 `ec-canvas` 目录到新建的项目下,然后做相应的调整。 - -如果采用完全替换的方式,需要将 `project.config.json` 中的 `appid` 替换成在公众平台申请的项目 id。`pages` 目录下的每个文件夹是一个页面,可以根据情况删除不需要的页面,并且在 `app.json` 中删除对应页面。 - -如果仅拷贝 `ec-canvas` 目录,则可以参考 `pages/bar` 目录下的几个文件的写法。下面,我们具体地说明。 - - -## 创建图表 - -首先,在 `pages/bar` 目录下新建以下几个文件:`index.js`、 `index.json`、 `index.wxml`、 `index.wxss`。并且在 `app.json` 的 `pages` 中增加 `'pages/bar/index'`。 - -`index.json` 配置如下: - -```json -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} -``` - -这一配置的作用是,允许我们在 `pages/bar/index.wxml` 中使用 `` 组件。注意路径的相对位置要写对,如果目录结构和本例相同,就应该像上面这样配置。 - -`index.wxml` 中,我们创建了一个 `` 组件,内容如下: - -```xml - - - -``` - -> 注意此处的 `.container`,新建小程序项目后,其中 `app.wxss` 中默认自动生成的此 class 与本 demo 中的可能不一致,导致图表不能正常显示,只显示空白。请注意参考 `app.wxss` 修改样式,保证图表的初始化的时候是有宽度和高度的。 - -其中 `ec` 是一个我们在 `index.js` 中定义的对象,它使得图表能够在页面加载后被初始化并设置。`index.js` 的结构如下: - -```js -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // 像素比 - }); - canvas.setChart(chart); - - var option = { - ... - }; - chart.setOption(option); - return chart; -} - -Page({ - data: { - ec: { - onInit: initChart - } - } -}); -``` - -这对于所有 ECharts 图表都是通用的,用户只需要修改上面 `option` 的内容,即可改变图表。`option` 的使用方法参见 [ECharts 配置项文档](https://echarts.apache.org/zh/option.html)。对于不熟悉 ECharts 的用户,可以参见 [快速上手 ECharts](https://echarts.apache.org/handbook/zh/get-started/) 教程。 - -完整的例子请参见 [ecomfe/echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin) 项目。 - -## FAQ -### 如何获取图表实例? - -`echarts.init` 返回的即为图表实例,可以参考 [pages/bar/index.js](/blob/master/pages/bar/index.js) 的写法。 - -### 如何延迟加载图表? - -参见 `pages/lazyLoad` 的例子,可以在获取数据后再初始化数据。 - -### 如何在一个页面中加载多个图表? - -参见 `pages/multiCharts` 的例子。 - -### 如何使用 Tooltip? - -目前,本项目已支持 ECharts Tooltip,但是由于 ECharts 相关功能尚未发版,因此需要使用当前本项目中 `ec-canvas/echarts.js`,这个文件包含了可以在微信中使用 Tooltip 的相关代码。目前在 ECharts 官网下载的 `echarts.js` 还不能直接替换使用,等 ECharts 正式发版后即可。 - -具体使用方法和 ECharts 相同,例子参见 `pages/line/index.js`。 - -目前一个已知的 bug 是,有些图表的 tooltip 会显示 `
` 而非换行符。这一问题将在之后修复,暂时碰到这一问题时,开发者可以通过在 formatter 中使用 `\n` 作为换行。 - -### 如何保存为图片? - -参见 `pages/saveCanvas` 的例子。 - -### 文件太大怎么办? - -本项目默认提供的 ECharts 文件是最新版本的包含所有组件文件。可以下载不同版本的 [ECharts](https://github.com/apache/echarts/blob/master/dist/) 进行替换。建议调试时使用未压缩版本,发布时使用压缩版本,否则文件会太大无法发布。 - -发布时,如果对文件大小要求更高,可以在 [ECharts 在线定制](https://echarts.apache.org/zh/builder.html)网页下载仅包含必要组件的包,并且选择压缩。 - -下载的文件放在 `ec-canvas/echarts.js`,**注意一定需要重命名为 `echarts.js`**。 - -此外,还可考虑使用微信小程序的[分包策略](https://developers.weixin.qq.com/miniprogram/dev/framework/subpackages/independent.html) - -## 微信版本要求 - -### Canvas 2d 版本要求 - -最新版的 ECharts 微信小程序支持微信 Canvas 2d,当用户的基础库版本 >= 2.9.0 且没有设置 `force-use-old-canvas="true"` 的情况下,使用新的 Canvas 2d(默认)。 - -使用新的 Canvas 2d 可以提升渲染性能,解决非同层渲染问题,强烈建议开启 - -如果仍需使用旧版 Canvas,使用方法如下: - -```html - -``` - -### 最低版本要求 - -支持微信版本 >= 6.6.3,对应基础库版本 >= 1.9.91。尽可能使用更高版本的基础库版本。 - -调试的时候,需要在微信开发者工具中,将“详情”下的“调试基础库”设为 1.9.91 及以上版本。 - -发布前,需要在 [https://mp.weixin.qq.com](https://mp.weixin.qq.com) 的“设置”页面,将“基础库最低版本设置”设为 1.9.91。当用户微信版本过低的时候,会提示用户更新。 - - -## 暂不支持的功能 - -ECharts 中的绝大部分功能都支持小程序版本,因此这里仅说明不支持的功能,以及存在的问题。 - -以下功能尚不支持,如果有相关需求请在 [issue](https://github.com/ecomfe/echarts-for-weixin/issues) 中向我们反馈,对于反馈人数多的需求将优先支持: - -- 多个 zlevel 分层 - -此外,目前还有一些 bug 尚未修复,部分需要小程序团队配合上线支持,但不影响基本的使用。已知的 bug 包括: - -- 安卓平台:transform 的问题(会影响关系图边两端的标记位置、旭日图文字位置等) -- iOS 平台:半透明略有变深的问题 -- iOS 平台:渐变色出现在定义区域之外的地方 - -如有其它问题,也欢迎在 [issue](https://github.com/ecomfe/echarts-for-weixin/issues) 中向我们反馈,谢谢! diff --git a/echarts-for-weixin-master/app.js b/echarts-for-weixin-master/app.js deleted file mode 100644 index b545190..0000000 --- a/echarts-for-weixin-master/app.js +++ /dev/null @@ -1,39 +0,0 @@ -//app.js -App({ - onLaunch: function () { - // 展示本地存储能力 - var logs = wx.getStorageSync('logs') || [] - logs.unshift(Date.now()) - wx.setStorageSync('logs', logs) - - // 登录 - wx.login({ - success: res => { - // 发送 res.code 到后台换取 openId, sessionKey, unionId - } - }) - // 获取用户信息 - wx.getSetting({ - success: res => { - if (res.authSetting['scope.userInfo']) { - // 已经授权,可以直接调用 getUserInfo 获取头像昵称,不会弹框 - wx.getUserInfo({ - success: res => { - // 可以将 res 发送给后台解码出 unionId - this.globalData.userInfo = res.userInfo - - // 由于 getUserInfo 是网络请求,可能会在 Page.onLoad 之后才返回 - // 所以此处加入 callback 以防止这种情况 - if (this.userInfoReadyCallback) { - this.userInfoReadyCallback(res) - } - } - }) - } - } - }) - }, - globalData: { - userInfo: null - } -}) \ No newline at end of file diff --git a/echarts-for-weixin-master/app.json b/echarts-for-weixin-master/app.json deleted file mode 100644 index 7c896e6..0000000 --- a/echarts-for-weixin-master/app.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "pages": [ - "pages/index/index", - "pages/bar/index", - "pages/measureText/index", - "pages/line/index", - "pages/scatter/index", - "pages/sunburst/index", - "pages/funnel/index", - "pages/radar/index", - "pages/gauge/index", - "pages/pie/index", - "pages/k/index", - "pages/heatmap/index", - "pages/tree/index", - "pages/treemap/index", - "pages/map/index", - "pages/graph/index", - "pages/boxplot/index", - "pages/parallel/index", - "pages/sankey/index", - "pages/themeRiver/index", - "pages/lazyLoad/index", - "pages/multiCharts/index", - "pages/move/index", - "pages/saveCanvas/index", - "pages/loadImage/index" - ], - "window": { - "backgroundTextStyle": "light", - "backgroundColor": "#eee", - "navigationBarBackgroundColor": "#eee", - "navigationBarTitleText": "ECharts 图表示例", - "navigationBarTextStyle": "black" - }, - "sitemapLocation": "sitemap.json" -} \ No newline at end of file diff --git a/echarts-for-weixin-master/app.wxss b/echarts-for-weixin-master/app.wxss deleted file mode 100644 index 7898947..0000000 --- a/echarts-for-weixin-master/app.wxss +++ /dev/null @@ -1,14 +0,0 @@ -/**app.wxss**/ -.container { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - - display: flex; - flex-direction: column; - align-items: center; - justify-content: space-between; - box-sizing: border-box; -} diff --git a/echarts-for-weixin-master/ec-canvas/ec-canvas.js b/echarts-for-weixin-master/ec-canvas/ec-canvas.js deleted file mode 100644 index 278f4a9..0000000 --- a/echarts-for-weixin-master/ec-canvas/ec-canvas.js +++ /dev/null @@ -1,284 +0,0 @@ -import WxCanvas from './wx-canvas'; -import * as echarts from './echarts'; - -let ctx; - -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]) - const num2 = parseInt(v2[i]) - - if (num1 > num2) { - return 1 - } else if (num1 < num2) { - return -1 - } - } - return 0 -} - -Component({ - properties: { - canvasId: { - type: String, - value: 'ec-canvas' - }, - - ec: { - type: Object - }, - - forceUseOldCanvas: { - type: Boolean, - value: false - } - }, - - data: { - isUseNewCanvas: false - }, - - ready: function () { - // Disable prograssive because drawImage doesn't support DOM as parameter - // See https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.drawImage.html - 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; - } - } - }); - - if (!this.data.ec) { - console.warn('组件需绑定 ec 变量,例:'); - return; - } - - if (!this.data.ec.lazyLoad) { - this.init(); - } - }, - - methods: { - init: function (callback) { - const version = wx.getSystemInfoSync().SDKVersion - - const canUseNewCanvas = compareVersion(version, '2.9.0') >= 0; - const forceUseOldCanvas = this.data.forceUseOldCanvas; - const isUseNewCanvas = canUseNewCanvas && !forceUseOldCanvas; - this.setData({ isUseNewCanvas }); - - if (forceUseOldCanvas && canUseNewCanvas) { - console.warn('开发者强制使用旧canvas,建议关闭'); - } - - if (isUseNewCanvas) { - // console.log('微信基础库版本大于2.9.0,开始使用'); - // 2.9.0 可以使用 - this.initByNewWay(callback); - } else { - const isValid = compareVersion(version, '1.9.91') >= 0 - if (!isValid) { - console.error('微信基础库版本过低,需大于等于 1.9.91。' - + '参见:https://github.com/ecomfe/echarts-for-weixin' - + '#%E5%BE%AE%E4%BF%A1%E7%89%88%E6%9C%AC%E8%A6%81%E6%B1%82'); - return; - } else { - console.warn('建议将微信基础库调整大于等于2.9.0版本。升级后绘图将有更好性能'); - this.initByOldWay(callback); - } - } - }, - - initByOldWay(callback) { - // 1.9.91 <= version < 2.9.0:原来的方式初始化 - ctx = wx.createCanvasContext(this.data.canvasId, this); - const canvas = new WxCanvas(ctx, this.data.canvasId, false); - - if (echarts.setPlatformAPI) { - echarts.setPlatformAPI({ - createCanvas: () => canvas, - }); - } else { - echarts.setCanvasCreator(() => canvas); - }; - // const canvasDpr = wx.getSystemInfoSync().pixelRatio // 微信旧的canvas不能传入dpr - const canvasDpr = 1 - var query = wx.createSelectorQuery().in(this); - query.select('.ec-canvas').boundingClientRect(res => { - if (typeof callback === 'function') { - this.chart = callback(canvas, res.width, res.height, canvasDpr); - } - else if (this.data.ec && typeof this.data.ec.onInit === 'function') { - this.chart = this.data.ec.onInit(canvas, res.width, res.height, canvasDpr); - } - else { - this.triggerEvent('init', { - canvas: canvas, - width: res.width, - height: res.height, - canvasDpr: canvasDpr // 增加了dpr,可方便外面echarts.init - }); - } - }).exec(); - }, - - initByNewWay(callback) { - // version >= 2.9.0:使用新的方式初始化 - const query = wx.createSelectorQuery().in(this) - query - .select('.ec-canvas') - .fields({ node: true, size: true }) - .exec(res => { - const canvasNode = res[0].node - this.canvasNode = canvasNode - - const canvasDpr = wx.getSystemInfoSync().pixelRatio - const canvasWidth = res[0].width - const canvasHeight = res[0].height - - const ctx = canvasNode.getContext('2d') - - const canvas = new WxCanvas(ctx, this.data.canvasId, true, canvasNode) - if (echarts.setPlatformAPI) { - echarts.setPlatformAPI({ - createCanvas: () => canvas, - loadImage: (src, onload, onerror) => { - if (canvasNode.createImage) { - const image = canvasNode.createImage(); - image.onload = onload; - image.onerror = onerror; - image.src = src; - return image; - } - console.error('加载图片依赖 `Canvas.createImage()` API,要求小程序基础库版本在 2.7.0 及以上。'); - // PENDING fallback? - } - }) - } else { - echarts.setCanvasCreator(() => canvas) - } - - if (typeof callback === 'function') { - this.chart = callback(canvas, canvasWidth, canvasHeight, canvasDpr) - } else if (this.data.ec && typeof this.data.ec.onInit === 'function') { - this.chart = this.data.ec.onInit(canvas, canvasWidth, canvasHeight, canvasDpr) - } else { - this.triggerEvent('init', { - canvas: canvas, - width: canvasWidth, - height: canvasHeight, - dpr: canvasDpr - }) - } - }) - }, - canvasToTempFilePath(opt) { - if (this.data.isUseNewCanvas) { - // 新版 - const query = wx.createSelectorQuery().in(this) - query - .select('.ec-canvas') - .fields({ node: true, size: true }) - .exec(res => { - const canvasNode = res[0].node - opt.canvas = canvasNode - wx.canvasToTempFilePath(opt) - }) - } else { - // 旧的 - if (!opt.canvasId) { - opt.canvasId = this.data.canvasId; - } - ctx.draw(true, () => { - wx.canvasToTempFilePath(opt, this); - }); - } - }, - - touchStart(e) { - if (this.chart && e.touches.length > 0) { - var touch = e.touches[0]; - var handler = this.chart.getZr().handler; - handler.dispatch('mousedown', { - zrX: touch.x, - zrY: touch.y, - preventDefault: () => {}, - stopImmediatePropagation: () => {}, - stopPropagation: () => {} - }); - handler.dispatch('mousemove', { - zrX: touch.x, - zrY: touch.y, - preventDefault: () => {}, - stopImmediatePropagation: () => {}, - stopPropagation: () => {} - }); - handler.processGesture(wrapTouch(e), 'start'); - } - }, - - touchMove(e) { - if (this.chart && e.touches.length > 0) { - var touch = e.touches[0]; - var handler = this.chart.getZr().handler; - handler.dispatch('mousemove', { - zrX: touch.x, - zrY: touch.y, - preventDefault: () => {}, - stopImmediatePropagation: () => {}, - stopPropagation: () => {} - }); - handler.processGesture(wrapTouch(e), 'change'); - } - }, - - touchEnd(e) { - if (this.chart) { - const touch = e.changedTouches ? e.changedTouches[0] : {}; - var handler = this.chart.getZr().handler; - handler.dispatch('mouseup', { - zrX: touch.x, - zrY: touch.y, - preventDefault: () => {}, - stopImmediatePropagation: () => {}, - stopPropagation: () => {} - }); - handler.dispatch('click', { - zrX: touch.x, - zrY: touch.y, - preventDefault: () => {}, - stopImmediatePropagation: () => {}, - stopPropagation: () => {} - }); - handler.processGesture(wrapTouch(e), 'end'); - } - } - } -}); - -function wrapTouch(event) { - for (let i = 0; i < event.touches.length; ++i) { - const touch = event.touches[i]; - touch.offsetX = touch.x; - touch.offsetY = touch.y; - } - return event; -} diff --git a/echarts-for-weixin-master/ec-canvas/ec-canvas.json b/echarts-for-weixin-master/ec-canvas/ec-canvas.json deleted file mode 100644 index e8cfaaf..0000000 --- a/echarts-for-weixin-master/ec-canvas/ec-canvas.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "component": true, - "usingComponents": {} -} \ No newline at end of file diff --git a/echarts-for-weixin-master/ec-canvas/ec-canvas.wxml b/echarts-for-weixin-master/ec-canvas/ec-canvas.wxml deleted file mode 100644 index 88826d9..0000000 --- a/echarts-for-weixin-master/ec-canvas/ec-canvas.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/ec-canvas/ec-canvas.wxss b/echarts-for-weixin-master/ec-canvas/ec-canvas.wxss deleted file mode 100644 index 0d64b10..0000000 --- a/echarts-for-weixin-master/ec-canvas/ec-canvas.wxss +++ /dev/null @@ -1,4 +0,0 @@ -.ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/ec-canvas/echarts.js b/echarts-for-weixin-master/ec-canvas/echarts.js deleted file mode 100644 index 0b1ab37..0000000 --- a/echarts-for-weixin-master/ec-canvas/echarts.js +++ /dev/null @@ -1,45 +0,0 @@ - -/* -* 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])})(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:"undefined"==typeof navigator?(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),e.domSupported="undefined"!=typeof document;var s=document.documentElement.style;e.transform3dSupported=(n.ie&&"transition"in s||n.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in s)&&!("OTransition"in s),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9}(navigator.userAgent,r);var o="sans-serif",a="12px sans-serif";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 c=0;c>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 n}(e,a),a,o);if(s)return s(t,n,i),!0}return!1}function Jt(t){return"CANVAS"===t.nodeName.toUpperCase()}var Qt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,te=[],ee=r.browser.firefox&&+r.browser.version.split(".")[0]<39;function ne(t,e,n,i){return n=n||{},i?ie(t,e,n):ee&&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):ie(t,e,n),n}function ie(t,e,n){if(r.domSupported&&t.getBoundingClientRect){var i=e.clientX,o=e.clientY;if(Jt(t)){var a=t.getBoundingClientRect();return n.zrX=i-a.left,void(n.zrY=o-a.top)}if($t(te,t,i,o))return n.zrX=te[0],void(n.zrY=te[1])}n.zrX=n.zrY=0}function re(t){return t||window.event}function oe(t,e,n){if(null!=(e=re(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&&ne(t,r,e,n)}else{ne(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&&Qt.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function ae(t,e,n,i){t.addEventListener(e,n,i)}var se=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function le(t){return 2===t.which||3===t.which}var ue=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=he(r)/he(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}}}}},pe="silent";function de(){se(this.event)}var fe=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return n(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(Xt),ge=function(t,e){this.x=t,this.y=e},ye=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],ve=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o._hovered=new ge(0,0),o.storage=e,o.painter=n,o.painterRoot=r,i=i||new fe,o.proxy=null,o.setHandlerProxy(i),o._draggingMgr=new Ut(o),o}return n(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(E(ye,(function(e){t.on&&t.on(e,this[e],this)}),this),t.handler=this),this.proxy=t},e.prototype.mousemove=function(t){var e=t.zrX,n=t.zrY,i=xe(this,e,n),r=this._hovered,o=r.target;o&&!o.__zr&&(o=(r=this.findHover(r.x,r.y)).target);var a=this._hovered=i?new ge(e,n):this.findHover(e,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(r,"mouseout",t),this.dispatchToElement(a,"mousemove",t),s&&s!==o&&this.dispatchToElement(a,"mouseover",t)},e.prototype.mouseout=function(t){var e=t.zrEventControl;"only_globalout"!==e&&this.dispatchToElement(this._hovered,"mouseout",t),"no_globalout"!==e&&this.trigger("globalout",{type:"globalout",event:t})},e.prototype.resize=function(){this._hovered=new ge(0,0)},e.prototype.dispatch=function(t,e){var n=this[t];n&&n.call(this,e)},e.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},e.prototype.setCursorStyle=function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},e.prototype.dispatchToElement=function(t,e,n){var i=(t=t||{}).target;if(!i||!i.silent){for(var r="on"+e,o=function(t,e,n){return{type:t,event:n,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:de}}(e,t,n);i&&(i[r]&&(o.cancelBubble=!!i[r].call(i,o)),i.trigger(e,o),i=i.__hostTarget?i.__hostTarget:i.parent,!o.cancelBubble););o.cancelBubble||(this.trigger(e,o),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer((function(t){"function"==typeof t[r]&&t[r].call(t,o),t.trigger&&t.trigger(e,o)})))}},e.prototype.findHover=function(t,e,n){for(var i=this.storage.getDisplayList(),r=new ge(t,e),o=i.length-1;o>=0;o--){var a=void 0;if(i[o]!==n&&!i[o].ignore&&(a=me(i[o],t,e))&&(!r.topTarget&&(r.topTarget=i[o]),a!==pe)){r.target=i[o];break}}return r},e.prototype.processGesture=function(t,e){this._gestureMgr||(this._gestureMgr=new ue);var n=this._gestureMgr;"start"===e&&n.clear();var i=n.recognize(t,this.findHover(t.zrX,t.zrY,null).target,this.proxy.dom);if("end"===e&&n.clear(),i){var r=i.type;t.gestureEvent=r;var o=new ge;o.target=i.target,this.dispatchToElement(o,r,i.event)}},e}(Xt);function me(t,e,n){if(t[t.rectHover?"rectContain":"contain"](e,n)){for(var i=t,r=void 0,o=!1;i;){if(i.ignoreClip&&(o=!0),!o){var a=i.getClipPath();if(a&&!a.contain(e,n))return!1;i.silent&&(r=!0)}var s=i.__hostTarget;i=s||i.parent}return!r||pe}return!1}function xe(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}E(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(t){ve.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=xe(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||Et(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}}));function _e(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 be(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 we(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+h])>0?a=h+1:l=h}return l}function Se(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+h])<0?l=h:a=h+1}return l}function Me(t,e){var n,i,r=7,o=0;t.length;var a=[];function s(s){var l=n[s],u=i[s],h=n[s+1],c=i[s+1];i[s]=u+c,s===o-3&&(n[s+1]=n[s+2],i[s+1]=i[s+2]),o--;var p=Se(t[h],t,l,u,0,e);l+=p,0!==(u-=p)&&0!==(c=we(t[l+u-1],t,h,c,c-1,e))&&(u<=c?function(n,i,o,s){var l=0;for(l=0;l=7||d>=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[d+l]=t[p+l];return void(t[c]=a[h])}var f=r;for(;;){var g=0,y=0,v=!1;do{if(e(a[h],t[u])<0){if(t[c--]=t[u--],g++,y=0,0==--i){v=!0;break}}else if(t[c--]=a[h--],y++,g=0,1==--s){v=!0;break}}while((g|y)=0;l--)t[d+l]=t[p+l];if(0===i){v=!0;break}}if(t[c--]=a[h--],1==--s){v=!0;break}if(0!==(y=s-we(t[u],a,0,s,s-1,e))){for(s-=y,d=(c-=y)+1,p=(h-=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(d=(c-=i)+1,p=(u-=i)+1,l=i-1;l>=0;l--)t[d+l]=t[p+l];t[c]=a[h]}else{if(0===s)throw new Error;for(p=c-(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=_e(t,n,i,e))s&&(l=s),be(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 Te=!1;function Ce(){Te||(Te=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function De(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var Ae=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=De}return t.prototype.traverse=function(t,e){for(var n=0;n0&&(u.__clipPaths=[]),isNaN(u.z)&&(Ce(),u.z=0),isNaN(u.z2)&&(Ce(),u.z2=0),isNaN(u.zlevel)&&(Ce(),u.zlevel=0),this._displayList[this._displayListLen++]=u}var h=t.getDecalElement&&t.getDecalElement();h&&this._updateAndAddDisplayable(h,e,n);var c=t.getTextGuideLine();c&&this._updateAndAddDisplayable(c,e,n);var p=t.getTextContent();p&&this._updateAndAddDisplayable(p,e,n)}},t.prototype.addRoot=function(t){t.__zr&&t.__zr.storage===this||this._roots.push(t)},t.prototype.delRoot=function(t){if(t instanceof Array)for(var e=0,n=t.length;e=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}(),ke=r.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},Le={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-Le.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*Le.bounceIn(2*t):.5*Le.bounceOut(2*t-1)+.5}},Pe=Math.pow,Oe=Math.sqrt,Re=1e-8,Ne=1e-4,Ee=Oe(3),ze=1/3,Ve=wt(),Be=wt(),Fe=wt();function Ge(t){return t>-1e-8&&tRe||t<-1e-8}function He(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 Ye(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function Ue(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,h=s*s-3*a*l,c=s*l-9*a*u,p=l*l-3*s*u,d=0;if(Ge(h)&&Ge(c)){if(Ge(s))o[0]=0;else(M=-l/s)>=0&&M<=1&&(o[d++]=M)}else{var f=c*c-4*h*p;if(Ge(f)){var g=c/h,y=-g/2;(M=-s/a+g)>=0&&M<=1&&(o[d++]=M),y>=0&&y<=1&&(o[d++]=y)}else if(f>0){var v=Oe(f),m=h*s+1.5*a*(-c+v),x=h*s+1.5*a*(-c-v);(M=(-s-((m=m<0?-Pe(-m,ze):Pe(m,ze))+(x=x<0?-Pe(-x,ze):Pe(x,ze))))/(3*a))>=0&&M<=1&&(o[d++]=M)}else{var _=(2*h*s-3*a*c)/(2*Oe(h*h*h)),b=Math.acos(_)/3,w=Oe(h),S=Math.cos(b),M=(-s-2*w*S)/(3*a),I=(y=(-s+w*(S+Ee*Math.sin(b)))/(3*a),(-s+w*(S-Ee*Math.sin(b)))/(3*a));M>=0&&M<=1&&(o[d++]=M),y>=0&&y<=1&&(o[d++]=y),I>=0&&I<=1&&(o[d++]=I)}}return d}function Xe(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(Ge(a)){if(We(o))(h=-s/o)>=0&&h<=1&&(r[l++]=h)}else{var u=o*o-4*a*s;if(Ge(u))r[0]=-o/(2*a);else if(u>0){var h,c=Oe(u),p=(-o-c)/(2*a);(h=(-o+c)/(2*a))>=0&&h<=1&&(r[l++]=h),p>=0&&p<=1&&(r[l++]=p)}}return l}function Ze(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,h=(l-s)*r+s,c=(h-u)*r+u;o[0]=t,o[1]=a,o[2]=u,o[3]=c,o[4]=c,o[5]=h,o[6]=l,o[7]=i}function je(t,e,n,i,r,o,a,s,l,u,h){var c,p,d,f,g,y=.005,v=1/0;Ve[0]=l,Ve[1]=u;for(var m=0;m<1;m+=.05)Be[0]=He(t,n,r,a,m),Be[1]=He(e,i,o,s,m),(f=Vt(Ve,Be))=0&&f=0&&y=1?1:Ue(0,i,o,1,t,s)&&He(0,r,a,1,s[0])}}}var on=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||xt,this.ondestroy=t.ondestroy||xt,this.onrestart=t.onrestart||xt,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:Le[t]||rn(t)},t}(),an=function(t){this.value=t},sn=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new an(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}(),ln=function(){function t(t){this._list=new sn,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 an(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}(),un={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 hn(t){return(t=Math.round(t))<0?0:t>255?255:t}function cn(t){return t<0?0:t>1?1:t}function pn(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?hn(parseFloat(e)/100*255):hn(parseInt(e,10))}function dn(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?cn(parseFloat(e)/100):cn(parseFloat(e))}function fn(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 gn(t,e,n){return t+(e-t)*n}function yn(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function vn(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var mn=new ln(20),xn=null;function _n(t,e){xn&&vn(xn,e),xn=mn.put(t,xn||e.slice())}function bn(t,e){if(t){e=e||[];var n=mn.get(t);if(n)return vn(e,n);var i=(t+="").replace(/ /g,"").toLowerCase();if(i in un)return vn(e,un[i]),_n(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?(yn(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),_n(t,e),e):void yn(e,0,0,0,1):7===o||9===o?(r=parseInt(i.slice(1,7),16))>=0&&r<=16777215?(yn(e,(16711680&r)>>16,(65280&r)>>8,255&r,9===o?parseInt(i.slice(7),16)/255:1),_n(t,e),e):void yn(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(","),h=1;switch(l){case"rgba":if(4!==u.length)return 3===u.length?yn(e,+u[0],+u[1],+u[2],1):yn(e,0,0,0,1);h=dn(u.pop());case"rgb":return 3!==u.length?void yn(e,0,0,0,1):(yn(e,pn(u[0]),pn(u[1]),pn(u[2]),h),_n(t,e),e);case"hsla":return 4!==u.length?void yn(e,0,0,0,1):(u[3]=dn(u[3]),wn(u,e),_n(t,e),e);case"hsl":return 3!==u.length?void yn(e,0,0,0,1):(wn(u,e),_n(t,e),e);default:return}}yn(e,0,0,0,1)}}function wn(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=dn(t[1]),r=dn(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return yn(e=e||[],hn(255*fn(a,o,n+1/3)),hn(255*fn(a,o,n)),hn(255*fn(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function Sn(t,e){var n=bn(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 kn(n,4===n.length?"rgba":"rgb")}}function Mn(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]=hn(gn(a[0],s[0],l)),n[1]=hn(gn(a[1],s[1],l)),n[2]=hn(gn(a[2],s[2],l)),n[3]=cn(gn(a[3],s[3],l)),n}}var In=Mn;function Tn(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=bn(e[r]),s=bn(e[o]),l=i-r,u=kn([hn(gn(a[0],s[0],l)),hn(gn(a[1],s[1],l)),hn(gn(a[2],s[2],l)),cn(gn(a[3],s[3],l))],"rgba");return n?{color:u,leftIndex:r,rightIndex:o,value:i}:u}}var Cn=Tn;function Dn(t,e,n,i){var r=bn(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 h=((s-i)/6+l/2)/l,c=((s-r)/6+l/2)/l,p=((s-o)/6+l/2)/l;i===s?e=p-c:r===s?e=1/3+h-p:o===s&&(e=2/3+c-h),e<0&&(e+=1),e>1&&(e-=1)}var d=[360*e,n,u];return null!=t[3]&&d.push(t[3]),d}}(r),null!=e&&(r[0]=function(t){return(t=Math.round(t))<0?0:t>360?360:t}(e)),null!=n&&(r[1]=dn(n)),null!=i&&(r[2]=dn(i)),kn(wn(r),"rgba")}function An(t,e){var n=bn(t);if(n&&null!=e)return n[3]=cn(e),kn(n,"rgba")}function kn(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 Ln(t,e){var n=bn(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}var Pn=Object.freeze({__proto__:null,parse:bn,lift:Sn,toHex:function(t){var e=bn(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)},fastLerp:Mn,fastMapToColor:In,lerp:Tn,mapToColor:Cn,modifyHSL:Dn,modifyAlpha:An,stringify:kn,lum:Ln,random:function(){return kn([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")}}),On=Math.round;function Rn(t){var e;if(t&&"transparent"!==t){if("string"==typeof t&&t.indexOf("rgba")>-1){var n=bn(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 Nn=1e-4;function En(t){return t-1e-4}function zn(t){return On(1e3*t)/1e3}function Vn(t){return On(1e4*t)/1e4}var Bn={left:"start",right:"end",center:"middle",middle:"middle"};function Fn(t){return t&&!!t.image}function Gn(t){return"linear"===t.type}function Wn(t){return"radial"===t.type}function Hn(t){return"url(#"+t+")"}function Yn(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 Un(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*_t,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("+On(a*_t)+"deg, "+On(s*_t)+"deg)"),l.join(" ")}var Xn=r.hasGlobalWindow&&U(window.btoa)?function(t){return window.btoa(unescape(t))}:"undefined"!=typeof Buffer?function(t){return Buffer.from(t).toString("base64")}:function(t){return null},Zn=Array.prototype.slice;function jn(t,e,n){return(e-t)*n+t}function qn(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=bn(e);u&&(s=u,a=3)}else a=0;else if(Q(e)){var h=A({},s);h.colorStops=z(e.colorStops,(function(t){return{offset:t.offset,color:bn(t.color)}})),Gn(e)?a=4:Wn(e)&&(a=5),s=h}0===r?this.valType=a:a===this.valType&&6!==a||(o=!0),this.discrete=this.discrete||o;var c={time:t,value:s,rawValue:e,percent:0};return n&&(c.easing=n,c.easingFunc=U(n)?n:Le[n]||rn(n)),i.push(c),c},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=ii(i),l=ni(i),u=0;u=0&&!(l[n].percent<=e);n--);n=d(n,u-2)}else{for(n=p;ne);n++);n=d(n-1,u-2)}r=l[n+1],i=l[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var f=r.percent-i.percent,g=0===f?1:d((e-i.percent)/f,1);r.easingFunc&&(g=r.easingFunc(g));var y=o?this._additiveValue:c?ri:t[h];if(!ii(s)&&!c||y||(y=this._additiveValue=[]),this.discrete)t[h]=g<1?i.rawValue:r.rawValue;else if(ii(s))1===s?qn(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,ti(l),i),this._trackKeys.push(a)}s.addKeyframe(t,ti(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 si(){return(new Date).getTime()}var li,ui,hi=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=si()-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,ke((function e(){t._running&&(ke(e),!t._paused&&t.update())}))},e.prototype.start=function(){this._running||(this._time=si(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=si(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=si()-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 ai(t,e.loop);return this.addAnimator(n),n},e}(Xt),ci=r.domSupported,pi=(ui={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},{mouse:li=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],touch:["touchstart","touchend","touchmove"],pointer:z(li,(function(t){var e=t.replace("mouse","pointer");return ui.hasOwnProperty(e)?e:t}))}),di=["mousemove","mouseup"],fi=["pointermove","pointerup"],gi=!1;function yi(t){var e=t.pointerType;return"pen"===e||"touch"===e}function vi(t){t&&(t.zrByTouch=!0)}function mi(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 xi=function(t,e){this.stopPropagation=xt,this.stopImmediatePropagation=xt,this.preventDefault=xt,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY},_i={mousedown:function(t){t=oe(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=oe(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=oe(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){mi(this,(t=oe(this.dom,t)).toElement||t.relatedTarget)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){gi=!0,t=oe(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){gi||(t=oe(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){vi(t=oe(this.dom,t)),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),_i.mousemove.call(this,t),_i.mousedown.call(this,t)},touchmove:function(t){vi(t=oe(this.dom,t)),this.handler.processGesture(t,"change"),_i.mousemove.call(this,t)},touchend:function(t){vi(t=oe(this.dom,t)),this.handler.processGesture(t,"end"),_i.mouseup.call(this,t),+new Date-+this.__lastTouchMoment<300&&_i.click.call(this,t)},pointerdown:function(t){_i.mousedown.call(this,t)},pointermove:function(t){yi(t)||_i.mousemove.call(this,t)},pointerup:function(t){_i.mouseup.call(this,t)},pointerout:function(t){yi(t)||_i.mouseout.call(this,t)}};E(["click","dblclick","contextmenu"],(function(t){_i[t]=function(e){e=oe(this.dom,e),this.trigger(t,e)}}));var bi={pointermove:function(t){yi(t)||bi.mousemove.call(this,t)},pointerup:function(t){bi.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 wi(t,e){var n=e.domHandlers;r.pointerEventsSupported?E(pi.pointer,(function(i){Mi(e,i,(function(e){n[i].call(t,e)}))})):(r.touchEventsSupported&&E(pi.touch,(function(i){Mi(e,i,(function(r){n[i].call(t,r),function(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}(e)}))})),E(pi.mouse,(function(i){Mi(e,i,(function(r){r=re(r),e.touching||n[i].call(t,r)}))})))}function Si(t,e){function n(n){Mi(e,n,(function(i){i=re(i),mi(t,i.target)||(i=function(t,e){return oe(t.dom,new xi(t,e),!0)}(t,i),e.domHandlers[n].call(t,i))}),{capture:!0})}r.pointerEventsSupported?E(fi,n):r.touchEventsSupported||E(di,n)}function Mi(t,e,n,i){t.mounted[e]=n,t.listenerOpts[e]=i,ae(t.domTarget,e,n,i)}function Ii(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 Ti=function(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e},Ci=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 Ti(e,_i),ci&&(i._globalHandlerScope=new Ti(document,bi)),wi(i,i._localHandlerScope),i}return n(e,t),e.prototype.dispose=function(){Ii(this._localHandlerScope),ci&&Ii(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,ci&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?Si(this,e):Ii(e)}},e}(Xt),Di=1;r.hasGlobalWindow&&(Di=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var Ai=Di,ki="#333",Li="#ccc";function Pi(){return[1,0,0,1,0,0]}function Oi(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function Ri(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 Ni(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 Ei(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 zi(t,e,n){var i=e[0],r=e[2],o=e[4],a=e[1],s=e[3],l=e[5],u=Math.sin(n),h=Math.cos(n);return t[0]=i*h+a*u,t[1]=-i*u+a*h,t[2]=r*h+s*u,t[3]=-r*u+h*s,t[4]=h*o+u*l,t[5]=h*l-u*o,t}function Vi(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 Bi(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 Fi(t){var e=[1,0,0,1,0,0];return Ri(e,t),e}var Gi=Object.freeze({__proto__:null,create:Pi,identity:Oi,copy:Ri,mul:Ni,translate:Ei,rotate:zi,scale:Vi,invert:Bi,clone:Fi}),Wi=Oi,Hi=5e-5;function Yi(t){return t>Hi||t<-5e-5}var Ui=[],Xi=[],Zi=[1,0,0,1,0,0],ji=Math.abs,qi=function(){function t(){}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 Yi(this.rotation)||Yi(this.x)||Yi(this.y)||Yi(this.scaleX-1)||Yi(this.scaleY-1)||Yi(this.skewX)||Yi(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):Wi(n),t&&(e?Ni(n,t,n):Ri(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&Wi(n)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(Ui);var n=Ui[0]<0?-1:1,i=Ui[1]<0?-1:1,r=((Ui[0]-n)*e+n)/Ui[0]||0,o=((Ui[1]-i)*e+i)/Ui[1]||0;t[0]*=r,t[1]*=r,t[2]*=o,t[3]*=o}this.invTransform=this.invTransform||[1,0,0,1,0,0],Bi(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&&(Ni(Xi,t.invTransform,e),e=Xi);var n=this.originX,i=this.originY;(n||i)&&(Zi[4]=n,Zi[5]=i,Ni(Xi,e,Zi),Xi[4]-=n,Xi[5]-=i,e=Xi),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&&Ft(n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&Ft(n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&ji(t[0]-1)>1e-10&&ji(t[3]-1)>1e-10?Math.sqrt(ji(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){$i(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,h=t.y,c=t.skewX?Math.tan(t.skewX):0,p=t.skewY?Math.tan(-t.skewY):0;if(n||i||a||s){var d=n+a,f=i+s;e[4]=-d*r-c*f*o,e[5]=-f*o-p*d*r}else e[4]=e[5]=0;return e[0]=r,e[3]=o,e[1]=p*r,e[2]=c*o,l&&zi(e,e,l),e[4]+=n+u,e[5]+=i+h,e},t.initDefaultProps=function(){var e=t.prototype;e.scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0}(),t}(),Ki=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function $i(t,e){for(var n=0;nf&&(f=x,gf&&(f=_,v=n.x&&t<=n.x+n.width&&e>=n.y&&e<=n.y+n.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},t.applyTransform=function(e,n,i){if(i){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))}er.x=ir.x=n.x,er.y=rr.y=n.y,nr.x=rr.x=n.x+n.width,nr.y=ir.y=n.y+n.height,er.transform(i),rr.transform(i),nr.transform(i),ir.transform(i),e.x=Qi(er.x,nr.x,ir.x,rr.x),e.y=Qi(er.y,nr.y,ir.y,rr.y);var l=tr(er.x,nr.x,ir.x,rr.x),u=tr(er.y,nr.y,ir.y,rr.y);e.width=l-e.x,e.height=u-e.y}else e!==n&&t.copy(e,n)},t}(),lr={};function ur(t,e){var n=lr[e=e||a];n||(n=lr[e]=new ln(500));var i=n.get(t);return null==i&&(i=h.measureText(t,e).width,n.put(t,i)),i}function hr(t,e,n,i){var r=ur(t,e),o=fr(e),a=pr(0,r,n),s=dr(0,o,i);return new sr(a,s,r,o)}function cr(t,e,n,i){var r=((t||"")+"").split("\n");if(1===r.length)return hr(r[0],e,n,i);for(var o=new sr(0,0,0,0),a=0;a=0?parseFloat(t)/100*e:parseFloat(t):t}function yr(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,h="left",c="top";if(i instanceof Array)l+=gr(i[0],n.width),u+=gr(i[1],n.height),h=null,c=null;else switch(i){case"left":l-=r,u+=s,h="right",c="middle";break;case"right":l+=r+a,u+=s,c="middle";break;case"top":l+=a/2,u-=r,h="center",c="bottom";break;case"bottom":l+=a/2,u+=o+r,h="center";break;case"inside":l+=a/2,u+=s,h="center",c="middle";break;case"insideLeft":l+=r,u+=s,c="middle";break;case"insideRight":l+=a-r,u+=s,h="right",c="middle";break;case"insideTop":l+=a/2,u+=r,h="center";break;case"insideBottom":l+=a/2,u+=o-r,h="center",c="bottom";break;case"insideTopLeft":l+=r,u+=r;break;case"insideTopRight":l+=a-r,u+=r,h="right";break;case"insideBottomLeft":l+=r,u+=o-r,c="bottom";break;case"insideBottomRight":l+=a-r,u+=o-r,h="right",c="bottom"}return(t=t||{}).x=l,t.y=u,t.align=h,t.verticalAlign=c,t}var vr="__zr_normal__",mr=Ki.concat(["ignore"]),xr=V(Ki,(function(t,e){return t[e]=!0,t}),{ignore:!1}),_r={},br=new sr(0,0,0,0),wr=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;if(r.copyTransform(e),null!=n.position){var u=br;n.layoutRect?u.copy(n.layoutRect):u.copy(this.getBoundingRect()),i||u.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(_r,n,u):yr(_r,n,u),r.x=_r.x,r.y=_r.y,o=_r.align,a=_r.verticalAlign;var h=n.origin;if(h&&null!=n.rotation){var c=void 0,p=void 0;"center"===h?(c=.5*u.width,p=.5*u.height):(c=gr(h[0],u.width),p=gr(h[1],u.height)),l=!0,r.originX=-r.x+c+(i?0:u.x),r.originY=-r.y+p+(i?0:u.y)}}null!=n.rotation&&(r.rotation=n.rotation);var d=n.offset;d&&(r.x+=d[0],r.y+=d[1],l||(r.originX=-d[0],r.originY=-d[1]));var f=null==n.inside?"string"==typeof n.position&&n.position.indexOf("inside")>=0:n.inside,g=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),y=void 0,v=void 0,m=void 0;f&&this.canBeInsideText()?(y=n.insideFill,v=n.insideStroke,null!=y&&"auto"!==y||(y=this.getInsideTextFill()),null!=v&&"auto"!==v||(v=this.getInsideTextStroke(y),m=!0)):(y=n.outsideFill,v=n.outsideStroke,null!=y&&"auto"!==y||(y=this.getOutsideFill()),null!=v&&"auto"!==v||(v=this.getOutsideStroke(y),m=!0)),(y=y||"#000")===g.fill&&v===g.stroke&&m===g.autoStroke&&o===g.align&&a===g.verticalAlign||(s=!0,g.fill=y,g.stroke=v,g.autoStroke=m,g.align=o,g.verticalAlign=a,e.setDefaultTextStyle(g)),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()?Li:ki},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"==typeof e&&bn(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,kn(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=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(vr,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===vr;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,h=this._textGuide;return u&&u.useState(t,e,n,l),h&&h.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,d);var f=this._textContent,g=this._textGuide;f&&f.useStates(t,e,c),g&&g.useStates(t,e,c),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!c&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2)}else this.clearStates()},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 p=0;p0||r.force&&!a.length){var w,S=void 0,M=void 0,I=void 0;if(s){M={},p&&(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.animation.start(),this._stillFrameAccum=0},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover()},t.prototype.resize=function(t){t=t||{},this.painter.resize(t.width,t.height),this.handler.resize()},t.prototype.clearAnimation=function(){this.animation.clear()},t.prototype.getWidth=function(){return this.painter.getWidth()},t.prototype.getHeight=function(){return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this.handler.off(t,e)},t.prototype.trigger=function(t,e){this.handler.trigger(t,e)},t.prototype.clear=function(){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}function Er(t,e){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%"}return X(t)?(n=t,n.replace(/^\s+|\s+$/g,"")).match(/%$/)?parseFloat(t)/100*e:parseFloat(t):null==t?NaN:+t;var n}function zr(t,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),n?t:+t}function Vr(t){return t.sort((function(t,e){return t-e})),t}function Br(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 Fr(t)}function Fr(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 Gr(t,e){var n=Math.log,i=Math.LN10,r=Math.floor(n(t[1]-t[0])/i),o=Math.round(n(Math.abs(e[1]-e[0]))/i),a=Math.min(Math.max(-r+o,0),20);return isFinite(a)?a:20}function Wr(t,e,n){if(!t[e])return 0;var i=V(t,(function(t,e){return t+(isNaN(e)?0:e)}),0);if(0===i)return 0;for(var r=Math.pow(10,n),o=z(t,(function(t){return(isNaN(t)?0:t)/i*r*100})),a=100*r,s=z(o,(function(t){return Math.floor(t)})),l=V(s,(function(t,e){return t+e}),0),u=z(o,(function(t,e){return t-s[e]}));lh&&(h=u[p],c=p);++s[c],u[c]=0,++l}return s[e]/r}function Hr(t,e){var n=Math.max(Br(t),Br(e)),i=t+e;return n>20?i:zr(i,n)}var Yr=9007199254740991;function Ur(t){var e=2*Math.PI;return(t%e+e)%e}function Xr(t){return t>-1e-4&&t=10&&e++,e}function $r(t,e){var n=Kr(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 Jr(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 Qr(t){t.sort((function(t,e){return s(t,e,0)?-1:1}));for(var e=-1/0,n=1,i=0;i=0||r&&P(r,s)<0)){var l=n.getShallow(s,e);null!=l&&(o[t[a][0]]=l)}}return o}}var Ho=Wo([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),Yo=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return Ho(this,t,e)},t}(),Uo=new ln(50);function Xo(t){if("string"==typeof t){var e=Uo.get(t);return e&&e.image}return t}function Zo(t,e,n,i,r){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var o=Uo.get(t),a={hostEl:n,cb:i,cbPayload:r};return o?!qo(e=o.image)&&o.pending.push(a):((e=h.loadImage(t,jo,jo)).__zrImageSrc=t,Uo.put(t,e.__cachedImgObj={image:e,pending:[a]})),e}return t}return e}function jo(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e=a;l++)s-=a;var u=ur(n,e);return u>s&&(n="",u=0),s=t-u,r.ellipsis=n,r.ellipsisWidth=u,r.contentWidth=s,r.containerWidth=t,r}function Qo(t,e){var n=e.containerWidth,i=e.font,r=e.contentWidth;if(!n)return"";var o=ur(t,i);if(o<=n)return t;for(var a=0;;a++){if(o<=r||a>=e.maxIterations){t+=e.ellipsis;break}var s=0===a?ta(t,r,e.ascCharWidth,e.cnCharWidth):o>0?Math.floor(t.length*r/o):0;o=ur(t=t.substr(0,s),i)}return""===t&&(t=e.placeholder),t}function ta(t,e,n,i){for(var r=0,o=0,a=t.length;o0&&f+i.accumWidth>i.width&&(o=e.split("\n"),c=!0),i.accumWidth=f}else{var g=sa(e,h,i.width,i.breakAll,i.accumWidth);i.accumWidth=g.accumWidth+d,a=g.linesWidths,o=g.lines}}else o=e.split("\n");for(var y=0;y=33&&e<=383}(t)||!!oa[t]}function sa(t,e,n,i,r){for(var o=[],a=[],s="",l="",u=0,h=0,c=0;cn:r+h+d>n)?h?(s||l)&&(f?(s||(s=l,l="",h=u=0),o.push(s),a.push(h-u),l+=p,s="",h=u+=d):(l&&(s+=l,l="",u=0),o.push(s),a.push(h),s=p,h=d)):f?(o.push(l),a.push(u),l=p,u=d):(o.push(p),a.push(d)):(h+=d,f?(l+=p,u+=d):(l&&(s+=l,l="",u=0),s+=p))}else l&&(s+=l,h+=u),o.push(s),a.push(h),s="",l="",u=0,h=0}return o.length||s||(s=t,l="",u=0),l&&(s+=l),s&&(o.push(s),a.push(h)),1===o.length&&(h+=r),{accumWidth:h,lines:o,linesWidths:a}}var la="__zr_style_"+Math.round(10*Math.random()),ua={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},ha={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};ua[la]=!0;var ca=["z","z2","invisible"],pa=["invisible"],da=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=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(ba[0]=xa(r)*n+t,ba[1]=ma(r)*i+e,wa[0]=xa(o)*n+t,wa[1]=ma(o)*i+e,u(s,ba,wa),h(l,ba,wa),(r%=_a)<0&&(r+=_a),(o%=_a)<0&&(o+=_a),r>o&&!a?o+=_a:rr&&(Sa[0]=xa(d)*n+t,Sa[1]=ma(d)*i+e,u(s,Sa,s),h(l,Sa,l))}var La={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},Pa=[],Oa=[],Ra=[],Na=[],Ea=[],za=[],Va=Math.min,Ba=Math.max,Fa=Math.cos,Ga=Math.sin,Wa=Math.abs,Ha=Math.PI,Ya=2*Ha,Ua="undefined"!=typeof Float32Array,Xa=[];function Za(t){return Math.round(t/Ha*1e8)/1e8%2*Ha}function ja(t,e){var n=Za(t[0]);n<0&&(n+=Ya);var i=n-t[0],r=t[1];r+=i,!e&&r-n>=Ya?r=n+Ya:e&&n-r>=Ya?r=n-Ya:!e&&n>r?r=n+(Ya-Za(n-r)):e&&n0&&(this._ux=Wa(n/Ai/t)||0,this._uy=Wa(n/Ai/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(La.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=Wa(t-this._xi),i=Wa(e-this._yi),r=n>this._ux||i>this._uy;if(this.addData(La.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(La.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(La.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(),Xa[0]=i,Xa[1]=r,ja(Xa,o),i=Xa[0];var a=(r=Xa[1])-i;return this.addData(La.A,t,e,n,n,i,a,0,o?0:1),this._ctx&&this._ctx.arc(t,e,n,i,r,o),this._xi=Fa(r)*n+t,this._yi=Ga(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(La.R,t,e,n,i),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(La.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){var e=t.length;this.data&&this.data.length===e||!Ua||(this.data=new Float32Array(e));for(var n=0;nu.length&&(this._expandData(),u=this.data);for(var h=0;h0&&(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(){Ra[0]=Ra[1]=Ea[0]=Ea[1]=Number.MAX_VALUE,Na[0]=Na[1]=za[0]=za[1]=-Number.MAX_VALUE;var t,e=this.data,n=0,i=0,r=0,o=0;for(t=0;tn||Wa(y)>i||c===e-1)&&(f=Math.sqrt(A*A+y*y),r=g,o=x);break;case La.C:var v=t[c++],m=t[c++],x=(g=t[c++],t[c++]),_=t[c++],b=t[c++];f=qe(r,o,v,m,g,x,_,b,10),r=_,o=b;break;case La.Q:f=en(r,o,v=t[c++],m=t[c++],g=t[c++],x=t[c++],10),r=g,o=x;break;case La.A:var w=t[c++],S=t[c++],M=t[c++],I=t[c++],T=t[c++],C=t[c++],D=C+T;c+=1;t[c++];d&&(a=Fa(T)*M+w,s=Ga(T)*I+S),f=Ba(M,I)*Va(Ya,Math.abs(C)),r=Fa(D)*M+w,o=Ga(D)*I+S;break;case La.R:a=r=t[c++],s=o=t[c++],f=2*t[c++]+2*t[c++];break;case La.Z:var A=a-r;y=s-o;f=Math.sqrt(A*A+y*y),r=a,o=s}f>=0&&(l[h++]=f,u+=f)}return this._pathLen=u,u},t.prototype.rebuildPath=function(t,e){var n,i,r,o,a,s,l,u,h,c,p=this.data,d=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(h,c),x=0),b){case La.M:n=r=p[_++],i=o=p[_++],t.moveTo(r,o);break;case La.L:a=p[_++],s=p[_++];var S=Wa(a-r),M=Wa(s-o);if(S>d||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&&(h=a,c=s,x=T)}break;case La.C:var C=p[_++],D=p[_++],A=p[_++],k=p[_++],L=p[_++],P=p[_++];if(y){if(v+(j=l[m++])>u){Ze(r,C,A,L,I=(u-v)/j,Pa),Ze(o,D,k,P,I,Oa),t.bezierCurveTo(Pa[1],Oa[1],Pa[2],Oa[2],Pa[3],Oa[3]);break t}v+=j}t.bezierCurveTo(C,D,A,k,L,P),r=L,o=P;break;case La.Q:C=p[_++],D=p[_++],A=p[_++],k=p[_++];if(y){if(v+(j=l[m++])>u){Qe(r,C,A,I=(u-v)/j,Pa),Qe(o,D,k,I,Oa),t.quadraticCurveTo(Pa[1],Oa[1],Pa[2],Oa[2]);break t}v+=j}t.quadraticCurveTo(C,D,A,k),r=A,o=k;break;case La.A:var O=p[_++],R=p[_++],N=p[_++],E=p[_++],z=p[_++],V=p[_++],B=p[_++],F=!p[_++],G=N>E?N:E,W=Wa(N-E)>.001,H=z+V,Y=!1;if(y)v+(j=l[m++])>u&&(H=z+V*(u-v)/j,Y=!0),v+=j;if(W&&t.ellipse?t.ellipse(O,R,N,E,B,z,H,F):t.arc(O,R,G,z,H,F),Y)break t;w&&(n=Fa(z)*N+O,i=Ga(z)*E+R),r=Fa(H)*N+O,o=Ga(H)*E+R;break;case La.R:n=r=p[_],i=o=p[_+1],a=p[_++],s=p[_++];var U=p[_++],X=p[_++];if(y){if(v+(j=l[m++])>u){var Z=u-v;t.moveTo(a,s),t.lineTo(a+Va(Z,U),s),(Z-=U)>0&&t.lineTo(a+U,s+Va(Z,X)),(Z-=X)>0&&t.lineTo(a+Ba(U-Z,0),s+X),(Z-=U)>0&&t.lineTo(a,s+Ba(X-Z,0));break t}v+=j}t.rect(a,s,U,X);break;case La.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.CMD=La,t.initDefaultProps=function(){var e=t.prototype;e._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,e._version=0}(),t}();function Ka(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+c&&h>i+c&&h>o+c&&h>s+c||ht+c&&u>n+c&&u>r+c&&u>a+c||ue+u&&l>i+u&&l>o+u||lt+u&&s>n+u&&s>r+u||sn||h+ur&&(r+=es);var p=Math.atan2(l,s);return p<0&&(p+=es),p>=i&&p<=r||p+es>=i&&p+es<=r}function is(t,e,n,i,r,o){if(o>e&&o>i||or?s:0}var rs=qa.CMD,os=2*Math.PI;var as=[-1,-1,-1],ss=[-1,-1];function ls(t,e,n,i,r,o,a,s,l,u){if(u>e&&u>i&&u>o&&u>s||u1&&(h=void 0,h=ss[0],ss[0]=ss[1],ss[1]=h),f=He(e,i,o,s,ss[0]),d>1&&(g=He(e,i,o,s,ss[1]))),2===d?ve&&s>i&&s>o||s=0&&h<=1&&(r[l++]=h);else{var u=a*a-4*o*s;if(Ge(u))(h=-a/(2*o))>=0&&h<=1&&(r[l++]=h);else if(u>0){var h,c=Oe(u),p=(-a-c)/(2*o);(h=(-a+c)/(2*o))>=0&&h<=1&&(r[l++]=h),p>=0&&p<=1&&(r[l++]=p)}}return l}(e,i,o,s,as);if(0===l)return 0;var u=Je(e,i,o);if(u>=0&&u<=1){for(var h=0,c=Ke(e,i,o,u),p=0;pn||s<-n)return 0;var l=Math.sqrt(n*n-s*s);as[0]=-l,as[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=os-1e-4){i=0,r=os;var h=o?1:-1;return a>=as[0]+t&&a<=as[1]+t?h:0}if(i>r){var c=i;i=r,r=c}i<0&&(i+=os,r+=os);for(var p=0,d=0;d<2;d++){var f=as[d];if(f+t>a){var g=Math.atan2(s,f);h=o?1:-1;g<0&&(g=os+g),(g>=i&&g<=r||g+os>=i&&g+os<=r)&&(g>Math.PI/2&&g<1.5*Math.PI&&(h=-h),p+=h)}}return p}function cs(t,e,n,i,r){for(var o,a,s,l,u=t.data,h=t.len(),c=0,p=0,d=0,f=0,g=0,y=0;y1&&(n||(c+=is(p,d,f,g,i,r))),m&&(f=p=u[y],g=d=u[y+1]),v){case rs.M:p=f=u[y++],d=g=u[y++];break;case rs.L:if(n){if(Ka(p,d,u[y],u[y+1],e,i,r))return!0}else c+=is(p,d,u[y],u[y+1],i,r)||0;p=u[y++],d=u[y++];break;case rs.C:if(n){if($a(p,d,u[y++],u[y++],u[y++],u[y++],u[y],u[y+1],e,i,r))return!0}else c+=ls(p,d,u[y++],u[y++],u[y++],u[y++],u[y],u[y+1],i,r)||0;p=u[y++],d=u[y++];break;case rs.Q:if(n){if(Ja(p,d,u[y++],u[y++],u[y],u[y+1],e,i,r))return!0}else c+=us(p,d,u[y++],u[y++],u[y],u[y+1],i,r)||0;p=u[y++],d=u[y++];break;case rs.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):c+=is(p,d,o,a,i,r);var T=(i-x)*w/b+x;if(n){if(ns(x,_,w,S,S+M,I,e,T,r))return!0}else c+=hs(x,_,w,S,S+M,I,T,r);p=Math.cos(S+M)*b+x,d=Math.sin(S+M)*w+_;break;case rs.R:if(f=p=u[y++],g=d=u[y++],o=f+u[y++],a=g+u[y++],n){if(Ka(f,g,o,g,e,i,r)||Ka(o,g,o,a,e,i,r)||Ka(o,a,f,a,e,i,r)||Ka(f,a,f,g,e,i,r))return!0}else c+=is(o,g,o,a,i,r),c+=is(f,a,f,g,i,r);break;case rs.Z:if(n){if(Ka(p,d,f,g,e,i,r))return!0}else c+=is(p,d,f,g,i,r);p=f,d=g}}return n||(s=d,l=g,Math.abs(s-l)<1e-4)||(c+=is(p,d,f,g,i,r)||0),0!==c}var ps=k({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},ua),ds={style:k({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},ha.style)},fs=Ki.concat(["invisible","culling","z","z2","zlevel","parent"]),gs=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?ki:e>.2?"#eee":Li}if(t)return Li}return ki},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(X(e)){var n=this.__zr;if(!(!n||!n.isDarkMode())===Ln(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 qa(!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 cs(t,e,!0,n,i)}(o,a/s,t,e)))return!0}if(this.hasFill())return function(t,e,n){return cs(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 yt(ps,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={},h=G(s),c=0;c0},e.prototype.hasFill=function(){var t=this.style.fill;return null!=t&&"none"!==t},e.prototype.createStyle=function(t){return yt(ys,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var e=t.text;null!=e?e+="":e="";var n=cr(e,t.font,t.textAlign,t.textBaseline);if(n.x+=t.x||0,n.y+=t.y||0,this.hasStroke()){var i=t.lineWidth;n.x-=i/2,n.y-=i/2,n.width+=i,n.height+=i}this._rect=n}return this._rect},e.initDefaultProps=void(e.prototype.dirtyRectTolerance=10),e}(da);vs.prototype.type="tspan";var ms=k({x:0,y:0},ua),xs={style:k({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},ha.style)};var _s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.createStyle=function(t){return yt(ms,t)},e.prototype._getSize=function(t){var e=this.style,n=e[t];if(null!=n)return n;var i,r=(i=e.image)&&"string"!=typeof i&&i.width&&i.height?e.image:this.__image;if(!r)return 0;var o="width"===t?"height":"width",a=e[o];return null==a?r[t]:r[t]/r[o]*a},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return xs},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new sr(t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(da);_s.prototype.type="image";var bs=Math.round;function ws(t,e,n){if(e){var i=e.x1,r=e.x2,o=e.y1,a=e.y2;t.x1=i,t.x2=r,t.y1=o,t.y2=a;var s=n&&n.lineWidth;return s?(bs(2*i)===bs(2*r)&&(t.x1=t.x2=Ms(i,s,!0)),bs(2*o)===bs(2*a)&&(t.y1=t.y2=Ms(o,s,!0)),t):t}}function Ss(t,e,n){if(e){var i=e.x,r=e.y,o=e.width,a=e.height;t.x=i,t.y=r,t.width=o,t.height=a;var s=n&&n.lineWidth;return s?(t.x=Ms(i,s,!0),t.y=Ms(r,s,!0),t.width=Math.max(Ms(i+o,s,!1)-t.x,0===o?0:1),t.height=Math.max(Ms(r+a,s,!1)-t.y,0===a?0:1),t):t}}function Ms(t,e,n){if(!e)return t;var i=bs(2*t);return(i+bs(e))%2==0?i/2:(i+(n?1:-1))/2}var Is=function(){this.x=0,this.y=0,this.width=0,this.height=0},Ts={},Cs=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Is},e.prototype.buildPath=function(t,e){var n,i,r,o;if(this.subPixelOptimize){var a=Ss(Ts,e,this.style);n=a.x,i=a.y,r=a.width,o=a.height,a.r=e.r,e=a}else n=e.x,i=e.y,r=e.width,o=e.height;e.r?function(t,e){var n,i,r,o,a,s=e.x,l=e.y,u=e.width,h=e.height,c=e.r;u<0&&(s+=u,u=-u),h<0&&(l+=h,h=-h),"number"==typeof c?n=i=r=o=c:c instanceof Array?1===c.length?n=i=r=o=c[0]:2===c.length?(n=r=c[0],i=o=c[1]):3===c.length?(n=c[0],i=o=c[1],r=c[2]):(n=c[0],i=c[1],r=c[2],o=c[3]):n=i=r=o=0,n+i>u&&(n*=u/(a=n+i),i*=u/a),r+o>u&&(r*=u/(a=r+o),o*=u/a),i+r>h&&(i*=h/(a=i+r),r*=h/a),n+o>h&&(n*=h/(a=n+o),o*=h/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+h-r),0!==r&&t.arc(s+u-r,l+h-r,r,0,Math.PI/2),t.lineTo(s+o,l+h),0!==o&&t.arc(s+o,l+h-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}(gs);Cs.prototype.type="rect";var Ds={fill:"#000"},As={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},ha.style)},ks=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=Ds,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;ed&&h){var f=Math.floor(d/l);n=n.slice(0,f)}if(t&&a&&null!=c)for(var g=Jo(c,o,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),y=0;y0,T=null!=t.width&&("truncate"===t.overflow||"break"===t.overflow||"breakAll"===t.overflow),C=i.calculatedLineHeight,D=0;Dl&&ra(n,t.substring(l,u),e,s),ra(n,i[2],e,s,i[1]),l=Ko.lastIndex}lo){b>0?(m.tokens=m.tokens.slice(0,b),y(m,_,x),n.lines=n.lines.slice(0,v+1)):n.lines=n.lines.slice(0,v);break t}var C=w.width,D=null==C||"auto"===C;if("string"==typeof C&&"%"===C.charAt(C.length-1))P.percentWidth=C,h.push(P),P.contentWidth=ur(P.text,I);else{if(D){var A=w.backgroundColor,k=A&&A.image;k&&qo(k=Xo(k))&&(P.width=Math.max(P.width,k.width*T/k.height))}var L=f&&null!=r?r-_:null;null!=L&&L=0&&"right"===(C=x[T]).align;)this._placeToken(C,t,b,f,I,"right",y),w-=C.width,I-=C.width,T--;for(M+=(n-(M-d)-(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,h=i+n/2;"top"===u?h=i+t.height/2:"bottom"===u&&(h=i+n-t.height/2),!t.isLineHolder&&Ws(l)&&this._renderBackground(l,e,"right"===o?r-t.width:"center"===o?r-t.width/2:r,h-t.height/2,t.width,t.height);var c=!!l.backgroundColor,p=t.textPadding;p&&(r=Fs(r,o,p),h-=t.height/2-p[0]-t.innerHeight/2);var d=this._getOrCreateChild(vs),f=d.createStyle();d.useStyle(f);var g=this._defaultStyle,y=!1,v=0,m=Bs("fill"in l?l.fill:"fill"in e?e.fill:(y=!0,g.fill)),x=Vs("stroke"in l?l.stroke:"stroke"in e?e.stroke:c||s||g.autoStroke&&!y?null:(v=2,g.stroke)),_=l.textShadowBlur>0||e.textShadowBlur>0;f.text=t.text,f.x=r,f.y=h,_&&(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),Ns(f,l),x&&(f.lineWidth=ot(l.lineWidth,e.lineWidth,v),f.lineDash=rt(l.lineDash,e.lineDash),f.lineDashOffset=e.lineDashOffset||0,f.stroke=x),m&&(f.fill=m);var b=t.contentWidth,w=t.contentHeight;d.setBoundingRect(new sr(pr(f.x,b,f.textAlign),dr(f.y,w,f.textBaseline),b,w))},e.prototype._renderBackground=function(t,e,n,i,r,o){var a,s,l,u=t.backgroundColor,h=t.borderWidth,c=t.borderColor,p=u&&u.image,d=u&&!p,f=t.borderRadius,g=this;if(d||t.lineHeight||h&&c){(a=this._getOrCreateChild(Cs)).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(d)(l=a.style).fill=u||null,l.fillOpacity=rt(t.fillOpacity,1);else if(p){(s=this._getOrCreateChild(_s)).onload=function(){g.dirtyStyle()};var v=s.style;v.image=u.image,v.x=n,v.y=i,v.width=r,v.height=o}h&&c&&((l=a.style).lineWidth=h,l.stroke=c,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 Es(t)&&(e=[t.fontStyle,t.fontWeight,Rs(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&ut(e)||t.textFont||t.font},e}(da),Ls={left:!0,right:1,center:1},Ps={top:1,bottom:1,middle:1},Os=["fontStyle","fontWeight","fontSize","fontFamily"];function Rs(t){return"string"!=typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?"12px":t+"px":t}function Ns(t,e){for(var n=0;n=0,o=!1;if(t instanceof gs){var a=Zs(t),s=r&&a.selectFill||a.normalFill,l=r&&a.selectStroke||a.normalStroke;if(il(s)||il(l)){var u=(i=i||{}).style||{};"inherit"===u.fill?(o=!0,i=A({},i),(u=A({},u)).fill=s):!il(u.fill)&&il(s)?(o=!0,i=A({},i),(u=A({},u)).fill=ol(s)):!il(u.stroke)&&il(l)&&(o||(i=A({},i),u=A({},u)),u.stroke=ol(l)),i.style=u}}if(i&&null==i.z2){o||(i=A({},i));var h=t.z2EmphasisLift;i.z2=t.z2+(null!=h?h:$s)}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 Ol(t,e,n){Bl(t,!0),fl(t,vl),Nl(t,e,n)}function Rl(t,e,n,i){i?function(t){Bl(t,!1)}(t):Ol(t,e,n)}function Nl(t,e,n){var i=Hs(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var El=["emphasis","blur","select"],zl={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function Vl(t,e,n,i){n=n||"itemStyle";for(var r=0;r1&&(a*=jl(f),s*=jl(f));var g=(r===o?-1:1)*jl((a*a*(s*s)-a*a*(d*d)-s*s*(p*p))/(a*a*(d*d)+s*s*(p*p)))||0,y=g*a*d/s,v=g*-s*p/a,m=(t+n)/2+Kl(c)*y-ql(c)*v,x=(e+i)/2+ql(c)*y+Kl(c)*v,_=tu([1,0],[(p-y)/a,(d-v)/s]),b=[(p-y)/a,(d-v)/s],w=[(-1*p-y)/a,(-1*d-v)/s],S=tu(b,w);if(Ql(b,w)<=-1&&(S=$l),Ql(b,w)>=1&&(S=0),S<0){var M=Math.round(S/$l*1e6)/1e6;S=2*$l+M%2*$l}h.addData(u,m,x,a,s,_,S,c,o)}var nu=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,iu=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;var ru=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.applyTransform=function(t){},e}(gs);function ou(t){return null!=t.setData}function au(t,e){var n=function(t){var e=new qa;if(!t)return e;var n,i=0,r=0,o=i,a=r,s=qa.CMD,l=t.match(nu);if(!l)return e;for(var u=0;uk*k+L*L&&(M=T,I=C),{cx:M,cy:I,x0:-h,y0:-c,x1:M*(r/b-1),y1:I*(r/b-1)}}function Iu(t,e){var n,i=bu(e.r,0),r=bu(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,h=e.cy,c=!!e.clockwise,p=xu(l-s),d=p>fu&&p%fu;if(d>Su&&(p=d),i>Su)if(p>fu-Su)t.moveTo(u+i*yu(s),h+i*gu(s)),t.arc(u,h,i,s,l,!c),r>Su&&(t.moveTo(u+r*yu(l),h+r*gu(l)),t.arc(u,h,r,l,s,c));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*yu(s),L=i*gu(s),P=r*yu(l),O=r*gu(l),R=p>Su;if(R){var N=e.cornerRadius;N&&(f=(n=function(t){var e;if(Y(t)){var n=t.length;if(!n)return t;e=1===n?[t[0],t[0],0,0]:2===n?[t[0],t[0],t[1],t[1]]:3===n?t.concat(t[2]):t}else e=[t,t,t,t];return e}(N))[0],g=n[1],y=n[2],v=n[3]);var E=xu(i-r)/2;if(m=wu(E,y),x=wu(E,v),_=wu(E,f),b=wu(E,g),M=w=bu(m,x),I=S=bu(_,b),(w>Su||S>Su)&&(T=i*yu(l),C=i*gu(l),D=r*yu(s),A=r*gu(s),pSu){var U=wu(y,M),X=wu(v,M),Z=Mu(D,A,k,L,i,U,c),j=Mu(T,C,P,O,i,X,c);t.moveTo(u+Z.cx+Z.x0,h+Z.cy+Z.y0),M0&&t.arc(u+Z.cx,h+Z.cy,U,mu(Z.y0,Z.x0),mu(Z.y1,Z.x1),!c),t.arc(u,h,i,mu(Z.cy+Z.y1,Z.cx+Z.x1),mu(j.cy+j.y1,j.cx+j.x1),!c),X>0&&t.arc(u+j.cx,h+j.cy,X,mu(j.y1,j.x1),mu(j.y0,j.x0),!c))}else t.moveTo(u+k,h+L),t.arc(u,h,i,s,l,!c);else t.moveTo(u+k,h+L);if(r>Su&&R)if(I>Su){U=wu(f,I),Z=Mu(P,O,T,C,r,-(X=wu(g,I)),c),j=Mu(k,L,D,A,r,-U,c);t.lineTo(u+Z.cx+Z.x0,h+Z.cy+Z.y0),I0&&t.arc(u+Z.cx,h+Z.cy,X,mu(Z.y0,Z.x0),mu(Z.y1,Z.x1),!c),t.arc(u,h,r,mu(Z.cy+Z.y1,Z.cx+Z.x1),mu(j.cy+j.y1,j.cx+j.x1),c),U>0&&t.arc(u+j.cx,h+j.cy,U,mu(j.y1,j.x1),mu(j.y0,j.x0),!c))}else t.lineTo(u+P,h+O),t.arc(u,h,r,l,s,c);else t.lineTo(u+P,h+O)}else t.moveTo(u,h);t.closePath()}}}var Tu=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},Cu=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Tu},e.prototype.buildPath=function(t,e){Iu(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(gs);Cu.prototype.type="sector";var Du=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},Au=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Du},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}(gs);function ku(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=[],h=[],c=[];if(i){a=[1/0,1/0],s=[-1/0,-1/0];for(var p=0,d=t.length;pqu[1]){if(a=!1,r)return a;var u=Math.abs(qu[0]-ju[1]),h=Math.abs(ju[0]-qu[1]);Math.min(u,h)>i.len()&&(u0){var c={duration:h.duration,delay:h.delay||0,easing:h.easing,done:o,force:!!o||!!a,setToFinal:!u,scope:t,during:a};l?e.animateFrom(n,c):e.animateTo(n,c)}else e.stopAnimation(),!l&&e.attr(n),a&&a(1),o&&o()}function rh(t,e,n,i,r,o){ih("update",t,e,n,i,r,o)}function oh(t,e,n,i,r,o){ih("enter",t,e,n,i,r,o)}function ah(t){if(!t.__zr)return!0;for(var e=0;eMath.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function Dh(t){return!t.isGroup}function Ah(t,e,n){if(t&&e){var i,r=(i={},t.traverse((function(t){Dh(t)&&t.anid&&(i[t.anid]=t)})),i);e.traverse((function(t){if(Dh(t)&&t.anid){var e=r[t.anid];if(e){var i=o(t);t.attr(o(e)),rh(t,i,n,Hs(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=A({},t.shape)),e}}function kh(t,e){return z(t,(function(t){var n=t[0];n=ch(n,e.x),n=ph(n,e.x+e.width);var i=t[1];return i=ch(i,e.y),[n,i=ph(i,e.y+e.height)]}))}function Lh(t,e){var n=ch(t.x,e.x),i=ph(t.x+t.width,e.x+e.width),r=ch(t.y,e.y),o=ph(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 Ph(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 _s(i)):xh(t.replace("path://",""),i,n,"center")}function Oh(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=Nh(f,g,u,h)/d;if(y<0||y>1)return!1;var v=Nh(f,g,c,p)/d;return!(v<0||v>1)}function Nh(t,e,n,i){return t*i-n*e}function Eh(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&&E(G(l),(function(t){mt(s,t)||(s[t]=l[t],s.$vars.push(t))}));var u=Hs(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:k({content:i,formatterParams:s},r)}}function zh(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function Vh(t,e){if(t)if(Y(t))for(var n=0;n-1?vc:xc;function Sc(t,e){t=t.toUpperCase(),bc[t]=new dc(e),_c[t]=e}function Mc(t){return bc[t]}Sc(mc,{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"}},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:". "}}}}),Sc(vc,{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:"旭日图"}},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 Ic=1e3,Tc=6e4,Cc=36e5,Dc=864e5,Ac=31536e6,kc={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},Lc="{yyyy}-{MM}-{dd}",Pc={year:"{yyyy}",month:"{yyyy}-{MM}",day:Lc,hour:"{yyyy}-{MM}-{dd} "+kc.hour,minute:"{yyyy}-{MM}-{dd} "+kc.minute,second:"{yyyy}-{MM}-{dd} "+kc.second,millisecond:kc.none},Oc=["year","month","day","hour","minute","second","millisecond"],Rc=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function Nc(t,e){return"0000".substr(0,e-(t+="").length)+t}function Ec(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 zc(t){return t===Ec(t)}function Vc(t,e,n,i){var r=jr(t),o=r[Gc(n)](),a=r[Wc(n)]()+1,s=Math.floor((a-1)/3)+1,l=r[Hc(n)](),u=r["get"+(n?"UTC":"")+"Day"](),h=r[Yc(n)](),c=(h-1)%12+1,p=r[Uc(n)](),d=r[Xc(n)](),f=r[Zc(n)](),g=(i instanceof dc?i:Mc(i||wc)||bc.EN).getModel("time"),y=g.get("month"),v=g.get("monthAbbr"),m=g.get("dayOfWeek"),x=g.get("dayOfWeekAbbr");return(e||"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,o%100+"").replace(/{Q}/g,s+"").replace(/{MMMM}/g,y[a-1]).replace(/{MMM}/g,v[a-1]).replace(/{MM}/g,Nc(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,Nc(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,m[u]).replace(/{ee}/g,x[u]).replace(/{e}/g,u+"").replace(/{HH}/g,Nc(h,2)).replace(/{H}/g,h+"").replace(/{hh}/g,Nc(c+"",2)).replace(/{h}/g,c+"").replace(/{mm}/g,Nc(p,2)).replace(/{m}/g,p+"").replace(/{ss}/g,Nc(d,2)).replace(/{s}/g,d+"").replace(/{SSS}/g,Nc(f,3)).replace(/{S}/g,f+"")}function Bc(t,e){var n=jr(t),i=n[Wc(e)]()+1,r=n[Hc(e)](),o=n[Yc(e)](),a=n[Uc(e)](),s=n[Xc(e)](),l=0===n[Zc(e)](),u=l&&0===s,h=u&&0===a,c=h&&0===o,p=c&&1===r;return p&&1===i?"year":p?"month":c?"day":h?"hour":u?"minute":l?"second":"millisecond"}function Fc(t,e,n){var i=j(t)?jr(t):t;switch(e=e||Bc(t,n)){case"year":return i[Gc(n)]();case"half-year":return i[Wc(n)]()>=6?1:0;case"quarter":return Math.floor((i[Wc(n)]()+1)/4);case"month":return i[Wc(n)]();case"day":return i[Hc(n)]();case"half-day":return i[Yc(n)]()/24;case"hour":return i[Yc(n)]();case"minute":return i[Uc(n)]();case"second":return i[Xc(n)]();case"millisecond":return i[Zc(n)]()}}function Gc(t){return t?"getUTCFullYear":"getFullYear"}function Wc(t){return t?"getUTCMonth":"getMonth"}function Hc(t){return t?"getUTCDate":"getDate"}function Yc(t){return t?"getUTCHours":"getHours"}function Uc(t){return t?"getUTCMinutes":"getMinutes"}function Xc(t){return t?"getUTCSeconds":"getSeconds"}function Zc(t){return t?"getUTCMilliseconds":"getMilliseconds"}function jc(t){return t?"setUTCFullYear":"setFullYear"}function qc(t){return t?"setUTCMonth":"setMonth"}function Kc(t){return t?"setUTCDate":"setDate"}function $c(t){return t?"setUTCHours":"setHours"}function Jc(t){return t?"setUTCMinutes":"setMinutes"}function Qc(t){return t?"setUTCSeconds":"setSeconds"}function tp(t){return t?"setUTCMilliseconds":"setMilliseconds"}function ep(t){if(!eo(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 np(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 ip=st,rp=/([&<>"'])/g,op={"&":"&","<":"<",">":">",'"':""","'":"'"};function ap(t){return null==t?"":(t+"").replace(rp,(function(t,e){return op[e]}))}function sp(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?jr(t):t;if(!isNaN(+s))return Vc(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=to(t);return r(l)?ep(l):Z(t)?i(t):"boolean"==typeof t?t+"":"-"}var lp=["a","b","c","d","e","f","g"],up=function(t,e){return"{"+t+(null==e?"":e)+"}"};function hp(t,e,n){Y(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 pp(t,e){return e=e||"transparent",X(t)?t:q(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function dp(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}var fp=E,gp=["left","right","top","bottom","width","height"],yp=[["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 h,c,p=l.getBoundingRect(),d=e.childAt(u+1),f=d&&d.getBoundingRect();if("horizontal"===t){var g=p.width+(f?-f.x+p.x:0);(h=o+g)>i||l.newline?(o=0,h=g,a+=s+n,s=p.height):s=Math.max(s,p.height)}else{var y=p.height+(f?-f.y+p.y:0);(c=a+y)>r||l.newline?(o+=s+n,a=0,c=y,s=p.width):s=Math.max(s,p.width)}l.newline||(l.x=o,l.y=a,l.markRedraw(),"horizontal"===t?o=h+n:a=c+n)}))}var mp=vp;H(vp,"vertical"),H(vp,"horizontal");function xp(t,e,n){n=ip(n||0);var i=e.width,r=e.height,o=Er(t.left,i),a=Er(t.top,r),s=Er(t.right,i),l=Er(t.bottom,r),u=Er(t.width,i),h=Er(t.height,r),c=n[2]+n[0],p=n[1]+n[3],d=t.aspect;switch(isNaN(u)&&(u=i-s-p-o),isNaN(h)&&(h=r-l-c-a),null!=d&&(isNaN(u)&&isNaN(h)&&(d>i/r?u=.8*i:h=.8*r),isNaN(u)&&(u=d*h),isNaN(h)&&(h=u/d)),isNaN(o)&&(o=i-s-u-p),isNaN(a)&&(a=r-l-h-c),t.left||t.right){case"center":o=i/2-u/2-n[3];break;case"right":o=i-u-p}switch(t.top||t.bottom){case"middle":case"center":a=r/2-h/2-n[0];break;case"bottom":a=r-h-c}o=o||0,a=a||0,isNaN(u)&&(u=i-p-o-(s||0)),isNaN(h)&&(h=r-c-a-(l||0));var f=new sr(o+n[3],a+n[0],u,h);return f.margin=n,f}function _p(t,e,n,i,r,o){var a,s=!r||!r.hv||r.hv[0],l=!r||!r.hv||r.hv[1],u=r&&r.boundingMode||"all";if((o=o||t).x=t.x,o.y=t.y,!s&&!l)return!1;if("raw"===u)a="group"===t.type?new sr(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(a=t.getBoundingRect(),t.needLocalTransform()){var h=t.getLocalTransform();(a=a.clone()).applyTransform(h)}var c=xp(k({width:a.width,height:a.height},e),n,i),p=s?c.x-a.x:0,d=l?c.y-a.y:0;return"raw"===u?(o.x=p,o.y=d):(o.x+=p,o.y+=d),o===t&&t.markRedraw(),!0}function bp(t){var e=t.layoutMode||t.constructor.layoutMode;return q(e)?e:e?{type:e}:null}function wp(t,e,n){var i=n&&n.ignoreSize;!Y(i)&&(i=[i,i]);var r=a(yp[0],0),o=a(yp[1],1);function a(n,r){var o={},a=0,u={},h=0;if(fp(n,(function(e){u[e]=t[e]})),fp(n,(function(t){s(e,t)&&(o[t]=u[t]=e[t]),l(o,t)&&a++,l(u,t)&&h++})),i[r])return l(e,n[1])?u[n[2]]=null:l(e,n[2])&&(u[n[1]]=null),u;if(2!==h&&a){if(a>=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 Ao(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){var t=this;return{left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")}},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=function(){var t=e.prototype;t.type="component",t.id="",t.name="",t.mainType="",t.subType="",t.componentIndex=0}(),e}(dc);zo(Tp,dc),Go(Tp),function(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=No(t);e[i.main]=n},t.determineSubType=function(n,i){var r=i.type;if(!r){var o=No(n).main;t.hasSubTypes(n)&&e[o]&&(r=e[o](i))}return r}}(Tp),function(t,e){function n(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}t.topologicalTravel=function(t,i,r,o){if(t.length){var a=function(t){var i={},r=[];return E(t,(function(o){var a=n(i,o),s=function(t,e){var n=[];return E(t,(function(t){P(e,t)>=0&&n.push(t)})),n}(a.originalDeps=e(o),t);a.entryCount=s.length,0===a.entryCount&&r.push(o),E(s,(function(t){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(E(t,(function(t){u[t]=!0}));l.length;){var h=l.pop(),c=s[h],p=!!u[h];p&&(r.call(o,h,c.originalDeps.slice()),delete u[h]),E(c.successor,p?f:d)}E(u,(function(){var t="";throw new Error(t)}))}function d(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function f(t){u[t]=!0,d(t)}}}(Tp,(function(t){var e=[];E(Tp.getClassesByMainType(t),(function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])})),e=z(e,(function(t){return No(t).main})),"dataset"!==t&&P(e,"dataset")<=0&&e.unshift("dataset");return e}));var Cp="";"undefined"!=typeof navigator&&(Cp=navigator.platform||"");var Dp="rgba(0, 0, 0, 0.2)",Ap={darkMode:"auto",colorBy:"series",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientColor:["#f6efa6","#d88273","#bf444c"],aria:{decal:{decals:[{color:Dp,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:Dp,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:Dp,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:Dp,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:Dp,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:Dp,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:Cp.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},kp=ft(["tooltip","label","itemName","itemId","itemGroupId","seriesName"]),Lp="original",Pp="arrayRows",Op="objectRows",Rp="keyedColumns",Np="typedArray",Ep="unknown",zp="column",Vp="row",Bp=1,Fp=2,Gp=3,Wp=So();function Hp(t,e,n){var i={},r=Up(e);if(!r||!t)return i;var o,a,s=[],l=[],u=e.ecModel,h=Wp(u).datasetMap,c=r.uid+"_"+n.seriesLayoutBy;E(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 p=h.get(c)||h.set(c,{categoryWayDim:a,valueWayDim:0});function d(t,e,n){for(var i=0;ie)return t[i];return t[n-1]}(i,a):n;if((h=h||n)&&h.length){var c=h[l];return r&&(u[r]=c),s.paletteIdx=(l+1)%h.length,c}}var id=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 dc(i),this._locale=new dc(r),this._optionManager=o},e.prototype.setOption=function(t,e,n){var i=ad(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,ad(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)):$p(this,r),n=!0}if("timeline"!==t&&"media"!==t||this.restoreData(),!t||"recreate"===t||"timeline"===t){var o=i.getTimelineOption(this);o&&(n=!0,this._mergeOption(o,e))}if(!t||"recreate"===t||"media"===t){var a=i.getMediaOption(this);a.length&&E(a,(function(t){n=!0,this._mergeOption(t,e)}),this)}return n},e.prototype.mergeOption=function(t){this._mergeOption(t,null)},e.prototype._mergeOption=function(t,e){var n=this.option,i=this._componentsMap,r=this._componentsCount,o=[],a=ft(),s=e&&e.replaceMergeMainTypeMap;Wp(this).datasetMap=ft(),E(t,(function(t,e){null!=t&&(Tp.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){Tp.hasClass(e)&&!a.get(e)&&(o.push(e),a.set(e,!0))})),Tp.topologicalTravel(o,Tp.getAllClassMainTypes(),(function(e){var o=function(t,e,n){var i=jp.get(e);if(!i)return n;var r=i(t);return r?n.concat(r):n}(this,e,ho(t[e])),a=i.get(e),l=a?s&&s.get(e)?"replaceMerge":"normalMerge":"replaceAll",u=yo(a,o,l);(function(t,e,n){E(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,Tp),n[e]=null,i.set(e,null),r.set(e,0);var h,c=[],p=[],d=0;E(u,(function(t,n){var i=t.existing,r=t.newOption;if(r){var o="series"===e,a=Tp.getClass(e,t.keyInfo.subType,!o);if(!a)return;if("tooltip"===e){if(h)return void 0;h=!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?(c.push(i.option),p.push(i),d++):(c.push(void 0),p.push(void 0))}),this),n[e]=c,i.set(e,p),r.set(e,d),"series"===e&&qp(this)}),this),this._seriesIndices||qp(this)},e.prototype.getOption=function(){var t=T(this.option);return E(t,(function(e,n){if(Tp.hasClass(n)){for(var i=ho(e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!bo(i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}})),delete t["\0_ec_inner"],t},e.prototype.getTheme=function(){return this._theme},e.prototype.getLocaleModel=function(){return this._locale},e.prototype.setUpdatePayload=function(t){this._payload=t},e.prototype.getUpdatePayload=function(){return this._payload},e.prototype.getComponent=function(t,e){var n=this._componentsMap.get(t);if(n){var i=n[e||0];if(i)return i;if(null==e)for(var r=0;r=e:"max"===n?t<=e:t===e})(i[a],t,o)||(r=!1)}})),r}var fd=E,gd=q,yd=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function vd(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=yd.length;n=0;g--){var y=t[g];if(s||(p=y.data.rawIndexOf(y.stackedByDimension,c)),p>=0){var v=y.data.getByRawIndex(y.stackResultDimension,p);if("all"===l||"positive"===l&&v>0||"negative"===l&&v<0||"samesign"===l&&d>=0&&v>0||"samesign"===l&&d<=0&&v<0){d=Hr(d,v),f=v;break}}}return i[0]=d,i[1]=f,i}))}))}var Nd,Ed,zd,Vd,Bd,Fd=function(t){this.data=t.data||(t.sourceFormat===Rp?{}:[]),this.sourceFormat=t.sourceFormat||Ep,this.seriesLayoutBy=t.seriesLayoutBy||zp,this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var e=this.dimensionsDefine=t.dimensionsDefine;if(e)for(var n=0;nu&&(u=d)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e=0&&(s=o.interpolatedValue[l])}return null!=s?s+"":""})):void 0},t.prototype.getRawValue=function(t,e){return af(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function uf(t){var e,n;return q(t)?t.type&&(n=t):e=t,{text:e,frag:n}}function hf(t){return new cf(t)}var cf=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=h(this._modBy),s=this._modDataCount||0,l=h(t&&t.modBy),u=t&&t.modDataCount||0;function h(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 c=t&&t.step;if(this._dueEnd=n?n._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var p=this._dueIndex,d=Math.min(null!=c?this._dueIndex+c:1/0,this._dueEnd);if(!i&&(o||p1&&i>0?s:a}};return o;function a(){return e=t?null:oe},gte:function(t,e){return t>=e}},vf=function(){function t(t,e){if(!j(e)){var n="";0,ao(n)}this._opFn=yf[t],this._rvalFloat=to(e)}return t.prototype.evaluate=function(t){return j(t)?this._opFn(t,this._rvalFloat):this._opFn(to(t),this._rvalFloat)},t}(),mf=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:to(t),i=j(e)?e:to(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}(),xf=function(){function t(t,e){this._rval=e,this._isEQ=t,this._rvalTypeof=typeof e,this._rvalFloat=to(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=to(t)===this._rvalFloat)}return this._isEQ?e:!e},t}();function _f(t,e){return"eq"===t||"ne"===t?new xf("eq"===t,e):mt(yf,t)?new vf(t,e):null}var bf=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 df(t,e)},t}();function wf(t){var e=t.sourceFormat;if(!Df(e)){var n="";0,ao(n)}return t.data}function Sf(t){var e=t.sourceFormat,n=t.data;if(!Df(e)){var i="";0,ao(i)}if(e===Pp){for(var r=[],o=0,a=n.length;o65535?Lf:Pf}function zf(t,e,n,i,r){var o=Nf[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.indicesOfNearest=function(t,e,n){var i=this._chunks[t],r=[];if(!i)return r;null==n&&(n=1/0);for(var o=1/0,a=-1,s=0,l=0,u=this.count();l=0&&a<0)&&(o=c,a=h,s=0),h===a&&(r[s++]=l))}return r.length=s,r},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r=u&&x<=h||isNaN(x))&&(a[s++]=d),d++}p=!0}else if(2===r){f=c[i[0]];var y=c[i[1]],v=t[i[1]][0],m=t[i[1]][1];for(g=0;g=u&&x<=h||isNaN(x))&&(_>=v&&_<=m||isNaN(_))&&(a[s++]=d),d++}p=!0}}if(!p)if(1===r)for(g=0;g=u&&x<=h||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),h=this.getRawIndex(0),c=new(Ef(this._rawCount))(Math.min(2*(Math.ceil(s/u)+2),s));c[l++]=h;for(var p=1;pn&&(n=i,r=I)}M>0&&M<_-x&&(c[l++]=Math.min(S,r),r=Math.max(S,r)),c[l++]=r,h=r}return c[l++]=this.getRawIndex(s-1),o._count=l,o._indices=c,o.getRawIndex=this._getRawIdx,o},t.prototype.downSample=function(t,e,n,i){for(var r=this.clone([t],!0),o=r._chunks,a=[],s=Math.floor(1/e),l=o[t],u=this.count(),h=r._rawExtent[t]=[1/0,-1/0],c=new(Ef(this._rawCount))(Math.ceil(u/s)),p=0,d=0;du-d&&(s=u-d,a.length=s);for(var f=0;fh[1]&&(h[1]=y),c[p++]=v}return r._count=p,r._indices=c,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 df(t[i],this._dimensions[i])}Af={arrayRows:t,objectRows:function(t,e,n,i){return df(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return df(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}(),Bf=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(Gf(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))?Np:Lp,e=[];var h=this._getSourceMetaRawOption()||{},c=l&&l.metaRawOption||{},p=rt(h.seriesLayoutBy,c.seriesLayoutBy)||null,d=rt(h.sourceHeader,c.sourceHeader),f=rt(h.dimensions,c.dimensions);t=p!==c.seriesLayoutBy||!!d!=!!c.sourceHeader||f?[Wd(a,{seriesLayoutBy:p,sourceHeader:d,dimensions:f},s)]:[]}else{var g=n;if(r){var y=this._applyTransform(i);t=y.sourceList,e=y.upstreamSignList}else{t=[Wd(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&&Wf(o)}var a,s=[],l=[];return E(t,(function(t){t.prepareSource();var e=t.getSource(r||0),n="";null==r||e||Wf(n),s.push(e),l.push(t._getVersionSign())})),i?e=function(t,e,n){var i=ho(t),r=i.length,o="";r||ao(o);for(var a=0,s=r;a1||n>0&&!t.noHeader;return E(t.blocks,(function(t){var n=qf(t);n>=e&&(e=n+ +(i&&(!n||Zf(t)&&!t.noHeader)))})),e}return 0}function Kf(t,e,n,i){var r,o=e.noHeader,a=(r=qf(e),{html:Yf[r],richText:Uf[r]}),s=[],l=e.blocks||[];lt(!l||Y(l)),l=l||[];var u=t.orderMode;if(e.sortBlocks&&u){l=l.slice();var h={valueAsc:"asc",valueDesc:"desc"};if(mt(h,u)){var c=new mf(h[u],null);l.sort((function(t,e){return c.evaluate(t.sortParam,e.sortParam)}))}else"seriesDesc"===u&&l.reverse()}E(l,(function(n,r){var o=e.valueFormatter,l=jf(n)(o?A(A({},t),{valueFormatter:o}):t,n,r>0?a.html:0,i);null!=l&&s.push(l)}));var p="richText"===t.renderMode?s.join(a.richText):Qf(s.join(""),o?n:a.html);if(o)return p;var d=sp(e.header,"ordinal",t.useUTC),f=Hf(i,t.renderMode).nameStyle;return"richText"===t.renderMode?tg(t,d,f)+a.richText+p:Qf('
'+ap(d)+"
"+p,n)}function $f(t,e,n,i){var r=t.renderMode,o=e.noName,a=e.noValue,s=!e.markerType,l=e.name,u=t.useUTC,h=e.valueFormatter||t.valueFormatter||function(t){return z(t=Y(t)?t:[t],(function(t,e){return sp(t,Y(d)?d[e]:d,u)}))};if(!o||!a){var c=s?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||"#333",r),p=o?"":sp(l,"ordinal",u),d=e.valueType,f=a?[]:h(e.value),g=!s||!o,y=!s&&o,v=Hf(i,r),m=v.nameStyle,x=v.valueStyle;return"richText"===r?(s?"":c)+(o?"":tg(t,p,m))+(a?"":function(t,e,n,i,r){var o=[r],a=i?10:20;return n&&o.push({padding:[0,0,0,a],align:"right"}),t.markupStyleCreator.wrapRichTextStyle(Y(e)?e.join(" "):e,o)}(t,f,g,y,x)):Qf((s?"":c)+(o?"":function(t,e,n){return''+ap(t)+""}(p,!s,m))+(a?"":function(t,e,n,i){var r=n?"10px":"20px",o=e?"float:right;margin-left:"+r:"";return t=Y(t)?t:[t],''+z(t,(function(t){return ap(t)})).join("  ")+""}(f,g,y,x)),n)}}function Jf(t,e,n,i,r,o){if(t)return jf(t)({useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter},t,0,o)}function Qf(t,e){return'
'+t+'
'}function tg(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function eg(t,e){return pp(t.getData().getItemVisual(e,"style")[t.visualDrawType])}function ng(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var ig=function(){function t(){this.richTextStyles={},this._nextStyleNameId=no()}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=cp({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={};Y(e)?E(e,(function(t){return A(n,t)})):A(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function rg(t){var e,n,i,r,o=t.series,a=t.dataIndex,s=t.multipleSeries,l=o.getData(),u=l.mapDimensionsAll("defaultedTooltip"),h=u.length,c=o.getRawValue(a),p=Y(c),d=eg(o,a);if(h>1||p&&!h){var f=function(t,e,n,i,r){var o=e.getData(),a=V(t,(function(t,e,n){var i=o.getDimensionInfo(n);return t||i&&!1!==i.tooltip&&null!=i.displayName}),!1),s=[],l=[],u=[];function h(t,e){var n=o.getDimensionInfo(e);n&&!1!==n.otherDims.tooltip&&(a?u.push(Xf("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?E(i,(function(t){h(af(o,n,t),t)})):E(t,h),{inlineValues:s,inlineValueTypes:l,blocks:u}}(c,o,a,u,d);e=f.inlineValues,n=f.inlineValueTypes,i=f.blocks,r=f.inlineValues[0]}else if(h){var g=l.getDimensionInfo(u[0]);r=e=af(l,a,u[0]),n=g.type}else r=e=p?c[0]:c;var y=_o(o),v=y&&o.name||"",m=l.getName(a),x=s?v:m;return Xf("section",{header:v,noHeader:s||!y,sortParam:r,blocks:[Xf("nameValue",{markerType:"item",markerColor:d,name:x,noName:!ut(x),value:e,valueType:n})].concat(i||[])})}var og=So();function ag(t,e){return t.getName(e)||t.getId(e)}var sg=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return n(e,t),e.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=hf({count:ug,reset:hg}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n),(og(this).sourceManager=new Bf(this)).prepareSource();var i=this.getInitialData(t,n);pg(i,this),this.dataTask.context.data=i,og(this).dataBeforeProcessed=i,lg(this),this._initSelectedMapFromData(i)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=bp(this),i=n?Sp(t):{},r=this.subType;Tp.hasClass(r)&&(r+="Series"),C(t,e.getTheme().get(this.subType)),C(t,this.getDefaultOption()),co(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&wp(t,i,n)},e.prototype.mergeOption=function(t,e){t=C(this.option,t,!0),this.fillDataTextStyle(t.data);var n=bp(this);n&&wp(this.option,t,n);var i=og(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);pg(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,og(this).dataBeforeProcessed=r,lg(this),this._initSelectedMapFromData(r)},e.prototype.fillDataTextStyle=function(t){if(t&&!$(t))for(var e=["show"],n=0;nthis.getShallow("animationThreshold")&&(e=!1),!!e},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=td.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[ag(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this.__universalTransitionEnabled)return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},e.prototype._innerSelect=function(t,e){var n,i,r=this.option,o=r.selectedMode,a=e.length;if(o&&a)if("series"===o)r.selectedMap="all";else if("multiple"===o){q(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l0&&this._innerSelect(t,e)}},e.registerClass=function(t){return Tp.registerClass(t)},e.protoInitialize=function(){var t=e.prototype;t.type="series.__base__",t.seriesIndex=0,t.ignoreStyleOnData=!1,t.hasSymbolVisual=!1,t.defaultSymbol="circle",t.visualStyleAccessPath="itemStyle",t.visualDrawType="fill"}(),e}(Tp);function lg(t){var e=t.name;_o(t)||(t.name=function(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return E(n,(function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)})),i.join(" ")}(t)||e)}function ug(t){return t.model.getRawData().count()}function hg(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),cg}function cg(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function pg(t,e){E(gt(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),(function(n){t.wrapMethod(n,H(dg,e))}))}function dg(t,e){var n=fg(t);return n&&n.setOutputEnd((e||this).count()),e}function fg(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(sg,lf),R(sg,td),zo(sg,Tp);var gg=function(){function t(){this.group=new Cr,this.uid=gc("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 yg(){var t=So();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"}}Eo(gg),Go(gg);var vg=So(),mg=yg(),xg=function(){function t(){this.group=new Cr,this.uid=gc("viewChart"),this.renderTask=hf({plan:wg,reset:Sg}),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&&bg(r,i,"emphasis")},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&bg(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){Vh(this.group,t)},t.markUpdateMethod=function(t,e){vg(t).updateMethod=e},t.protoInitialize=void(t.prototype.type="chart"),t}();function _g(t,e,n){t&&Fl(t)&&("emphasis"===e?_l:bl)(t,n)}function bg(t,e,n){var i=wo(t,e),r=e&&null!=e.highlightKey?function(t){var e=Xs[t];return null==e&&Us<=32&&(e=Xs[t]=Us++),e}(e.highlightKey):null;null!=i?E(ho(i),(function(e){_g(t.getItemGraphicEl(e),n,r)})):t.eachItemGraphicEl((function(t){_g(t,n,r)}))}function wg(t){return mg(t.model)}function Sg(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&vg(r).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](e,n,i,r),Mg[l]}Eo(xg),Go(xg);var Mg={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)}}},Ig="\0__throttleOriginMethod",Tg="\0__throttleRate",Cg="\0__throttleType";function Dg(t,e,n){var i,r,o,a,s,l=0,u=0,h=null;function c(){u=(new Date).getTime(),h=null,t.apply(o,a||[])}e=e||0;var p=function(){for(var t=[],p=0;p=0?c():h=setTimeout(c,-r),l=i};return p.clear=function(){h&&(clearTimeout(h),h=null)},p.debounceNextCall=function(t){s=t},p}function Ag(t,e,n,i){var r=t[e];if(r){var o=r[Ig]||r,a=r[Cg];if(r[Tg]!==n||a!==i){if(null==n||!i)return t[e]=o;(r=t[e]=Dg(o,n,"debounce"===i))[Ig]=o,r[Cg]=i,r[Tg]=n}return r}}function kg(t,e){var n=t[e];n&&n[Ig]&&(n.clear&&n.clear(),t[e]=n[Ig])}var Lg=So(),Pg={itemStyle:Wo(hc,!0),lineStyle:Wo(sc,!0)},Og={lineStyle:"stroke",itemStyle:"fill"};function Rg(t,e){var n=t.visualStyleMapper||Pg[e];return n||(console.warn("Unkown style type '"+e+"'."),Pg.itemStyle)}function Ng(t,e){var n=t.visualDrawType||Og[e];return n||(console.warn("Unkown style type '"+e+"'."),"fill")}var Eg={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=Rg(t,i)(r),a=r.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=Ng(t,i),l=o[s],u=U(l)?l:null,h="auto"===o.fill||"auto"===o.stroke;if(!o[s]||u||h){var c=t.getColorFromPalette(t.name,null,e.getSeriesCount());o[s]||(o[s]=c,n.setVisual("colorFromPalette",!0)),o.fill="auto"===o.fill||U(o.fill)?c:o.fill,o.stroke="auto"===o.stroke||U(o.stroke)?c: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)}}}},zg=new dc,Vg={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!t.ignoreStyleOnData&&!e.isSeriesFiltered(t)){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=Rg(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){zg.option=n[i];var a=r(zg);A(t.ensureUniqueItemVisual(e,"style"),a),zg.option.decal&&(t.setItemVisual(e,"decal",zg.option.decal),zg.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}},Bg={performRawSeries:!0,overallReset:function(t){var e=ft();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)),Lg(t).scope=r}})),t.eachSeries((function(e){if(!e.isColorBySeries()&&!t.isSeriesFiltered(e)){var n=e.getRawData(),i={},r=e.getData(),o=Lg(e).scope,a=e.visualStyleAccessPath||"itemStyle",s=Ng(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+"",h=n.count();l[s]=e.getColorFromPalette(u,o,h)}}))}}))}},Fg=Math.PI;var Gg=function(){function t(t,e,n,i){this._stageTaskMap=ft(),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=ft();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;E(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))}E(t,(function(t,s){if(!i.visualType||i.visualType===t.visualType){var l=o._stageTaskMap.get(t.uid),u=l.seriesTaskMap,h=l.overallTask;if(h){var c,p=h.agentStubMap;p.each((function(t){a(i,t)&&(t.dirty(),c=!0)})),c&&h.dirty(),o.updatePayload(h,n);var d=o.getPerformArgs(h,i.block);p.each((function(t){t.perform(d)})),h.perform(d)&&(r=!0)}else u&&u.each((function(s,l){a(i,s)&&s.dirty();var u=o.getPerformArgs(s,i.block);u.skip=!t.performRawSeries&&e.isSeriesFiltered(s.context.model),o.updatePayload(s,n),s.perform(u)&&(r=!0)}))}})),this.unfinished=r||this.unfinished},t.prototype.performSeriesTasks=function(t){var e;t.eachSeries((function(t){e=t.dataTask.perform()||e})),this.unfinished=e||this.unfinished},t.prototype.plan=function(){this._pipelineMap.each((function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)}))},t.prototype.updatePayload=function(t,e){"remain"!==e&&(t.context.payload=e)},t.prototype._createSeriesStageTask=function(t,e,n,i){var r=this,o=e.seriesTaskMap,a=e.seriesTaskMap=ft(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||hf({plan:Xg,reset:Zg,count:Kg}));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||hf({reset:Wg});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=ft(),l=t.seriesType,u=t.getTargetSeries,h=!0,c=!1,p="";function d(t){var e=t.uid,n=s.set(e,a&&a.get(e)||(c=!0,hf({reset:Hg,onDirty:Ug})));n.context={model:t,overallProgress:h},n.agent=o,n.__block=h,r._pipe(t,n)}lt(!t.createOnAllSeries,p),l?n.eachRawSeriesByType(l,d):u?u(n,i).each(d):(h=!1,E(n.getSeries(),d)),c&&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:$g(t)}),t.uid=gc("stageHandler"),e&&(t.visualType=e),t},t}();function Wg(t){t.overallReset(t.ecModel,t.api,t.payload)}function Hg(t){return t.overallProgress&&Yg}function Yg(){this.agent.dirty(),this.getDownstream().dirty()}function Ug(){this.agent&&this.agent.dirty()}function Xg(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function Zg(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=ho(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?z(e,(function(t,e){return qg(e)})):jg}var jg=qg(0);function qg(t){return function(e,n){var i=n.data,r=n.resetDefines[t];if(r&&r.dataEach)for(var o=e.start;o0&&h===r.length-u.length){var c=r.slice(0,h);"data"!==c&&(e.mainType=c,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}(),hy=["symbol","symbolSize","symbolRotate","symbolOffset"],cy=hy.concat(["symbolKeepAspect"]),py={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&&Ry(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=Ry(i)?i:0,r=Ry(r)?r:1,o=Ry(o)?o:0,a=Ry(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]:Y(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 By=new qa(!0);function Fy(t){var e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))}function Gy(t){return"string"==typeof t&&"none"!==t}function Wy(t){var e=t.fill;return null!=e&&"none"!==e}function Hy(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 Yy(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 Uy(t,e,n){var i=Zo(e.image,e.__image,n);if(qo(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)*_t),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}var Xy=["shadowBlur","shadowOffsetX","shadowOffsetY"],Zy=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function jy(t,e,n,i,r){var o=!1;if(!i&&e===(n=n||{}))return!1;if(i||e.opacity!==n.opacity){$y(t,r),o=!0;var a=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(a)?ua.opacity:a}(i||e.blend!==n.blend)&&(o||($y(t,r),o=!0),t.globalCompositeOperation=e.blend||ua.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.__flagInMainProcess)if(this._disposed)Hv(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.__flagInMainProcess=!0,!this._model||e){var a=new pd(this._api),s=this._theme,l=this._model=new id;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},Zv);var u={seriesTransition:o,optionChanged:!0};if(n)this.__pendingUpdate={silent:i,updateParams:u},this.__flagInMainProcess=!1,this.getZr().wakeUp();else{try{_v(this),Sv.update.call(this,null,u)}catch(t){throw this.__pendingUpdate=null,this.__flagInMainProcess=!1,t}this._ssr||this._zr.flush(),this.__pendingUpdate=null,this.__flagInMainProcess=!1,Cv.call(this,i),Dv.call(this,i)}}},e.prototype.setTheme=function(){oo()},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||cv&&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(){if(r.svgSupported){var t=this._zr;return E(t.storage.getDisplayList(),(function(t){t.stopAnimation(null,!0)})),t.painter.toDataURL()}},e.prototype.getDataURL=function(t){if(!this._disposed){var e=(t=t||{}).excludeComponents,n=this._model,i=[],r=this;E(e,(function(t){n.eachComponent({mainType:t},(function(t){var e=r._componentsMap[t.__viewId];e.group.ignore||(i.push(e),e.group.ignore=!0)}))}));var o="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.renderToCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return E(i,(function(t){t.group.ignore=!1})),o}Hv(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(Jv[n]){var a=o,s=o,l=-1/0,u=-1/0,c=[],p=t&&t.pixelRatio||this.getDevicePixelRatio();E($v,(function(o,h){if(o.group===n){var p=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(T(t)),d=o.getDom().getBoundingClientRect();a=i(d.left,a),s=i(d.top,s),l=r(d.right,l),u=r(d.bottom,u),c.push({dom:p,left:d.left,top:d.top})}}));var d=(l*=p)-(a*=p),f=(u*=p)-(s*=p),g=h.createCanvas(),y=Lr(g,{renderer:e?"svg":"canvas"});if(y.resize({width:d,height:f}),e){var v="";return E(c,(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 Cs({shape:{x:0,y:0,width:d,height:f},style:{fill:t.connectedBackgroundColor}})),E(c,(function(t){var e=new _s({style:{x:t.left*p-a,y:t.top*p-s,image:t.dom}});y.add(e)})),y.refreshImmediately(),g.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}Hv(this.id)},e.prototype.convertToPixel=function(t,e){return Mv(this,"convertToPixel",t,e)},e.prototype.convertFromPixel=function(t,e){return Mv(this,"convertFromPixel",t,e)},e.prototype.containPixel=function(t,e){var n;if(!this._disposed)return E(Io(this._model,t),(function(t,i){i.indexOf("Models")>=0&&E(t,(function(t){var r=t.coordinateSystem;if(r&&r.containPoint)n=n||!!r.containPoint(e);else if("seriesModels"===i){var o=this._chartsMap[t.__viewId];o&&o.containPoint&&(n=n||o.containPoint(e,t))}else 0}),this)}),this),!!n;Hv(this.id)},e.prototype.getVisual=function(t,e){var n=Io(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?fy(r,o,e):gy(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,e,n,i=this;E(Wv,(function(t){var e=function(e){var n,r=i.getModel(),o=e.target,a="globalout"===t;if(a?n={}:o&&xy(o,(function(t){var e=Hs(t);if(e&&null!=e.dataIndex){var i=e.dataModel||r.getSeriesByIndex(e.seriesIndex);return n=i&&i.getDataParams(e.dataIndex,e.dataType)||{},!0}if(e.eventData)return n=A({},e.eventData),!0}),!0),n){var s=n.componentType,l=n.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=n.seriesIndex);var u=s&&null!=l&&r.getComponent(s,l),h=u&&i["series"===u.mainType?"_chartsMap":"_componentsMap"][u.__viewId];0,n.event=e,n.type=t,i._$eventProcessor.eventInfo={targetEl:o,packedEvent:n,model:u,view:h},i.trigger(t,n)}};e.zrEventfulCallAtLast=!0,i._zr.on(t,e,i)})),E(Uv,(function(t,e){i._messageCenter.on(e,(function(t){this.trigger(e,t)}),i)})),E(["selectchanged"],(function(t){i._messageCenter.on(t,(function(e){this.trigger(t,e)}),i)})),t=this._messageCenter,e=this,n=this._api,t.on("selectchanged",(function(t){var i=n.getModel();t.isFromClick?(my("map","selectchanged",e,i,t),my("pie","selectchanged",e,i,t)):"select"===t.fromAction?(my("map","selected",e,i,t),my("pie","selected",e,i,t)):"unselect"===t.fromAction&&(my("map","unselected",e,i,t),my("pie","unselected",e,i,t))}))},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){this._disposed?Hv(this.id):this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed)Hv(this.id);else{this._disposed=!0,this.getDom()&&ko(this.getDom(),em,"");var t=this,e=t._api,n=t._model;E(t._componentsViews,(function(t){t.dispose(n,e)})),E(t._chartsViews,(function(t){t.dispose(n,e)})),t._zr.dispose(),t._dom=t._model=t._chartsMap=t._componentsMap=t._chartsViews=t._componentsViews=t._scheduler=t._api=t._zr=t._throttledZrFlush=t._theme=t._coordSysMgr=t._messageCenter=null,delete $v[t.id]}},e.prototype.resize=function(t){if(!this.__flagInMainProcess)if(this._disposed)Hv(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.__pendingUpdate&&(null==i&&(i=this.__pendingUpdate.silent),n=!0,this.__pendingUpdate=null),this.__flagInMainProcess=!0;try{n&&_v(this),Sv.update.call(this,{type:"resize",animation:A({duration:0},t&&t.animation)})}catch(t){throw this.__flagInMainProcess=!1,t}this.__flagInMainProcess=!1,Cv.call(this,i),Dv.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)Hv(this.id);else if(q(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),Kv[t]){var n=Kv[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},e.prototype.hideLoading=function(){this._disposed?Hv(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},e.prototype.makeActionFromEvent=function(t){var e=A({},t);return e.type=Uv[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)Hv(this.id);else if(q(e)||(e={silent:!!e}),Yv[t.type]&&this._model)if(this.__flagInMainProcess)this._pendingActions.push(t);else{var n=e.silent;Tv.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&r.browser.weChat&&this._throttledZrFlush(),Cv.call(this,n),Dv.call(this,n)}},e.prototype.updateLabelLayout=function(){lv.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed)Hv(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(ah(t))return;if(t instanceof gs&&function(t){var e=Zs(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)}}))}_v=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),bv(t,!0),bv(t,!1),e.plan()},bv=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),lv.trigger("series:afterupdate",e,n,l)},Ev=function(t){t.__needsUpdateStatus=!0,t.getZr().wakeUp()},zv=function(t){t.__needsUpdateStatus&&(t.getZr().storage.traverse((function(t){ah(t)||e(t)})),t.__needsUpdateStatus=!1)},Rv=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){_l(e,n),Ev(t)},i.prototype.leaveEmphasis=function(e,n){bl(e,n),Ev(t)},i.prototype.enterBlur=function(e){wl(e),Ev(t)},i.prototype.leaveBlur=function(e){Sl(e),Ev(t)},i.prototype.enterSelect=function(e){Ml(e),Ev(t)},i.prototype.leaveSelect=function(e){Il(e),Ev(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}(ld))(t)},Nv=function(t){function e(t,e){for(var n=0;n=0)){gm.push(n);var o=Gg.wrapStageHandler(n,r);o.__prio=e,o.__raw=n,t.push(o)}}function vm(t,e){Kv[t]=e}function mm(t,e,n){var i=hv("registerMap");i&&i(t,e,n)}var xm=function(t){var e=(t=T(t)).type,n="";e||ao(n);var i=e.split(":");2!==i.length&&ao(n);var r=!1;"echarts"===i[0]&&(e=i[1],r=!0),t.__isBuiltIn=r,Tf.set(e,t)};fm(pv,Eg),fm(dv,Vg),fm(dv,Bg),fm(pv,py),fm(dv,dy),fm(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=rv(n,e))}));var r=i.getVisual("decal");if(r)i.getVisual("style").decal=rv(r,e)}}))})),am(Od),sm(900,(function(t){var e=ft();t.eachSeries((function(t){var n=t.get("stack");if(n){var i=e.get(n)||e.set(n,[]),r=t.getData(),o={stackResultDimension:r.getCalculationInfo("stackResultDimension"),stackedOverDimension:r.getCalculationInfo("stackedOverDimension"),stackedDimension:r.getCalculationInfo("stackedDimension"),stackedByDimension:r.getCalculationInfo("stackedByDimension"),isStackedByIndex:r.getCalculationInfo("isStackedByIndex"),data:r,seriesModel:t};if(!o.stackedDimension||!o.isStackedByIndex&&!o.stackedByDimension)return;i.length&&r.setCalculationInfo("stackedOnSeries",i[i.length-1].seriesModel),i.push(o)}})),e.each(Rd)})),vm("default",(function(t,e){k(e=e||{},{text:"loading",textColor:"#000",fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#5470c6",spinnerRadius:10,lineWidth:5,zlevel:0});var n=new Cr,i=new Cs({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(i);var r,o=new ks({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 Cs({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});return n.add(a),e.showSpinner&&((r=new Hu({shape:{startAngle:-Fg/2,endAngle:-Fg/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*Fg/2}).start("circularInOut"),r.animateShape(!0).when(1e3,{startAngle:3*Fg/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})),cm({type:Js,event:Js,update:Js},xt),cm({type:Qs,event:Qs,update:Qs},xt),cm({type:tl,event:tl,update:tl},xt),cm({type:el,event:el,update:el},xt),cm({type:nl,event:nl,update:nl},xt),om("light",iy),om("dark",ly);var _m=[],bm={registerPreprocessor:am,registerProcessor:sm,registerPostInit:lm,registerPostUpdate:um,registerUpdateLifecycle:hm,registerAction:cm,registerCoordinateSystem:pm,registerLayout:dm,registerVisual:fm,registerTransform:xm,registerLoading:vm,registerMap:mm,registerImpl:function(t,e){uv[t]=e},PRIORITY:fv,ComponentModel:Tp,ComponentView:gg,SeriesModel:sg,ChartView:xg,registerComponentModel:function(t){Tp.registerClass(t)},registerComponentView:function(t){gg.registerClass(t)},registerSeriesModel:function(t){sg.registerClass(t)},registerChartView:function(t){xg.registerClass(t)},registerSubTypeDefaulter:function(t,e){Tp.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){Pr(t,e)}};function wm(t){Y(t)?E(t,(function(t){wm(t)})):P(_m,t)>=0||(_m.push(t),U(t)&&(t={install:t}),t.install(bm))}function Sm(t){return null==t?0:t.length||1}function Mm(t){return t}var Im=function(){function t(t,e,n,i,r,o){this._old=t,this._new=e,this._oldKeyGetter=n||Mm,this._newKeyGetter=i||Mm,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===c)this._updateManyToOne&&this._updateManyToOne(u,l),i[s]=null;else if(1===h&&c>1)this._updateOneToMany&&this._updateOneToMany(u,l),i[s]=null;else if(1===h&&1===c)this._update&&this._update(u,l),i[s]=null;else if(h>1&&c>1)this._updateManyToMany&&this._updateManyToMany(u,l),i[s]=null;else if(h>1)for(var p=0;p1)for(var a=0;a30}var zm,Vm,Bm,Fm,Gm,Wm,Hm,Ym=q,Um=z,Xm="undefined"==typeof Int32Array?Array:Int32Array,Zm=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],jm=["_approximateExtent"],qm=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","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","lttbDownSample"];var i=!1;Om(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===Lp&&!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&&(Y(r=this.getVisual(e))?r=r.slice():Ym(r)&&(r=A({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,Ym(e)?A(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){Ym(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;Ys(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){E(this._graphicEls,(function(n,i){n&&t&&t.call(e,n,i)}))},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:Um(this.dimensions,this._getDimInfo,this),this.hostModel)),Gm(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(at(arguments)))})},t.internalField=(zm=function(t){var e=t._invertedIndicesMap;E(e,(function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new Xm(o.categories.length);for(var s=0;s1&&(s+="__ec__"+u),i[e]=s}})),t}();function Km(t,e){Gd(t)||(t=Hd(t));var n=(e=e||{}).coordDimensions||[],i=e.dimensionsDefine||t.dimensionsDefine||[],r=ft(),o=[],a=function(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return E(e,(function(t){var e;q(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))})),r}(t,n,i,e.dimensionsCount),s=e.canOmitUnusedDimensions&&Em(a),l=i===t.dimensionsDefine,u=l?Nm(t):Rm(i),h=e.encodeDefine;!h&&e.encodeDefaulter&&(h=e.encodeDefaulter(t,a));for(var c=ft(h),p=new Of(a),d=0;d0&&(i.name=r+(o-1)),o++,e.set(r,o)}}(o),new Pm({source:t,dimensions:o,fullDimensionCount:a,dimensionOmitted:s})}function $m(t,e,n){var i=e.data;if(n||i.hasOwnProperty(t)){for(var r=0;i.hasOwnProperty(t+r);)r++;t+=r}return e.set(t,!0),t}var Jm=function(t){this.coordSysDims=[],this.axisMap=ft(),this.categoryAxisMap=ft(),this.coordSysName=t};var Qm={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",Co).models[0],o=t.getReferringComponents("yAxis",Co).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),tx(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),tx(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",Co).models[0];e.coordSysDims=["single"],n.set("single",r),tx(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",Co).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),tx(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),tx(a)&&(i.set("angle",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=["lng","lat"]},parallel:function(t,e,n,i){var r=t.ecModel,o=r.getComponent("parallel",t.get("parallelIndex")),a=e.coordSysDims=o.dimensions.slice();E(o.parallelAxisIndex,(function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),tx(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))}))}};function tx(t){return"category"===t.get("type")}function ex(t,e,n){var i,r,o,a=(n=n||{}).byIndex,s=n.stackedCoordDimension;!function(t){return!Om(t.schema)}(e)?(r=e.schema,i=r.dimensions,o=e.store):i=e;var l,u,h,c,p=!(!t||!t.get("stack"));if(E(i,(function(t,e){X(t)&&(i[e]=t={name:t}),p&&!t.isExtraCoord&&(a||l||!t.ordinalMeta||(l=t),u||"ordinal"===t.type||"time"===t.type||s&&s!==t.coordDim||(u=t))})),!u||a||l||(a=!0),u){h="__\0ecstackresult_"+t.id,c="__\0ecstackedover_"+t.id,l&&(l.createInvertedIndices=!0);var d=u.coordDim,f=u.type,g=0;E(i,(function(t){t.coordDim===d&&g++}));var y={name:h,coordDim:d,coordDimIndex:g,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},v={name:c,coordDim:c,coordDimIndex:g+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};r?(o&&(y.storeDimIndex=o.ensureCalculationDimension(c,f),v.storeDimIndex=o.ensureCalculationDimension(h,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:c,stackResultDimension:h}}function nx(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function ix(t,e){return nx(t,e)?t.getCalculationInfo("stackResultDimension"):e}function rx(t,e,n){n=n||{};var i,r=e.getSourceManager(),o=!1;t?(o=!0,i=Hd(t)):o=(i=r.getSource()).sourceFormat===Lp;var a=function(t){var e=t.get("coordinateSystem"),n=new Jm(e),i=Qm[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}(e),s=function(t,e){var n,i=t.get("coordinateSystem"),r=hd.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=Dm(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?H(Hp,s,e):null,h=Km(i,{coordDimensions:s,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:u,canOmitUnusedDimensions:!o}),c=function(t,e,n){var i,r;return n&&E(t,(function(t,o){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==i&&(i=o),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(r=!0)})),r||null==i||(t[i].otherDims.itemName=0),i}(h.dimensions,n.createInvertedIndices,a),p=o?null:r.getSharedDataStore(h),d=ex(e,{schema:h,store:p}),f=new qm(h,e);f.setCalculationInfo(d);var g=null!=c&&function(t){if(t.sourceFormat===Lp){return!Y(fo(function(t){var e=0;for(;ee[1]&&(e[1]=t[1])},t.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();Go(ox);var ax=0,sx=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++ax}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&z(i,lx);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,e;var i=this._getOrCreateMap();return null==(e=i.get(t))&&(n?(e=this.categories.length,this.categories[e]=t,i.set(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=ft(this.categories))},t}();function lx(t){return q(t)&&null!=t.value?t.value:t+""}function ux(t){return"interval"===t.type||"log"===t.type}function hx(t,e,n,i){var r={},o=t[1]-t[0],a=r.interval=$r(o/e,!0);null!=n&&ai&&(a=r.interval=i);var s=r.intervalPrecision=px(a);return function(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),dx(t,0,e),dx(t,1,e),t[0]>t[1]&&(t[0]=t[1])}(r.niceTickExtent=[zr(Math.ceil(t[0]/a)*a,s),zr(Math.floor(t[1]/a)*a,s)],t),r}function cx(t){var e=Math.pow(10,Kr(t)),n=t/e;return n?2===n?n=3:3===n?n=5:n*=2:n=1,zr(n*e)}function px(t){return Br(t)+2}function dx(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function fx(t,e){return t>=e[0]&&t<=e[1]}function gx(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function yx(t,e){return t*(e[1]-e[0])+e[0]}var vx=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new sx({})),Y(i)&&(i=new sx({categories:z(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 fx(t=this.parse(t),this._extent)&&null!=this._ordinalMeta.categories[t]},e.prototype.normalize=function(t){return gx(t=this._getTickNumber(this.parse(t)),this._extent)},e.prototype.scale=function(t){return t=Math.round(yx(t,this._extent)),this.getRawOrdinalNumber(t)},e.prototype.getTicks=function(){for(var t=[],e=this._extent,n=e[0];n<=e[1];)t.push({value:n}),n++;return t},e.prototype.getMinorTicks=function(t){},e.prototype.setSortInfo=function(t){if(null!=t){for(var e=t.ordinalNumbers,n=this._ordinalNumbersByTick=[],i=this._ticksByOrdinalNumber=[],r=0,o=this._ordinalMeta.categories.length,a=Math.min(o,e.length);r=0&&t=0&&t=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type="ordinal",e}(ox);ox.registerClass(vx);var mx=zr,xx=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 t},e.prototype.contain=function(t){return fx(t,this._extent)},e.prototype.normalize=function(t){return gx(t,this._extent)},e.prototype.scale=function(t){return yx(t,this._extent)},e.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=parseFloat(t)),isNaN(e)||(n[1]=parseFloat(e))},e.prototype.unionExtent=function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1]),this.setExtent(e[0],e[1])},e.prototype.getInterval=function(){return this._interval},e.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=px(t)},e.prototype.getTicks=function(t){var e=this._interval,n=this._extent,i=this._niceExtent,r=this._intervalPrecision,o=[];if(!e)return o;n[0]1e4)return[];var s=o.length?o[o.length-1].value:i[1];return n[1]>s&&(t?o.push({value:mx(s+e,r)}):o.push({value:n[1]})),o},e.prototype.getMinorTicks=function(t){for(var e=this.getTicks(!0),n=[],i=this.getExtent(),r=1;ri[0]&&h0&&(o=null===o?s:Math.min(o,s))}n[i]=o}}return n}(t),n=[];return E(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(),h=Math.abs(u[1]-u[0]);i=s?l/h*s:l}else{var c=t.getData();i=Math.abs(o[1]-o[0])/c.count()}var p=Er(t.get("barWidth"),i),d=Er(t.get("barMaxWidth"),i),f=Er(t.get("barMinWidth")||(Ox(t)?.5:1),i),g=t.get("barGap"),y=t.get("barCategoryGap");n.push({bandWidth:i,barWidth:p,barMaxWidth:d,barMinWidth:f,barGap:g,barCategoryGap:y,axisKey:Tx(r),stackId:Ix(t)})})),Ax(n)}function Ax(t){var e={};E(t,(function(t,n){var i=t.axisKey,r=t.bandWidth,o=e[i]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},a=o.stacks;e[i]=o;var s=t.stackId;a[s]||o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=t.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=t.barMaxWidth;u&&(a[s].maxWidth=u);var h=t.barMinWidth;h&&(a[s].minWidth=h);var c=t.barGap;null!=c&&(o.gap=c);var p=t.barCategoryGap;null!=p&&(o.categoryGap=p)}));var n={};return E(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=Er(o,r),l=Er(t.gap,1),u=t.remainedWidth,h=t.autoWidthCount,c=(u-s)/(h+(h-1)*l);c=Math.max(c,0),E(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,h--}else{var i=c;e&&ei&&(i=n),i!==c&&(t.width=i,u-=i+l*i,h--)}})),c=(u-s)/(h+(h-1)*l),c=Math.max(c,0);var p,d=0;E(i,(function(t,e){t.width||(t.width=c),p=t,d+=t.width*(1+l)})),p&&(d-=p.width*l);var f=-d/2;E(i,(function(t,i){n[e][i]=n[e][i]||{bandWidth:r,offset:f,width:t.width},f+=t.width*(1+l)}))})),n}function kx(t,e){var n=Cx(t,e),i=Dx(n);E(n,(function(t){var e=t.getData(),n=t.coordinateSystem.getBaseAxis(),r=Ix(t),o=i[Tx(n)][r],a=o.offset,s=o.width;e.setLayout({bandWidth:o.bandWidth,offset:a,size:s})}))}function Lx(t){return{seriesType:t,plan:yg(),reset:function(t){if(Px(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"),h=nx(e,l)&&!!e.getCalculationInfo("stackedOnSeries"),c=r.isHorizontal(),p=function(t,e){return e.toGlobalCoord(e.dataToCoord("log"===e.type?1:0))}(0,r),d=Ox(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=d&&Sx(3*r),u=d&&s&&Sx(3*r),m=d&&Sx(r),x=n.master.getRect(),_=c?x.width:x.height,b=e.getStore(),w=0;null!=(i=t.next());){var S=b.get(h?g:o,i),M=b.get(a,i),I=p,T=void 0;h&&(T=+S-b.get(o,i));var C=void 0,D=void 0,A=void 0,k=void 0;if(c){var L=n.dataToPoint([S,M]);if(h)I=n.dataToPoint([T,M])[0];C=I,D=L[1]+v,A=L[0]-I,k=y,Math.abs(A)0)for(var s=0;s=0;--s)if(l[u]){o=l[u];break}o=o||a.none}if(Y(o)){var h=null==t.level?0:t.level>=0?t.level:o.length+t.level;o=o[h=Math.min(h,o.length-1)]}}return Vc(new Date(t.value),o,r,i)}(t,e,n,this.getSetting("locale"),i)},e.prototype.getTicks=function(){var t=this._interval,e=this._extent,n=[];if(!t)return n;n.push({value:e[0],level:0});var i=this.getSetting("useUTC"),r=function(t,e,n,i){var r=1e4,o=Rc,a=0;function s(t,e,n,r,o,a,s){for(var l=new Date(e),u=e,h=l[r]();u1&&0===u&&o.unshift({value:o[0].value-p})}}for(u=0;u=i[0]&&v<=i[1]&&c++)}var m=(i[1]-i[0])/e;if(c>1.5*m&&p>m/1.5)break;if(u.push(g),c>m||t===o[d])break}h=[]}}0;var x=B(z(u,(function(t){return B(t,(function(t){return t.value>=i[0]&&t.value<=i[1]&&!t.notAdd}))})),(function(t){return t.length>0})),_=[],b=x.length-1;for(d=0;dn&&(this._approxInterval=n);var o=Nx.length,a=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 zx(t){return(t/=2592e6)>6?6:t>3?3:t>2?2:1}function Vx(t){return(t/=Cc)>12?12:t>6?6:t>3.5?4:t>2?2:1}function Bx(t,e){return(t/=e?Tc:Ic)>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}function Fx(t){return $r(t,!0)}function Gx(t,e,n){var i=new Date(t);switch(Ec(e)){case"year":case"month":i[qc(n)](0);case"day":i[Kc(n)](1);case"hour":i[$c(n)](0);case"minute":i[Jc(n)](0);case"second":i[Qc(n)](0),i[tp(n)](0)}return i.getTime()}ox.registerClass(Rx);var Wx=ox.prototype,Hx=xx.prototype,Yx=zr,Ux=Math.floor,Xx=Math.ceil,Zx=Math.pow,jx=Math.log,qx=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new xx,e._interval=0,e}return n(e,t),e.prototype.getTicks=function(t){var e=this._originalScale,n=this._extent,i=e.getExtent();return z(Hx.getTicks.call(this,t),(function(t){var e=t.value,r=zr(Zx(this.base,e));return r=e===n[0]&&this._fixMin?$x(r,i[0]):r,{value:r=e===n[1]&&this._fixMax?$x(r,i[1]):r}}),this)},e.prototype.setExtent=function(t,e){var n=this.base;t=jx(t)/jx(n),e=jx(e)/jx(n),Hx.setExtent.call(this,t,e)},e.prototype.getExtent=function(){var t=this.base,e=Wx.getExtent.call(this);e[0]=Zx(t,e[0]),e[1]=Zx(t,e[1]);var n=this._originalScale.getExtent();return this._fixMin&&(e[0]=$x(e[0],n[0])),this._fixMax&&(e[1]=$x(e[1],n[1])),e},e.prototype.unionExtent=function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=jx(t[0])/jx(e),t[1]=jx(t[1])/jx(e),Wx.unionExtent.call(this,t)},e.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},e.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent,n=e[1]-e[0];if(!(n===1/0||n<=0)){var i=qr(n);for(t/n*i<=.5&&(i*=10);!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0;)i*=10;var r=[zr(Xx(e[0]/i)*i),zr(Ux(e[1]/i)*i)];this._interval=i,this._niceExtent=r}},e.prototype.calcNiceExtent=function(t){Hx.calcNiceExtent.call(this,t),this._fixMin=t.fixMin,this._fixMax=t.fixMax},e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return fx(t=jx(t)/jx(this.base),this._extent)},e.prototype.normalize=function(t){return gx(t=jx(t)/jx(this.base),this._extent)},e.prototype.scale=function(t){return t=yx(t,this._extent),Zx(this.base,t)},e.type="log",e}(ox),Kx=qx.prototype;function $x(t,e){return Yx(t,Br(e))}Kx.getMinorTicks=Hx.getMinorTicks,Kx.getLabel=Hx.getLabel,ox.registerClass(qx);var Jx=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 c=this._determinedMin,p=this._determinedMax;return null!=c&&(a=c,l=!0),null!=p&&(s=p,u=!0),{min:a,max:s,minFixed:l,maxFixed:u,isBlank:h}},t.prototype.modifyDataMinMax=function(t,e){this[t_[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){var n=Qx[t];this[n]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),Qx={min:"_determinedMin",max:"_determinedMax"},t_={min:"_dataMin",max:"_dataMax"};function e_(t,e,n){var i=t.rawExtentInfo;return i||(i=new Jx(t,e,n),t.rawExtentInfo=i,i)}function n_(t,e){return null==e?null:nt(e)?NaN:t.parse(e)}function i_(t,e){var n=t.type,i=e_(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=Cx("bar",a),l=!1;if(E(s,(function(t){l=l||t.getBaseAxis()===e.axis})),l){var u=Dx(s),h=function(t,e,n,i){var r=n.axis.getExtent(),o=r[1]-r[0],a=function(t,e,n){if(t&&e){var i=t[Tx(e)];return null!=i&&null!=n?i[Ix(n)]:i}}(i,n.axis);if(void 0===a)return{min:t,max:e};var s=1/0;E(a,(function(t){s=Math.min(t.offset,s)}));var l=-1/0;E(a,(function(t){l=Math.max(t.offset+t.width,l)})),s=Math.abs(s),l=Math.abs(l);var u=s+l,h=e-t,c=h/(1-(s+l)/o)-h;return{min:t-=c*(s/u),max:e+=c*(l/u)}}(r,o,e,u);r=h.min,o=h.max}}return{extent:[r,o],fixMin:i.minFixed,fixMax:i.maxFixed}}function r_(t,e){var n=e,i=i_(t,n),r=i.extent,o=n.get("splitNumber");t instanceof qx&&(t.base=n.get("logBase"));var a=t.type,s=n.get("interval"),l="interval"===a||"time"===a;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 o_(t,e){if(e=e||t.get("type"))switch(e){case"category":return new vx({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new Rx({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(ox.getClass(e)||xx)}}function a_(t){var e,n,i=t.getLabelModel().get("formatter"),r="category"===t.type?t.scale.getExtent()[0]:null;return"time"===t.scale.type?(n=i,function(e,i){return t.scale.getFormattedLabel(e,i,n)}):X(i)?function(e){return function(n){var i=t.scale.getLabel(n);return e.replace("{value}",null!=i?i:"")}}(i):U(i)?(e=i,function(n,i){return null!=r&&(i=n.value-r),e(s_(t,n),i,null!=n.level?{level:n.level}:null)}):function(e){return t.scale.getLabel(e)}}function s_(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function l_(t,e){var n=e*Math.PI/180,i=t.width,r=t.height,o=i*Math.abs(Math.cos(n))+Math.abs(r*Math.sin(n)),a=i*Math.abs(Math.sin(n))+Math.abs(r*Math.cos(n));return new sr(t.x,t.y,o,a)}function u_(t){var e=t.get("interval");return null==e?"auto":e}function h_(t){return"category"===t.type&&0===u_(t.getLabelModel())}function c_(t,e){var n={};return E(t.mapDimensionsAll(e),(function(e){n[ix(t,e)]=!0})),G(n)}var p_=function(){function t(){}return t.prototype.getNeedCrossZero=function(){return!this.option.scale},t.prototype.getCoordSysModel=function(){},t}();var d_={isDimensionStacked:nx,enableDataStack:ex,getStackedDimension:ix};var f_=Object.freeze({__proto__:null,createList:function(t){return rx(null,t)},getLayoutRect:xp,dataStack:d_,createScale:function(t,e){var n=e;e instanceof dc||(n=new dc(e));var i=o_(n);return i.setExtent(t[0],t[1]),r_(i,n),i},mixinAxisModelCommonMethods:function(t){R(t,p_)},getECData:Hs,createTextStyle:function(t,e){return Uh(t,null,null,"normal"!==(e=e||{}).state)},createDimensions:function(t,e){return Km(t,e).dimensions},createSymbol:Ly,enableHoverEmphasis:Ol});function g_(t,e){return Math.abs(t-e)<1e-8}function y_(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 C_(t,e){return z(B((t=function(t){if(!t.UTF8Encoding)return t;var e=t,n=e.UTF8Scale;return null==n&&(n=1024),E(e.features,(function(t){var e=t.geometry,i=e.encodeOffsets,r=e.coordinates;if(i)switch(e.type){case"LineString":e.coordinates=T_(r,i,n);break;case"Polygon":case"MultiLineString":I_(r,i,n);break;case"MultiPolygon":E(r,(function(t,e){return I_(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 b_(o[0],o.slice(1)));break;case"MultiPolygon":E(i.coordinates,(function(t){t[0]&&r.push(new b_(t[0],t.slice(1)))}));break;case"LineString":r.push(new w_([i.coordinates]));break;case"MultiLineString":r.push(new w_(i.coordinates))}var a=new S_(n[e||"name"],r,n.cp);return a.properties=n,a}))}var D_=Object.freeze({__proto__:null,linearMap:Nr,round:zr,asc:Vr,getPrecision:Br,getPrecisionSafe:Fr,getPixelPrecision:Gr,getPercentWithPrecision:Wr,MAX_SAFE_INTEGER:Yr,remRadian:Ur,isRadianAroundZero:Xr,parseDate:jr,quantity:qr,quantityExponent:Kr,nice:$r,quantile:Jr,reformIntervals:Qr,isNumeric:eo,numericToNumber:to}),A_=Object.freeze({__proto__:null,parse:jr,format:Vc}),k_=Object.freeze({__proto__:null,extendShape:fh,extendPath:yh,makePath:xh,makeImage:_h,mergePath:wh,resizePath:Sh,createIcon:Ph,updateProps:rh,initProps:oh,getTransform:Ih,clipPointsByRect:kh,clipRectByRect:Lh,registerShape:vh,getShapeClass:mh,Group:Cr,Image:_s,Text:ks,Circle:hu,Ellipse:pu,Sector:Cu,Ring:Au,Polygon:Pu,Polyline:Ru,Rect:Cs,Line:zu,BezierCurve:Gu,Arc:Hu,IncrementalDisplayable:th,CompoundPath:Yu,LinearGradient:Xu,RadialGradient:Zu,BoundingRect:sr}),L_=Object.freeze({__proto__:null,addCommas:ep,toCamelCase:np,normalizeCssArray:ip,encodeHTML:ap,formatTpl:hp,getTooltipMarker:cp,formatTime:function(t,e,n){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var i=jr(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"](),h=i[r+"Seconds"](),c=i[r+"Milliseconds"]();return t=t.replace("MM",Nc(a,2)).replace("M",a).replace("yyyy",o).replace("yy",Nc(o%100+"",2)).replace("dd",Nc(s,2)).replace("d",s).replace("hh",Nc(l,2)).replace("h",l).replace("mm",Nc(u,2)).replace("m",u).replace("ss",Nc(h,2)).replace("s",h).replace("SSS",Nc(c,3))},capitalFirst:function(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t},truncateText:$o,getTextRect:function(t,e,n,i,r,o,a,s){return new ks({style:{text:t,font:e,align:n,verticalAlign:i,padding:r,rich:o,overflow:a?"truncate":null,lineHeight:s}}).getBoundingRect()}}),P_=Object.freeze({__proto__:null,map:z,each:E,indexOf:P,inherits:O,reduce:V,filter:B,bind:W,curry:H,isArray:Y,isString:X,isObject:q,isFunction:U,extend:A,defaults:k,clone:T,merge:C}),O_=So();function R_(t){return"category"===t.type?function(t){var e=t.getLabelModel(),n=E_(t,e);return!e.get("show")||t.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n}(t):function(t){var e=t.scale.getTicks(),n=a_(t);return{labels:z(e,(function(e,i){return{level:e.level,formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value}}))}}(t)}function N_(t,e){return"category"===t.type?function(t,e){var n,i,r=z_(t,"ticks"),o=u_(e),a=V_(r,o);if(a)return a;e.get("show")&&!t.scale.isBlank()||(n=[]);if(U(o))n=G_(t,o,!0);else if("auto"===o){var s=E_(t,t.getLabelModel());i=s.labelCategoryInterval,n=z(s.labels,(function(t){return t.tickValue}))}else n=F_(t,i=o,!0);return B_(r,o,{ticks:n,tickCategoryInterval:i})}(t,e):{ticks:z(t.scale.getTicks(),(function(t){return t.value}))}}function E_(t,e){var n,i,r=z_(t,"labels"),o=u_(e),a=V_(r,o);return a||(U(o)?n=G_(t,o):(i="auto"===o?function(t){var e=O_(t).autoInterval;return null!=e?e:O_(t).autoInterval=t.calculateCategoryInterval()}(t):o,n=F_(t,i)),B_(r,o,{labels:n,labelCategoryInterval:i}))}function z_(t,e){return O_(t)[e]||(O_(t)[e]=[])}function V_(t,e){for(var n=0;n1&&h/l>2&&(u=Math.round(Math.ceil(u/l)*l));var c=h_(t),p=a.get("showMinLabel")||c,d=a.get("showMaxLabel")||c;p&&u!==o[0]&&g(o[0]);for(var f=u;f<=o[1];f+=l)g(f);function g(t){var e={value:t};s.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t})}return d&&f-l!==o[1]&&g(o[1]),s}function G_(t,e,n){var i=t.scale,r=a_(t),o=[];return E(i.getTicks(),(function(t){var a=i.getLabel(t),s=t.value;e(t.value,a)&&o.push(n?s:{formattedLabel:r(t),rawLabel:a,tickValue:s})})),o}var W_=[0,1],H_=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(t)},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return Gr(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&"ordinal"===i.type&&Y_(n=n.slice(),i.count()),Nr(t,W_,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&Y_(n=n.slice(),i.count());var r=Nr(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(N_(this,e).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],o=e[1]={coord:s[0]};else{var l=e[r-1].tickValue-e[0].tickValue,u=(e[r-1].coord-e[0].coord)/l;E(e,(function(t){t.coord-=u/2})),a=1+t.scale.getExtent()[1]-e[r-1].tickValue,o={coord:e[r-1].coord+u*a},e.push(o)}var h=s[0]>s[1];c(e[0].coord,s[0])&&(i?e[0].coord=s[0]:e.shift());i&&c(s[0],e[0].coord)&&e.unshift({coord:s[0]});c(s[1],o.coord)&&(i?o.coord=s[1]:e.pop());i&&c(o.coord,s[1])&&e.push({coord:s[1]});function c(t,e){return t=zr(t),e=zr(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(){return R_(this).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(){return function(t){var e=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),n=a_(t),i=(e.axisRotate-e.labelRotate)/180*Math.PI,r=t.scale,o=r.getExtent(),a=r.count();if(o[1]-o[0]<1)return 0;var s=1;a>40&&(s=Math.max(1,Math.floor(a/40)));for(var l=o[0],u=t.dataToCoord(l+1)-t.dataToCoord(l),h=Math.abs(u*Math.cos(i)),c=Math.abs(u*Math.sin(i)),p=0,d=0;l<=o[1];l+=s){var f,g,y=cr(n({value:l}),e.font,"center","top");f=1.3*y.width,g=1.3*y.height,p=Math.max(p,f,7),d=Math.max(d,g,7)}var v=p/h,m=d/c;isNaN(v)&&(v=1/0),isNaN(m)&&(m=1/0);var x=Math.max(0,Math.floor(Math.min(v,m))),_=O_(t.model),b=t.getExtent(),w=_.lastAutoInterval,S=_.lastTickCount;return null!=w&&null!=S&&Math.abs(w-x)<=1&&Math.abs(S-a)<=1&&w>x&&_.axisExtent0===b[0]&&_.axisExtent1===b[1]?x=w:(_.lastTickCount=a,_.lastAutoInterval=x,_.axisExtent0=b[0],_.axisExtent1=b[1]),x}(this)},t}();function Y_(t,e){var n=(t[1]-t[0])/e/2;t[0]+=n,t[1]-=n}var U_=2*Math.PI,X_=qa.CMD,Z_=["top","right","bottom","left"];function j_(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 q_(t,e,n,i,r,o,a,s,l){a-=t,s-=e;var u=Math.sqrt(a*a+s*s),h=(a/=u)*n+t,c=(s/=u)*n+e;if(Math.abs(i-r)%U_<1e-4)return l[0]=h,l[1]=c,u-n;if(o){var p=i;i=ts(r),r=ts(p)}else i=ts(i),r=ts(r);i>r&&(r+=U_);var d=Math.atan2(s,a);if(d<0&&(d+=U_),d>=i&&d<=r||d+U_>=i&&d+U_<=r)return l[0]=h,l[1]=c,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,eb.fromArray(t[0]),nb.fromArray(t[1]),ib.fromArray(t[2]),Ji.sub(rb,eb,nb),Ji.sub(ob,ib,nb);var n=rb.len(),i=ob.len();if(!(n<.001||i<.001)){rb.scale(1/n),ob.scale(1/i);var r=rb.dot(ob);if(Math.cos(e)1&&Ji.copy(lb,ib),lb.toArray(t[1])}}}}function hb(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,eb.fromArray(t[0]),nb.fromArray(t[1]),ib.fromArray(t[2]),Ji.sub(rb,nb,eb),Ji.sub(ob,ib,nb);var i=rb.len(),r=ob.len();if(!(i<.001||r<.001))if(rb.scale(1/i),ob.scale(1/r),rb.dot(e)=a)Ji.copy(lb,ib);else{lb.scaleAndAdd(ob,o/Math.tan(Math.PI/2-s));var l=ib.x!==nb.x?(lb.x-nb.x)/(ib.x-nb.x):(lb.y-nb.y)/(ib.y-nb.y);if(isNaN(l))return;l<0?Ji.copy(lb,nb):l>1&&Ji.copy(lb,ib)}lb.toArray(t[1])}}}function cb(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 pb(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=Et(i[0],i[1]),o=Et(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=Bt([],i[1],i[0],a/r),l=Bt([],i[1],i[2],a/o),u=Bt([],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 h=1;h0&&o&&_(-h/a,0,a);var f,g,y=t[0],v=t[a-1];return m(),f<0&&b(-f,.8),g<0&&b(g,.8),m(),x(f,g,1),x(g,f,-1),m(),f<0&&w(-f),g<0&&w(g),u}function m(){f=y.rect[e]-i,g=r-v.rect[e]-v.rect[n]}function x(t,e,n){if(t<0){var i=Math.min(e,-t);if(i>0){_(i*n,0,a);var r=i+t;r<0&&b(-r*n,1)}else b(-t*n,1)}}function _(n,i,r){0!==n&&(u=!0);for(var o=i;o0)for(l=0;l0;l--){_(-(o[l-1]*c),l,a)}}}function w(t){var e=t<0?-1:1;t=Math.abs(t);for(var n=Math.ceil(t/(a-1)),i=0;i0?_(n,0,i+1):_(-n,a-i-1,a),(t-=n)<=0)return}}function vb(t,e,n,i){return yb(t,"y","height",e,n,i)}function mb(t){var e=[];t.sort((function(t,e){return e.priority-t.priority}));var n=new sr(0,0,0,0);function i(t){if(!t.ignore){var e=t.ensureState("emphasis");null==e.ignore&&(e.ignore=!1)}t.ignore=!0}for(var r=0;r=0&&n.attr(d.oldLayoutSelect),P(u,"emphasis")>=0&&n.attr(d.oldLayoutEmphasis)),rh(n,s,e,a)}else if(n.attr(s),!Jh(n).valueAnimation){var h=rt(n.style.opacity,1);n.style.opacity=0,oh(n,{style:{opacity:h}},e,a)}if(d.oldLayout=s,n.states.select){var c=d.oldLayoutSelect={};Ib(c,s,Tb),Ib(c,n.states.select,Tb)}if(n.states.emphasis){var p=d.oldLayoutEmphasis={};Ib(p,s,Tb),Ib(p,n.states.emphasis,Tb)}tc(n,a,l,e,e)}if(i&&!i.ignore&&!i.invisible){r=(d=Mb(i)).oldLayout;var d,f={points:i.shape.points};r?(i.attr({shape:r}),rh(i,{shape:f},e)):(i.setShape(f),i.style.strokePercent=0,oh(i,{style:{strokePercent:1}},e)),d.oldLayout=f}},t}(),Db=So();var Ab=Math.sin,kb=Math.cos,Lb=Math.PI,Pb=2*Math.PI,Ob=180/Lb,Rb=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,h=Math.abs(l),c=En(h-Pb)||(u?l>=Pb:-l>=Pb),p=l>0?l%Pb:l%Pb+Pb,d=!1;d=!!c||!En(h)&&p>=Lb==!!u;var f=t+n*kb(o),g=e+i*Ab(o);this._start&&this._add("M",f,g);var y=Math.round(r*Ob);if(c){var v=1/this._p,m=(u?1:-1)*(Pb-v);this._add("A",n,i,y,1,+u,t+n*kb(o+m),e+i*Ab(o+m)),v>.01&&this._add("A",n,i,y,0,+u,f,g)}else{var x=t+n*kb(a),_=e+i*Ab(a);this._add("A",n,i,y,+d,+u,x,_)}},t.prototype.rect=function(t,e,n,i){this._add("M",t,e),this._add("l",n,0),this._add("l",0,i),this._add("l",-n,0),this._add("Z")},t.prototype.closePath=function(){this._d.length>0&&this._add("Z")},t.prototype._add=function(t,e,n,i,r,o,a,s,l){for(var u=[],h=this._p,c=1;c"}(r,e.attrs)+(e.text||"")+(i?""+n+z(i,(function(e){return t(e)})).join(n)+n:"")+("")}(t)}function Ub(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssClassIdx:0,cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function Xb(t,e,n,i){return Hb("svg","root",{width:t,height:e,xmlns:Fb,"xmlns:xlink":Gb,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var Zb={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"},jb="transform-origin";function qb(t,e,n){var i=A({},t.shape);A(i,e),t.buildPath(n,i);var r=new Rb;return r.reset(Yn(t)),n.rebuildPath(r,1),r.generateStr(),r.getStr()}function Kb(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[jb]=n+"px "+i+"px")}var $b={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function Jb(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function Qb(t){return X(t)?Zb[t]?"cubic-bezier("+Zb[t]+")":rn(t)?t:"":""}function tw(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof Yu){if(y=function(t,e,n){var i,r,o=t.shape.paths,a={};if(E(o,(function(t){var e=Ub(n.zrId);e.animation=!0,tw(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=G(o),u=l.length;if(u){var h=o[r=l[u-1]];for(var c in h){var p=h[c];a[c]=a[c]||{d:""},a[c].d+=p.d||""}for(var d in s){var f=s[d].animation;f.indexOf(r)>=0&&(i=f)}}})),i){e.d=!1;var s=Jb(a,n);return i.replace(r,s)}}(t,e,n))a.push(y);else if(!o)return}else if(!o)return;for(var s={},l=0;l0})).length)return Jb(h,n)+" "+r[0]+" both"}for(var g in s){var y;(y=f(s[g]))&&a.push(y)}if(a.length){var v=n.zrId+"-cls-"+n.cssClassIdx++;n.cssNodes["."+v]={animation:a.join(",")},e.class=v}}var ew=Math.round;function nw(t){return t&&X(t.src)}function iw(t){return t&&U(t.toDataURL)}function rw(t,e,n,i){Bb((function(r,o){var a="fill"===r||"stroke"===r;a&&function(t){return t&&("linear"===t.type||"radial"===t.type)}(o)?function(t,e,n,i){var r,o=t[n],a={gradientUnits:o.global?"userSpaceOnUse":"objectBoundingBox"};if(Gn(o))r="linearGradient",a.x1=o.x,a.y1=o.y,a.x2=o.x2,a.y2=o.y2;else{if(!Wn(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,h=s.length;ul?Dw(t,null==n[c+1]?null:n[c+1].elm,n,s,c):Aw(t,e,a,l))}(n,i,r):Mw(r)?(Mw(t.text)&&bw(n,""),Dw(n,null,r,0,r.length-1)):Mw(i)?Aw(n,i,0,i.length-1):Mw(t.text)&&bw(n,""):t.text!==e.text&&(Mw(i)&&Aw(n,i,0,i.length-1),bw(n,e.text)))}var Pw=0,Ow=function(){function t(t,e,n){if(this.type="svg",this.refreshHover=Rw("refreshHover"),this.configLayer=Rw("configLayer"),this.storage=e,this._opts=n=A({},n),this.root=t,this._id="zr"+Pw++,this._oldVNode=Xb(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=Wb("svg");kw(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(Tw(t,e))Lw(t,e);else{var n=t.elm,i=xw(n);Cw(e),null!==i&&(yw(i,e.elm,_w(n)),Aw(i,[t],0,0))}}(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return dw(t,Ub(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._backgroundColor,i=this._width,r=this._height,o=Ub(this._id);o.animation=t.animation,o.willUpdate=t.willUpdate,o.compress=t.compress;var a=[];if(n&&"none"!==n){var s=Rn(n),l=s.color,u=s.opacity;this._bgVNode=Hb("rect","bg",{width:i,height:r,x:"0",y:"0",id:"0",fill:l,"fill-opacity":u}),a.push(this._bgVNode)}else this._bgVNode=null;var h=t.compress?null:this._mainVNode=Hb("g","main",{},[]);this._paintList(e,o,h?h.children:a),h&&a.push(h);var c=z(G(o.defs),(function(t){return o.defs[t]}));if(c.length&&a.push(Hb("defs","defs",{},c)),t.animation){var p=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):""}(o.cssNodes,o.cssAnims,{newline:!0});if(p){var d=Hb("style","stl",{},[],p);a.push(d)}}return Xb(i,r,a,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},Yb(this.renderToVNode({animation:rt(t.cssAnimation,!0),willUpdate:!1,compress:!0,useViewBox:rt(t.useViewBox,!0)}),{newline:!0})},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t;var e=this._bgVNode;if(e&&e.elm){var n=Rn(t),i=n.color,r=n.opacity;e.elm.setAttribute("fill",i),r<1&&e.elm.setAttribute("fill-opacity",r)}},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&&(!c||!r||c[f]!==r[f]);f--);for(var g=d-1;g>f;g--)i=a[--s-1];for(var y=f+1;y=a)}}for(var h=this.__startIndex;h15)break}n.prevElClipPaths&&u.restore()};if(p)if(0===p.length)s=l.__endIndex;else for(var _=d.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=this}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i0?Bw: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,E(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="#fff",s.style.lineWidth=2),e},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(sg);function Ww(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=af(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 Yw=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){this.removeAll();var o=Ly(t,-1,-1,2,2,null,r);o.attr({z2:100,culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),o.drift=Uw,this._symbolType=t,this.add(o)},e.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){_l(this.childAt(0))},e.prototype.downplay=function(){bl(this.childAt(0))},e.prototype.setZ=function(t,e){var n=this.childAt(0);n.zlevel=t,n.z=e},e.prototype.setDraggable=function(t,e){var n=this.childAt(0);n.draggable=t,n.cursor=!e&&t?"move":n.cursor},e.prototype.updateData=function(t,n,i,r){this.silent=!1;var o=t.getItemVisual(n,"symbol")||"circle",a=t.hostModel,s=e.getSymbolSize(t,n),l=o!==this._symbolType,u=r&&r.disableAnimation;if(l){var h=t.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,t,n,s,h)}else{(p=this.childAt(0)).silent=!1;var c={scaleX:s[0]/2,scaleY:s[1]/2};u?p.attr(c):rh(p,c,a,n),hh(p)}if(this._updateCommon(t,n,s,i,r),l){var p=this.childAt(0);if(!u){c={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:p.style.opacity}};p.scaleX=p.scaleY=0,p.style.opacity=0,oh(p,c,a,n)}}u&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(t,e,n,i,r){var o,a,s,l,u,h,c,p,d,f=this.childAt(0),g=t.hostModel;if(i&&(o=i.emphasisItemStyle,a=i.blurItemStyle,s=i.selectItemStyle,l=i.focus,u=i.blurScope,c=i.labelStatesModels,p=i.hoverScale,d=i.cursorStyle,h=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"),h=v.get("disabled"),c=Yh(y),p=v.getShallow("scale"),d=y.getShallow("cursor")}var m=t.getItemVisual(e,"symbolRotate");f.attr("rotation",(m||0)*Math.PI/180||0);var x=Oy(t.getItemVisual(e,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),d&&f.attr("cursor",d);var _=t.getItemVisual(e,"style"),b=_.fill;if(f instanceof _s){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;Hh(f,c,{labelFetcher:g,labelDataIndex:e,defaultText:function(e){return I?t.getName(e):Ww(t,e)},inheritColor:b,defaultOpacity:_.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var T=f.ensureState("emphasis");if(T.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a,p){var C=Math.max(j(p)?p:1.1,3/this._sizeY);T.scaleX=this._sizeX*C,T.scaleY=this._sizeY*C}this.setSymbolScale(1),Rl(this,l,u,h)},e.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},e.prototype.fadeOut=function(t,e,n){var i=this.childAt(0),r=Hs(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&sh(a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();sh(i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},e.getSymbolSize=function(t,e){return Py(t.getItemVisual(e,"symbolSize"))},e}(Cr);function Uw(t,e){this.parent.drift(t,e)}function Xw(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 Zw(t){return null==t||q(t)||(t={isIgnore:t}),t||{}}function jw(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:Yh(e),cursorStyle:e.get("cursor")}}var qw=function(){function t(t){this.group=new Cr,this._SymbolCtor=t||Yw}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=Zw(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=jw(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(Xw(t,r,i,e)){var a=new o(t,i,s,l);a.setPosition(r),t.setItemGraphicEl(i,a),n.add(a)}})).update((function(h,c){var p=r.getItemGraphicEl(c),d=u(h);if(Xw(t,d,h,e)){var f=t.getItemVisual(h,"symbol")||"circle",g=p&&p.getSymbolType&&p.getSymbolType();if(!p||g&&g!==f)n.remove(p),(p=new o(t,h,s,l)).setPosition(d);else{p.updateData(t,h,s,l);var y={x:d[0],y:d[1]};a?p.attr(y):rh(p,y,i)}n.add(p),t.setItemGraphicEl(h,p)}else n.remove(p)})).remove((function(t){var e=r.getItemGraphicEl(t);e&&e.fadeOut((function(){n.remove(e)}),i)})).execute(),this._getSymbolPoint=u,this._data=t},t.prototype.updateLayout=function(){var t=this,e=this._data;e&&e.eachItemGraphicEl((function(e,n){var i=t._getSymbolPoint(n);e.setPosition(i),e.markRedraw()}))},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=jw(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=Zw(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),h="x"===s||"radius"===s?1:0,c=z(t.dimensions,(function(t){return e.mapDimension(t)})),p=!1,d=e.getCalculationInfo("stackResultDimension");return nx(e,c[0])&&(p=!0,c[0]=d),nx(e,c[1])&&(p=!0,c[1]=d),{dataDimsForPoint:c,valueStart:o,valueAxisDim:s,baseAxisDim:a,stacked:!!p,valueDim:l,baseDim:u,baseDataOffset:h,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function $w(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 Jw=Math.min,Qw=Math.max;function tS(t,e){return isNaN(t)||isNaN(e)}function eS(t,e,n,i,r,o,a,s,l){for(var u,h,c,p,d,f,g=n,y=0;y=r||g<0)break;if(tS(v,m)){if(l){g+=o;continue}break}if(g===n)t[o>0?"moveTo":"lineTo"](v,m),c=v,p=m;else{var x=v-u,_=m-h;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||tS(w,S))d=v,f=m;else{T=w-u,C=S-h;var k=v-u,L=w-v,P=m-h,O=S-m,R=void 0,N=void 0;if("x"===s){var E=T>0?1:-1;d=v-E*(R=Math.abs(k))*a,f=m,D=v+E*(N=Math.abs(L))*a,A=m}else if("y"===s){var z=C>0?1:-1;d=v,f=m-z*(R=Math.abs(P))*a,D=v,A=m+z*(N=Math.abs(O))*a}else R=Math.sqrt(k*k+P*P),d=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=Jw(D=v+T*a*I,Qw(w,v)),A=Jw(A,Qw(S,m)),D=Qw(D,Jw(w,v)),f=m-(C=(A=Qw(A,Jw(S,m)))-m)*R/N,d=Jw(d=v-(T=D-v)*R/N,Qw(u,v)),f=Jw(f,Qw(h,m)),D=v+(T=v-(d=Qw(d,Jw(u,v))))*N/R,A=m+(C=m-(f=Qw(f,Jw(h,m))))*N/R}t.bezierCurveTo(c,p,d,f,v,m),c=D,p=A}else t.lineTo(v,m)}u=v,h=m,g+=o}return y}var nS=function(){this.smooth=0,this.smoothConstraint=!0},iS=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:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new nS},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0&&tS(n[2*r-2],n[2*r-1]);r--);for(;i=0){var y=a?(h-i)*g+i:(u-n)*g+n;return a?[t,y]:[y,t]}n=u,i=h;break;case o.C:u=r[l++],h=r[l++],c=r[l++],p=r[l++],d=r[l++],f=r[l++];var v=a?Ue(n,u,c,d,t,s):Ue(i,h,p,f,t,s);if(v>0)for(var m=0;m=0){y=a?He(i,h,p,f,x):He(n,u,c,d,x);return a?[t,y]:[y,t]}}n=d,i=f}}},e}(gs),rS=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(nS),oS=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 rS},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&&tS(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}})),h=u.length,c=o.outerColors.slice();h&&u[0].coord>u[h-1].coord&&(u.reverse(),c.reverse());var p=function(t,e){var n,i,r=[],o=t.length;function a(t,e,n){var i=t.coord;return{coord:n,color:Tn((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()),d=p.length;if(!d&&h)return u[0].coord<0?c[1]?c[1]:u[h-1].color:c[0]?c[0]:u[0].color;var f=p[0].coord-10,g=p[d-1].coord+10,y=g-f;if(y<.001)return"transparent";E(p,(function(t){t.offset=(t.coord-f)/y})),p.push({offset:d?p[d-1].offset:.5,color:c[1]||"transparent"}),p.unshift({offset:d?p[0].offset:.5,color:c[0]||"transparent"});var v=new Xu(0,0,0,0,p,!0);return v[r]=f,v[r+"2"]=g,v}}}function yS(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 E(o.getViewLabels(),(function(t){var e=o.scale.getRawOrdinalNumber(t.tickValue);s[e]=1})),function(t){return!s.hasOwnProperty(e.get(a,t))}}}}function vS(t,e){return[t[2*e],t[2*e+1]]}function mS(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);Hs(d).seriesIndex=t.seriesIndex,Rl(d,L,P,O);var R=dS(t.get("smooth")),N=t.get("smoothMonotone");if(d.setShape({smooth:R,smoothMonotone:N,connectNulls:w}),f){var E=a.getCalculationInfo("stackedOnSeries"),z=0;f.useStyle(k(l.getAreaStyle(),{fill:C,opacity:.7,lineJoin:"bevel",decal:a.getVisual("style").decal})),E&&(z=dS(E.get("smooth"))),f.setShape({smooth:R,stackedOnSmooth:z,smoothMonotone:N,connectNulls:w}),Vl(f,t,"areaStyle"),Hs(f).seriesIndex=t.seriesIndex,Rl(f,L,P,O)}var V=function(t){i._changePolyState(t)};a.eachItemGraphicEl((function(t){t&&(t.onHoverStateChange=V)})),this._polyline.onHoverStateChange=V,this._data=a,this._coordSys=r,this._stackedOnPoints=_,this._points=u,this._step=T,this._valueOrigin=m,t.get("triggerLineEvent")&&(this.packEventData(t,d),f&&this.packEventData(t,f))},e.prototype.packEventData=function(t,e){Hs(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=wo(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 h=t.get("zlevel"),c=t.get("z");(s=new Yw(r,o)).x=l,s.y=u,s.setZ(h,c);var p=s.getSymbolPath().getTextContent();p&&(p.zlevel=h,p.z=c,p.z2=this._polyline.z2+1),s.__temp=!0,r.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}else xg.prototype.highlight.call(this,t,e,n,i)},e.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=wo(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 xg.prototype.downplay.call(this,t,e,n,i)},e.prototype._changePolyState=function(t){var e=this._polygon;gl(this._polyline,t),e&&gl(e,t)},e.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new iS({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 oS({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");U(l)&&(l=l(null));var u=s.get("animationDelay")||0,h=U(u)?u(null):u;t.eachItemGraphicEl((function(t,o){var s=t;if(s){var c=[t.x,t.y],p=void 0,d=void 0,f=void 0;if(n)if(r){var g=n,y=e.pointToCoord(c);i?(p=g.startAngle,d=g.endAngle,f=-y[1]/180*Math.PI):(p=g.r0,d=g.r,f=y[0])}else{var v=n;i?(p=v.x,d=v.x+v.width,f=t.x):(p=v.y+v.height,d=v.y,f=t.y)}var m=d===p?0:(f-p)/(d-p);a&&(m=1-m);var x=U(u)?u(o):l*m+h,_=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(mS(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 ks({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&&(Hh(o,Yh(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:l,defaultText:function(t,e,n){return null!=n?Hw(r,n):Ww(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"),h=n.hostModel,c=h.get("connectNulls"),p=o.get("precision"),d=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?d:0)*(y?-1:1),_=(g?0:-d)*(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&&!c){var T=vS(u,S[0]);s.attr({x:T[0]+x,y:T[1]+_}),r&&(I=h.getRawValue(S[0]))}else{(T=l.getPointOn(m,b))&&s.attr({x:T[0]+x,y:T[1]+_});var C=h.getRawValue(S[0]),D=h.getRawValue(S[1]);r&&(I=Po(n,p,C,D,w.t))}i.lastFrameIndex=S[0]}else{var A=1===t||i.lastFrameIndex>0?S[0]:0;T=vS(u,A);r&&(I=h.getRawValue(A)),s.attr({x:T[0]+x,y:T[1]+_})}r&&Jh(s).setLabelText(I)}},e.prototype._doUpdateAnimation=function(t,e,n,i,r,o,a){var s=this._polyline,l=this._polygon,u=t.hostModel,h=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=[],h=[],c=[],p=[],d=[],f=[],g=[],y=Kw(r,e,a),v=t.getLayout("points")||[],m=e.getLayout("points")||[],x=0;x3e3||l&&pS(p,f)>3e3)return s.stopAnimation(),s.setShape({points:d}),void(l&&(l.stopAnimation(),l.setShape({points:d,stackedOnPoints:f})));s.shape.__points=h.current,s.shape.points=c;var g={shape:{points:d}};h.current!==c&&(g.shape.__points=h.next),s.stopAnimation(),rh(s,g,u),l&&(l.setShape({points:c,stackedOnPoints:p}),l.stopAnimation(),rh(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var y=[],v=h.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(),h=n.getDevicePixelRatio(),c=Math.abs(u[1]-u[0])*(h||1),p=Math.round(a/c);if(isFinite(p)&&p>1){"lttb"===r&&t.setData(i.lttbDownSample(i.mapDimension(l.dim),1/p));var d=void 0;X(r)?d=wS[r]:U(r)&&(d=r),d&&t.setData(i.downSample(i.mapDimension(l.dim),1/p,d,SS))}}}}}var IS=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 rx(null,this,{useEncodeDefaulter:!0})},e.prototype.getMarkerPosition=function(t){var e=this.coordinateSystem;if(e&&e.clampData){var n=e.dataToPoint(e.clampData(t)),i=this.getData(),r=i.getLayout("offset"),o=i.getLayout("size");return n[e.getBaseAxis().isHorizontal()?0:1]+=r+o/2,n}return[NaN,NaN]},e.type="series.__base_bar__",e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},e}(sg);sg.registerClass(IS);var TS=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 rx(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=yc(IS.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),e}(IS),CS=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},DS=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 CS},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,h=e.clockwise,c=2*Math.PI,p=h?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){uh(e,t,Hs(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}(xg),RS={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=LS(e.x,t.x),s=PS(e.x+e.width,r),l=LS(e.y,t.y),u=PS(e.y+e.height,o),h=sr?s:a,e.y=c&&l>o?u:l,e.width=h?0:s-a,e.height=c?0:u-l,n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height),h||c},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=PS(e.r,t.r),o=LS(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}},NS={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new Cs({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?DS:Cu,h=new u({shape:i,z2:1});h.name="item";var c,p,d=WS(r);if(h.calculateTextPosition=(c=d,p=({isRoundCap:u===DS}||{}).isRoundCap,function(t,e,n){var i=e.position;if(!i||i instanceof Array)return yr(t,e,n);var r=c(i),o=null!=e.distance?e.distance:5,a=this.shape,s=a.cx,l=a.cy,u=a.r,h=a.r0,d=(u+h)/2,f=a.startAngle,g=a.endAngle,y=(f+g)/2,v=p?Math.abs(u-h)/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+(h-o)*m(y),b=l+(h-o)*x(y),w="center",S="top";break;case"insideStartArc":_=s+(h+o)*m(y),b=l+(h+o)*x(y),w="center",S="bottom";break;case"startAngle":_=s+d*m(f)+AS(f,o+v,!1),b=l+d*x(f)+kS(f,o+v,!1),w="right",S="middle";break;case"insideStartAngle":_=s+d*m(f)+AS(f,-o+v,!1),b=l+d*x(f)+kS(f,-o+v,!1),w="left",S="middle";break;case"middle":_=s+d*m(y),b=l+d*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+d*m(g)+AS(g,o+v,!0),b=l+d*x(g)+kS(g,o+v,!0),w="left",S="middle";break;case"insideEndAngle":_=s+d*m(g)+AS(g,-o+v,!0),b=l+d*x(g)+kS(g,-o+v,!0),w="right",S="middle";break;default:return yr(t,e,n)}return(t=t||{}).x=_,t.y=b,t.align=w,t.verticalAlign=S,t}),o){var f=r?"r":"endAngle",g={};h.shape[f]=r?0:i.startAngle,g[f]=i[f],(s?rh:oh)(h,{shape:g},o)}return h}};function ES(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?rh:oh)(n,{shape:l},e,r,null),(a?rh:oh)(n,{shape:u},e?t.baseAxis.model:null,r)}function zS(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 WS(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 HS(t,e,n,i,r,o,a,s){var l=e.getItemVisual(n,"style");s||t.setShape("r",i.get(["itemStyle","borderRadius"])||0),t.useStyle(l);var u=i.getShallow("cursor");u&&t.attr("cursor",u);var h=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",c=Yh(i);Hh(t,c,{labelFetcher:o,labelDataIndex:n,defaultText:Ww(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:h});var p=t.getTextContent();if(s&&p){var d=i.get(["label","position"]);t.textConfig.inside="middle"===d||null,function(t,e,n,i){if(j(i))t.setTextConfig({rotation:i});else if(Y(e))t.setTextConfig({rotation:0});else{var r,o=t.shape,a=o.clockwise?o.startAngle:o.endAngle,s=o.clockwise?o.endAngle:o.startAngle,l=(a+s)/2,u=n(e);switch(u){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":r=l;break;case"startAngle":case"insideStartAngle":r=a;break;case"endAngle":case"insideEndAngle":r=s;break;default:return void t.setTextConfig({rotation:0})}var h=1.5*Math.PI-r;"middle"===u&&h>Math.PI/2&&h<1.5*Math.PI&&(h-=Math.PI),t.setTextConfig({rotation:h})}}(t,"outside"===d?h:d,WS(a),i.get(["label","rotate"]))}Qh(p,c,o.getRawValue(n),(function(t){return Hw(e,t)}));var f=i.getModel(["emphasis"]);Rl(t,f.get("focus"),f.get("blurScope"),f.get("disabled")),Vl(t,i),function(t){return null!=t.startAngle&&null!=t.endAngle&&t.startAngle===t.endAngle}(r)&&(t.style.fill="none",t.style.stroke="none",E(t.states,(function(t){t.style&&(t.style.fill=t.style.stroke="none")})))}var YS=function(){},US=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 YS},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[h]}return-1}(this,t.offsetX,t.offsetY);Hs(this).dataIndex=e>=0?e:null}),30,!1);function jS(t,e,n){if(uS(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 qS=2*Math.PI,KS=Math.PI/180;function $S(t,e){return xp(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function JS(t,e){var n=$S(t,e),i=t.get("center"),r=t.get("radius");Y(r)||(r=[0,r]),Y(i)||(i=[i,i]);var o=Er(n.width,e.getWidth()),a=Er(n.height,e.getHeight()),s=Math.min(o,a);return{cx:Er(i[0],o)+n.x,cy:Er(i[1],a)+n.y,r0:Er(r[0],s/2),r:Er(r[1],s/2)}}function QS(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.getData(),i=e.mapDimension("value"),r=$S(t,n),o=JS(t,n),a=o.cx,s=o.cy,l=o.r,u=o.r0,h=-t.get("startAngle")*KS,c=t.get("minAngle")*KS,p=0;e.each(i,(function(t){!isNaN(t)&&p++}));var d=e.getSum(i),f=Math.PI/(d||p)*2,g=t.get("clockwise"),y=t.get("roseType"),v=t.get("stillShowZeroSum"),m=e.getDataExtent(i);m[0]=0;var x=qS,_=0,b=h,w=g?1:-1;if(e.setLayout({viewRect:r,r:l}),e.each(i,(function(t,n){var i;if(isNaN(t))e.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:g,cx:a,cy:s,r0:u,r:y?NaN:l});else{(i="area"!==y?0===d&&v?f:t*f:qS/p)n?a:o,h=Math.abs(l.label.y-n);if(h>=u.maxY){var c=l.label.x-e-l.len2*r,p=i+l.len,f=Math.abs(c)t.unconstrainedWidth?null:d:null;i.setStyle("width",f)}var g=i.getBoundingRect();o.width=g.width;var y=(i.style.margin||0)+2.1;o.height=g.height+y,o.y-=(o.height-c)/2}}}function rM(t){return"center"===t.position}function oM(t){var e,n,i=t.getData(),r=[],o=!1,a=(t.get("minShowLabelAngle")||0)*eM,s=i.getLayout("viewRect"),l=i.getLayout("r"),u=s.width,h=s.x,c=s.y,p=s.height;function d(t){t.ignore=!0}i.each((function(t){var s=i.getItemGraphicEl(t),c=s.shape,p=s.getTextContent(),f=s.getTextGuideLine(),g=i.getItemModel(t),y=g.getModel("label"),v=y.get("position")||g.get(["emphasis","label","position"]),m=y.get("distanceToLabelLine"),x=y.get("alignTo"),_=Er(y.get("edgeDistance"),u),b=y.get("bleedMargin"),w=g.getModel("labelLine"),S=w.get("length");S=Er(S,u);var M=w.get("length2");if(M=Er(M,u),Math.abs(c.endAngle-c.startAngle)0?"right":"left":k>0?"left":"right"}var B=Math.PI,F=0,G=y.get("rotate");if(j(G))F=G*(B/180);else if("center"===v)F=0;else if("radial"===G||!0===G){F=k<0?-A+B:-A}else if("tangential"===G&&"outside"!==v&&"outer"!==v){var W=Math.atan2(k,L);W<0&&(W=2*B+W),L>0&&(W=B+W),F=W-B}if(o=!!F,p.x=I,p.y=T,p.rotation=F,p.setStyle({verticalAlign:"middle"}),P){p.setStyle({align:D});var H=p.states.select;H&&(H.x+=p.x,H.y+=p.y)}else{var Y=p.getBoundingRect().clone();Y.applyTransform(p.getComputedTransform());var U=(p.style.margin||0)+2.1;Y.y-=U/2,Y.height+=U,r.push({label:p,labelLine:f,position:v,len:S,len2:M,minTurnAngle:w.get("minTurnAngle"),maxSurfaceAngle:w.get("maxSurfaceAngle"),surfaceNormal:new Ji(k,L),linePoints:C,textAlign:D,labelDistance:m,labelAlignTo:x,edgeDistance:_,bleedMargin:b,rect:Y,unconstrainedWidth:Y.width,labelStyleWidth:p.style.width})}s.setTextConfig({inside:P})}})),!o&&t.get("avoidLabelOverlap")&&function(t,e,n,i,r,o,a,s){for(var l=[],u=[],h=Number.MAX_VALUE,c=-Number.MAX_VALUE,p=0;p0){for(var l=o.getItemLayout(0),u=1;isNaN(l&&l.startAngle)&&u=n.r0}},e.type="pie",e}(xg);function uM(t,e,n){e=Y(e)&&{coordDimensions:e}||A({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=Km(i,e).dimensions,o=new qm(r,t);return o.initData(i,n),o}var hM=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}(),cM=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 hM(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 uM(this,{coordDimensions:["value"],encodeDefaulter:H(Yp,this)})},e.prototype.getDataParams=function(e){var n=this.getData(),i=t.prototype.getDataParams.call(this,e),r=[];return n.each(n.mapDimension("value"),(function(t){r.push(t)})),i.percent=Wr(r,e,n.hostModel.get("percentPrecision")),i.$vars.push("percent"),i},e.prototype._defaultLabelLine=function(t){co(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.type="series.pie",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},e}(sg);var pM=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 rx(null,this,{useEncodeDefaulter:!0})},e.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?5e3:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?1e4:this.get("progressiveThreshold"):t},e.prototype.brushSelector=function(t,e,n){return n.point(e.getItemLayout(t))},e.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},e.type="series.scatter",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},e}(sg),dM=function(){},fM=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 dM},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,h=i[l+1]-a/2;if(t>=u&&e>=h&&t<=u+o&&e<=h+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,h=0;h=0&&(l.dataIndex=n+(t.startIndex||0))}))},t.prototype.remove=function(){this._clear()},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),yM=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=bS("").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){var e=t.coordinateSystem,n=e&&e.getArea&&e.getArea();return t.get("clip",!0)?n:null},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 gM:new qw,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}(xg),vM=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.type="grid",e.dependencies=["xAxis","yAxis"],e.layoutMode="box",e.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},e}(Tp),mM=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",Co).models[0]},e.type="cartesian2dAxis",e}(Tp);R(mM,p_);var xM={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},_M=C({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},xM),bM=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:"#F4F7FD",width:1}}},xM),wM={category:_M,value:bM,time:C({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},bM),log:k({logBase:10},bM)},SM={value:1,category:1,time:1,log:1};function MM(t,e,i,r){E(SM,(function(o,a){var s=C(C({},wM[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=bp(this),i=n?Sp(t):{};C(t,e.getTheme().get(a+"Axis")),C(t,this.getDefaultOption()),t.type=IM(t),n&&wp(t,i,n)},i.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=sx.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.type=e+"Axis."+a,i.defaultOption=s,i}(i);t.registerComponentModel(l)})),t.registerSubTypeDefaulter(e+"Axis",IM)}function IM(t){return t.type||(t.data?"category":"value")}var TM=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}(),CM=["x","y"];function DM(t){return"interval"===t.type||"time"===t.type}var AM=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=CM,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(DM(t)&&DM(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,h=r[0]-n[0]*l,c=r[1]-i[0]*u,p=this._transform=[l,0,0,u,h,c];this._invTransform=Bi([],p)}}},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},e.prototype.containPoint=function(t){var e=this.getAxis("x"),n=this.getAxis("y");return e.contain(e.toLocalCoord(t[0]))&&n.contain(n.toLocalCoord(t[1]))},e.prototype.containData=function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},e.prototype.containZone=function(t,e){var n=this.dataToPoint(t),i=this.dataToPoint(e),r=this.getArea(),o=new sr(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 Ft(n,t,this._transform);var o=this.getAxis("x"),a=this.getAxis("y");return n[0]=o.toGlobalCoord(o.dataToCoord(i,e)),n[1]=a.toGlobalCoord(a.dataToCoord(r,e)),n},e.prototype.clampData=function(t,e){var n=this.getAxis("x").scale,i=this.getAxis("y").scale,r=n.getExtent(),o=i.getExtent(),a=n.parse(t[0]),s=i.parse(t[1]);return(e=e||[])[0]=Math.min(Math.max(Math.min(r[0],r[1]),a),Math.max(r[0],r[1])),e[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),e},e.prototype.pointToData=function(t,e){var n=[];if(this._invTransform)return Ft(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(){var t=this.getAxis("x").getGlobalExtent(),e=this.getAxis("y").getGlobalExtent(),n=Math.min(t[0],t[1]),i=Math.min(e[0],e[1]),r=Math.max(t[0],t[1])-n,o=Math.max(e[0],e[1])-i;return new sr(n,i,r,o)},e}(TM),kM=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}(H_);function LM(t,e,n){n=n||{};var i=t.coordinateSystem,r=e.axis,o={},a=r.getAxesOnZeroOf()[0],s=r.position,l=a?"onZero":s,u=r.dim,h=i.getRect(),c=[h.x,h.x+h.width,h.y,h.y+h.height],p={left:0,right:1,top:0,bottom:1,onZero:2},d=e.get("offset")||0,f="x"===u?[c[2]-d,c[3]+d]:[c[0]-d,c[1]+d];if(a){var g=a.toGlobalCoord(a.dataToCoord(0));f[p.onZero]=Math.max(Math.min(g,f[1]),f[0])}o.position=["y"===u?f[p[l]]:c[0],"x"===u?f[p[l]]:c[3]],o.rotation=Math.PI/2*("x"===u?0:1);o.labelDirection=o.tickDirection=o.nameDirection={top:-1,bottom:1,left:-1,right:1}[s],o.labelOffset=a?f[p[s]]-f[p.onZero]:0,e.get(["axisTick","inside"])&&(o.tickDirection=-o.tickDirection),it(n.labelInside,e.get(["axisLabel","inside"]))&&(o.labelDirection=-o.labelDirection);var y=e.get(["axisLabel","rotate"]);return o.labelRotate="top"===l?-y:y,o.z2=1,o}function PM(t){return"cartesian2d"===t.get("coordinateSystem")}function OM(t){var e={xAxisModel:null,yAxisModel:null};return E(e,(function(n,i){var r=i.replace(/Model$/,""),o=t.getReferringComponents(r,Co).models[0];e[i]=o})),e}var RM=Math.log;function NM(t,e,n){var i=xx.prototype,r=i.getTicks.call(n),o=i.getTicks.call(n,!0),a=r.length-1,s=i.getInterval.call(n),l=i_(t,e),u=l.extent,h=l.fixMin,c=l.fixMax;if("log"===t.type){var p=RM(t.base);u=[RM(u[0])/p,RM(u[1])/p]}t.setExtent(u[0],u[1]),t.calcNiceExtent({splitNumber:a,fixMin:h,fixMax:c});var d=i.getExtent.call(t);h&&(u[0]=d[0]),c&&(u[1]=d[1]);var f=i.getInterval.call(t),g=u[0],y=u[1];if(h&&c)f=(y-g)/a;else if(h)for(y=u[0]+f*a;yu[0]&&isFinite(g)&&isFinite(u[0]);)f=cx(f),g=u[1]-f*a;else{t.getTicks().length-1>a&&(f=cx(f));var v=f*a;(g=zr((y=Math.ceil(u[1]/f)*f)-v))<0&&u[0]>=0?(g=0,y=zr(v)):y>0&&u[1]<=0&&(y=0,g=-zr(v))}var m=(r[0].value-o[0].value)/s,x=(r[a].value-o[a].value)/s;i.setExtent.call(t,g+f*m,y+f*x),i.setInterval.call(t,f),(m||x)&&i.setNiceExtent.call(t,g+f,y-f)}var EM=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=CM,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;ux(l)&&s.get("alignTicks")&&null==s.get("interval")?r.push(a):(r_(l,s),ux(l)&&(e=a))}r.length&&(e||r_((e=r.pop()).scale,e.model),E(r,(function(t){NM(t.scale,t.model,e.scale)})))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};E(n.x,(function(t){VM(n,"y",t,r)})),E(n.y,(function(t){VM(n,"x",t,r)})),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=t.getBoxLayoutParams(),r=!n&&t.get("containLabel"),o=xp(i,{width:e.getWidth(),height:e.getHeight()});this._rect=o;var a=this._axesList;function s(){E(a,(function(t){var e=t.isHorizontal(),n=e?[0,o.width]:[0,o.height],i=t.inverse?1:0;t.setExtent(n[i],n[1-i]),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?o.x:o.y)}))}s(),r&&(E(a,(function(t){if(!t.model.get(["axisLabel","inside"])){var e=function(t){var e=t.model,n=t.scale;if(e.get(["axisLabel","show"])&&!n.isBlank()){var i,r,o=n.getExtent();r=n instanceof vx?n.count():(i=n.getTicks()).length;var a,s=t.getLabelModel(),l=a_(t),u=1;r>40&&(u=Math.ceil(r/40));for(var h=0;h0&&i>0||n<0&&i<0)}(t)}var FM=Math.PI,GM=function(){function t(t,e){this.group=new Cr,this.opt=e,this.axisModel=t,k(e,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var n=new Cr({x:e.position[0],y:e.position[1],rotation:e.rotation});n.updateTransform(),this._transformGroup=n}return t.prototype.hasBuilder=function(t){return!!WM[t]},t.prototype.add=function(t){WM[t](this.opt,this.axisModel,this.group,this._transformGroup)},t.prototype.getGroup=function(){return this.group},t.innerTextLayout=function(t,e,n){var i,r,o=Ur(e-t);return Xr(o)?(r=n>0?"top":"bottom",i="center"):Xr(o-FM)?(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}(),WM={axisLine:function(t,e,n,i){var r=e.get(["axisLine","show"]);if("auto"===r&&t.handleAutoShown&&(r=t.handleAutoShown("axisLine")),r){var o=e.axis.getExtent(),a=i.transform,s=[o[0],0],l=[o[1],0];a&&(Ft(s,s,a),Ft(l,l,a));var u=A({lineCap:"round"},e.getModel(["axisLine","lineStyle"]).getLineStyle()),h=new zu({subPixelOptimize:!0,shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:u,strokeContainThreshold:t.strokeContainThreshold||5,silent:!0,z2:1});h.anid="line",n.add(h);var c=e.get(["axisLine","symbol"]);if(null!=c){var p=e.get(["axisLine","symbolSize"]);X(c)&&(c=[c,c]),(X(p)||j(p))&&(p=[p,p]);var d=Oy(e.get(["axisLine","symbolOffset"])||0,p),f=p[0],g=p[1];E([{rotate:t.rotation+Math.PI/2,offset:d[0],r:0},{rotate:t.rotation-Math.PI/2,offset:d[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],(function(e,i){if("none"!==c[i]&&null!=c[i]){var r=Ly(c[i],-f/2,-g/2,f,g,u.stroke,!0),o=e.r+e.offset;r.attr({rotation:e.rotate,x:s[0]+o*Math.cos(t.rotation),y:s[1]-o*Math.sin(t.rotation),silent:!0,z2:11}),n.add(r)}}))}}},axisTickLabel:function(t,e,n,i){var r=function(t,e,n,i){var r=n.axis,o=n.getModel("axisTick"),a=o.get("show");"auto"===a&&i.handleAutoShown&&(a=i.handleAutoShown("axisTick"));if(!a||r.scale.isBlank())return;for(var s=o.getModel("lineStyle"),l=i.tickDirection*o.get("length"),u=XM(r.getTicksCoords(),e.transform,l,k(s.getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])}),"ticks"),h=0;hc[1]?-1:1,d=["start"===s?c[0]-p*h:"end"===s?c[1]+p*h:(c[0]+c[1])/2,UM(s)?t.labelOffset+l*h:0],f=e.get("nameRotate");null!=f&&(f=f*FM/180),UM(s)?o=GM.innerTextLayout(t.rotation,null!=f?f:t.rotation,l):(o=function(t,e,n,i){var r,o,a=Ur(n-t),s=i[0]>i[1],l="start"===e&&!s||"start"!==e&&s;Xr(a-FM/2)?(o=l?"bottom":"top",r="center"):Xr(a-1.5*FM)?(o=l?"top":"bottom",r="center"):(o="middle",r=a<1.5*FM&&a>FM/2?l?"left":"right":l?"right":"left");return{rotation:a,textAlign:r,textVerticalAlign:o}}(t.rotation,s,f||0,c),null!=(a=t.axisNameAvailableWidth)&&(a=Math.abs(a/Math.sin(o.rotation)),!isFinite(a)&&(a=null)));var g=u.getFont(),y=e.get("nameTruncate",!0)||{},v=y.ellipsis,m=it(t.nameTruncateMaxWidth,y.maxWidth,a),x=new ks({x:d[0],y:d[1],rotation:o.rotation,silent:GM.isLabelSilent(e),style:Uh(u,{text:r,font:g,overflow:"truncate",width:m,ellipsis:v,fill:u.getTextColor()||e.get(["axisLine","lineStyle","color"]),align:u.get("align")||o.textAlign,verticalAlign:u.get("verticalAlign")||o.textVerticalAlign}),z2:1});if(Eh({el:x,componentModel:e,itemName:r}),x.__fullText=r,x.anid="name",e.get("triggerEvent")){var _=GM.makeAxisEventDataBase(e);_.targetType="axisName",_.name=r,Hs(x).eventData=_}i.add(x),x.updateTransform(),n.add(x),x.decomposeTransform()}}};function HM(t){t&&(t.ignore=!0)}function YM(t,e){var n=t&&t.getBoundingRect().clone(),i=e&&e.getBoundingRect().clone();if(n&&i){var r=Oi([]);return zi(r,r,-t.rotation),n.applyTransform(Ni([],r,t.getLocalTransform())),i.applyTransform(Ni([],r,e.getLocalTransform())),n.intersect(i)}}function UM(t){return"middle"===t||"center"===t}function XM(t,e,n,i,r){for(var o=[],a=[],s=[],l=0;l=0||t===e}function qM(t){var e=KM(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=$M(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&&!c.min?c.min=0:null!=c.min&&c.min<0&&!c.max&&(c.max=0);var p=a;null!=c.color&&(p=k({color:c.color},a));var d=C(T(c),{boundaryGap:t,splitNumber:e,scale:n,axisLine:i,axisTick:r,axisLabel:o,name:c.text,showName:s,nameLocation:"end",nameGap:u,nameTextStyle:p,triggerEvent:h},!1);if(X(l)){var f=d.name;d.name=l.replace("{value}",null!=f?f:"")}else U(l)&&(d.name=l(d.name,d));var g=new dc(d,null,this.ecModel);return R(g,p_.prototype),g.mainType="radar",g.componentIndex=this.componentIndex,g}),this);this._indicatorModels=c},e.prototype.getIndicatorModels=function(){return this._indicatorModels},e.type="radar",e.defaultOption={z:0,center:["50%","50%"],radius:"75%",startAngle:90,axisName:{show:!0},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:C({lineStyle:{color:"#bbb"}},xI.axisLine),axisLabel:_I(xI.axisLabel,!1),axisTick:_I(xI.axisTick,!1),splitLine:_I(xI.splitLine,!0),splitArea:_I(xI.splitArea,!0),indicator:[]},e}(Tp),wI=["axisLine","axisTickLabel","axisName"],SI=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),this._buildSplitLineAndArea(t)},e.prototype._buildAxes=function(t){var e=t.coordinateSystem;E(z(e.getIndicatorAxes(),(function(t){var n=t.model.get("showName")?t.name:"";return new GM(t.model,{axisName:n,position:[e.cx,e.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})})),(function(t){E(wI,t.add,t),this.group.add(t.getGroup())}),this)},e.prototype._buildSplitLineAndArea=function(t){var e=t.coordinateSystem,n=e.getIndicatorAxes();if(n.length){var i=t.get("shape"),r=t.getModel("splitLine"),o=t.getModel("splitArea"),a=r.getModel("lineStyle"),s=o.getModel("areaStyle"),l=r.get("show"),u=o.get("show"),h=a.get("color"),c=s.get("color"),p=Y(h)?h:[h],d=Y(c)?c:[c],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;LI(this,"zoom","zoomOnMouseWheel",t,{scale:i>0?s:1/s,originX:o,originY:a,isAvailableBehavior:null})}if(n){var l=Math.abs(i);LI(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:(i>0?1:-1)*(l>3?.4:l>1?.15:.05),originX:o,originY:a,isAvailableBehavior:null})}}},e.prototype._pinchHandler=function(t){DI(this._zr,"globalPan")||LI(this,"zoom",null,t,{scale:t.pinchScale>1?1.1:1/1.1,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})},e}(Xt);function LI(t,e,n,i,r){t.pointerChecker&&t.pointerChecker(i,r.originX,r.originY)&&(se(i.event),PI(t,e,n,i,r))}function PI(t,e,n,i,r){r.isAvailableBehavior=W(OI,null,n,i),t.trigger(e,r)}function OI(t,e,n){var i=n[t];return!t||i&&(!X(i)||e.event[i+"Key"])}function RI(t,e,n){var i=t.target;i.x+=e,i.y+=n,i.dirty()}function NI(t,e,n,i){var r=t.target,o=t.zoomLimit,a=t.zoom=t.zoom||1;if(a*=e,o){var s=o.min||0,l=o.max||1/0;a=Math.max(Math.min(l,a),s)}var u=a/t.zoom;t.zoom=a,r.x-=(n-r.x)*(u-1),r.y-=(i-r.y)*(u-1),r.scaleX*=u,r.scaleY*=u,r.dirty()}var EI,zI={axisPointer:1,tooltip:1,brush:1};function VI(t,e,n){var i=e.getComponentByElement(t.topTarget),r=i&&i.coordinateSystem;return i&&i!==n&&!zI.hasOwnProperty(i.mainType)&&r&&r.model!==n}function BI(t){X(t)&&(t=(new DOMParser).parseFromString(t,"text/xml"));var e=t;for(9===e.nodeType&&(e=e.firstChild);"svg"!==e.nodeName.toLowerCase()||1!==e.nodeType;)e=e.nextSibling;return e}var FI={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},GI=G(FI),WI={"alignment-baseline":"textBaseline","stop-color":"stopColor"},HI=G(WI),YI=function(){function t(){this._defs={},this._root=null}return t.prototype.parse=function(t,e){e=e||{};var n=BI(t);this._defsUsePending=[];var i=new Cr;this._root=i;var r=[],o=n.getAttribute("viewBox")||"",a=parseFloat(n.getAttribute("width")||e.width),s=parseFloat(n.getAttribute("height")||e.height);isNaN(a)&&(a=null),isNaN(s)&&(s=null),KI(n,i,null,!0,!1);for(var l,u,h=n.firstChild;h;)this._parseNode(h,i,r,null,!1,!1),h=h.nextSibling;if(function(t,e){for(var n=0;n=4&&(l={x:parseFloat(c[0]||0),y:parseFloat(c[1]||0),width:parseFloat(c[2]),height:parseFloat(c[3])})}if(l&&null!=a&&null!=s&&(u=oT(l,{x:0,y:0,width:a,height:s}),!e.ignoreViewBox)){var p=i;(i=new Cr).add(p),p.scaleX=p.scaleY=u.scale,p.x=u.x,p.y=u.y}return e.ignoreRootClip||null==a||null==s||i.setClipPath(new Cs({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=EI[s];if(u&&mt(EI,s)){a=u.call(this,t,e);var h=t.getAttribute("name");if(h){var c={name:h,namedFrom:null,svgNodeTagLower:s,el:a};n.push(c),"g"===s&&(l=c)}else i&&n.push({name:i.name,namedFrom:i,svgNodeTagLower:s,el:a});e.add(a)}}var p=UI[s];if(p&&mt(UI,s)){var d=p.call(this,t),f=t.getAttribute("id");f&&(this._defs[f]=d)}}if(a&&a.isGroup)for(var g=t.firstChild;g;)1===g.nodeType?this._parseNode(g,a,n,l,r,o):3===g.nodeType&&o&&this._parseText(g,a),g=g.nextSibling},t.prototype._parseText=function(t,e){var n=new vs({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});jI(e,n),KI(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(EI={g:function(t,e){var n=new Cr;return jI(e,n),KI(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new Cs;return jI(e,n),KI(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 hu;return jI(e,n),KI(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 zu;return jI(e,n),KI(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 pu;return jI(e,n),KI(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=qI(i));var r=new Pu({shape:{points:n||[]},silent:!0});return jI(e,r),KI(t,r,this._defsUsePending,!1,!1),r},polyline:function(t,e){var n,i=t.getAttribute("points");i&&(n=qI(i));var r=new Ru({shape:{points:n||[]},silent:!0});return jI(e,r),KI(t,r,this._defsUsePending,!1,!1),r},image:function(t,e){var n=new _s;return jI(e,n),KI(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 Cr;return jI(e,a),KI(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 Cr;return jI(e,a),KI(t,a,this._defsUsePending,!1,!0),this._textX+=parseFloat(r),this._textY+=parseFloat(o),a},path:function(t,e){var n=su(t.getAttribute("d")||"");return jI(e,n),KI(t,n,this._defsUsePending,!1,!1),n.silent=!0,n}}),t}(),UI={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 Xu(e,n,i,r);return XI(t,o),ZI(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 Zu(e,n,i);return XI(t,r),ZI(t,r),r}};function XI(t,e){"userSpaceOnUse"===t.getAttribute("gradientUnits")&&(e.global=!0)}function ZI(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={};rT(n,o,o);var a=o.stopColor||n.getAttribute("stop-color")||"#000000";e.colorStops.push({offset:r,color:a})}n=n.nextSibling}}function jI(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),k(e.__inheritedStyle,t.__inheritedStyle))}function qI(t){for(var e=tT(t),n=[],i=0;i0;o-=2){var a=i[o],s=i[o-1],l=tT(a);switch(r=r||[1,0,0,1,0,0],s){case"translate":Ei(r,r,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":Vi(r,r,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":zi(r,r,-parseFloat(l[0])*nT);break;case"skewX":Ni(r,[1,0,Math.tan(parseFloat(l[0])*nT),1,0,0],r);break;case"skewY":Ni(r,[1,Math.tan(parseFloat(l[0])*nT),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),rT(t,a,s),i||function(t,e,n){for(var i=0;i0,f={api:n,geo:s,mapOrGeoModel:t,data:a,isVisualEncodedByVisualMap:d,isGeo:o,transformInfoRaw:c};"geoJSON"===s.resourceType?this._buildGeoJSON(f):"geoSVG"===s.resourceType&&this._buildSVG(f),this._updateController(t,e,n),this._updateMapSelectHandler(t,l,n,i)},t.prototype._buildGeoJSON=function(t){var e=this._regionsGroupByName=ft(),n=ft(),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 h(t){for(var e=[],n=!l&&s&&s.project,i=0;i=0)&&(p=r);var d=a?{normal:{align:"center",verticalAlign:"middle"}}:null;Hh(e,Yh(i),{labelFetcher:p,labelDataIndex:c,defaultText:n},d);var f=e.getTextContent();if(f&&(TT(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 PT(t,e,n,i,r,o){t.data?t.data.setItemGraphicEl(o,e):Hs(e).eventData={componentType:"geo",componentIndex:r.componentIndex,geoIndex:r.componentIndex,name:n,region:i&&i.option||{}}}function OT(t,e,n,i,r){t.data||Eh({el:e,componentModel:r,itemName:n,itemTooltipOption:i.get("tooltip")})}function RT(t,e,n,i,r){e.highDownSilentOnTouch=!!r.get("selectedMode");var o=i.getModel("emphasis"),a=o.get("focus");return Rl(e,a,o.get("blurScope"),o.get("disabled")),t.isGeo&&function(t,e,n){var i=Hs(t);i.componentMainType=e.mainType,i.componentIndex=e.componentIndex,i.componentHighDownName=n}(e,r,n),a}function NT(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(),E(t,(function(t){s.lineStart();for(var e=0;e-1&&(n.style.stroke=n.style.fill,n.style.fill="#fff",n.style.lineWidth=2),n},e.type="series.map",e.dependencies=["geo"],e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},nameProperty:"name"},e}(sg);function VT(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)})),E(e,(function(t,e){for(var n,i,r,o=(n=z(t,(function(t){return t.getData()})),i=t[0].get("mapValueCalculation"),r={},E(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,h=0;h1?(d.width=p,d.height=p/x):(d.height=p,d.width=p*x),d.y=c[1]-d.height/2,d.x=c[0]-d.width/2;else{var b=t.getBoxLayoutParams();b.aspect=x,d=xp(b,{width:v,height:m})}this.setViewRect(d.x,d.y,d.width,d.height),this.setCenter(t.get("center"),e),this.setZoom(t.get("zoom"))}R(UT,GT);var jT=new(function(){function t(){this.dimensions=YT}return t.prototype.create=function(t,e){var n=[];function i(t){return{nameProperty:t.get("nameProperty"),aspectScale:t.get("aspectScale"),projection:t.get("projection")}}t.eachComponent("geo",(function(t,r){var o=t.get("map"),a=new UT(o+r,o,A({nameMap:t.get("nameMap")},i(t)));a.zoomLimit=t.get("scaleLimit"),n.push(a),t.coordinateSystem=a,a.model=t,a.resize=ZT,a.resize(t,e)})),t.eachSeries((function(t){if("geo"===t.get("coordinateSystem")){var e=t.get("geoIndex")||0;t.coordinateSystem=n[e]}}));var r={};return t.eachSeriesByType("map",(function(t){if(!t.getHostGeoModel()){var e=t.getMapType();r[e]=r[e]||[],r[e].push(t)}})),E(r,(function(t,r){var o=z(t,(function(t){return t.get("nameMap")})),a=new UT(r,r,A({nameMap:D(o)},i(t[0])));a.zoomLimit=it.apply(null,z(t,(function(t){return t.get("scaleLimit")}))),n.push(a),a.resize=ZT,a.resize(t[0],e),E(t,(function(t){t.coordinateSystem=a,function(t,e){E(e.get("geoCoord"),(function(e,n){t.addGeoCoord(n,e)}))}(a,t)}))})),n},t.prototype.getFilledRegions=function(t,e,n,i){for(var r=(t||[]).slice(),o=ft(),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,h=a.hierNode.modifier,c=s.hierNode.modifier;s=oC(s),o=aC(o),s&&o;){r=oC(r),a=aC(a),r.hierNode.ancestor=t;var p=s.hierNode.prelim+c-o.hierNode.prelim-u+i(s,o);p>0&&(lC(sC(s,t,n),t,p),u+=p,l+=p),c+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=r.hierNode.modifier,h+=a.hierNode.modifier}s&&!oC(r)&&(r.hierNode.thread=s,r.hierNode.modifier+=c-l),o&&!aC(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-h,n=t)}return n}(t,r,t.parentNode.hierNode.defaultAncestor||i[0],e)}function nC(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function iC(t){return arguments.length?t:uC}function rC(t,e){return t-=Math.PI/2,{x:e*Math.cos(t),y:e*Math.sin(t)}}function oC(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function aC(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function sC(t,e,n){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:n}function lC(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 uC(t,e){return t.parentNode===e.parentNode?1:2}var hC=function(){this.parentPoint=[],this.childPoints=[]},cC=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new hC},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,h=Er(e.forkPosition,1),c=[];c[l]=r[l],c[u]=r[u]+(a[u]-r[u])*h,t.moveTo(r[0],r[1]),t.lineTo(c[0],c[1]),t.moveTo(o[0],o[1]),c[l]=o[l],t.lineTo(c[0],c[1]),c[l]=a[l],t.lineTo(c[0],c[1]),t.lineTo(a[0],a[1]);for(var p=1;pm.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?gt(a.getAncestorsIndices(),a.getDescendantIndices()):"ancestor"===D?a.getAncestorsIndices():"descendant"===D?a.getDescendantIndices():null;A&&(Hs(n).focus=A),function(t,e,n,i,r,o,a,s){var l=e.getModel(),u=t.get("edgeShape"),h=t.get("layout"),c=t.getOrient(),p=t.get(["lineStyle","curveness"]),d=t.get("edgeForkPosition"),f=l.getModel("lineStyle").getLineStyle(),g=i.__edge;if("curve"===u)e.parentNode&&e.parentNode!==n&&(g||(g=i.__edge=new Gu({shape:mC(h,c,p,r,r)})),rh(g,{shape:mC(h,c,p,o,a)},t));else if("polyline"===u)if("orthogonal"===h){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 LC(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function PC(t,e){return P(LC(t),e)>=0}function OC(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 RC=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 dc(n,this,this.ecModel),r=AC.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 Xf("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=OC(i,this),n.collapsed=!i.isExpand,n},e.type="series.tree",e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},e}(sg);function NC(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 EC(t,e){t.eachSeriesByType("tree",(function(t){!function(t,e){var n=function(t,e){return xp(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}(t,e);t.layoutInfo=n;var i=t.get("layout"),r=0,o=0,a=null;"radial"===i?(r=2*Math.PI,o=Math.min(n.height,n.width)/2,a=iC((function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth}))):(r=n.width,o=n.height,a=iC());var s=t.getData().tree.root,l=s.children[0];if(l){!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)}}(s),function(t,e,n){for(var i,r=[t],o=[];i=r.pop();)if(o.push(i),i.isExpand){var a=i.children;if(a.length)for(var s=0;sh.getLayout().x&&(h=t),t.depth>c.depth&&(c=t)}));var p=u===h?1:a(u,h)/2,d=p-u.getLayout().x,f=0,g=0,y=0,v=0;if("radial"===i)f=r/(h.getLayout().x+p+d),g=o/(c.depth-1||1),NC(l,(function(t){y=(t.getLayout().x+d)*f,v=(t.depth-1)*g;var e=rC(y,v);t.setLayout({x:e.x,y:e.y,rawX:y,rawY:v},!0)}));else{var m=t.getOrient();"RL"===m||"LR"===m?(g=o/(h.getLayout().x+p+d),f=r/(c.depth-1||1),NC(l,(function(t){v=(t.getLayout().x+d)*g,y="LR"===m?(t.depth-1)*f:r-(t.depth-1)*f,t.setLayout({x:y,y:v},!0)}))):"TB"!==m&&"BT"!==m||(f=r/(h.getLayout().x+p+d),g=o/(c.depth-1||1),NC(l,(function(t){y=(t.getLayout().x+d)*f,v="TB"===m?(t.depth-1)*g:o-(t.depth-1)*g,t.setLayout({x:y,y:v},!0)})))}}}(t,e)}))}function zC(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 VC=["treemapZoomToNode","treemapRender","treemapMove"];function BC(t){var e=t.getData().tree,n={};e.eachNode((function(e){for(var i=e;i&&i.depth>1;)i=i.parentNode;var r=ed(t.ecModel,i.name||i.dataIndex+"",n);e.setVisual("decal",r)}))}var FC=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};GC(n);var i=t.levels||[],r=this.designatedVisualItemStyle={},o=new dc({itemStyle:r},this,e),a=z((i=t.levels=function(t,e){var n,i,r=ho(e.get("color")),o=ho(e.get(["aria","decal","decals"]));if(!r)return;E(t=t||[],(function(t){var e=new dc(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))||[],(function(t){return new dc(t,o,e)}),this),s=AC.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 Xf("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=OC(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=ft(),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(){BC(this)},e.type="series.treemap",e.layoutMode="box",e.defaultOption={progressive:0,left:"center",top:"middle",width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",textStyle:{color:"#fff"}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},e}(sg);function GC(t){var e=0;E(t.children,(function(t){GC(t);var n=t.value;Y(n)&&(n=n[0]),e+=n}));var n=t.value;Y(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),Y(t.value)?t.value[0]=n:t.value=n}var WC=function(){function t(t){this.group=new Cr,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=a.getModel("textStyle"),l={pos:{left:r.get("left"),right:r.get("right"),top:r.get("top"),bottom:r.get("bottom")},box:{width:e.getWidth(),height:e.getHeight()},emptyItemWidth:r.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(n,l,s),this._renderContent(t,l,a,s,i),_p(o,l.pos,l.box)}},t.prototype._prepare=function(t,e,n){for(var i=t;i;i=i.parentNode){var r=xo(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){for(var o,a,s,l,u,h,c,p,d,f=0,g=e.emptyItemWidth,y=t.get(["breadcrumb","height"]),v=(o=e.pos,a=e.box,l=a.width,u=a.height,h=Er(o.left,l),c=Er(o.top,u),p=Er(o.right,l),d=Er(o.bottom,u),(isNaN(h)||isNaN(parseFloat(o.left)))&&(h=0),(isNaN(p)||isNaN(parseFloat(o.right)))&&(p=l),(isNaN(c)||isNaN(parseFloat(o.top)))&&(c=0),(isNaN(d)||isNaN(parseFloat(o.bottom)))&&(d=u),s=ip(s||0),{width:Math.max(p-h-s[1]-s[3],0),height:Math.max(d-c-s[0]-s[2],0)}),m=e.totalWidth,x=e.renderList,_=x.length-1;_>=0;_--){var b=x[_],w=b.node,S=b.width,M=b.text;m>v.width&&(m-=S-g,S=g,M=null);var I=new Pu({shape:{points:HC(f,0,S,y,_===x.length-1,0===_)},style:k(n.getItemStyle(),{lineJoin:"bevel"}),textContent:new ks({style:{text:M,fill:i.getTextColor(),font:i.getFont()}}),textConfig:{position:"inside"},z2:1e5,onclick:H(r,w)});I.disableLabelAnimation=!0,this.group.add(I),YC(I,t,w),f+=S+8}},t.prototype.remove=function(){this.group.removeAll()},t}();function HC(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 YC(t,e,n){Hs(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&&OC(n,e)}}var UC=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;if("animating"!==this._state){var i=this.seriesModel.getData().tree.root;if(!i)return;var r=i.getLayout();if(!r)return;var o=new sr(r.x,r.y,r.width,r.height),a=this.seriesModel.layoutInfo,s=[1,0,0,1,0,0];Ei(s,s,[-(e-=a.x),-(n-=a.y)]),Vi(s,s,[t.scale,t.scale]),Ei(s,s,[e,n]),o.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:o.x,y:o.y,width:o.width,height:o.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&&dp(a,s)}}}}}),this)},e.prototype._renderBreadcrumb=function(t,e,n){var i=this;n||(n=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2))||(n={node:t.getData().tree.root}),(this._breadcrumb||(this._breadcrumb=new WC(this.group))).render(t,e,n.node,(function(e){"animating"!==i._state&&(PC(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}(xg);var tD=E,eD=q,nD=-1,iD=function(){function t(e){var n=e.mappingMethod,i=e.type,r=this.option=T(e);this.type=i,this.mappingMethod=n,this._normalizeData=dD[n];var o=t.visualHandlers[i];this.applyVisual=o.applyVisual,this.getColorMapper=o.getColorMapper,this._normalizedToVisual=o._normalizedToVisual[n],"piecewise"===n?(rD(r),function(t){var e=t.pieceList;t.hasSpecialVisual=!1,E(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(tD(e,(function(t,e){n[t]=e})),!Y(i)){var r=[];q(i)?tD(i,(function(t,e){var i=n[e];r[null!=i?i:nD]=t})):r[-1]=i,i=pD(t,r)}for(var o=e.length-1;o>=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}(r):rD(r,!0):(lt("linear"!==n||r.dataExtent),rD(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 G(t.visualHandlers)},t.isValidType=function(e){return t.visualHandlers.hasOwnProperty(e)},t.eachVisual=function(t,e,n){q(t)?E(t,e,n):e.call(n,t)},t.mapVisual=function(e,n,i){var r,o=Y(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&&tD(t.visualHandlers,(function(t,r){e.hasOwnProperty(r)&&(i[r]=e[r],n=!0)})),n?i:null},t.prepareVisualTypes=function(t){if(Y(t))t=t.slice();else{if(!eD(t))return[];var e=[];tD(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 h=e.get("colorMappingBy"),c={type:a.name,dataExtent:u,visual:a.range};"color"!==c.type||"index"!==h&&"id"!==h?c.mappingMethod="linear":(c.mappingMethod="category",c.loop=!0);var p=new iD(c);return gD(p).drColorMappingBy=h,p}(0,r,o,0,u,d);E(d,(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&&gD(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);vD(t,o,n,i)}}))}else s=mD(u),h.fill=s}}function mD(t){var e=xD(t,"color");if(e){var n=xD(t,"colorAlpha"),i=xD(t,"colorSaturation");return i&&(e=Dn(e,null,null,i)),n&&(e=An(e,n)),e}}function xD(t,e){var n=t[e];if(null!=n&&"none"!==n)return n}function _D(t,e){var n=t.get(e);return Y(n)&&n.length?{name:e,range:n}:null}var bD=Math.max,wD=Math.min,SD=it,MD=E,ID=["itemStyle","borderWidth"],TD=["itemStyle","gapWidth"],CD=["upperLabel","show"],DD=["upperLabel","height"],AD={seriesType:"treemap",reset:function(t,e,n,i){var r=n.getWidth(),o=n.getHeight(),a=t.option,s=xp(t.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()}),l=a.size||[],u=Er(SD(s.width,l[0]),r),h=Er(SD(s.height,l[1]),o),c=i&&i.type,p=kC(i,["treemapZoomToNode","treemapRootToNode"],t),d="treemapRender"===c||"treemapMove"===c?i.rootRect:null,f=t.getViewRoot(),g=LC(f);if("treemapMove"!==c){var y="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 h=0,c=o.children,p=0,d=c.length;pYr&&(u=Yr),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?bD(u*i/l,l/(u*r)):1/0}function PD(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]],h=e?t.area/e:0;(r||h>n[l[a]])&&(h=n[l[a]]);for(var c=0,p=t.length;ci&&(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":h[0]<-.8?"right":"center",p=h[1]>.8?"top":h[1]<-.8?"bottom":"middle";break;case"start":i.x=-h[0]*f+l[0],i.y=-h[1]*g+l[1],c=h[0]>.8?"right":h[0]<-.8?"left":"center",p=h[1]>.8?"bottom":h[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":i.x=f*_+l[0],i.y=l[1]+w,c=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,c="center",i.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-f*_+u[0],i.y=u[1]+w,c=v[0]>=0?"right":"left",i.originX=f*_,i.originY=-w}i.scaleX=i.scaleY=r,i.setStyle({verticalAlign:i.__verticalAlign||p,align:i.__align||c})}}}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}(Cr),gA=function(){function t(t){this.group=new Cr,this._LineCtor=t||fA}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=yA(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=yA(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 TA(t,e){var n=[],i=Qe,r=[[],[],[]],o=[[],[]],a=[];e/=2,t.eachEdge((function(t,s){var l=t.getLayout(),u=t.getVisual("fromSymbol"),h=t.getVisual("toSymbol");l.__original||(l.__original=[Mt(l[0]),Mt(l[1])],l[2]&&l.__original.push(Mt(l[2])));var c=l.__original;if(null!=l[2]){if(St(r[0],c[0]),St(r[1],c[2]),St(r[2],c[1]),u&&"none"!==u){var p=KD(t.node1),d=IA(r,c[0],p*e);i(r[0][0],r[1][0],r[2][0],d,n),r[0][0]=n[3],r[1][0]=n[4],i(r[0][1],r[1][1],r[2][1],d,n),r[0][1]=n[3],r[1][1]=n[4]}if(h&&"none"!==h){p=KD(t.node2),d=IA(r,c[1],p*e);i(r[0][0],r[1][0],r[2][0],d,n),r[1][0]=n[1],r[2][0]=n[2],i(r[0][1],r[1][1],r[2][1],d,n),r[1][1]=n[1],r[2][1]=n[2]}St(l[0],r[0]),St(l[1],r[2]),St(l[2],r[1])}else{if(St(o[0],c[0]),St(o[1],c[1]),Dt(a,o[1],o[0]),Rt(a,a),u&&"none"!==u){p=KD(t.node1);Ct(o[0],o[0],a,p*e)}if(h&&"none"!==h){p=KD(t.node2);Ct(o[1],o[1],a,-p*e)}St(l[0],o[0]),St(l[1],o[1])}}))}function CA(t){return"view"===t.type}var DA=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 qw,i=new gA,r=this.group;this._controller=new kI(e.getZr()),this._controllerHost={target:r},r.add(n.group),r.add(i.group),this._symbolDraw=n,this._lineDraw=i,this._firstRender=!0},e.prototype.render=function(t,e,n){var i=this,r=t.coordinateSystem;this._model=t;var o=this._symbolDraw,a=this._lineDraw,s=this.group;if(CA(r)){var l={x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY};this._firstRender?s.attr(l):rh(s,l,t)}TA(t.getGraph(),qD(t));var u=t.getData();o.updateData(u);var h=t.getEdgeData();a.updateData(h),this._updateNodeAndLinkScale(),this._updateController(t,e,n),clearTimeout(this._layoutTimeout);var c=t.forceLayout,p=t.get(["force","layoutAnimation"]);c&&this._startForceLayoutIteration(c,p),u.graph.eachNode((function(t){var e=t.dataIndex,n=t.getGraphicEl(),r=t.getModel();if(n){n.off("drag").off("dragend");var o=r.get("draggable");o&&n.on("drag",(function(){c&&(c.warmUp(),!i._layouting&&i._startForceLayoutIteration(c,p),c.setFixed(e),u.setItemLayout(e,[n.x,n.y]))})).on("dragend",(function(){c&&c.setUnfixed(e)})),n.setDraggable(o&&!!c,!!r.get("cursor")),"adjacency"===r.get(["emphasis","focus"])&&(Hs(n).focus=t.getAdjacentDataIndices())}})),u.graph.eachEdge((function(t){var e=t.getGraphicEl(),n=t.getModel().get(["emphasis","focus"]);e&&"adjacency"===n&&(Hs(e).focus={edge:[t.dataIndex],node:[t.node1.dataIndex,t.node2.dataIndex]})}));var d="circular"===t.get("layout")&&t.get(["circular","rotateLabel"]),f=u.getLayout("cx"),g=u.getLayout("cy");u.eachItemGraphicEl((function(t,e){var n=u.getItemModel(e).get(["label","rotate"])||0,i=t.getSymbolPath();if(d){var r=u.getItemLayout(e),o=Math.atan2(r[1]-g,r[0]-f);o<0&&(o=2*Math.PI+o);var a=r[0]=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 LA||(e=this._nodesMap[AA(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&&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 RA(t,e,n,i,r){for(var o=new kA(i),a=0;a "+p)),u++)}var d,f=n.get("coordinateSystem");if("cartesian2d"===f||"polar"===f)d=rx(t,n);else{var g=hd.get(f),y=g&&g.dimensions||[];P(y,"value")<0&&y.concat(["value"]);var v=Km(t,{coordDimensions:y,encodeDefine:n.getEncode()}).dimensions;(d=new qm(v,n)).initData(t)}var m=new qm(["value"],n);return m.initData(l,s),r&&r(d,m),_C({mainData:d,struct:o,structAttr:"graph",datas:{node:d,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),o.update(),o}R(LA,OA("hostGraph","data")),R(PA,OA("hostGraph","edgeData"));var NA=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 hM(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),co(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){FD(n=this)&&(n.__curvenessList=[],n.__edgeMap={},GD(n));var a=RA(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=dc.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 E(a.edges,(function(t){!function(t,e,n,i){if(FD(n)){var r=WD(t,e,n),o=n.__edgeMap,a=o[HD(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),Xf("nameValue",{name:l.join(" > "),value:r.value,noValue:null==r.value})}return rg({series:this,dataIndex:t,multipleSeries:e})},e.prototype._updateCategoriesData=function(){var t=z(this.option.categories||[],(function(t){return null!=t.value?t:A({value:0},t)})),e=new qm(["value"],this);e.initData(t),this._categoriesData=e,this._categoriesModels=e.mapArray((function(t){return e.getItemModel(t)}))},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.isAnimationEnabled=function(){return t.prototype.isAnimationEnabled.call(this)&&!("force"===this.get("layout")&&this.get(["force","layoutAnimation"]))},e.type="series.graph",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(sg),EA={type:"graphRoam",event:"graphRoam",update:"none"};var zA=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},VA=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 zA},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}(gs);function BA(t,e){var n=null==t?"":t+"";return e&&(X(e)?n=e.replace("{value}",n):U(e)&&(n=e(t))),n}var FA=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:Er(n[0],e.getWidth()),cy:Er(n[1],e.getHeight()),r:Er(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"),h=u.get("roundCap")?DS:Cu,c=u.get("show"),p=u.getModel("lineStyle"),d=p.get("width"),f=[s,l];ja(f,!a);for(var g=(l=f[1])-(s=f[0]),y=s,v=0;c&&v=t&&(0===e?0:i[e-1][0]).8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:R}),silent:!0}))}if(m.get("show")&&k!==_){P=(P=m.get("distance"))?P+l:l;for(var N=0;N<=b;N++){u=Math.cos(M),h=Math.sin(M);var E=new zu({shape:{x1:u*(f-P)+p,y1:h*(f-P)+d,x2:u*(f-S-P)+p,y2:h*(f-S-P)+d},silent:!0,style:D});"auto"===D.stroke&&E.setStyle({stroke:i((k+N/b)/_)}),c.add(E),M+=T}M-=T}else M+=I}},e.prototype._renderPointer=function(t,e,n,i,r,o,a,s,l){var u=this.group,h=this._data,c=this._progressEls,p=[],d=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=Er(o.get("width"),r.r),s=Er(o.get("length"),r.r),l=t.get(["pointer","icon"]),u=o.get("offsetCenter"),h=Er(u[0],r.r),c=Er(u[1],r.r),p=o.get("keepAspect");return(i=l?Ly(l,h-a/2,c-s,a,s,null,p):new VA({shape:{angle:-Math.PI/2,width:a,r:s,x:h,y:c}})).rotation=-(n+Math.PI/2),i.x=r.cx,i.y=r.cy,i}function S(t,e){var n=f.get("roundCap")?DS:Cu,i=f.get("overlap"),a=i?f.get("width"):l/y.count(),u=i?r.r-a:r.r-(t+1)*a,h=i?r.r:r.r-t*a,c=new n({shape:{startAngle:o,endAngle:e,cx:r.cx,cy:r.cy,clockwise:s,r0:u,r:h}});return i&&(c.z2=x-y.get(v,t)%x),c}(g||d)&&(y.diff(h).add((function(e){var n=y.get(v,e);if(d){var i=w(e,o);oh(i,{rotation:-((isNaN(+n)?b[0]:Nr(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");oh(r,{shape:{endAngle:Nr(n,_,b,a)}},t),u.add(r),Ys(t.seriesIndex,y.dataType,e,r),p[e]=r}})).update((function(e,n){var i=y.get(v,e);if(d){var r=h.getItemGraphicEl(n),a=r?r.rotation:o,s=w(e,a);s.rotation=a,rh(s,{rotation:-((isNaN(+i)?b[0]:Nr(i,_,b,!0))+Math.PI/2)},t),u.add(s),y.setItemGraphicEl(e,s)}if(g){var l=c[n],m=S(e,l?l.shape.endAngle:o),x=f.get("clip");rh(m,{shape:{endAngle:Nr(i,_,b,x)}},t),u.add(m),Ys(t.seriesIndex,y.dataType,e,m),p[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(d){var s=y.getItemGraphicEl(t),l=y.getItemVisual(t,"style"),u=l.fill;if(s instanceof _s){var h=s.style;s.useStyle(A({image:h.image,x:h.x,y:h.y,width:h.width,height:h.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(Nr(y.get(v,t),_,[0,1],!0))),s.z2EmphasisLift=0,Vl(s,e),Rl(s,r,o,a)}if(g){var c=p[t];c.useStyle(y.getItemVisual(t,"style")),c.setStyle(e.getModel(["progress","itemStyle"]).getItemStyle()),c.z2EmphasisLift=0,Vl(c,e),Rl(c,r,o,a)}})),this._progressEls=p)},e.prototype._renderAnchor=function(t,e){var n=t.getModel("anchor");if(n.get("show")){var i=n.get("size"),r=n.get("icon"),o=n.get("offsetCenter"),a=n.get("keepAspect"),s=Ly(r,e.cx-i/2+Er(o[0],e.r),e.cy-i/2+Er(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"),h=new Cr,c=[],p=[],d=t.isAnimationEnabled(),f=t.get(["pointer","showAbove"]);a.diff(this._data).add((function(t){c[t]=new ks({silent:!0}),p[t]=new ks({silent:!0})})).update((function(t,e){c[t]=o._titleEls[e],p[t]=o._detailEls[e]})).execute(),a.each((function(e){var n=a.getItemModel(e),o=a.get(s,e),g=new Cr,y=i(Nr(o,[l,u],[0,1],!0)),v=n.getModel("title");if(v.get("show")){var m=v.get("offsetCenter"),x=r.cx+Er(m[0],r.r),_=r.cy+Er(m[1],r.r);(D=c[e]).attr({z2:f?0:2,style:Uh(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+Er(w[0],r.r),M=r.cy+Er(w[1],r.r),I=Er(b.get("width"),r.r),T=Er(b.get("height"),r.r),C=t.get(["progress","show"])?a.getItemVisual(e,"style").fill:y,D=p[e],A=b.get("formatter");D.attr({z2:f?0:2,style:Uh(b,{x:S,y:M,text:BA(o,A),width:isNaN(I)?null:I,height:isNaN(T)?null:T,align:"center",verticalAlign:"middle"},{inheritColor:C})}),Qh(D,{normal:b},o,(function(t){return BA(t,A)})),d&&tc(D,e,a,t,{getFormattedLabel:function(t,e,n,i,r,a){return BA(a?a.interpolatedValue:o,A)}}),g.add(D)}h.add(g)})),this.group.add(h),this._titleEls=c,this._detailEls=p},e.type="gauge",e}(xg),GA=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 uM(this,["value"])},e.type="series.gauge",e.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},e}(sg);var WA=["itemStyle","opacity"],HA=function(t){function e(e,n){var i=t.call(this)||this,r=i,o=new Ru,a=new ks;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(WA);l=null==l?1:l,n||hh(i),i.useStyle(t.getItemVisual(e,"style")),i.style.lineJoin="round",n?(i.setShape({points:a.points}),i.style.opacity=0,oh(i,{style:{opacity:l}},r,e)):rh(i,{style:{opacity:l},shape:{points:a.points}},r,e),Vl(i,o),this._updateLabel(t,e),Rl(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;Hh(r,Yh(a),{labelFetcher:t.hostModel,labelDataIndex:e,defaultOpacity:l.opacity,defaultText:t.getName(e)},{normal:{align:s.textAlign,verticalAlign:s.verticalAlign}}),n.setTextConfig({local:!0,inside:!!s.inside,insideStroke:u,outsideFill:u});var h=s.linePoints;i.setShape({points:h}),n.textGuideLineConfig={anchor:h?new Ji(h[0][0],h[0][1]):null},rh(r,{style:{x:s.x,y:s.y}},o,e),r.attr({rotation:s.rotation,originX:s.x,originY:s.y,z2:10}),db(n,fb(a),{stroke:u})},e}(Pu),YA=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 HA(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){uh(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}(xg),UA=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 hM(W(this.getData,this),W(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.getInitialData=function(t,e){return uM(this,{coordDimensions:["value"],encodeDefaulter:H(Yp,this)})},e.prototype._defaultLabelLine=function(t){co(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.prototype.getDataParams=function(e){var n=this.getData(),i=t.prototype.getDataParams.call(this,e),r=n.mapDimension("value"),o=n.getSum(r);return i.percent=o?+(n.get(r,e)/o*100).toFixed(2):0,i.$vars.push("percent"),i},e.type="series.funnel",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(sg);function XA(t,e){t.eachSeriesByType("funnel",(function(t){var n=t.getData(),i=n.mapDimension("value"),r=t.get("sort"),o=function(t,e){return xp(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}(t,e),a=t.get("orient"),s=o.width,l=o.height,u=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&&ok(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 ok(t,e){var n=t._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===e}var ak=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){E(["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=[];E(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)}))},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}(Tp),sk=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}(H_);function lk(t,e,n,i,r,o){t=t||0;var a=n[1]-n[0];if(null!=r&&(r=hk(r,[0,a])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var s=Math.abs(e[1]-e[0]);s=hk(s,[0,a]),r=o=hk(s,[r,o]),i=0}e[0]=hk(e[0],n),e[1]=hk(e[1],n);var l=uk(e,i);e[i]+=t;var u,h=r||0,c=n.slice();return l.sign<0?c[0]+=h:c[1]-=h,e[i]=hk(e[i],c),u=uk(e,i),null!=r&&(u.sign!==l.sign||u.spano&&(e[1-i]=e[i]+u.sign*o),e}function uk(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 hk(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var ck=E,pk=Math.min,dk=Math.max,fk=Math.floor,gk=Math.ceil,yk=zr,vk=Math.PI,mk=function(){function t(t,e,n){this.type="parallel",this._axesMap=ft(),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;ck(i,(function(t,n){var i=r[n],o=e.getComponent("parallelAxis",i),a=this._axesMap.set(t,new sk(t,o_(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();ck(this.dimensions,(function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(i,i.mapDimension(t)),r_(e.scale,e.model)}),this)}}),this)},t.prototype.resize=function(t,e){this._rect=xp(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),this._layoutAxes()},t.prototype.getRect=function(){return this._rect},t.prototype._makeLayoutInfo=function(){var t,e=this._model,n=this._rect,i=["x","y"],r=["width","height"],o=e.get("layout"),a="horizontal"===o?0:1,s=n[r[a]],l=[0,s],u=this.dimensions.length,h=xk(e.get("axisExpandWidth"),l),c=xk(e.get("axisExpandCount")||0,[0,u]),p=e.get("axisExpandable")&&u>3&&u>c&&c>1&&h>0&&s>0,d=e.get("axisExpandWindow");d?(t=xk(d[1]-d[0],l),d[1]=d[0]+t):(t=xk(h*(c-1),l),(d=[h*(e.get("axisExpandCenter")||fk(u/2))-t/2])[1]=d[0]+t);var f=(s-t)/(u-c);f<3&&(f=0);var g=[fk(yk(d[0]/h,1))+1,gk(yk(d[1]/h,1))-1],y=f/h*d[0];return{layout:o,pixelDimIndex:a,layoutBase:n[i[a]],layoutLength:s,axisBase:n[i[1-a]],axisLength:n[r[1-a]],axisExpandable:p,axisExpandWidth:h,axisCollapseWidth:f,axisExpandWindow:d,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])})),ck(n,(function(e,n){var o=(i.axisExpandable?bk:_k)(n,i),a={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s={horizontal:vk/2,vertical:0},l=[a[r].x+t.x,a[r].y+t.y],u=s[r],h=[1,0,0,1,0,0];zi(h,h,u),Ei(h,h,l),this._axesLayout[e]={position:l,rotation:u,transform:h,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=[];E(o,(function(e){a.push(t.mapDimension(e)),s.push(r.get(e).model)}));for(var l=this.hasAxisBrushed(),u=n;ur*(1-h[0])?(l="jump",a=s-r*(1-h[2])):(a=s-r*h[1])>=0&&(a=s-r*(1-h[1]))<=0&&(a=0),(a*=e.axisExpandWidth/u)?lk(a,i,o,"all"):l="none";else{var p=i[1]-i[0];(i=[dk(0,o[1]*s/p-p/2)])[1]=pk(o[1],i[0]+p),i[0]=i[1]-p}return{axisExpandWindow:i,behavior:l}},t}();function xk(t,e){return pk(dk(t,e[0]),e[1])}function _k(t,e){var n=e.layoutLength/(e.axisCount-1);return{position:n*t,axisNameAvailableWidth:n,axisLabelShow:!0}}function bk(t,e){var n,i,r=e.layoutLength,o=e.axisExpandWidth,a=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,u=s,h=!1;return t=0;n--)Vr(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&&Wk(t);var l=T(s);l.brushType=oL(l.brushType,a),l.panelId=a===Mk?null:a.panelId,o=t._creatingCover=Rk(t,l),t._covers.push(o)}if(o){var u=lL[oL(t._brushType,a)];o.__brushOption.range=u.getCreatingRange(eL(t,o,t._track)),i&&(Nk(t,o),u.updateCommon(t,o)),Ek(t,o),r={isEnd:i}}}else i&&"single"===s.brushMode&&s.removeOnClick&&Fk(t,e,n)&&Wk(t)&&(r={isEnd:i,removeOnClick:!0});return r}function oL(t,e){return"auto"===t?e.defaultBrushType:t}var aL={mousedown:function(t){if(this._dragging)sL(this,t);else if(!t.target||!t.target.draggable){nL(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null,(this._creatingPanel=Fk(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=Fk(t,e,n);if(!t._dragging)for(var a=0;a=0&&(o[r[a].depth]=new dc(r[a],this,e));if(i&&n)return RA(i,n,this,!0,(function(t,e){t.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getData().getItemLayout(e);if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t})),e.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getGraph().getEdgeByIndex(e).node1.getLayout();if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t}))})).data},e.prototype.setNodePosition=function(t,e){var n=(this.option.data||this.option.nodes)[t];n.localX=e[0],n.localY=e[1]},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,e,n){function i(t){return isNaN(t)||null==t}if("edge"===n){var r=this.getDataParams(t,n),o=r.data,a=r.value;return Xf("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 Xf("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.defaultOption={z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},e}(sg);function SL(t,e){t.eachSeriesByType("sankey",(function(t){var n=t.get("nodeWidth"),i=t.get("nodeGap"),r=function(t,e){return xp(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}(t,e);t.layoutInfo=r;var o=r.width,a=r.height,s=t.getGraph(),l=s.nodes,u=s.edges;!function(t){E(t,(function(t){var e=OL(t.outEdges,PL),n=OL(t.inEdges,PL),i=t.getValue()||0,r=Math.max(e,n,i);t.setLayout({value:r},!0)}))}(l),function(t,e,n,i,r,o,a,s,l){(function(t,e,n,i,r,o,a){for(var s=[],l=[],u=[],h=[],c=0,p=0;p=0;v&&y.depth>d&&(d=y.depth),g.setLayout({depth:v?y.depth:c},!0),"vertical"===o?g.setLayout({dy:n},!0):g.setLayout({dx:n},!0);for(var m=0;mc-1?d:c-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--)TL(s,l*=.99,a),IL(s,r,n,i,a),RL(s,l,a),IL(s,r,n,i,a)}(t,e,o,r,i,a,s),function(t,e){var n="vertical"===e?"x":"y";E(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]}))})),E(t,(function(t){var e=0,n=0;E(t.outEdges,(function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy})),E(t.inEdges,(function(t){t.setLayout({ty:n},!0),n+=t.getLayout().dy}))}))}(t,s)}(l,u,n,i,o,a,0!==B(l,(function(t){return 0===t.getLayout().value})).length?0:t.get("layoutIterations"),t.get("orient"),t.get("nodeAlign"))}))}function ML(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function IL(t,e,n,i,r){var o="vertical"===r?"x":"y";E(t,(function(t){var a,s,l;t.sort((function(t,e){return t.getLayout()[o]-e.getLayout()[o]}));for(var u=0,h=t.length,c="vertical"===r?"dx":"dy",p=0;p0&&(a=s.getLayout()[o]+l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]+s.getLayout()[c]+e;if((l=u-e-("vertical"===r?i:n))>0){a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0),u=a;for(p=h-2;p>=0;--p)(l=(s=t[p]).getLayout()[o]+s.getLayout()[c]+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 TL(t,e,n){E(t.slice().reverse(),(function(t){E(t,(function(t){if(t.outEdges.length){var i=OL(t.outEdges,CL,n)/OL(t.outEdges,PL);if(isNaN(i)){var r=t.outEdges.length;i=r?OL(t.outEdges,DL,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-LL(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-LL(t,n))*e;t.setLayout({y:a},!0)}}}))}))}function CL(t,e){return LL(t.node2,e)*t.getValue()}function DL(t,e){return LL(t.node2,e)}function AL(t,e){return LL(t.node1,e)*t.getValue()}function kL(t,e){return LL(t.node1,e)}function LL(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function PL(t){return t.getValue()}function OL(t,e,n){for(var i=0,r=t.length,o=-1;++oi&&(i=e)})),E(e,(function(e){var r=new iD({type:"color",mappingMethod:"linear",dataExtent:[n,i],visual:t.get("color")}).mapValueToVisual(e.getLayout().value),o=e.getModel().get(["itemStyle","color"]);null!=o?(e.setVisual("color",o),e.setVisual("style",{fill:o})):(e.setVisual("color",r),e.setVisual("style",{fill:r}))}))}}))}var EL=function(){function t(){}return 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=!0):"category"===s?(t.layout="vertical",n=o.getOrdinalMeta(),i=!0):t.layout=t.layout||"horizontal";var l=["x","y"],u="horizontal"===t.layout?0:1,h=this._baseAxisDim=l[u],c=l[1-u],p=[r,o],d=p[u].get("type"),f=p[1-u].get("type"),g=t.data;if(g&&i){var y=[];E(g,(function(t,e){var n;Y(t)?(n=t.slice(),t.unshift(e)):Y(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:h,type:Dm(d),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:c,type:Dm(f),dimsDef:v.slice()}];return uM(this,{coordDimensions:m,dimensionsCount:v.length+1,encodeDefaulter:H(Hp,m,this)})},t.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},t}(),zL=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:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},e}(sg);R(zL,EL,!0);var VL=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=GL(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?(hh(n),WL(s,n,i,t)):n=GL(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}(xg),BL=function(){},FL=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 BL},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 jL=["color","borderColor"],qL=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){Vh(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&&QL(s,a))return;var l=JL(a,n,!0);oh(l,{shape:{points:a.ends}},t,n),tP(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 h=e.getItemLayout(a);o&&QL(s,h)?i.remove(u):(u?(rh(u,{shape:{points:h.ends}},t,a),hh(u)):u=JL(h),tP(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(),rP(t,this.group);var e=t.get("clip",!0)?lS(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=JL(i.getItemLayout(n));tP(o,i,n,r),o.incremental=!0,this.group.add(o),this._progressiveEls.push(o)}},e.prototype._incrementalRenderLarge=function(t,e){rP(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}(xg),KL=function(){},$L=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 KL},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}(gs);function JL(t,e,n){var i=t.ends;return new $L({shape:{points:n?eP(i,t):i},z2:100})}function QL(t,e){for(var n=!0,i=0;i0?"borderColor":"borderColor0"])||n.get(["itemStyle",t>0?"color":"color0"]),o=n.getModel("itemStyle").getItemStyle(jL);e.useStyle(o),e.style.fill=null,e.style.stroke=r}var aP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],n}return n(e,t),e.prototype.getShadowDim=function(){return"open"},e.prototype.brushSelector=function(t,e,n){var i=e.getItemLayout(t);return i&&n.rect(i.brushRect)},e.type="series.candlestick",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,clip:!0,itemStyle:{color:"#eb5454",color0:"#47b262",borderColor:"#eb5454",borderColor0:"#47b262",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationEasing:"linear",animationDuration:300},e}(sg);function sP(t){t&&Y(t.series)&&E(t.series,(function(t){q(t)&&"k"===t.type&&(t.type="candlestick")}))}R(aP,EL,!0);var lP=["itemStyle","borderColor"],uP=["itemStyle","borderColor0"],hP=["itemStyle","color"],cP=["itemStyle","color0"],pP={seriesType:"candlestick",plan:yg(),performRawSeries:!0,reset:function(t,e){function n(t,e){return e.get(t>0?hP:cP)}function i(t,e){return e.get(t>0?lP:uP)}if(!e.isSeriesFiltered(t))return!t.pipelineContext.large&&{progress:function(t,e){for(var r;null!=(r=t.next());){var o=e.getItemModel(r),a=e.getItemLayout(r).sign,s=o.getItemStyle();s.fill=n(a,o),s.stroke=i(a,o)||s.fill,A(e.ensureUniqueItemVisual(r,"style"),s)}}}}},dP={seriesType:"candlestick",plan:yg(),reset:function(t){var e=t.coordinateSystem,n=t.getData(),i=function(t,e){var n,i=t.getBaseAxis(),r="category"===i.type?i.getBandWidth():(n=i.getExtent(),Math.abs(n[1]-n[0])/e.count()),o=Er(rt(t.get("barMaxWidth"),r),r),a=Er(rt(t.get("barMinWidth"),1),r),s=t.get("barWidth");return null!=s?Er(s,r):Math.max(Math.min(r/2,o),a)}(t,n),r=["x","y"],o=n.getDimensionIndex(n.mapDimension(r[0])),a=z(n.mapDimensionsAll(r[1]),n.getDimensionIndex,n),s=a[0],l=a[1],u=a[2],h=a[3];if(n.setLayout({candleWidth:i,isSimpleBox:i<=1.3}),!(o<0||a.length<4))return{progress:t.pipelineContext.large?function(t,n){var i,r,a=Sx(4*t.count),c=0,p=[],d=[],f=n.getStore();for(;null!=(r=t.next());){var g=f.get(o,r),y=f.get(s,r),v=f.get(l,r),m=f.get(u,r),x=f.get(h,r);isNaN(g)||isNaN(m)||isNaN(x)?(a[c++]=NaN,c+=3):(a[c++]=fP(f,r,y,v,l),p[0]=g,p[1]=m,i=e.dataToPoint(p,null,d),a[c++]=i?i[0]:NaN,a[c++]=i?i[1]:NaN,p[1]=x,i=e.dataToPoint(p,null,d),a[c++]=i?i[1]:NaN)}n.setLayout("largePoints",a)}:function(t,n){var r,a=n.getStore();for(;null!=(r=t.next());){var c=a.get(o,r),p=a.get(s,r),d=a.get(l,r),f=a.get(u,r),g=a.get(h,r),y=Math.min(p,d),v=Math.max(p,d),m=S(y,c),x=S(v,c),_=S(f,c),b=S(g,c),w=[];M(w,x,0),M(w,m,1),w.push(T(b),T(x),T(_),T(m)),n.setItemLayout(r,{sign:fP(a,r,p,d,l),initBaseline:p>d?x[1]:m[1],ends:w,brushRect:I(f,g,c)})}function S(t,n){var i=[];return i[0]=n,i[1]=t,isNaN(n)||isNaN(t)?[NaN,NaN]:e.dataToPoint(i)}function M(t,e,n){var r=e.slice(),o=e.slice();r[0]=Mh(r[0]+i/2,1,!1),o[0]=Mh(o[0]-i/2,1,!0),n?t.push(r,o):t.push(o,r)}function I(t,e,n){var r=S(t,n),o=S(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 T(t){return t[0]=Mh(t[0],1),t}}}}};function fP(t,e,n,i,r){return n>i?-1:n0?t.get(r,e-1)<=i?1:-1:1}function gP(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 yP=function(t){function e(e,n){var i=t.call(this)||this,r=new Yw(e,n),o=new Cr;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)/s*1e3),o!==this._period||a!==this._loop){i.stopAnimation();var u=void 0;u=U(l)?l(n):l,i.__t>0&&(u=-o*i.__t),this._animateSymbol(i,o,u,a)}this._period=o,this._loop=a}},e.prototype._animateSymbol=function(t,e,n,i){if(e>0){t.__t=0;var r=this,o=t.animate("",i).when(e,{__t:1}).delay(n).during((function(){r._updateSymbolPosition(t)}));i||o.done((function(){r.remove(t)})),o.start()}},e.prototype._getLineLength=function(t){return Et(t.__p1,t.__cp1)+Et(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,o=[t.x,t.y],a=o.slice(),s=Ke,l=$e;o[0]=s(e[0],i[0],n[0],r),o[1]=s(e[1],i[1],n[1],r);var u=l(e[0],i[0],n[0],r),h=l(e[1],i[1],n[1],r);t.rotation=-Math.atan2(h,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 h=u[0]-l[0],c=u[1]-l[1];t.rotation=-Math.atan2(c,h)-Math.PI/2,this._lastFrame=o,this._lastFramePercent=e,t.ignore=!1}},e}(xP),wP=function(){this.polyline=!1,this.curveness=0,this.segs=[]},SP=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:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new wP},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 c=(s+u)/2-(l-h)*r,p=(l+h)/2-(u-s)*r;t.quadraticCurveTo(c,p,u,h)}else t.lineTo(u,h)}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++],h=i[s++],c=1;c0){if(Ja(u,h,(u+p)/2-(h-d)*r,(h+d)/2-(p-u)*r,p,d,o,t,e))return a}else if(Ka(u,h,p,d,o,t,e))return a;a++}return-1},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return t=n[0],e=n[1],i.contain(t,e)?(this.hoverDataIdx=this.findDataIndex(t,e))>=0:(this.hoverDataIdx=-1,!1)},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape.segs,n=1/0,i=1/0,r=-1/0,o=-1/0,a=0;a0&&(o.dataIndex=n+t.__startIndex)}))},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),IP={seriesType:"lines",plan:yg(),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,h=r.start;h0&&(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)&&lS(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=IP.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 MP:new gA(r?i?bP:_P:i?xP:fA),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}(xg),CP="undefined"==typeof Uint32Array?Array:Uint32Array,DP="undefined"==typeof Float64Array?Array:Float64Array;function AP(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),D([e,t[0],t[1]])})))}var kP=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||[],AP(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(AP(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=gt(this._flatCoords,e.flatCoords),this._flatCoordsOffset=gt(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}(sg);function LP(t){return t instanceof Array||(t=[t,t]),t}var PP={seriesType:"lines",reset:function(t){var e=LP(t.get("symbol")),n=LP(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=LP(n.getShallow("symbol",!0)),r=LP(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 OP=function(){function t(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=h.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,h=this.canvas,c=h.getContext("2d"),p=t.length;h.width=e,h.height=n;for(var d=0;d0){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 c.putImageData(m,0,0),h},t.prototype._getBrush=function(){var t=this._brushCanvas||(this._brushCanvas=h.createCanvas()),e=this.pointSize+this.blurSize,n=2*e;t.width=n,t.height=n;var i=t.getContext("2d");return i.clearRect(0,0,n,n),i.shadowOffsetX=n,i.shadowBlur=this.blurSize,i.shadowColor="#000",i.beginPath(),i.arc(-e,e,this.pointSize,0,2*Math.PI,!0),i.closePath(),i.fill(),t},t.prototype._getGradient=function(t,e){for(var n=this._gradientPixels,i=n[e]||(n[e]=new Uint8ClampedArray(1024)),r=[0,0,0,0],o=0,a=0;a<256;a++)t[e](a/255,!0,r),i[o++]=r[0],i[o++]=r[1],i[o++]=r[2],i[o++]=r[3];return i},t}();function RP(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}var NP=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?this._renderOnCartesianAndCalendar(t,n,0,t.getData().count()):RP(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&&(RP(r)?this.render(e,n,i):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(e,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){Vh(this._progressiveEls||this.group,t)},e.prototype._renderOnCartesianAndCalendar=function(t,e,n,i,r){var o,a,s,l,u=t.coordinateSystem,h=uS(u,"cartesian2d");if(h){var c=u.getAxis("x"),p=u.getAxis("y");0,o=c.getBandWidth()+.5,a=p.getBandWidth()+.5,s=c.scale.getExtent(),l=p.scale.getExtent()}for(var d=this.group,f=t.getData(),g=t.getModel(["emphasis","itemStyle"]).getItemStyle(),y=t.getModel(["blur","itemStyle"]).getItemStyle(),v=t.getModel(["select","itemStyle"]).getItemStyle(),m=t.get(["itemStyle","borderRadius"]),x=Yh(t),_=t.getModel("emphasis"),b=_.get("focus"),w=_.get("blurScope"),S=_.get("disabled"),M=h?[f.mapDimension("x"),f.mapDimension("y"),f.mapDimension("value")]:[f.mapDimension("time"),f.mapDimension("value")],I=n;Is[1]||Al[1])continue;var k=u.dataToPoint([D,A]);T=new Cs({shape:{x:k[0]-o/2,y:k[1]-a/2,width:o,height:a},style:C})}else{if(isNaN(f.get(M[1],I)))continue;T=new Cs({z2:1,shape:u.dataToRect([f.get(M[0],I)]).contentShape,style:C})}if(f.hasItemOption){var L=f.getItemModel(I),P=L.getModel("emphasis");g=P.getModel("itemStyle").getItemStyle(),y=L.getModel(["blur","itemStyle"]).getItemStyle(),v=L.getModel(["select","itemStyle"]).getItemStyle(),m=L.get(["itemStyle","borderRadius"]),b=P.get("focus"),w=P.get("blurScope"),S=P.get("disabled"),x=Yh(L)}T.shape.r=m;var O=t.getRawValue(I),R="-";O&&null!=O[2]&&(R=O[2]+""),Hh(T,x,{labelFetcher:t,labelDataIndex:I,defaultOpacity:C.opacity,defaultText:R}),T.ensureState("emphasis").style=g,T.ensureState("blur").style=y,T.ensureState("select").style=v,Rl(T,b,w,S),T.incremental=r,r&&(T.states.emphasis.hoverLayer=!0),d.add(T),f.setItemGraphicEl(I,T),this._progressiveEls&&this._progressiveEls.push(T)}},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 OP;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 h=Math.max(l.x,0),c=Math.max(l.y,0),p=Math.min(l.width+l.x,i.getWidth()),d=Math.min(l.height+l.y,i.getHeight()),f=p-h,g=d-c,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]-=h,r[1]-=c,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&&i0?1:-1}(n,o,r,i,c),function(t,e,n,i,r,o,a,s,l,u){var h,c=l.valueDim,p=l.categoryDim,d=Math.abs(n[p.wh]),f=t.getItemVisual(e,"symbolSize");h=Y(f)?f.slice():null==f?["100%","100%"]:[f,f];h[p.index]=Er(h[p.index],d),h[c.index]=Er(h[c.index],i?d:Math.abs(o)),u.symbolSize=h,(u.symbolScale=[h[0]/s,h[1]/s])[c.index]*=(l.isHorizontal?-1:1)*a}(t,e,r,o,0,c.boundingLength,c.pxSign,u,i,c),function(t,e,n,i,r){var o=t.get(zP)||0;o&&(BP.attr({scaleX:e[0],scaleY:e[1],rotation:n}),BP.updateTransform(),o/=BP.getLineScale(),o*=e[i.valueDim.index]);r.valueLineWidth=o||0}(n,c.symbolScale,l,i,c);var p=c.symbolSize,d=Oy(n.get("symbolOffset"),p);return function(t,e,n,i,r,o,a,s,l,u,h,c){var p=h.categoryDim,d=h.valueDim,f=c.pxSign,g=Math.max(e[d.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 _=Er(m,e[d.index]),b=Math.max(g+2*_,0),w=x?0:2*_,S=eo(i),M=S?i:iO((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?iO((Math.abs(u)+w)/b):0),y=M*b-w,c.repeatTimes=M,c.symbolMargin=_}var I=f*(y/2),T=c.pathPosition=[];T[p.index]=n[p.wh]/2,T[d.index]="start"===a?I:"end"===a?l-I:l/2,o&&(T[0]+=o[0],T[1]+=o[1]);var C=c.bundlePosition=[];C[p.index]=n[p.xy],C[d.index]=n[d.xy];var D=c.barRectShape=A({},n);D[d.wh]=f*Math.max(Math.abs(n[d.wh]),Math.abs(T[d.index]+I)),D[p.wh]=n[p.wh];var k=c.clipShape={};k[p.xy]=-n[p.xy],k[p.wh]=h.ecSize[p.wh],k[d.xy]=0,k[d.wh]=n[d.wh]}(n,p,r,o,0,d,s,c.valueLineWidth,c.boundingLength,c.repeatCutLength,i,c),c}function WP(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function HP(t){var e=t.symbolPatternSize,n=Ly(t.symbolType,-e/2,-e/2,e,e);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function YP(t,e,n,i){var r=t.__pictorialBundle,o=n.symbolSize,a=n.valueLineWidth,s=n.pathPosition,l=e.valueDim,u=n.repeatTimes||0,h=0,c=o[e.valueDim.index]+a+2*n.symbolMargin;for(tO(t,(function(t){t.__pictorialAnimationIndex=h,t.__pictorialRepeatTimes=u,h0:i<0)&&(r=u-1-t),e[l.index]=c*(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 UP(t,e,n,i){var r=t.__pictorialBundle,o=t.__pictorialMainPath;o?eO(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=HP(n),r.add(o),eO(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 XP(t,e,n){var i=A({},e.barRectShape),r=t.__pictorialBarRect;r?eO(r,null,{shape:i},e,n):((r=t.__pictorialBarRect=new Cs({z2:2,shape:i,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}})).disableMorphing=!0,t.add(r))}function ZP(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)rh(r,{shape:o},s,l);else{o[a.wh]=0,r=new Cs({shape:o}),t.__pictorialBundle.setClipPath(r),t.__pictorialClipPath=r;var u={};u[a.wh]=n.clipShape[a.wh],Bh[i?"updateProps":"initProps"](r,{shape:u},s,l)}}}function jP(t,e){var n=t.getItemModel(e);return n.getAnimationDelayParams=qP,n.isAnimationEnabled=KP,n}function qP(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function KP(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function $P(t,e,n,i){var r=new Cr,o=new Cr;return r.add(o),r.__pictorialBundle=o,o.x=n.bundlePosition[0],o.y=n.bundlePosition[1],n.symbolRepeat?YP(r,e,n):UP(r,0,n),XP(r,n,i),ZP(r,e,n,i),r.__pictorialShapeStr=QP(t,n),r.__pictorialSymbolMeta=n,r}function JP(t,e,n,i){var r=i.__pictorialBarRect;r&&r.removeTextContent();var o=[];tO(i,(function(t){o.push(t)})),i.__pictorialMainPath&&o.push(i.__pictorialMainPath),i.__pictorialClipPath&&(n=null),E(o,(function(t){sh(t,{scaleX:0,scaleY:0},n,e,(function(){i.parent&&i.parent.remove(i)}))})),t.setItemGraphicEl(e,null)}function QP(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function tO(t,e,n){E(t.__pictorialBundle.children(),(function(i){i!==t.__pictorialBarRect&&e.call(n,i)}))}function eO(t,e,n,i,r,o){e&&t.attr(e),i.symbolClip&&!r?n&&t.attr(n):n&&Bh[r?"updateProps":"initProps"](t,n,i.animationModel,i.dataIndex,o)}function nO(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"),h=o.get("focus"),c=o.get("blurScope"),p=o.get("scale");tO(t,(function(t){if(t instanceof _s){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,p&&(i.scaleX=1.1*t.scaleX,i.scaleY=1.1*t.scaleY),t.ensureState("blur").style=s,t.ensureState("select").style=l,u&&(t.cursor=u),t.z2=n.z2}));var d=e.valueDim.posDesc[+(n.boundingLength>0)];Hh(t.__pictorialBarRect,Yh(r),{labelFetcher:e.seriesModel,labelDataIndex:i,defaultText:Ww(e.seriesModel.getData(),i),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:d}),Rl(t,h,c,o.get("disabled"))}function iO(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}var rO=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=yc(IS.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),e}(IS);var oO=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 h(t){return t.name}o.x=0,o.y=l.y+u[0];var c=new Im(this._layersSeries||[],a,h,h),p=[];function d(e,n,s){var l=r._layers;if("remove"!==e){for(var u,h,c=[],d=[],f=a[n].indices,g=0;go&&(o=s),i.push(s)}for(var u=0;uo&&(o=c)}return{y0:r,max:o}}(l),h=u.y0,c=n/u.max,p=o.length,d=o[0].indices.length,f=0;fMath.PI/2?"right":"left"):S&&"center"!==S?"left"===S?(m=r.r0+w,a>Math.PI/2&&(S="right")):"right"===S&&(m=r.r-w,a>Math.PI/2&&(S="left")):(m=o===2*Math.PI&&0===r.r0?0:(r.r+r.r0)/2,S="center"),g.style.align=S,g.style.verticalAlign=f(p,"verticalAlign")||"middle",g.x=m*s+r.cx,g.y=m*l+r.cy;var M=f(p,"rotate"),I=0;"radial"===M?(I=-a)<-Math.PI/2&&(I+=Math.PI):"tangential"===M?(I=Math.PI/2-a)>Math.PI/2?I-=Math.PI:I<-Math.PI/2&&(I+=Math.PI):j(M)&&(I=M*Math.PI/180),g.rotation=I})),h.dirtyStyle()},e}(Cu),hO="sunburstRootToNode",cO="sunburstHighlight";var pO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n,i){var r=this;this.seriesModel=t,this.api=n,this.ecModel=e;var o=t.getData(),a=o.tree.root,s=t.getViewRoot(),l=this.group,u=t.get("renderLabelForZeroData"),h=[];s.eachNode((function(t){h.push(t)}));var c=this._oldChildren||[];!function(i,r){if(0===i.length&&0===r.length)return;function s(t){return t.getId()}function h(s,h){!function(i,r){u||!i||i.getValue()||(i=null);if(i!==a&&r!==a)if(r&&r.piece)i?(r.piece.updateData(!1,i,t,e,n),o.setItemGraphicEl(i.dataIndex,r.piece)):function(t){if(!t)return;t.piece&&(l.remove(t.piece),t.piece=null)}(r);else if(i){var s=new uO(i,t,e,n);l.add(s),o.setItemGraphicEl(i.dataIndex,s)}}(null==s?null:i[s],null==h?null:r[h])}new Im(r,i,s,s).add(h).update(h).remove(H(h,null)).execute()}(h,c),function(i,o){o.depth>0?(r.virtualPiece?r.virtualPiece.updateData(!1,i,t,e,n):(r.virtualPiece=new uO(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=h},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)dp(a,o.get("target",!0)||"_blank")}n=!0}}))}))},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:hO,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}(xg),dO=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};fO(n);var i=this._levelModels=z(t.levels||[],(function(t){return new dc(t,this,e)}),this),r=AC.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=OC(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(){BC(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}(sg);function fO(t){var e=0;E(t.children,(function(t){fO(t);var n=t.value;Y(n)&&(n=n[0]),e+=n}));var n=t.value;Y(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),Y(t.value)?t.value[0]=n:t.value=n}var gO=Math.PI/180;function yO(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.get("center"),i=t.get("radius");Y(i)||(i=[0,i]),Y(e)||(e=[e,e]);var r=n.getWidth(),o=n.getHeight(),a=Math.min(r,o),s=Er(e[0],r),l=Er(e[1],o),u=Er(i[0],a/2),h=Er(i[1],a/2),c=-t.get("startAngle")*gO,p=t.get("minAngle")*gO,d=t.getData().tree.root,f=t.getViewRoot(),g=f.depth,y=t.get("sort");null!=y&&vO(f,y);var v=0;E(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=(h-u)/(b||1),S=t.get("clockwise"),M=t.get("stillShowZeroSum"),I=S?1:-1,T=function(e,n){if(e){var i=n;if(e!==d){var r=e.getValue(),o=0===m&&M?x:r*x;o1;)r=r.parentNode;var o=n.getColorFromPalette(r.name||r.dataIndex+"",e);return t.depth>1&&X(o)&&(o=Sn(o,(t.depth-1)/(i-1)*.5)),o}(r,t,i.root.height)),A(n.ensureUniqueItemVisual(r.dataIndex,"style"),o)}))}))}var xO={color:"fill",borderColor:"stroke"},_O={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},bO=So(),wO=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 rx(null,this)},e.prototype.getDataParams=function(e,n,i){var r=t.prototype.getDataParams.call(this,e,n);return i&&(r.info=bO(i).info),r},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(sg);function SO(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 MO(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 IO(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 TO(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 CO(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||mt(t,"text")))}function DO(t,e,n){var i,r,o,a=t;if("text"===e)o=a;else{o={},mt(a,"text")&&(o.text=a.text),mt(a,"rich")&&(o.rich=a.rich),mt(a,"textFill")&&(o.fill=a.textFill),mt(a,"textStroke")&&(o.stroke=a.textStroke),mt(a,"fontFamily")&&(o.fontFamily=a.fontFamily),mt(a,"fontSize")&&(o.fontSize=a.fontSize),mt(a,"fontStyle")&&(o.fontStyle=a.fontStyle),mt(a,"fontWeight")&&(o.fontWeight=a.fontWeight),r={type:"text",style:o,silent:!0},i={};var s=mt(a,"textPosition");n?i.position=s?a.textPosition:"inside":s&&(i.position=a.textPosition),mt(a,"textPosition")&&(i.position=a.textPosition),mt(a,"textOffset")&&(i.offset=a.textOffset),mt(a,"textRotation")&&(i.rotation=a.textRotation),mt(a,"textDistance")&&(i.distance=a.textDistance)}return AO(o,t),E(o.rich,(function(t){AO(t,t)})),{textConfig:i,textContent:r}}function AO(t,e){e&&(e.font=e.textFont||e.font,mt(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),mt(e,"textAlign")&&(t.align=e.textAlign),mt(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),mt(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),mt(e,"textWidth")&&(t.width=e.textWidth),mt(e,"textHeight")&&(t.height=e.textHeight),mt(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),mt(e,"textPadding")&&(t.padding=e.textPadding),mt(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),mt(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),mt(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),mt(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),mt(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),mt(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),mt(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function kO(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||"#000";LO(i,e);var a=null==i.textFill;return r?a&&(i.textFill=n.insideFill||"#fff",!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||"#000"),!i.textStroke&&n.outsideStroke&&(i.textStroke=n.outsideStroke)),i.text=e.text,i.rich=e.rich,E(e.rich,(function(t){LO(t,t)})),i}function LO(t,e){e&&(mt(e,"fill")&&(t.textFill=e.fill),mt(e,"stroke")&&(t.textStroke=e.fill),mt(e,"lineWidth")&&(t.textStrokeWidth=e.lineWidth),mt(e,"font")&&(t.font=e.font),mt(e,"fontStyle")&&(t.fontStyle=e.fontStyle),mt(e,"fontWeight")&&(t.fontWeight=e.fontWeight),mt(e,"fontSize")&&(t.fontSize=e.fontSize),mt(e,"fontFamily")&&(t.fontFamily=e.fontFamily),mt(e,"align")&&(t.textAlign=e.align),mt(e,"verticalAlign")&&(t.textVerticalAlign=e.verticalAlign),mt(e,"lineHeight")&&(t.textLineHeight=e.lineHeight),mt(e,"width")&&(t.textWidth=e.width),mt(e,"height")&&(t.textHeight=e.height),mt(e,"backgroundColor")&&(t.textBackgroundColor=e.backgroundColor),mt(e,"padding")&&(t.textPadding=e.padding),mt(e,"borderColor")&&(t.textBorderColor=e.borderColor),mt(e,"borderWidth")&&(t.textBorderWidth=e.borderWidth),mt(e,"borderRadius")&&(t.textBorderRadius=e.borderRadius),mt(e,"shadowColor")&&(t.textBoxShadowColor=e.shadowColor),mt(e,"shadowBlur")&&(t.textBoxShadowBlur=e.shadowBlur),mt(e,"shadowOffsetX")&&(t.textBoxShadowOffsetX=e.shadowOffsetX),mt(e,"shadowOffsetY")&&(t.textBoxShadowOffsetY=e.shadowOffsetY),mt(e,"textShadowColor")&&(t.textShadowColor=e.textShadowColor),mt(e,"textShadowBlur")&&(t.textShadowBlur=e.textShadowBlur),mt(e,"textShadowOffsetX")&&(t.textShadowOffsetX=e.textShadowOffsetX),mt(e,"textShadowOffsetY")&&(t.textShadowOffsetY=e.textShadowOffsetY))}var PO={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},OO=G(PO),RO=(V(Ki,(function(t,e){return t[e]=1,t}),{}),Ki.join(", "),["","style","shape","extra"]),NO=So();function EO(t,e,n,i,r){var o=t+"Animation",a=nh(t,i,r)||{},s=NO(e).userDuring;return a.duration>0&&(a.during=s?W(HO,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),A(a,n[o]),a}function zO(t,e,n,i){var r=(i=i||{}).dataIndex,o=i.isInit,a=i.clearStyle,s=n.isAnimationEnabled(),l=NO(t),u=e.style;l.userDuring=e.during;var h={},c={};if(function(t,e,n){for(var i=0;i=0)){var c=t.getAnimationStyleProps(),p=c?c.style:null;if(p){!r&&(r=i.style={});var d=G(n);for(u=0;u0&&t.animateFrom(p,d)}else!function(t,e,n,i,r){if(r){var o=EO("update",t,e,i,n);o.duration>0&&t.animateFrom(r,o)}}(t,e,r||0,n,h);VO(t,e),u?t.dirty():t.markRedraw()}function VO(t,e){for(var n=NO(t).leaveToProps,i=0;i=0){!o&&(o=i[t]={});var p=G(a);for(h=0;hi[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(TO,t)}}},calendar:function(t){var e=t.getRect(),n=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(e,n){return t.dataToPoint(e,n)}}}}};function sR(t){return t instanceof gs}function lR(t){return t instanceof da}var uR=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=fR(t,o,e,n);r||a.removeAll(),o.diff(r).add((function(e){yR(n,null,e,s(e,i),t,a,o)})).remove((function(e){var n=r.getItemGraphicEl(e);BO(n,bO(n).option,t)})).update((function(e,l){var u=r.getItemGraphicEl(l);yR(n,u,e,s(e,i),t,a,o)})).execute();var l=t.get("clip",!0)?lS(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=fR(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=s);var r=m(i,$O).getItemStyle(),o=x(i,$O),a=Uh(o,null,null,!0,!0);a.text=o.getShallow("show")?ot(t.getFormattedLabel(i,$O),t.getFormattedLabel(i,JO),Ww(e,i)):null;var l=Xh(o,null,!0);return b(n,r),r=kO(r,a,l),n&&_(r,n),r.legacy=!0,r},visual:function(t,n){if(null==n&&(n=s),mt(xO,t)){var i=e.getItemVisual(n,"style");return i?i[xO[t]]:null}if(mt(_O,t))return e.getItemVisual(n,t)},barLayout:function(t){if("cartesian2d"===o.type){return function(t){var e=[],n=t.axis,i="axis0";if("category"===n.type){for(var r=n.getBandWidth(),o=0;o=c;p--){BO(e.childAt(p),bO(e).option,r)}}(t,c,n,i,r),a>=0?o.replaceAt(c,a):o.add(c),c}function mR(t,e,n){var i,r=bO(t),o=e.type,a=e.shape,s=e.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==r.customGraphicType||"path"===o&&((i=a)&&(mt(i,"pathData")||mt(i,"d")))&&IR(a)!==r.customPathData||"image"===o&&mt(s,"image")&&s.image!==r.customImagePath}function xR(t,e,n){var i=e?_R(t,e):t,r=e?bR(t,i,$O):t.style,o=t.type,a=i?i.textConfig:null,s=t.textContent,l=s?e?_R(s,e):s:null;if(r&&(n.isLegacy||CO(r,o,!!a,!!l))){n.isLegacy=!0;var u=DO(r,o,!e);!a&&u.textConfig&&(a=u.textConfig),!l&&u.textContent&&(l=u.textContent)}if(!e&&l){var h=l;!h.type&&(h.type="text")}var c=e?n[e]:n.normal;c.cfg=a,c.conOpt=l}function _R(t,e){return e?t?t[e]:null:t}function bR(t,e,n){var i=e&&e.style;return null==i&&n===$O&&t&&(i=t.styleEmphasis),i}function wR(t,e){var n=t&&t.name;return null!=n?n:"e\0\0"+e}function SR(t,e){var n=this.context,i=null!=t?n.newChildren[t]:null,r=null!=e?n.oldChildren[e]:null;vR(n.api,r,n.dataIndex,i,n.seriesModel,n.group)}function MR(t){var e=this.context,n=e.oldChildren[t];BO(n,bO(n).option,e.seriesModel)}function IR(t){return t&&(t.pathData||t.d)}var TR=So(),CR=T,DR=W,AR=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 h=this._moveAnimation=this.determineAnimation(t,e);if(a){var c=H(kR,e,h);this.updatePointerEl(a,l,c),this.updateLabelEl(a,l,c,e)}else a=this._group=new Cr,this.createPointerEl(a,l,t,e),this.createLabelEl(a,l,t,e),n.getZr().add(a);RR(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=KM(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=TR(t).pointerEl=new Bh[r.type](CR(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=TR(t).labelEl=new ks(CR(e.label));t.add(r),PR(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=TR(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=TR(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),PR(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=Ph(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){se(t.event)},onmousedown:DR(this._onHandleDragMove,this,0,0),drift:DR(this._onHandleDragMove,this),ondragend:DR(this._onHandleDragEnd,this)}),i.add(r)),RR(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");Y(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,Ag(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){kR(this._axisPointerModel,!e&&this._moveAnimation,this._handle,OR(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(OR(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(OR(i)),TR(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),kg(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 kR(t,e,n,i){LR(TR(n).lastProp,i)||(TR(n).lastProp=i,e?rh(n,i,t):(n.stopAnimation(),n.attr(i)))}function LR(t,e){if(q(t)&&q(e)){var n=!0;return E(e,(function(e,i){n=n&&LR(t[i],e)})),!!n}return t===e}function PR(t,e){t[e.get(["label","show"])?"show":"hide"]()}function OR(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function RR(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 NR(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 ER(t,e,n,i,r){var o=zR(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=ip(a.get("padding")||0),l=a.getFont(),u=cr(o,l),h=r.position,c=u.width+s[1]+s[3],p=u.height+s[0]+s[2],d=r.align;"right"===d&&(h[0]-=c),"center"===d&&(h[0]-=c/2);var f=r.verticalAlign;"bottom"===f&&(h[1]-=p),"middle"===f&&(h[1]-=p/2),function(t,e,n,i){var r=i.getWidth(),o=i.getHeight();t[0]=Math.min(t[0]+e,r)-e,t[1]=Math.min(t[1]+n,o)-n,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}(h,c,p,i);var g=a.get("backgroundColor");g&&"auto"!==g||(g=e.get(["axisLine","lineStyle","color"])),t.label={x:h[0],y:h[1],style:Uh(a,{text:o,font:l,fill:a.getTextColor(),padding:s,backgroundColor:g}),z2:10}}function zR(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:s_(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};E(i,(function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)})),X(a)?o=a.replace("{value}",o):U(a)&&(o=a(s))}return o}function VR(t,e,n){var i=[1,0,0,1,0,0];return zi(i,i,n.rotation),Ei(i,i,n.position),Th([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function BR(t,e,n,i,r,o){var a=GM.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),ER(e,i,r,o,{position:VR(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function FR(t,e,n){return{x1:t[n=n||0],y1:t[1-n],x2:e[n],y2:e[1-n]}}function GR(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}}function WR(t,e,n,i,r,o){return{cx:t,cy:e,r0:n,r:i,startAngle:r,endAngle:o,clockwise:!0}}var HR=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=YR(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var h=NR(i),c=UR[s](o,u,l);c.style=h,t.graphicKey=c.type,t.pointer=c}BR(e,t,LM(a.model,n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=LM(e.axis.grid.model,e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=VR(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=YR(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 h=(s[1]+s[0])/2,c=[h,h];c[l]=u[l];return{x:u[0],y:u[1],rotation:t.rotation,cursorPoint:c,tooltipOption:[{verticalAlign:"middle"},{align:"center"}][l]}},e}(AR);function YR(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var UR={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:FR([e,n[0]],[e,n[1]],XR(t))}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:"Rect",shape:GR([e-i/2,n[0]],[i,r],XR(t))}}};function XR(t){return"x"===t.dim?0:1}var ZR=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,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},e}(Tp),jR=So(),qR=E;function KR(t,e,n){if(!r.node){var i=e.getZr();jR(i).records||(jR(i).records={}),function(t,e){if(jR(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);qR(jR(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)}))}jR(t).initialized=!0,n("click",H(JR,"click")),n("mousemove",H(JR,"mousemove")),n("globalout",$R)}(i,e),(jR(i).records[t]||(jR(i).records[t]={})).handler=n}}function $R(t,e,n){t.handler("leave",null,n)}function JR(t,e,n,i){e.handler(t,n,i)}function QR(t,e){if(!r.node){var n=e.getZr();(jR(n).records||{})[t]&&(jR(n).records[t]=null)}}var tN=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";KR("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){QR("axisPointer",e)},e.prototype.dispose=function(t,e){QR("axisPointer",e)},e.type="axisPointer",e}(gg);function eN(t,e){var n,i=[],r=t.seriesIndex;if(null==r||!(n=e.getSeriesByIndex(r)))return{point:[]};var o=n.getData(),a=wo(o,t);if(null==a||a<0||Y(a))return{point:[]};var s=o.getItemGraphicEl(a),l=n.coordinateSystem;if(n.getTooltipPosition)i=n.getTooltipPosition(a)||[];else if(l&&l.dataToPoint)if(t.isStacked){var u=l.getBaseAxis(),h=l.getOtherAxis(u).dim,c=u.dim,p="x"===h||"radius"===h?1:0,d=o.mapDimension(c),f=[];f[p]=o.get(d,a),f[1-p]=o.get(o.getCalculationInfo("stackResultDimension"),a),i=l.dataToPoint(f)||[]}else i=l.dataToPoint(o.getValues(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 nN=So();function iN(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){lN(r)&&(r=eN({seriesIndex:o.seriesIndex,dataIndex:o.dataIndex},e).point);var l=lN(r),u=o.axesInfo,h=s.axesInfo,c="leave"===i||lN(r),p={},d={},f={list:[],map:{}},g={showPointer:H(oN,d),showTooltip:H(aN,f)};E(s.coordSysMap,(function(t,e){var n=l||t.containPoint(r);E(s.coordSysAxesInfo[e],(function(t,e){var i=t.axis,o=function(t,e){for(var n=0;n<(t||[]).length;n++){var i=t[n];if(e.axis.dim===i.axisDim&&e.axis.model.componentIndex===i.axisIndex)return i}}(u,t);if(!c&&n&&(!u||o)){var a=o&&o.value;null!=a||l||(a=i.pointToData(r)),null!=a&&rN(t,a,g,!1,p)}}))}));var y={};return E(h,(function(t,e){var n=t.linkGroup;n&&!d[e]&&E(n.axesInfo,(function(e,i){var r=d[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,sN(e),sN(t)))),y[t.key]=o}}))})),E(y,(function(t,e){rN(h[e],t,g,!0,p)})),function(t,e,n){var i=n.axesInfo=[];E(e,(function(e,n){var r=e.axisPointerModel.option,o=t[n];o?(!e.useHandle&&(r.status="show"),r.value=o.value,r.seriesDataIndices=(o.payloadBatch||[]).slice()):!e.useHandle&&(r.status="hide"),"show"===r.status&&i.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:r.value})}))}(d,h,p),function(t,e,n,i){if(lN(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=nN(i)[r]||{},a=nN(i)[r]={};E(t,(function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&E(n.seriesDataIndices,(function(t){var e=t.seriesIndex+" | "+t.dataIndex;a[e]=t}))}));var s=[],l=[];E(o,(function(t,e){!a[e]&&l.push(t)})),E(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})}(h,0,n),p}}function rN(t,e,n,i,r){var o=t.axis;if(!o.scale.isBlank()&&o.containData(e))if(t.involveSeries){var a=function(t,e){var n=e.axis,i=n.dim,r=t,o=[],a=Number.MAX_VALUE,s=-1;return E(e.seriesModels,(function(e,l){var u,h,c=e.getData().mapDimensionsAll(i);if(e.getAxisTooltipData){var p=e.getAxisTooltipData(c,t,n);h=p.dataIndices,u=p.nestestValue}else{if(!(h=e.getData().indicesOfNearest(c[0],t,"category"===n.type?.5:null)).length)return;u=e.getData().get(c[0],h[0])}if(null!=u&&isFinite(u)){var d=t-u,f=Math.abs(d);f<=a&&((f=0&&s<0)&&(a=f,s=d,r=u,o.length=0),E(h,(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 oN(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function aN(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=JM(l),h=t.map[u];h||(h=t.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(h)),h.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 sN(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 lN(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function uN(t){tI.registerAxisPointerClass("CartesianAxisPointer",HR),t.registerComponentModel(ZR),t.registerComponentView(tN),t.registerPreprocessor((function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!Y(e)&&(t.axisPointer.link=[e])}})),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,(function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=ZM(t,e)})),t.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},iN)}var hN=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 h=NR(i),c=cN[u](o,a,l,s);c.style=h,t.graphicKey=c.type,t.pointer=c}var p=function(t,e,n,i,r){var o=e.axis,a=o.dataToCoord(t),s=i.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,u,h,c=i.getRadiusAxis().getExtent();if("radius"===o.dim){var p=[1,0,0,1,0,0];zi(p,p,s),Ei(p,p,[i.cx,i.cy]),l=Th([a,-r],p);var d=e.getModel("axisLabel").get("rotate")||0,f=GM.innerTextLayout(s,d*Math.PI/180,-1);u=f.textAlign,h=f.textVerticalAlign}else{var g=c[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",h=Math.abs(l[1]-v)/g<.3?"middle":l[1]>v?"top":"bottom"}return{position:l,align:u,verticalAlign:h}}(e,n,0,a,i.get(["label","margin"]));ER(t,n,i,r,p)},e}(AR);var cN={line:function(t,e,n,i){return"angle"===t.dim?{type:"Line",shape:FR(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:WR(e.cx,e.cy,i[0],i[1],(-n-r/2)*o,(r/2-n)*o)}:{type:"Sector",shape:WR(e.cx,e.cy,n-r/2,n+r/2,0,2*Math.PI)}}},pN=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}(Tp),dN=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",Co).models[0]},e.type="polarAxis",e}(Tp);R(dN,p_);var fN=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}(dN),gN=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}(dN),yN=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}(H_);yN.prototype.dataToRadius=H_.prototype.dataToCoord,yN.prototype.radiusToData=H_.prototype.coordToData;var vN=So(),mN=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=cr(null==o?"":o+"",e.getFont(),"center","top"),u=Math.max(l.height,7)/s;isNaN(u)&&(u=1/0);var h=Math.max(0,Math.floor(u)),c=vN(t.model),p=c.lastAutoInterval,d=c.lastTickCount;return null!=p&&null!=d&&Math.abs(p-h)<=1&&Math.abs(d-r)<=1&&p>h?h=p:(c.lastTickCount=r,c.lastAutoInterval=h),h},e}(H_);mN.prototype.dataToAngle=H_.prototype.dataToCoord,mN.prototype.angleToData=H_.prototype.coordToData;var xN=["radius","angle"],_N=function(){function t(t){this.dimensions=xN,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new yN,this._angleAxis=new mN,this.axisPointerEnabled=!0,this.name=t||"",this._radiusAxis.polar=this._angleAxis.polar=this}return t.prototype.containPoint=function(t){var e=this.pointToCoord(t);return this._radiusAxis.contain(e[0])&&this._angleAxis.contain(e[1])},t.prototype.containData=function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},t.prototype.getAxis=function(t){return this["_"+t+"Axis"]},t.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},t.prototype.getAxesByScale=function(t){var e=[],n=this._angleAxis,i=this._radiusAxis;return n.scale.type===t&&e.push(n),i.scale.type===t&&e.push(i),e},t.prototype.getAngleAxis=function(){return this._angleAxis},t.prototype.getRadiusAxis=function(){return this._radiusAxis},t.prototype.getOtherAxis=function(t){var e=this._angleAxis;return t===e?this._radiusAxis:e},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},t.prototype.getTooltipAxes=function(t){var e=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[e],otherAxes:[this.getOtherAxis(e)]}},t.prototype.dataToPoint=function(t,e){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)])},t.prototype.pointToData=function(t,e){var n=this.pointToCoord(t);return[this._radiusAxis.radiusToData(n[0],e),this._angleAxis.angleToData(n[1],e)]},t.prototype.pointToCoord=function(t){var e=t[0]-this.cx,n=t[1]-this.cy,i=this.getAngleAxis(),r=i.getExtent(),o=Math.min(r[0],r[1]),a=Math.max(r[0],r[1]);i.inverse?o=a-360:a=o+360;var s=Math.sqrt(e*e+n*n);e/=s,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){var e=t[0],n=t[1]/180*Math.PI;return[Math.cos(n)*e+this.cx,-Math.sin(n)*e+this.cy]},t.prototype.getArea=function(){var t=this.getAngleAxis(),e=this.getRadiusAxis().getExtent().slice();e[0]>e[1]&&e.reverse();var n=t.getExtent(),i=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:e[0],r:e[1],startAngle:-n[0]*i,endAngle:-n[1]*i,clockwise:t.inverse,contain:function(t,e){var n=t-this.cx,i=e-this.cy,r=n*n+i*i-1e-4,o=this.r,a=this.r0;return r<=o*o&&r>=a*a}}},t.prototype.convertToPixel=function(t,e,n){return bN(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return bN(e)===this?this.pointToData(n):null},t}();function bN(t){var e=t.seriesModel,n=t.polarModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}function wN(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();E(c_(e,"radius"),(function(t){r.scale.unionExtentFromData(e,t)})),E(c_(e,"angle"),(function(t){i.scale.unionExtentFromData(e,t)}))}})),r_(i.scale,i.model),r_(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 SN(t,e){if(t.type=e.get("type"),t.scale=o_(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 n=e.get("startAngle");t.setExtent(n,n+(t.inverse?-360:360))}e.axis=t,t.model=e}var MN={dimensions:xN,create:function(t,e){var n=[];return t.eachComponent("polar",(function(t,i){var r=new _N(i+"");r.update=wN;var o=r.getRadiusAxis(),a=r.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");SN(o,s),SN(a,l),function(t,e,n){var i=e.get("center"),r=n.getWidth(),o=n.getHeight();t.cx=Er(i[0],r),t.cy=Er(i[1],o);var a=t.getRadiusAxis(),s=Math.min(r,o)/2,l=e.get("radius");null==l?l=[0,"100%"]:Y(l)||(l=[0,l]);var u=[Er(l[0],s),Er(l[1],s)];a.inverse?a.setExtent(u[1],u[0]):a.setExtent(u[0],u[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",Co).models[0];0,t.coordinateSystem=e.coordinateSystem}})),n}},IN=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function TN(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 CN(t){return t.getRadiusAxis().inverse?0:1}function DN(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 AN=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(),a=n.getMinorTicksCoords(),s=z(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}));DN(s),DN(o),E(IN,(function(e){!t.get([e,"show"])||n.scale.isBlank()&&"axisLine"!==e||kN[e](this.group,t,i,o,a,r,s)}),this)}},e.type="angleAxis",e}(tI),kN={axisLine:function(t,e,n,i,r,o){var a,s=e.getModel(["axisLine","lineStyle"]),l=CN(n),u=l?0:1;(a=0===o[u]?new hu({shape:{cx:n.cx,cy:n.cy,r:o[l]},style:s.getLineStyle(),z2:1,silent:!0}):new Au({shape:{cx:n.cx,cy:n.cy,r:o[l],r0:o[u]},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[CN(n)],u=z(i,(function(t){return new zu({shape:TN(n,[l,l+s],t.coord)})}));t.add(wh(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[CN(n)],h=[],c=0;cf?"left":"right",v=Math.abs(d[1]-g)/p<.3?"middle":d[1]>g?"top":"bottom";if(s&&s[c]){var m=s[c];q(m)&&m.textStyle&&(a=new dc(m.textStyle,l,l.ecModel))}var x=new ks({silent:GM.isLabelSilent(e),style:Uh(a,{x:d[0],y:d[1],fill:a.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:i.formattedLabel,align:y,verticalAlign:v})});if(t.add(x),h){var _=GM.makeAxisEventDataBase(e);_.targetType="axisLabel",_.value=i.rawLabel,Hs(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=[],h=0;h=0?"p":"n",T=_;m&&(i[s][M]||(i[s][M]={p:_,n:_}),T=i[s][M][I]);var C=void 0,D=void 0,A=void 0,k=void 0;if("radius"===c.dim){var L=c.dataToCoord(S)-_,P=o.dataToCoord(M);Math.abs(L)=k})}}}))}var VN={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},BN={splitNumber:5},FN=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}(gg);function GN(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 h=e.rotate;return null==h&&(h=t.get(["axisLabel","rotate"])),r.labelRotation="top"===o?-h:h,r.z2=1,r}var WN=["axisLine","axisTickLabel","axisName"],HN=["splitArea","splitLine"],YN=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 Cr;var s=GN(e),l=new GM(e,s);E(WN,l.add,l),o.add(this._axisGroup),o.add(l.getGroup()),E(HN,(function(t){e.get([t,"show"])&&UN[t](this,this.group,this._axisGroup,e)}),this),Ah(a,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)},e.prototype.remove=function(){iI(this)},e.type="singleAxis",e}(tI),UN={splitLine:function(t,e,n,i){var r=i.axis;if(!r.scale.isBlank()){var o=i.getModel("splitLine"),a=o.getModel("lineStyle"),s=a.get("color");s=s instanceof Array?s:[s];for(var l=i.coordinateSystem.getRect(),u=r.isHorizontal(),h=[],c=0,p=r.getTicksCoords({tickModel:o}),d=[],f=[],g=0;g=e.y&&t[1]<=e.y+e.height:n.contain(n.toLocalCoord(t[1]))&&t[0]>=e.y&&t[0]<=e.y+e.height},t.prototype.pointToData=function(t){var e=this.getAxis();return[e.coordToData(e.toLocalCoord(t["horizontal"===e.orient?0:1]))]},t.prototype.dataToPoint=function(t){var e=this.getAxis(),n=this.getRect(),i=[],r="horizontal"===e.orient?0:1;return t instanceof Array&&(t=t[0]),i[r]=e.toGlobalCoord(e.dataToCoord(+t)),i[1-r]=0===r?n.y+n.height/2:n.x+n.width/2,i},t.prototype.convertToPixel=function(t,e,n){return KN(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return KN(e)===this?this.pointToData(n):null},t}();function KN(t){var e=t.seriesModel,n=t.singleAxisModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}var $N={create:function(t,e){var n=[];return t.eachComponent("singleAxis",(function(i,r){var o=new qN(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",Co).models[0];t.coordinateSystem=e&&e.coordinateSystem}})),n},dimensions:jN},JN=["x","y"],QN=["width","height"],tE=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=iE(a,1-nE(o)),l=a.dataToPoint(e)[0],u=i.get("type");if(u&&"none"!==u){var h=NR(i),c=eE[u](o,l,s);c.style=h,t.graphicKey=c.type,t.pointer=c}BR(e,t,GN(n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=GN(e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=VR(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=nE(r),s=iE(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=iE(o,1-a),h=(u[1]+u[0])/2,c=[h,h];return c[a]=l[a],{x:l[0],y:l[1],rotation:t.rotation,cursorPoint:c,tooltipOption:{verticalAlign:"middle"}}},e}(AR),eE={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:FR([e,n[0]],[e,n[1]],nE(t))}},shadow:function(t,e,n){var i=t.getBandWidth(),r=n[1]-n[0];return{type:"Rect",shape:GR([e-i/2,n[0]],[i,r],nE(t))}}};function nE(t){return t.isHorizontal()?0:1}function iE(t,e){var n=t.getRect();return[n[JN[e]],n[JN[e]]+n[QN[e]]]}var rE=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}(gg);var oE=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=Sp(e);t.prototype.init.apply(this,arguments),aE(e,r)},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),aE(this.option,e)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(Tp);function aE(t,e){var n,i=t.cellSize;1===(n=Y(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[yp[e][0]]||null!=t[yp[e][1]]&&null!=t[yp[e][2]]}(e,t)&&(n[t]="auto"),null!=n[t]&&"auto"!==n[t]}));wp(t,e,{type:"box",ignoreSize:r})}var sE=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.dataToRect([s],!1).tl,u=new Cs({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,h=0;u.time<=e.end.time;h++){p(u.formatedDate),0===h&&(u=o.getDateInfo(e.start.y+"-"+e.start.m));var c=u.date;c.setMonth(c.getMonth()+1),u=o.getDateInfo(c)}function p(e){r._firstDayOfMonth.push(o.getDateInfo(e)),r._firstDayPoints.push(o.dataToRect([e],!1).tl);var l=r._getLinePointsOfOneWeek(t,e,n);r._tlpoints.push(l[0]),r._blpoints.push(l[l.length-1]),s&&r._drawSplitline(l,a,i)}p(o.getNextNDay(e.end.time,1).formatedDate),s&&this._drawSplitline(r._getEdgesPoints(r._tlpoints,l,n),a,i),s&&this._drawSplitline(r._getEdgesPoints(r._blpoints,l,n),a,i)},e.prototype._getEdgesPoints=function(t,e,n){var i=[t[0].slice(),t[t.length-1].slice()],r="horizontal"===n?0:1;return i[0][r]=i[0][r]-e/2,i[1][r]=i[1][r]+e/2,i},e.prototype._drawSplitline=function(t,e,n){var i=new Ru({z2:20,shape:{points:t},style:e});n.add(i)},e.prototype._getLinePointsOfOneWeek=function(t,e,n){for(var i=t.coordinateSystem,r=i.getDateInfo(e),o=[],a=0;a<7;a++){var s=i.getNextNDay(r.time,a),l=i.dataToRect([s.time],!1);o[2*s.day]=l.tl,o[2*s.day+1]=l["horizontal"===n?"bl":"tr"]}return o},e.prototype._formatterLabel=function(t,e){return X(t)&&t?(n=t,E(e,(function(t,e){n=n.replace("{"+e+"}",i?ap(t):t)})),n):U(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,h="horizontal"===n?0:1,c={top:[l,s[h][1]],bottom:[l,s[1-h][1]],left:[s[1-h][0],u],right:[s[h][0],u]},p=e.start.y;+e.end.y>+e.start.y&&(p=p+"-"+e.end.y);var d=r.get("formatter"),f={start:e.start.y,end:e.end.y,nameMap:p},g=this._formatterLabel(d,f),y=new ks({z2:30,style:Uh(r,{text:g})});y.attr(this._yearTextPositionControl(y,c[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=Mc(o)||e),o=e.get(["time","monthAbbr"])||[]);var h="start"===s?0:1,c="horizontal"===n?0:1;a="start"===s?-a:a;for(var p="center"===l,d=0;d=i.start.time&&n.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/lE)-Math.floor(n[0].time/lE)+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),h=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:h,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.eachSeries((function(t){"calendar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("calendarIndex")||0])})),i},t.dimensions=["time","value"],t}();function hE(t){var e=t.calendarModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}function cE(t,e){var n;return E(e,(function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)})),n}var pE=["transition","enterFrom","leaveTo"],dE=pE.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function fE(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?pE:dE,r=0;r=0;l--){var p,d,f;if(f=null!=(d=xo((p=n[l]).id,null))?r.get(d):null){var g=f.parent,y=(c=vE(g),{}),v=_p(f,p,g===i?{width:o,height:a}:{width:c.width,height:c.height},null,{hv:p.hv,boundingMode:p.bounding},y);if(!vE(f).isNew&&v){for(var m=p.transition,x={},_=0;_=0)?x[b]=w:f[b]=w}rh(f,x,t,0)}else f.attr(y)}}},e.prototype._clear=function(){var t=this,e=this._elMap;e.each((function(n){bE(n,vE(n).option,e,t._lastGraphicModel)})),this._elMap=ft()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(gg);function xE(t){var e=mt(yE,t)?yE[t]:mh(t);var n=new e({});return vE(n).type=t,n}function _E(t,e,n,i){var r=xE(n);return e.add(r),i.set(t,r),vE(r).id=t,vE(r).isNew=!0,r}function bE(t,e,n,i){t&&t.parent&&("group"===t.type&&t.traverse((function(t){bE(t,e,n,i)})),BO(t,e,i),n.removeKey(vE(t).id))}function wE(t,e,n,i){t.isGroup||E([["cursor",da.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],(function(n){var i=n[0];mt(e,i)?t[i]=rt(e[i],n[1]):null==t[i]&&(t[i]=n[1])})),E(G(e),(function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=U(i)?i:null}})),mt(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}var SE=["x","y","radius","angle","single"],ME=["cartesian2d","polar","singleAxis"];function IE(t){return t+"Axis"}function TE(t,e){var n,i=ft(),r=[],o=ft();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 CE(t){var e=t.ecModel,n={infoList:[],infoMap:ft()};return t.eachTargetAxis((function(t,i){var r=e.getComponent(IE(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 DE=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}(),AE=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=kE(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var e=kE(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;E([["start","startValue"],["end","endValue"]],(function(t,i){"value"===this._rangePropMode[i]&&(e[t[0]]=n[t[0]]=null)}),this),this._resetTarget()},e.prototype._resetTarget=function(){var t=this.get("orient",!0),e=this._targetAxisInfoMap=ft();this._fillSpecifiedTargetAxis(e)?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(e,this._orient)),this._noTarget=!0,e.each((function(t){t.indexList.length&&(this._noTarget=!1)}),this)},e.prototype._fillSpecifiedTargetAxis=function(t){var e=!1;return E(SE,(function(n){var i=this.getReferringComponents(IE(n),Do);if(i.specified){e=!0;var r=new DE;E(i.models,(function(t){r.add(t.componentIndex)})),t.set(n,r)}}),this),e},e.prototype._fillAutoTargetAxisByOrient=function(t,e){var n=this.ecModel,i=!0;if(i){var r="vertical"===e?"y":"x";o(n.findComponents({mainType:r+"Axis"}),r)}i&&o(n.findComponents({mainType:"singleAxis",filter:function(t){return t.get("orient",!0)===e}}),"single");function o(e,n){var r=e[0];if(r){var o=new DE;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",Co).models[0];a&&E(e,(function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",Co).models[0]&&o.add(t.componentIndex)}))}}}i&&E(SE,(function(e){if(i){var r=n.findComponents({mainType:IE(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new DE;o.add(r[0].componentIndex),t.set(e,o),i=!1}}}),this)},e.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis((function(e){!t&&(t=e)}),this),"y"===t?"vertical":"horizontal"},e.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var e=this.ecModel.option;this.option.throttle=e.animation&&e.animationDurationUpdate>0?100:20}},e.prototype._updateRangeUse=function(t){var e=this._rangePropMode,n=this.get("rangeMode");E([["start","startValue"],["end","endValue"]],(function(i,r){var o=null!=t[i[0]],a=null!=t[i[1]];o&&!a?e[r]="percent":!o&&a?e[r]="value":n?e[r]=n[r]:o&&(e[r]="percent")}))},e.prototype.noTarget=function(){return this._noTarget},e.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis((function(e,n){null==t&&(t=this.ecModel.getComponent(IE(e),n))}),this),t},e.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each((function(n,i){E(n.indexList,(function(n){t.call(e,i,n)}))}))},e.prototype.getAxisProxy=function(t,e){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(IE(t),e)},e.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;E([["start","startValue"],["end","endValue"]],(function(i){null==t[i[0]]&&null==t[i[1]]||(e[i[0]]=n[i[0]]=t[i[0]],e[i[1]]=n[i[1]]=t[i[1]])}),this),this._updateRangeUse(t)},e.prototype.setCalculatedRange=function(t){var e=this.option;E(["start","startValue","end","endValue"],(function(n){e[n]=t[n]}))},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.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=IE(this._dimName),i=e.getReferringComponents(n,Co).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=[];RE(["start","end"],(function(l,u){var h=t[l],c=t[l+"Value"];"percent"===r[u]?(null==h&&(h=o[u]),c=i.parse(Nr(h,o,n))):(e=!0,h=Nr(c=null==c?n[u]:i.parse(c),n,o)),s[u]=c,a[u]=h})),NE(s),NE(a);var l=this._minMaxSpan;function u(t,e,n,r,o){var a=o?"Span":"ValueSpan";lk(0,t,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)e[s]=Nr(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];RE(n,(function(t){!function(t,e,n){e&&E(c_(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=e_(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&&RE(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(h&&!c&&!p)return!0;h&&(r=!0),c&&(e=!0),p&&(n=!0)}return r&&e&&n}))}else RE(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)}}));RE(i,(function(t){e.setApproximateExtent(o,t)}))}}))}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._dataExtent;RE(["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=Nr(n[0]+o,n,[0,100],!0):null!=r&&(o=Nr(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=Gr(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 zE={getTargetSeries:function(t){function e(e){t.eachComponent("dataZoom",(function(n){n.eachTargetAxis((function(i,r){var o=t.getComponent(IE(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 EE(e,i,o,t),n.push(r.__dzAxisProxy))}));var i=ft();return E(n,(function(t){E(t.getTargetSeriesModels(),(function(t){i.set(t.uid,t)}))})),i},overallReset:function(t,e){t.eachComponent("dataZoom",(function(t){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 VE=!1;function BE(t){VE||(VE=!0,t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,zE),function(t){t.registerAction("dataZoom",(function(t,e){E(TE(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 FE(t){t.registerComponentModel(LE),t.registerComponentView(OE),BE(t)}var GE=function(){},WE={};function HE(t,e){WE[t]=e}function YE(t){return WE[t]}var UE=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;E(this.option.feature,(function(t,n){var i=YE(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:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},e}(Tp);function XE(t,e){var n=ip(e.get("padding")),i=e.getItemStyle(["color","opacity"]);return i.fill=e.get("backgroundColor"),t=new Cs({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 ZE=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=[];E(s,(function(t,e){u.push(e)})),new Im(this._featureNames||[],u).add(h).update(h).remove(H(h,null)).execute(),this._featureNames=u,function(t,e,n){var i=e.getBoxLayoutParams(),r=e.get("padding"),o={width:n.getWidth(),height:n.getHeight()},a=xp(i,o,r);mp(e.get("orient"),t,e.get("itemGap"),a.width,a.height),_p(t,i,o,r)}(r,t,n),r.add(XE(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={}),h=cr(e,ks.makeFont(u)),c=t.x+r.x,p=!1;t.y+r.y+o+h.height>n.getHeight()&&(a.position="top",p=!0);var d=p?-5-h.height:o+10;c+h.width/2>n.getWidth()?(a.position=["100%",d],u.align="right"):c-h.width/2<0&&(a.position=[0,d],u.align="left")}}))}function h(h,c){var p,d=u[h],f=u[c],g=s[d],y=new dc(g,t,t.ecModel);if(i&&null!=i.newTitle&&i.featureName===d&&(g.title=i.newTitle),d&&!f){if(function(t){return 0===t.indexOf("my")}(d))p={onclick:y.option.onclick,featureName:d};else{var v=YE(d);if(!v)return;p=new v}l[d]=p}else if(!(p=l[f]))return;p.uid=gc("toolbox-feature"),p.model=y,p.ecModel=e,p.api=n;var m=p instanceof GE;d||!f?!y.get("show")||m&&p.unusable?m&&p.remove&&p.remove(e,n):(!function(i,s,l){var u,h,c=i.getModel("iconStyle"),p=i.getModel(["emphasis","iconStyle"]),d=s instanceof GE&&s.getIcons?s.getIcons():i.get("icon"),f=i.get("title")||{};X(d)?(u={})[l]=d:u=d;X(f)?(h={})[l]=f:h=f;var g=i.iconPaths={};E(u,(function(l,u){var d=Ph(l,{},{x:-o/2,y:-o/2,width:o,height:o});d.setStyle(c.getItemStyle()),d.ensureState("emphasis").style=p.getItemStyle();var f=new ks({style:{text:h[u],align:p.get("textAlign"),borderRadius:p.get("textBorderRadius"),padding:p.get("textPadding"),fill:null},ignore:!0});d.setTextContent(f),Eh({el:d,componentModel:t,itemName:u,formatterParamsExtra:{title:h[u]}}),d.__title=h[u],d.on("mouseover",(function(){var e=p.getItemStyle(),i=a?null==t.get("right")&&"right"!==t.get("left")?"right":"left":null==t.get("bottom")&&"bottom"!==t.get("top")?"bottom":"top";f.setStyle({fill:p.get("textFill")||e.fill||e.stroke||"#000",backgroundColor:p.get("textBackgroundColor")}),d.setTextConfig({position:p.get("textPosition")||i}),f.ignore=!t.get("showTitle"),n.enterEmphasis(this)})).on("mouseout",(function(){"emphasis"!==i.get(["iconStatus",u])&&n.leaveEmphasis(this),f.hide()})),("emphasis"===i.get(["iconStatus",u])?_l:bl)(d),r.add(d),d.on("click",W(s.onclick,s,e,n,u)),g[u]=d}))}(y,p,d),y.setIconStatus=function(t,e){var n=this.option,i=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[t]=e,i[t]&&("emphasis"===e?_l:bl)(i[t])},p instanceof GE&&p.render&&p.render(y,e,n,i)):m&&p.dispose&&p.dispose(e,n)}},e.prototype.updateView=function(t,e,n,i){E(this._features,(function(t){t instanceof GE&&t.updateView&&t.updateView(t.model,e,n,i)}))},e.prototype.remove=function(t,e){E(this._features,(function(n){n instanceof GE&&n.remove&&n.remove(t,e)})),this.group.removeAll()},e.prototype.dispose=function(t,e){E(this._features,(function(n){n instanceof GE&&n.dispose&&n.dispose(t,e)}))},e.type="toolbox",e}(gg);var jE=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")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),l=r.browser;if(U(MouseEvent)&&(l.newEdge||!l.ie&&!l.edge)){var u=document.createElement("a");u.download=i+"."+a,u.target="_blank",u.href=s;var h=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});u.dispatchEvent(h)}else if(window.navigator.msSaveOrOpenBlob||o){var c=s.split(","),p=c[0].indexOf("base64")>-1,d=o?decodeURIComponent(c[1]):c[1];p&&(d=window.atob(d));var f=i+"."+a;if(window.navigator.msSaveOrOpenBlob){for(var g=d.length,y=new Uint8Array(g);g--;)y[g]=d.charCodeAt(g);var v=new Blob([y]);window.navigator.msSaveOrOpenBlob(v,f)}else{var m=document.createElement("iframe");document.body.appendChild(m);var x=m.contentWindow,_=x.document;_.open("image/svg+xml","replace"),_.write(d),_.close(),x.focus(),_.execCommand("SaveAs",!0,f),document.body.removeChild(m)}}else{var b=n.get("lang"),w='',S=window.open();S.document.write(w),S.document.title=i}},e.getDefaultOption=function(t){return{show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},e}(GE),qE="__ec_magicType_stack__",KE=[["line","bar"],["stack"]],$E=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getIcons=function(){var t=this.model,e=t.get("icon"),n={};return E(t.get("type"),(function(t){e[t]&&(n[t]=e[t])})),n},e.getDefaultOption=function(t){return{show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}}},e.prototype.onclick=function(t,e,n){var i=this.model,r=i.get(["seriesIndex",n]);if(JE[n]){var o,a={series:[]};E(KE,(function(t){P(t,n)>=0&&E(t,(function(t){i.setIconStatus(t,"normal")}))})),i.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:null==r?null:{seriesIndex:r}},(function(t){var e=t.subType,r=t.id,o=JE[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",h=t.getReferringComponents(u,Co).models[0].componentIndex;a[u]=a[u]||[];for(var c=0;c<=h;c++)a[u][h]=a[u][h]||{};a[u][h].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}(GE),JE={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")===qE;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),C({id:e,stack:r?"":qE},i.get(["option","stack"])||{},!0)}};cm({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},(function(t,e){e.mergeOption(t.newOption)}));var QE=new Array(60).join("-"),tz="\t";function ez(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var nz=new RegExp("[\t]+","g");function iz(t,e){var n=t.split(new RegExp("\n*"+QE+"\n*","g")),i={series:[]};return E(n,(function(t,n){if(function(t){if(t.slice(0,t.indexOf("\n")).indexOf(tz)>=0)return!0}(t)){var r=function(t){for(var e=t.split(/\n+/g),n=[],i=z(ez(e.shift()).split(nz),(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=vz[t.brushType](0,n,e);t.__rangeOffset={offset:xz[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}})),t},t.prototype.matchOutputRanges=function(t,e,n){E(t,(function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&E(i.coordSyses,(function(i){var r=vz[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)}))}),this)},t.prototype.setInputRanges=function(t,e){E(t,(function(t){var n,i,r,o,a,s=this.findTargetInfo(t,e);if(t.range=t.range||[],s&&!0!==s){t.panelId=s.panelId;var l=vz[t.brushType](0,s.coordSys,t.coordRange),u=t.__rangeOffset;t.range=u?xz[t.brushType](l.values,u.offset,(n=l.xyMinMax,i=u.xyMinMax,r=bz(n),o=bz(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:hL(i),isTargetByCursor:pL(i,t,n.coordSysModel),getLinearBrushOtherExtent:cL(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=dz(e,t),r=0;rt[1]&&t.reverse(),t}function dz(t,e){return Io(t,e,{includeMainTypes:hz})}var fz={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=ft(),a={},s={};(n||i||r)&&(E(n,(function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0})),E(i,(function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0})),E(r,(function(t){o.set(t.id,t),a[t.id]=!0,s[t.id]=!0})),o.each((function(t){var r=t.coordinateSystem,o=[];E(r.getCartesians(),(function(t,e){(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:yz.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})})))},geo:function(t,e){E(t.geoModels,(function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:yz.geo})}))}},gz=[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}],yz={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(Ih(t)),e}},vz={lineX:H(mz,0),lineY:H(mz,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=[pz([r[0],o[0]]),pz([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 mz(t,e,n,i){var r=n.getAxis(["x","y"][t]),o=pz(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 xz={lineX:H(_z,0),lineY:H(_z,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 _z(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function bz(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}var wz,Sz,Mz=E,Iz=uo+"toolbox-dataZoom_",Tz=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 Ok(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 cz(Dz(t),e,{include:["grid"]}).makePanelOpts(r,(function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"}));n._brushController.setPanels(a).enableBrush(!(!o||!a.length)&&{brushType:"auto",brushStyle:t.getModel("brushStyle").getItemStyle()})}(t,e,this,i,n),function(t,e){t.setIconStatus("back",function(t){return lz(t).length}(e)>1?"emphasis":"normal")}(t,e)},e.prototype.onclick=function(t,e,n){Cz[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 cz(Dz(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=lz(t);az(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=lk(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=[];Mz(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:"rgba(210,219,238,0.2)"}}},e}(GE),Cz={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(function(t){var e=lz(t),n=e[e.length-1];e.length>1&&e.pop();var i={};return az(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 Dz(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}wz="dataZoom",Sz=function(t){var e=t.getComponent("toolbox",0),n=["feature","dataZoom"];if(e&&null!=e.get(n)){var i=e.getModel(n),r=[],o=Io(t,Dz(i));return Mz(o.xAxisModels,(function(t){return a(t,"xAxis","xAxisIndex")})),Mz(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:Iz+e+o};a[n]=o,r.push(a)}},lt(null==jp.get(wz)&&Sz),jp.set(wz,Sz);var Az=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},e}(Tp);function kz(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function Lz(t){if(r.domSupported)for(var e=document.documentElement.style,n=0,i=t.length;n-1?(u+="top:50%",h+="translateY(-50%) rotate("+(a="left"===s?-225:-45)+"deg)"):(u+="left:50%",h+="translateX(-50%) rotate("+(a="top"===s?225:45)+"deg)");var c=a*Math.PI/180,p=l+r,d=p*Math.abs(Math.cos(c))+p*Math.abs(Math.sin(c)),f=e+" solid "+r+"px;";return'
'}(n,i,r)),X(t))o.innerHTML=t+a;else if(t){o.innerHTML="",Y(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=jz(i,n);this._ticket="";var a=i.dataByCoordSys,s=function(t,e,n){var i=To(t).queryOptionMap,r=i.keys()[0];if(!r||"series"===r)return;var o,a=Ao(e,r,i.get(r),{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];if(!a)return;if(n.getViewOfComponentModel(a).group.traverse((function(e){var n=Hs(e).tooltipConfig;if(n&&n.name===t.name)return o=e,!0})),o)return{componentMainType:r,componentIndex:a.componentIndex,el:o}}(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=Uz;u.x=i.x,u.y=i.y,u.update(),Hs(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 h=eN(i,e),c=h.point[0],p=h.point[1];null!=c&&null!=p&&this._tryShow({offsetX:c,offsetY:p,target:h.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._alwaysShowContent&&this._tooltipModel&&r.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(jz(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"===Zz([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;this._lastDataByCoordSys=null,xy(n,(function(t){return null!=Hs(t).dataIndex?(r=t,!0):null!=Hs(t).tooltipConfig?(o=t,!0):void 0}),!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=Zz([e.tooltipOption],i),a=this._renderMode,s=[],l=Xf("section",{blocks:[],noHeader:!0}),u=[],h=new ig;E(t,(function(t){E(t.dataByAxis,(function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value;if(e&&null!=r){var o=zR(r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),c=Xf("section",{header:o,noHeader:!ut(o),sortBlocks:!0,blocks:[]});l.blocks.push(c),E(t.seriesDataIndices,(function(l){var p=n.getSeriesByIndex(l.seriesIndex),d=l.dataIndexInside,f=p.getDataParams(d);if(!(f.dataIndex<0)){f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=s_(e.axis,{value:r}),f.axisValueLabel=o,f.marker=h.makeTooltipMarker("item",pp(f.color),a);var g=uf(p.formatTooltip(d,!0,null)),y=g.frag;if(y){var v=Zz([p],i).get("valueFormatter");c.blocks.push(v?A({valueFormatter:v},y):y)}g.text&&u.push(g.text),s.push(f)}}))}}))})),l.blocks.reverse(),u.reverse();var c=e.position,p=o.get("order"),d=Jf(l,h,a,p,n.get("useUTC"),o.get("textStyle"));d&&u.unshift(d);var f="richText"===a?"\n\n":"
",g=u.join(f);this._showOrMove(o,(function(){this._updateContentNotChangedOnAxis(t,s)?this._updatePosition(o,c,r[0],r[1],this._tooltipContent,s):this._showTooltipContent(o,g,s,Math.random()+"",r[0],r[1],c,null,h)}))},e.prototype._showSeriesItemTooltip=function(t,e,n){var i=this._ecModel,r=Hs(e),o=r.seriesIndex,a=i.getSeriesByIndex(o),s=r.dataModel||a,l=r.dataIndex,u=r.dataType,h=s.getData(u),c=this._renderMode,p=t.positionDefault,d=Zz([h.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,p?{position:p}:null),f=d.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),y=new ig;g.marker=y.makeTooltipMarker("item",pp(g.color),c);var v=uf(s.formatTooltip(l,!1,u)),m=d.get("order"),x=d.get("valueFormatter"),_=v.frag,b=_?Jf(x?A({valueFormatter:x},_):_,y,c,m,i.get("useUTC"),d.get("textStyle")):v.text,w="item_"+s.name+"_"+l;this._showOrMove(d,(function(){this._showTooltipContent(d,b,g,w,t.offsetX,t.offsetY,t.position,t.target,y)})),n({type:"showTip",dataIndexInside:l,dataIndex:h.getRawIndex(l),seriesIndex:o,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,e,n){var i=Hs(e),r=i.tooltipConfig.option||{};if(X(r)){r={content:r,formatter:r}}var o=[r],a=this._ecModel.getComponent(i.componentMainType,i.componentIndex);a&&o.push(a),o.push({formatter:r.content});var s=t.positionDefault,l=Zz(o,this._tooltipModel,s?{position:s}:null),u=l.get("content"),h=Math.random()+"",c=new ig;this._showOrMove(l,(function(){var n=T(l.get("formatterParams")||{});this._showTooltipContent(l,u,n,h,t.offsetX,t.offsetY,t.position,e,c)})),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 h=t.get("formatter");a=a||t.get("position");var c=e,p=this._getNearestPoint([r,o],n,t.get("trigger"),t.get("borderColor")).color;if(h)if(X(h)){var d=t.ecModel.get("useUTC"),f=Y(n)?n[0]:n;c=h,f&&f.axisType&&f.axisType.indexOf("time")>=0&&(c=Vc(f.axisValue,c,d)),c=hp(c,n,!0)}else if(U(h)){var g=W((function(e,i){e===this._ticket&&(u.setContent(i,l,t,p,a),this._updatePosition(t,a,r,o,u,n,s))}),this);this._ticket=i,c=h(n,i,g)}else c=h;u.setContent(c,l,t,p,a),u.show(t,p),this._updatePosition(t,a,r,o,u,n,s)}},e.prototype._getNearestPoint=function(t,e,n,i){return"axis"===n||Y(e)?{color:i||("html"===this._renderMode?"#fff":"none")}:Y(e)?void 0:{color:i||e.color||e.borderColor}},e.prototype._updatePosition=function(t,e,n,i,r,o,a){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var u=r.getSize(),h=t.get("align"),c=t.get("verticalAlign"),p=a&&a.getBoundingRect().clone();if(a&&p.applyTransform(a.transform),U(e)&&(e=e([n,i],o,r.el,p,{viewSize:[s,l],contentSize:u.slice()})),Y(e))n=Er(e[0],s),i=Er(e[1],l);else if(q(e)){var d=e;d.width=u[0],d.height=u[1];var f=xp(d,{width:s,height:l});n=f.x,i=f.y,h=null,c=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,h=e.height;switch(t){case"inside":s=e.x+u/2-r/2,l=e.y+h/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+h+a;break;case"left":s=e.x-r-a,l=e.y+h/2-o/2;break;case"right":s=e.x+u+a,l=e.y+h/2-o/2}return[s,l]}(e,p,u,t.get("borderWidth"));n=g[0],i=g[1]}else{g=function(t,e,n,i,r,o,a){var s=n.getSize(),l=s[0],u=s[1];null!=o&&(t+l+o+2>i?t-=l+o:t+=o);null!=a&&(e+u+a>r?e-=u+a:e+=a);return[t,e]}(n,i,r,s,l,h?null:20,c?null:20);n=g[0],i=g[1]}if(h&&(n-=qz(h)?u[0]/2:"right"===h?u[0]:0),c&&(i-=qz(c)?u[1]/2:"bottom"===c?u[1]:0),kz(t)){g=function(t,e,n,i,r){var o=n.getSize(),a=o[0],s=o[1];return t=Math.min(t+a,i)-a,e=Math.min(e+s,r)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}(n,i,r,s,l);n=g[0],i=g[1]}r.moveTo(n,i)},e.prototype._updateContentNotChangedOnAxis=function(t,e){var n=this._lastDataByCoordSys,i=this._cbParamsList,r=!!n&&n.length===t.length;return r&&E(n,(function(n,o){var a=n.dataByAxis||[],s=(t[o]||{}).dataByAxis||[];(r=r&&a.length===s.length)&&E(a,(function(t,n){var o=s[n]||{},a=t.seriesDataIndices||[],l=o.seriesDataIndices||[];(r=r&&t.value===o.value&&t.axisType===o.axisType&&t.axisId===o.axisId&&a.length===l.length)&&E(a,(function(t,e){var n=l[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex})),i&&E(t.seriesDataIndices,(function(t){var n=t.seriesIndex,o=e[n],a=i[n];o&&a&&a.data!==o.data&&(r=!1)}))}))})),this._lastDataByCoordSys=t,this._cbParamsList=e,!!r},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,e){!r.node&&e.getDom()&&(kg(this,"_updatePosition"),this._tooltipContent.dispose(),QR("itemTooltip",e))},e.type="tooltip",e}(gg);function Zz(t,e,n){var i,r=e.ecModel;n?(i=new dc(n,r,r),i=new dc(e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof dc&&(a=a.get("tooltip",!0)),X(a)&&(a={formatter:a}),a&&(i=new dc(a,i,r)))}return i}function jz(t,e){return t.dispatchAction||W(e.dispatchAction,e)}function qz(t){return"center"===t||"middle"===t}var Kz=["rect","polygon","keep","clear"];function $z(t,e){var n=ho(t?t.brush:[]);if(n.length){var i=[];E(n,(function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(i=i.concat(e))}));var r=t&&t.toolbox;Y(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={};E(t,(function(t){e[t]=1})),t.length=0,E(e,(function(e,n){t.push(n)}))}(s),e&&!s.length&&s.push.apply(s,Kz)}}var Jz=E;function Qz(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function tV(t,e,n){var i={};return Jz(e,(function(e){var r,o=i[e]=((r=function(){}).prototype.__hidden=r.prototype,new r);Jz(t[e],(function(t,i){if(iD.isValidType(i)){var r={type:i,visual:t};n&&n(r,e),o[i]=new iD(r),"opacity"===i&&((r=T(r)).type="colorAlpha",o.__hidden.__alphaForOpacity=new iD(r))}}))})),i}function eV(t,e,n){var i;E(n,(function(t){e.hasOwnProperty(t)&&Qz(e[t])&&(i=!0)})),i&&E(n,(function(n){e.hasOwnProperty(n)&&Qz(e[n])?t[n]=T(e[n]):delete t[n]}))}var nV={lineX:iV(0),lineY:iV(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])&&y_(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!!(y_(i,r,o)||y_(i,r+a,o)||y_(i,r,o+s)||y_(i,r+a,o+s)||sr.create(t).contain(l[0],l[1])||Oh(r,o,r+a,o,i)||Oh(r,o,r,o+s,i)||Oh(r+a,o,r+a,o+s,i)||Oh(r,o+s,r+a,o+s,i))||void 0}}};function iV(t){var e=["x","y"],n=["width","height"];return{point:function(e,n,i){if(e){var r=i.range;return rV(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&&dV(e)}};function dV(t){return new sr(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}var fV=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 Ok(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){lV(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}(gg),gV=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&&eV(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:"#ddd"},i.hasOwnProperty("liftZ")||(i.liftZ=5)},e.prototype.setAreas=function(t){t&&(this.areas=z(t,(function(t){return yV(this.option,t)}),this))},e.prototype.setBrushOption=function(t){this.brushOption=yV(this.option,t),this.brushType=this.brushOption.brushType},e.type="brush",e.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],e.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},e}(Tp);function yV(t,e){return C({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new dc(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}var vV=["rect","polygon","lineX","lineY","keep","clear"],mV=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,E(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 E(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:vV.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}(GE);var xV=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:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},e}(Tp),_V=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 ks({style:Uh(r,{text:t.get("text"),fill:r.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),h=t.get("subtext"),c=new ks({style:Uh(o,{text:h,fill:o.getTextColor(),y:u.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),p=t.get("link"),d=t.get("sublink"),f=t.get("triggerEvent",!0);l.silent=!p&&!f,c.silent=!d&&!f,p&&l.on("click",(function(){dp(p,"_"+t.get("target"))})),d&&c.on("click",(function(){dp(d,"_"+t.get("subtarget"))})),Hs(l).eventData=Hs(c).eventData=f?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(l),h&&i.add(c);var g=i.getBoundingRect(),y=t.getBoxLayoutParams();y.width=g.width,y.height=g.height;var v=xp(y,{width:n.getWidth(),height:n.getHeight()},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),c.setStyle(m),g=i.getBoundingRect();var x=v.margin,_=t.getItemStyle(["color","opacity"]);_.fill=t.get("backgroundColor");var b=new Cs({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}(gg);var bV=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=[],E(n,(function(e,n){var i,o=xo(fo(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 qm([{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:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},e}(Tp),wV=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=yc(bV.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),e}(bV);R(wV,lf.prototype);var 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="timeline",e}(gg),MV=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}(H_),IV=Math.PI,TV=So(),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.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 Xf("nameValue",{noName:!0,value:a.scale.getLabel({value:t})})},E(["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 xp(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()},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"},h={horizontal:n>=0||"+"===n?"top":"bottom",vertical:"middle"},c={horizontal:0,vertical:IV/2},p="vertical"===s?l.height:l.width,d=t.getModel("controlStyle"),f=d.get("show",!0),g=f?d.get("itemSize"):0,y=f?d.get("itemGap"):0,v=g+y,m=t.get(["label","rotate"])||0;m=m*IV/180;var x=d.get("position",!0),_=f&&d.get("showPlayBtn",!0),b=f&&d.get("showPrevBtn",!0),w=f&&d.get("showNextBtn",!0),S=0,M=p;"left"===x||"bottom"===x?(_&&(i=[0,0],S+=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:p,orient:s,rotation:c[s],labelRotation:m,labelPosOpt:n,labelAlign:t.get(["label","align"])||u[s],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||h[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;Ei(o,o,[-a,-s]),zi(o,o,-IV/2),Ei(o,o,[a,s]),(r=r.clone()).applyTransform(o)}var l=y(r),u=y(n.getBoundingRect()),h=y(i.getBoundingRect()),c=[n.x,n.y],p=[i.x,i.y];p[0]=c[0]=l[0][0];var d,f=t.labelPosOpt;null==f||X(f)?(v(c,u,l,1,d="+"===f?0:1),v(p,h,l,1,1-d)):(v(c,u,l,1,d=f>=0?0:1),p[1]=c[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(c),i.setPosition(p),n.rotation=i.rotation=t.rotation,g(n),g(i)},e.prototype._createAxis=function(t,e){var n=e.getData(),i=e.get("axisType"),r=function(t,e){if(e=e||t.get("type"))switch(e){case"category":return new vx({ordinalMeta:t.getCategories(),extent:[1/0,-1/0]});case"time":return new Rx({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new xx}}(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 MV("value",r,t.axisExtent,i);return a.model=e,a},e.prototype._createGroup=function(t){var e=this[t]=new Cr;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 zu({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 zu({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=[],E(a,(function(t){var a=n.dataToCoord(t.value),s=o.getItemModel(t.value),l=s.getModel("itemStyle"),u=s.getModel(["emphasis","itemStyle"]),h=s.getModel(["progress","itemStyle"]),c={x:a,y:0,onclick:W(r._changeTimeline,r,t.value)},p=DV(s,l,e,c);p.ensureState("emphasis").style=u.getItemStyle(),p.ensureState("progress").style=h.getItemStyle(),Ol(p);var d=Hs(p);s.get("tooltip")?(d.dataIndex=t.value,d.dataModel=i):d.dataIndex=d.dataModel=null,r._tickSymbols.push(p)}))},e.prototype._renderAxisLabel=function(t,e,n,i){var r=this;if(n.getLabelModel().get("show")){var o=i.getData(),a=n.getViewLabels();this._tickLabels=[],E(a,(function(i){var a=i.tickValue,s=o.getItemModel(a),l=s.getModel("label"),u=s.getModel(["emphasis","label"]),h=s.getModel(["progress","label"]),c=n.dataToCoord(i.tickValue),p=new ks({x:c,y:0,rotation:t.labelRotation-t.rotation,onclick:W(r._changeTimeline,r,a),silent:!1,style:Uh(l,{text:i.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});p.ensureState("emphasis").style=Uh(u),p.ensureState("progress").style=Uh(h),e.add(p),Ol(p),TV(p).dataIndex=a,r._tickLabels.push(p)}))}},e.prototype._renderControl=function(t,e,n,i){var r=t.controlSize,o=t.rotation,a=i.getModel("controlStyle").getItemStyle(),s=i.getModel(["emphasis","controlStyle"]).getItemStyle(),l=i.getPlayState(),u=i.get("inverse",!0);function h(t,n,l,u){if(t){var h=gr(rt(i.get(["controlStyle",n+"BtnSize"]),r),r),c=function(t,e,n,i){var r=i.style,o=Ph(t.get(["controlStyle",e]),i||{},new sr(n[0],n[1],n[2],n[3]));r&&o.setStyle(r);return o}(i,n+"Icon",[0,-h/2,h,h],{x:t[0],y:t[1],originX:r/2,originY:0,rotation:u?-o:0,rectHover:!0,style:a,onclick:l});c.ensureState("emphasis").style=s,e.add(c),Ol(c)}}h(t.nextBtnPosition,"next",W(this._changeTimeline,this,u?"-":"+")),h(t.prevBtnPosition,"prev",W(this._changeTimeline,this,u?"+":"-")),h(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),AV(t,s._progressLine,o,n,i,!0)},onUpdate:function(t){AV(t,s._progressLine,o,n,i)}};this._currentPointer=DV(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=Vr(this._axis.getExtent().slice());n>i[1]&&(n=i[1]),n=0&&(a[o]=+a[o].toFixed(c)),[a,h]}var FV={min:H(BV,"min"),max:H(BV,"max"),average:H(BV,"average"),median:H(BV,"median")};function GV(t,e){var n=t.getData(),i=t.coordinateSystem;if(e&&!function(t){return!isNaN(parseFloat(t.x))&&!isNaN(parseFloat(t.y))}(e)&&!Y(e.coord)&&i){var r=i.dimensions,o=WV(e,n,i,t);if((e=T(e)).type&&FV[e.type]&&o.baseAxis&&o.valueAxis){var a=P(r,o.baseAxis.dim),s=P(r,o.valueAxis.dim),l=FV[e.type](n,o.baseDataDim,o.valueDataDim,a,s);e.coord=l[0],e.value=l[1]}else{for(var u=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis],h=0;h<2;h++)FV[u[h]]&&(u[h]=UV(n,n.mapDimension(r[h]),u[h]));e.coord=u}}return e}function WV(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 HV(t,e){return!(t&&t.containData&&e.coord&&!VV(e))||t.containData(e.coord)}function YV(t,e){return t?function(t,n,i,r){return df(r<2?t.coord&&t.coord[r]:t.value,e[r])}:function(t,n,i,r){return df(t.value,e[r])}}function UV(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 XV=So(),ZV=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=ft()},e.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each((function(t){XV(t).keep=!1})),e.eachSeries((function(t){var r=EV.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)})),r.each((function(t){!XV(t).keep&&i.group.remove(t.group)}))},e.prototype.markKeep=function(t){XV(t).keep=!0},e.prototype.toggleBlurSeries=function(t,e){var n=this;E(t,(function(t){var i=EV.getMarkerModelFromSeries(t,n.type);i&&i.getData().eachItemGraphicEl((function(t){t&&(e?wl(t):Sl(t))}))}))},e.type="marker",e}(gg);function jV(t,e,n){var i=e.coordinateSystem;t.each((function(r){var o,a=t.getItemModel(r),s=Er(a.get("x"),n.getWidth()),l=Er(a.get("y"),n.getHeight());if(isNaN(s)||isNaN(l)){if(e.getMarkerPosition)o=e.getMarkerPosition(t.getValues(t.dimensions,r));else if(i){var u=t.get(i.dimensions[0],r),h=t.get(i.dimensions[1],r);o=i.dataToPoint([u,h])}}else o=[s,l];isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),t.setItemLayout(r,o)}))}var qV=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=EV.getMarkerModelFromSeries(t,"markPoint");e&&(jV(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 qw),u=function(t,e,n){var i;i=t?z(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 qm(i,n),o=z(n.get("data"),H(GV,e));t&&(o=B(o,H(HV,t)));var a=YV(!!t,i);return r.initData(o,null,a),r}(r,t,e);e.setData(u),jV(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 h=e.getRawValue(t),c=e.getDataParams(t);U(i)&&(i=i(h,c)),U(r)&&(r=r(h,c)),U(o)&&(o=o(h,c)),U(s)&&(s=s(h,c))}var p=n.getModel("itemStyle").getItemStyle(),d=gy(a,"color");p.fill||(p.fill=d),u.setItemVisual(t,{symbol:i,symbolSize:r,symbolRotate:o,symbolOffset:s,symbolKeepAspect:l,style:p})})),l.updateData(u),this.group.add(l.group),u.eachItemGraphicEl((function(t){t.traverse((function(t){Hs(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markPoint",e}(ZV);var KV=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}(EV),$V=So(),JV=function(t,e,n,i){var r,o=t.getData();if(Y(i))r=i;else{var a=i.type;if("min"===a||"max"===a||"average"===a||"median"===a||null!=i.xAxis||null!=i.yAxis){var s=void 0,l=void 0;if(null!=i.yAxis||null!=i.xAxis)s=e.getAxis(null!=i.yAxis?"y":"x"),l=it(i.yAxis,i.xAxis);else{var u=WV(i,o,e,t);s=u.valueAxis,l=UV(o,ix(o,u.valueDataDim),a)}var h="x"===s.dim?0:1,c=1-h,p=T(i),d={coord:[]};p.type=null,p.coord=[],p.coord[c]=-1/0,d.coord[c]=1/0;var f=n.get("precision");f>=0&&j(l)&&(l=+l.toFixed(Math.min(f,20))),p.coord[h]=d.coord[h]=l,r=[p,d,{type:a,valueIndex:i.valueIndex,value:l}]}else r=[]}var g=[GV(t,r[0]),GV(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 QV(t){return!isNaN(t)&&!isFinite(t)}function tB(t,e,n,i){var r=1-t,o=i.dimensions[t];return QV(e[r])&&QV(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function eB(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(tB(1,n,i,t)||tB(0,n,i,t)))return!0}return HV(t,e[0])&&HV(t,e[1])}function nB(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=Er(s.get("x"),r.getWidth()),u=Er(s.get("y"),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition)o=i.getMarkerPosition(t.getValues(t.dimensions,e));else{var h=a.dimensions,c=t.get(h[0],e),p=t.get(h[1],e);o=a.dataToPoint([c,p])}if(uS(a,"cartesian2d")){var d=a.getAxis("x"),f=a.getAxis("y");h=a.dimensions;QV(t.get(h[0],e))?o[0]=d.toGlobalCoord(d.getExtent()[n?0:1]):QV(t.get(h[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 iB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=EV.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=$V(e).from,o=$V(e).to;r.each((function(e){nB(r,e,!0,t,n),nB(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 gA);this.group.add(l.group);var u=function(t,e,n){var i;i=t?z(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 qm(i,n),o=new qm(i,n),a=new qm([],n),s=z(n.get("data"),H(JV,e,t,n));t&&(s=B(s,H(eB,t)));var l=YV(!!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),h=u.from,c=u.to,p=u.line;$V(e).from=h,$V(e).to=c,e.setData(p);var d=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);nB(e,n,r,t,i);var s=o.getModel("itemStyle").getItemStyle();null==s.fill&&(s.fill=gy(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),d[r?0:1]),style:s})}Y(d)||(d=[d,d]),Y(f)||(f=[f,f]),Y(g)||(g=[g,g]),Y(y)||(y=[y,y]),u.from.each((function(t){v(h,t,!0),v(c,t,!1)})),p.each((function(t){var e=p.getItemModel(t).getModel("lineStyle").getLineStyle();p.setItemLayout(t,[h.getItemLayout(t),c.getItemLayout(t)]),null==e.stroke&&(e.stroke=h.getItemVisual(t,"style").fill),p.setItemVisual(t,{fromSymbolKeepAspect:h.getItemVisual(t,"symbolKeepAspect"),fromSymbolOffset:h.getItemVisual(t,"symbolOffset"),fromSymbolRotate:h.getItemVisual(t,"symbolRotate"),fromSymbolSize:h.getItemVisual(t,"symbolSize"),fromSymbol:h.getItemVisual(t,"symbol"),toSymbolKeepAspect:c.getItemVisual(t,"symbolKeepAspect"),toSymbolOffset:c.getItemVisual(t,"symbolOffset"),toSymbolRotate:c.getItemVisual(t,"symbolRotate"),toSymbolSize:c.getItemVisual(t,"symbolSize"),toSymbol:c.getItemVisual(t,"symbol"),style:e})})),l.updateData(p),u.line.eachItemGraphicEl((function(t){Hs(t).dataModel=e,t.traverse((function(t){Hs(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markLine",e}(ZV);var 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.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}(EV),oB=So(),aB=function(t,e,n,i){var r=GV(t,i[0]),o=GV(t,i[1]),a=r.coord,s=o.coord;a[0]=it(a[0],-1/0),a[1]=it(a[1],-1/0),s[0]=it(s[0],1/0),s[1]=it(s[1],1/0);var l=D([{},r,o]);return l.coord=[r.coord,o.coord],l.x0=r.x,l.y0=r.y,l.x1=o.x,l.y1=o.y,l};function sB(t){return!isNaN(t)&&!isFinite(t)}function lB(t,e,n,i){var r=1-t;return sB(e[r])&&sB(n[r])}function uB(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 uS(t,"cartesian2d")?!(!n||!i||!lB(1,n,i)&&!lB(0,n,i))||function(t,e,n){return!(t&&t.containZone&&e.coord&&n.coord&&!VV(e)&&!VV(n))||t.containZone(e.coord,n.coord)}(t,r,o):HV(t,r)||HV(t,o)}function hB(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=Er(s.get(n[0]),r.getWidth()),u=Er(s.get(n[1]),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition)o=i.getMarkerPosition(t.getValues(n,e));else{var h=[d=t.get(n[0],e),f=t.get(n[1],e)];a.clampData&&a.clampData(h,h),o=a.dataToPoint(h,!0)}if(uS(a,"cartesian2d")){var c=a.getAxis("x"),p=a.getAxis("y"),d=t.get(n[0],e),f=t.get(n[1],e);sB(d)?o[0]=c.toGlobalCoord(c.getExtent()["x0"===n[0]?0:1]):sB(f)&&(o[1]=p.toGlobalCoord(p.getExtent()["y0"===n[1]?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}var cB=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],pB=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=EV.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each((function(e){var r=z(cB,(function(r){return hB(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 Cr});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 A(A({},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 qm(r,n)}else i=new qm(r=[{name:"value",type:"float"}],n);var s=z(n.get("data"),H(aB,e,t,n));t&&(s=B(s,H(uB,t)));var l=t?function(t,e,n,i){return df(t.coord[Math.floor(i/2)][i%2],r[i])}:function(t,e,n,i){return df(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(cB,(function(n){return hB(u,e,n,t,i)})),o=r.getAxis("x").scale,s=r.getAxis("y").scale,l=o.getExtent(),h=s.getExtent(),c=[o.parse(u.get("x0",e)),o.parse(u.get("x1",e))],p=[s.parse(u.get("y0",e)),s.parse(u.get("y1",e))];Vr(c),Vr(p);var d=!!(l[0]>c[1]||l[1]p[1]||h[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",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},e}(Tp),fB=H,gB=E,yB=Cr,vB=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 yB),this.group.add(this._selectorGroup=new yB),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(t,e,n){var i=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),t.get("show",!0)){var r=t.get("align"),o=t.get("orient");r&&"auto"!==r||(r="right"===t.get("left")&&"vertical"===o?"right":"left");var a=t.get("selector",!0),s=t.get("selectorPosition",!0);!a||s&&"auto"!==s||(s="horizontal"===o?"end":"start"),this.renderInner(r,t,e,n,a,o,s);var l=t.getBoxLayoutParams(),u={width:n.getWidth(),height:n.getHeight()},h=t.get("padding"),c=xp(l,u,h),p=this.layoutInner(t,r,c,i,a,s),d=xp(k({width:p.width,height:p.height},l),u,h);this.group.x=d.x-p.x,this.group.y=d.y-p.y,this.group.markRedraw(),this.group.add(this._backgroundEl=XE(p,t))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(t,e,n,i,r,o,a){var s=this.getContentGroup(),l=ft(),u=e.get("selectedMode"),h=[];n.eachRawSeries((function(t){!t.get("legendHoverLink")&&h.push(t.id)})),gB(e.getData(),(function(r,o){var a=r.get("name");if(!this.newlineDisabled&&(""===a||"\n"===a)){var c=new yB;return c.newline=!0,void s.add(c)}var p=n.getSeriesByName(a)[0];if(!l.get(a)){if(p){var d=p.getData(),f=d.getVisual("legendLineStyle")||{},g=d.getVisual("legendIcon"),y=d.getVisual("style");this._createItem(p,a,o,r,e,t,f,y,g,u,i).on("click",fB(mB,a,null,i,h)).on("mouseover",fB(_B,p.name,null,i,h)).on("mouseout",fB(bB,p.name,null,i,h)),l.set(a,!0)}else n.eachRawSeries((function(n){if(!l.get(a)&&n.legendVisualProvider){var s=n.legendVisualProvider;if(!s.containName(a))return;var c=s.indexOfName(a),p=s.getItemVisual(c,"style"),d=s.getItemVisual(c,"legendIcon"),f=bn(p.fill);f&&0===f[3]&&(f[3]=.2,p=A(A({},p),{fill:kn(f,"rgba")})),this._createItem(n,a,o,r,e,t,{},p,d,u,i).on("click",fB(mB,null,a,i,h)).on("mouseover",fB(_B,null,a,i,h)).on("mouseout",fB(bB,null,a,i,h)),l.set(a,!0)}}),this);0}}),this),r&&this._createSelector(r,e,i,o,a)},e.prototype._createSelector=function(t,e,n,i,r){var o=this.getSelectorGroup();gB(t,(function(t){var i=t.type,r=new ks({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===i?"legendAllSelect":"legendInverseSelect"})}});o.add(r),Hh(r,{normal:e.getModel("selectorLabel"),emphasis:e.getModel(["emphasis","selectorLabel"])},{defaultText:t.title}),Ol(r)}))},e.prototype._createItem=function(t,e,n,i,r,o,a,s,l,u,h){var c=t.visualDrawType,p=r.get("itemWidth"),d=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),gB(t,(function(n,i){"inherit"===t[i]&&(t[i]=e[i])}))}var l=e.getModel("itemStyle"),u=l.getItemStyle(),h=0===t.lastIndexOf("empty",0)?"fill":"stroke",c=l.getShallow("decal");u.decal=c&&"inherit"!==c?rv(c,a):i.decal,"inherit"===u.fill&&(u.fill=i[r]);"inherit"===u.stroke&&(u.stroke=i[h]);"inherit"===u.opacity&&(u.opacity=("fill"===r?i:n).opacity);s(u,i);var p=e.getModel("lineStyle"),d=p.getLineStyle();if(s(d,n),"auto"===u.fill&&(u.fill=i.fill),"auto"===u.stroke&&(u.stroke=i.fill),"auto"===d.stroke&&(d.stroke=i.fill),!o){var f=e.get("inactiveBorderWidth"),g=u[h];u.lineWidth="auto"===f?i.lineWidth>0&&g?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),d.stroke=p.get("inactiveColor"),d.lineWidth=p.get("inactiveWidth")}return{itemStyle:u,lineStyle:d}}(l=v||l||"roundRect",i,a,s,c,f,h),x=new yB,_=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=Ly(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="#fff",n.style.lineWidth=2);return n}({itemWidth:p,itemHeight:d,icon:l,iconRotate:b,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:y}))}else x.add(t.getLegendIcon({itemWidth:p,itemHeight:d,icon:l,iconRotate:g,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:y}));var w="left"===o?p+5:-5,S=o,M=r.get("formatter"),I=e;X(M)&&M?I=M.replace("{name}",null!=e?e:""):U(M)&&(I=M(e));var T=i.get("inactiveColor");x.add(new ks({style:Uh(_,{text:I,x:w,y:d/2,fill:f?_.getTextColor():T,align:S,verticalAlign:"middle"})}));var C=new Cs({shape:x.getBoundingRect(),invisible:!0}),D=i.getModel("tooltip");return D.get("show")&&Eh({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),Ol(x),x.__legendDataIndex=n,x},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getContentGroup(),s=this.getSelectorGroup();mp(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){mp("horizontal",s,t.get("selectorItemGap",!0));var h=s.getBoundingRect(),c=[-h.x,-h.y],p=t.get("selectorButtonGap",!0),d=t.getOrient().index,f=0===d?"width":"height",g=0===d?"height":"width",y=0===d?"y":"x";"end"===o?c[d]+=l[f]+p:u[d]+=h[f]+p,c[1-d]+=l[g]/2-h[g]/2,s.x=c[0],s.y=c[1],a.x=u[0],a.y=u[1];var v={x:0,y:0};return v[f]=l[f]+p+h[f],v[g]=Math.max(l[g],h[g]),v[y]=Math.min(0,h[y]+c[1-d]),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}(gg);function mB(t,e,n,i){bB(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),_B(t,e,n,i)}function xB(t){for(var e,n=t.getZr().storage.getDisplayList(),i=0,r=n.length;in[r],f=[-c.x,-c.y];e||(f[i]=l[s]);var g=[0,0],y=[-p.x,-p.y],v=rt(t.get("pageButtonGap",!0),t.get("itemGap",!0));d&&("end"===t.get("pageButtonPosition",!0)?y[i]+=n[r]-p[r]:g[i]+=p[r]+v);y[1-i]+=c[o]/2-p[o]/2,l.setPosition(f),u.setPosition(g),h.setPosition(y);var m={x:0,y:0};if(m[r]=d?n[r]:c[r],m[o]=Math.max(c[o],p[o]),m[a]=Math.min(0,p[a]+y[1-i]),u.__rectSize=n[r],d){var x={x:0,y:0};x[r]=Math.max(n[r]-p[r]-v,0),x[o]=m[o],u.setClipPath(new Cs({shape:x})),u.__rectSize=x[r]}else h.eachChild((function(t){t.attr({invisible:!0,silent:!0})}));var _=this._getPageInfo(t);return null!=_.pageIndex&&rh(l,{x:_.contentPosition[0],y:_.contentPosition[1]},d?t:null),this._updatePageInfoView(t,_),m},e.prototype._pageGo=function(t,e,n){var i=this._getPageInfo(e)[t];null!=i&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:e.id})},e.prototype._updatePageInfoView=function(t,e){var n=this._controllerGroup;E(["pagePrev","pageNext"],(function(i){var r=null!=e[i+"DataIndex"],o=n.childOfName(i);o&&(o.setStyle("fill",r?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),o.cursor=r?"pointer":"default")}));var i=n.childOfName("pageText"),r=t.get("pageFormatter"),o=e.pageIndex,a=null!=o?o+1:0,s=e.pageCount;i&&r&&i.setStyle("text",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=DB[r],a=AB[r],s=this._findTargetItemIndex(e),l=n.children(),u=l[s],h=l.length,c=h?1:0,p={contentPosition:[n.x,n.y],pageCount:c,pageIndex:c-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return p;var d=m(u);p.contentPosition[r]=-d.s;for(var f=s+1,g=d,y=d,v=null;f<=h;++f)(!(v=m(l[f]))&&y.e>g.s+i||v&&!x(v,g.s))&&(g=y.i>g.i?y:v)&&(null==p.pageNextDataIndex&&(p.pageNextDataIndex=g.i),++p.pageCount),y=v;for(f=s-1,g=d,y=d,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}(vB);function LB(t){wm(MB),t.registerComponentModel(IB),t.registerComponentView(kB),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 PB=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=yc(AE.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(AE),OB=So();function RB(t,e,n){OB(t).coordSysRecordMap.each((function(t){var i=t.dataZoomInfoMap.get(e.uid);i&&(i.getRange=n)}))}function NB(t,e){if(e){t.removeKey(e.model.uid);var n=e.controller;n&&n.dispose()}}function EB(t,e){t.isDisposed()||t.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function zB(t,e,n,i){return t.coordinateSystem.containPoint([n,i])}function VB(t){t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,(function(t,e){var n=OB(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=ft());i.each((function(t){t.dataZoomInfoMap=null})),t.eachComponent({mainType:"dataZoom",subType:"inside"},(function(t){E(CE(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(zB,e),dispatchAction:H(EB,t),dataZoomInfoMap:null,controller:null},i=n.controller=new kI(t.getZr());return E(["pan","zoom","scrollMove"],(function(t){i.on(t,(function(e){var i=[];n.dataZoomInfoMap.each((function(r){if(e.isAvailableBehavior(r.model.option)){var o=(r.getRange||{})[t],a=o&&o(r.dzReferCoordSysInfo,n.model.mainType,n.controller,e);!r.model.get("disabled",!0)&&a&&i.push({dataZoomId:r.model.id,start:a[0],end:a[1]})}})),i.length&&n.dispatchAction(i)}))})),n}(e,n.model));(o.dataZoomInfoMap||(o.dataZoomInfoMap=ft())).set(t.uid,{dzReferCoordSysInfo:n,model:t,getRange:null})}))})),i.each((function(t){var e,n=t.controller,r=t.dataZoomInfoMap;if(r){var o=r.keys()[0];null!=o&&(e=r.get(o))}if(e){var a=function(t){var e,n="type_",i={type_true:2,type_move:1,type_false:0,type_undefined:-1},r=!0;return t.each((function(t){var o=t.model,a=!o.get("disabled",!0)&&(!o.get("zoomLock",!0)||"move");i[n+a]>i[n+e]&&(e=a),r=r&&o.get("preventDefaultMouseMove",!0)})),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!r}}}(r);n.enable(a.controlType,a.opt),n.setPointerChecker(t.containsPoint),Ag(t,"dispatchAction",e.model.get("throttle",!0),"fixRate")}else NB(i,t)}))}))}var BB=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(),RB(i,e,{pan:W(FB.pan,this),zoom:W(FB.zoom,this),scrollMove:W(FB.scrollMove,this)}))},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){!function(t,e){for(var n=OB(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 h=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return lk(0,o,[0,100],0,h.minSpan,h.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1]?o:void 0}},pan:GB((function(t,e,n,i,r,o){var a=WB[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength})),scrollMove:GB((function(t,e,n,i,r,o){return WB[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n).signal*(t[1]-t[0])*o.scrollDelta}))};function GB(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s)return lk(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 WB={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 HB(t){BE(t),t.registerComponentModel(PB),t.registerComponentView(BB),VB(t)}var YB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=yc(AE.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),e}(AE),UB=Cs,XB="horizontal",ZB="vertical",jB=["line","bar","candlestick","scatter"],qB={easing:"cubicOut",duration:100,delay:0},KB=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),Ag(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(){kg(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 Cr;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=this._findCoordRect(),r={width:e.getWidth(),height:e.getHeight()},o=this._orient===XB?{right:r.width-i.x-i.width,top:r.height-30-7-n,width:i.width,height:30}:{right:7,top:i.y,width:30,height:i.height},a=Sp(t.option);E(["right","top","width","height"],(function(t){"ph"===a[t]&&(a[t]=o[t])}));var s=xp(a,r);this._location={x:s.x,y:s.y},this._size=[s.width,s.height],this._orient===ZB&&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!==XB||r?n===XB&&r?{scaleY:a?1:-1,scaleX:-1}:n!==ZB||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 UB({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var r=new UB({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():t.otherDim;if(null!=o){var a=this._shadowPolygonPts,s=this._shadowPolylinePts;if(r!==this._shadowData||o!==this._shadowDim||e[0]!==n[0]||e[1]!==n[1]){var l=r.getDataExtent(o),u=.3*(l[1]-l[0]);l=[l[0]-u,l[1]+u];var h,c=[0,e[1]],p=[0,e[0]],d=[[e[0],0],[0,0]],f=[],g=p[1]/(r.count()-1),y=0,v=Math.round(r.count()/e[0]);r.each([o],(function(t,e){if(v>0&&e%v)y+=g;else{var n=null==t||isNaN(t)||""===t,i=n?0:Nr(t,l,c,!0);n&&!h&&e?(d.push([d[d.length-1][0],0]),f.push([f[f.length-1][0],0])):!n&&h&&(d.push([y,0]),f.push([y,0])),d.push([y,i]),f.push([y,i]),y+=g,h=n}})),a=this._shadowPolygonPts=d,s=this._shadowPolylinePts=f}this._shadowData=r,this._shadowDim=o,this._shadowSize=[e[0],e[1]];for(var m=this.dataZoomModel,x=0;x<3;x++){var _=b(1===x);this._displayables.sliderGroup.add(_),this._displayables.dataShadowSegs.push(_)}}}function b(t){var e=m.getModel(t?"selectedDataBackground":"dataBackground"),n=new Cr,i=new Pu({shape:{points:a},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new Ru({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(i),n.add(r),n}},e.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(!1!==e){var n,i=this.ecModel;return t.eachTargetAxis((function(r,o){E(t.getAxisProxy(r,o).getTargetSeriesModels(),(function(t){if(!(n||!0!==e&&P(jB,t.get("type"))<0)){var a,s=i.getComponent(IE(r),o).axis,l={x:"y",y:"x",radius:"angle",angle:"radius"}[r],u=t.coordinateSystem;null!=l&&u.getOtherAxis&&(a=u.getOtherAxis(s).inverse),l=t.getData().mapDimension(l),n={thisAxis:s,series:t,thisDim:r,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"),h=e.filler=new UB({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});r.add(h),r.add(new UB({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:o[0],height:o[1],r:l},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:"rgba(0,0,0,0)"}})),E([0,1],(function(e){var o=a.get("handleIcon");!Dy[o]&&o.indexOf("path://")<0&&o.indexOf("image://")<0&&(o="path://"+o);var s=Ly(o,-1,0,2,2,null,!0);s.attr({cursor:$B(this._orient),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 l=s.getBoundingRect(),u=a.get("handleSize");this._handleHeight=Er(u,this._size[1]),this._handleWidth=l.width/l.height*this._handleHeight,s.setStyle(a.getModel("handleStyle").getItemStyle()),s.style.strokeNoScale=!0,s.rectHover=!0,s.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),Ol(s);var h=a.get("handleColor");null!=h&&(s.style.fill=h),r.add(n[e]=s);var c=a.getModel("textStyle");t.add(i[e]=new ks({silent:!0,invisible:!0,style:Uh(c,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:c.getTextColor(),font:c.getFont()}),z2:10}))}),this);var c=h;if(u){var p=Er(a.get("moveHandleSize"),o[1]),d=e.moveHandle=new Cs({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:p}}),f=.8*p,g=e.moveHandleIcon=Ly(a.get("moveHandleIcon"),-f/2,-f/2,f,f,"#fff",!0);g.silent=!0,g.y=o[1]+p/2-.5,d.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var y=Math.min(o[1]/2,Math.max(p,10));(c=e.moveZone=new Cs({invisible:!0,shape:{y:o[1]-y,height:p+y}})).on("mouseover",(function(){s.enterEmphasis(d)})).on("mouseout",(function(){s.leaveEmphasis(d)})),r.add(d),r.add(g),r.add(c)}c.attr({draggable:!0,cursor:$B(this._orient),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=[Nr(t[0],[0,100],e,!0),Nr(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];lk(e,i,r,n.get("zoomLock")?"all":t,null!=o.minSpan?Nr(o.minSpan,a,r,!0):null,null!=o.maxSpan?Nr(o.maxSpan,a,r,!0):null);var s=this._range,l=this._range=Vr([Nr(i[0],r,a,!0),Nr(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=Vr(n.slice()),r=this._size;E([0,1],(function(t){var i=e.handles[t],o=this._handleHeight;i.attr({scaleX:o/2,scaleY:o/2,x:n[t]+(t?-1:1),y:r[1]/2-o/2})}),this),e.filler.setShape({x:i[0],y:0,width:i[1]-i[0],height:r[1]});var o={x:i[0],width:i[1]-i[0]};e.moveHandle&&(e.moveHandle.setShape(o),e.moveZone.setShape(o),e.moveZone.getBoundingRect(),e.moveHandleIcon&&e.moveHandleIcon.attr("x",o.x+o.width/2));for(var a=e.dataShadowSegs,s=[0,i[0],i[1],r[0]],l=0;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 Ji(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];this._range=Vr([Nr(n.x,i,r,!0),Nr(n.x+n.width,i,r,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(se(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 UB({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?qB:null,start:e[0],end:e[1]})},e.prototype._findCoordRect=function(){var t,e=CE(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}(PE);function $B(t){return"vertical"===t?"ns-resize":"ew-resize"}function JB(t){t.registerComponentModel(YB),t.registerComponentView(KB),BE(t)}var QB=function(t,e,n){var i=T((tF[t]||{})[e]);return n&&Y(i)?i[i.length-1]:i},tF={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},eF=iD.mapVisual,nF=iD.eachVisual,iF=Y,rF=E,oF=Vr,aF=Nr,sF=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&&eV(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=tV(this.option.controller,e,t),this.targetVisuals=tV(this.option.target,e,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesIndex,e=[];return null==t||"all"===t?this.ecModel.eachSeries((function(t,n){e.push(n)})):e=ho(t),e},e.prototype.eachTargetSeries=function(t,e){E(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||["<",">"],Y(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):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))}},e.prototype.resetExtent=function(){var t=this.option,e=oF([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){iF(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]={},rF(i,(function(t,e){if(iD.isValidType(e)){var n=QB(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";rF(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=eF(l.symbol,(function(t){return"none"===t?r:t}));var u=l.symbolSize;if(null!=u){var h=-1/0;nF(u,(function(t){t>h&&(h=t)})),l.symbolSize=eF(u,(function(t){return aF(t,[0,h],[0,s[0]],!0)}))}}),this)}.call(this,r)},e.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},e.prototype.isCategory=function(){return!!this.option.categories},e.prototype.setSelected=function(t){},e.prototype.getSelected=function(){return null},e.prototype.getValueState=function(t){return null},e.prototype.getVisualMeta=function(t){return null},e.type="visualMap",e.dependencies=["series"],e.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},e}(Tp),lF=[20,140],uF=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]=lF[0]),(null==e[1]||isNaN(e[1]))&&(e[1]=lF[1])},e.prototype._resetRange=function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):Y(e)&&(e[0]>e[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},e.prototype.completeVisualOption=function(){t.prototype.completeVisualOption.apply(this,arguments),E(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=Vr((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=hF(this,"outOfRange",this.getExtent()),n=hF(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 Cr("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();yF([0,1],(function(l){var u=r[l];u.setStyle("fill",e.handlesColor[l]),u.y=t[l];var h=gF(t[l],[0,a[1]],s,!0),c=this.getControllerVisual(h,"symbolSize");u.scaleX=u.scaleY=c/a[0],u.x=a[0]-c/2;var p=Th(n.handleLabelPoints[l],Ih(u,this.group));o[l].setStyle({x:p[0],y:p[1],text:i.formatValueText(this._dataInterval[l]),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 h=this.getControllerVisual(t,"color",{convertOpacityToAlpha:!0}),c=this.getControllerVisual(t,"symbolSize"),p=gF(t,o,s,!0),d=a[0]-c/2,f={x:u.x,y:u.y};u.y=p,u.x=d;var g=Th(l.indicatorLabelPoint,Ih(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:d,y:p,style:{fill:h}},_={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 h=this._hoverLinkDataIndices,c=[];(e||bF(n))&&(c=this._hoverLinkDataIndices=n.findTargetDataIndices(u));var p=function(t,e){var n={},i={};return r(t||[],n),r(e||[],i,n),[o(n),o(i)];function r(t,e,n){for(var i=0,r=t.length;i=0&&(r.dimension=o,i.push(r))}})),t.getData().setVisual("visualMeta",i)}}];function TF(t,e,n,i){for(var r=e.targetVisuals[i],o=iD.prepareVisualTypes(r),a={color:gy(t.getData(),"color")},s=0,l=o.length;s0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"})),t.registerAction(SF,MF),E(IF,(function(e){t.registerVisual(t.PRIORITY.VISUAL.COMPONENT,e)})),t.registerPreprocessor(DF))}function PF(t){t.registerComponentModel(uF),t.registerComponentView(xF),LF(t)}var OF=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=[],RF[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=z(this._pieceList,(function(t){return t=T(t),"inRange"!==e&&(t.visual=null),t})))}))},e.prototype.completeVisualOption=function(){var e=this.option,n={},i=iD.listVisualTypes(),r=this.isCategory();function o(t,e,n){return t&&t[e]&&t[e].hasOwnProperty(n)}E(e.pieces,(function(t){E(i,(function(e){t.hasOwnProperty(e)&&(n[e]=1)}))})),E(n,(function(t,n){var i=!1;E(this.stateList,(function(t){i=i||o(e,t,n)||o(e.target,t,n)}),this),!i&&E(this.stateList,(function(t){(e[t]||(e[t]={}))[n]=QB(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,E(i,(function(t,e){var n=this.getSelectedMapKey(t);r.hasOwnProperty(n)||(r[n]=!0)}),this),"single"===n.selectedMode){var o=!1;E(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=iD.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){iD.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 E(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=yc(sF.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}(sF),RF={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 NF(t,e){var n=t.inverse;("vertical"===t.orient?!n:n)&&e.reverse()}var EF=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=i.getFont(),o=i.getTextColor(),a=this._getItemAlign(),s=e.itemSize,l=this._getViewData(),u=l.endsText,h=it(e.get("showLabel",!0),!u);u&&this._renderEndsText(t,u[0],s,h,a),E(l.viewPieceList,(function(i){var l=i.piece,u=new Cr;u.onclick=W(this._onItemClick,this,l),this._enableHoverLink(u,i.indexInModelPieceList);var c=e.getRepresentValue(l);if(this._createItemSymbol(u,c,[0,0,s[0],s[1]]),h){var p=this.visualMapModel.getValueState(c);u.add(new ks({style:{x:"right"===a?-n:s[0]+n,y:s[1]/2,text:l.text,verticalAlign:"middle",align:a,font:r,fill:o,opacity:"outOfRange"===p?.5:1}}))}t.add(u)}),this),u&&this._renderEndsText(t,u[1],s,h,a),mp(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:fF(i.findTargetDataIndices(e),i)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return dF(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 Cr,a=this.visualMapModel.textStyleModel;o.add(new ks({style:Uh(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=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}},e.prototype._createItemSymbol=function(t,e,n){t.add(Ly(this.getControllerVisual(e,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(e,"color")))},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,E(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}(cF);function zF(t){t.registerComponentModel(OF),t.registerComponentView(EF),LF(t)}var VF={label:{enabled:!0},decal:{show:!1}},BF=So(),FF={};function GF(t,e){var n=t.getModel("aria");if(n.get("enabled")){var i=T(VF);C(i.label,t.getLocaleModel().get("aria"),!1),C(n.option,i,!1),function(){if(n.getModel("decal").get("show")){var e=ft();t.eachSeries((function(t){if(!t.isColorBySeries()){var n=e.get(t.type);n||(n={},e.set(t.type,n)),BF(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=ed(e.ecModel,e.name,FF,t.getSeriesCount()),r=n.getVisual("decal");n.setVisual("decal",u(r,i))}else{var o=e.getRawData(),a={},s=BF(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+"",h=ed(e.ecModel,r,s,l),c=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",u(c,h))}))}}function u(t,e){var n=t?A(A({},e),t):e;return n.dirty=!0,n}}))}}(),function(){var i=t.getLocaleModel().get("aria"),o=n.getModel("label");if(o.option=k(o.option,i),!o.get("enabled"))return;var a=e.getZr().dom;if(o.get("description"))return void a.setAttribute("aria-label",o.get("description"));var s,l=t.getSeriesCount(),u=o.get(["data","maxCount"])||10,h=o.get(["series","maxCount"])||10,c=Math.min(l,h);if(l<1)return;var p=function(){var e=t.get("title");e&&e.length&&(e=e[0]);return e&&e.text}();if(p){var d=o.get(["general","withTitle"]);s=r(d,{title:p})}else s=o.get(["general","withoutTitle"]);var f=[],g=l>1?o.get(["series","multiple","prefix"]):o.get(["series","single","prefix"]);s+=r(g,{seriesCount:l}),t.eachSeries((function(e,n){if(n1?o.get(["series","multiple",a]):o.get(["series","single",a]),{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:(x=e.subType,t.getLocaleModel().get(["series","typeNames"])[x]||"自定义图")});var s=e.getData();if(s.count()>u)i+=r(o.get(["data","partialData"]),{displayCnt:u});else i+=o.get(["data","allData"]);for(var h=o.get(["data","separator","middle"]),p=o.get(["data","separator","end"]),d=[],g=0;g":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},YF=function(){function t(t){if(null==(this._condVal=X(t)?new RegExp(t):et(t)?t:null)){var e="";0,ao(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}(),UF=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),XF=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){oG(t,i)&&oG(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 sG(t,e,n,i,r,o,a,s,l,u){if(oG(t,n)&&oG(e,i)&&oG(r,a)&&oG(o,s))l.push(a,s);else{var h=2/u,c=h*h,p=a-t,d=s-e,f=Math.sqrt(p*p+d*d);p/=f,d/=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=[];Ze(t,n,r,a,.5,S),Ze(e,i,o,s,.5,M),sG(S[0],M[0],S[1],M[1],S[2],M[2],S[3],M[3],l,u),sG(S[4],M[4],S[5],M[5],S[6],M[6],S[7],M[7],l,u)}}}}function lG(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),c=lG([l,u],h?0:1,e),p=(h?s:u)/c.length,d=0;d1?null:new Ji(d*l+t,d*u+e)}function pG(t,e,n){var i=new Ji;Ji.sub(i,n,e),i.normalize();var r=new Ji;return Ji.sub(r,t,e),r.dot(i)}function dG(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function fG(t){var e=t.points,n=[],i=[];Ma(e,n,i);var r=new sr(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 Ji,h=new Ji;return o>a?(u.x=h.x=s+o/2,u.y=l,h.y=l+a):(u.y=h.y=l+a/2,u.x=s,h.x=s+o),function(t,e,n){for(var i=t.length,r=[],o=0;or,a=lG([i,r],o?0:1,e),s=o?"width":"height",l=o?"height":"width",u=o?"x":"y",h=o?"y":"x",c=t[s]/a.length,p=0;p0)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,h=0;(t&l)>0&&(u=1),(e&l)>0&&(h=1),s+=l*l*(3*u^h),0===h&&(1===u&&(t=l-1-t,e=l-1-e),a=t,t=e,e=a)}return s}function LG(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:kG(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 PG(t){return vG(t.path,t.count)}function OG(t){return Y(t[0])}function RG(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 NG={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"),h=Object.assign({setToFinal:!0},a);OG(t)&&(s=t,l=e),OG(e)&&(s=e,l=t);for(var c=s?s===t:t.length>e.length,p=s?RG(l,s):RG(c?e:t,[c?t:e]),d=0,f=0;f1e4))for(var i=n.getIndices(),r=function(t){for(var e=t.dimensions,n=0;n0&&i.group.traverse((function(t){t instanceof gs&&!t.animators.length&&t.animateFrom({style:{opacity:0}},r)}))}))}function UG(t){var e=t.getModel("universalTransition").get("seriesKey");return e||t.id}function XG(t){return Y(t)?t.sort().join(","):t}function ZG(t){if(t.hostModel)return t.hostModel.getModel("universalTransition").get("divideShape")}function jG(t,e){for(var n=0;n=0&&r.push({data:e.oldData[n],divide:ZG(e.oldData[n]),dim:t.dimension})})),E(ho(t.to),(function(t){var e=jG(n.updatedSeries,t);if(e>=0){var i=n.updatedSeries[e].getData();o.push({data:i,divide:ZG(i),dim:t.dimension})}})),r.length>0&&o.length>0&&YG(r,o,i)}(t,i,n,e)}));else{var o=function(t,e){var n=ft(),i=ft(),r=ft();return E(t.oldSeries,(function(e,n){var o=t.oldData[n],a=UG(e),s=XG(a);i.set(s,o),Y(a)&&E(a,(function(t){r.set(t,{data:o,key:s})}))})),E(e.updatedSeries,(function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.getData(),o=UG(t),a=XG(o),s=i.get(a);if(s)n.set(a,{oldSeries:[{divide:ZG(s),data:s}],newSeries:[{divide:ZG(e),data:e}]});else if(Y(o)){var l=[];E(o,(function(t){var e=i.get(t);e&&l.push({divide:ZG(e),data:e})})),l.length&&n.set(a,{oldSeries:l,newSeries:[{data:e,divide:ZG(e)}]})}else{var u=r.get(o);if(u){var h=n.get(u.key);h||(h={oldSeries:[{data:u.data,divide:ZG(u.data)}],newSeries:[]},n.set(u.key,h)),h.newSeries.push({data:e,divide:ZG(e)})}}}})),n}(i,n);E(o.keys(),(function(t){var n=o.get(t);YG(n.oldSeries,n.newSeries,e)}))}E(n.updatedSeries,(function(t){t.__universalTransitionEnabled&&(t.__universalTransitionEnabled=!1)}))}for(var a=t.getSeries(),s=i.oldSeries=[],l=i.oldData=[],u=0;u { - return ctx.createCircularGradient(arguments); - }; - } - - _initEvent() { - 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, - preventDefault: () => {}, - stopImmediatePropagation: () => {}, - stopPropagation: () => {} - }); - }; - }); - } - - set width(w) { - if (this.canvasNode) this.canvasNode.width = w - } - set height(h) { - if (this.canvasNode) this.canvasNode.height = h - } - - get width() { - if (this.canvasNode) - return this.canvasNode.width - return 0 - } - get height() { - if (this.canvasNode) - return this.canvasNode.height - return 0 - } -} diff --git a/echarts-for-weixin-master/img/icons/bar.png b/echarts-for-weixin-master/img/icons/bar.png deleted file mode 100644 index f491d9b68b33f4edae357c7a716cd1a9a0f8a648..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 617 zcmeAS@N?(olHy`uVBq!ia0vp^CqS5k4M?tyST_$yaTa()7Bet#3xhBt!>l|y7lq4K_+`D`J!4z7n{w~< z z>gzX7=(burGn-!Z5ho zP=pR}vbsC?ZQGZ9*^HZI-|EX);OXk;vd$@?2>`3IlAr(p diff --git a/echarts-for-weixin-master/img/icons/boxplot.png b/echarts-for-weixin-master/img/icons/boxplot.png deleted file mode 100644 index 14617244b64cf5547ab18473adbf15ecd161dab5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CqS5k4M?tyST_$yaTa()7Bet#3xhBt!>l9o|P)55sp5r*Cu#f*vzh}sCvV3)42lCw4ND%PgWaS%SpJF{S+zO$^^6r zKR9vy^1_w7C%&Eit>Trhu=mt+|Fvx2tjpEE6wz<9|ICjA+oqZKeQ})qx@u}NuSnzb zKX)_5y-x6NNq^18#Ms#2;Gi&}J!#?buckfKyYCq5%kMd_aVoKnMd-kDneTVo?L)8k z-$@tA%+vdPY3C89{f-P^EeZkx92_hxOkfi*gczU(BdNkF)EF%ye0#TZ@NCsO-MQ}f z_c2`;88U4%GK7B0M_{M$Pd|yHC@_8BfqX{Id5N*%I!%$&oI@jd)y>%cFPgg&e IbxsLQ0I{OQz5oCK diff --git a/echarts-for-weixin-master/img/icons/custom.png b/echarts-for-weixin-master/img/icons/custom.png deleted file mode 100644 index f31c6ca9d2ae8ed7e7b6511824e5eae52d3f2354..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2770 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 S^HbvgC5@$X725;@UIB@i+5{nlM+5@sVjJb5 zLLyRuNX38~E|)EkE6RzYAeKZ$%>%@MR6%nLPw^6rhp zmH6A~_^+HNj7Qs_B^|E1nGEgO_N}}=c(sW*<1?81OY+ZtO{#{Un((Ceg|9O>_*r?S zY4`lt{*OCSH=w1A{qjSLcZc|HbOW>O>RvxQt@vwPXLIn?C2=cbm5h{<^0J&RxWyGg zqtD0lp+NJ3Y7OW7+AvO8GDO^tFK^Sit{9N&)Ry+9V})9`HaWzy+I&KqyKUs5uSbO( zVu#e4P1WD5Aj7>IlxKWjx2z$JTtiR7a$P2W2+<&{8A&3iY*dvV%{kwkZiyipPypNV;p;i~Y z>J2!$IO#U1Xx`T{tFP%;vhS|i=SsT5oO?EA=$s{|Ip_rM{JoRUKd1?M8jwBre0aLc z)n(&=KMwxY@7xYe5zppFt!MDB`J*w)Uc4>0&kT;G>^eOT&qV59N$~{cK~OY2nq# zs8X};g*ANR$T*4XA{>zy9#ITUXi3>-rl>JvUG0fdCyvKu)WG z<$ex81A_HHXxVrwkdugEpL9*@Ih@EJjTyQ|J#0W*3hu>Iy;OF5ML5Ay^r*Kec1wUa zjxP8{5;e=9ARTpmlWNagi7?r;oAXIy`P>D8X-<;V!X4%n!DQodF1JOHI{W~Y$o6Pn z&Qn0oJ2E@Si`xffrf2<(48CiO@T3q3JzcUFC7Z^^3_dP(ktu?H9qdaBYF_wh24)O= zLfP&<)m3`-{M&op9U{%yr!qpblp#?O9@?b|9uC-1GVNQNM)F_DRWq!a$X-DlC>qd} zh~fPGz|zuDt~7wIXuEi?4-Qh!g+k{bu^ zFB4_iQn$fLShc2xRab5yn@R}(0=)xBpdcTl=F4NFR#^#cPiia0jCK4=z+wJJWTU&D zHeUVrqqqN|Rzz*m7;nb67WAxTvqIdc2=7tJ|7qezV=w8rdH<#8>(7N21M{V^Yuajd zmUK%~(^A0Ie>q%Xtg3W06KYEl(~@eeF9Thjq9A!MP66Z5f8FMD94Z)CsrNtCdLF0| z*s}}_9*Z#B-w~p5+>PFU=mV_`&CH3irP#~%7;cR>p8P#Sk;aqO-+BXtQ`#vLy3E=( zOZ4|h7q4h%aG}6>e_!!LoC)dd?G-uDutIOlPtq{`$Iu@0<3f)d?8!nY5CO SgxP8H0xBsotZ8RL!T$hT<}~8~ diff --git a/echarts-for-weixin-master/img/icons/gauge.png b/echarts-for-weixin-master/img/icons/gauge.png deleted file mode 100644 index 38793e5c1cb9659a8e96d89d1e4d9139c1f0c1dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3768 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 VwI0gR&BN3Qn2^q$d1B}i{~zUXpD+Lb diff --git a/echarts-for-weixin-master/img/icons/graph.png b/echarts-for-weixin-master/img/icons/graph.png deleted file mode 100644 index c11a7b5ba88a6f8f2259d00dbd034ae7036f4761..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4170 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 P=YrL`qgiqDLD>HRO}v6X diff --git a/echarts-for-weixin-master/img/icons/heatmap.png b/echarts-for-weixin-master/img/icons/heatmap.png deleted file mode 100644 index 8ee3e5387154d40a6c912f66c0ff1e2dbcff5a59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5088 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 g{!_m(x_I%1n5a-T`F-lQWYB+f5aDc%m4rY diff --git a/echarts-for-weixin-master/img/icons/k.png b/echarts-for-weixin-master/img/icons/k.png deleted file mode 100644 index 97bbafd4a86ec528dd5bb93002b40cc2c6a73a55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 898 zcmeAS@N?(olHy`uVBq!ia0vp^CqS5k4M?tyST_$yaTa()7Bet#3xhBt!>l!Wl)lI7ECtPdVWmU>WF6=xj_>Jwzw2Uy$%@-}yj@9{Z(r_y? z{BTsF^P^6((X`oj_f=NzG?aO@O6Sa_>iIs594stMOpJ{U4h{+m0s zofj>&$CO8D!kYQYM6{P&516aC8*rm+~M z>dW_VyC@i}$bYA|&+PiWdlIKv4@Kua>r(!uV0ni7c8fo_r|dDNd0EAIyLPtPmoIxl=a zH(%_$T^W;PlUZLb|MkB`wm~{IPjogyVh-j4cx1vN6zs+W79}^gEWA5+u|X@3%g2N1 zU-va$3B8%eCbLJM$MMy@-7st69zrAts1QS=!<9QCK3*L?e@$$eW^UP~<(#&d7bO8W zC}8MHn3cBdK{+_d{F^85U%mN>Gz&`-7mC|JnlLnC5n^aO5dTB<0K>^2@yn}jK2Qhd O9|liXKbLh*2~7ar9xs^y diff --git a/echarts-for-weixin-master/img/icons/line.png b/echarts-for-weixin-master/img/icons/line.png deleted file mode 100644 index 65631bed698cd14343cbdc344045af2faf8930a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2372 zcma)8XH=8v68;i{L;~3Wp-Ksm%MwZy)X>Wp2uTcO6AOg4LO_IEKmiR+P{a^WDbf^C z6e$+UBCyg_R-+J55Osl|hy)P0G(i?a^~QVl-|9K{oSA3d_c?QBp7%ZTW72+cBg@IC z%K!i%N2NG1B(dY0!?#MX%Cq{KBy2lMVMYM}Lh+kJfWjhG38@xM@{HaWaX6ae9~lII zfe`^g7;2b*a1bNNKQQ)~Ajk#);Js8QaDU9;%vCU4L_u?nTzW#4a~`%CFqiSn=Xl1G zZTggxfCczu+r=Va6}EGYB9J>&Iui$JF@CbGT$r(&QJ$XYQdEE8SK+gP@%bF%TqIU= zwC6z5gFB)QPdlFkbz$o1SpRkLQS04++=PKM5)0wM7h6Zy=Bu!5H^tp~2Rpy?SddO( z0Exk&|Ac=se`kF+8xH*e{eL!48qur((m&J;_himKY14Y0`KyYN7wT01JK<=jmixi{ zG+Q?m>_hytY3)z59rk}YAYP2>`mQ(CJuPW3y3LA7cW zEc=UA%nE4w#}%YN%sGu%qkxBVHMGxfRv3rups0OD<S}^JUL*^!Qws zBcH5|x3irWCr&Jkoak=o75A|MF0wW0%?C5qF79;%J z$o6i?)D4cgeOH6QhK5Nxo8)5>ME{5~O>V_FTz2**n%Yk)mi9tXF0#r6Qq1uz<);rG>YYw3Txc)4 zWZTC;!QOY)YIeJ}yv)bvsw`L!t;)-rWE%9Au>2kQa42(Z06C#NSeC|He4n7L>lchJ z^T;)TL+SNr+q&&m*W~Ga%Z-E`4Y{qP_U8>~qSe2>e+sJ_edpKOwPpQl+()1RE$QvO zgf2^hTb3Tc-OD$7jg)+$L~PLYTvpuV*9fQFYJnf^SjnwWTy$-gV_h|?FxZ0AljQgo zy^pq{n>10V4EwzygML+_J;3z1slehGY!njCxCXT?1(zT!hLY|M|; zbWxdpvE8mq<*4aw4QJ8$HQsUqrp0!kWnM2%8DbIzufY=oJqaAIt?KA*PvN*TJ{`qsi> z-_DP{i4W9DZw>9Nd1K`)wbA&(B1yO%k~<*v=NqfJp{H$P5}?N4#W`Y;gR+;w@o6dy zZ}`kj5J+~4B&&xTM9i#=O23+ImUTde*?C`9SAoipk>}7&EJMdw$0^#XtVcM$5+Ek% z$()8Su2#o{y$WVOEHuad(dBxmMSv2i9G6{SOutly7WiyJ;0l+!i>5MEZRHAW;te8Ux;*mSfTbn<<9IYSYc<*^R9>XCOQvKZq%%m{4Nl@$XRNm4U^pcKD(d7|16pV*nROG6H$U|#~Z8j>&BM&vdKy}aaTS~!fMy!_+IDs3Q z3L^JiDPmfP>sBSnoUDx~SV9$?=DG`80`Bv0LQCR0g}5$+bZ7tGSDTx!01X9qM_H9Z_hCOvw@~``c~7fGQKhlG$n=yh zNSZXWS z=g*tfbe$E4b5S)z>S#;oOh5=B9&wnS>BDCd*YVHL&@E`mgbfbW614jmM4o$dtZY-@ z7DXrKJUq@xpUfLJt3at<$7JhtU5`plHDHa}*RVsDZO*76`;(8D`yO$5WOdKt?%gA< zp8fK7Fl&R+IvBbS&wfZ=l&!ZPOd!Ow7X_Iq;>Iur4#qX0(62n$F0=F0lhCp&f;yZ4b z$8Wh+iMclgZQ6puIwNPx5&O^FU?!*hHU(|7^UlH$d;tTWtmd%gt-lmvjt|Yq9hy&$ z8AIw1f_mPl7pZSPQ}4XA0SlX_pbj)0@~EUbEN%S$M3Q=~aJz#(xGDY;(H~iqWetD< zVxdii0GtDes~PXW2aIQ6g|s@DYruy1 zXv@3AV}VjJAB%w2e7=^WQ70M%E>2}hVC6gp5NPPZ+cJ!kC8q=sbxNBlytyV>F}}K= af&itSgv{7ddAMW)0;nW6r)uJ%1J72Pd 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 diff --git a/echarts-for-weixin-master/img/icons/parallel.png b/echarts-for-weixin-master/img/icons/parallel.png deleted file mode 100644 index 76ffb1c87c7a9be4cfc42d506325a19f9cd81656..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3875 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 diff --git a/echarts-for-weixin-master/img/icons/pictorialbar.png b/echarts-for-weixin-master/img/icons/pictorialbar.png deleted file mode 100644 index f1c183a3429795db099b956c9c8c2b384179534e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4652 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 T5^FF1Pk_F*u~wyqZRGy|u!fCx diff --git a/echarts-for-weixin-master/img/icons/pie.png b/echarts-for-weixin-master/img/icons/pie.png deleted file mode 100644 index e8441b0bfa0b0f18db6c25720bd8b29888dc0e96..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3195 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 diff --git a/echarts-for-weixin-master/img/icons/sankey.png b/echarts-for-weixin-master/img/icons/sankey.png deleted file mode 100644 index b89290554484a459f7b52c4cd19b3305e0ca3da0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1776 zcma)63sll+7AGSEL;Z*rXkb)o5+NqyXzFI7Hn|BY z+U(@wRF8yAvlLqoU7aKtX{GzE*v|}{txrDe*ni~jYnB?c}d7LvmrEZQzodC7W+G`O~{?Lbk zj7(SL4_>}|O&$08!r{Ip5gCR%4aF=^IAmV#L9mx)cn=OGZ^s|O>4BcV4IMxiB*65;Sq8S-bNm*ey*lPt|l`r2$&zt9xFD@y@ zTyZB3>WNCZRRSh{PEwFdN+HZEnATRwZ@%Le<_5>lR*8fyvaC)=AMhOhM$xSv&pIox;g2osXJn_Esr2% ztNVM;K3+6~Ij!`1G_Mq_th^BXG}0If+4YMOzpC&HHT+oMuD`H%_w(l{@oHo8+C--+ z>Qjh*=4Gec5kD;`9wD73?-DSzOmT9^9Vg z&X>W*CXJ$+ztz2T9!4QUZF1&F8v8+^h@f)`GwlH~Oj9*)*FvW_2^~3mv?>-Z9wv?q z3E}})>ElA2!Zk^T-c#_gz36M0EbS;(NEPF5J-kbALIj@9iGGV)mI|f`GII8)`A_Ib zk~DrJYBAAwdneDooxLOH_Z>HBh^Ty2IuT2oA8p6pvJDf3KVxzvtcX3`Ii!NQI-+ep z^=7;Cr72>ovu@mRES}piI$=#z;rGXgE8wV(d0qbIWl1E|%C6Be>dqbWfFpo1^9|X2 z7PNL!L~4k1e^tgjz?UlRqV)#79ug5-`CKP{E%@nQ{z&B3Ctk%IinEyba@k36HYn2vcrh{N z6j1+nYXxS-oPT|JHo|Xo2AN7i_+D|tUqxTHr5vww2^t+dxT(9s5i8%k93xFc((3Vn zfN^NkkIq@Ll7Pj-j+P6egGT&(<}SftnO+SCQKCF zBUrs~3Q#qZQD<&w8*`h8k49FzhV1Wa3zpym< z!!E(of6o7}UAOLn{vYaJi{sykJ7xy-Bk>^vF^x$zY}G`OGFbEA<5D1g!oOF>GIXBy zsI9IYz`4IDhuUt*Ycg#xO}-~tVq5}3ko^^Q#crY@^DZ*K?J0}Esiu!ihlGlsTz zaH)3MyE6^4j)q2XInKa{k7+PITo%J zOFo~ut~qsSX28wzi++Af4$n}}c&01di^Iyziq@!K?z9^IZw3D2yEoho{AT^HKmUeU av1tMQY>b@?Y!oTH??=oMN0H5QqnhL0O+v z#*c)aKEZ0o=Y=PQBLw3_0D-s!ek2-Bn;zZ(HVE(Q zZS9TsiU@t}edT2E9TtVKz4QC(BShG&si4t>7w=~|#Wz*lTRgDt=eHxZch>@rnNM9x#NNm)&*fbY;k;?)ylL4)n=T& z2D%S`py2<8zZqKoSq(PZ%-7zPC5CyVz?+BuD)&YwULJ<)&Fo70YRK7|ClC%p%bKru zJo5eaizz8`v^a?m@=OKoaPNw@pl5!}v{a)a7bNDwpz4V9RKYLm!xPM>aKYvK5{79c z);qdC6r72zY(3Xy4Hr%KK-h6^tSgL4P+pE!jK)L3GK578uXjSUEEFP%I0{!}s3jbj zsw1C-5tYWI{14Cx>_tOL?$WAcqw*JApU|-YDAEW9g0LCE%7r(|FXd5g_ODRchHZZIfTA{6SxTPKc?*32N)K@Jp0k4F z?j0eg1>={bB+n<8U1xeiEtI7;dl_}+XZavnD@jFR`^43@$_5tk%R4fBeI6#V5Vu{` zo(-P2yx{E|=$3TDfpk?Vem~ef21=HwYx#aIc^gyD$5E<6O^Fv%qkW<6pdl5_5<}Fd z>?SE1{8Ortysx@c`6_c|I}|7loibG5GtU(NN{U8sbh0ee+9Fv0vQ%2h1K=}~Brm7OHzW(C3q+D! zu1OCoK`Nw!Qd6s`fRO^XVyg`1Fy0RgVH-01q4kO2j%o;)Vm|w|`#^1e?!bVSDGW&F zz_^`Eb>eV&2kvO^VvEG4yJVUQ^NlLN7LW>MxfFnXu|Xjp}~1ur^< z^>M7p!!AS2Gvf7on>5YHGo4L*CmU^q)rG~{2HF?H2_3Hc)22`|9Ltf8nF?JC z#HRq3PvI4bC>uHwY7$vB`Fum=_SZ-m6fY#kH9cOUUXL^uX2#r%;BkY*c$%dBF*8w6 zT(#cJZJZzm1rNmYS1_MZR+=ZJJf6R;WH(L{fr7PU-|S^6ZEo9tX&YjDVlJ}4{*Sl* zHrT)5|IiS&fA##MQ#oAP53Cbscyw@aNIHK)Yoqm4MB>QoMD~XU%MTgMDVa*x24`%O zbBC6m!5iek_1;8({GK71synk z{q6YTX3}FjBQ6R%%3MIHMNytCqWTx%2o{!^ak<^%`#$O+Tk*GX)t8oDRS0<5aQ+p+ z9iPy}MboAVr?Ar-!*q_-W~3Z)B&1~{j*kD?8#h?yY1<@4xES9exBoQ3Y0vmPtE(ky zscKe|d~0758LEK6+Gxl-%W!<`v-g=bh1m#jUp*+I9CUsz1s14``pbR;Ro!fsdJ}wJ z(f3(?6m7Jo7??TlHzjLKifgR2Blwf+39@+N={zli?|cje1Hl8t5=fmO!DQA z$Wr!pSerTacPNbm*nIg@6B_fD%OCLL`v1;n+w#ACtqNx{bX~~LeyYrlgHM~Q5 zD7%VY+@MTB(D9iDjImXs{km8#K+@@bFrzJ^J0#2S(QyON-ow?E_c?dN5rq%yHh(J& ziL$GOGpwrM%BFm>OYFV7^v$w&86llIDecD1KGAPl<1Ce9Ry;t3gJN(3tiiQBrr$FkqWO zg6X!L(!Kj4?i^jnT0Cc~watn!ZeGpW>q=YSZF?`c`b_uf;87m_lrq+^UrV*V|2*?X ze$(qAgT&+>uG~lsUjMsi$#kxbCzBmNmzK&`yyeEq;hdwjYI=uZ&~z#N&WpGE3aRH} z_w{4C>kYex?1I-hh{>_{0fcpbz;62x8-gsa;w~+$p-zr9<6AyklZm7OTtqz;fFb30 zj|=AI8-5h7S0)5P?AXM@1@c4@#@;U729ALu2r`TLb@ylE962zwzLHl|7uVouCWIgl zFa?^`%(R|F@Xq9`J&Z)-JAj=0J0Qw`y h{{sMMH~vW29keBTY*oA$PC5DhKv)wT>bbEy`9I{+k%j;O diff --git a/echarts-for-weixin-master/img/icons/sunburst.png b/echarts-for-weixin-master/img/icons/sunburst.png deleted file mode 100644 index 7b42b93e5895a3c7b29bff34eb246819cf48bf34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8240 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 iqJgtWj*%loIC1A<`g72ndYPB`GN32&FqEl@^dx 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 diff --git a/echarts-for-weixin-master/img/icons/treemap.png b/echarts-for-weixin-master/img/icons/treemap.png deleted file mode 100644 index 59b69585cdd1ace41fe7950d4fd3832834a46f27..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 651 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 OXJO(0;lJ3wWB0(EkD diff --git a/echarts-for-weixin-master/pages/bar/index.js b/echarts-for-weixin-master/pages/bar/index.js deleted file mode 100644 index 05ab74b..0000000 --- a/echarts-for-weixin-master/pages/bar/index.js +++ /dev/null @@ -1,137 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -let chart = null; - -function initChart(canvas, width, height, dpr) { - chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - tooltip: { - trigger: 'axis', - axisPointer: { // 坐标轴指示器,坐标轴触发有效 - type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' - }, - confine: true - }, - legend: { - data: ['热度', '正面', '负面'] - }, - grid: { - left: 20, - right: 20, - bottom: 15, - top: 40, - containLabel: true - }, - xAxis: [ - { - type: 'value', - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - yAxis: [ - { - type: 'category', - axisTick: { show: false }, - data: ['汽车之家', '今日头条', '百度贴吧', '一点资讯', '微信', '微博', '知乎'], - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - series: [ - { - name: '热度', - type: 'bar', - label: { - normal: { - show: true, - position: 'inside' - } - }, - data: [300, 270, 340, 344, 300, 320, 310], - itemStyle: { - // emphasis: { - // color: '#37a2da' - // } - } - }, - { - name: '正面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true - } - }, - data: [120, 102, 141, 174, 190, 250, 220], - itemStyle: { - // emphasis: { - // color: '#32c5e9' - // } - } - }, - { - name: '负面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true, - position: 'left' - } - }, - data: [-20, -32, -21, -34, -90, -130, -110], - itemStyle: { - // emphasis: { - // color: '#67e0e3' - // } - } - } - ] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - setTimeout(function () { - // 获取 chart 实例的方式 - // console.log(chart) - }, 2000); - } -}); diff --git a/echarts-for-weixin-master/pages/bar/index.json b/echarts-for-weixin-master/pages/bar/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/bar/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/bar/index.wxml b/echarts-for-weixin-master/pages/bar/index.wxml deleted file mode 100644 index 24e7ab1..0000000 --- a/echarts-for-weixin-master/pages/bar/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/bar/index.wxss b/echarts-for-weixin-master/pages/bar/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/bar/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/boxplot/index.js b/echarts-for-weixin-master/pages/boxplot/index.js deleted file mode 100644 index 4d7ee88..0000000 --- a/echarts-for-weixin-master/pages/boxplot/index.js +++ /dev/null @@ -1,191 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; -import echarts from 'echarts'; -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - title: { - text: 'Dispersion of house price\naccording to the number of bedrooms', - x: 'center', - y: 10, - textStyle: { - color: '#3259B8', - fontSize: 16, - fontWeight: 'normal', - }, - }, - tooltip: { - trigger: 'item', - axisPointer: { - type: 'shadow' - } - }, - grid: { - left: '15%', - right: '10%', - - }, - xAxis: { - type: 'category', - data: ['1 bedroom', '2 bedrooms', '3 bedrooms', '4 bedrooms', '5 bedrooms', '6 bedrooms'], - - nameTextStyle: { - color: '#3259B8', - fontSize: 14, - - }, - axisTick: { - show: false, - }, - axisLine: { - lineStyle: { - color: '#3259B8', - } - }, - splitLine: { - show: false - } - }, - - yAxis: { - type: 'value', - nameTextStyle: { - color: '#3259B8', - fontSize: 14, - }, - axisLabel: { - formatter: '{value}\nCNY/㎡', - }, - axisLine: { - lineStyle: { - color: '#3259B8', - } - }, - splitLine: { - lineStyle: { - color: '#A7BAFA', - }, - } - - }, - series: [{ - name: 'boxplot', - type: 'boxplot', - data: [ - [30645, - 53490, - 66640.5, - 89123, - 159949, - ], - [19464, - 46454, - 59139, - 83479, - 179440, - ], - [16704, - 46041, - 60155, - 86818, - 159980, - ], - [21543, - 41619.75, - 58819.5, - 87540, - 159978, - ], - [15202, - 35757, - 44721, - 59916.5, - 159825, - ], - [22158, - 34754.5, - 49718, - 71637, - 139972, - ], - ], - itemStyle: { - normal: { - borderColor: { - type: 'linear', - x: 0, - y: 0, - x2: 0, - y2: 1, - colorStops: [{ - offset: 0, - color: '#F02FC2' // 0% 处的颜色 - }, { - offset: 1, - color: '#3EACE5' // 100% 处的颜色 - }], - globalCoord: false // 缺省为 false - }, - borderWidth: 2, - color: { - type: 'linear', - x: 0, - y: 0, - x2: 0, - y2: 1, - colorStops: [{ - offset: 0, - color: 'rgba(240,47,194,0.7)' // 0% 处的颜色 - }, { - offset: 1, - color: 'rgba(62,172,299,0.7)' // 100% 处的颜色 - }], - globalCoord: false // 缺省为 false - }, - } - }, - tooltip: { - formatter: function (param) { - return [ - 'Upper: ' + param.data[5] + ' CNY/㎡', - 'Q3: ' + param.data[4] + ' CNY/㎡', - 'Median: ' + param.data[3] + ' CNY/㎡', - 'Q1: ' + param.data[2] + ' CNY/㎡', - 'Lower: ' + param.data[1] + ' CNY/㎡' - ].join('
') - } - } - }, - - ] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/boxplot/index.json b/echarts-for-weixin-master/pages/boxplot/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/boxplot/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/boxplot/index.wxml b/echarts-for-weixin-master/pages/boxplot/index.wxml deleted file mode 100644 index 1325aa8..0000000 --- a/echarts-for-weixin-master/pages/boxplot/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/boxplot/index.wxss b/echarts-for-weixin-master/pages/boxplot/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/boxplot/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/funnel/index.js b/echarts-for-weixin-master/pages/funnel/index.js deleted file mode 100644 index 85e3b36..0000000 --- a/echarts-for-weixin-master/pages/funnel/index.js +++ /dev/null @@ -1,123 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - backgroundColor: "#ffffff", - tooltip: { - trigger: 'item', - formatter: "{a}\n{b} : {c}%" - }, - legend: { - orient: 'vertical', - left: 10, - data: ['展现', '点击', '访问', '咨询', '订单'] - }, - calculable: true, - series: [ - { - name: '漏斗图', - type: 'funnel', - width: '40%', - height: '45%', - left: '5%', - top: '50%', - data: [{ value: 100, name: '展现' }, - { value: 80, name: '点击' }, - { value: 60, name: '访问' }, - { value: 30, name: '咨询' }, - { value: 10, name: '订单' }, - - ] - }, - { - name: '金字塔', - type: 'funnel', - width: '40%', - height: '45%', - left: '5%', - top: '5%', - sort: 'ascending', - data: [ - { value: 60, name: '访问' }, - { value: 30, name: '咨询' }, - { value: 10, name: '订单' }, - { value: 80, name: '点击' }, - { value: 100, name: '展现' } - ] - }, - { - name: '漏斗图', - type: 'funnel', - width: '40%', - height: '45%', - left: '55%', - top: '5%', - label: { - normal: { - position: 'left' - } - }, - data: [ - { value: 60, name: '访问' }, - { value: 30, name: '咨询' }, - { value: 10, name: '订单' }, - { value: 80, name: '点击' }, - { value: 100, name: '展现' } - ] - }, - { - name: '金字塔', - type: 'funnel', - width: '40%', - height: '45%', - left: '55%', - top: '50%', - sort: 'ascending', - label: { - normal: { - position: 'left' - } - }, - data: [ - { value: 60, name: '访问' }, - { value: 30, name: '咨询' }, - { value: 10, name: '订单' }, - { value: 80, name: '点击' }, - { value: 100, name: '展现' } - ] - } - ] - }; - - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/funnel/index.json b/echarts-for-weixin-master/pages/funnel/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/funnel/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/funnel/index.wxml b/echarts-for-weixin-master/pages/funnel/index.wxml deleted file mode 100644 index 59171d7..0000000 --- a/echarts-for-weixin-master/pages/funnel/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/funnel/index.wxss b/echarts-for-weixin-master/pages/funnel/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/funnel/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/gauge/index.js b/echarts-for-weixin-master/pages/gauge/index.js deleted file mode 100644 index 112f3d2..0000000 --- a/echarts-for-weixin-master/pages/gauge/index.js +++ /dev/null @@ -1,54 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - backgroundColor: "#ffffff", - series: [{ - name: '业务指标', - type: 'gauge', - detail: { - formatter: '{value}%' - }, - axisLine: { - show: true - }, - data: [{ - value: 40, - name: '完成率', - }] - - }] - }; - - chart.setOption(option, true); - - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/gauge/index.json b/echarts-for-weixin-master/pages/gauge/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/gauge/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/gauge/index.wxml b/echarts-for-weixin-master/pages/gauge/index.wxml deleted file mode 100644 index 2b3c12c..0000000 --- a/echarts-for-weixin-master/pages/gauge/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/gauge/index.wxss b/echarts-for-weixin-master/pages/gauge/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/gauge/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/graph/index.js b/echarts-for-weixin-master/pages/graph/index.js deleted file mode 100644 index 12f1768..0000000 --- a/echarts-for-weixin-master/pages/graph/index.js +++ /dev/null @@ -1,141 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - title: { - text: 'Graph 简单示例' - }, - tooltip: {}, - animationDurationUpdate: 1500, - animationEasingUpdate: 'quinticInOut', - series: [ - { - type: 'graph', - layout: 'none', - symbolSize: 50, - roam: true, - label: { - normal: { - show: true - } - }, - // edgeSymbol: ['circle', 'arrow'], - // edgeSymbolSize: [4, 10], - edgeLabel: { - normal: { - textStyle: { - fontSize: 20 - } - } - }, - data: [{ - name: '节点1', - x: 300, - y: 300, - itemStyle: { - color: '#37A2DA' - } - }, { - name: '节点2', - x: 800, - y: 300, - itemStyle: { - color: '#32C5E9' - } - }, { - name: '节点3', - x: 550, - y: 100, - itemStyle: { - color: '#9FE6B8' - } - }, { - name: '节点4', - x: 550, - y: 500, - itemStyle: { - color: '#FF9F7F' - } - }], - // links: [], - links: [{ - source: 0, - target: 1, - symbolSize: [5, 20], - label: { - normal: { - show: true - } - }, - lineStyle: { - normal: { - width: 4, - curveness: 0.2 - } - } - }, { - source: '节点2', - target: '节点1', - label: { - normal: { - show: true - } - }, - lineStyle: { - normal: { curveness: 0.2 } - } - }, { - source: '节点1', - target: '节点3' - }, { - source: '节点2', - target: '节点3' - }, { - source: '节点2', - target: '节点4' - }, { - source: '节点1', - target: '节点4' - }], - lineStyle: { - normal: { - opacity: 0.9, - width: 2, - curveness: 0 - } - } - } - ] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/graph/index.json b/echarts-for-weixin-master/pages/graph/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/graph/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/graph/index.wxml b/echarts-for-weixin-master/pages/graph/index.wxml deleted file mode 100644 index 1325aa8..0000000 --- a/echarts-for-weixin-master/pages/graph/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/graph/index.wxss b/echarts-for-weixin-master/pages/graph/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/graph/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/heatmap/index.js b/echarts-for-weixin-master/pages/heatmap/index.js deleted file mode 100644 index dbd50a7..0000000 --- a/echarts-for-weixin-master/pages/heatmap/index.js +++ /dev/null @@ -1,103 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - const model = { - yCates: ['Saturday', 'Friday', 'Thursday', - 'Wednesday', 'Tuesday', 'Monday', - 'Sunday'], - xCates: ['1', '2', '3', '4', '5'], - data: [ - // [yCateIndex, xCateIndex, value] - [0, 0, 5], [0, 1, 7], [0, 2, 3], [0, 3, 5], [0, 4, 2], - [1, 0, 1], [1, 1, 2], [1, 2, 4], [1, 3, 8], [1, 4, 2], - [2, 0, 2], [2, 1, 3], [2, 2, 8], [2, 3, 6], [2, 4, 7], - [3, 0, 3], [3, 1, 7], [3, 2, 5], [3, 3, 1], [3, 4, 6], - [4, 0, 3], [4, 1, 2], [4, 2, 7], [4, 3, 8], [4, 4, 9], - [5, 0, 2], [5, 1, 2], [5, 2, 3], [5, 3, 4], [5, 4, 7], - [6, 0, 6], [6, 1, 5], [6, 2, 3], [6, 3, 1], [6, 4, 2] - ] - }; - - const data = model.data.map(function (item) { - return [item[1], item[0], item[2] || '-']; - }); - - const option = { - tooltip: { - position: 'top' - }, - animation: false, - grid: { - bottom: 60, - top: 10, - left: 80 - }, - xAxis: { - type: 'category', - data: model.xCates - }, - yAxis: { - type: 'category', - data: model.yCates - }, - visualMap: { - min: 1, - max: 10, - show: false, - calculable: true, - orient: 'horizontal', - left: 'center', - bottom: 10, - inRange: { - color: ["#37A2DA", "#32C5E9", "#67E0E3", "#91F2DE", "#FFDB5C", "#FF9F7F"], - } - }, - series: [{ - name: 'Punch Card', - type: 'heatmap', - data: data, - label: { - normal: { - show: true - } - }, - itemStyle: { - emphasis: { - shadowBlur: 10, - shadowColor: 'rgba(0, 0, 0, 0.5)' - } - } - }] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/heatmap/index.json b/echarts-for-weixin-master/pages/heatmap/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/heatmap/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/heatmap/index.wxml b/echarts-for-weixin-master/pages/heatmap/index.wxml deleted file mode 100644 index d4838e3..0000000 --- a/echarts-for-weixin-master/pages/heatmap/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/heatmap/index.wxss b/echarts-for-weixin-master/pages/heatmap/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/heatmap/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/index/index.js b/echarts-for-weixin-master/pages/index/index.js deleted file mode 100644 index 97909c3..0000000 --- a/echarts-for-weixin-master/pages/index/index.js +++ /dev/null @@ -1,94 +0,0 @@ -const app = getApp(); - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () {}, - fail: function () {} - } - }, - data: { - charts: [{ - id: 'bar', - name: '柱状图' - }, { - id: 'scatter', - name: '散点图' - }, { - id: 'pie', - name: '饼图' - }, { - id: 'line', - name: '折线图' - }, { - id: 'funnel', - name: '漏斗图' - }, { - id: 'gauge', - name: '仪表盘' - }, { - id: 'k', - name: 'K 线图' - }, { - id: 'radar', - name: '雷达图' - }, { - id: 'heatmap', - name: '热力图' - }, { - id: 'tree', - name: '树图' - }, { - id: 'treemap', - name: '矩形树图' - }, { - id: 'sunburst', - name: '旭日图' - }, { - id: 'map', - name: '地图' - }, { - id: 'graph', - name: '关系图' - }, { - id: 'boxplot', - name: '箱型图' - }, { - id: 'parallel', - name: '平行坐标图' - }, { - id: 'sankey', - name: '桑基图' - }, { - id: 'themeRiver', - name: '主题河流图' - }], - chartsWithoutImg: [{ - id: 'lazyLoad', - name: '延迟加载图表' - }, { - id: 'multiCharts', - name: '一个页面中多个图表' - }, { - id: 'move', - name: '页面不阻塞滚动' - }, { - id: 'saveCanvas', - name: '保存 Canvas 到本地文件' - }, { - id: 'loadImage', - name: '加载图片' - }] - }, - - onReady() { - }, - - open: function (e) { - wx.navigateTo({ - url: '../' + e.target.dataset.chart.id + '/index' - }); - } -}); diff --git a/echarts-for-weixin-master/pages/index/index.json b/echarts-for-weixin-master/pages/index/index.json deleted file mode 100644 index 2c63c08..0000000 --- a/echarts-for-weixin-master/pages/index/index.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} diff --git a/echarts-for-weixin-master/pages/index/index.wxml b/echarts-for-weixin-master/pages/index/index.wxml deleted file mode 100644 index afcf58c..0000000 --- a/echarts-for-weixin-master/pages/index/index.wxml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - {{chart.name}} - - - - - \ No newline at end of file diff --git a/echarts-for-weixin-master/pages/index/index.wxss b/echarts-for-weixin-master/pages/index/index.wxss deleted file mode 100644 index 56ed554..0000000 --- a/echarts-for-weixin-master/pages/index/index.wxss +++ /dev/null @@ -1,35 +0,0 @@ -.panel { - display: block; - margin-top: 10px; -} - -.panel .chart-with-img { - display: inline-block; - width: 25%; - margin: 10px 4%; - text-align: center; -} - -.chart-with-img image { - box-sizing: border-box; - width: 100%; - height: 100px; - padding: 20px; - background-color: #f3f3f3; - border: 1px solid #eee; - display: block; - margin: 0 auto; - margin-bottom: 10px; -} - -.chart-without-img { - display: block; - width: 92%; - margin: 10px 4%; - border: none; - border-radius: 0; -} - -.chart-without-img button { - text-align: left; -} diff --git a/echarts-for-weixin-master/pages/k/index.js b/echarts-for-weixin-master/pages/k/index.js deleted file mode 100644 index 75c45db..0000000 --- a/echarts-for-weixin-master/pages/k/index.js +++ /dev/null @@ -1,64 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - title: { - text: 'K 线图' - }, - xAxis: { - data: ['10:00', '10:30', '11:00', '11:30', '13:00', '13:30', '14:00'] - }, - yAxis: {}, - series: [{ - type: 'k', - data: [ - [100, 200, 40, 250], - [80, 90, 66, 100], - [90, 40, 33, 110], - [50, 60, 40, 80], - [200, 180, 160, 200], - [100, 200, 40, 250], - [80, 90, 66, 100] - ], - itemStyle: { - normal: { - color: '#ff0000', - color0: '#00ff00', - borderWidth: 1, - opacity: 1, - } - } - }] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/k/index.json b/echarts-for-weixin-master/pages/k/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/k/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/k/index.wxml b/echarts-for-weixin-master/pages/k/index.wxml deleted file mode 100644 index d4838e3..0000000 --- a/echarts-for-weixin-master/pages/k/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/k/index.wxss b/echarts-for-weixin-master/pages/k/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/k/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/lazyLoad/index.js b/echarts-for-weixin-master/pages/lazyLoad/index.js deleted file mode 100644 index 87bc060..0000000 --- a/echarts-for-weixin-master/pages/lazyLoad/index.js +++ /dev/null @@ -1,164 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function setOption(chart) { - const option = { - tooltip: { - trigger: 'axis', - axisPointer: { // 坐标轴指示器,坐标轴触发有效 - type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' - } - }, - legend: { - data: ['热度', '正面', '负面'] - }, - grid: { - left: 20, - right: 20, - bottom: 15, - top: 40, - containLabel: true - }, - xAxis: [ - { - type: 'value', - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - yAxis: [ - { - type: 'category', - axisTick: { show: false }, - data: ['汽车之家', '今日头条', '百度贴吧', '一点资讯', '微信', '微博', '知乎'], - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - series: [ - { - name: '热度', - type: 'bar', - label: { - normal: { - show: true, - position: 'inside' - } - }, - data: [300, 270, 340, 344, 300, 320, 310], - itemStyle: { - // emphasis: { - // color: '#37a2da' - // } - } - }, - { - name: '正面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true - } - }, - data: [120, 102, 141, 174, 190, 250, 220], - itemStyle: { - // emphasis: { - // color: '#32c5e9' - // } - } - }, - { - name: '负面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true, - position: 'left' - } - }, - data: [-20, -32, -21, -34, -90, -130, -110], - itemStyle: { - // emphasis: { - // color: '#67e0e3' - // } - } - } - ] - }; - chart.setOption(option); -} - -Page({ - onShareAppMessage: res => { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - - onReady: function () { - // 获取组件 - this.ecComponent = this.selectComponent('#mychart-dom-bar'); - }, - - data: { - ec: { - // 将 lazyLoad 设为 true 后,需要手动初始化图表 - lazyLoad: true - }, - isLoaded: false, - isDisposed: false - }, - - // 点击按钮后初始化图表 - init: function () { - this.ecComponent.init((canvas, width, height, dpr) => { - // 获取组件的 canvas、width、height 后的回调函数 - // 在这里初始化图表 - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - setOption(chart); - - // 将图表实例绑定到 this 上,可以在其他成员函数(如 dispose)中访问 - this.chart = chart; - - this.setData({ - isLoaded: true, - isDisposed: false - }); - - // 注意这里一定要返回 chart 实例,否则会影响事件处理等 - return chart; - }); - }, - - dispose: function () { - if (this.chart) { - this.chart.dispose(); - } - - this.setData({ - isDisposed: true - }); - } -}); diff --git a/echarts-for-weixin-master/pages/lazyLoad/index.json b/echarts-for-weixin-master/pages/lazyLoad/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/lazyLoad/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/lazyLoad/index.wxml b/echarts-for-weixin-master/pages/lazyLoad/index.wxml deleted file mode 100644 index b5c22d2..0000000 --- a/echarts-for-weixin-master/pages/lazyLoad/index.wxml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/echarts-for-weixin-master/pages/lazyLoad/index.wxss b/echarts-for-weixin-master/pages/lazyLoad/index.wxss deleted file mode 100644 index 5ade0a9..0000000 --- a/echarts-for-weixin-master/pages/lazyLoad/index.wxss +++ /dev/null @@ -1,12 +0,0 @@ -/**index.wxss**/ -ec-canvas { - position: absolute; - top: 80px; - bottom: 0; - left: 0; - right: 0; -} - -button { - margin: 10px; -} diff --git a/echarts-for-weixin-master/pages/line/index.js b/echarts-for-weixin-master/pages/line/index.js deleted file mode 100644 index 9ede3ae..0000000 --- a/echarts-for-weixin-master/pages/line/index.js +++ /dev/null @@ -1,87 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - title: { - text: '测试下面legend的红色区域不应被裁剪', - left: 'center' - }, - legend: { - data: ['A', 'B', 'C'], - top: 50, - left: 'center', - backgroundColor: 'red', - z: 100 - }, - grid: { - containLabel: true - }, - tooltip: { - show: true, - trigger: 'axis' - }, - xAxis: { - type: 'category', - boundaryGap: false, - data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日'], - // show: false - }, - yAxis: { - x: 'center', - type: 'value', - splitLine: { - lineStyle: { - type: 'dashed' - } - } - // show: false - }, - series: [{ - name: 'A', - type: 'line', - smooth: true, - data: [18, 36, 65, 30, 78, 40, 33] - }, { - name: 'B', - type: 'line', - smooth: true, - data: [12, 50, 51, 35, 70, 30, 20] - }, { - name: 'C', - type: 'line', - smooth: true, - data: [10, 30, 31, 50, 40, 20, 10] - }] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/line/index.json b/echarts-for-weixin-master/pages/line/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/line/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/line/index.wxml b/echarts-for-weixin-master/pages/line/index.wxml deleted file mode 100644 index 582a862..0000000 --- a/echarts-for-weixin-master/pages/line/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/line/index.wxss b/echarts-for-weixin-master/pages/line/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/line/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/loadImage/index.js b/echarts-for-weixin-master/pages/loadImage/index.js deleted file mode 100644 index 77fd582..0000000 --- a/echarts-for-weixin-master/pages/loadImage/index.js +++ /dev/null @@ -1,85 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - const piePatternSrc = '/img/pie-pattern.jpg'; - const bgPatternSrc = '/img/pie-bg.png'; - - var option = { - backgroundColor: { - image: bgPatternSrc, - repeat: 'repeat' - }, - title: { - text: '加载图片', - textStyle: { - color: '#235894' - } - }, - tooltip: {}, - series: [ - { - name: 'pie', - type: 'pie', - selectedMode: 'single', - selectedOffset: 30, - clockwise: true, - label: { - fontSize: 18, - color: '#235894' - }, - labelLine: { - lineStyle: { - color: '#235894' - } - }, - data: [ - { value: 1048, name: 'Search Engine' }, - { value: 735, name: 'Direct' }, - { value: 580, name: 'Email' }, - { value: 484, name: 'Union Ads' }, - { value: 300, name: 'Video Ads' } - ], - itemStyle: { - opacity: 0.7, - color: { - image: piePatternSrc, - repeat: 'repeat' - }, - borderWidth: 3, - borderColor: '#235894' - } - } - ] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/loadImage/index.json b/echarts-for-weixin-master/pages/loadImage/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/loadImage/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/loadImage/index.wxml b/echarts-for-weixin-master/pages/loadImage/index.wxml deleted file mode 100644 index bf563f9..0000000 --- a/echarts-for-weixin-master/pages/loadImage/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/loadImage/index.wxss b/echarts-for-weixin-master/pages/loadImage/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/loadImage/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/map/index.js b/echarts-for-weixin-master/pages/map/index.js deleted file mode 100644 index 3d2b7a8..0000000 --- a/echarts-for-weixin-master/pages/map/index.js +++ /dev/null @@ -1,115 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; -import geoJson from './mapData.js'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - echarts.registerMap('henan', geoJson); - - const option = { - tooltip: { - trigger: 'item', - formatter: '{b}: {c}' - }, - - visualMap: { - min: 0, - max: 100, - left: 'left', - top: 'bottom', - text: ['高', '低'], // 文本,默认为数值文本 - calculable: true - }, - toolbox: { - show: true, - orient: 'vertical', - left: 'right', - top: 'center', - feature: { - dataView: { readOnly: false }, - restore: {}, - saveAsImage: {} - } - }, - series: [{ - type: 'map', - mapType: 'henan', - label: { - normal: { - show: true - }, - emphasis: { - textStyle: { - color: '#fff' - } - } - }, - itemStyle: { - - normal: { - borderColor: '#389BB7', - areaColor: '#fff', - }, - emphasis: { - areaColor: '#389BB7', - borderWidth: 0 - } - }, - animation: false, - - data: [ - { name: '郑州市', value: 100 }, - { name: '洛阳市', value: 10 }, - { name: '开封市', value: 20 }, - { name: '信阳市', value: 30 }, - { name: '驻马店市', value: 40 }, - { name: '南阳市', value: 41 }, - { name: '周口市', value: 15 }, - { name: '许昌市', value: 25 }, - { name: '平顶山市', value: 35 }, - { name: '新乡市', value: 35 }, - { name: '漯河市', value: 35 }, - { name: '商丘市', value: 35 }, - { name: '三门峡市', value: 35 }, - { name: '济源市', value: 35 }, - { name: '焦作市', value: 35 }, - { name: '安阳市', value: 35 }, - { name: '鹤壁市', value: 35 }, - { name: '濮阳市', value: 35 }, - { name: '开封市', value: 45 } - ] - - }], - - }; - - chart.setOption(option); - - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/map/index.json b/echarts-for-weixin-master/pages/map/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/map/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/map/index.wxml b/echarts-for-weixin-master/pages/map/index.wxml deleted file mode 100644 index d4838e3..0000000 --- a/echarts-for-weixin-master/pages/map/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/map/index.wxss b/echarts-for-weixin-master/pages/map/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/map/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/map/mapData.js b/echarts-for-weixin-master/pages/map/mapData.js deleted file mode 100644 index 76e5e22..0000000 --- a/echarts-for-weixin-master/pages/map/mapData.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = { "type": "FeatureCollection", "features": [{ "id": "410100", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@bEV@JANAZBLA`UJOPGN@‚NPH`DR@ZEHCVST]POLCtE`D|LRHvXPD\\GvATHNJHHDNRVrlFHFFFDJDLATMZO^ALDRAVHVLTDR@PGTMTGZQHAP@^J\\FBCDIJMZM@IAOC[MGUIQCOAAUKGAOB]D_AaEMGAEFIRUxkNMHKAECCMCMGIKIMKGCEFeHIZSDE@GCWFiAEMGECBEHYASHIAEIIAG@EJGGEG@EBANCDO@CCEMAQCU@S_YCEEKKgIwAM@QAESQGCG@IFGJIHYLUNGBW_UMIGBOBARCDCDMAWAAKEICECSAKCM@OFO@KAO@GCCABbCFEBIBAACEEMGCKAE@KDEPCBE@K@COQSCKKOKYDSAIFQBIFG@G@ECEEMAEBCFCDCBCB@BCAYBC@GAACAIDI@SAECYBCIA@I@GBK@MFEFODGFMFICGEGA@CDCCASQGAACeASDEDKBEAEEDC@AMCCGOAEEEADK@CAC[CACJCBCAKGECBGFGDQDGAKIKCCAKBKJKDENGBK@ADGJGJAHCB[NO@[LOBS@ICGGIESDSFIDMHONDLABMNE@IEIAWJG@ECEGGMC@OHI@KJIAABAD[PE@KEWBA@DHABIFFHAB@DHPBFBDGFM@SCGBMFEEE@EBOD@DHN@DOFGFKBGPODMCQ@CC@EACGACEAEHKBCCGKMBGCMHOACKAIBC@KASDICGBAAAOOKe@QDI@WIAE@MGEOQAAIAQBEACIIIAGCC@IIII@BGACECKAGKGEKCEFGBCFG@kKQGOASDQDMVM@EB@BFDEJA@EGEAUAM@GBSRIAABABIPEDS@UGKBuBMHcMK@MBGAICC@OFQBCBCFI@SAGCGBYF_IEHFHBNJDNDBBOHUREHG@K@EBQLE@ICKIGCK@ABAD@R@BIBM@IDGAK@AFALCDEBQEQEE@AHGJDFBP@JABEDIBAHBDDFJBJFAHFNALINDFJFJXDZCLFdAVGLBH\\FHAJ@HDPLBAx_DCBEVALDJCVAXBL@FCLEND`@RBROFAHHXL@BEH@FHXFFCVFH@PDHHDLBPFJ@JCH@\\BJFJJcFQJKBo@ICU@_DM@OLGNCPUTKNAFDF_CEDEHAD@DJRBF@FCPEDE@CFNFBFBHFJCJYVCDLPADGNCRAPDF\\JHBNJJDF@JDNCJA^UPATTJPHBXABBHPFHCBKBmXGJGRDFJFARDJCJCDKFWDGGCAMDqAIBMFIAMGYBEDAHA\\DTDFFDVLVM`AFFT`NFLdDDFBdAZIp_J@XLlVTJFFHPHBPAXERK^YRGXAVDND~FPFHNXBRGTMLQF@JBb\\THRJPLXLJJBFDPRdDP@\\F^HLTLND\\B`CZKZIL@PBJDTLRPVXRPdNfJXCPGDM@M@KjGxEfDhNbDX@REXQVKRQRO"], "encodeOffsets": [[116319, 35773]] }, "properties": { "cp": [113.665412, 34.757975], "name": "郑州市", "childNum": 1 } }, { "id": "410200", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@LKJCXM”H²CTBPJTN`dJFL@N@NGTIdYPG”U|Q`DXDjNtNVA\\EP@`GJCNANCPAHBNFFDBFHBb]\\C^MJ@JF\\@TDHB\\VHLBFALCJGHIFYV[TCF@JDHDHJJPNTDXRZZNJPJ\\LLEDCvMDBHACCBATA@DCBK@BFGBBFJAHRD@@AB@@JC@@BHACHP@@CNA@GBA@GAECBCOB@@ABA@CVM^EFEFQDEJIFCHDPVRLNFhBXCv@JQFELGFAH@FDLP^HVRXLX@`@RBLFX@JIBMEQFCZCJIFKFCAQNAXJTKbKHLFDNDH@DEBK@KCEA@CBCEGDQcIFAAC@ACA@GULA@CXAAIVCDPP@BBZAVEDCEYQSAEBsFKFCTEPUBK@GCCYSSIQEOAwH]GIEQ[IIKCEBONMJK@QCKEKKGKKIOAO@WF_@m@WCsWI@EBCDEBOE[@GAEEOCKGECECGA[DaTaNYTEDG@EAAMEAyAGAECCKDENC@MJCPAVEBEAGIIGIQKAEXEHCBEBK@SDCHCH@\\PLDbBHATK^IJIBG@ECESGaAMCMGEK@EFELIBE@EIOH[AGGM@GPaDUFM@KBKN_BICeESAEBIFUAEAEQUMKOGIAIEUEMIGGAQK[@OHOJIPOJMDOAG_kEQAOBGBIJCDIJQBUBAJALCJIVSBCF@E]CGCAOBgJmTIBKBCAEGKSEACAyE[EQGGECCGYACIEWGUIA@EBCDGRGFIFQDu@EDKHE@c@IHOPQE[DKLWPEBMB_EUBYRWFMRCF@PKNGBEGC@[@EDEHIREFCBiDqNGOCWCIGGBGDAHCXCNELEBGOMISKIME[AEAACGUGGQ@KEKA]B]FWHGHWXGBu@URI@IAEAGGG]AEYYoAM@MFKAOMCGAUAEEAm@WCAACOCEKAMAMEA@M@@DEBCFCBS@EDCJDH@DADKFADBBHDBDGHIRGDM@@L@@GBG@SICHEBEIEAUFCCAMEAgHY@ABAHKL@LAHGDKEE@@LBFDF@BGDW@ABCJCDC@KAAFFJCD_JWBALABGEE@YAIKCAI@AFAHKDFZADGBBJABQFFD@HADBZADA@ADCDED@JFNDF@F@HEHAJERBJCTLZLPDLRTDPL@F@DAFOLCF@LBHDFNDFBBJAFADEAaDBHDP@LBP@PEJARHR@FDJDLFBBBXCNCDQDABAPJHVNX`HAVMZKJGHIJEH@HDTRBF@RBNJxLhFLDF`Z@TDVBRFNDDP@DCBMFAH@HFIH@FBHJJBFGJBTGZAFFDNHBFEjDX@HCFYTGJEfDFLHJNJLNHNDDDBFGLMNwlQVEJBFFFND\\D`B^CPAHBVLXzDTNŠBZ"], "encodeOffsets": [[116963, 35758]] }, "properties": { "cp": [114.341447, 34.797049], "name": "开封市", "childNum": 1 } }, { "id": "410300", "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [["@@AGE@IAA@AHAB@D@BD@FAH@FC"], ["@@@GGOBABCLED@HFD@PED@hBNDNANCFDJALEXI|MVMHIRUTeJGhG^Q`YJELAJDRXLJNDD@XSPIREVC\\BLC\\ILGTA`KHIDAj@VFV@jEREpUHCHKFATFPCHEFAF@VBDDEBBLOJCFDBD@NIB@ADAD@DFHADIDGRCBK@GAIQA@QDIA@BBFDBDRHLB@JELFDAROFAD@VNL@JDFLLFLTD@BC@OLEDYBEJG„KhA@mHA@KAGIG@C@_DUH@\\GfKRIhEdYzMXDNFNJTDPG\\DJDZEJM[OCECYBUDIHCV@NHJBNEJArBNCDBHHXCLEDCDICIBQIECEHQHInWLADAEGGOAAWBGAIOSSOB]VIBMDICE@ICMIGA[ICEBODQHMBCKODCZUDIEIAGAEMEDEF@FCDO@EAEIQ@CBCFGFC`DCEBELMVSDOHMPKN@`CV@JDp@LARIdEIIIE[AG@IDI@OEKAGCCG@OEGDUEEGW@EFG@AWKGGEBQPQA_@MCKFEDK@WAUBIDKCUBAFCDw`ABOKGCI@GB[EAGHKBUEcDKASIYACIECEJMBKEMBGIEIACEAC@GPCDC@IAOCEHIBGB@H@NFRFFADCBKBEL@HBNCOISQCAI@IDKBI@KEE@eJQ@YQSCQ@WGAFFTSPuG_MEMCEi[SQAKCOaQBIHMdSDOGKOQKMHSNKdqFU@QDIFEbIJGFKI[O_KsBSCMMGQCOGCI@QEI…aKIBGLCT@JCDCHCJIJCECEAMBGAICECAEDEFA@IEIOWA_BIOSSG]GQGAILQZKlIJE@MOWik[@[BUGYSKSmsUI[@aZihGDI@YKwKOIKMQKOCO@KIKEAEHIBCAAEESEGEAG@CFEJEGu@EEESMAA@MBGwEQCYQaMKJAXSNSCQMIUEUU]UQ_MYGOAUGCIBOHMPGFUJK@KIGG@SHOBMEOLYXMDMCSQEUBKBBD@BGD@BBFHBBFCBGBAIAGIsEcE}OaEQ@IBGFEHUT]PWFQ@MC[AUFEDCJ@PBNA\\GZGLUHIBuRSJwVWLSBSCqSWROTirYLYH]@[CUFYHuASLOFOCQQWKU@]XOF_FYHULWPYNQFUAcG[AOFG@GAMEEAI@EBEDORQDSHSAIDEHMVA\\BZAFgbMXCF[L@BBRADCDOFIHBNBDD@DEAEJCFFNDHABDNJBFAHOX@HFNDFPLFBN@TGF@PDNFF@D@BABKDAJAXBBBBHDRFLFFRPHLHF`NNPJHDFGRDPAVCNELMNAF@fDNHHDJBLFNLJLDBBBDQ^]@CDCDKFe@EBGFCFAFDPENEFIDE@E@UMABAB@JAFSAE@IDMHCDCNSPIREBWAGBCDGPALCFEByVMNUN@FFDJBRAHBDBJXBHBJKLAFDRAZDLJJFXM\\QNILCJEVCDIHeDABCF@DFP@NJJ@NDFHHJF^@dHDDBBCTBLRD\\VBDAJDRJXDDJ@dKpKJ@BD@FEZ@F@Df`LHJAFUDEDAHA\\AhBJBXNFANMLARBTRHDhN„`LLlRLJJPFFTRND`BFAHEHANBD@PPTNDHFDP@BCHKJAHBBDBHDD`EVKrMdKTENKHCRAD@BD@DWXGVAHKN@FD@^@LBHFLRDDRHRFPHTF\\GJBDRDDDBH@VAFDHFNRTPJFHDPAFBDDBD@HAL@BBB\\CdBPCHCFEHM^aDANFJAncHCJBFFCNBDLPBRLHJL\\HFFBJRD@BAFGJCLDLDFLHBFBF@DEFADDDVADFBFAFGTAFDFFF\\HFJ@DCHKHMN@HLBPADBDDHR@JCFNBFHDBHACFDJAHAFAFCAEDQHCFAH@DBBLBBDCHIHYPIHEJOFCFAF@FDFLJ@DEDM@]KQAQB@DDLAHOLSLSRSB[BIHEBI@CBADDTCLBDLRNJRHRDNFLNRPPAN@dL\\NDDBB@HCFCBEBQ@GBGFIL@FBBFDND^B@BEFAF\\L@DqR_PWRAHBD`PFH@V@HDBZLDAFCXDbGFBFDNBFC@EFIJELCDEDIAA"]], "encodeOffsets": [[[114719, 35618]], [[114728, 35887]]] }, "properties": { "cp": [112.434468, 34.663041], "name": "洛阳市", "childNum": 2 } }, { "id": "410400", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@IGCIIOAKACAKAYDGNGfGTKDOGSAIDKRYFAFMXUBGGOFCBC@KLAJIJ@HUHEHCTCV@‚NXKJSP@LFBNANJHNDHAN]BAH@VDBABSDEL@DCVC`UNAHCHKIEKIAIBGHCFGN[J@LDBVFFLBXERBVCLEHIJeBUJMNQA‡CQMGOESOIaGKW_ISDS\\eDGJEDGBE@GGMAWJ[DEF@DAAEGCM@QO@ABATEPIRCFCTGNGNCLFF@NCHCDEDIB[XBxJ^LH@FCNBVHPBHBDDDADGFEDAR@FBLFD@DABOFQFEF@HCBGGKEKBIPKAGEIAWBWLYLOn[JCFEBGEKGGaMICm]AA@EABCACEC@@DGA@EA@AFWGBCBB@AA@@ACAD@BEC@BAB@AAAABIB@@AF@L@BEAC@CE@@CE@@CB@BEG@@DE@B@B@@BC@@ACB@CA@D@ACF@@AHA@AEA@ACB@AG@@AA@@CC@BEGKC[B@@EC@@CAA@CA@@CC@@AC@@IFO@BBIKAGHEHA@C@ECCB@@KBAFE@@EE@AIO@@AC@ABS@A@EH@IDOHCAE@EWiBgAEIEAA@WBCDA^AXINCH@HDFKJGFDBF@HBDDBFBX@NKBMDAJDZ@P@REL@HFHJ\\@JCF@D@JJNBPJJ@PEHJBBXGLBFCFBDABQDCDAG]EIAEEMECECcGOMCIIG@CFG@ECK@aIIOMCEEQGQK{Kg@INuNSBELYDAHDX@HC@EQWISQSECICEB[\\EDCGGCMAY@[JCC@MAEMSCAMHQTSBQRG@MGGEA@OBQCYDKAEBOFMB[G[BIA_MCECEAKGSIDGJAHLNERBFHNAF@DWTGHCDHAH@FDJV@TNhHFHDHH@LEX@REPITMXAHBFXHNDDD@FGFAD@DDDHHBDANGHIFQBIDMD[BqTG@oUE@CDILKDMBMCK@IPABO@ABGLKDOCGRGEC@EBADAFBXYNCFCJIDEJQTAJGJOHQDQCW@[OKAODADABATA@cNQA[FS@aIOGI@CDCJCR@TDRHJJHFH@DGF@JAXGJAHHT@JGHIBADAB@PABKAG@BPGLoREA@CAAIDEFAJCBKDKLGAK@QLIDCHAFGLAHgCI@IB[PKBAIACEAQ@UHAECCUECQ@EBGAGOMEAW@UCGDCFCB]OSEWOEAC@C@IHAD@FABCBSAGFEJ]LIFM@IBCEC@WDO@IH_JGDEDAJGBUEWOaDGDCFAF@NABKHSDC@GCY]QKMKECK@ABCJMIQCEBGJEBDL@HABOJINOLGJKXGBYESDKBEBIHUZIDQRGDKNM@IC_Q_BAAQIK@CBEJEFK@UCG@EBQTMHCDCVGHSFMHQLeAE@IHGHAH@NBBTNFF@FHvIFEF@HBDDDXHFFBBADGJBFDDHBLJP@PDRLLNPJxLZLJ@HCjgbY\\@VJntLTZTVH\\A\\@jlPX@NIFkJYLKRBJRH^HTHPTAJB`PXFJ@JEBCFBFFDJDHBNALDIFIJGDCDIDS@KDAHLJ†bFJ@RDJPHRDNHDNATLtP`J\\ELIHaJEFCJ@REVcrMLGTLNPRHLCPcTGNAJbRDPBLTRj\\DFFN`NvHTOESBEXHR@TDZRR@fIF@LFJ@LAJCJ@DB^XFDJ@H@BC@QBCBAL@XPLBRKFAL@H@FGVQNEBAAAMCICAMEGFG`JZEHAHDTBJ@DEDARAPED@JDHBNAL@dNNGvALAVHT@FCJOBABAJBTQHAN@VBFBFHB@FIEC@AFAN@NU"], "encodeOffsets": [[115797, 35089]] }, "properties": { "cp": [113.307718, 33.735241], "name": "平顶山市", "childNum": 1 } }, { "id": "410500", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@D@BAEG@APEHDCJBFPDJAHMDCFAPAJJD@DEGI@CX@PEFEFMLBJKJAH@PDLBfIH@DB@DEDKDCF@PDDVFjDLCBCDKTMPe@EFAhJDD@NDHAFBBHDF@XEHBBD@FDD@BGDQ@EHBFBDNFH@NIFKDGAGJGJKHWXGBFEJ@JDFPBBD@DCDKBADBJEDE@CEC@E@CBGTBHHBJA\\OHINEFDBBBFAHBBHDL@JEFK@MCGIKBIB@BDTBNCLJJADCBOFCGGAAEBCCGC@ADCACI@MADCHBBECEDC@AD@DBBCRO@EDGBCNGHAP@BA@ADABBD@BFH@BFABD@@BJEVA@CBDHAJDHCB@@BD@AB@DJCCBBBAB@BF@@@AB@BFAADB@BEDAB@@BJB@CD@@CJC@AB@@CDBHCBCBBDAFAD@@C@@DJD@B@AEJ@JC@CAGCECAB@@AB@AGBCEEABAEB@BB@@@AB@@DBBBAA@DCFBACD@DBD@HJFARA@ADAFBHPABAHDHB@DFAFFJH@BCP@@EPOHOHAJDFDFFDHHDVIFEHCTCNE@CRCDBR@ADBDJDNCDCJ@BPL@TA@ED@@MB@BAFA@AD@@CB@@GB@@E@@@GNEBFHA@GRADANANALDVBHMBMHI\\El@PCLEPULKNIRETA\\@dGROFGJCAADA@@DABB@@@CB@@DTA@EH@@EHA@CF@@AF@@@JA@G@@@GBAF@BCEA@CC@CBCMFAFCFDBABDJA@DB@@BFBFEBBB@@ABJDB@CBB@DH@@CJ@@EFABDHA@BF@@FLB@DB@@JFBBBN@@DLA@BB@@BnA@CH@@DTADPJ@BFH@AETA@AD@AEPABHF@@FDB@BH@JNNA@CNCACDA@AD@ACDACC@AD@ACLC@ALAAEFAAKNABHL@BJH@J@@AH@ACJA@DL@@DD@@CFAAAH@@CL@JC@AJABDDA@FF@BFHABDFA@AD@@DJA@CXABRC@BBA@DNF@H@ABF@BDPABFDA@IF@BDNAB@@@B@BBB@@CB@A@AE^@@BJA@@DAC@KmHEFKRIDGDK@GI]Mm@CbMXINCTAJAbMBA@AD@AME@@CEGEAAMDAAIH@DHAGFFB@ACBCHE@EGM@CLW@I@EGICIEI@KOcBIHOBK@EM]AQMQCSMIMGUACCCE@EBMASDAPAFAFGAOG]QQ[UEMK@CKCAUAGAGGCG@EB]LMPGJKP[@EII@EPSBoEEKACCACAKAAMCQAEAGQOQAIBAFCJIAQBGDEJE\\QJCšILEHMF]BYDMBgCUEEUESKEGCM@E@AHCJAfFJ@BCEIAKAWKUBEBCLETCFCHge_EKYYMFIBMBM@cFUFOAUE[@GBI@SK[WQIOKKEAE@GAEGCqC_DKAIEE@WFU@GAM@MCWACEACBCFCBIEU@QGMKIOGY@[BWJ_BKCUE[OUEmKMKOQEWIOECWI[EQISOEGCQCA[PQDIBUEECIKBAEAE@GDAD@FDHCNSBIJcEECCGEDAB@FBDFBJ@DFBFJF@DEFS@@BBBCJCFANFHBDJDJDFD@BAJCDCJOJ@HBDLBJCB@RVBD@FCHEDQFBJEFDDLCJHJBLDFFAJDHILWNCD@HDNNLFFBF@JENCNALCD@NCBKHCJAFNT\\THHBF@RAHAHSNQTGTOREJ@FHRFJHDFBPJFFFJHFRFNH\\NjNLFHJGPBHHBVADBBB@NKNBHDHFBD@jGFAP@RCP\\H@JCXFL@DBDFVRlJFDFVHFnJNAREN@HDDBFNDXFJJFHLLDRBFJNDN@HDD@HHJNL^T^BHBX@NCFMDaVOFUR[@iKC@IFIHIFmFQFKHONENDJAD]FAFENKLGAOGIBABFH@BCDGAEAGGGOECI@ODgHcFSCM@O@KMCAcDCAGICIOAUDUAODWGmBSB]EKEKIKGICmKOAGCQSU_IUCACFGTQ`Kd[tG\\BJ@DJPFHJFDH@JBFJDZDNDJDLJBDAFSNAFBNHLDTHDRDFDDJAJPFJLFH@F@BGDM@MGECGKG@AJBP@NANC@WCKAQDKDWTSHKJCFAXADEDiLIDELERGNGHIDOBq_[IMKGGASMWBIHGBC@CAAOCOBIKCAGDM@CCEMAEA@C@]LMDQ@I@CA@EBOAK@GDEPEBQZINKPCJCTKDCACOM@kEQCAOAICQMSGeAKKAE@CDELKJSBANEFCAISSEIAKBAD@\\LD@LIDAF@HDLHJBLBNC@C@CIQAMAGIGFOAMKKOOWBUWQGMM_CCAAEE_UGKGKIGCOBG@ILGHQFMBAACECKBECKCECAEAW@MGGBOJGBW@aKOAgGYA]DUJETFTP^BZ@ZIVSLiri€ALCDCBIAG@CBADEDEACCSEEFELHL@BEDEBEBmAk@MZKLGJETXLRA\\ATEZENBNODENBZJHLBhGVGNBPLBFBHINIHIJ\\FHHGJqFSJBPNNNHVFDF@D@DIDADFF@HAJIN@VGHG@CF@BJ@APCHEACBCHCDMH@BFDJ@JBD@@EFAB@DFD@@A@CBATBHAPDDFB@BEB@FFH@BHC@C@CDEA@JADAB@BHHADMBABADEBG@MCAAA@ELBFIBAB[FGFIL@BFBTCBB@FPCpLDBBB@BADURADHDDF@@FEDBDDNCEL@FGLMDOBCAMKA@CDDF@FBDDDJBTHTNDH@JCFAH@FDHBBF@FBBFLBBFAJGTA\\EJHJDBRBDBBJLNJNCNKTBN@NDR"], "encodeOffsets": [[116462, 37237]] }, "properties": { "cp": [114.352482, 36.103442], "name": "安阳市", "childNum": 1 } }, { "id": "410600", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@FDFR@lPN@D_TODMLYJAROFCF@HBLAP@FDBJ@R@NC^KD@B@BFFNDDN@HCDBJLPAPDBB@DADGHAJNXBTHHNL\\Jr`PAJCLMDGFQFKJCjKFCBCBWDELITGXSLCRCLBXDD@BM@MAOBIH@HLFDNHN@HC@A@EEGIKOEBICIECQCGCCSGKAMBETMBEACKIICMCYCICAE@ICGIEEGIO@CAIH[\\sLcR_HSDEDBJVV`RTHDPBnLJDLHLJLF^FTAnAXHPCVBVCPBDJHJDBdCDBLNP@N@TDdEhGPCJ@FDHPHHFBHBDC@AEGBAJAPHHBLKFMBE^EBCCIFMPMLGREnEJEJGJED@jL\\@VQPEbUNCDE@MAWAGS]K]IMGGC@GCM@MCEIQAKCGKIEEICWEMCAGCM@QFMBmIGEEUECkIUQCECAK@WEIDG@O[QDO@EBiHIACGAGLM@MAACAUBGAAGHOGIKEiM[MMGQEGEEIEEOIEAGCEIGQ@EFIPQFMqgiOIBE@ucK@K@KDIHQPIDQ@GDIFEFAJBFFJAPBBTHFFBJ[@_H‡VSBKJIFOAICG@ODQ@EDUFULOHeZIDuDIDGDEDAXAFEHWREFCJH`@FCN@F@DLLBHGXCTObWNGDUBCF@LEFSFWLE@F`BFDB`DNNRHVXTAFBVVDDBNEPJHBHBNJR@D@DMDKAIAKGGCE@CBKJC@[KC@ABBLFJTTBJEDMFABITKLCF@DBFLLfBTHRNJDN@"], "encodeOffsets": [[116807, 36734]] }, "properties": { "cp": [114.295444, 35.748236], "name": "鹤壁市", "childNum": 1 } }, { "id": "410700", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@l@nBFAFAFC@AGKFKFETFDDFBFCBCDAH@JBDADCBKjjqTKJU@YAYO]ESFSVI^CZBxJbLX@HAPIHANHX@FBDBDFDLAFDLDFBBNAREHGJKH@NCJFLJLHVHF@XKTEFE@KDEVAHCXMPaDSHWAGKK@C@EDM@EG[@GJKXQFGBEBWFCRGvCJCfYPGVKVEFCR@PCH@JDPBJELITAˆU`G\\@AIEESGAABOEIAEBIFEJEHCR@JCROJGLCL@L@vdF@JAjPrhBERSTMBGBG@QAEGG[SMSBEDILGDA@MDCBKDMFM@IAEEEMKCM@GDCXMJKCGBIEEKCIAIGKDCCFEAIREFCDG@EACQUA@IDKACEBEPIDIDCBG@CECGAKEGKBMDEDIAA@AP@D@FE@CIEAECEK@CCAGHEDHFDdFJITADMCG@EBCHCF@FBABJLFDVFJAPC`OBBDRFHTPRJ\\FXJFDJPFXPRNLnLVF\\PVFLD`AXINAf@FBLFLJHN@RFVAJEDADBDDFXBNDN@HBV@XEF@JFLB`CrDHDBF@HBFLFPLRJ\\XTLJ@HA\\@VFPBdGVCN@XCNERUHSDGDCZEŠ[EgO@GCkiEI[_IOCMEI]EMCEC@mDwACECe@eE]EMEOGKGKKQYAGBIh[XUPSFM@M@GMO_QsKGEKQMYJKVGdADEBGAGEGQMWKKCKFeQSMYYWQSCOMMQCG@IDE\\SZUJEJMDOAEGK[UGA[CS@IEI@]N[Da^GAAEECMEGAOBMDMBID_HO@[FUBsMiMWC_C{R“VOHcZSJMHM@K@IE_cSMOISA±D“GWNIDKLYNINCJAD[E]IO@GBYRSHSNOHQ@SCUKUGQBKC]BYPSNKBICECEEEGqkQUCMGGMISGuB[HOCuWQG{K_CsFKDOPS^UTGDYFQ@_COGMM@OHIP_VKBYAMBIBU@aFDP@ZBNFLT^FFJLDBLFVFNFFH@BABG@KFEFAFBDF@VBDFBBCL@V@DY\\IFCJINK`O^EZGRKVEBOAQGGAIBA@AD@FBFAFGDQBIBGFONAHARIRCPGPAH@^@HNRLDNLBF@FETKTSTET@HAXG@ELA@Q@WCGB@BClAFGDCJDV@FKFOPHFCHCD@JFBNAFDFHCLILIHKNCJ@NGTUfibQHQNKDIJGDCDADA\\GLGFHRDDFDV@ZRDAHENDLKDAJBTHHANHPBNDTFLI^@DH@FSTJPFPCH@LDPNPTPNLFNJ@HDBBALHJDTFBLBDDAFELARKTBJAFBBPHFAFQBCBEDCPBBMBEFE\\ChBLCLBBB@jAJEDADALJHAFORULUFAB@FNHFNAJSbGRANLVHJFV@JINAPKEE@ED@FDFNDFBV@BFCBGBIHOA@B@FFHADGBCD@HFH\\EPBbPLAJKNCRHJHDL"], "encodeOffsets": [[116385, 36697]] }, "properties": { "cp": [113.883991, 35.302616], "name": "新乡市", "childNum": 1 } }, { "id": "410800", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@HEHKB[BCDCHCJILCRMRGjaVeHS@MDILMJGJKDKEGECMBEA@IDCDGGEPOLE@ECUDIHCBEDk@AHAXDR@B@FKH@BW@GFSTSLSFS@EAEMKKCMQ@G@]BGHODOJQBQBGPMHEJARAHCBEAE@EBCB@JAHBRHPBFALUHQFYP]L_JMDIJEZ[@C@UDKAACEUAE@ACBEFELEH@BA@AEGMEUEKECAIKEES]EKAM@YCOQPQRULWRQFW@aCgMeCwFiH@L@NCNOHWDeIcMQOUWQOSKICOAK@YJYL_D[AMCSKGKE]@[COQcCOAEIIWKOKQISGa[IAE@KRSNQHWAGMOE}EMCUCWBQH]ZQLWFOBGAGOEESIkUWKI@o`YJcBEACCKcMES_EEK@SBUNINYFIC[COHMAEAMIMEWCyNcZgFQJeL[HG@CV@`@DJHBH@LGB@ngBƒLIHAFCZKF@PADC@RXHD^AHBLBJJFDVCjBJFDJFFXCTLDFN`FHVNZLVFJFPRBbPJDFDLDNHL@XTLFFBF@FCTAJDTEFB\\@DCDD`FTAJCHML@JBDJAH@LHFHHPJHBDBFCF@HJFRBNNLFDDDLHD`EN@REHDBABIBAVGb@DFRDRCJA`NBDHFHHHV@DEH@HDFXBHDRHLDD@LGLAFAJDHN@B@JELAFC@ABBJAlDDNJBDGRJF@DBBJ@NGD@TCPFVD`KNELDHGFAPOVEJALFJ@ZKDCH@LFJ@DDBF@BEJ@DPDD@D@APBLCDBDBFF@DAB@BRAFD@DGBBDDCDBDJFBAHB@@CB@BFDDBBFD@BD@BE@DDABAAEGCDEFFBABBDAB@BCBCBDDCFBBBBFC@ELHPEBCBAFF@BCBFD@BGBAF@HJADBEF@DDBBHALBJ@DC@@BBBZ@LCHBLDHDPDHAD@DEJ@DARQRBDC@CBCFAVBNCZKJABBBDEJIJ@JDLHDFH@JFBFGFKRD@HCHYJ]B@DBDbTNCJODCnAFDHNFDN@LBZ^"], "encodeOffsets": [[116105, 36347]] }, "properties": { "cp": [113.238266, 35.23904], "name": "焦作市", "childNum": 1 } }, { "id": "410900", "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [["@@BQA]CEAE@GCGAAAICGAGIK@AAOE@@ABA@EG@@BEBGSB@@CF@@KGB@ECBAAA@BBC@AEGA@EGBAGD@BID@@DBB@ED@B_CS@SIEoIoYEECCAQCECA_BKCCAKcG_FGPKFGBIEm@GEGCUCAAOC@@AWF@CG@AKHA@AB@AANACYC@@@AIE@DEBEGOI_@WAGBCv_DANR`TVLRLDDfzZ\\XRtZRFfV|J`HˆpLDRBRDXC\\AJER@FFFLHFRHVDHFLHDVHJABD@PJfJ^GlFTBH@NF@PXTI@CDBBFFbVbJRCT@D@RKPCL@HDDFHNvVF@^KL@HDZTZJ`JtHHDn\\ZXz‚LDŠJBACADIGA@ADAAABAAOC@ACC@@AA@BOIABGC@BIB@DKI@AGC@AEA@@AV@KGMB@BEB@CB@@GFC@MAEA@AOEKUFOgESCmCMAAGCO@‡N_@wKOBCCA@GC@@QCBHW@EEGECIAWAYECAEID@@IZA@GHMKE@_EB@ECB@IA@@DA@@IAWGAB^E@@GI@CYEC@HeA@MQ@UFCME@@CQB@FM@yLOUAIW@BKe@AKCBGWOBCKD@EOUFCS@OQ@@KFA@[E@@GC@@SyEQC[KOASAAAC@@AW@kACMECmRA@AAEKGCgHI@CCAICAYB[OWQW[Y_Qi[cMG[WCGCQEUCEMIQSGQM@@QYDAUE@@FOFAUE@EEMBBK^GCIIDGUJaFM@OAC¥aUMSQI@MKGC@ADI@C_YgYKCM@SDK@WEOJcBeCaEUE@SEAAOI@@fA@CA@[Q@GDGFCF@DCDEBACCEC@CCBEDGBI@IOSIOCA‘BSEEKCWCc‰\\YFCDCHGTQVZZFLf`GhEDSDKFADAFLV@RDRFJABCBkEIBGD@HDNFHTLVFFFDVAhCNAZE^GNKF™JID[RIFCFAHBRIJEDABBJPRHRFBRBNDBBBLBDDDLBFFApOT@FJJ@FO\\ILOHKNA^@FDHHHHBVBDBDLL@FN\\VRRH^BPEHEBOBCBBTAN@FDFDDVBNHNJDTNRBRN^@FALGPAJPd@LFJDJHJ@F@JKX@DHN@FGFADBDA@EEBHCGG@BJCBBNFBFH@DF@BNC@@BABaNIBSBMDmTXDDLJDFHFBJ@FHDBH@TFNG^ARHˆ„ZTBJETJhCR@FBFX\\FFFBH@|OH@DBBDBTH`DHFFHDJDfANCHCFGAKBAFCVCPDH@BDBADBFBBFD@@DFA@FD@@FDB@BC@@FB@BBFB@E@BBAL@K@FAE@@C@EPBFATKPCVIPIV]HYDGV]FCJE\\EFCBE@IESCG@ILQJIJCLAJATHPED@LFbRHHFLDXDNDBZ@DBFLD@@FBDB@BDA@BDGF@BB@D@BHBDB@DLD@CGDA@CB@@CACFAECCC@CDB@CB@@CF@DAFAJBFDPRFBZAFBBD@XBLFDHBLABABWBCFGREJA"], ["@@GEGAMJCH@FDDHBJFLDDABCDEBCAACCEI"]], "encodeOffsets": [[[118256, 37017]], [[118278, 36761]]] }, "properties": { "cp": [115.041299, 35.768234], "name": "濮阳市", "childNum": 2 } }, { "id": "411000", "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [["@@REBAAIHABCEYLCBGBEJ@DBJLZBF@HFBABKXA`IDCEIBELBD@DCDIBAX@HC@ACEAE@KF@LFHCBG@KLKBGBAZ@hGFBBNDDVEFBFJFADGTJH@HA@@@KN@HCJQHGACGCAABCLEBC@CCGDIFCL@LADEFA@CP@NFXBFHDPFDTBn@FBBFBVDHPNF@FBNEN@pBVIHEJMJU@KEcAY\\›@IEQEIKICEAICCOEACPƒBQBCJ@FCDGH]LeDIDA\\CDCBCCODWCEEA@KHQAEMAEMFwD…DGJIH@BCKQJKCEBEEABC@CACUA@Q@AT@DG@AD@B@@GPABKCC@GDE@ECCKGACEM@YEK[IEGKCM@QHmHEDCBCRCBE@MEWBGBKJKJA@GEA@CFMDECMA@LCBA@@ECCA@EDECI@ACCBEFCHBJHHIPIVGPCDMHILQJMFCDAFDHHJPNBFETBN@DEHBFBJCFEJADG@CFMA@AE@BKE@@FI@BDHA@JJDEHS@KAABEJ@FAFCFIHG@OEKDCBAFBBAJAFHBCFEVMFSH_B[AQGm@_KSCSIaQEEISCE@BG@@HUABCEADEO@IBCJMAKBIG@DE@@BKBBMC@BACAFOC@@CFBBECA@GHBN]WC@YDB@WCKMIKAiFC^B@@DGB@AE@BACI@BG@AAA@@@I@@CBEA@CBCAC@CDCBAEA@MDKCKHWC@ADA@CF@@CH@@CGA@CM@@ED@@EGAAF[A@DUA@AD@BCC@@CE@AC@AF@@CAAC@@AG@@AG@@DAOCCH@HEAI@EDC`KZCBCBcOa@W@EAKEBAKKB@IA@ACEABGEEA@@EB@@EB@@ILBBGNB@AD@AAJA@EF@@EFBBMA@@EE@@IC@@AG@@AG@DCI@E@CAACDIAEQMIAGBENIPC@EAACEMAMCCA@gD]LqGENEBCABMAEGEGAOJIDG@]OATXXu@ABAJFLHLAHGDE@EFERAPCBC@KEEAQ@CBEFCHCBCCGAOAUGMAEDG@]KwIWAA\\CJCFGDMDE@KEMDMHSHEDQDOJSFAB@BRPN@HDBFCBE@CFI\\BXHN@HAFCHIFCH[fCTJTX`HLJbTPPFNHDRBˆMRINAVIfGJKFUDQAWFKAEEAUKCI@M\\EHGDAHBJLJJFGLGDMB_VUDCDK@CFATABUCG@ABM^GBMCIGBMAMKEO@ITWLMU@SDCBKHGVI@IJKB@LADEDHPAHWVENEBQZCLBJHTCPSLeHMHCHBZBLBDBLJPDJFFDB`GF@PBRHLBZHNBDEHAFELDJHFJLBFDBDAHJ@JJ@JDDBHJJDJFBRAJBBBPRHF@NBFXJJ@RCf@PLBPBBHAJDTCLBD@JALBBDGPDNAHLNDHCHCDAHDFLH@FDDDBNANDPCHOLAHEPE@CGM@CPCLAFFNEDAXDN@FABCACAEGO@CBAEGJEBACGB@XALFF@\\OBCBAJBLIJ@PGD@HNFHFDH@XIJBJFF@NMBACKPMNG^INAJ@RLFDN@VA\\KP@`OBGHIHIBCL@HAFMD@TMD@HAJBRNHBRCHCHEF@FDBLADIDBD\\DBD@DCLFBFFPBDHND@BCDFFFBLAFCTCfBBDHBTRDBCD@DHBHFJDNEHEPCFENEL@HAJ@B@DJZAFDTBJ@JC"], ["@@D]]HDJE@BDB@D@@CHB@BA@DJJA"]], "encodeOffsets": [[[116619, 35152]], [[116557, 34704]]] }, "properties": { "cp": [113.826063, 34.022956], "name": "许昌市", "childNum": 2 } }, { "id": "411100", "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [["@@ACF@CI^G`CJALBNJDL@XCA@ZXDM^GA@HDBAFEA@DD@EPDBABD@ANLA@AF@@CJHLANBDIJAP@CFFBADVB@GH@@ADFJTFFbRTJTD`Ln@RH\\B`ATGNEFUDEGABEBIAABEDALCPFH@JGDEBE@EFIBALBT@FGIC@IGBACJ@@EF@ALF@@BPBBEH@HMDEAIAEFG@CAMFSAEOMGICGBEDCNERINMJELSJUJOEECGGDE@MEKAC]DEFEDG@YDGIDI@kEY@AA@IDCHAB@@MFG@MGKQKAC@ICGBSJU@IBOJ@PDJ@@GBMDEEaBEJBH@ZCX@HB@DCJBHJJJFFCHGH@LNJ@FD@BAHBHTRPDTCJLVBZHNFDIAMDEPS@CBaFMBgBGDCTOBCBG@WAAKEMCAE@C\\oDQDCVCBABCASEW@MCGQS@EFOGO@EBEFGBWcUGAW@GAaOKA[F]IAAE]BGCIADi`@DBDPFBB@HCFEDGBYEQJADFJMFGBS@ADAB@FBBAHF@BD@DEHBHMAOGAAQ@ABCD@BBD@DAFNDNBDD@DEHUGBAOCA@AJADIACB[PcHCDGJKDOAIKEAEASBEACUACCAODC@AA@IAGG@AKCEKECIAACAW@AA@GQEI@SQA@SBKFGFMF@DEBWBaAiBK@ICOSUKYAQSKAEGEQGCyBGG¥@E@ACE[G@UDGAAAEQCBCD@PABI@EDKAUHCAGIOFI@OIMAIIC@E@ID[@GIGEK@QFO@Y@ICCBANGFCDMBM@GCCQECIHELGCG@MDUHWBGBCBA\\BBJFBFAhXj@FBFGDCP@JFGB@T@BAD@@BP@BJF@@FF@BELA@@DAFDD@B@FGHGLBAJ@AEP@JD@@BD@@DB@@DBB@DD@@FA@D\\HLAFD@@DB@@BH@@BDA@BFB@BGB@BE@BDC@B@@DDA@BD@@AA@A@F@@CH@AFA@@DF@@DF@@DBDAFK@E@@BA@AJBBBBA@ABD@AFC@DB@BB@@BAAADXHBEB@@FHB@CD@DFDBBA@FBBn^JDbNHHFLAHEFIDm\\KPKZAXBXFJBHMJv@WWBS^PH@JCPIHBHFBFANDBFAFMrH^KhCB@DDBNFNBDFBD@JOFMHAJBJFHHBFCJBDDBF@J@CDH@@BH@@BD@@JF@@FB@ANEA@FE@@FIBBBC@@BMAAHKA@JA@@FA@@FB@FFAHFBBDB@@JLABLFABL@F@XPbAdADYD_LCD@FBJGFG@DDBP@CH@@BH@@BD@BB@DE@@BBDF@@DD@ADC@@BVB@C\\BBEHB@FC@@FN@@DHB@DG@@DE@@DCB@BXDLGLDNCB@BFDADCD@DBDAB@AF@DJ@@@"], ["@@IBABF@@BH@@EA@"], ["@@B@@AGA@BCB@BJ@@A"]], "encodeOffsets": [[[116544, 34700]], [[116557, 34704]], [[116550, 34700]]] }, "properties": { "cp": [114.026405, 33.575855], "name": "漯河市", "childNum": 3 } }, { "id": "411200", "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [["@@YKCA@G@UEG_OACBGXQ`OrQ@C[KBEFE@A]AMCECAA@EJKHEHAR@FADADE@GAACC[McKM@OBQOKMMEQCQGMIKQACDKCSBCDAJ@FAJG\\ATATQTKPKBGCK@CRARB^LN@FC@CKICE@EBEDEPEFIJGZOJGDGACKAAA@CBGDERGFCDBDM@EC@EDQB@EBABGB@JBF@DADEGBCAEGMADE@IGQCCCAOBKA@GNMLGDG@CEI[GEECEBEHSBEAECEUBCCBCFE@CAEAEKGCECKN[ACOAAIEE[GIKKGAQKOACDMEEIAGDmdIBMECB]bGNEFGDODcA[DAA@ABK@GACCCEAOBGCIESOMQGEECUBG@CACCCQIA[HSEOGQEQGCCKQGEKA]@C@@ELMBGHUXW@CACC@QBGDMLSFcLqNUL_FCCAGACGAIBGLADO@ECCGSMOOC@MAGBGFEB_AMCSQEEIOKIkQKKƒ_gMGCSQQAKBMNEBWMIAgA[BGBCBCFEVIBKGe_@C@EFY@EACI@oLcLI@CCIWCQBIAC[UQCAKDSAACCcG]@QMCE@MII@MEO@CDEBAfCJGDCFUDIJKRMN[EWIICKBYCQBELKAIAGIWCAGAQBIAEC@EVMNMzUFADEBKHODCHAXBFAJQTODMDCNGJCF@TBBE@IBABAVNF@F@JCFEFMCOBEDEHEFAf@LEDCDC^@R]ACAAKCKIEMAKCIGGCM@eBENMFKDMBUCOHQCEIGMO_MGEGKQOEEEKCQAGAAWAIBCBALABC@E@MEOCE@SHM@EAOKCEEM@GPWBGAEMIACGBMCEEIDBFCFC@ACAMJGPEDCBCAQ@A\\KDENWhaBEAYB[EBIBUCCBKHC@K@IGIQMICCK[MUAWD[AEBQAGAEEIKGESCOACWEiFECGGM@A@@KBGLOLEHEBEBO@CEGIKSKAEBWU]GKI[CCSEKIMEACCACBSFKAGEGIGEEAYAWEQBWRCLIZOJEHYRKNIJEBGBSCGHOP}PG@MLOBOAKBip]JIHGLALEFIFEL@FLRALHHBFADIFIPGNAH@\\ADQHGRENAFQBCBGJBLCDCLOBQCIBMFICMB_TCRADIHKVABGBSBKBMBMNMDGLI@GAQKIAQFE@IEEFGBQDAFBP@NYFAHCHOJCFFXDDRFTHV@LBBDAFGLFJDBJBNLVJ^BHBDDLR@BGJAJ@H@DeFGDBRAZW\\AF@FEHGBEFBFFB@BIJCHIDGACEDE@EGC_@G@GACDDHBT@BKDCBPDCFFB@FIBJF@FCB@DDBDHBABABB@PCbEPBJFFFBPFRJJVHBJJBD@BEFADTNJLDJBJCDGLCBQFGJ[AG@OFQA@HFNAB]DMAIFK@ADEHBDALCJCDIBGDO@UFQGE@CBMLMJIHcFGF[FQBKDCD@BJP@BADMNANCDKFDXJFPARDJFDFJNJDBBDHFJBD@FDFRGF@X@DBBFAHFNAVEJSJEFAPAFEPGHANEJ@HDRBFABEBK@GEIGEAWFYJkXAD@DBHMHBDEDDBCD@FDHEFAFGD@FCF@JMJELEDAFCFBD@BC@BBCBABCB@BGBAD@JCFCP@DELBH@JFLFHHDBHDFH@TL\\JFB@DANIEWAUBKDGD@FHLHXJZzURCRBJFPN`dLDNBPA^MZOj[VKPCNDVHŠ`bH˜B‚EjAFBpzPLJLBJFDJDN@fIdYPMNIZBZNTFpBZL`h\\pJZ@`CTBFFHJBV@VINKX[DCJ@JD–tdR^L`J¬JHFDDJfNXNTLLNLJDH@HCTQJCXBRALAHEJKDCFAJ@RDFDTjFHLFF@NE\\QPEJDXNTHNBLFTPJBJADAFIJENCN@HATCHCDBHARFLLLHF@HARFFDBDFHBBXCDAZQH@LAJ@NFV@JBJLBHNBPNJFLBPDN@LAJC@EDCLEHBHHNHDD@DHFDHBLD\\DHXNN@FBDDHX@N@FFBFAJRLJNPPDNAH@\\PHF@FCHCH@NCHEHON@FDDFBdBPTD@P@NJHBFAnBBF@HLJPBXCLFHH@LFDF@VENBNJFNDRCZ@DFFLF˜LFDhMFBTPJBDARKJCLJFHDFJBfAPCNENO"], ["@@AICBBHD@"]], "encodeOffsets": [[[114661, 35912]], [[114721, 35618]]] }, "properties": { "cp": [111.194099, 34.777338], "name": "三门峡市", "childNum": 2 } }, { "id": "411300", "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [["@@ACABANDBFECG"], ["@@CACCG@ACGAIBBDNJDFFBBFFDHCBCCE@ACE"], ["@@CAI@CBCHPDB@@CFEAA"], ["@@CAGKI@CDCNCBE@OIKHGBQEOJEC@CJI@AGEC@CBCFK@EKII@IEKACEGICMI@_AEECIAKDGHGDGBIAAA@CBGVEDE@EYBGCGLEAGDBKHMKCCCC@G@IDEACIIGGCBEBCHAFMDSECICEAEHATFZG@GCC@EFOBIECGOI]K[QMIICGDCAIKKC{gKCE@INKDWBCFCNMLWHUGUBMF]d[FCHBH`T@FCFMHKF]DKFEL@PCFIBSNKL[LmbEFGPCNCBKBIHGDE@KCaQ[@IEQO@GBKG[@MKGKDIAiCGJEXGNS@UCKEE@gVELKNEFWBIFEBEACEMEGAWAKKKUF_@KGKUEMDS\\KFM@‰FQC[YSCCJB\\CHKBSCs]]GaIgWGGIBGMBEIGICQBKBMJMFBLCRIASGKQY@OHMBIDAB@FADEBGBiAMD]XSDQJW@sFCBCFMFCDGCQLGBECACFGAGIOOMQLC@QEI@QECEE@EBOLIAEKEGUC[UAC@EDIHG@AA@KBQJ_LEDCHCF]LODCKACQDUDOCCACOKMYCOOAECKBQAAGBKNGC]NCHKFEHMHIDCBKBADKHK@CDENABODCDKDGFCJ@FCBC@QDUJWCCAE@QGOA@FD@BFF@BDADCBBDG@CB@BBB@JDD@BCCC@AB@DIDCCCAADEAEDG@GE@AC@@ADABEDAFAHD@CFBFCCIDCCAAAE@DJA@A@CEDEKE@ERDBDJEGKGCSJGHCFGBCDEJCLC@ACECSFKFGLKJKFQBGF@BBFJJ@FCDE@MBCDIDABAFFRBPGLCNICGAMFIEIAIMOGOMGCIBCAADCHEFUCCDBBC@@BHFBF_HCBAL@DGFAJCNILAHEFCJEBADCBQBSCaOaEQAQFQLUhOHWCa@mTe\\QLQDSJSPOZe\\OFQ@ULoPMCIGGKQEGLALDTCNMB_O]cMIgWIB[NojKNIfDNQTIVCDKHQHSPMFCDAJQL@DHDBJADIACBAHEBOAYBIDUP@BBDF@JCDELIBBD@ADEFAD@FH@BAHGFCJEFABBFJLN@FALBJJFDFAFILGJCDC@AC@GDEAACCGAGBIAACBE@AGGKAQDGCCBEFMFER@FMNDH@FGHGNCBETIPETINKDOHOFwHUJIJ[LE@KFEDAFDXCNBRIRKHGAECEEIMSOK@EH@RHRARM`BNDNPXRHLHLRI`SfWTMHCNFLAJEFIFQB“FK@aKOCIF@NFHNJXNZDVJBNEPKNOP@LFLAFULE@EFG@MFUNSP@PEH@BFF@FQIAFGDKBIFQZGFKDO@OCUKMMSSIAEHjnCTIPcPABCJIJMDGJCLCDKDQHW`LAHGDHKNORBDNFBBAH@BHDFJ@FAPDFL@HDANE@IFCLFJFBXBVJHL@FGJEJ@LHVATEJKJIRAJ@RIRCFObFHlVLfAXDXCZM`EHYPAFDLAH@FLTBDPMHCFATBPDR@NDHFHJHFLBTEDADBBDNFLJTFDDJ\\HLV^AXBFTLJLFH@DAPAFGFKFKPAH@LB@N@HHFDjERDHFDPFTLHFJBFBHARBFC\\BXNVL\\DDNJJRDDFDL@D@LGDAVDJAFANUFGFCJ@NBTGRCPQFCFAJ@FBNFHBH@PE\\BdHVBREZMXOVKZG`EPE^WV@XLRRPDPETKvBZGVE\\D^@ZGZKjqPSXQrTTDTAXKxUTIvQJAVGHKHYB[AM@ODIFCVE\\BNDR@XE^OVSFGHEJAR@bF~PdFtFHJJBABAHEDAAEGAAC@AHC@AAALFVTRNDNCZWPKNFPATGH@JH@LILEVOHGNAPDJVHPBZH`NVRV^FVJVRNTDTMBWLIbNZRRDxFHGJGF@fBRKNGTEHGDUDCNGRSFAH@VDL@FEFIDAL@RJBB`A`RJDN@LMHCRQJCVYJGFALATCZFHALWHIPKJMPIBA@GCKFAHIFARDNJDIBAL@FDNLRLZ^HDD@TCLGBA@MBEDEHCbCXPVFHABIFCHC`IJGP@XCD@DFJAN@JE^KFIHETBDABA@EBCJGD@D@FBXPTF^PDADEHCVDX@FBPNBHAH@FDRVFDDBFVGR@FBBDBJLA\\OJAJ@hDBGHKBEDGJCRKL@HBLKLCDABIFEJCBB@DFBpQHKAOH@LBBA@OBABCJAHG@IGSBGHIBW@IHE@CEGIGGICQ@SDQDIDCJ@PHbJT@\\ERBdMB@BSBABCPCLB\\PX@RDRCPGHIBIRSFIJCDIDEZMAOBMBCFAD@HFHQPDLCHKBAP@BAJOL@NDNALCJKDCF@pVH@rS\\ANCJCRAFADCHI@OGGCC@CBCHE@C@CCAMCQCECAEBGNWJSFO@QFW@KGGGCGEMg@SIUECG@GBDCHGXS@CBEGMAEFQKMBGHIJC@GAICKCIKEKCSQECECWCWEOMUGIBSFuBQFK@C@MKCAW@cWYLQ@ICGECMEGIEUCEACCACAMYUMU]MIKCEI]M[IaKSBCDAFCL@DMHCrEHDDPBBRIFIFGZEPGXAJBLCHCGQAG@KEO@AJGMOIC@CDCQIS]EAEAEECKAEDEBANCHGBGLEBAAEOWBCLGBCCKBGCEMOBEnqDI@MAAMIAA@IAI@ID@LFJAFC@ODEHGLAX@LEHMAIECAA@CJAJBPANENUDKACIKG@IRCHGBIDKJCJMHMDCASIGIAMGMGGMCEECKBCFGDIRADAAiGGCKHKBG@OACAA@CLIAGBAFAbBNBTJFDL^DDPAFBF@LCTFJG`IDAJODBLRD@F@LUXIHIJHJDLAPELNNV\\bJLHFFBFALGLADADCFIHARSJEJCPDD@BUBATHF@NC\\QR@PDHD@PX^F@PGNAPHPLNHJVDVLHPPFJBTD@HAFBBDADILXJ\\BBFE^BNKFCF@B@FJVDDD@FKDAHCPBNENLDAJMRGHGJBNCLFHBL@NI^MNSJIfO\\QHALHHALCDEDGDAJA@CKUBGDCVIBILKFKJEQEGEAGUIOiIIOCIKAE@CDGDELCBCKECEACAIIYBOFSBI@SCSECMGEBEHIGCUCAA@@JCFCBCCAYIWKOQKPI"]], "encodeOffsets": [[[113686, 34275]], [[113699, 33975]], [[115440, 33134]], [[116448, 33196]]] }, "properties": { "cp": [112.540918, 32.999082], "name": "南阳市", "childNum": 4 } }, { "id": "411400", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@BGACBC@IASGOAQPW@CJE@UIEQQWABWECEMCCG@ACBEAEIKFIVSH]XKPKNELKJKBI@EOK@EHIXIVEH@`DNAPC^OJKFQRQZKLATKfK`MFEDGJ_EKOYBEBGPEBDHHbH@CLB@EB@@HJBBED@BD@@@CB@@CD@@DBGD@BCB@@D@CBB@BB@BA@@@BB@@ALF@CHDBCB@CPDFBADBA@DB@D@AB@@BBB@BPFH@DCGKNMBITDHFHHJFJJLJ\\LZ@lINEPA^EDAHELEBAFC@G@IEAAESUQEEIECQ@CCDGAGFGACECAGBK@EHIGEHGAIHEBGFCL@BOJI@GOIYGMKEG@EMaAU@IFQFCFC`CLEJIJOBKAGFI@BD@@AF@BCBA@AFB@CE@ACJK@GJGBIRKJYFG@GAGE@@ADACBBAAADAAAFAAAHAAI@AbWAEB@@CPAACD@@AF@AGPBDADEFAHUCEIIIKDQFEBMCGGGCI@MJ[@ICCKCO@_N]RUHIB]AE@CCGGAQCID@@ADAAE@CWBAKICAB@ACBAD@LGBACC@ACG@AKEGQFMAGOKBUHEGOIQBACG@COCCEAAC_ABE@IGWAWHWAECCCEKDGCEFIJKDEKCBGOKKBAAEU@AEEAMBECIBGEQBEDSCQECOKBKHCAAGKQGC_GOEQQCIMIcAGDM@mGGAGBGAICMGGGOKEAYAKBKNGPCH@FCHBHGFELEHqNIJCJENFF@DAFa@MCEBEF@FFH@DQF@B@FUJBHF@DFBF@BEBAJYB@BBJDDH@@GRCDD@LBLDPABOHABDHBPEBE@GBAFKNG@GC@NKFIBUB@VABCFUDOAI@IRBLHXDFH\\FHHZBJCJGJafURSJQAmDMFOCMBGDCFCRCJOHI@KG@OBcKBKAQBGAEBCDELBbADYPGHIFOPGLcFEHMFGHEBCCMGKASBUJMHEAOISGAEQGAB@FIDE@EAQBIAOMICEBKHIAEDELARAFGJOFM@KGKAQFO@K@MCKBMDyAC@@AHSFwAKCGKKKSECEAa@EACAICODM@GAUMUCAAEaAEAAc@KBUFiHOFQLUH[TKFMAQGCCGK[CEACCCKkBEBAHBFLV@FABK@aA[EIE@EB]@QCEKIKEMAG@kXIFGHECAEBEHCFIBG@CCCKIMMIEI@GIYCMBO@EDGNCB_HI@ICGIGM@ABM@GACA@eEcFQFK@EDCD@NDFHDBBDRLHBD@FGJBFFJHJ\\Z@DCFORADDHDBNBtCZFFFHPPRHJ@F@FCDWPIJEj@NJHFFAFCJ@HGH@B@DJJBFD`LNBJC\\UVCHAFBJJNDPEBG@OEC@WRIFKD[D]@MDEDCFENCNAFOBiLI@SEK@GBCDINAFCBCBKEIAGB_RQTCBC@O@Y@IDQBCDUTIJKDGBCBCZITKHCRBPFR`lBHCPINWXIR@FBNJXBRHHNJVFJFJBPHNLNRDDDLEVAJBFFTDfAJM`AL@LENCVOb@HHNBHG\\JP@FAFKJEF@FFLNHNDbBTHDF@FAHIJ]JSLGBaAKC[OG@GDCD@TALAFGDWFBFRLHJJJBHAFUFOBID@NMDCFDLFDHB`BRANDBNFBH@FCZSbMbS\\CHBFDFDLHPDFFHB\\@PFFADCFAJ@tXXDn@`@XEP@PBLJHLLLLFRDL@NIPMFALDJJR\\JF^HxGbHTJ^X@HALOVFDJJFDPBVEH@bPP@FAZOjMNMHCVCHGHANFP@^KDCAGDCFCDEEC@EFCVADEDMHIBKBOFSDE@EHQCMIMI[FIJIFIDK@KEU@SBGJSRQFU@ODALBHANGJOBODENQ^]LONGTG`E@CBAN@NHL@RCH@NBLBPAT@NFH@^GDAD@AB@BJGLENCFEREX@HCDBBFHDNP@L@hBJJBPANOLCV@L@RAZA^IRAVEFC@AFExSLTšJŠBŒTjBPHBbLX`Djk\\QdDxZfCbaNaTYLCFEHCTBdTZJRL"], "encodeOffsets": [[118985, 35405]] }, "properties": { "cp": [115.650497, 34.437054], "name": "商丘市", "childNum": 1 } }, { "id": "411500", "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [["@@@BB@@ADDEC"], ["@@KLIFEA@CFOBIQGIJAH@DJPjTAc"], ["@@@IDGB@HB@DED@DJ@FB@H@DCDBdHBBD@DADIFCNADKFKLAJ@FBLJTZNBFAHCHGBGAGQEAEBOR@J@BLBBFFJAHADE@CFK@EFAD@PCJKDSHQLRLLPJX@VBFDBDADE@IB@DBDVJHFGFANHFDDT@TAJETAPJZBJBDDFLFADKDCFCH@DBFJLPDJJPjVJBHHFRFFAFBBTANDFJDTCPDNIRDJHHBHC\\_FAHAjFJCHWLUJIPE@OEYPYDE@QLGBYPQFCH@PBJATBNDDFFAHARTfDJFLAJ@HD@VDLDDDBD@BEHE@SJKBG@GCIL]BALEHI@GEAI@A@@EDmDEFATBD@NGJ@H@TJ^TB@PC\\CJD@BATFN@NBD\\JVBDADADGBgFCHBHDD@@KAGQIAA@CBEFELAH@HBHDFNRBPHF@BCHMCCDCBKEE@GDCFB@AACBEDCJEBEFEAKN@HDJD@D@FRDD@AGGIGMBQDCB@DODQCE@EJKFARHL@DBDFFBPGPCL@LEDCDMDQ@UBMAIBCJAFEDAB@NEDCDOCGFKDCFAjBJAVOJIFADDHLFFJBHCPOD@D@FBVRNHF@VQHCFF@XBDFBH@XA^ETWLAHB\\THTDBXFNAMPBFFBXBDBDJNDLR@N@FBDDBZF@FEP@FBDDDXDLDJFDT[ZSNiXSHcFEFGLDJFHPFDJBJAHEDQJEFBNHV@DAFGF@VBFZLlANGF@dRXPLDPBNADAFEHMFC\\ATDDBDFBJERBFDDRJNDFABEF[FQBANA^NJ@DCDKZONARBJJBJCHMDADAFGLDNFHFFNHJ@RNBF@F@HCNKPABMAEBCTAP@JDHDDFBVGNBDD@JDFFDF@rATCFHFBNANILCTBBDHRJLBHCP@FLHF@H@LGHAL@lRJF~@vMJCZCjQTSFAD@VH^HHAHEBCAQBEZWJCPDXIHC@IEU@CFEL@TVXPLJDBHBZELIDKB@R@B@DGDAH@FFP@DCAEKGBCDAHBDJNHDHFBJAJFJCDCBCCCK@@CRKFCZLFDBDEFBBRABC@IFEHDBBBJD@FCBEEIIC@EHARCBAICIBIK@APOJCF@XFBDGL@BB@B@NE¶TFAAGB@D@DLNDHHH@FE@GBE@OCGCMDAFBFHFALCNDDE@EBADBDDD@DCBEAGACGA@CBCJCJEbOJ@FDHABCAIBCDAJBDA@AEGBCBAHB@CAEBCPIJSPeFKBKBCNCDAAKBALCJ@F@HELWDA\\AJAFACKIEGAKDCA@EBAFAPGDBj`LFZHD@DADKTOHKDAhZPXDBDA@CC]@EFCJ@FDJNF^LRDJANM\\DBjBFDDDADQP@HBJRLFARKLEbMLED@\\HJHJR@XBBDBDARQJMBGBKAGKQDAD@HF`b^TJND@VEJB@BCX@PBHBFJHLFTFDDpzHRFBJBbCJELKFAOCIFG@CAUUmYCA@C@QEKgSKMEIBCBANFZBPABMNEDKCK@UG@GCQOCCDCZ@JCBA@WA@AADGA@CBAABCAC@EJCJKAKBIFK@CHQFI@OAU@UBEAOBMLID[CKDQ@CMIAEBARCBADM@QHGLOAGCEGSC_@UNcHM@WDGLGFGP]GW@CDI@CGcGQ@MAEECCCLiVMBEGQCEYKAABAEKF@ACAADCAAFEAABC@AC@BCC@@AE@BCC@@CACHE@ABCB@@DFAACBACCBA@AHCCABCCBAIFCAED@BAD@@CA@BAEGGDEACGACDG@CCKIII]EEAQBGPMAIBEDEDIEUM]MWKE@ABMEIAEBCA_AMAC@IBAFCNAFGNKBO@GCGAMAICAKBICCEGEEIEEQCQDUEEFCLAHC@KGCIGGC@EHC@IKGCMOIDEFADBB@FICODOPE@OFQHIIO@MAKBAACKK@ACBGEABCJA@CAAK@UFEBKHGAGCE@EBIFCJC@MDE@EC]__EOEIMYSUIOCMMQGAIEGMCSAOMAGEGI@SFMBQIEEIOeQAACKEIIC@SCCMG@ABEHGR[@IEMEEEASCQKGE]IIGCQIGIS@EHIEIAKKYIOSMUIGIGEWGKO@GFIAGFQBGZg@CECCG@SAM@KQSCIMAMEMC_HA@GIIO[OMAKDMVQHGBGAICOOCAEASJ@DRXBH@FORQDOFEBQCGBGTGHCLBRHNDBBJ@HAVIP@FLRBF@FAPBDJNHTFJALBHJNABCBMCUAEBADCJADA@KAQBADBHADIBONCL@\\CDCBQF_A[CSEAEHUAMYKOIEGAG@GBCFAHAIM@E@CDELIBCOOICQC@CBCJACGACCBEACBAAG@ABE@AB[@CFACOFEACD@DA@MAGBOJ@LABK@AAEMQ]AAOEAEROBCACOEAMCICCGBGJGBEDEJAPADCBGBG@GAIIKEIGMGCEAIACEBSREBI@EEEA_ESIC@OBAPKBeECCOWCCECM@EPEHURODKASBMHAFDH@DQNAD@XJJ@DO@QDIHQEOHUIOECBABAJEDUEGAGBAF@HJRAJCBSES@G@GFU\\EDALEHEDK@@HCH]FICKDIMEAGAO@C@CQIMWACA@GAAYNADKlAVEVAH@JAVFDDL@DGRJJFL\\JH€DBPANT@BADABOBCF@DFDEP@JDFFHEN@HDNHJBBCNCDKBIEA@CJKESHG@CEDMAIMADKCCKEIACBETGNERABO@EAAEIUBELI@ECCcIC@QJMBGCGIGCEBIHC@A@AQEAIBGBMJC@EGG@EDCLAFYJG@GGEAEAIBWF_LIHEB]A[BMGSFMEG@CDCJEHSRGJCNMHET[\\@FADMPGJALBJ@HC@AAKOCAI@GFQNOFOLYFSAECGI@IMCM@OHG@G@KKAC@M@EIMASACAAC@IBIEWUAIIGAEaFMACCAKACECG@MBG@EAEEC@ODYAKGaWCEEAE@MFGHEL@RGL@HADCDOFEDCFAHDTANINAF@FJPJLBF@REHk\\@D@BDH@B@DGDGAMAKCOQUgCCC@MAOGCAEAMJIGE@GDONIDGJ@FBTEFEDAJH\\CJDR@HCLADCBMBOFGHGBEFDdJRHHBF@DABG@QJIDS@WNMCGFGHEBCF@HDNBFNPFLDBH@FBJPJHDFBDCHCHKJ_JCDa^ENMDSJ@bKrBBJAREFQF@PHTVJNBHCpZfNLCVEF@LADABCAOGCBKLMLAHE^EHGFABCZBDTFDBARAFRH"]], "encodeOffsets": [[[118283, 33248]], [[116499, 33059]], [[116489, 33052]]] }, "properties": { "cp": [114.075031, 32.123274], "name": "信阳市", "childNum": 3 } }, { "id": "411600", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@NAJCZ@P@D@DARS`QHAJBLFDADABEJMDCHAL@TFJ@jKPABEDMFMDEFCNC^@\\CLCJEXQD@PFH@FACOIMAIBEDGVUD[AIKMC_AEII@C@AHG@GDIBEEEIG@MFiJIXODC@E@EGIOQGOEEYEsDMACACGBCPQDE@C[YGIEIAEHI@EACKGCQAAGCCE@MFEPAREdEfFB@BD@HAN@BHNHJJDJ@`GDAHMFCP@NAZDHJJ@JFNNLJDD@DAHEJGDAFBFFDHGJElWH@NBLFLJDF@RA^@FJF\\FbBL@BA@EKUAEBGFAlADLDDFB\\DHLDDRHNBLE\\SVGRKPEjGVELAd@BBBFFbBBVDVNHBN@PCJDDBFBb@FBFDLTLLDHBLExGV~BNCLANDL@P@RELBLHN@PEHIBEBQFKFC@MKMDSOG]@KECBADGBMEKIAEFEFKAE[CI[EAAABINECECMQEC]DOAAKAEEBYIECECO@CBAA@BAAAAB@AJEHCAEACO@CACCAEJE@EACEEKDC@CWBEVBB@BIJ@PJPBJEFGHC\\CLJN@DHBBDCB@DEH@HG@CCAFYDEBMAASIA[OCCCBCNICCAGBSEQCMEI_LODOJC@ICAECCMAEQNM@GFMJGLELQLKDKHMBEKS@KHKDABEHEOAAI@GBEFKAWR]PUPO^‘mEaG‰CAQAEGEC@KHQ@MEM@KGIACAIGEBIJCJABMCQGUCCBCBIPC@G@IIC@M@oIKKEYCCGAACBIACIEHMEOKMCB@FABGDAE@B@@@FSLM@@HKHAC@@GIUOGICCBEB@@ABA@KFAAEA@AGEB@CA@@CJC@OCM@[AAUCKNIFCGDCAEIAEB@CFC@C@GEO@KBI@CNQJKBGACCEMMMU@EBCDCtBFCJmAOHCTBDABAKs@EDEBG@ACCK@IDKBICACCBC[FCHUBQACKIIK@GDSACCCGIMECE@E@AVE@A@EECOACCYCEEC@AGCOD@@CDA@CEM@GDIHMCQDA@CFACOAACAEFE@AOAEE@GF[FEICAI@SHG@A@GMCCEAY@GCOMEGAFGDGBGDCA_MMKEIAG@MAGAA[EaAc@OAaBQD_BMEGACBCPABE@OICAeHYP[DIDAB@FB`IBGFCHCBM@ED@B@FAJEBBBCBDA@HEDGCAD@BsH@EDACGCCC@CIaEEEIG@E@ADADI@EEUKQAG@YSCYAUCK@@QEWCCI@KBQJKBS@WEG@CBCNEHG@]AIDCD@b@BGDCJCRGD]ACNOBCNUJAF@LEDBLAFEDQB@F@LAHOBCBEJEDOBbvBXBBLLXNDPHLBRJLDV@LEVDJ@FAHMLAHBDSBM@SEMCGBCDADBLDF@FIBIAA@CECAE@ABADDDDJABKDCDADAPAFKNCBGBIAOEOAODCBOTEHEDYFEFARCBOBCD@DFJBF@DKLBVCFMRAJQHE@CEC@K@GDWME@…C@JDZAFQLEBGAMKEACBCD@H@TEDMHCHCBMBkGUAEAEEQCU@EAIKGCCBCLCDEAMEE@ED@JAF_PKJePIBGG]KAXEHAF@FHPEP@FRTDH@NFXBTADABUDCDCR[p@DBFNDLFBB@XAHADSPCDAHAhENAb@DOTCFBNCJMEYGUAIKSDOCSQAGBG@AECI@KMG@GHEDIEIIAKDECEC@W@YDG@IAAFFbCFAN@HI@OCI@AP@JIVATDH@LDDPJDFDJ@JEH@NA@GBCDBLZ@lFJ@JCCH@ZCHEFCFD\\@DL@JFJ@HC@CDGFEDABDJ@FDFCB@DD@FB@DA@KNBFDNCDEB@HFB@LILIHAXANFF@DADQDAFCnGRGHALDLJ\\JFL@ZFNBDLHDD@FCF@HDFAJOB@HA@C@@BCHS@@B@RVBBD@DADFBAFDFILLRADG@IJCHC†ExFNNBBFGR@LFBDFCXDPADCD[DCBCJKfG^CHEDI@ADARO„BDPFDDBJDFLJFJFR@P[–BZFd@LIVINGFUJ\\`H^HHFBJBJ@VQv@HAXWHGXG^E^ALBLFR@HHHVBDFB\\BNFLJJTPNAHKFMFWDGDCBAHHHDJDXFNDBpMjCDAFEJQFGFC\\@D@FHHALM@ODENQXEZQVA`FNAFAXOLK\\CRFPOJGd@F@LGFCv@RCJEHEHQDCFAB@VJXHJFBDHZDDHFRH\\FzFDBFBLTFHDBLAJAnSxKDBDHF^"], "encodeOffsets": [[117660, 35108]] }, "properties": { "cp": [114.649653, 33.620357], "name": "周口市", "childNum": 1 } }, { "id": "411700", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@^LHHJAfOLI`OBE@IFCF@NFFBDCDKDAHDJLFBV@RDFFFBVBlHNADADGNGFC@S@GDCDAFBNLHBFARKBECY@I†DF@XNHCL@D@DFF@RGBINQDEAULK@CAEEI@CDCPADABQFEZEFCFGPSDAPCPBPFJBHADALMBEBOBCDCLCBACICCBCBAF@DBDFB@JBJA@ECEAKBCDCHANDTFN@TAACBGNKBG@ECIFU@KCUIKAQGKCOWMKKAAAWauPAFCFIDAPABG@K@ERAFCBEAKFC@KBEVIDMPADM^BHCDQDIHC@A@aDCJC^BH@FGDMDAH@XFT@LARIFAJ@F@DDFX@RL@VDZBNBFB@LRBFEJCFGBIBABGEIACACPW@QBGDABAFABCHAFGGAEACGC@AEA@QAoHAERUDI@AaOCC@MFIHIHAJCd@LUDCNCJGL]DEDAL@RLD@bBf@XApSLQ@ECCUGAEDCFAbANA\\CdBVOFAFAHBJFLDrCFEBCCK@EHELAFEBEAOBCHENETEH@VDHADADCFOBGCAU@AA@KNK@CGKCK@IJKDCTIDEHKAEI@QBOHIAECAKBEBCHEDABI@ECEKgEEAOBKHEBEAOEKAIHMAE@EGI@AJABCBCCWFAFDH@FDBDAFKJCDBDF@TKHG@WCK@CLBDB@HD@LAEKCAKC@ABOJ@@CKEGDCDBHADKACE@UDAFFDABA@MCEAETK@A@AICAEEDE@GEA@AA@AQDO@OKWOSUK@EF@DFV@JGDWJOCIDYXAFBRADGFGB]GUGC@EBSTiRYDIDuNy@yWK@GBKHEBGAKG@EDKAKIKGQACEAM@KDIHKBI@GGSDqBE@ECCE@IACEAI@OHG@GECGBYBMBEBAD@HBF@BALODM@G@EAEQMI@MGEEEGCMHKBEBCNCDGAIIIQAMBYPCLCDI@]MMBABERE\\AFEBMCQICCAEFQAICECASC[BEDGNEFCBMBOAKCWOcQE@MHkBYMAYHEBE@CGUAMFERIFCBGAICIOEEGCIHKFEdETGjWTMZUBEAE@ICESEWCCCAC@EFO@EYECAAC@E@MKQMCCICAWAEAAENOMBWECAGSQMMGKBC@SX]FWBG@EAAC@WEEGDURE@MGUQEAC@C@OPGDIAEEGKCCEBIJUPIBiAEBCDELDHCPCDMFA@CBEFIBADBJAN@VCRCNCDKFK@ODOHEACECAK@QGEBIL@FDFCRCPA@CDARHNHJBHC@QC@E@CICGCM@BLEFAFIFCDAFBD@BEACD@HFFALCDDDGNADE@OGQAEMGCGAG@KBEFAF@DBBRJBH@LC@GCGAEDAhCHCBCBUA[IAC@MEMBS@AIC[DODA@]SSIG@I@MHC@SAEBCFCn@FB@J@FB@HGJKFABK^DJ@HAHIL@TGFAFC@CACCCK@UGCI@KBIEeCQSGBEBCEMCSAIBOAG@EDORAZKH@RCFOZFZ@POFIJKVEVCDGBiEGBEB[`GDGAIGQCMJOCSDICCE@_ACIBIFELKLAJUJCDAHLVBBCDG@CBCHCFSFKGGB[RePIJMT]NMJK@GAKEMDIAGHQHINCBMKMFOAGDCBELC@CCIU@E@ADELEAMF]AE[AWIJKBCACEAGBC@ASEIOOKGCUIUMGOKOGMBOHE@W]@OGCOCMAGDWPMDE@SGABAVC@OCIDIFQTGBEJCDCBKBKHEBEAGEIK[aMUKMOFKBICIGGJWJKVE@C@KQCAIPCB_JIHSEKDE@EAOBCCK]ECSIMAaAEBABBHKJ@DBBBD@PAHGLDLHHBjCBQBCJEHADDLFFNDHHHNBNHJTJDBNCNGDILIJCHADGJQH@JLBDCLMVMFOBIAIB@DBBFDBJGNKFW@KBGHCF@PEDIBKEC@@JBJ@JBBNJBB@NCJmrAFNPDFAHDLADKHADPXBFABKFAHGHMDABCFBFDLFFFBFBT^RJCD@DJDNPIH@BFP@LBHHRGDKDIAWBOHYFEHEJQJAACOGCqFGDCNK@IFADLTJbN\\J^NR^NNVZVBNFH\\FDBJHHTPHR@ZKdXX@DBNLD@L@REvATEJAVHPNXFXDLHTRLDLFDJFV@HHTBLDFDF`NJB\\ARFRBFAPEFALBZCRDPAB@HFNHH@RQTARSNGDBNTBF@NDD\\IZ@NBHDDHFC\\[BAHBLFRTJTRX@FGDS@MACDK\\MTCPIjLnL|HRHVXTDF@bDL@FEH@DJHDJPNdHJFHPBFFJNpDD\\CH@F\\BDNBžAHHzAHDFRFHLBRTZBVLPTJDL@jAbBXAFA@CNEHELETAB@TRJ@PFB@@HBBX@DBBBDJLFDFBLH@BH@JBBD@PCDBBDDVFBTAFBFBJLHBH@HADAHIDCdG\\ODAJBBCBIB@PDABVHFG@CCCMAMCBE@CAC@ADCBAR@BBPHNBAGFG@CACE@BGAA@EBABCT@HANEEIBCRIZFHAFCDE@GAAOEAC@Cj_BCDJAHF^BB^J\\ELBbPHBX@HBdV"], "encodeOffsets": [[117028, 34276]] }, "properties": { "cp": [114.024736, 32.980169], "name": "驻马店市", "childNum": 1 } }, { "id": "419001", "type": "Feature", "geometry": { "type": "Polygon", "coordinates": ["@@DFJFJLJDD@BAAQDOD@HXDBF@HABCF[JADCRGDET@BE@GXQFAR@BEIIAON]F@FTJTLFHBL@RIFAJADBH@AC@INKDGBIESC_DC@CA[FECSBIDS@EAEEESK@WGKCMCKCEOIAaOQIEUEYKUMEGM_CEKGGCWDEECIIEiAUDECIIKAGAWBI@U[IQECGCEKEAOAUMC@EBQPCBKEIFA@GKCQCAAE@AJBRCB@JRHBL@DAHQJCBCEG@CBCBCA@MJC@CADEPIAKFACC]AIFQFQEC@EDEJGDeR[JiFU@UEi@CBGJ_LSBKH[JKD[AUDQFOJWTC@MCKIQWICKBIF_Z]RgHIHSfQVGJUN{NWJKFIBECMDMBMCgAC@OFC@GEC@KFADABHP@HNBHEHBRXBHAPBP@FMVAHBJVŽ@DI@CFBDJJ@LELUdUZAH@HDFLHVDRPVJFD@FCHBVAHQhEFYL@DFFBHPCRAXFNAVGVC@CIA@ADCBADADABBLDVHnI`CdOTC\\@FAHMACEE@CDALAdENFXFlBFDRRDBJ@FCCKUgCECEBEB@J@ZHH@TCTDJCL@dDRARH^^JFL@VEXA„WDBJHH@HALELEJJDBJENCVMD@HDRDTBF@RKTIRABNBBJDR@hD`EfLDDGVWDIDADAN"], "encodeOffsets": [[115320, 36098]] }, "properties": { "cp": [112.590047, 35.090378], "name": "济源市", "childNum": 1 } }], "UTF8Encoding": true }; diff --git a/echarts-for-weixin-master/pages/measureText/index.js b/echarts-for-weixin-master/pages/measureText/index.js deleted file mode 100644 index 1981b61..0000000 --- a/echarts-for-weixin-master/pages/measureText/index.js +++ /dev/null @@ -1,15 +0,0 @@ -const app = getApp(); - -Page({ - data: { - value: null - }, - - onReady() { - var ctx = wx.createCanvasContext('measure'); - var value = ctx.measureText('国国国国', '12px san-serif'); - this.setData({ - value: value.width - }); - } -}); diff --git a/echarts-for-weixin-master/pages/measureText/index.json b/echarts-for-weixin-master/pages/measureText/index.json deleted file mode 100644 index 2c63c08..0000000 --- a/echarts-for-weixin-master/pages/measureText/index.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} diff --git a/echarts-for-weixin-master/pages/measureText/index.wxml b/echarts-for-weixin-master/pages/measureText/index.wxml deleted file mode 100644 index 84b91bd..0000000 --- a/echarts-for-weixin-master/pages/measureText/index.wxml +++ /dev/null @@ -1,5 +0,0 @@ - - - measureText: {{ value }} - - diff --git a/echarts-for-weixin-master/pages/measureText/index.wxss b/echarts-for-weixin-master/pages/measureText/index.wxss deleted file mode 100644 index 850f5a1..0000000 --- a/echarts-for-weixin-master/pages/measureText/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -#measure { - width: 100%; - height: 500px; -} diff --git a/echarts-for-weixin-master/pages/move/index.js b/echarts-for-weixin-master/pages/move/index.js deleted file mode 100644 index c7bae1f..0000000 --- a/echarts-for-weixin-master/pages/move/index.js +++ /dev/null @@ -1,119 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ecBar: { - // 如果想要禁止触屏事件,以保证在图表区域内触摸移动仍能滚动页面, - // 就将 disableTouch 设为 true - // disableTouch: true, - - onInit: function (canvas, width, height, dpr) { - const barChart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(barChart); - barChart.setOption(getBarOption()); - - return barChart; - } - } - }, - - onReady() { - } -}); - -function getBarOption() { - return { - tooltip: { - trigger: 'axis', - axisPointer: { // 坐标轴指示器,坐标轴触发有效 - type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' - } - }, - legend: { - data: ['热度', '正面', '负面'] - }, - grid: { - left: 20, - right: 20, - bottom: 15, - top: 40, - containLabel: true - }, - xAxis: [ - { - type: 'value', - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - yAxis: [ - { - type: 'category', - axisTick: { show: false }, - data: ['汽车之家', '今日头条', '百度贴吧', '一点资讯', '微信', '微博', '知乎'], - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - series: [ - { - name: '热度', - type: 'bar', - label: { - normal: { - show: true, - position: 'inside' - } - }, - data: [300, 270, 340, 344, 300, 320, 310] - }, - { - name: '正面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true - } - }, - data: [120, 102, 141, 174, 190, 250, 220] - }, - { - name: '负面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true, - position: 'left' - } - }, - data: [-20, -32, -21, -34, -90, -130, -110] - } - ] - }; -} diff --git a/echarts-for-weixin-master/pages/move/index.json b/echarts-for-weixin-master/pages/move/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/move/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/move/index.wxml b/echarts-for-weixin-master/pages/move/index.wxml deleted file mode 100644 index 391f7e9..0000000 --- a/echarts-for-weixin-master/pages/move/index.wxml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - 这是一个展示页面不被图表阻塞的例子 - 在图表区域(红色边框)之外可以滚动 - - - 这是一个展示页面不被图表阻塞的例子 - 在图表区域(红色边框)之外可以滚动 - - - 这是一个展示页面不被图表阻塞的例子 - 在图表区域(红色边框)之外可以滚动 - - - 这是一个展示页面不被图表阻塞的例子 - 在图表区域(红色边框)之外可以滚动 - - - 这是一个展示页面不被图表阻塞的例子 - 在图表区域(红色边框)之外可以滚动 - - - 这是一个展示页面不被图表阻塞的例子 - 在图表区域(红色边框)之外可以滚动 - - - 这是一个展示页面不被图表阻塞的例子 - 在图表区域(红色边框)之外可以滚动 - - diff --git a/echarts-for-weixin-master/pages/move/index.wxss b/echarts-for-weixin-master/pages/move/index.wxss deleted file mode 100644 index 86b6577..0000000 --- a/echarts-for-weixin-master/pages/move/index.wxss +++ /dev/null @@ -1,21 +0,0 @@ -.move-container { - width: 100%; - min-height: 500px; -} - -#mychart-dom-move-bar { - width: 70%; - height: 300px; - margin: 20px 15%; - border: 1px solid red; - display: block; -} - -.move-container .text { - margin-bottom: 20px; -} - -.move-container text { - margin: 10px; - display: block; -} diff --git a/echarts-for-weixin-master/pages/multiCharts/index.js b/echarts-for-weixin-master/pages/multiCharts/index.js deleted file mode 100644 index 59ff32d..0000000 --- a/echarts-for-weixin-master/pages/multiCharts/index.js +++ /dev/null @@ -1,208 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ecBar: { - onInit: function (canvas, width, height, dpr) { - const barChart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(barChart); - barChart.setOption(getBarOption()); - - return barChart; - } - }, - - ecScatter: { - onInit: function (canvas, width, height, dpr) { - const scatterChart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(scatterChart); - scatterChart.setOption(getScatterOption()); - - return scatterChart; - } - } - }, - - onReady() { - } -}); - - -function getBarOption() { - return { - tooltip: { - trigger: 'axis', - axisPointer: { // 坐标轴指示器,坐标轴触发有效 - type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' - } - }, - legend: { - data: ['热度', '正面', '负面'] - }, - grid: { - left: 20, - right: 20, - bottom: 15, - top: 40, - containLabel: true - }, - xAxis: [ - { - type: 'value', - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - yAxis: [ - { - type: 'category', - axisTick: { show: false }, - data: ['汽车之家', '今日头条', '百度贴吧', '一点资讯', '微信', '微博', '知乎'], - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - series: [ - { - name: '热度', - type: 'bar', - label: { - normal: { - show: true, - position: 'inside' - } - }, - data: [300, 270, 340, 344, 300, 320, 310] - }, - { - name: '正面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true - } - }, - data: [120, 102, 141, 174, 190, 250, 220] - }, - { - name: '负面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true, - position: 'left' - } - }, - data: [-20, -32, -21, -34, -90, -130, -110] - } - ] - }; -} - -function getScatterOption() { - - var data = []; - var data2 = []; - - for (var i = 0; i < 10; i++) { - data.push( - [ - Math.round(Math.random() * 100), - Math.round(Math.random() * 100), - Math.round(Math.random() * 40) - ] - ); - data2.push( - [ - Math.round(Math.random() * 100), - Math.round(Math.random() * 100), - Math.round(Math.random() * 100) - ] - ); - } - - var axisCommon = { - axisLabel: { - textStyle: { - color: '#C8C8C8' - } - }, - axisTick: { - lineStyle: { - color: '#fff' - } - }, - axisLine: { - lineStyle: { - color: '#C8C8C8' - } - }, - splitLine: { - lineStyle: { - color: '#C8C8C8', - type: 'solid' - } - } - }; - - return { - backgroundColor: '#eee', - xAxis: axisCommon, - yAxis: axisCommon, - legend: { - data: ['aaaa', 'bbbb'] - }, - visualMap: { - show: false, - max: 100, - inRange: { - symbolSize: [20, 70] - } - }, - series: [{ - type: 'scatter', - name: 'aaaa', - data: data - }, - { - name: 'bbbb', - type: 'scatter', - data: data2 - } - ], - animationDelay: function (idx) { - return idx * 50; - }, - animationEasing: 'elasticOut' - }; -} diff --git a/echarts-for-weixin-master/pages/multiCharts/index.json b/echarts-for-weixin-master/pages/multiCharts/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/multiCharts/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/multiCharts/index.wxml b/echarts-for-weixin-master/pages/multiCharts/index.wxml deleted file mode 100644 index 56ccfc9..0000000 --- a/echarts-for-weixin-master/pages/multiCharts/index.wxml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/echarts-for-weixin-master/pages/multiCharts/index.wxss b/echarts-for-weixin-master/pages/multiCharts/index.wxss deleted file mode 100644 index 585866e..0000000 --- a/echarts-for-weixin-master/pages/multiCharts/index.wxss +++ /dev/null @@ -1,15 +0,0 @@ -#mychart-dom-multi-bar { - position: absolute; - top: 0; - bottom: 50%; - left: 0; - right: 0; -} - -#mychart-dom-multi-scatter { - position: absolute; - top: 50%; - bottom: 0; - left: 0; - right: 0; -} diff --git a/echarts-for-weixin-master/pages/parallel/index.js b/echarts-for-weixin-master/pages/parallel/index.js deleted file mode 100644 index 9a8884e..0000000 --- a/echarts-for-weixin-master/pages/parallel/index.js +++ /dev/null @@ -1,79 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - parallelAxis: [ - { dim: 0, name: 'Price' }, - { dim: 1, name: 'Net Weight' }, - { dim: 2, name: 'Amount' }, - { - dim: 3, - name: 'Score', - type: 'category', - data: ['Excellent', 'Good', 'OK', 'Bad'] - } - ], - parallel: { - left: 40, - right: 80, - top: 50, - bottom: 20, - parallelAxisDefault: { - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - }, - nameTextStyle: { - color: '#666' - } - } - }, - series: { - type: 'parallel', - lineStyle: { - width: 4 - }, - data: [ - [12.99, 100, 82, 'Good'], - [9.99, 80, 77, 'OK'], - [20, 120, 60, 'Excellent'], - [3.2, 40, 70, 'OK'] - ] - } - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/parallel/index.json b/echarts-for-weixin-master/pages/parallel/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/parallel/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/parallel/index.wxml b/echarts-for-weixin-master/pages/parallel/index.wxml deleted file mode 100644 index 1325aa8..0000000 --- a/echarts-for-weixin-master/pages/parallel/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/parallel/index.wxss b/echarts-for-weixin-master/pages/parallel/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/parallel/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/pie/index.js b/echarts-for-weixin-master/pages/pie/index.js deleted file mode 100644 index 190607e..0000000 --- a/echarts-for-weixin-master/pages/pie/index.js +++ /dev/null @@ -1,64 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - backgroundColor: "#ffffff", - series: [{ - label: { - normal: { - fontSize: 14 - } - }, - type: 'pie', - center: ['50%', '50%'], - radius: ['20%', '40%'], - data: [{ - value: 55, - name: '北京' - }, { - value: 20, - name: '武汉' - }, { - value: 10, - name: '杭州' - }, { - value: 20, - name: '广州' - }, { - value: 38, - name: '上海' - }] - }] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/pie/index.json b/echarts-for-weixin-master/pages/pie/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/pie/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/pie/index.wxml b/echarts-for-weixin-master/pages/pie/index.wxml deleted file mode 100644 index 1325aa8..0000000 --- a/echarts-for-weixin-master/pages/pie/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/pie/index.wxss b/echarts-for-weixin-master/pages/pie/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/pie/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/radar/index.js b/echarts-for-weixin-master/pages/radar/index.js deleted file mode 100644 index d1907f8..0000000 --- a/echarts-for-weixin-master/pages/radar/index.js +++ /dev/null @@ -1,85 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - backgroundColor: "#ffffff", - xAxis: { - show: false - }, - yAxis: { - show: false - }, - radar: { - // shape: 'circle', - indicator: [{ - name: '食品', - max: 500 - }, - { - name: '玩具', - max: 500 - }, - { - name: '服饰', - max: 500 - }, - { - name: '绘本', - max: 500 - }, - { - name: '医疗', - max: 500 - }, - { - name: '门票', - max: 500 - } - ] - }, - series: [{ - name: '预算 vs 开销', - type: 'radar', - data: [{ - value: [430, 340, 500, 300, 490, 400], - name: '预算' - }, - { - value: [300, 430, 150, 300, 420, 250], - name: '开销' - } - ] - }] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/radar/index.json b/echarts-for-weixin-master/pages/radar/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/radar/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/radar/index.wxml b/echarts-for-weixin-master/pages/radar/index.wxml deleted file mode 100644 index 411586f..0000000 --- a/echarts-for-weixin-master/pages/radar/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/radar/index.wxss b/echarts-for-weixin-master/pages/radar/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/radar/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/sankey/index.js b/echarts-for-weixin-master/pages/sankey/index.js deleted file mode 100644 index 5646c7c..0000000 --- a/echarts-for-weixin-master/pages/sankey/index.js +++ /dev/null @@ -1,107 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - series: { - type: 'sankey', - layout: 'none', - data: [{ - name: 'a' - }, { - name: 'b' - }, { - name: 'a1' - }, { - name: 'a2' - }, { - name: 'b1' - }, { - name: 'c' - }, { - name: 'd' - }, { - name: 'd1' - }, { - name: 'd2' - }, { - name: 'd3' - }], - links: [{ - source: 'a', - target: 'a1', - value: 5 - }, { - source: 'a', - target: 'a2', - value: 3 - }, { - source: 'b', - target: 'b1', - value: 8 - }, { - source: 'a', - target: 'b1', - value: 3 - }, { - source: 'b1', - target: 'a1', - value: 1 - }, { - source: 'd', - target: 'a2', - value: 1 - }, { - source: 'd', - target: 'c', - value: 1 - }, { - source: 'd1', - target: 'c', - value: 2 - }, { - source: 'd2', - target: 'c', - value: 2 - }, { - source: 'd', - target: 'd3', - value: 4 - }, { - source: 'd2', - target: 'd3', - value: 1 - }] - } - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/sankey/index.json b/echarts-for-weixin-master/pages/sankey/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/sankey/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/sankey/index.wxml b/echarts-for-weixin-master/pages/sankey/index.wxml deleted file mode 100644 index 69e7d2b..0000000 --- a/echarts-for-weixin-master/pages/sankey/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/sankey/index.wxss b/echarts-for-weixin-master/pages/sankey/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/sankey/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/saveCanvas/index.js b/echarts-for-weixin-master/pages/saveCanvas/index.js deleted file mode 100644 index 88bd4dd..0000000 --- a/echarts-for-weixin-master/pages/saveCanvas/index.js +++ /dev/null @@ -1,159 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -let chart = null; - -function initChart(canvas, width, height, dpr) { - chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - tooltip: { - trigger: 'axis', - axisPointer: { // 坐标轴指示器,坐标轴触发有效 - type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' - } - }, - legend: { - data: ['热度', '正面', '负面'] - }, - grid: { - left: 20, - right: 20, - bottom: 15, - top: 40, - containLabel: true - }, - xAxis: [ - { - type: 'value', - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - yAxis: [ - { - type: 'category', - axisTick: { show: false }, - data: ['汽车之家', '今日头条', '百度贴吧', '一点资讯', '微信', '微博', '知乎'], - axisLine: { - lineStyle: { - color: '#999' - } - }, - axisLabel: { - color: '#666' - } - } - ], - series: [ - { - name: '热度', - type: 'bar', - label: { - normal: { - show: true, - position: 'inside' - } - }, - data: [300, 270, 340, 344, 300, 320, 310], - itemStyle: { - // emphasis: { - // color: '#37a2da' - // } - } - }, - { - name: '正面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true - } - }, - data: [120, 102, 141, 174, 190, 250, 220], - itemStyle: { - // emphasis: { - // color: '#32c5e9' - // } - } - }, - { - name: '负面', - type: 'bar', - stack: '总量', - label: { - normal: { - show: true, - position: 'left' - } - }, - data: [-20, -32, -21, -34, -90, -130, -110], - itemStyle: { - // emphasis: { - // color: '#67e0e3' - // } - } - } - ] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - // tips:正常逻辑不建议这么写,需要保证initChart之后再执行下载 - setTimeout(() => { - this.save(); - }, 1000); - }, - - save() { - const ecComponent = this.selectComponent('#mychart-dom-save'); - - // 先保存图片到临时的本地文件,然后存入系统相册 - ecComponent.canvasToTempFilePath({ - success: res => { - console.log("tempFilePath:", res.tempFilePath) - - // 存入系统相册 - wx.saveImageToPhotosAlbum({ - filePath: res.tempFilePath || '', - success: res => { - console.log("success", res) - }, - fail: res => { - console.log("fail", res) - } - }) - }, - fail: res => console.log(res) - }); - } -}); diff --git a/echarts-for-weixin-master/pages/saveCanvas/index.json b/echarts-for-weixin-master/pages/saveCanvas/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/saveCanvas/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/saveCanvas/index.wxml b/echarts-for-weixin-master/pages/saveCanvas/index.wxml deleted file mode 100644 index 15cce31..0000000 --- a/echarts-for-weixin-master/pages/saveCanvas/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/saveCanvas/index.wxss b/echarts-for-weixin-master/pages/saveCanvas/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/saveCanvas/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/scatter/index.js b/echarts-for-weixin-master/pages/scatter/index.js deleted file mode 100644 index 407cda2..0000000 --- a/echarts-for-weixin-master/pages/scatter/index.js +++ /dev/null @@ -1,110 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var data = []; - var data2 = []; - - for (var i = 0; i < 10; i++) { - data.push( - [ - Math.round(Math.random() * 100), - Math.round(Math.random() * 100), - Math.round(Math.random() * 40) - ] - ); - data2.push( - [ - Math.round(Math.random() * 100), - Math.round(Math.random() * 100), - Math.round(Math.random() * 100) - ] - ); - } - - var axisCommon = { - axisLabel: { - textStyle: { - color: '#C8C8C8' - } - }, - axisTick: { - lineStyle: { - color: '#fff' - } - }, - axisLine: { - lineStyle: { - color: '#C8C8C8' - } - }, - splitLine: { - lineStyle: { - color: '#C8C8C8', - type: 'solid' - } - } - }; - - var option = { - backgroundColor: '#eee', - xAxis: axisCommon, - yAxis: axisCommon, - legend: { - data: ['aaaa', 'bbbb'] - }, - visualMap: { - show: false, - max: 100, - inRange: { - symbolSize: [20, 70] - } - }, - series: [{ - type: 'scatter', - name: 'aaaa', - data: data - }, - { - name: 'bbbb', - type: 'scatter', - data: data2 - } - ], - animationDelay: function (idx) { - return idx * 50; - }, - animationEasing: 'elasticOut' - }; - - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/scatter/index.json b/echarts-for-weixin-master/pages/scatter/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/scatter/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/scatter/index.wxml b/echarts-for-weixin-master/pages/scatter/index.wxml deleted file mode 100644 index 4d75a48..0000000 --- a/echarts-for-weixin-master/pages/scatter/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/scatter/index.wxss b/echarts-for-weixin-master/pages/scatter/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/scatter/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/sunburst/index.js b/echarts-for-weixin-master/pages/sunburst/index.js deleted file mode 100644 index b7917a9..0000000 --- a/echarts-for-weixin-master/pages/sunburst/index.js +++ /dev/null @@ -1,149 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - var item1 = { - color: '#F54F4A' - }; - var item2 = { - color: '#FF8C75' - }; - var item3 = { - color: '#FFB499' - }; - - var data = [{ - children: [{ - value: 5, - children: [{ - value: 1, - itemStyle: item1 - }, { - value: 2 - }, { - value: 1 - }], - itemStyle: item1 - }, { - value: 10, - children: [{ - value: 6, - itemStyle: item3 - }, { - value: 2, - itemStyle: item3 - }, { - value: 1 - }], - itemStyle: item1 - }], - itemStyle: item1 - }, { - value: 9, - children: [{ - value: 4, - children: [{ - value: 2, - itemStyle: item2 - }], - itemStyle: item1 - }, { - children: [{ - value: 3 - }], - itemStyle: item3 - }], - itemStyle: item2 - }, { - value: 7, - children: [{ - children: [{ - value: 1, - itemStyle: item3 - }, { - value: 3, - itemStyle: item2 - }, { - value: 2, - itemStyle: item1 - }], - itemStyle: item3 - }], - itemStyle: item1 - }, { - children: [{ - value: 6, - children: [{ - value: 1, - itemStyle: item2 - }, { - value: 2, - itemStyle: item1 - }, { - value: 1, - itemStyle: item3 - }], - itemStyle: item3 - }, { - value: 3, - children: [{ - value: 1, - }, { - value: 1, - itemStyle: item2 - }, { - value: 1 - }], - itemStyle: item3 - }], - itemStyle: item1 - }]; - - var option = { - series: { - radius: ['15%', '80%'], - type: 'sunburst', - sort: null, - highlightPolicy: 'ancestor', - data: data, - label: { - rotate: 'radial' - }, - levels: [], - itemStyle: { - color: '#ddd', - borderWidth: 2 - } - } - }; - - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/sunburst/index.json b/echarts-for-weixin-master/pages/sunburst/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/sunburst/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/sunburst/index.wxml b/echarts-for-weixin-master/pages/sunburst/index.wxml deleted file mode 100644 index 14bf6ca..0000000 --- a/echarts-for-weixin-master/pages/sunburst/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/sunburst/index.wxss b/echarts-for-weixin-master/pages/sunburst/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/sunburst/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/themeRiver/index.js b/echarts-for-weixin-master/pages/themeRiver/index.js deleted file mode 100644 index bb78c0b..0000000 --- a/echarts-for-weixin-master/pages/themeRiver/index.js +++ /dev/null @@ -1,127 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - - var option = { - tooltip: { - trigger: 'axis', - axisPointer: { - type: 'line', - lineStyle: { - color: 'rgba(0,0,0,0.2)', - width: 1, - type: 'solid' - } - } - }, - - legend: { - data: ['DQ', 'TY', 'SS', 'QG', 'SY', 'DD'] - }, - - singleAxis: { - top: 50, - bottom: 50, - axisTick: {}, - axisLabel: {}, - type: 'time', - axisPointer: { - animation: true, - label: { - show: true - } - }, - splitLine: { - show: true, - lineStyle: { - type: 'dashed', - opacity: 0.2 - } - } - }, - - series: [ - { - type: 'themeRiver', - itemStyle: { - emphasis: { - shadowBlur: 20, - shadowColor: 'rgba(0, 0, 0, 0.8)' - } - }, - data: [['2015/11/08', 10, 'DQ'], ['2015/11/09', 15, 'DQ'], ['2015/11/10', 35, 'DQ'], - // ['2015/11/11',38,'DQ'],['2015/11/12',22,'DQ'],['2015/11/13',16,'DQ'], - ['2015/11/14', 7, 'DQ'], ['2015/11/15', 2, 'DQ'], ['2015/11/16', 17, 'DQ'], - ['2015/11/17', 33, 'DQ'], ['2015/11/18', 40, 'DQ'], ['2015/11/19', 32, 'DQ'], - ['2015/11/20', 26, 'DQ'], ['2015/11/21', 35, 'DQ'], ['2015/11/22', 40, 'DQ'], - ['2015/11/23', 32, 'DQ'], ['2015/11/24', 26, 'DQ'], ['2015/11/25', 22, 'DQ'], - // ['2015/11/26',16,'DQ'],['2015/11/27',22,'DQ'],['2015/11/28',10,'DQ'], - ['2015/11/08', 35, 'TY'], ['2015/11/09', 36, 'TY'], ['2015/11/10', 37, 'TY'], - ['2015/11/11', 22, 'TY'], ['2015/11/12', 24, 'TY'], ['2015/11/13', 26, 'TY'], - ['2015/11/14', 34, 'TY'], ['2015/11/15', 21, 'TY'], ['2015/11/16', 18, 'TY'], - ['2015/11/17', 45, 'TY'], ['2015/11/18', 32, 'TY'], ['2015/11/19', 35, 'TY'], - ['2015/11/20', 30, 'TY'], ['2015/11/21', 28, 'TY'], ['2015/11/22', 27, 'TY'], - ['2015/11/23', 26, 'TY'], ['2015/11/24', 15, 'TY'], ['2015/11/25', 30, 'TY'], - ['2015/11/26', 35, 'TY'], ['2015/11/27', 42, 'TY'], ['2015/11/28', 42, 'TY'], - ['2015/11/08', 21, 'SS'], ['2015/11/09', 25, 'SS'], ['2015/11/10', 27, 'SS'], - ['2015/11/11', 23, 'SS'], ['2015/11/12', 24, 'SS'], ['2015/11/13', 21, 'SS'], - ['2015/11/14', 35, 'SS'], ['2015/11/15', 39, 'SS'], ['2015/11/16', 40, 'SS'], - ['2015/11/17', 36, 'SS'], ['2015/11/18', 33, 'SS'], ['2015/11/19', 43, 'SS'], - ['2015/11/20', 40, 'SS'], ['2015/11/21', 34, 'SS'], ['2015/11/22', 28, 'SS'], - // ['2015/11/23',26,'SS'],['2015/11/24',37,'SS'],['2015/11/25',41,'SS'], - // ['2015/11/26',46,'SS'],['2015/11/27',47,'SS'],['2015/11/28',41,'SS'], - // ['2015/11/08',10,'QG'],['2015/11/09',15,'QG'],['2015/11/10',35,'QG'], - // ['2015/11/11',38,'QG'],['2015/11/12',22,'QG'],['2015/11/13',16,'QG'], - ['2015/11/14', 7, 'QG'], ['2015/11/15', 2, 'QG'], ['2015/11/16', 17, 'QG'], - ['2015/11/17', 33, 'QG'], ['2015/11/18', 40, 'QG'], ['2015/11/19', 32, 'QG'], - ['2015/11/20', 26, 'QG'], ['2015/11/21', 35, 'QG'], ['2015/11/22', 40, 'QG'], - ['2015/11/23', 32, 'QG'], ['2015/11/24', 26, 'QG'], ['2015/11/25', 22, 'QG'], - ['2015/11/26', 16, 'QG'], ['2015/11/27', 22, 'QG'], ['2015/11/28', 10, 'QG'], - ['2015/11/08', 10, 'SY'], ['2015/11/09', 15, 'SY'], ['2015/11/10', 35, 'SY'], - ['2015/11/11', 38, 'SY'], ['2015/11/12', 22, 'SY'], ['2015/11/13', 16, 'SY'], - ['2015/11/14', 7, 'SY'], ['2015/11/15', 2, 'SY'], ['2015/11/16', 17, 'SY'], - ['2015/11/17', 33, 'SY'], ['2015/11/18', 40, 'SY'], ['2015/11/19', 32, 'SY'], - ['2015/11/20', 26, 'SY'], ['2015/11/21', 35, 'SY'], ['2015/11/22', 4, 'SY'], - ['2015/11/23', 32, 'SY'], ['2015/11/24', 26, 'SY'], ['2015/11/25', 22, 'SY'], - ['2015/11/26', 16, 'SY'], ['2015/11/27', 22, 'SY'], ['2015/11/28', 10, 'SY'], - ['2015/11/08', 10, 'DD'], ['2015/11/09', 15, 'DD'], ['2015/11/10', 35, 'DD'], - ['2015/11/11', 38, 'DD'], ['2015/11/12', 22, 'DD'], ['2015/11/13', 16, 'DD'], - ['2015/11/14', 7, 'DD'], ['2015/11/15', 2, 'DD'], ['2015/11/16', 17, 'DD'], - ['2015/11/17', 33, 'DD'], ['2015/11/18', 4, 'DD'], ['2015/11/19', 32, 'DD'], - ['2015/11/20', 26, 'DD'], ['2015/11/21', 35, 'DD'], ['2015/11/22', 40, 'DD'], - ['2015/11/23', 32, 'DD'], ['2015/11/24', 26, 'DD'], ['2015/11/25', 22, 'DD'], - ['2015/11/26', 16, 'DD'], ['2015/11/27', 22, 'DD'], ['2015/11/28', 10, 'DD']] - } - ] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/themeRiver/index.json b/echarts-for-weixin-master/pages/themeRiver/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/themeRiver/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/themeRiver/index.wxml b/echarts-for-weixin-master/pages/themeRiver/index.wxml deleted file mode 100644 index 1325aa8..0000000 --- a/echarts-for-weixin-master/pages/themeRiver/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/themeRiver/index.wxss b/echarts-for-weixin-master/pages/themeRiver/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/themeRiver/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/tree/index.js b/echarts-for-weixin-master/pages/tree/index.js deleted file mode 100644 index b57378c..0000000 --- a/echarts-for-weixin-master/pages/tree/index.js +++ /dev/null @@ -1,100 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - var data1 = { - "name": "root", - "children": [{ - "name": "a", - "children": [{ - "name": "a1" - }, { - "name": "a2" - }, { - "name": "a3" - }, { - "name": "a4" - }] - }, { - "name": "b", - "children": [{ - "name": "b1" - }, { - "name": "b2" - }, { - "name": "b3" - }, { - "name": "b4" - }] - }, { - "name": "c", - "children": [{ - "name": "c1" - }] - }, { - "name": "d", - "children": [{ - "name": "d1" - }] - }] - }; - - var option = { - series: [{ - type: 'tree', - - initialTreeDepth: -1, - - name: 'tree1', - - data: [data1], - - top: '5%', - left: '20%', - bottom: '2%', - right: '15%', - - symbolSize: 10, - symbol: 'circle', - - label: { - normal: { - position: 'left', - verticalAlign: 'middle', - align: 'right', - color: 'black' - } - } - - }] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { - } -}); diff --git a/echarts-for-weixin-master/pages/tree/index.json b/echarts-for-weixin-master/pages/tree/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/tree/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/tree/index.wxml b/echarts-for-weixin-master/pages/tree/index.wxml deleted file mode 100644 index d4838e3..0000000 --- a/echarts-for-weixin-master/pages/tree/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/tree/index.wxss b/echarts-for-weixin-master/pages/tree/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/tree/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/pages/treemap/index.js b/echarts-for-weixin-master/pages/treemap/index.js deleted file mode 100644 index 8c5c1cb..0000000 --- a/echarts-for-weixin-master/pages/treemap/index.js +++ /dev/null @@ -1,182 +0,0 @@ -import * as echarts from '../../ec-canvas/echarts'; - -const app = getApp(); - -function initChart(canvas, width, height, dpr) { - const chart = echarts.init(canvas, null, { - width: width, - height: height, - devicePixelRatio: dpr // new - }); - canvas.setChart(chart); - var data = []; - - for (var i = 0; i <= 360; i++) { - var t = i / 180 * Math.PI; - var r = Math.sin(2 * t) * Math.cos(2 * t); - data.push([r, i]); - } - - var option = { - title: { - text: '2014年中国耕地质量', - left: 'center', - textStyle: { - - color: '#1a1b4e', - - fontStyle: 'normal', - - fontSize: 24 - }, - subtext: '数据来源:国土资源部' - }, - tooltip: { - formatter: '{b}:
耕地面积: {c}万公顷' - }, - series: [{ - name: '耕地等级', - type: 'treemap', - visibleMin: 100, - itemStyle: { - normal: { - label: { - show: true, - formatter: "{b}" - }, - borderWidth: 2 - }, - emphasis: { - label: { - show: true - } - } - }, - label: { - normal: { - fontSize: 14 - } - }, - data: [ // 注意,最外层是一个数组,而非从某个根节点开始。 - { - value: 13509.74, - children: [{ - value: 2389.25, // value字段的值,对应到面积大小。 - // 也可以是数组,如 [2323, 43, 55],则数组第一项对应到面积大小。 - // 数组其他项可以用于额外的视觉映射,详情参见 series-treemp.levels。 - id: 'someid-1', // id 不是必须设置的。 - // 但是如果想使用 API 来改变某个节点,需要用 id 来定位。 - name: '低等地 17.69%', // 显示在矩形中的描述文字。 - children: [{ - value: 1125.5, - id: 'someid-31', - name: '13等地', - }, { - value: 765.63, - id: 'someid-32', - name: '14等地', - }, { - value: 498.12, - id: 'someid-33', - name: '15等地', - },], - label: { // 此节点特殊的 label 定义(如果需要的话)。 - // ... // label的格式参见 series-treemap.label。 - }, - itemStyle: { // 此节点特殊的 itemStyle 定义(如果需要的话)。 - // ... // label的格式参见 series-treemap.itemStyle。 - } - }, { - value: 7138.52, - id: 'someid-2', - name: '中等地 52.84%', - children: [{ - value: 1410.69, - id: 'someid-31', - name: '9等地', - }, { - value: 1790.55, - id: 'someid-32', - name: '10等地', - }, { - value: 2045.43, - id: 'someid-33', - name: '11等地', - }, { - value: 1891.85, - id: 'someid-34', - name: '12等地', - },], - - }, { - value: 3584.6, - id: 'someid-3', - name: '高等地 26.53%', - children: [{ - value: 366.48, - id: 'someid-31', - name: '5等地', - }, { - value: 886.22, - id: 'someid-32', - name: '6等地', - }, { - value: 1143.89, - id: 'someid-33', - name: '7等地', - }, { - value: 1188.01, - id: 'someid-34', - name: '8等地', - },], - - }, { - value: 397.38, - id: 'someid-4', - name: '优等地 2.94%', - children: [{ - value: 48.84, - id: 'someid-31', - name: '1等地', - }, { - value: 59.93, - id: 'someid-32', - name: '2等地', - }, { - value: 115.85, - id: 'someid-33', - name: '3等地', - }, { - value: 172.76, - id: 'someid-34', - name: '4等地', - },], - - }] - }, - ], - leafDepth: 2 - }] - }; - - chart.setOption(option); - return chart; -} - -Page({ - onShareAppMessage: function (res) { - return { - title: 'ECharts 可以在微信小程序中使用啦!', - path: '/pages/index/index', - success: function () { }, - fail: function () { } - } - }, - data: { - ec: { - onInit: initChart - } - }, - - onReady() { } -}); \ No newline at end of file diff --git a/echarts-for-weixin-master/pages/treemap/index.json b/echarts-for-weixin-master/pages/treemap/index.json deleted file mode 100644 index 070043f..0000000 --- a/echarts-for-weixin-master/pages/treemap/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "ec-canvas": "../../ec-canvas/ec-canvas" - } -} diff --git a/echarts-for-weixin-master/pages/treemap/index.wxml b/echarts-for-weixin-master/pages/treemap/index.wxml deleted file mode 100644 index fb6f2d1..0000000 --- a/echarts-for-weixin-master/pages/treemap/index.wxml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/echarts-for-weixin-master/pages/treemap/index.wxss b/echarts-for-weixin-master/pages/treemap/index.wxss deleted file mode 100644 index e95d9e1..0000000 --- a/echarts-for-weixin-master/pages/treemap/index.wxss +++ /dev/null @@ -1,5 +0,0 @@ -/**index.wxss**/ -ec-canvas { - width: 100%; - height: 100%; -} diff --git a/echarts-for-weixin-master/project.config.json b/echarts-for-weixin-master/project.config.json deleted file mode 100644 index c5fde13..0000000 --- a/echarts-for-weixin-master/project.config.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "setting": { - "urlCheck": true, - "es6": true, - "enhance": false, - "postcss": false, - "preloadBackgroundData": false, - "minified": false, - "newFeature": true, - "coverView": true, - "nodeModules": false, - "autoAudits": false, - "showShadowRootInWxmlPanel": true, - "scopeDataCheck": false, - "uglifyFileName": false, - "checkInvalidKey": true, - "checkSiteMap": true, - "uploadWithSourceMap": true, - "compileHotReLoad": false, - "useMultiFrameRuntime": true, - "useApiHook": true, - "useApiHostProcess": false, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - }, - "enableEngineNative": false, - "bundle": false, - "useIsolateContext": true, - "useCompilerModule": true, - "userConfirmedUseCompilerModuleSwitch": false, - "userConfirmedBundleSwitch": false, - "packNpmManually": false, - "packNpmRelationList": [], - "minifyWXSS": true, - "lazyloadPlaceholderEnable": false, - "useStaticServer": true, - "showES6CompileOption": false, - "disableUseStrict": false, - "useCompilerPlugins": false, - "minifyWXML": true - }, - "compileType": "miniprogram", - "libVersion": "2.10.2", - "appid": "wxee40007e9b62f5d0", - "projectname": "ECharts%20Demo", - "simulatorType": "wechat", - "simulatorPluginLibVersion": {}, - "condition": {}, - "packOptions": { - "ignore": [], - "include": [] - }, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 - } -} \ No newline at end of file diff --git a/echarts-for-weixin-master/sitemap.json b/echarts-for-weixin-master/sitemap.json deleted file mode 100644 index ca02add..0000000 --- a/echarts-for-weixin-master/sitemap.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", - "rules": [{ - "action": "allow", - "page": "*" - }] -} \ No newline at end of file diff --git a/main.js b/main.js index 6a54765..dd128d8 100644 --- a/main.js +++ b/main.js @@ -15,11 +15,11 @@ import md5 from 'js-md5' // 引入公共组件 tabbar -// import tabbar from '@/components/tab-bar/tab-bar.vue'; +import tabbar from '@/components/tab-bar/tab-bar.vue'; // import customizeAnswer from'@/components/customizeAnswer/customizeAnswer.vue' // Vue.use('customizeAnswer',customizeAnswer) -// Vue.use('tab-bar',tabbar) +Vue.use('tab-bar',tabbar) Vue.use(uView); Vue.use(cookies); diff --git a/manifest.json b/manifest.json index 51bf481..21b8760 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "YML-teacher-uniapp", + "name" : "dianbiao", "appid" : "__UNI__72DD260", "description" : "", "versionName" : "1.0.0", diff --git a/package-lock.json b/package-lock.json index d3326d8..5245a62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "lchighpass-speaking", + "name": "dianbiao", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index b3a4809..01b5e97 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "lchighpass-speaking", + "name": "dianbiao", "version": "1.0.0", "description": "", "main": "main.js", diff --git a/pages.json b/pages.json index 926c7c7..7ac86e3 100644 --- a/pages.json +++ b/pages.json @@ -1,10 +1,8 @@ - -{ +{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, - "pages": [ - { + "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "", @@ -14,278 +12,62 @@ } }, { - "path" : "pages/upload/upload", - "style" : - { - "navigationBarTitleText": "上传", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - - }, - { - "path" : "pages/Mystudent/Mystudent", + "path" : "pages/tj", "style" : { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - - - - { - - - - "path" : "pages/Mystudent/student", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/addclass", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - - { - "path" : "pages/Mystudent/classmate", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false } }, { - "path" : "pages/Mystudent/Formteacher", + "path" : "pages/my", "style" : { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/addclassforwork", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/arrange_work", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/Managestudent", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/addstu", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/formstu", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/user/user", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/addTeacher", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/Mystudent/all_arrange", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false } } + ], - "subPackages": [ - { - "root": "pages_teacher", - "pages": [ - { - "path":"teacher_teachers/teacher_writeadd", - "style" : - { - "navigationBarTitleText": "添加写作", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - - }, - { - "path":"teacher_teachers/operation_detail", - "style" : - { - "navigationBarTitleText": "作业详情", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - - }, - { - "path":"teacher_teachers/teacher_addOperation", - "style" : - { - "navigationBarTitleText": "添加作业", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages_add/add_operation", - "style" : - { - "navigationBarTitleText": "添加听力", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "teacher_class/class_detail", - "style" : - { - "navigationBarTitleText": "班级详情", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - // 作业添加学生 - { - "path" : "pages_add/add_studentsforwork", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages_add/add_class", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path" : "teacher_class/class_members", - "style" : - { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#4473f6", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - } - - ] - } - - - - - - - - ], - "tabBar": { - "color": "#a9b7b7", - "selectedColor": "#5185fd", - "borderStyle": "white", - "backgroundColor": "#ffffff", - "list": [ - { - "selectedIconPath": "/static/tabbar/home-active.png", - "iconPath": "/static/tabbar/home.png", - "pagePath": "pages/index/index", - "text": "首页" - }, - { - "selectedIconPath": "/static/tabbar/tiku-act.png", - "iconPath": "/static/tabbar/tiku.png", - "pagePath": "pages/Mystudent/student", - "text": "班级" - } - ,{ - "selectedIconPath": "/static/tabbar/my-active.png", - "iconPath": "/static/tabbar/my.png", - "pagePath": "pages/user/user", - "text": "我的" - } - ] - }, + // "subPackages": [{ + // "root": "pages_teacher", + // "pages": [ + + // ] + // } + + + + + + + + // ], + // "tabBar": { + // "color": "#a9b7b7", + // "selectedColor": "#5185fd", + // "borderStyle": "white", + // "backgroundColor": "#ffffff", + // "list": [{ + // "selectedIconPath": "/static/tabbar/home-active.png", + // "iconPath": "/static/tabbar/home.png", + // "pagePath": "pages/index/index", + // "text": "首页" + // }, + // { + // "selectedIconPath": "/static/tabbar/tiku-act.png", + // "iconPath": "/static/tabbar/tiku.png", + // "pagePath": "pages/Mystudent/student", + // "text": "班级" + // }, { + // "selectedIconPath": "/static/tabbar/my-active.png", + // "iconPath": "/static/tabbar/my.png", + // "pagePath": "pages/user/user", + // "text": "我的" + // } + // ] + // }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", @@ -293,9 +75,6 @@ "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} - - -} - \ No newline at end of file +} \ No newline at end of file diff --git a/pages/Mystudent/Formteacher.vue b/pages/Mystudent/Formteacher.vue deleted file mode 100644 index d6356b9..0000000 --- a/pages/Mystudent/Formteacher.vue +++ /dev/null @@ -1,160 +0,0 @@ - - - - - diff --git a/pages/Mystudent/Managestudent.vue b/pages/Mystudent/Managestudent.vue deleted file mode 100644 index 17916cd..0000000 --- a/pages/Mystudent/Managestudent.vue +++ /dev/null @@ -1,503 +0,0 @@ - - - - - diff --git a/pages/Mystudent/Mystudent.vue b/pages/Mystudent/Mystudent.vue deleted file mode 100644 index aa028a6..0000000 --- a/pages/Mystudent/Mystudent.vue +++ /dev/null @@ -1,982 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/Mystudent/addTeacher.vue b/pages/Mystudent/addTeacher.vue deleted file mode 100644 index 1b37565..0000000 --- a/pages/Mystudent/addTeacher.vue +++ /dev/null @@ -1,372 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/Mystudent/addclass.vue b/pages/Mystudent/addclass.vue deleted file mode 100644 index ddeaa05..0000000 --- a/pages/Mystudent/addclass.vue +++ /dev/null @@ -1,718 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/Mystudent/addclassforwork.vue b/pages/Mystudent/addclassforwork.vue deleted file mode 100644 index 02b3ff2..0000000 --- a/pages/Mystudent/addclassforwork.vue +++ /dev/null @@ -1,316 +0,0 @@ - - - - - diff --git a/pages/Mystudent/addstu.vue b/pages/Mystudent/addstu.vue deleted file mode 100644 index e522741..0000000 --- a/pages/Mystudent/addstu.vue +++ /dev/null @@ -1,312 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/Mystudent/all_arrange.vue b/pages/Mystudent/all_arrange.vue deleted file mode 100644 index c08a9ed..0000000 --- a/pages/Mystudent/all_arrange.vue +++ /dev/null @@ -1,474 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/Mystudent/arrange_work.vue b/pages/Mystudent/arrange_work.vue deleted file mode 100644 index 2a8aadb..0000000 --- a/pages/Mystudent/arrange_work.vue +++ /dev/null @@ -1,473 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/Mystudent/classmate.vue b/pages/Mystudent/classmate.vue deleted file mode 100644 index 3d13735..0000000 --- a/pages/Mystudent/classmate.vue +++ /dev/null @@ -1,243 +0,0 @@ - - - - - diff --git a/pages/Mystudent/formstu.vue b/pages/Mystudent/formstu.vue deleted file mode 100644 index 202a9a3..0000000 --- a/pages/Mystudent/formstu.vue +++ /dev/null @@ -1,374 +0,0 @@ - - - - - diff --git a/pages/Mystudent/student.vue b/pages/Mystudent/student.vue deleted file mode 100644 index 1dfabe1..0000000 --- a/pages/Mystudent/student.vue +++ /dev/null @@ -1,1367 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/compoents/indexList.vue b/pages/compoents/indexList.vue deleted file mode 100644 index 365bf4b..0000000 --- a/pages/compoents/indexList.vue +++ /dev/null @@ -1,365 +0,0 @@ - - - - - diff --git a/pages/compoents/pages_home.vue b/pages/compoents/pages_home.vue deleted file mode 100644 index 2792568..0000000 --- a/pages/compoents/pages_home.vue +++ /dev/null @@ -1,574 +0,0 @@ - - - - - diff --git a/pages/compoents/pages_mine.vue b/pages/compoents/pages_mine.vue deleted file mode 100644 index f309aef..0000000 --- a/pages/compoents/pages_mine.vue +++ /dev/null @@ -1,279 +0,0 @@ - - - - - diff --git a/pages/index/index.vue b/pages/index/index.vue index 4b09089..f3929bf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,579 +1,23 @@ - \ No newline at end of file + diff --git a/pages_teacher/pages_add/add_operation.vue b/pages/my.vue similarity index 56% rename from pages_teacher/pages_add/add_operation.vue rename to pages/my.vue index c0b0bd2..8183fd0 100644 --- a/pages_teacher/pages_add/add_operation.vue +++ b/pages/my.vue @@ -1,6 +1,5 @@ @@ -9,9 +8,15 @@ export default { data() { return { - }}} + + } + }, + methods: { + + } + } - diff --git a/pages_teacher/teacher_teachers/teacher_speechadd.vue b/pages/tj.vue similarity index 55% rename from pages_teacher/teacher_teachers/teacher_speechadd.vue rename to pages/tj.vue index f0af947..8183fd0 100644 --- a/pages_teacher/teacher_teachers/teacher_speechadd.vue +++ b/pages/tj.vue @@ -1,8 +1,6 @@ @@ -10,11 +8,15 @@ export default { data() { return { - } - } + } + }, + methods: { + + } + } - diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue deleted file mode 100644 index 040281b..0000000 --- a/pages/upload/upload.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/user/user.vue b/pages/user/user.vue deleted file mode 100644 index 65a2f97..0000000 --- a/pages/user/user.vue +++ /dev/null @@ -1,289 +0,0 @@ - - - - - diff --git a/pages_teacher/pages_add/add_class.vue b/pages_teacher/pages_add/add_class.vue deleted file mode 100644 index 31713db..0000000 --- a/pages_teacher/pages_add/add_class.vue +++ /dev/null @@ -1,564 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/pages_add/add_studentsforwork.vue b/pages_teacher/pages_add/add_studentsforwork.vue deleted file mode 100644 index 43e338f..0000000 --- a/pages_teacher/pages_add/add_studentsforwork.vue +++ /dev/null @@ -1,323 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/pages_add/add_trainee.vue b/pages_teacher/pages_add/add_trainee.vue deleted file mode 100644 index bc4981a..0000000 --- a/pages_teacher/pages_add/add_trainee.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/pages_search.vue b/pages_teacher/pages_search.vue deleted file mode 100644 index d3901b4..0000000 --- a/pages_teacher/pages_search.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/pages_studentsWork.vue b/pages_teacher/pages_studentsWork.vue deleted file mode 100644 index e8bb890..0000000 --- a/pages_teacher/pages_studentsWork.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_class/class_add.vue b/pages_teacher/teacher_class/class_add.vue deleted file mode 100644 index e69de29..0000000 diff --git a/pages_teacher/teacher_class/class_detail.vue b/pages_teacher/teacher_class/class_detail.vue deleted file mode 100644 index f0466fb..0000000 --- a/pages_teacher/teacher_class/class_detail.vue +++ /dev/null @@ -1,440 +0,0 @@ - - - - - diff --git a/pages_teacher/teacher_class/class_index.vue b/pages_teacher/teacher_class/class_index.vue deleted file mode 100644 index a0914d1..0000000 --- a/pages_teacher/teacher_class/class_index.vue +++ /dev/null @@ -1,10 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_class/class_managerial.vue b/pages_teacher/teacher_class/class_managerial.vue deleted file mode 100644 index 877736f..0000000 --- a/pages_teacher/teacher_class/class_managerial.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_class/class_members.vue b/pages_teacher/teacher_class/class_members.vue deleted file mode 100644 index 7f4d0cf..0000000 --- a/pages_teacher/teacher_class/class_members.vue +++ /dev/null @@ -1,565 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_class/class_teacher.vue b/pages_teacher/teacher_class/class_teacher.vue deleted file mode 100644 index ecdefce..0000000 --- a/pages_teacher/teacher_class/class_teacher.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_teachers/components/audiology.vue b/pages_teacher/teacher_teachers/components/audiology.vue deleted file mode 100644 index 4b2d350..0000000 --- a/pages_teacher/teacher_teachers/components/audiology.vue +++ /dev/null @@ -1,316 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_teachers/components/compose.vue b/pages_teacher/teacher_teachers/components/compose.vue deleted file mode 100644 index 9e8cb11..0000000 --- a/pages_teacher/teacher_teachers/components/compose.vue +++ /dev/null @@ -1,232 +0,0 @@ - - - - - diff --git a/pages_teacher/teacher_teachers/components/reading.vue b/pages_teacher/teacher_teachers/components/reading.vue deleted file mode 100644 index 2e614d9..0000000 --- a/pages_teacher/teacher_teachers/components/reading.vue +++ /dev/null @@ -1,313 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_teachers/components/slander.vue b/pages_teacher/teacher_teachers/components/slander.vue deleted file mode 100644 index e69de29..0000000 diff --git a/pages_teacher/teacher_teachers/operation_detail.vue b/pages_teacher/teacher_teachers/operation_detail.vue deleted file mode 100644 index 02f62f3..0000000 --- a/pages_teacher/teacher_teachers/operation_detail.vue +++ /dev/null @@ -1,588 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages_teacher/teacher_teachers/teacher_addOperation.vue b/pages_teacher/teacher_teachers/teacher_addOperation.vue deleted file mode 100644 index 43c919c..0000000 --- a/pages_teacher/teacher_teachers/teacher_addOperation.vue +++ /dev/null @@ -1,899 +0,0 @@ -