Showing preview only (1,525K chars total). Download the full file or copy to clipboard to get everything.
Repository: babybrotherzb/my-datav
Branch: master
Commit: e05e7c58c970
Files: 24
Total size: 1.4 MB
Directory structure:
gitextract_8f32zmpw/
├── .gitignore
├── LICENSE
├── README.md
├── build/
│ ├── asset-manifest.json
│ ├── index.html
│ ├── manifest.json
│ ├── precache-manifest.9c3f182e3e0e03e7e3da4190ca7fecd6.js
│ ├── robots.txt
│ ├── service-worker.js
│ └── static/
│ ├── css/
│ │ └── main.381045e0.chunk.css
│ └── js/
│ ├── 2.35178c5d.chunk.js
│ ├── 2.35178c5d.chunk.js.LICENSE.txt
│ ├── main.ed4eff3b.chunk.js
│ └── runtime-main.19738b1a.js
├── package.json
├── public/
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
└── src/
├── App.css
├── App.js
├── geo.js
├── index.css
├── index.js
└── serviceWorker.js
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
# /build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
================================================
FILE: LICENSE
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed 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.
================================================
FILE: README.md
================================================
# my-datav
**Author: "@baby张 <babybrotherzb@gmail.com>"**
**Demo在线地址:<https://babybrotherzb.github.io/my-datav/build/index.html>**
## 项目运行
```sh
# 安装依赖
1. npm install || yarn install
# 直接运行项目
2.npm run dev || yarn dev || yarn start
# http://localhost:3000/
```
## 来源地址 ,来点star呗
- [github地址:https://github.com/babybrotherzb](https://github.com/babybrotherzb)
- [博客地址:https://blog.csdn.net/weixin_43648947](https://blog.csdn.net/weixin_43648947)
- [掘金地址:https://juejin.im/user/5d90295cf265da5b5c08f32d/activities](https://juejin.im/user/5d90295cf265da5b5c08f32d/activities)
================================================
FILE: build/asset-manifest.json
================================================
{
"files": {
"main.css": "/static/css/main.381045e0.chunk.css",
"main.js": "/static/js/main.ed4eff3b.chunk.js",
"main.js.map": "/static/js/main.ed4eff3b.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.19738b1a.js",
"runtime-main.js.map": "/static/js/runtime-main.19738b1a.js.map",
"static/js/2.35178c5d.chunk.js": "/static/js/2.35178c5d.chunk.js",
"static/js/2.35178c5d.chunk.js.map": "/static/js/2.35178c5d.chunk.js.map",
"index.html": "/index.html",
"precache-manifest.9c3f182e3e0e03e7e3da4190ca7fecd6.js": "/precache-manifest.9c3f182e3e0e03e7e3da4190ca7fecd6.js",
"service-worker.js": "/service-worker.js",
"static/css/main.381045e0.chunk.css.map": "/static/css/main.381045e0.chunk.css.map",
"static/js/2.35178c5d.chunk.js.LICENSE.txt": "/static/js/2.35178c5d.chunk.js.LICENSE.txt",
"static/media/index.css": "/static/media/map.bab2b509.png"
},
"entrypoints": [
"static/js/runtime-main.19738b1a.js",
"static/js/2.35178c5d.chunk.js",
"static/css/main.381045e0.chunk.css",
"static/js/main.ed4eff3b.chunk.js"
]
}
================================================
FILE: build/index.html
================================================
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/my-datav/build/manifest.json"/><title>my-datav</title><link href="/my-datav/build/static/css/main.381045e0.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,a,l=t[0],f=t[1],i=t[2],c=0,s=[];c<l.length;c++)a=l[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,i||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,l=1;l<r.length;l++){var f=r[l];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=a(a.s=r[0]))}return e}var n={},o={1:0},u=[];function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=n,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="/";var l=this["webpackJsonpmy-datav"]=this["webpackJsonpmy-datav"]||[],f=l.push.bind(l);l.push=t,l=l.slice();for(var i=0;i<l.length;i++)t(l[i]);var p=f;r()}([])</script><script src="/my-datav/build/static/js/2.35178c5d.chunk.js"></script><script src="/my-datav/build/static/js/main.ed4eff3b.chunk.js"></script></body></html>
================================================
FILE: build/manifest.json
================================================
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
================================================
FILE: build/precache-manifest.9c3f182e3e0e03e7e3da4190ca7fecd6.js
================================================
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "3181ef8d8f8bcc1cb8fff2b25c51f80e",
"url": "/index.html"
},
{
"revision": "61f1124546667485f86e",
"url": "/static/css/main.381045e0.chunk.css"
},
{
"revision": "baf987c9dd01bda1680d",
"url": "/static/js/2.35178c5d.chunk.js"
},
{
"revision": "8bc88370bc2489d86f2f357f447ddb0b",
"url": "/static/js/2.35178c5d.chunk.js.LICENSE.txt"
},
{
"revision": "61f1124546667485f86e",
"url": "/static/js/main.ed4eff3b.chunk.js"
},
{
"revision": "a2ef8ae54b451ad83e77",
"url": "/static/js/runtime-main.19738b1a.js"
},
{
"revision": "4ad07e23aa6dcea1cb54dbfc396681e1",
"url": "/static/media/bg.4ad07e23.png"
},
{
"revision": "c268bab5a96dceae66414ca06d6bf7ec",
"url": "/static/media/jt.c268bab5.png"
},
{
"revision": "0dea0f9739d68fcff939ba51d73a1e53",
"url": "/static/media/lbx.0dea0f97.png"
},
{
"revision": "bab2b509158ad04982f4527a1f3445fe",
"url": "/static/media/map.bab2b509.png"
}
]);
================================================
FILE: build/robots.txt
================================================
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
================================================
FILE: build/service-worker.js
================================================
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/precache-manifest.9c3f182e3e0e03e7e3da4190ca7fecd6.js"
);
self.addEventListener('message', (event) => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
});
workbox.core.clientsClaim();
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), {
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
});
================================================
FILE: build/static/css/main.381045e0.chunk.css
================================================
*{margin:0;padding:0}#root,body,html{width:100%;height:100%;min-height:635px;font-family:"microsoft yahei",arial,sans-serif;background-repeat:no-repeat;background-position:50%;background-size:100% 100%;overflow-x:hidden;overflow-y:auto}body{background-image:url(/my-datav/build/static/media/bg.4ad07e23.png)}table{height:100%;overflow-y:auto;display:block}td,tr{padding:8px}td{color:#c9ccd4}.content_title{width:200px;text-align:center;color:#01c4f7;font-size:14px;position:absolute;top:0;left:50%;margin-left:-100px}.databg{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA4CAYAAACL3WrLAAAAtUlEQVRoge2ZvQ2CMQwFHeRZWIAJWImOjlFp6GhSUHwFNiukeFI46d0Ep+cfWcm4PLrj/5kZCM+IhHhGdjBMSaWHiDpRMRZVk92122EJD5Oa7KKIUnqUU3pMou5RLaAeLScqxYmqISUKES3Iwh9xvhFM52m3wSrjen8iEs3X+9gtsUTOz3e3wxLeo2p8OKvhHCXFGSZIoqD1REnUU68lwz2qxaJqPPVq/CuihiPq0ovBiGKedH43jpmOh01iBwAAAABJRU5ErkJggg==) 0 0 no-repeat;background-size:22px 30px;height:30px;width:22px;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;margin-right:10px}@-webkit-keyframes bganomation{0%{width:50%}50%{width:0}to{width:50%}}@keyframes bganomation{0%{width:50%}50%{width:0}to{width:50%}}@-webkit-keyframes rotate1{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotate1{to{transform:translate(-50%,-50%) rotate(1turn)}}@-webkit-keyframes retate2{to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes retate2{to{transform:translate(-50%,-50%) rotate(-1turn)}}.map_bg{width:45.8vh;height:45.8vh;background:url(/my-datav/build/static/media/map.bab2b509.png) 50% no-repeat;background-size:45.8vh 45.8vh;opacity:.5}.circle_allow,.map_bg{position:absolute;top:54%;left:50%;min-width:280px;min-height:280px;transform:translate(-50%,-50%)}.circle_allow{width:50vh;height:50vh;background:url(/my-datav/build/static/media/jt.c268bab5.png) 50% no-repeat;background-size:50vh 50vh;-webkit-animation:retate2 10s linear infinite;animation:retate2 10s linear infinite}.circle_bg{position:absolute;top:54%;left:50%;width:52vh;height:52vh;transform:translate(-50%,-50%);background:url(/my-datav/build/static/media/lbx.0dea0f97.png) 50% no-repeat;background-size:52vh 52vh;-webkit-animation:rotate1 10s linear infinite;animation:rotate1 10s linear infinite;opacity:.4}.left_bg{width:62%;right:0;background-position:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8AAAAAuCAYAAADncHD0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMC0wNS0yOFQxNzo0MToxMCswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDUtMjhUMTc6NDI6NTArMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDUtMjhUMTc6NDI6NTArMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OGNlNTY0ZGEtOWEzNi0yYTQyLWExNmItMWE1MTdjOGVkYzc0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhjZTU2NGRhLTlhMzYtMmE0Mi1hMTZiLTFhNTE3YzhlZGM3NCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjhjZTU2NGRhLTlhMzYtMmE0Mi1hMTZiLTFhNTE3YzhlZGM3NCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGNlNTY0ZGEtOWEzNi0yYTQyLWExNmItMWE1MTdjOGVkYzc0IiBzdEV2dDp3aGVuPSIyMDIwLTA1LTI4VDE3OjQxOjEwKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prj8VioAAARzSURBVHja7d1fqN9jHMDxczDZZLZSyo0iLFZYtIQkiaVYYqXWiNYu5naUP1GWRKEsiXBxkoQi+Zvkz0jkyoUrJUxjNCObPzM+p74XT5nzfX71PGed53ldvO4+Pc/69PRr73bOflPT2/f9AwAAHNTesCxMAQvflA81AACY06fhWPEAbQTwcgAA4D/OCF8PEfyJCIY2AhgAADi4k8M3QwR/JIJBAAMAQMtOCd8OEfxhWGonIIABAKBVp4YdQwRvD8fYCQhgAABo1WnhuyGC3w9H2wkIYAAAaNWKsHOI4PfCEjsBAQwAAK06PXw/RPC7IhgEMAAAtGz2K5J+GCL4HREMAhgAAFq2Mongt0QwCGAAAGjZmWHXEMFvhsV2AgIYAABadVb4cYjgN8JRdgICGAAAWnV2+GmI4NfCkXYCAhgAAFq1KuweIvhVEQwCGAAAWnZO+HmI4FdEMAhgAABo2blJBL8sgkEAAwBAy1YnEfyiCAYBDADUcfvwl+5ebZ1wR1sLzdY4s/f77zgEb6Ok88Ke4e4XwiKfTyCAAYDytoQDHUfw/WF6gh2NzefO1jiz9/u3HIK3UdL54Zfh7ufDET6fQAADAOVt7jyCt2WETrqjsfnc2Rpn9n7/zYXf8rZ5juALwq/D3c+Fw30+gQAGAMrbGP7uOIIfD4dNsKOx+dzZGmf2fn/pt5zzNkq6MPw23P2sCAYBDADUsT7s7ziCZzJiI93R2HzubI0ze79/Q+G3PDPPIXpREsHPiGAQwABAHevCnx1H8OyPnS6aYEdj87mzNc7s/f7SbznnbZR0cRLBMyIYBDAAUMdV4Y+OI/il6fGvokl3NDafO1vjzN7vX1v4Lee8jZIuSSL4aREMAhgAqOPysLfjCH49LJ5gR2PzubM1zuz9/jWF33LO2yjp0uTP/9Q8/z4yCGAAoBvpvz716O2wZIIdjc3nztY4s/f7S7/lnLdR0mVh33D3k9Pz+z9TgwAGALox+7UsezqO4A/C0gl2NDafO1vjzN7vL/2Wc95G6Z/K+H24+wkRDAIYAKhjddjdcQR/HJZNsKOx+dzZGmf2fn/pt5zzNkpak/xO82MiGAQwAFDHqrCr4wj+LBw3wY7G5nNna5zZ+/2l33LO2yjpiiSCHxXBIIABgDpWhp0dR/Dn4fgJdjQ2nztb48ze7y/9lnPeRklXJhH8iAgGAQwA1LEi7Og4gr8IJ0ywo7H53NkaZ/Z+f+m3nPM2SlqbRPDDIhgEMABQx0nhq44j+Mtw4gQ7GpvPna1xZu/3l37LOW+jpKuTCH7IZxMIYAAAaNk14a8hgh+0DxDAAADQsmvD/iGCH7APEMAAANCydUkE32cfIIABAKBl1yURfK99gAAGAICWrU8i+B77AAEMAAAt25BE8N32AQIYAABadkMSwXfZBwhgAABo2Y3hwBDBd9oHCGAAAGjZTUkE32YfIIABAKBlG5MIvtU+QAADAEDLNiURfEtYDvw/HxoAALCwbU4iGJiDDwwAAFj4rg8zAgfm9i8X/MNxuLyAKAAAAABJRU5ErkJggg==) 0 10px no-repeat}.left_bg,.right_bg{height:100%;position:absolute}.right_bg{width:53%;top:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8AAAAAuCAYAAADncHD0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMC0wNS0yOFQxNzo0MjoxMyswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDUtMjhUMTc6NDM6MTQrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDUtMjhUMTc6NDM6MTQrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzVmMzExNzEtZGM2MS1kZjQwLWFmYmQtNTM3MGJiZTU3M2ZmIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM1ZjMxMTcxLWRjNjEtZGY0MC1hZmJkLTUzNzBiYmU1NzNmZiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjM1ZjMxMTcxLWRjNjEtZGY0MC1hZmJkLTUzNzBiYmU1NzNmZiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzVmMzExNzEtZGM2MS1kZjQwLWFmYmQtNTM3MGJiZTU3M2ZmIiBzdEV2dDp3aGVuPSIyMDIwLTA1LTI4VDE3OjQyOjEzKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrnQBC0AAAdsSURBVHja7d3/q59VAcBxHzfz20xH0K+GRUpJqCgSKSISLpExZK1lMfxCpJiixbis5dQxbYzMkCU2oiFLZOoYGn5pDDU1EaEf+geK/F5WlOnmdLt6HnYu93C99znns84euc/n9cPrt8N9Pvfcz334vD/nOc9zRPP83iOAwTgpeCLYF3wIAABMEwwwHCcGLzmxAQCAAIahx++L8R/7L8GpwWIAAGCacIBhxO8LMX7/GpxsTgAA4ONMAsxvJwR/jPH7t+Bz5gQAAAQwDM2i4LkYvy8Hp5gTAAAQwDA0xwfPxvh9Jfi8OQEAAAEMQ3Nc8Ickfr9gTgAAQADDEOP36Ri/rwVfNCcAACCAYYjxuzvG7+vNwUcdmRcAABDAMLj43RXj943gNHMCAAACGIbm2OD3MX7/HnzJnAAAgACGoTk6eCLG7z+CL5sTAAAQwDA0nwoeT+L3dHMCAAACGIYYv48l8fsVcwIAAAIYhhi/j8b4/WdwhjkBAAABDEOM350xfv8VnGlOAABAAMMQ43dHjN9/B2eZEwAAEMAwNEcFD8f4/U9wds/HPzV4NR6/hj8Hn53jWO2q9ltx3J+Cz3S8rrPjSng79qVg8RzjvhrnrR33QnBix888P3g7jn02OKFj7IXBO3Hs7ubg85hnG3dx8G4c92THuNYlwd449nfNwTt9zzV2WbAvjt0RvySZbdzyZNz2+H6a62deHuyPY+8PFmTeG1ck48fRWucnABDAQD1tgDyYxO85PR+/vbv0mxWDoStqz4mr2+24F4OTOl7X15Kofb4jatOgfSZY1PEzL0pCdXcmVNOobR9Fdewc4y4N3ovjHq0UtK0Vwftx7APBwoKg3ZYJ2jRmf10Qv98PJsc4flc7PwGAAAbqxu/2JH7P7fn46WpsDV2rr2nQPhd8uuN1XRD8L459uiNq06DdlQnaJcGeOPbxjqBtLU1C9ZGOUL0sGfdQJmi/VRi0re8moXpfR6iOErRpzN4TNJn3xvVjHL+T8fd3jgIAAQxUjN8H4gfu/8bLePs8froaW0PX5cRp0D4VHN/xur5eeDnxJUnQto+MOqYwaHdmQnV5YdSuDD4ovJR4VWHQtq5Oxm4Jjpxj3LUjBG0as3cVxO/qMV71nYxfFjhHAYAABirG72/jB+634+pon8dPV2Nr6LqcuDRoR9kfu+wQg7bW/tg0aLdmgvZ7wYE49t6OoJ0ZtZs7QvXGZNzPM0GbxuzGgvfG2jGO3/1xVd05CgAEMFAxfu+LH7jbVdHzej5+uhpbQ+n+2Fo3fEr3xuaC9juHYX/szKDtis/rklC9OzP2R8nYn3WMnUjm/o7M3/onydjbCt4bt49x/H4QvwBxjgIAAQxUjN+t8QN3e3fh83s+froaW0Pp/tiHM6u0Kwv3x5bujZ15KXGt/bE/OMSg3ZT5u6xJ5vT2jnHrknHrMj/zjmTsmszYJkb3uMbvvvh+dY4CAAEMVNJe+vqb+IH73bgS2+fxL00uL67hwZ73x5bujR11f+wNhftj00uJRwnaDZmxtzVlj9xJg3aiMGbb3+umgvjdPMbx+17833COAgABDFTSxFXIqfi9sOfjp6uxNWw7DPtjf9WU3fBpcyZo0/2xd2bGThTuj107wqXE65vyZ8hubPKP3JkZtDcWxuxknLfclzJbxjh+2//Fi52fAEAAA3Xjd0vygfuino+frsbW0Pf+2B8W7o0ddX/susKo3TDCpcSbmrJnyDZxtTn3yJ123C8LgzaN2f1xxbx0L/o4eucT+CIKABDAMPj4vTd+4N4T9+D2efx0NbaGrsuJD/WGT5sKLyUeJWhH2R87URC0k/E1d/2d707GXpcZe0+Tf+TOguSqgVzQpjG7P+6V7vr9FzbTj+AaR+1jx85zfgIAAQzUjd+p0Nn7CVxqma7G1lBrf+yPC/fHpntjb64UtKWXE48atFNfchyI894Vqlub/CN3FsTLzKfGdd2d+KgkZtsbia3IzFW7b3vHGMdv++zrc52fAEAAA3Xjdyqg2pvsLOn5+OlqbA2l+2PXZ17XhsL9sSV7Y2e7lLjG/tgj437kQwnaVZmx9zfTj9z5dkfQbm+m7068PBOzO5OxyzLzf0zw2BjH71vBmc5PACCAgbrx+4skSr7R8/FXV47fPvfHlu6Nne1S4msq7I+deSnxKEG7MhOqDzX5R+7MDNqlhTG7p+B9dlywa4zj983gdOcnABDAQF13JQHT9+NV1laOhsOxP/b6/3Nv7Gz7Y6/IjN1WsD924QiXEpcG7dTYR5r8I3dmBu2SwpgtubHaouCZMY7f14LTnJsAAJMAdd1ZuHoHAAAIYJi3No2wFxMAABDAMC9tTC6dvcx8AACAAIYhmnoET3sjpOXmAwAABDAM0fpm+uZK3zQfAAAggGGIbk3id4X5AAAAAQxDdEsSv5ebDwAAEMAwRDc3+WfKAgAAAhjmtTVJ/K4yHwAAIIBhiCZi/B4IrjQfAAAw/wJ4MZC1NMbvZHCVkwcAAMzPAP4QKPJGcLUTBwAACGAYup86aQAAwPz1EQsfvjCjb+eoAAAAAElFTkSuQmCC) 0 10px no-repeat}.header_main{margin:0 auto;width:100%;height:65px;max-width:1920px;position:relative}.header_main h3{margin:0 auto;padding-top:14px;line-height:50px;text-align:center;font-size:24px;color:#fff}.wrapper{position:absolute;top:80px;bottom:0;left:0;right:0;min-height:555px}.container-fluid{height:100%;min-height:100%}.row{margin-left:-7px;margin-right:-8px}.row>div{padding-left:7px;padding-right:8px}.xpanel-wrapper{padding-bottom:15px;box-sizing:border-box}.xpanel-wrapper-1{height:100%}.xpanel-wrapper-2{height:50%}.xpanel-wrapper-3{height:33.33333%}.xpanel-wrapper-4{height:40%}.xpanel-wrapper-5{height:60%}.xpanel-wrapper-6{height:30%}.xpanel{padding:15px;height:100%;min-height:170px;background-size:100% 100%;box-sizing:border-box}.fill-h{height:100%;min-height:100%}.no-margin{margin:0!important}.no-padding{padding:0!important}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(0,0,0,.3)}
/*# sourceMappingURL=main.381045e0.chunk.css.map */
================================================
FILE: build/static/js/2.35178c5d.chunk.js
================================================
/*! For license information please see 2.35178c5d.chunk.js.LICENSE.txt */
(this["webpackJsonpmy-datav"]=this["webpackJsonpmy-datav"]||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(217)},function(e,t){var n={"[object Function]":1,"[object RegExp]":1,"[object Date]":1,"[object Error]":1,"[object CanvasGradient]":1,"[object CanvasPattern]":1,"[object Image]":1,"[object Canvas]":1},i={"[object Int8Array]":1,"[object Uint8Array]":1,"[object Uint8ClampedArray]":1,"[object Int16Array]":1,"[object Uint16Array]":1,"[object Int32Array]":1,"[object Uint32Array]":1,"[object Float32Array]":1,"[object Float64Array]":1},r=Object.prototype.toString,a=Array.prototype,o=a.forEach,s=a.filter,l=a.slice,u=a.map,c=a.reduce,d={};function h(e){if(null==e||"object"!==typeof e)return e;var t=e,a=r.call(e);if("[object Array]"===a){if(!S(e)){t=[];for(var o=0,s=e.length;o<s;o++)t[o]=h(e[o])}}else if(i[a]){if(!S(e)){var l=e.constructor;if(e.constructor.from)t=l.from(e);else{t=new l(e.length);for(o=0,s=e.length;o<s;o++)t[o]=h(e[o])}}}else if(!n[a]&&!S(e)&&!w(e))for(var u in t={},e)e.hasOwnProperty(u)&&(t[u]=h(e[u]));return t}function f(e,t,n){if(!b(t)||!b(e))return n?h(t):e;for(var i in t)if(t.hasOwnProperty(i)){var r=e[i],a=t[i];!b(a)||!b(r)||x(a)||x(r)||w(a)||w(r)||_(a)||_(r)||S(a)||S(r)?!n&&i in e||(e[i]=h(t[i])):f(r,a,n)}return e}function p(e,t,n){for(var i in t)t.hasOwnProperty(i)&&(n?null!=t[i]:null==e[i])&&(e[i]=t[i]);return e}var g,m=function(){return d.createCanvas()};function v(e,t,n){if(e&&t)if(e.forEach&&e.forEach===o)e.forEach(t,n);else if(e.length===+e.length)for(var i=0,r=e.length;i<r;i++)t.call(n,e[i],i,e);else for(var a in e)e.hasOwnProperty(a)&&t.call(n,e[a],a,e)}function y(e,t){var n=l.call(arguments,2);return function(){return e.apply(t,n.concat(l.call(arguments)))}}function x(e){return"[object Array]"===r.call(e)}function b(e){var t=typeof e;return"function"===t||!!e&&"object"===t}function _(e){return!!n[r.call(e)]}function w(e){return"object"===typeof e&&"number"===typeof e.nodeType&&"object"===typeof e.ownerDocument}d.createCanvas=function(){return document.createElement("canvas")};function S(e){return e.__ec_primitive__}function M(e){var t=x(e);this.data={};var n=this;function i(e,i){t?n.set(e,i):n.set(i,e)}e instanceof M?e.each(i):e&&v(e,i)}M.prototype={constructor:M,get:function(e){return this.data.hasOwnProperty(e)?this.data[e]:null},set:function(e,t){return this.data[e]=t},each:function(e,t){for(var n in void 0!==t&&(e=y(e,t)),this.data)this.data.hasOwnProperty(n)&&e(this.data[n],n)},removeKey:function(e){delete this.data[e]}},t.$override=function(e,t){"createCanvas"===e&&(g=null),d[e]=t},t.clone=h,t.merge=f,t.mergeAll=function(e,t){for(var n=e[0],i=1,r=e.length;i<r;i++)n=f(n,e[i],t);return n},t.extend=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e},t.defaults=p,t.createCanvas=m,t.getContext=function(){return g||(g=m().getContext("2d")),g},t.indexOf=function(e,t){if(e){if(e.indexOf)return e.indexOf(t);for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n}return-1},t.inherits=function(e,t){var n=e.prototype;function i(){}for(var r in i.prototype=t.prototype,e.prototype=new i,n)n.hasOwnProperty(r)&&(e.prototype[r]=n[r]);e.prototype.constructor=e,e.superClass=t},t.mixin=function(e,t,n){p(e="prototype"in e?e.prototype:e,t="prototype"in t?t.prototype:t,n)},t.isArrayLike=function(e){if(e)return"string"!==typeof e&&"number"===typeof e.length},t.each=v,t.map=function(e,t,n){if(e&&t){if(e.map&&e.map===u)return e.map(t,n);for(var i=[],r=0,a=e.length;r<a;r++)i.push(t.call(n,e[r],r,e));return i}},t.reduce=function(e,t,n,i){if(e&&t){if(e.reduce&&e.reduce===c)return e.reduce(t,n,i);for(var r=0,a=e.length;r<a;r++)n=t.call(i,n,e[r],r,e);return n}},t.filter=function(e,t,n){if(e&&t){if(e.filter&&e.filter===s)return e.filter(t,n);for(var i=[],r=0,a=e.length;r<a;r++)t.call(n,e[r],r,e)&&i.push(e[r]);return i}},t.find=function(e,t,n){if(e&&t)for(var i=0,r=e.length;i<r;i++)if(t.call(n,e[i],i,e))return e[i]},t.bind=y,t.curry=function(e){var t=l.call(arguments,1);return function(){return e.apply(this,t.concat(l.call(arguments)))}},t.isArray=x,t.isFunction=function(e){return"function"===typeof e},t.isString=function(e){return"[object String]"===r.call(e)},t.isObject=b,t.isBuiltInObject=_,t.isTypedArray=function(e){return!!i[r.call(e)]},t.isDom=w,t.eqNaN=function(e){return e!==e},t.retrieve=function(e){for(var t=0,n=arguments.length;t<n;t++)if(null!=arguments[t])return arguments[t]},t.retrieve2=function(e,t){return null!=e?e:t},t.retrieve3=function(e,t,n){return null!=e?e:null!=t?t:n},t.slice=function(){return Function.call.apply(l,arguments)},t.normalizeCssArray=function(e){if("number"===typeof e)return[e,e,e,e];var t=e.length;return 2===t?[e[0],e[1],e[0],e[1]]:3===t?[e[0],e[1],e[2],e[1]]:e},t.assert=function(e,t){if(!e)throw new Error(t)},t.trim=function(e){return null==e?null:"function"===typeof e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},t.setAsPrimitive=function(e){e.__ec_primitive__=!0},t.isPrimitive=S,t.createHashMap=function(e){return new M(e)},t.concatArray=function(e,t){for(var n=new e.constructor(e.length+t.length),i=0;i<e.length;i++)n[i]=e[i];var r=e.length;for(i=0;i<t.length;i++)n[i+r]=t[i];return n},t.noop=function(){}},function(e,t,n){n(6).__DEV__;var i=n(72),r=n(1),a=n(26),o=n(13),s=n(90),l=n(38),u=n(135),c=n(148),d=n(22),h=n(252),f=n(253),p=n(255),g=n(15),m=n(16),v=n(78),y=n(27),x=n(3),b=n(5),_=n(33).throttle,w=n(256),S=n(257),M=n(258),C=n(259),T=n(260),k=n(261);n(149);var I=n(99),A=r.assert,P=r.each,E=r.isFunction,D=r.isObject,L=g.parseClassType,O={PROCESSOR:{FILTER:1e3,SERIES_FILTER:800,STATISTIC:5e3},VISUAL:{LAYOUT:1e3,PROGRESSIVE_LAYOUT:1100,GLOBAL:2e3,CHART:3e3,POST_CHART_LAYOUT:3500,COMPONENT:4e3,BRUSH:5e3}},N="__flagInMainProcess",R=/^[a-zA-Z0-9_]+$/;function z(e,t){return function(n,i,r){t||!this._disposed?(n=n&&n.toLowerCase(),l.prototype[e].call(this,n,i,r)):this.id}}function B(){l.call(this)}function F(e,t,n){n=n||{},"string"===typeof t&&(t=ue[t]),this.id,this.group,this._dom=e;var a=this._zr=i.init(e,{renderer:n.renderer||"canvas",devicePixelRatio:n.devicePixelRatio,width:n.width,height:n.height});this._throttledZrFlush=_(r.bind(a.flush,a),17),(t=r.clone(t))&&f(t,!0),this._theme=t,this._chartsViews=[],this._chartsMap={},this._componentsViews=[],this._componentsMap={},this._coordSysMgr=new d;var o=this._api=function(e){var t=e._coordSysMgr;return r.extend(new c(e),{getCoordinateSystems:r.bind(t.getCoordinateSystems,t),getComponentByElement:function(t){for(;t;){var n=t.__ecComponentInfo;if(null!=n)return e._model.getComponent(n.mainType,n.index);t=t.parent}}})}(this);function u(e,t){return e.__prio-t.__prio}s(le,u),s(ae,u),this._scheduler=new C(this,o,ae,le),l.call(this,this._ecEventProcessor=new ne),this._messageCenter=new B,this._initEvents(),this.resize=r.bind(this.resize,this),this._pendingActions=[],a.animation.on("frame",this._onframe,this),function(e,t){e.on("rendered",(function(){t.trigger("rendered"),!e.animation.isFinished()||t.__optionUpdated||t._scheduler.unfinished||t._pendingActions.length||t.trigger("finished")}))}(a,this),r.setAsPrimitive(this)}B.prototype.on=z("on",!0),B.prototype.off=z("off",!0),B.prototype.one=z("one",!0),r.mixin(B,l);var V=F.prototype;function G(e,t,n){if(this._disposed)this.id;else{var i,r=this._model,a=this._coordSysMgr.getCoordinateSystems();t=b.parseFinder(r,t);for(var o=0;o<a.length;o++){var s=a[o];if(s[e]&&null!=(i=s[e](r,t,n)))return i}}}V._onframe=function(){if(!this._disposed){var e=this._scheduler;if(this.__optionUpdated){var t=this.__optionUpdated.silent;this[N]=!0,W(this),j.update.call(this),this[N]=!1,this.__optionUpdated=!1,Z.call(this,t),q.call(this,t)}else if(e.unfinished){var n=1,i=this._model,r=this._api;e.unfinished=!1;do{var a=+new Date;e.performSeriesTasks(i),e.performDataProcessorTasks(i),U(this,i),e.performVisualTasks(i),J(this,this._model,r,"remain"),n-=+new Date-a}while(n>0&&e.unfinished);e.unfinished||this._zr.flush()}}},V.getDom=function(){return this._dom},V.getZr=function(){return this._zr},V.setOption=function(e,t,n){if(this._disposed)this.id;else{var i;if(D(t)&&(n=t.lazyUpdate,i=t.silent,t=t.notMerge),this[N]=!0,!this._model||t){var r=new h(this._api),a=this._theme,o=this._model=new u;o.scheduler=this._scheduler,o.init(null,null,a,r)}this._model.setOption(e,oe),n?(this.__optionUpdated={silent:i},this[N]=!1):(W(this),j.update.call(this),this._zr.flush(),this.__optionUpdated=!1,this[N]=!1,Z.call(this,i),q.call(this,i))}},V.setTheme=function(){console.error("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},V.getModel=function(){return this._model},V.getOption=function(){return this._model&&this._model.getOption()},V.getWidth=function(){return this._zr.getWidth()},V.getHeight=function(){return this._zr.getHeight()},V.getDevicePixelRatio=function(){return this._zr.painter.dpr||window.devicePixelRatio||1},V.getRenderedCanvas=function(e){if(o.canvasSupported)return(e=e||{}).pixelRatio=e.pixelRatio||1,e.backgroundColor=e.backgroundColor||this._model.get("backgroundColor"),this._zr.painter.getRenderedCanvas(e)},V.getSvgDataURL=function(){if(o.svgSupported){var e=this._zr,t=e.storage.getDisplayList();return r.each(t,(function(e){e.stopAnimation(!0)})),e.painter.toDataURL()}},V.getDataURL=function(e){if(!this._disposed){var t=(e=e||{}).excludeComponents,n=this._model,i=[],r=this;P(t,(function(e){n.eachComponent({mainType:e},(function(e){var t=r._componentsMap[e.__viewId];t.group.ignore||(i.push(t),t.group.ignore=!0)}))}));var a="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.getRenderedCanvas(e).toDataURL("image/"+(e&&e.type||"png"));return P(i,(function(e){e.group.ignore=!1})),a}this.id},V.getConnectedDataURL=function(e){if(this._disposed)this.id;else if(o.canvasSupported){var t="svg"===e.type,n=this.group,a=Math.min,s=Math.max;if(he[n]){var l=1/0,u=1/0,c=-1/0,d=-1/0,h=[],f=e&&e.pixelRatio||1;r.each(de,(function(i,o){if(i.group===n){var f=t?i.getZr().painter.getSvgDom().innerHTML:i.getRenderedCanvas(r.clone(e)),p=i.getDom().getBoundingClientRect();l=a(p.left,l),u=a(p.top,u),c=s(p.right,c),d=s(p.bottom,d),h.push({dom:f,left:p.left,top:p.top})}}));var p=(c*=f)-(l*=f),g=(d*=f)-(u*=f),m=r.createCanvas(),v=i.init(m,{renderer:t?"svg":"canvas"});if(v.resize({width:p,height:g}),t){var y="";return P(h,(function(e){var t=e.left-l,n=e.top-u;y+='<g transform="translate('+t+","+n+')">'+e.dom+"</g>"})),v.painter.getSvgRoot().innerHTML=y,e.connectedBackgroundColor&&v.painter.setBackgroundColor(e.connectedBackgroundColor),v.refreshImmediately(),v.painter.toDataURL()}return e.connectedBackgroundColor&&v.add(new x.Rect({shape:{x:0,y:0,width:p,height:g},style:{fill:e.connectedBackgroundColor}})),P(h,(function(e){var t=new x.Image({style:{x:e.left*f-l,y:e.top*f-u,image:e.dom}});v.add(t)})),v.refreshImmediately(),m.toDataURL("image/"+(e&&e.type||"png"))}return this.getDataURL(e)}},V.convertToPixel=r.curry(G,"convertToPixel"),V.convertFromPixel=r.curry(G,"convertFromPixel"),V.containPixel=function(e,t){if(!this._disposed){var n,i=this._model;return e=b.parseFinder(i,e),r.each(e,(function(e,i){i.indexOf("Models")>=0&&r.each(e,(function(e){var r=e.coordinateSystem;if(r&&r.containPoint)n|=!!r.containPoint(t);else if("seriesModels"===i){var a=this._chartsMap[e.__viewId];a&&a.containPoint&&(n|=a.containPoint(t,e))}}),this)}),this),!!n}this.id},V.getVisual=function(e,t){var n=this._model,i=(e=b.parseFinder(n,e,{defaultMainType:"series"})).seriesModel.getData(),r=e.hasOwnProperty("dataIndexInside")?e.dataIndexInside:e.hasOwnProperty("dataIndex")?i.indexOfRawIndex(e.dataIndex):null;return null!=r?i.getItemVisual(r,t):i.getVisual(t)},V.getViewOfComponentModel=function(e){return this._componentsMap[e.__viewId]},V.getViewOfSeriesModel=function(e){return this._chartsMap[e.__viewId]};var j={prepareAndUpdate:function(e){W(this),j.update.call(this,e)},update:function(e){var t=this._model,n=this._api,i=this._zr,r=this._coordSysMgr,s=this._scheduler;if(t){s.restoreData(t,e),s.performSeriesTasks(t),r.create(t,n),s.performDataProcessorTasks(t,e),U(this,t),r.update(t,n),Q(t),s.performVisualTasks(t,e),K(this,t,n,e);var l=t.get("backgroundColor")||"transparent";if(o.canvasSupported)i.setBackgroundColor(l);else{var u=a.parse(l);l=a.stringify(u,"rgb"),0===u[3]&&(l="transparent")}$(t,n)}},updateTransform:function(e){var t=this._model,n=this,i=this._api;if(t){var a=[];t.eachComponent((function(r,o){var s=n.getViewOfComponentModel(o);if(s&&s.__alive)if(s.updateTransform){var l=s.updateTransform(o,t,i,e);l&&l.update&&a.push(s)}else a.push(s)}));var o=r.createHashMap();t.eachSeries((function(r){var a=n._chartsMap[r.__viewId];if(a.updateTransform){var s=a.updateTransform(r,t,i,e);s&&s.update&&o.set(r.uid,1)}else o.set(r.uid,1)})),Q(t),this._scheduler.performVisualTasks(t,e,{setDirty:!0,dirtyMap:o}),J(n,t,i,e,o),$(t,this._api)}},updateView:function(e){var t=this._model;t&&(y.markUpdateMethod(e,"updateView"),Q(t),this._scheduler.performVisualTasks(t,e,{setDirty:!0}),K(this,this._model,this._api,e),$(t,this._api))},updateVisual:function(e){j.update.call(this,e)},updateLayout:function(e){j.update.call(this,e)}};function W(e){var t=e._model,n=e._scheduler;n.restorePipelines(t),n.prepareStageTasks(),X(e,"component",t,n),X(e,"chart",t,n),n.plan()}function H(e,t,n,i,a){var o=e._model;if(i){var s={};s[i+"Id"]=n[i+"Id"],s[i+"Index"]=n[i+"Index"],s[i+"Name"]=n[i+"Name"];var l={mainType:i,query:s};a&&(l.subType=a);var u=n.excludeSeriesId;null!=u&&(u=r.createHashMap(b.normalizeToArray(u))),o&&o.eachComponent(l,(function(t){u&&null!=u.get(t.id)||c(e["series"===i?"_chartsMap":"_componentsMap"][t.__viewId])}),e)}else P(e._componentsViews.concat(e._chartsViews),c);function c(i){i&&i.__alive&&i[t]&&i[t](i.__model,o,e._api,n)}}function U(e,t){var n=e._chartsMap,i=e._scheduler;t.eachSeries((function(e){i.updateStreamModes(e,n[e.__viewId])}))}function Y(e,t){var n=e.type,i=e.escapeConnect,a=ie[n],o=a.actionInfo,s=(o.update||"update").split(":"),l=s.pop();s=null!=s[0]&&L(s[0]),this[N]=!0;var u=[e],c=!1;e.batch&&(c=!0,u=r.map(e.batch,(function(t){return(t=r.defaults(r.extend({},t),e)).batch=null,t})));var d,h=[],f="highlight"===n||"downplay"===n;P(u,(function(e){(d=(d=a.action(e,this._model,this._api))||r.extend({},e)).type=o.event||d.type,h.push(d),f?H(this,l,e,"series"):s&&H(this,l,e,s.main,s.sub)}),this),"none"===l||f||s||(this.__optionUpdated?(W(this),j.update.call(this,e),this.__optionUpdated=!1):j[l].call(this,e)),d=c?{type:o.event||n,escapeConnect:i,batch:h}:h[0],this[N]=!1,!t&&this._messageCenter.trigger(d.type,d)}function Z(e){for(var t=this._pendingActions;t.length;){var n=t.shift();Y.call(this,n,e)}}function q(e){!e&&this.trigger("updated")}function X(e,t,n,i){for(var r="component"===t,a=r?e._componentsViews:e._chartsViews,o=r?e._componentsMap:e._chartsMap,s=e._zr,l=e._api,u=0;u<a.length;u++)a[u].__alive=!1;function c(e){var t="_ec_"+e.id+"_"+e.type,u=o[t];if(!u){var c=L(e.type);(u=new(r?v.getClass(c.main,c.sub):y.getClass(c.sub))).init(n,l),o[t]=u,a.push(u),s.add(u.group)}e.__viewId=u.__id=t,u.__alive=!0,u.__model=e,u.group.__ecComponentInfo={mainType:e.mainType,index:e.componentIndex},!r&&i.prepareView(u,e,n,l)}r?n.eachComponent((function(e,t){"series"!==e&&c(t)})):n.eachSeries(c);for(u=0;u<a.length;){var d=a[u];d.__alive?u++:(!r&&d.renderTask.dispose(),s.remove(d.group),d.dispose(n,l),a.splice(u,1),delete o[d.__id],d.__id=d.group.__ecComponentInfo=null)}}function Q(e){e.clearColorPalette(),e.eachSeries((function(e){e.clearColorPalette()}))}function K(e,t,n,i){!function(e,t,n,i,r){P(r||e._componentsViews,(function(e){var r=e.__model;e.render(r,t,n,i),te(r,e)}))}(e,t,n,i),P(e._chartsViews,(function(e){e.__alive=!1})),J(e,t,n,i),P(e._chartsViews,(function(e){e.__alive||e.remove(t,n)}))}function J(e,t,n,i,r){var a,s=e._scheduler;t.eachSeries((function(t){var n=e._chartsMap[t.__viewId];n.__alive=!0;var o=n.renderTask;s.updatePayload(o,i),r&&r.get(t.uid)&&o.dirty(),a|=o.perform(s.getPerformArgs(o)),n.group.silent=!!t.get("silent"),te(t,n),function(e,t){var n=e.get("blendMode")||null;t.group.traverse((function(e){e.isGroup||e.style.blend!==n&&e.setStyle("blend",n),e.eachPendingDisplayable&&e.eachPendingDisplayable((function(e){e.setStyle("blend",n)}))}))}(t,n)})),s.unfinished|=a,function(e,t){var n=e._zr.storage,i=0;n.traverse((function(e){i++})),i>t.get("hoverLayerThreshold")&&!o.node&&t.eachSeries((function(t){if(!t.preventUsingHoverLayer){var n=e._chartsMap[t.__viewId];n.__alive&&n.group.traverse((function(e){e.useHoverLayer=!0}))}}))}(e,t),S(e._zr.dom,t)}function $(e,t){P(se,(function(n){n(e,t)}))}V.resize=function(e){if(this._disposed)this.id;else{this._zr.resize(e);var t=this._model;if(this._loadingFX&&this._loadingFX.resize(),t){var n=t.resetOption("media"),i=e&&e.silent;this[N]=!0,n&&W(this),j.update.call(this),this[N]=!1,Z.call(this,i),q.call(this,i)}}},V.showLoading=function(e,t){if(this._disposed)this.id;else if(D(e)&&(t=e,e=""),e=e||"default",this.hideLoading(),ce[e]){var n=ce[e](this._api,t),i=this._zr;this._loadingFX=n,i.add(n)}},V.hideLoading=function(){this._disposed?this.id:(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},V.makeActionFromEvent=function(e){var t=r.extend({},e);return t.type=re[e.type],t},V.dispatchAction=function(e,t){this._disposed?this.id:(D(t)||(t={silent:!!t}),ie[e.type]&&this._model&&(this[N]?this._pendingActions.push(e):(Y.call(this,e,t.silent),t.flush?this._zr.flush(!0):!1!==t.flush&&o.browser.weChat&&this._throttledZrFlush(),Z.call(this,t.silent),q.call(this,t.silent))))},V.appendData=function(e){if(this._disposed)this.id;else{var t=e.seriesIndex;this.getModel().getSeriesByIndex(t).appendData(e),this._scheduler.unfinished=!0}},V.on=z("on",!1),V.off=z("off",!1),V.one=z("one",!1);var ee=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];function te(e,t){var n=e.get("z"),i=e.get("zlevel");t.group.traverse((function(e){"group"!==e.type&&(null!=n&&(e.z=n),null!=i&&(e.zlevel=i))}))}function ne(){this.eventInfo}V._initEvents=function(){P(ee,(function(e){var t=function(t){var n,i=this.getModel(),a=t.target;if("globalout"===e)n={};else if(a&&null!=a.dataIndex){var o=a.dataModel||i.getSeriesByIndex(a.seriesIndex);n=o&&o.getDataParams(a.dataIndex,a.dataType,a)||{}}else a&&a.eventData&&(n=r.extend({},a.eventData));if(n){var s=n.componentType,l=n.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=n.seriesIndex);var u=s&&null!=l&&i.getComponent(s,l),c=u&&this["series"===u.mainType?"_chartsMap":"_componentsMap"][u.__viewId];n.event=t,n.type=e,this._ecEventProcessor.eventInfo={targetEl:a,packedEvent:n,model:u,view:c},this.trigger(e,n)}};t.zrEventfulCallAtLast=!0,this._zr.on(e,t,this)}),this),P(re,(function(e,t){this._messageCenter.on(t,(function(e){this.trigger(t,e)}),this)}),this)},V.isDisposed=function(){return this._disposed},V.clear=function(){this._disposed?this.id:this.setOption({series:[]},!0)},V.dispose=function(){if(this._disposed)this.id;else{this._disposed=!0,b.setAttribute(this.getDom(),ge,"");var e=this._api,t=this._model;P(this._componentsViews,(function(n){n.dispose(t,e)})),P(this._chartsViews,(function(n){n.dispose(t,e)})),this._zr.dispose(),delete de[this.id]}},r.mixin(F,l),ne.prototype={constructor:ne,normalizeQuery:function(e){var t={},n={},i={};if(r.isString(e)){var a=L(e);t.mainType=a.main||null,t.subType=a.sub||null}else{var o=["Index","Name","Id"],s={name:1,dataIndex:1,dataType:1};r.each(e,(function(e,r){for(var a=!1,l=0;l<o.length;l++){var u=o[l],c=r.lastIndexOf(u);if(c>0&&c===r.length-u.length){var d=r.slice(0,c);"data"!==d&&(t.mainType=d,t[u.toLowerCase()]=e,a=!0)}}s.hasOwnProperty(r)&&(n[r]=e,a=!0),a||(i[r]=e)}))}return{cptQuery:t,dataQuery:n,otherQuery:i}},filter:function(e,t,n){var i=this.eventInfo;if(!i)return!0;var r=i.targetEl,a=i.packedEvent,o=i.model,s=i.view;if(!o||!s)return!0;var l=t.cptQuery,u=t.dataQuery;return c(l,o,"mainType")&&c(l,o,"subType")&&c(l,o,"index","componentIndex")&&c(l,o,"name")&&c(l,o,"id")&&c(u,a,"name")&&c(u,a,"dataIndex")&&c(u,a,"dataType")&&(!s.filterForExposedEvent||s.filterForExposedEvent(e,t.otherQuery,r,a));function c(e,t,n,i){return null==e[n]||t[i||n]===e[n]}},afterTrigger:function(){this.eventInfo=null}};var ie={},re={},ae=[],oe=[],se=[],le=[],ue={},ce={},de={},he={},fe=new Date-0,pe=new Date-0,ge="_echarts_instance_";function me(e){he[e]=!1}var ve=me;function ye(e){return de[b.getAttribute(e,ge)]}function xe(e,t){ue[e]=t}function be(e){oe.push(e)}function _e(e,t){Me(ae,e,t,1e3)}function we(e,t,n){"function"===typeof t&&(n=t,t="");var i=D(e)?e.type:[e,e={event:t}][0];e.event=(e.event||i).toLowerCase(),t=e.event,A(R.test(i)&&R.test(t)),ie[i]||(ie[i]={action:n,actionInfo:e}),re[t]=i}function Se(e,t){Me(le,e,t,3e3,"visual")}function Me(e,t,n,i,r){(E(t)||D(t))&&(n=t,t=i);var a=C.wrapStageHandler(n,r);return a.__prio=t,a.__raw=n,e.push(a),a}function Ce(e,t){ce[e]=t}Se(2e3,w),be(f),_e(900,p),Ce("default",M),we({type:"highlight",event:"highlight",update:"highlight"},r.noop),we({type:"downplay",event:"downplay",update:"downplay"},r.noop),xe("light",T),xe("dark",k);t.version="4.8.0",t.dependencies={zrender:"4.3.1"},t.PRIORITY=O,t.init=function(e,t,n){var i=ye(e);if(i)return i;var r=new F(e,t,n);return r.id="ec_"+fe++,de[r.id]=r,b.setAttribute(e,ge,r.id),function(e){var t="__connectUpdateStatus";function n(e,n){for(var i=0;i<e.length;i++){e[i][t]=n}}P(re,(function(i,r){e._messageCenter.on(r,(function(i){if(he[e.group]&&0!==e[t]){if(i&&i.escapeConnect)return;var r=e.makeActionFromEvent(i),a=[];P(de,(function(t){t!==e&&t.group===e.group&&a.push(t)})),n(a,0),P(a,(function(e){1!==e[t]&&e.dispatchAction(r)})),n(a,2)}}))}))}(r),r},t.connect=function(e){if(r.isArray(e)){var t=e;e=null,P(t,(function(t){null!=t.group&&(e=t.group)})),e=e||"g_"+pe++,P(t,(function(t){t.group=e}))}return he[e]=!0,e},t.disConnect=me,t.disconnect=ve,t.dispose=function(e){"string"===typeof e?e=de[e]:e instanceof F||(e=ye(e)),e instanceof F&&!e.isDisposed()&&e.dispose()},t.getInstanceByDom=ye,t.getInstanceById=function(e){return de[e]},t.registerTheme=xe,t.registerPreprocessor=be,t.registerProcessor=_e,t.registerPostUpdate=function(e){se.push(e)},t.registerAction=we,t.registerCoordinateSystem=function(e,t){d.register(e,t)},t.getCoordinateSystemDimensions=function(e){var t=d.get(e);if(t)return t.getDimensionsInfo?t.getDimensionsInfo():t.dimensions.slice()},t.registerLayout=function(e,t){Me(le,e,t,1e3,"layout")},t.registerVisual=Se,t.registerLoading=Ce,t.extendComponentModel=function(e){return g.extend(e)},t.extendComponentView=function(e){return v.extend(e)},t.extendSeriesModel=function(e){return m.extend(e)},t.extendChartView=function(e){return y.extend(e)},t.setCanvasCreator=function(e){r.$override("createCanvas",e)},t.registerMap=function(e,t,n){I.registerMap(e,t,n)},t.getMap=function(e){var t=I.retrieveMap(e);return t&&t[0]&&{geoJson:t[0].geoJSON,specialAreas:t[0].specialAreas}},t.dataTool={};var Te=n(151);!function(){for(var e in Te)Te.hasOwnProperty(e)&&(t[e]=Te[e])}()},function(e,t,n){var i=n(1),r=n(136),a=n(26),o=n(17),s=n(9),l=n(12),u=n(73),c=n(47);t.Image=c;var d=n(39);t.Group=d;var h=n(40);t.Text=h;var f=n(141);t.Circle=f;var p=n(241);t.Sector=p;var g=n(242);t.Ring=g;var m=n(143);t.Polygon=m;var v=n(145);t.Polyline=v;var y=n(93);t.Rect=y;var x=n(146);t.Line=x;var b=n(245);t.BezierCurve=b;var _=n(246);t.Arc=_;var w=n(247);t.CompoundPath=w;var S=n(95);t.LinearGradient=S;var M=n(248);t.RadialGradient=M;var C=n(10);t.BoundingRect=C;var T=n(96);t.IncrementalDisplayable=T;var k=n(94),I=Math.max,A=Math.min,P={},E=1,D={},L={};function O(e,t){L[e]=t}function N(e,t,n,i){var a=r.createFromString(e,t);return n&&("center"===i&&(n=R(n,a.getBoundingRect())),B(a,n)),a}function R(e,t){var n,i=t.width/t.height,r=e.height*i;return n=r<=e.width?e.height:(r=e.width)/i,{x:e.x+e.width/2-r/2,y:e.y+e.height/2-n/2,width:r,height:n}}var z=r.mergePath;function B(e,t){if(e.applyTransform){var n=e.getBoundingRect().calculateTransform(t);e.applyTransform(n)}}var F=k.subPixelOptimize;function V(e){return null!=e&&"none"!==e}var G=i.createHashMap(),j=0;function W(e){var t=e.__hoverStl;if(t&&!e.__highlighted){var n=e.__zr,i=e.useHoverLayer&&n&&"canvas"===n.painter.type;if(e.__highlighted=i?"layer":"plain",!(e.isGroup||!n&&e.useHoverLayer)){var r=e,a=e.style;i&&(a=(r=n.addHover(e)).style),ae(a),i||function(e){if(e.__hoverStlDirty){e.__hoverStlDirty=!1;var t=e.__hoverStl;if(t){var n=e.__cachedNormalStl={};e.__cachedNormalZ2=e.z2;var i=e.style;for(var r in t)null!=t[r]&&(n[r]=i[r]);n.fill=i.fill,n.stroke=i.stroke}else e.__cachedNormalStl=e.__cachedNormalZ2=null}}(r),a.extendFrom(t),H(a,t,"fill"),H(a,t,"stroke"),re(a),i||(e.dirty(!1),e.z2+=1)}}}function H(e,t,n){!V(t[n])&&V(e[n])&&(e[n]=function(e){if("string"!==typeof e)return e;var t=G.get(e);return t||(t=a.lift(e,-.1),j<1e4&&(G.set(e,t),j++)),t}(e[n]))}function U(e){var t=e.__highlighted;if(t&&(e.__highlighted=!1,!e.isGroup))if("layer"===t)e.__zr&&e.__zr.removeHover(e);else{var n=e.style,i=e.__cachedNormalStl;i&&(ae(n),e.setStyle(i),re(n));var r=e.__cachedNormalZ2;null!=r&&e.z2-r===1&&(e.z2=r)}}function Y(e,t,n){var i,r="normal",a="normal";e.__highlighted&&(r="emphasis",i=!0),t(e,n),e.__highlighted&&(a="emphasis",i=!0),e.isGroup&&e.traverse((function(e){!e.isGroup&&t(e,n)})),i&&e.__highDownOnUpdate&&e.__highDownOnUpdate(r,a)}function Z(e,t){t=e.__hoverStl=!1!==t&&(e.hoverStyle||t||{}),e.__hoverStlDirty=!0,e.__highlighted&&(e.__cachedNormalStl=null,U(e),W(e))}function q(e){!J(this,e)&&!this.__highByOuter&&Y(this,W)}function X(e){!J(this,e)&&!this.__highByOuter&&Y(this,U)}function Q(e){this.__highByOuter|=1<<(e||0),Y(this,W)}function K(e){!(this.__highByOuter&=~(1<<(e||0)))&&Y(this,U)}function J(e,t){return e.__highDownSilentOnTouch&&t.zrByTouch}function $(e,t){var n=!1===t;if(e.__highDownSilentOnTouch=e.highDownSilentOnTouch,e.__highDownOnUpdate=e.highDownOnUpdate,!n||e.__highDownDispatcher){var i=n?"off":"on";e[i]("mouseover",q)[i]("mouseout",X),e[i]("emphasis",Q)[i]("normal",K),e.__highByOuter=e.__highByOuter||0,e.__highDownDispatcher=!n}}function ee(e,t,n,r,a){return te(e,t,r,a),n&&i.extend(e,n),e}function te(e,t,n,r){if((n=n||P).isRectText){var a;n.getTextPosition?a=n.getTextPosition(t,r):"outside"===(a=t.getShallow("position")||(r?null:"inside"))&&(a="top"),e.textPosition=a,e.textOffset=t.getShallow("offset");var o=t.getShallow("rotate");null!=o&&(o*=Math.PI/180),e.textRotation=o,e.textDistance=i.retrieve2(t.getShallow("distance"),r?null:5)}var s,l=t.ecModel,u=l&&l.option.textStyle,c=function(e){var t;for(;e&&e!==e.ecModel;){var n=(e.option||P).rich;if(n)for(var i in t=t||{},n)n.hasOwnProperty(i)&&(t[i]=1);e=e.parentModel}return t}(t);if(c)for(var d in s={},c)if(c.hasOwnProperty(d)){var h=t.getModel(["rich",d]);ne(s[d]={},h,u,n,r)}return e.rich=s,ne(e,t,u,n,r,!0),n.forceRich&&!n.textStyle&&(n.textStyle={}),e}function ne(e,t,n,r,a,o){n=!a&&n||P,e.textFill=ie(t.getShallow("color"),r)||n.color,e.textStroke=ie(t.getShallow("textBorderColor"),r)||n.textBorderColor,e.textStrokeWidth=i.retrieve2(t.getShallow("textBorderWidth"),n.textBorderWidth),a||(o&&(e.insideRollbackOpt=r,re(e)),null==e.textFill&&(e.textFill=r.autoColor)),e.fontStyle=t.getShallow("fontStyle")||n.fontStyle,e.fontWeight=t.getShallow("fontWeight")||n.fontWeight,e.fontSize=t.getShallow("fontSize")||n.fontSize,e.fontFamily=t.getShallow("fontFamily")||n.fontFamily,e.textAlign=t.getShallow("align"),e.textVerticalAlign=t.getShallow("verticalAlign")||t.getShallow("baseline"),e.textLineHeight=t.getShallow("lineHeight"),e.textWidth=t.getShallow("width"),e.textHeight=t.getShallow("height"),e.textTag=t.getShallow("tag"),o&&r.disableBox||(e.textBackgroundColor=ie(t.getShallow("backgroundColor"),r),e.textPadding=t.getShallow("padding"),e.textBorderColor=ie(t.getShallow("borderColor"),r),e.textBorderWidth=t.getShallow("borderWidth"),e.textBorderRadius=t.getShallow("borderRadius"),e.textBoxShadowColor=t.getShallow("shadowColor"),e.textBoxShadowBlur=t.getShallow("shadowBlur"),e.textBoxShadowOffsetX=t.getShallow("shadowOffsetX"),e.textBoxShadowOffsetY=t.getShallow("shadowOffsetY")),e.textShadowColor=t.getShallow("textShadowColor")||n.textShadowColor,e.textShadowBlur=t.getShallow("textShadowBlur")||n.textShadowBlur,e.textShadowOffsetX=t.getShallow("textShadowOffsetX")||n.textShadowOffsetX,e.textShadowOffsetY=t.getShallow("textShadowOffsetY")||n.textShadowOffsetY}function ie(e,t){return"auto"!==e?e:t&&t.autoColor?t.autoColor:null}function re(e){var t,n=e.textPosition,i=e.insideRollbackOpt;if(i&&null==e.textFill){var r=i.autoColor,a=i.isRectText,o=i.useInsideStyle,s=!1!==o&&(!0===o||a&&n&&"string"===typeof n&&n.indexOf("inside")>=0),l=!s&&null!=r;(s||l)&&(t={textFill:e.textFill,textStroke:e.textStroke,textStrokeWidth:e.textStrokeWidth}),s&&(e.textFill="#fff",null==e.textStroke&&(e.textStroke=r,null==e.textStrokeWidth&&(e.textStrokeWidth=2))),l&&(e.textFill=r)}e.insideRollback=t}function ae(e){var t=e.insideRollback;t&&(e.textFill=t.textFill,e.textStroke=t.textStroke,e.textStrokeWidth=t.textStrokeWidth,e.insideRollback=null)}function oe(e,t,n,i,r,a){if("function"===typeof r&&(a=r,r=null),i&&i.isAnimationEnabled()){var o=e?"Update":"",s=i.getShallow("animationDuration"+o),l=i.getShallow("animationEasing"+o),u=i.getShallow("animationDelay"+o);"function"===typeof u&&(u=u(r,i.getAnimationDelayParams?i.getAnimationDelayParams(t,r):null)),"function"===typeof s&&(s=s(r)),s>0?t.animateTo(n,s,u||0,l,a,!!a):(t.stopAnimation(),t.attr(n),a&&a())}else t.stopAnimation(),t.attr(n),a&&a()}function se(e,t,n,i,r){oe(!0,e,t,n,i,r)}function le(e,t,n){return t&&!i.isArrayLike(t)&&(t=u.getLocalTransform(t)),n&&(t=o.invert([],t)),s.applyTransform([],e,t)}function ue(e,t,n,i,r,a,o,s){var l,u=n-e,c=i-t,d=o-r,h=s-a,f=ce(d,h,u,c);if((l=f)<=1e-6&&l>=-1e-6)return!1;var p=e-r,g=t-a,m=ce(p,g,u,c)/f;if(m<0||m>1)return!1;var v=ce(p,g,d,h)/f;return!(v<0||v>1)}function ce(e,t,n,i){return e*i-n*t}O("circle",f),O("sector",p),O("ring",g),O("polygon",m),O("polyline",v),O("rect",y),O("line",x),O("bezierCurve",b),O("arc",_),t.Z2_EMPHASIS_LIFT=1,t.CACHED_LABEL_STYLE_PROPERTIES={color:"textFill",textBorderColor:"textStroke",textBorderWidth:"textStrokeWidth"},t.extendShape=function(e){return l.extend(e)},t.extendPath=function(e,t){return r.extendFromString(e,t)},t.registerShape=O,t.getShapeClass=function(e){if(L.hasOwnProperty(e))return L[e]},t.makePath=N,t.makeImage=function(e,t,n){var i=new c({style:{image:e,x:t.x,y:t.y,width:t.width,height:t.height},onload:function(e){if("center"===n){var r={width:e.width,height:e.height};i.setStyle(R(t,r))}}});return i},t.mergePath=z,t.resizePath=B,t.subPixelOptimizeLine=function(e){return k.subPixelOptimizeLine(e.shape,e.shape,e.style),e},t.subPixelOptimizeRect=function(e){return k.subPixelOptimizeRect(e.shape,e.shape,e.style),e},t.subPixelOptimize=F,t.setElementHoverStyle=Z,t.setHoverStyle=function(e,t){$(e,!0),Y(e,Z,t)},t.setAsHighDownDispatcher=$,t.isHighDownDispatcher=function(e){return!(!e||!e.__highDownDispatcher)},t.getHighlightDigit=function(e){var t=D[e];return null==t&&E<=32&&(t=D[e]=E++),t},t.setLabelStyle=function(e,t,n,r,a,o,s){var l,u=(a=a||P).labelFetcher,c=a.labelDataIndex,d=a.labelDimIndex,h=a.labelProp,f=n.getShallow("show"),p=r.getShallow("show");(f||p)&&(u&&(l=u.getFormattedLabel(c,"normal",null,d,h)),null==l&&(l=i.isFunction(a.defaultText)?a.defaultText(c,a):a.defaultText));var g=f?l:null,m=p?i.retrieve2(u?u.getFormattedLabel(c,"emphasis",null,d,h):null,l):null;null==g&&null==m||(ee(e,n,o,a),ee(t,r,s,a,!0)),e.text=g,t.text=m},t.modifyLabelStyle=function(e,t,n){var r=e.style;t&&(ae(r),e.setStyle(t),re(r)),r=e.__hoverStl,n&&r&&(ae(r),i.extend(r,n),re(r))},t.setTextStyle=ee,t.setText=function(e,t,n){var i,r={isRectText:!0};!1===n?i=!0:r.autoColor=n,te(e,t,r,i)},t.getFont=function(e,t){var n=t&&t.getModel("textStyle");return i.trim([e.fontStyle||n&&n.getShallow("fontStyle")||"",e.fontWeight||n&&n.getShallow("fontWeight")||"",(e.fontSize||n&&n.getShallow("fontSize")||12)+"px",e.fontFamily||n&&n.getShallow("fontFamily")||"sans-serif"].join(" "))},t.updateProps=se,t.initProps=function(e,t,n,i,r){oe(!1,e,t,n,i,r)},t.getTransform=function(e,t){for(var n=o.identity([]);e&&e!==t;)o.mul(n,e.getLocalTransform(),n),e=e.parent;return n},t.applyTransform=le,t.transformDirection=function(e,t,n){var i=0===t[4]||0===t[5]||0===t[0]?1:Math.abs(2*t[4]/t[0]),r=0===t[4]||0===t[5]||0===t[2]?1:Math.abs(2*t[4]/t[2]),a=["left"===e?-i:"right"===e?i:0,"top"===e?-r:"bottom"===e?r:0];return a=le(a,t,n),Math.abs(a[0])>Math.abs(a[1])?a[0]>0?"right":"left":a[1]>0?"bottom":"top"},t.groupTransition=function(e,t,n,r){if(e&&t){var a=function(e){var t={};return e.traverse((function(e){!e.isGroup&&e.anid&&(t[e.anid]=e)})),t}(e);t.traverse((function(e){if(!e.isGroup&&e.anid){var t=a[e.anid];if(t){var i=o(e);e.attr(o(t)),se(e,i,n,e.dataIndex)}}}))}function o(e){var t={position:s.clone(e.position),rotation:e.rotation};return e.shape&&(t.shape=i.extend({},e.shape)),t}},t.clipPointsByRect=function(e,t){return i.map(e,(function(e){var n=e[0];n=I(n,t.x),n=A(n,t.x+t.width);var i=e[1];return i=I(i,t.y),[n,i=A(i,t.y+t.height)]}))},t.clipRectByRect=function(e,t){var n=I(e.x,t.x),i=A(e.x+e.width,t.x+t.width),r=I(e.y,t.y),a=A(e.y+e.height,t.y+t.height);if(i>=n&&a>=r)return{x:n,y:r,width:i-n,height:a-r}},t.createIcon=function(e,t,n){var r=(t=i.extend({rectHover:!0},t)).style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},e)return 0===e.indexOf("image://")?(r.image=e.slice(8),i.defaults(r,n),new c(t)):N(e.replace("path://",""),t,n,"center")},t.linePolygonIntersect=function(e,t,n,i,r){for(var a=0,o=r[r.length-1];a<r.length;a++){var s=r[a];if(ue(e,t,n,i,s[0],s[1],o[0],o[1]))return!0;o=s}},t.lineLineIntersect=ue},function(e,t,n){var i=n(1);var r=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d\d)(?::(\d\d)(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;function a(e){if(0===e)return 0;var t=Math.floor(Math.log(e)/Math.LN10);return e/Math.pow(10,t)>=10&&t++,t}t.linearMap=function(e,t,n,i){var r=t[1]-t[0],a=n[1]-n[0];if(0===r)return 0===a?n[0]:(n[0]+n[1])/2;if(i)if(r>0){if(e<=t[0])return n[0];if(e>=t[1])return n[1]}else{if(e>=t[0])return n[0];if(e<=t[1])return n[1]}else{if(e===t[0])return n[0];if(e===t[1])return n[1]}return(e-t[0])/r*a+n[0]},t.parsePercent=function(e,t){switch(e){case"center":case"middle":e="50%";break;case"left":case"top":e="0%";break;case"right":case"bottom":e="100%"}return"string"===typeof e?(n=e,n.replace(/^\s+|\s+$/g,"")).match(/%$/)?parseFloat(e)/100*t:parseFloat(e):null==e?NaN:+e;var n},t.round=function(e,t,n){return null==t&&(t=10),t=Math.min(Math.max(0,t),20),e=(+e).toFixed(t),n?e:+e},t.asc=function(e){return e.sort((function(e,t){return e-t})),e},t.getPrecision=function(e){if(e=+e,isNaN(e))return 0;for(var t=1,n=0;Math.round(e*t)/t!==e;)t*=10,n++;return n},t.getPrecisionSafe=function(e){var t=e.toString(),n=t.indexOf("e");if(n>0){var i=+t.slice(n+1);return i<0?-i:0}var r=t.indexOf(".");return r<0?0:t.length-1-r},t.getPixelPrecision=function(e,t){var n=Math.log,i=Math.LN10,r=Math.floor(n(e[1]-e[0])/i),a=Math.round(n(Math.abs(t[1]-t[0]))/i),o=Math.min(Math.max(-r+a,0),20);return isFinite(o)?o:20},t.getPercentWithPrecision=function(e,t,n){if(!e[t])return 0;var r=i.reduce(e,(function(e,t){return e+(isNaN(t)?0:t)}),0);if(0===r)return 0;for(var a=Math.pow(10,n),o=i.map(e,(function(e){return(isNaN(e)?0:e)/r*a*100})),s=100*a,l=i.map(o,(function(e){return Math.floor(e)})),u=i.reduce(l,(function(e,t){return e+t}),0),c=i.map(o,(function(e,t){return e-l[t]}));u<s;){for(var d=Number.NEGATIVE_INFINITY,h=null,f=0,p=c.length;f<p;++f)c[f]>d&&(d=c[f],h=f);++l[h],c[h]=0,++u}return l[t]/a},t.MAX_SAFE_INTEGER=9007199254740991,t.remRadian=function(e){var t=2*Math.PI;return(e%t+t)%t},t.isRadianAroundZero=function(e){return e>-1e-4&&e<1e-4},t.parseDate=function(e){if(e instanceof Date)return e;if("string"===typeof e){var t=r.exec(e);if(!t)return new Date(NaN);if(t[8]){var n=+t[4]||0;return"Z"!==t[8].toUpperCase()&&(n-=t[8].slice(0,3)),new Date(Date.UTC(+t[1],+(t[2]||1)-1,+t[3]||1,n,+(t[5]||0),+t[6]||0,+t[7]||0))}return new Date(+t[1],+(t[2]||1)-1,+t[3]||1,+t[4]||0,+(t[5]||0),+t[6]||0,+t[7]||0)}return null==e?new Date(NaN):new Date(Math.round(e))},t.quantity=function(e){return Math.pow(10,a(e))},t.quantityExponent=a,t.nice=function(e,t){var n=a(e),i=Math.pow(10,n),r=e/i;return e=(t?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?+e.toFixed(n<0?-n:0):e},t.quantile=function(e,t){var n=(e.length-1)*t+1,i=Math.floor(n),r=+e[i-1],a=n-i;return a?r+a*(e[i]-r):r},t.reformIntervals=function(e){e.sort((function(e,t){return function e(t,n,i){return t.interval[i]<n.interval[i]||t.interval[i]===n.interval[i]&&(t.close[i]-n.close[i]===(i?-1:1)||!i&&e(t,n,1))}(e,t,0)?-1:1}));for(var t=-1/0,n=1,i=0;i<e.length;){for(var r=e[i].interval,a=e[i].close,o=0;o<2;o++)r[o]<=t&&(r[o]=t,a[o]=o?1:1-n),t=r[o],n=a[o];r[0]===r[1]&&a[0]*a[1]!==1?e.splice(i,1):i++}return e},t.isNumeric=function(e){return e-parseFloat(e)>=0}},function(e,t,n){var i=n(1),r=n(13),a=i.each,o=i.isObject,s=i.isArray;function l(e){return e instanceof Array?e:null==e?[]:[e]}function u(e){return o(e)&&e.id&&0===(e.id+"").indexOf("\0_ec_\0")}var c=0;function d(e,t){return e&&e.hasOwnProperty(t)}t.normalizeToArray=l,t.defaultEmphasis=function(e,t,n){if(e){e[t]=e[t]||{},e.emphasis=e.emphasis||{},e.emphasis[t]=e.emphasis[t]||{};for(var i=0,r=n.length;i<r;i++){var a=n[i];!e.emphasis[t].hasOwnProperty(a)&&e[t].hasOwnProperty(a)&&(e.emphasis[t][a]=e[t][a])}}},t.TEXT_STYLE_OPTIONS=["fontStyle","fontWeight","fontSize","fontFamily","rich","tag","color","textBorderColor","textBorderWidth","width","height","lineHeight","align","verticalAlign","baseline","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY","backgroundColor","borderColor","borderWidth","borderRadius","padding"],t.getDataItemValue=function(e){return!o(e)||s(e)||e instanceof Date?e:e.value},t.isDataItemOption=function(e){return o(e)&&!(e instanceof Array)},t.mappingToExists=function(e,t){t=(t||[]).slice();var n=i.map(e||[],(function(e,t){return{exist:e}}));return a(t,(function(e,i){if(o(e)){for(var r=0;r<n.length;r++)if(!n[r].option&&null!=e.id&&n[r].exist.id===e.id+"")return n[r].option=e,void(t[i]=null);for(r=0;r<n.length;r++){var a=n[r].exist;if(!n[r].option&&(null==a.id||null==e.id)&&null!=e.name&&!u(e)&&!u(a)&&a.name===e.name+"")return n[r].option=e,void(t[i]=null)}}})),a(t,(function(e,t){if(o(e)){for(var i=0;i<n.length;i++){var r=n[i].exist;if(!n[i].option&&!u(r)&&null==e.id){n[i].option=e;break}}i>=n.length&&n.push({option:e})}})),n},t.makeIdAndName=function(e){var t=i.createHashMap();a(e,(function(e,n){var i=e.exist;i&&t.set(i.id,e)})),a(e,(function(e,n){var r=e.option;i.assert(!r||null==r.id||!t.get(r.id)||t.get(r.id)===e,"id duplicates: "+(r&&r.id)),r&&null!=r.id&&t.set(r.id,e),!e.keyInfo&&(e.keyInfo={})})),a(e,(function(e,n){var i=e.exist,r=e.option,a=e.keyInfo;if(o(r)){if(a.name=null!=r.name?r.name+"":i?i.name:"series\0"+n,i)a.id=i.id;else if(null!=r.id)a.id=r.id+"";else{var s=0;do{a.id="\0"+a.name+"\0"+s++}while(t.get(a.id))}t.set(a.id,e)}}))},t.isNameSpecified=function(e){var t=e.name;return!(!t||!t.indexOf("series\0"))},t.isIdInner=u,t.compressBatches=function(e,t){var n={},i={};return r(e||[],n),r(t||[],i,n),[a(n),a(i)];function r(e,t,n){for(var i=0,r=e.length;i<r;i++)for(var a=e[i].seriesId,o=l(e[i].dataIndex),s=n&&n[a],u=0,c=o.length;u<c;u++){var d=o[u];s&&s[d]?s[d]=null:(t[a]||(t[a]={}))[d]=1}}function a(e,t){var n=[];for(var i in e)if(e.hasOwnProperty(i)&&null!=e[i])if(t)n.push(+i);else{var r=a(e[i],!0);r.length&&n.push({seriesId:i,dataIndex:r})}return n}},t.queryDataIndex=function(e,t){return null!=t.dataIndexInside?t.dataIndexInside:null!=t.dataIndex?i.isArray(t.dataIndex)?i.map(t.dataIndex,(function(t){return e.indexOfRawIndex(t)})):e.indexOfRawIndex(t.dataIndex):null!=t.name?i.isArray(t.name)?i.map(t.name,(function(t){return e.indexOfName(t)})):e.indexOfName(t.name):void 0},t.makeInner=function(){var e="__\0ec_inner_"+c+++"_"+Math.random().toFixed(5);return function(t){return t[e]||(t[e]={})}},t.parseFinder=function(e,t,n){if(i.isString(t)){var r={};r[t+"Index"]=0,t=r}var o=n&&n.defaultMainType;!o||d(t,o+"Index")||d(t,o+"Id")||d(t,o+"Name")||(t[o+"Index"]=0);var s={};return a(t,(function(r,a){r=t[a];if("dataIndex"!==a&&"dataIndexInside"!==a){var o=a.match(/^(\w+)(Index|Id|Name)$/)||[],l=o[1],u=(o[2]||"").toLowerCase();if(!(!l||!u||null==r||"index"===u&&"none"===r||n&&n.includeMainTypes&&i.indexOf(n.includeMainTypes,l)<0)){var c={mainType:l};"index"===u&&"all"===r||(c[u]=r);var d=e.queryComponents(c);s[l+"Models"]=d,s[l+"Model"]=d[0]}}else s[a]=r})),s},t.setAttribute=function(e,t,n){e.setAttribute?e.setAttribute(t,n):e[t]=n},t.getAttribute=function(e,t){return e.getAttribute?e.getAttribute(t):e[t]},t.getTooltipRenderMode=function(e){return"auto"===e?r.domSupported?"html":"richText":e||"html"},t.groupData=function(e,t){var n=i.createHashMap(),r=[];return i.each(e,(function(e){var i=t(e);(n.get(i)||(r.push(i),n.set(i,[]))).push(e)})),{keys:r,buckets:n}}},function(e,t,n){(function(e){var n;"undefined"!==typeof window?n=window.__DEV__:"undefined"!==typeof e&&(n=e.__DEV__),"undefined"===typeof n&&(n=!0);var i=n;t.__DEV__=i}).call(this,n(221))},function(e,t,n){var i=n(1),r=n(10),a=n(4).parsePercent,o=n(8),s=i.each,l=["left","right","top","bottom","width","height"],u=[["width","left","right"],["height","top","bottom"]];function c(e,t,n,i,r){var a=0,o=0;null==i&&(i=1/0),null==r&&(r=1/0);var s=0;t.eachChild((function(l,u){var c,d,h=l.position,f=l.getBoundingRect(),p=t.childAt(u+1),g=p&&p.getBoundingRect();if("horizontal"===e){var m=f.width+(g?-g.x+f.x:0);(c=a+m)>i||l.newline?(a=0,c=m,o+=s+n,s=f.height):s=Math.max(s,f.height)}else{var v=f.height+(g?-g.y+f.y:0);(d=o+v)>r||l.newline?(a+=s+n,o=0,d=v,s=f.width):s=Math.max(s,f.width)}l.newline||(h[0]=a,h[1]=o,"horizontal"===e?a=c+n:o=d+n)}))}var d=c,h=i.curry(c,"vertical"),f=i.curry(c,"horizontal");function p(e,t,n){n=o.normalizeCssArray(n||0);var i=t.width,s=t.height,l=a(e.left,i),u=a(e.top,s),c=a(e.right,i),d=a(e.bottom,s),h=a(e.width,i),f=a(e.height,s),p=n[2]+n[0],g=n[1]+n[3],m=e.aspect;switch(isNaN(h)&&(h=i-c-g-l),isNaN(f)&&(f=s-d-p-u),null!=m&&(isNaN(h)&&isNaN(f)&&(m>i/s?h=.8*i:f=.8*s),isNaN(h)&&(h=m*f),isNaN(f)&&(f=h/m)),isNaN(l)&&(l=i-c-h-g),isNaN(u)&&(u=s-d-f-p),e.left||e.right){case"center":l=i/2-h/2-n[3];break;case"right":l=i-h-g}switch(e.top||e.bottom){case"middle":case"center":u=s/2-f/2-n[0];break;case"bottom":u=s-f-p}l=l||0,u=u||0,isNaN(h)&&(h=i-g-l-(c||0)),isNaN(f)&&(f=s-p-u-(d||0));var v=new r(l+n[3],u+n[0],h,f);return v.margin=n,v}function g(e,t){return t&&e&&s(l,(function(n){t.hasOwnProperty(n)&&(e[n]=t[n])})),e}t.LOCATION_PARAMS=l,t.HV_NAMES=u,t.box=d,t.vbox=h,t.hbox=f,t.getAvailableSize=function(e,t,n){var i=t.width,r=t.height,s=a(e.x,i),l=a(e.y,r),u=a(e.x2,i),c=a(e.y2,r);return(isNaN(s)||isNaN(parseFloat(e.x)))&&(s=0),(isNaN(u)||isNaN(parseFloat(e.x2)))&&(u=i),(isNaN(l)||isNaN(parseFloat(e.y)))&&(l=0),(isNaN(c)||isNaN(parseFloat(e.y2)))&&(c=r),n=o.normalizeCssArray(n||0),{width:Math.max(u-s-n[1]-n[3],0),height:Math.max(c-l-n[0]-n[2],0)}},t.getLayoutRect=p,t.positionElement=function(e,t,n,a,o){var s=!o||!o.hv||o.hv[0],l=!o||!o.hv||o.hv[1],u=o&&o.boundingMode||"all";if(s||l){var c;if("raw"===u)c="group"===e.type?new r(0,0,+t.width||0,+t.height||0):e.getBoundingRect();else if(c=e.getBoundingRect(),e.needLocalTransform()){var d=e.getLocalTransform();(c=c.clone()).applyTransform(d)}t=p(i.defaults({width:c.width,height:c.height},t),n,a);var h=e.position,f=s?t.x-c.x:0,g=l?t.y-c.y:0;e.attr("position","raw"===u?[f,g]:[h[0]+f,h[1]+g])}},t.sizeCalculable=function(e,t){return null!=e[u[t][0]]||null!=e[u[t][1]]&&null!=e[u[t][2]]},t.mergeLayoutParam=function(e,t,n){!i.isObject(n)&&(n={});var r=n.ignoreSize;!i.isArray(r)&&(r=[r,r]);var a=l(u[0],0),o=l(u[1],1);function l(n,i){var a={},o=0,l={},u=0;if(s(n,(function(t){l[t]=e[t]})),s(n,(function(e){c(t,e)&&(a[e]=l[e]=t[e]),d(a,e)&&o++,d(l,e)&&u++})),r[i])return d(t,n[1])?l[n[2]]=null:d(t,n[2])&&(l[n[1]]=null),l;if(2!==u&&o){if(o>=2)return a;for(var h=0;h<n.length;h++){var f=n[h];if(!c(a,f)&&c(e,f)){a[f]=e[f];break}}return a}return l}function c(e,t){return e.hasOwnProperty(t)}function d(e,t){return null!=e[t]&&"auto"!==e[t]}function h(e,t,n){s(e,(function(e){t[e]=n[e]}))}h(u[0],e,a),h(u[1],e,o)},t.getLayoutParams=function(e){return g({},e)},t.copyLayoutParams=g},function(e,t,n){var i=n(1),r=n(18),a=n(4);var o=i.normalizeCssArray,s=/([&<>"'])/g,l={"&":"&","<":"<",">":">",'"':""","'":"'"};function u(e){return null==e?"":(e+"").replace(s,(function(e,t){return l[t]}))}var c=["a","b","c","d","e","f","g"],d=function(e,t){return"{"+e+(null==t?"":t)+"}"};function h(e,t){return"0000".substr(0,t-(e+="").length)+e}var f=r.truncateText;t.addCommas=function(e){return isNaN(e)?"-":(e=(e+"").split("."))[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")},t.toCamelCase=function(e,t){return e=(e||"").toLowerCase().replace(/-(.)/g,(function(e,t){return t.toUpperCase()})),t&&e&&(e=e.charAt(0).toUpperCase()+e.slice(1)),e},t.normalizeCssArray=o,t.encodeHTML=u,t.formatTpl=function(e,t,n){i.isArray(t)||(t=[t]);var r=t.length;if(!r)return"";for(var a=t[0].$vars||[],o=0;o<a.length;o++){var s=c[o];e=e.replace(d(s),d(s,0))}for(var l=0;l<r;l++)for(var h=0;h<a.length;h++){var f=t[l][a[h]];e=e.replace(d(c[h],l),n?u(f):f)}return e},t.formatTplSimple=function(e,t,n){return i.each(t,(function(t,i){e=e.replace("{"+i+"}",n?u(t):t)})),e},t.getTooltipMarker=function(e,t){var n=(e=i.isString(e)?{color:e,extraCssText:t}:e||{}).color,r=e.type,a=(t=e.extraCssText,e.renderMode||"html"),o=e.markerId||"X";return n?"html"===a?"subItem"===r?'<span style="display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+u(n)+";"+(t||"")+'"></span>':'<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:'+u(n)+";"+(t||"")+'"></span>':{renderMode:a,content:"{marker"+o+"|} ",style:{color:n}}:""},t.formatTime=function(e,t,n){"week"!==e&&"month"!==e&&"quarter"!==e&&"half-year"!==e&&"year"!==e||(e="MM-dd\nyyyy");var i=a.parseDate(t),r=n?"UTC":"",o=i["get"+r+"FullYear"](),s=i["get"+r+"Month"]()+1,l=i["get"+r+"Date"](),u=i["get"+r+"Hours"](),c=i["get"+r+"Minutes"](),d=i["get"+r+"Seconds"](),f=i["get"+r+"Milliseconds"]();return e=e.replace("MM",h(s,2)).replace("M",s).replace("yyyy",o).replace("yy",o%100).replace("dd",h(l,2)).replace("d",l).replace("hh",h(u,2)).replace("h",u).replace("mm",h(c,2)).replace("m",c).replace("ss",h(d,2)).replace("s",d).replace("SSS",h(f,3))},t.capitalFirst=function(e){return e?e.charAt(0).toUpperCase()+e.substr(1):e},t.truncateText=f,t.getTextBoundingRect=function(e){return r.getBoundingRect(e.text,e.font,e.textAlign,e.textVerticalAlign,e.textPadding,e.textLineHeight,e.rich,e.truncate)},t.getTextRect=function(e,t,n,i,a,o,s,l){return r.getBoundingRect(e,t,n,i,a,l,o,s)},t.windowOpen=function(e,t){if("_blank"===t||"blank"===t){var n=window.open();n.opener=null,n.location=e}else window.open(e,t)}},function(e,t){var n="undefined"===typeof Float32Array?Array:Float32Array;function i(e){return Math.sqrt(a(e))}var r=i;function a(e){return e[0]*e[0]+e[1]*e[1]}var o=a;function s(e,t){return Math.sqrt((e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1]))}var l=s;function u(e,t){return(e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1])}var c=u;t.create=function(e,t){var i=new n(2);return null==e&&(e=0),null==t&&(t=0),i[0]=e,i[1]=t,i},t.copy=function(e,t){return e[0]=t[0],e[1]=t[1],e},t.clone=function(e){var t=new n(2);return t[0]=e[0],t[1]=e[1],t},t.set=function(e,t,n){return e[0]=t,e[1]=n,e},t.add=function(e,t,n){return e[0]=t[0]+n[0],e[1]=t[1]+n[1],e},t.scaleAndAdd=function(e,t,n,i){return e[0]=t[0]+n[0]*i,e[1]=t[1]+n[1]*i,e},t.sub=function(e,t,n){return e[0]=t[0]-n[0],e[1]=t[1]-n[1],e},t.len=i,t.length=r,t.lenSquare=a,t.lengthSquare=o,t.mul=function(e,t,n){return e[0]=t[0]*n[0],e[1]=t[1]*n[1],e},t.div=function(e,t,n){return e[0]=t[0]/n[0],e[1]=t[1]/n[1],e},t.dot=function(e,t){return e[0]*t[0]+e[1]*t[1]},t.scale=function(e,t,n){return e[0]=t[0]*n,e[1]=t[1]*n,e},t.normalize=function(e,t){var n=i(t);return 0===n?(e[0]=0,e[1]=0):(e[0]=t[0]/n,e[1]=t[1]/n),e},t.distance=s,t.dist=l,t.distanceSquare=u,t.distSquare=c,t.negate=function(e,t){return e[0]=-t[0],e[1]=-t[1],e},t.lerp=function(e,t,n,i){return e[0]=t[0]+i*(n[0]-t[0]),e[1]=t[1]+i*(n[1]-t[1]),e},t.applyTransform=function(e,t,n){var i=t[0],r=t[1];return e[0]=n[0]*i+n[2]*r+n[4],e[1]=n[1]*i+n[3]*r+n[5],e},t.min=function(e,t,n){return e[0]=Math.min(t[0],n[0]),e[1]=Math.min(t[1],n[1]),e},t.max=function(e,t,n){return e[0]=Math.max(t[0],n[0]),e[1]=Math.max(t[1],n[1]),e}},function(e,t,n){var i=n(9),r=n(17),a=i.applyTransform,o=Math.min,s=Math.max;function l(e,t,n,i){n<0&&(e+=n,n=-n),i<0&&(t+=i,i=-i),this.x=e,this.y=t,this.width=n,this.height=i}l.prototype={constructor:l,union:function(e){var t=o(e.x,this.x),n=o(e.y,this.y);this.width=s(e.x+e.width,this.x+this.width)-t,this.height=s(e.y+e.height,this.y+this.height)-n,this.x=t,this.y=n},applyTransform:function(){var e=[],t=[],n=[],i=[];return function(r){if(r){e[0]=n[0]=this.x,e[1]=i[1]=this.y,t[0]=i[0]=this.x+this.width,t[1]=n[1]=this.y+this.height,a(e,e,r),a(t,t,r),a(n,n,r),a(i,i,r),this.x=o(e[0],t[0],n[0],i[0]),this.y=o(e[1],t[1],n[1],i[1]);var l=s(e[0],t[0],n[0],i[0]),u=s(e[1],t[1],n[1],i[1]);this.width=l-this.x,this.height=u-this.y}}}(),calculateTransform:function(e){var t=this,n=e.width/t.width,i=e.height/t.height,a=r.create();return r.translate(a,a,[-t.x,-t.y]),r.scale(a,a,[n,i]),r.translate(a,a,[e.x,e.y]),a},intersect:function(e){if(!e)return!1;e instanceof l||(e=l.create(e));var t=this,n=t.x,i=t.x+t.width,r=t.y,a=t.y+t.height,o=e.x,s=e.x+e.width,u=e.y,c=e.y+e.height;return!(i<o||s<n||a<u||c<r)},contain:function(e,t){return e>=this.x&&e<=this.x+this.width&&t>=this.y&&t<=this.y+this.height},clone:function(){return new l(this.x,this.y,this.width,this.height)},copy:function(e){this.x=e.x,this.y=e.y,this.width=e.width,this.height=e.height},plain:function(){return{x:this.x,y:this.y,width:this.width,height:this.height}}},l.create=function(e){return new l(e.x,e.y,e.width,e.height)};var u=l;e.exports=u},function(e,t,n){e.exports=n(517)},function(e,t,n){var i=n(58),r=n(1),a=n(49),o=n(237),s=n(131).prototype.getCanvasPattern,l=Math.abs,u=new a(!0);function c(e){i.call(this,e),this.path=null}c.prototype={constructor:c,type:"path",__dirtyPath:!0,strokeContainThreshold:5,segmentIgnoreThreshold:0,subPixelOptimize:!1,brush:function(e,t){var n,i=this.style,r=this.path||u,a=i.hasStroke(),o=i.hasFill(),l=i.fill,c=i.stroke,d=o&&!!l.colorStops,h=a&&!!c.colorStops,f=o&&!!l.image,p=a&&!!c.image;(i.bind(e,this,t),this.setTransform(e),this.__dirty)&&(d&&(n=n||this.getBoundingRect(),this._fillGradient=i.getGradient(e,l,n)),h&&(n=n||this.getBoundingRect(),this._strokeGradient=i.getGradient(e,c,n)));d?e.fillStyle=this._fillGradient:f&&(e.fillStyle=s.call(l,e)),h?e.strokeStyle=this._strokeGradient:p&&(e.strokeStyle=s.call(c,e));var g=i.lineDash,m=i.lineDashOffset,v=!!e.setLineDash,y=this.getGlobalScale();if(r.setScale(y[0],y[1],this.segmentIgnoreThreshold),this.__dirtyPath||g&&!v&&a?(r.beginPath(e),g&&!v&&(r.setLineDash(g),r.setLineDashOffset(m)),this.buildPath(r,this.shape,!1),this.path&&(this.__dirtyPath=!1)):(e.beginPath(),this.path.rebuildPath(e)),o)if(null!=i.fillOpacity){var x=e.globalAlpha;e.globalAlpha=i.fillOpacity*i.opacity,r.fill(e),e.globalAlpha=x}else r.fill(e);if(g&&v&&(e.setLineDash(g),e.lineDashOffset=m),a)if(null!=i.strokeOpacity){x=e.globalAlpha;e.globalAlpha=i.strokeOpacity*i.opacity,r.stroke(e),e.globalAlpha=x}else r.stroke(e);g&&v&&e.setLineDash([]),null!=i.text&&(this.restoreTransform(e),this.drawRectText(e,this.getBoundingRect()))},buildPath:function(e,t,n){},createPathProxy:function(){this.path=new a},getBoundingRect:function(){var e=this._rect,t=this.style,n=!e;if(n){var i=this.path;i||(i=this.path=new a),this.__dirtyPath&&(i.beginPath(),this.buildPath(i,this.shape,!1)),e=i.getBoundingRect()}if(this._rect=e,t.hasStroke()){var r=this._rectWithStroke||(this._rectWithStroke=e.clone());if(this.__dirty||n){r.copy(e);var o=t.lineWidth,s=t.strokeNoScale?this.getLineScale():1;t.hasFill()||(o=Math.max(o,this.strokeContainThreshold||4)),s>1e-10&&(r.width+=o/s,r.height+=o/s,r.x-=o/s/2,r.y-=o/s/2)}return r}return e},contain:function(e,t){var n=this.transformCoordToLocal(e,t),i=this.getBoundingRect(),r=this.style;if(e=n[0],t=n[1],i.contain(e,t)){var a=this.path.data;if(r.hasStroke()){var s=r.lineWidth,l=r.strokeNoScale?this.getLineScale():1;if(l>1e-10&&(r.hasFill()||(s=Math.max(s,this.strokeContainThreshold)),o.containStroke(a,s/l,e,t)))return!0}if(r.hasFill())return o.contain(a,e,t)}return!1},dirty:function(e){null==e&&(e=!0),e&&(this.__dirtyPath=e,this._rect=null),this.__dirty=this.__dirtyText=!0,this.__zr&&this.__zr.refresh(),this.__clipTarget&&this.__clipTarget.dirty()},animateShape:function(e){return this.animate("shape",e)},attrKV:function(e,t){"shape"===e?(this.setShape(t),this.__dirtyPath=!0,this._rect=null):i.prototype.attrKV.call(this,e,t)},setShape:function(e,t){var n=this.shape;if(n){if(r.isObject(e))for(var i in e)e.hasOwnProperty(i)&&(n[i]=e[i]);else n[e]=t;this.dirty(!0)}return this},getLineScale:function(){var e=this.transform;return e&&l(e[0]-1)>1e-10&&l(e[3]-1)>1e-10?Math.sqrt(l(e[0]*e[3]-e[2]*e[1])):1}},c.extend=function(e){var t=function(t){c.call(this,t),e.style&&this.style.extendFrom(e.style,!1);var n=e.shape;if(n){this.shape=this.shape||{};var i=this.shape;for(var r in n)!i.hasOwnProperty(r)&&n.hasOwnProperty(r)&&(i[r]=n[r])}e.init&&e.init.call(this,t)};for(var n in r.inherits(t,c),e)"style"!==n&&"shape"!==n&&(t.prototype[n]=e[n]);return t},r.inherits(c,i);var d=c;e.exports=d},function(e,t){var n="object"===typeof wx&&"function"===typeof wx.getSystemInfoSync?{browser:{},os:{},node:!1,wxa:!0,canvasSupported:!0,svgSupported:!1,touchEventsSupported:!0,domSupported:!1}:"undefined"===typeof document&&"undefined"!==typeof self?{browser:{},os:{},node:!1,worker:!0,canvasSupported:!0,domSupported:!1}:"undefined"===typeof navigator?{browser:{},os:{},node:!0,worker:!1,canvasSupported:!0,svgSupported:!0,domSupported:!1}:function(e){var t={},n=e.match(/Firefox\/([\d.]+)/),i=e.match(/MSIE\s([\d.]+)/)||e.match(/Trident\/.+?rv:(([\d.]+))/),r=e.match(/Edge\/([\d.]+)/),a=/micromessenger/i.test(e);n&&(t.firefox=!0,t.version=n[1]);i&&(t.ie=!0,t.version=i[1]);r&&(t.edge=!0,t.version=r[1]);a&&(t.weChat=!0);return{browser:t,os:{},node:!1,canvasSupported:!!document.createElement("canvas").getContext,svgSupported:"undefined"!==typeof SVGRect,touchEventsSupported:"ontouchstart"in window&&!t.ie&&!t.edge,pointerEventsSupported:"onpointerdown"in window&&(t.edge||t.ie&&t.version>=11),domSupported:"undefined"!==typeof document}}(navigator.userAgent);e.exports=n},function(e,t,n){var i=n(1),r=n(13),a=n(5).makeInner,o=n(29),s=o.enableClassExtend,l=o.enableClassCheck,u=n(234),c=n(235),d=n(236),h=n(249),f=i.mixin,p=a();function g(e,t,n){this.parentModel=t,this.ecModel=n,this.option=e}function m(e,t,n){for(var i=0;i<t.length&&(!t[i]||null!=(e=e&&"object"===typeof e?e[t[i]]:null));i++);return null==e&&n&&(e=n.get(t)),e}function v(e,t){var n=p(e).getParent;return n?n.call(e,t):e.parentModel}g.prototype={constructor:g,init:null,mergeOption:function(e){i.merge(this.option,e,!0)},get:function(e,t){return null==e?this.option:m(this.option,this.parsePath(e),!t&&v(this,e))},getShallow:function(e,t){var n=this.option,i=null==n?n:n[e],r=!t&&v(this,e);return null==i&&r&&(i=r.getShallow(e)),i},getModel:function(e,t){var n;return new g(null==e?this.option:m(this.option,e=this.parsePath(e)),t=t||(n=v(this,e))&&n.getModel(e),this.ecModel)},isEmpty:function(){return null==this.option},restoreData:function(){},clone:function(){return new(0,this.constructor)(i.clone(this.option))},setReadOnly:function(e){},parsePath:function(e){return"string"===typeof e&&(e=e.split(".")),e},customizeGetParent:function(e){p(this).getParent=e},isAnimationEnabled:function(){if(!r.node){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}}},s(g),l(g),f(g,u),f(g,c),f(g,d),f(g,h);var y=g;e.exports=y},function(e,t,n){var i=n(1),r=n(14),a=n(60),o=n(29),s=o.enableClassManagement,l=o.parseClassType,u=n(5).makeInner,c=n(7),d=n(250),h=u(),f=r.extend({type:"component",id:"",name:"",mainType:"",subType:"",componentIndex:0,defaultOption:null,ecModel:null,dependentModels:[],uid:null,layoutMode:null,$constructor:function(e,t,n,i){r.call(this,e,t,n,i),this.uid=a.getUID("ec_cpt_model")},init:function(e,t,n,i){this.mergeDefaultAndTheme(e,n)},mergeDefaultAndTheme:function(e,t){var n=this.layoutMode,r=n?c.getLayoutParams(e):{},a=t.getTheme();i.merge(e,a.get(this.mainType)),i.merge(e,this.getDefaultOption()),n&&c.mergeLayoutParam(e,r,n)},mergeOption:function(e,t){i.merge(this.option,e,!0);var n=this.layoutMode;n&&c.mergeLayoutParam(this.option,e,n)},optionUpdated:function(e,t){},getDefaultOption:function(){var e=h(this);if(!e.defaultOption){for(var t=[],n=this.constructor;n;){var r=n.prototype.defaultOption;r&&t.push(r),n=n.superClass}for(var a={},o=t.length-1;o>=0;o--)a=i.merge(a,t[o],!0);e.defaultOption=a}return e.defaultOption},getReferringComponents:function(e){return this.ecModel.queryComponents({mainType:e,index:this.get(e+"Index",!0),id:this.get(e+"Id",!0)})}});s(f,{registerWhenExtend:!0}),a.enableSubTypeDefaulter(f),a.enableTopologicalTravel(f,(function(e){var t=[];i.each(f.getClassesByMainType(e),(function(e){t=t.concat(e.prototype.dependencies||[])})),t=i.map(t,(function(e){return l(e).main})),"dataset"!==e&&i.indexOf(t,"dataset")<=0&&t.unshift("dataset");return t})),i.mixin(f,d);var p=f;e.exports=p},function(e,t,n){n(6).__DEV__;var i=n(1),r=n(13),a=n(8),o=a.formatTime,s=a.encodeHTML,l=a.addCommas,u=a.getTooltipMarker,c=n(5),d=n(15),h=n(147),f=n(97),p=n(7),g=p.getLayoutParams,m=p.mergeLayoutParam,v=n(98).createTask,y=n(30),x=y.prepareSource,b=y.getSource,_=n(41).retrieveRawValue,w=c.makeInner(),S=d.extend({type:"series.__base__",seriesIndex:0,coordinateSystem:null,defaultOption:null,legendVisualProvider:null,visualColorAccessPath:"itemStyle.color",visualBorderColorAccessPath:"itemStyle.borderColor",layoutMode:null,init:function(e,t,n,i){this.seriesIndex=this.componentIndex,this.dataTask=v({count:C,reset:T}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(e,n),x(this);var r=this.getInitialData(e,n);I(r,this),this.dataTask.context.data=r,w(this).dataBeforeProcessed=r,M(this)},mergeDefaultAndTheme:function(e,t){var n=this.layoutMode,r=n?g(e):{},a=this.subType;d.hasClass(a)&&(a+="Series"),i.merge(e,t.getTheme().get(this.subType)),i.merge(e,this.getDefaultOption()),c.defaultEmphasis(e,"label",["show"]),this.fillDataTextStyle(e.data),n&&m(e,r,n)},mergeOption:function(e,t){e=i.merge(this.option,e,!0),this.fillDataTextStyle(e.data);var n=this.layoutMode;n&&m(this.option,e,n),x(this);var r=this.getInitialData(e,t);I(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,w(this).dataBeforeProcessed=r,M(this)},fillDataTextStyle:function(e){if(e&&!i.isTypedArray(e))for(var t=["show"],n=0;n<e.length;n++)e[n]&&e[n].label&&c.defaultEmphasis(e[n],"label",t)},getInitialData:function(){},appendData:function(e){this.getRawData().appendData(e.data)},getData:function(e){var t=P(this);if(t){var n=t.context.data;return null==e?n:n.getLinkedData(e)}return w(this).data},setData:function(e){var t=P(this);if(t){var n=t.context;n.data!==e&&t.modifyOutputEnd&&t.setOutputEnd(e.count()),n.outputData=e,t!==this.dataTask&&(n.data=e)}w(this).data=e},getSource:function(){return b(this)},getRawData:function(){return w(this).dataBeforeProcessed},getBaseAxis:function(){var e=this.coordinateSystem;return e&&e.getBaseAxis&&e.getBaseAxis()},formatTooltip:function(e,t,n,r){var a=this,d="html"===(r=r||"html")?"<br/>":"\n",h="richText"===r,f={},p=0;function g(e){return{renderMode:r,content:s(l(e)),style:f}}var m=this.getData(),v=m.mapDimension("defaultedTooltip",!0),y=v.length,x=this.getRawValue(e),b=i.isArray(x),w=m.getItemVisual(e,"color");i.isObject(w)&&w.colorStops&&(w=(w.colorStops[0]||{}).color),w=w||"transparent";var S=(y>1||b&&!y?function(n){var c=i.reduce(n,(function(e,t,n){var i=m.getDimensionInfo(n);return e|(i&&!1!==i.tooltip&&null!=i.displayName)}),0),d=[];function g(e,n){var i=m.getDimensionInfo(n);if(i&&!1!==i.otherDims.tooltip){var g=i.type,v="sub"+a.seriesIndex+"at"+p,y=u({color:w,type:"subItem",renderMode:r,markerId:v}),x="string"===typeof y?y:y.content,b=(c?x+s(i.displayName||"-")+": ":"")+s("ordinal"===g?e+"":"time"===g?t?"":o("yyyy/MM/dd hh:mm:ss",e):l(e));b&&d.push(b),h&&(f[v]=w,++p)}}v.length?i.each(v,(function(t){g(_(m,e,t),t)})):i.each(n,g);var y=c?h?"\n":"<br/>":"",x=y+d.join(y||", ");return{renderMode:r,content:x,style:f}}(x):g(y?_(m,e,v[0]):b?x[0]:x)).content,M=a.seriesIndex+"at"+p,C=u({color:w,type:"item",renderMode:r,markerId:M});f[M]=w,++p;var T=m.getName(e),k=this.name;c.isNameSpecified(this)||(k=""),k=k?s(k)+(t?": ":d):"";var I="string"===typeof C?C:C.content;return{html:t?I+k+S:k+I+(T?s(T)+": "+S:S),markers:f}},isAnimationEnabled:function(){if(r.node)return!1;var e=this.getShallow("animation");return e&&this.getData().count()>this.getShallow("animationThreshold")&&(e=!1),e},restoreData:function(){this.dataTask.dirty()},getColorFromPalette:function(e,t,n){var i=this.ecModel,r=h.getColorFromPalette.call(this,e,t,n);return r||(r=i.getColorFromPalette(e,t,n)),r},coordDimToDataDim:function(e){return this.getRawData().mapDimension(e,!0)},getProgressive:function(){return this.get("progressive")},getProgressiveThreshold:function(){return this.get("progressiveThreshold")},getAxisTooltipData:null,getTooltipPosition:null,pipeTask:null,preventIncremental:null,pipelineContext:null});function M(e){var t=e.name;c.isNameSpecified(e)||(e.name=function(e){var t=e.getRawData(),n=t.mapDimension("seriesName",!0),r=[];return i.each(n,(function(e){var n=t.getDimensionInfo(e);n.displayName&&r.push(n.displayName)})),r.join(" ")}(e)||t)}function C(e){return e.model.getRawData().count()}function T(e){var t=e.model;return t.setData(t.getRawData().cloneShallow()),k}function k(e,t){t.outputData&&e.end>t.outputData.count()&&t.model.getRawData().cloneShallow(t.outputData)}function I(e,t){i.each(e.CHANGABLE_METHODS,(function(n){e.wrapMethod(n,i.curry(A,t))}))}function A(e){var t=P(e);t&&t.setOutputEnd(this.count())}function P(e){var t=(e.ecModel||{}).scheduler,n=t&&t.getPipeline(e.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(e.uid))}return i}}i.mixin(S,f),i.mixin(S,h);var E=S;e.exports=E},function(e,t){var n="undefined"===typeof Float32Array?Array:Float32Array;function i(){var e=new n(6);return r(e),e}function r(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=1,e[4]=0,e[5]=0,e}function a(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4],e[5]=t[5],e}t.create=i,t.identity=r,t.copy=a,t.mul=function(e,t,n){var i=t[0]*n[0]+t[2]*n[1],r=t[1]*n[0]+t[3]*n[1],a=t[0]*n[2]+t[2]*n[3],o=t[1]*n[2]+t[3]*n[3],s=t[0]*n[4]+t[2]*n[5]+t[4],l=t[1]*n[4]+t[3]*n[5]+t[5];return e[0]=i,e[1]=r,e[2]=a,e[3]=o,e[4]=s,e[5]=l,e},t.translate=function(e,t,n){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4]+n[0],e[5]=t[5]+n[1],e},t.rotate=function(e,t,n){var i=t[0],r=t[2],a=t[4],o=t[1],s=t[3],l=t[5],u=Math.sin(n),c=Math.cos(n);return e[0]=i*c+o*u,e[1]=-i*u+o*c,e[2]=r*c+s*u,e[3]=-r*u+c*s,e[4]=c*a+u*l,e[5]=c*l-u*a,e},t.scale=function(e,t,n){var i=n[0],r=n[1];return e[0]=t[0]*i,e[1]=t[1]*r,e[2]=t[2]*i,e[3]=t[3]*r,e[4]=t[4]*i,e[5]=t[5]*r,e},t.invert=function(e,t){var n=t[0],i=t[2],r=t[4],a=t[1],o=t[3],s=t[5],l=n*o-a*i;return l?(l=1/l,e[0]=o*l,e[1]=-a*l,e[2]=-i*l,e[3]=n*l,e[4]=(i*s-o*r)*l,e[5]=(a*r-n*s)*l,e):null},t.clone=function(e){var t=i();return a(t,e),t}},function(e,t,n){var i=n(10),r=n(92),a=n(1),o=a.getContext,s=a.extend,l=a.retrieve2,u=a.retrieve3,c=a.trim,d={},h=0,f=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g,p={};function g(e,t){var n=e+":"+(t=t||"12px sans-serif");if(d[n])return d[n];for(var i=(e+"").split("\n"),r=0,a=0,o=i.length;a<o;a++)r=Math.max(M(i[a],t).width,r);return h>5e3&&(h=0,d={}),h++,d[n]=r,r}function m(e,t,n){return"right"===n?e-=t:"center"===n&&(e-=t/2),e}function v(e,t,n){return"middle"===n?e-=t/2:"bottom"===n&&(e-=t),e}function y(e,t,n){var i=t.textPosition,r=t.textDistance,a=n.x,o=n.y;r=r||0;var s=n.height,l=n.width,u=s/2,c="left",d="top";switch(i){case"left":a-=r,o+=u,c="right",d="middle";break;case"right":a+=r+l,o+=u,d="middle";break;case"top":a+=l/2,o-=r,c="center",d="bottom";break;case"bottom":a+=l/2,o+=s+r,c="center";break;case"inside":a+=l/2,o+=u,c="center",d="middle";break;case"insideLeft":a+=r,o+=u,d="middle";break;case"insideRight":a+=l-r,o+=u,c="right",d="middle";break;case"insideTop":a+=l/2,o+=r,c="center";break;case"insideBottom":a+=l/2,o+=s-r,c="center",d="bottom";break;case"insideTopLeft":a+=r,o+=r;break;case"insideTopRight":a+=l-r,o+=r,c="right";break;case"insideBottomLeft":a+=r,o+=s-r,d="bottom";break;case"insideBottomRight":a+=l-r,o+=s-r,c="right",d="bottom"}return(e=e||{}).x=a,e.y=o,e.textAlign=c,e.textVerticalAlign=d,e}function x(e,t,n,i,r){if(!t)return"";var a=(e+"").split("\n");r=b(t,n,i,r);for(var o=0,s=a.length;o<s;o++)a[o]=_(a[o],r);return a.join("\n")}function b(e,t,n,i){(i=s({},i)).font=t;n=l(n,"...");i.maxIterations=l(i.maxIterations,2);var r=i.minChar=l(i.minChar,0);i.cnCharWidth=g("\u56fd",t);var a=i.ascCharWidth=g("a",t);i.placeholder=l(i.placeholder,"");for(var o=e=Math.max(0,e-1),u=0;u<r&&o>=a;u++)o-=a;var c=g(n,t);return c>o&&(n="",c=0),o=e-c,i.ellipsis=n,i.ellipsisWidth=c,i.contentWidth=o,i.containerWidth=e,i}function _(e,t){var n=t.containerWidth,i=t.font,r=t.contentWidth;if(!n)return"";var a=g(e,i);if(a<=n)return e;for(var o=0;;o++){if(a<=r||o>=t.maxIterations){e+=t.ellipsis;break}var s=0===o?w(e,r,t.ascCharWidth,t.cnCharWidth):a>0?Math.floor(e.length*r/a):0;a=g(e=e.substr(0,s),i)}return""===e&&(e=t.placeholder),e}function w(e,t,n,i){for(var r=0,a=0,o=e.length;a<o&&r<t;a++){var s=e.charCodeAt(a);r+=0<=s&&s<=127?n:i}return a}function S(e){return g("\u56fd",e)}function M(e,t){return p.measureText(e,t)}function C(e,t,n,i,r){null!=e&&(e+="");var a=l(i,S(t)),o=e?e.split("\n"):[],s=o.length*a,u=s,c=!0;if(n&&(u+=n[0]+n[2]),e&&r){c=!1;var d=r.outerHeight,h=r.outerWidth;if(null!=d&&u>d)e="",o=[];else if(null!=h)for(var f=b(h-(n?n[1]+n[3]:0),t,r.ellipsis,{minChar:r.minChar,placeholder:r.placeholder}),p=0,g=o.length;p<g;p++)o[p]=_(o[p],f)}return{lines:o,height:s,outerHeight:u,lineHeight:a,canCacheByTextString:c}}function T(e,t){var n={lines:[],width:0,height:0};if(null!=e&&(e+=""),!e)return n;for(var i,a=f.lastIndex=0;null!=(i=f.exec(e));){var o=i.index;o>a&&k(n,e.substring(a,o)),k(n,i[2],i[1]),a=f.lastIndex}a<e.length&&k(n,e.substring(a,e.length));var s=n.lines,c=0,d=0,h=[],p=t.textPadding,m=t.truncate,v=m&&m.outerWidth,y=m&&m.outerHeight;p&&(null!=v&&(v-=p[1]+p[3]),null!=y&&(y-=p[0]+p[2]));for(var b=0;b<s.length;b++){for(var _=s[b],w=0,M=0,C=0;C<_.tokens.length;C++){var T=(z=_.tokens[C]).styleName&&t.rich[z.styleName]||{},I=z.textPadding=T.textPadding,A=z.font=T.font||t.font,P=z.textHeight=l(T.textHeight,S(A));if(I&&(P+=I[0]+I[2]),z.height=P,z.lineHeight=u(T.textLineHeight,t.textLineHeight,P),z.textAlign=T&&T.textAlign||t.textAlign,z.textVerticalAlign=T&&T.textVerticalAlign||"middle",null!=y&&c+z.lineHeight>y)return{lines:[],width:0,height:0};z.textWidth=g(z.text,A);var E=T.textWidth,D=null==E||"auto"===E;if("string"===typeof E&&"%"===E.charAt(E.length-1))z.percentWidth=E,h.push(z),E=0;else{if(D){E=z.textWidth;var L=T.textBackgroundColor,O=L&&L.image;O&&(O=r.findExistImage(O),r.isImageReady(O)&&(E=Math.max(E,O.width*P/O.height)))}var N=I?I[1]+I[3]:0;E+=N;var R=null!=v?v-M:null;null!=R&&R<E&&(!D||R<N?(z.text="",z.textWidth=E=0):(z.text=x(z.text,R-N,A,m.ellipsis,{minChar:m.minChar}),z.textWidth=g(z.text,A),E=z.textWidth+N))}M+=z.width=E,T&&(w=Math.max(w,z.lineHeight))}_.width=M,_.lineHeight=w,c+=w,d=Math.max(d,M)}n.outerWidth=n.width=l(t.textWidth,d),n.outerHeight=n.height=l(t.textHeight,c),p&&(n.outerWidth+=p[1]+p[3],n.outerHeight+=p[0]+p[2]);for(b=0;b<h.length;b++){var z,B=(z=h[b]).percentWidth;z.width=parseInt(B,10)/100*d}return n}function k(e,t,n){for(var i=""===t,r=t.split("\n"),a=e.lines,o=0;o<r.length;o++){var s=r[o],l={styleName:n,text:s,isLineHolder:!s&&!i};if(o)a.push({tokens:[l]});else{var u=(a[a.length-1]||(a[0]={tokens:[]})).tokens,c=u.length;1===c&&u[0].isLineHolder?u[0]=l:(s||!c||i)&&u.push(l)}}}p.measureText=function(e,t){var n=o();return n.font=t||"12px sans-serif",n.measureText(e)},t.DEFAULT_FONT="12px sans-serif",t.$override=function(e,t){p[e]=t},t.getWidth=g,t.getBoundingRect=function(e,t,n,r,a,o,s,l){return s?function(e,t,n,r,a,o,s,l){var u=T(e,{rich:s,truncate:l,font:t,textAlign:n,textPadding:a,textLineHeight:o}),c=u.outerWidth,d=u.outerHeight,h=m(0,c,n),f=v(0,d,r);return new i(h,f,c,d)}(e,t,n,r,a,o,s,l):function(e,t,n,r,a,o,s){var l=C(e,t,a,o,s),u=g(e,t);a&&(u+=a[1]+a[3]);var c=l.outerHeight,d=m(0,u,n),h=v(0,c,r),f=new i(d,h,u,c);return f.lineHeight=l.lineHeight,f}(e,t,n,r,a,o,l)},t.adjustTextX=m,t.adjustTextY=v,t.calculateTextPosition=y,t.adjustTextPositionOnRect=function(e,t,n){return y({},{textPosition:e,textDistance:n},t)},t.truncateText=x,t.getLineHeight=S,t.measureText=M,t.parsePlainText=C,t.parseRichText=T,t.makeFont=function(e){var t=(e.fontSize||e.fontFamily)&&[e.fontStyle,e.fontWeight,(e.fontSize||12)+"px",e.fontFamily||"sans-serif"].join(" ");return t&&c(t)||e.textFont||e.font}},function(e,t,n){var i=n(2);!function(){for(var e in i){if(null==i||!i.hasOwnProperty(e)||"default"===e||"__esModule"===e)return;t[e]=i[e]}}();var r=n(151);!function(){for(var e in r){if(null==r||!r.hasOwnProperty(e)||"default"===e||"__esModule"===e)return;t[e]=r[e]}}(),n(149),n(268),n(279),n(284),n(289),n(293),n(303),n(317),n(323),n(331),n(346),n(350),n(354),n(366),n(372),n(377),n(383),n(387),n(393),n(397),n(400),n(414),n(420),n(426),n(427),n(439),n(185),n(178),n(442),n(446),n(447),n(459),n(71),n(464),n(471),n(472),n(481),n(484),n(487),n(490),n(194),n(496),n(198),n(197),n(502),n(199),n(208),n(507),n(510)},function(e,t,n){n(6).__DEV__;var i=n(1),r=n(14),a=n(42),o=n(61),s=n(41),l=s.defaultDimValueGetters,u=s.DefaultDataProvider,c=n(63).summarizeDimensions,d=n(152),h=i.isObject,f={float:"undefined"===typeof Float64Array?Array:Float64Array,int:"undefined"===typeof Int32Array?Array:Int32Array,ordinal:Array,number:Array,time:Array},p="undefined"===typeof Uint32Array?Array:Uint32Array,g="undefined"===typeof Int32Array?Array:Int32Array,m="undefined"===typeof Uint16Array?Array:Uint16Array;function v(e){return e._rawCount>65535?p:m}function y(e){var t=e.constructor;return t===Array?e.slice():new t(e)}var x=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_rawData","_chunkSize","_chunkCount","_dimValueGetter","_count","_rawCount","_nameDimIdx","_idDimIdx"],b=["_extent","_approximateExtent","_rawExtent"];function _(e,t){i.each(x.concat(t.__wrappedMethods||[]),(function(n){t.hasOwnProperty(n)&&(e[n]=t[n])})),e.__wrappedMethods=t.__wrappedMethods,i.each(b,(function(n){e[n]=i.clone(t[n])})),e._calculationInfo=i.extend(t._calculationInfo)}var w=function(e,t){e=e||["x","y"];for(var n={},r=[],a={},o=0;o<e.length;o++){var s=e[o];i.isString(s)?s=new d({name:s}):s instanceof d||(s=new d(s));var l=s.name;s.type=s.type||"float",s.coordDim||(s.coordDim=l,s.coordDimIndex=0),s.otherDims=s.otherDims||{},r.push(l),n[l]=s,s.index=o,s.createInvertedIndices&&(a[l]=[])}this.dimensions=r,this._dimensionInfos=n,this.hostModel=t,this.dataType,this._indices=null,this._count=0,this._rawCount=0,this._storage={},this._nameList=[],this._idList=[],this._optionModels=[],this._visual={},this._layout={},this._itemVisuals=[],this.hasItemVisual={},this._itemLayouts=[],this._graphicEls=[],this._chunkSize=1e5,this._chunkCount=0,this._rawData,this._rawExtent={},this._extent={},this._approximateExtent={},this._dimensionsSummary=c(this),this._invertedIndicesMap=a,this._calculationInfo={},this.userOutput=this._dimensionsSummary.userOutput},S=w.prototype;function M(e,t,n,i,r){var a=f[t.type],o=i-1,s=t.name,l=e[s][o];if(l&&l.length<n){for(var u=new a(Math.min(r-o*n,n)),c=0;c<l.length;c++)u[c]=l[c];e[s][o]=u}for(var d=i*n;d<r;d+=n)e[s].push(new a(Math.min(r-d,n)))}function C(e){var t=e._invertedIndicesMap;i.each(t,(function(n,i){var r=e._dimensionInfos[i].ordinalMeta;if(r){n=t[i]=new g(r.categories.length);for(var a=0;a<n.length;a++)n[a]=-1;for(a=0;a<e._count;a++)n[e.get(i,a)]=a}}))}function T(e,t,n){var i;if(null!=t){var r=e._chunkSize,a=Math.floor(n/r),o=n%r,s=e.dimensions[t],l=e._storage[s][a];if(l){i=l[o];var u=e._dimensionInfos[s].ordinalMeta;u&&u.categories.length&&(i=u.categories[i])}}return i}function k(e){return e}function I(e){return e<this._count&&e>=0?this._indices[e]:-1}function A(e,t){var n=e._idList[t];return null==n&&(n=T(e,e._idDimIdx,t)),null==n&&(n="e\0\0"+t),n}function P(e){return i.isArray(e)||(e=[e]),e}function E(e,t){var n=e.dimensions,r=new w(i.map(n,e.getDimensionInfo,e),e.hostModel);_(r,e);for(var a=r._storage={},o=e._storage,s=0;s<n.length;s++){var l=n[s];o[l]&&(i.indexOf(t,l)>=0?(a[l]=D(o[l]),r._rawExtent[l]=L(),r._extent[l]=null):a[l]=o[l])}return r}function D(e){for(var t=new Array(e.length),n=0;n<e.length;n++)t[n]=y(e[n]);return t}function L(){return[1/0,-1/0]}S.type="list",S.hasItemOption=!0,S.getDimension=function(e){return"number"!==typeof e&&(isNaN(e)||this._dimensionInfos.hasOwnProperty(e))||(e=this.dimensions[e]),e},S.getDimensionInfo=function(e){return this._dimensionInfos[this.getDimension(e)]},S.getDimensionsOnCoord=function(){return this._dimensionsSummary.dataDimsOnCoord.slice()},S.mapDimension=function(e,t){var n=this._dimensionsSummary;if(null==t)return n.encodeFirstDimNotExtra[e];var i=n.encode[e];return!0===t?(i||[]).slice():i&&i[t]},S.initData=function(e,t,n){(o.isInstance(e)||i.isArrayLike(e))&&(e=new u(e,this.dimensions.length)),this._rawData=e,this._storage={},this._indices=null,this._nameList=t||[],this._idList=[],this._nameRepeatCount={},n||(this.hasItemOption=!1),this.defaultDimValueGetter=l[this._rawData.getSource().sourceFormat],this._dimValueGetter=n=n||this.defaultDimValueGetter,this._dimValueGetterArrayRows=l.arrayRows,this._rawExtent={},this._initDataFromProvider(0,e.count()),e.pure&&(this.hasItemOption=!1)},S.getProvider=function(){return this._rawData},S.appendData=function(e){var t=this._rawData,n=this.count();t.appendData(e);var i=t.count();t.persistent||(i+=n),this._initDataFromProvider(n,i)},S.appendValues=function(e,t){for(var n=this._chunkSize,i=this._storage,r=this.dimensions,a=r.length,o=this._rawExtent,s=this.count(),l=s+Math.max(e.length,t?t.length:0),u=this._chunkCount,c=0;c<a;c++){o[v=r[c]]||(o[v]=L()),i[v]||(i[v]=[]),M(i,this._dimensionInfos[v],n,u,l),this._chunkCount=i[v].length}for(var d=new Array(a),h=s;h<l;h++){for(var f=h-s,p=Math.floor(h/n),g=h%n,m=0;m<a;m++){var v=r[m],y=this._dimValueGetterArrayRows(e[f]||d,v,f,m);i[v][p][g]=y;var x=o[v];y<x[0]&&(x[0]=y),y>x[1]&&(x[1]=y)}t&&(this._nameList[h]=t[f])}this._rawCount=this._count=l,this._extent={},C(this)},S._initDataFromProvider=function(e,t){if(!(e>=t)){for(var n,i=this._chunkSize,r=this._rawData,a=this._storage,o=this.dimensions,s=o.length,l=this._dimensionInfos,u=this._nameList,c=this._idList,d=this._rawExtent,h=this._nameRepeatCount={},f=this._chunkCount,p=0;p<s;p++){d[_=o[p]]||(d[_]=L());var g=l[_];0===g.otherDims.itemName&&(n=this._nameDimIdx=p),0===g.otherDims.itemId&&(this._idDimIdx=p),a[_]||(a[_]=[]),M(a,g,i,f,t),this._chunkCount=a[_].length}for(var m=new Array(s),v=e;v<t;v++){m=r.getItem(v,m);for(var y=Math.floor(v/i),x=v%i,b=0;b<s;b++){var _,w=a[_=o[b]][y],S=this._dimValueGetter(m,_,v,b);w[x]=S;var T=d[_];S<T[0]&&(T[0]=S),S>T[1]&&(T[1]=S)}if(!r.pure){var k=u[v];if(m&&null==k)if(null!=m.name)u[v]=k=m.name;else if(null!=n){var I=o[n],A=a[I][y];if(A){k=A[x];var P=l[I].ordinalMeta;P&&P.categories.length&&(k=P.categories[k])}}var E=null==m?null:m.id;null==E&&null!=k&&(h[k]=h[k]||0,E=k,h[k]>0&&(E+="__ec__"+h[k]),h[k]++),null!=E&&(c[v]=E)}}!r.persistent&&r.clean&&r.clean(),this._rawCount=this._count=t,this._extent={},C(this)}},S.count=function(){return this._count},S.getIndices=function(){var e=this._indices;if(e){var t=e.constructor,n=this._count;if(t===Array){r=new t(n);for(var i=0;i<n;i++)r[i]=e[i]}else r=new t(e.buffer,0,n)}else{var r=new(t=v(this))(this.count());for(i=0;i<r.length;i++)r[i]=i}return r},S.get=function(e,t){if(!(t>=0&&t<this._count))return NaN;var n=this._storage;if(!n[e])return NaN;t=this.getRawIndex(t);var i=Math.floor(t/this._chunkSize),r=t%this._chunkSize;return n[e][i][r]},S.getByRawIndex=function(e,t){if(!(t>=0&&t<this._rawCount))return NaN;var n=this._storage[e];if(!n)return NaN;var i=Math.floor(t/this._chunkSize),r=t%this._chunkSize;return n[i][r]},S._getFast=function(e,t){var n=Math.floor(t/this._chunkSize),i=t%this._chunkSize;return this._storage[e][n][i]},S.getValues=function(e,t){var n=[];i.isArray(e)||(t=e,e=this.dimensions);for(var r=0,a=e.length;r<a;r++)n.push(this.get(e[r],t));return n},S.hasValue=function(e){for(var t=this._dimensionsSummary.dataDimsOnCoord,n=0,i=t.length;n<i;n++)if(isNaN(this.get(t[n],e)))return!1;return!0},S.getDataExtent=function(e){e=this.getDimension(e);var t=this._storage[e],n=L();if(!t)return n;var i,r=this.count();if(!this._indices)return this._rawExtent[e].slice();if(i=this._extent[e])return i.slice();for(var a=(i=n)[0],o=i[1],s=0;s<r;s++){var l=this._getFast(e,this.getRawIndex(s));l<a&&(a=l),l>o&&(o=l)}return i=[a,o],this._extent[e]=i,i},S.getApproximateExtent=function(e){return e=this.getDimension(e),this._approximateExtent[e]||this.getDataExtent(e)},S.setApproximateExtent=function(e,t){t=this.getDimension(t),this._approximateExtent[t]=e.slice()},S.getCalculationInfo=function(e){return this._calculationInfo[e]},S.setCalculationInfo=function(e,t){h(e)?i.extend(this._calculationInfo,e):this._calculationInfo[e]=t},S.getSum=function(e){var t=0;if(this._storage[e])for(var n=0,i=this.count();n<i;n++){var r=this.get(e,n);isNaN(r)||(t+=r)}return t},S.getMedian=function(e){var t=[];this.each(e,(function(e,n){isNaN(e)||t.push(e)}));var n=[].concat(t).sort((function(e,t){return e-t})),i=this.count();return 0===i?0:i%2===1?n[(i-1)/2]:(n[i/2]+n[i/2-1])/2},S.rawIndexOf=function(e,t){var n=(e&&this._invertedIndicesMap[e])[t];return null==n||isNaN(n)?-1:n},S.indexOfName=function(e){for(var t=0,n=this.count();t<n;t++)if(this.getName(t)===e)return t;return-1},S.indexOfRawIndex=function(e){if(e>=this._rawCount||e<0)return-1;if(!this._indices)return e;var t=this._indices,n=t[e];if(null!=n&&n<this._count&&n===e)return e;for(var i=0,r=this._count-1;i<=r;){var a=(i+r)/2|0;if(t[a]<e)i=a+1;else{if(!(t[a]>e))return a;r=a-1}}return-1},S.indicesOfNearest=function(e,t,n){var i=[];if(!this._storage[e])return i;null==n&&(n=1/0);for(var r=1/0,a=-1,o=0,s=0,l=this.count();s<l;s++){var u=t-this.get(e,s),c=Math.abs(u);c<=n&&((c<r||c===r&&u>=0&&a<0)&&(r=c,a=u,o=0),u===a&&(i[o++]=s))}return i.length=o,i},S.getRawIndex=k,S.getRawDataItem=function(e){if(this._rawData.persistent)return this._rawData.getItem(this.getRawIndex(e));for(var t=[],n=0;n<this.dimensions.length;n++){var i=this.dimensions[n];t.push(this.get(i,e))}return t},S.getName=function(e){var t=this.getRawIndex(e);return this._nameList[t]||T(this,this._nameDimIdx,t)||""},S.getId=function(e){return A(this,this.getRawIndex(e))},S.each=function(e,t,n,r){"use strict";if(this._count){"function"===typeof e&&(r=n,n=t,t=e,e=[]),n=n||r||this;for(var a=(e=i.map(P(e),this.getDimension,this)).length,o=0;o<this.count();o++)switch(a){case 0:t.call(n,o);break;case 1:t.call(n,this.get(e[0],o),o);break;case 2:t.call(n,this.get(e[0],o),this.get(e[1],o),o);break;default:for(var s=0,l=[];s<a;s++)l[s]=this.get(e[s],o);l[s]=o,t.apply(n,l)}}},S.filterSelf=function(e,t,n,r){"use strict";if(this._count){"function"===typeof e&&(r=n,n=t,t=e,e=[]),n=n||r||this,e=i.map(P(e),this.getDimension,this);for(var a=this.count(),o=new(v(this))(a),s=[],l=e.length,u=0,c=e[0],d=0;d<a;d++){var h,f=this.getRawIndex(d);if(0===l)h=t.call(n,d);else if(1===l){var p=this._getFast(c,f);h=t.call(n,p,d)}else{for(var g=0;g<l;g++)s[g]=this._getFast(c,f);s[g]=d,h=t.apply(n,s)}h&&(o[u++]=f)}return u<a&&(this._indices=o),this._count=u,this._extent={},this.getRawIndex=this._indices?I:k,this}},S.selectRange=function(e){"use strict";if(this._count){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);var i=t.length;if(i){var r=this.count(),a=new(v(this))(r),o=0,s=t[0],l=e[s][0],u=e[s][1],c=!1;if(!this._indices){var d=0;if(1===i){for(var h=this._storage[t[0]],f=0;f<this._chunkCount;f++)for(var p=h[f],g=Math.min(this._count-f*this._chunkSize,this._chunkSize),m=0;m<g;m++){((w=p[m])>=l&&w<=u||isNaN(w))&&(a[o++]=d),d++}c=!0}else if(2===i){h=this._storage[s];var y=this._storage[t[1]],x=e[t[1]][0],b=e[t[1]][1];for(f=0;f<this._chunkCount;f++){p=h[f];var _=y[f];for(g=Math.min(this._count-f*this._chunkSize,this._chunkSize),m=0;m<g;m++){var w=p[m],S=_[m];(w>=l&&w<=u||isNaN(w))&&(S>=x&&S<=b||isNaN(S))&&(a[o++]=d),d++}}c=!0}}if(!c)if(1===i)for(m=0;m<r;m++){var M=this.getRawIndex(m);((w=this._getFast(s,M))>=l&&w<=u||isNaN(w))&&(a[o++]=M)}else for(m=0;m<r;m++){var C=!0;for(M=this.getRawIndex(m),f=0;f<i;f++){var T=t[f];((w=this._getFast(n,M))<e[T][0]||w>e[T][1])&&(C=!1)}C&&(a[o++]=this.getRawIndex(m))}return o<r&&(this._indices=a),this._count=o,this._extent={},this.getRawIndex=this._indices?I:k,this}}},S.mapArray=function(e,t,n,i){"use strict";"function"===typeof e&&(i=n,n=t,t=e,e=[]),n=n||i||this;var r=[];return this.each(e,(function(){r.push(t&&t.apply(this,arguments))}),n),r},S.map=function(e,t,n,r){"use strict";n=n||r||this;var a=E(this,e=i.map(P(e),this.getDimension,this));a._indices=this._indices,a.getRawIndex=a._indices?I:k;for(var o=a._storage,s=[],l=this._chunkSize,u=e.length,c=this.count(),d=[],h=a._rawExtent,f=0;f<c;f++){for(var p=0;p<u;p++)d[p]=this.get(e[p],f);d[u]=f;var g=t&&t.apply(n,d);if(null!=g){"object"!==typeof g&&(s[0]=g,g=s);for(var m=this.getRawIndex(f),v=Math.floor(m/l),y=m%l,x=0;x<g.length;x++){var b=e[x],_=g[x],w=h[b],S=o[b];S&&(S[v][y]=_),_<w[0]&&(w[0]=_),_>w[1]&&(w[1]=_)}}}return a},S.downSample=function(e,t,n,i){for(var r=E(this,[e]),a=r._storage,o=[],s=Math.floor(1/t),l=a[e],u=this.count(),c=this._chunkSize,d=r._rawExtent[e],h=new(v(this))(u),f=0,p=0;p<u;p+=s){s>u-p&&(s=u-p,o.length=s);for(var g=0;g<s;g++){var m=this.getRawIndex(p+g),y=Math.floor(m/c),x=m%c;o[g]=l[y][x]}var b=n(o),_=this.getRawIndex(Math.min(p+i(o,b)||0,u-1)),w=_%c;l[Math.floor(_/c)][w]=b,b<d[0]&&(d[0]=b),b>d[1]&&(d[1]=b),h[f++]=_}return r._count=f,r._indices=h,r.getRawIndex=I,r},S.getItemModel=function(e){var t=this.hostModel;return new r(this.getRawDataItem(e),t,t&&t.ecModel)},S.diff=function(e){var t=this;return new a(e?e.getIndices():[],this.getIndices(),(function(t){return A(e,t)}),(function(e){return A(t,e)}))},S.getVisual=function(e){var t=this._visual;return t&&t[e]},S.setVisual=function(e,t){if(h(e))for(var n in e)e.hasOwnProperty(n)&&this.setVisual(n,e[n]);else this._visual=this._visual||{},this._visual[e]=t},S.setLayout=function(e,t){if(h(e))for(var n in e)e.hasOwnProperty(n)&&this.setLayout(n,e[n]);else this._layout[e]=t},S.getLayout=function(e){return this._layout[e]},S.getItemLayout=function(e){return this._itemLayouts[e]},S.setItemLayout=function(e,t,n){this._itemLayouts[e]=n?i.extend(this._itemLayouts[e]||{},t):t},S.clearItemLayouts=function(){this._itemLayouts.length=0},S.getItemVisual=function(e,t,n){var i=this._itemVisuals[e],r=i&&i[t];return null!=r||n?r:this.getVisual(t)},S.setItemVisual=function(e,t,n){var i=this._itemVisuals[e]||{},r=this.hasItemVisual;if(this._itemVisuals[e]=i,h(t))for(var a in t)t.hasOwnProperty(a)&&(i[a]=t[a],r[a]=!0);else i[t]=n,r[t]=!0},S.clearAllVisual=function(){this._visual={},this._itemVisuals=[],this.hasItemVisual={}};var O=function(e){e.seriesIndex=this.seriesIndex,e.dataIndex=this.dataIndex,e.dataType=this.dataType};S.setItemGraphicEl=function(e,t){var n=this.hostModel;t&&(t.dataIndex=e,t.dataType=this.dataType,t.seriesIndex=n&&n.seriesIndex,"group"===t.type&&t.traverse(O,t)),this._graphicEls[e]=t},S.getItemGraphicEl=function(e){return this._graphicEls[e]},S.eachItemGraphicEl=function(e,t){i.each(this._graphicEls,(function(n,i){n&&e&&e.call(t,n,i)}))},S.cloneShallow=function(e){if(!e){var t=i.map(this.dimensions,this.getDimensionInfo,this);e=new w(t,this.hostModel)}if(e._storage=this._storage,_(e,this),this._indices){var n=this._indices.constructor;e._indices=new n(this._indices)}else e._indices=null;return e.getRawIndex=e._indices?I:k,e},S.wrapMethod=function(e,t){var n=this[e];"function"===typeof n&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(e),this[e]=function(){var e=n.apply(this,arguments);return t.apply(this,[e].concat(i.slice(arguments)))})},S.TRANSFERABLE_METHODS=["cloneShallow","downSample","map"],S.CHANGABLE_METHODS=["filterSelf","selectRange"];var N=w;e.exports=N},function(e,t,n){var i=n(1),r=n(3),a=n(10),o=n(18).calculateTextPosition,s=r.extendShape({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var n=t.cx,i=t.cy,r=t.width/2,a=t.height/2;e.moveTo(n,i-a),e.lineTo(n+r,i+a),e.lineTo(n-r,i+a),e.closePath()}}),l=r.extendShape({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var n=t.cx,i=t.cy,r=t.width/2,a=t.height/2;e.moveTo(n,i-a),e.lineTo(n+r,i),e.lineTo(n,i+a),e.lineTo(n-r,i),e.closePath()}}),u=r.extendShape({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var n=t.x,i=t.y,r=t.width/5*3,a=Math.max(r,t.height),o=r/2,s=o*o/(a-o),l=i-a+o+s,u=Math.asin(s/o),c=Math.cos(u)*o,d=Math.sin(u),h=Math.cos(u),f=.6*o,p=.7*o;e.moveTo(n-c,l+s),e.arc(n,l,o,Math.PI-u,2*Math.PI+u),e.bezierCurveTo(n+c-d*f,l+s+h*f,n,i-p,n,i),e.bezierCurveTo(n,i-p,n-c+d*f,l+s+h*f,n-c,l+s),e.closePath()}}),c=r.extendShape({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var n=t.height,i=t.width,r=t.x,a=t.y,o=i/3*2;e.moveTo(r,a),e.lineTo(r+o,a+n),e.lineTo(r,a+n/4*3),e.lineTo(r-o,a+n),e.lineTo(r,a),e.closePath()}}),d={line:r.Line,rect:r.Rect,roundRect:r.Rect,square:r.Rect,circle:r.Circle,diamond:l,pin:u,arrow:c,triangle:s},h={line:function(e,t,n,i,r){r.x1=e,r.y1=t+i/2,r.x2=e+n,r.y2=t+i/2},rect:function(e,t,n,i,r){r.x=e,r.y=t,r.width=n,r.height=i},roundRect:function(e,t,n,i,r){r.x=e,r.y=t,r.width=n,r.height=i,r.r=Math.min(n,i)/4},square:function(e,t,n,i,r){var a=Math.min(n,i);r.x=e,r.y=t,r.width=a,r.height=a},circle:function(e,t,n,i,r){r.cx=e+n/2,r.cy=t+i/2,r.r=Math.min(n,i)/2},diamond:function(e,t,n,i,r){r.cx=e+n/2,r.cy=t+i/2,r.width=n,r.height=i},pin:function(e,t,n,i,r){r.x=e+n/2,r.y=t+i/2,r.width=n,r.height=i},arrow:function(e,t,n,i,r){r.x=e+n/2,r.y=t+i/2,r.width=n,r.height=i},triangle:function(e,t,n,i,r){r.cx=e+n/2,r.cy=t+i/2,r.width=n,r.height=i}},f={};i.each(d,(function(e,t){f[t]=new e}));var p=r.extendShape({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(e,t,n){var i=o(e,t,n),r=this.shape;return r&&"pin"===r.symbolType&&"inside"===t.textPosition&&(i.y=n.y+.4*n.height),i},buildPath:function(e,t,n){var i=t.symbolType;if("none"!==i){var r=f[i];r||(r=f[i="rect"]),h[i](t.x,t.y,t.width,t.height,r.shape),r.buildPath(e,r.shape,n)}}});function g(e,t){if("image"!==this.type){var n=this.style,i=this.shape;i&&"line"===i.symbolType?n.stroke=e:this.__isEmptyBrush?(n.stroke=e,n.fill=t||"#fff"):(n.fill&&(n.fill=e),n.stroke&&(n.stroke=e)),this.dirty(!1)}}t.createSymbol=function(e,t,n,i,o,s,l){var u,c=0===e.indexOf("empty");return c&&(e=e.substr(5,1).toLowerCase()+e.substr(6)),(u=0===e.indexOf("image://")?r.makeImage(e.slice(8),new a(t,n,i,o),l?"center":"cover"):0===e.indexOf("path://")?r.makePath(e.slice(7),{},new a(t,n,i,o),l?"center":"cover"):new p({shape:{symbolType:e,x:t,y:n,width:i,height:o}})).__isEmptyBrush=c,u.setColor=g,u.setColor(s),u}},function(e,t,n){var i=n(1),r={};function a(){this._coordinateSystems=[]}a.prototype={constructor:a,create:function(e,t){var n=[];i.each(r,(function(i,r){var a=i.create(e,t);n=n.concat(a||[])})),this._coordinateSystems=n},update:function(e,t){i.each(this._coordinateSystems,(function(n){n.update&&n.update(e,t)}))},getCoordinateSystems:function(){return this._coordinateSystems.slice()}},a.register=function(e,t){r[e]=t},a.get=function(e){return r[e]};var o=a;e.exports=o},function(e,t,n){n(6).__DEV__;var i=n(1),r=n(265),a=n(80),o=n(79),s=n(4),l=n(81),u=l.prepareLayoutBarSeries,c=l.makeColumnLayout,d=l.retrieveColumnLayout,h=n(10);function f(e,t){var n,r,a,o=e.type,l=t.getMin(),h=t.getMax(),f=e.getExtent();"ordinal"===o?n=t.getCategories().length:(r=t.get("boundaryGap"),i.isArray(r)||(r=[r||0,r||0]),"boolean"===typeof r[0]&&(r=[0,0]),r[0]=s.parsePercent(r[0],1),r[1]=s.parsePercent(r[1],1),a=f[1]-f[0]||Math.abs(f[0])),"dataMin"===l?l=f[0]:"function"===typeof l&&(l=l({min:f[0],max:f[1]})),"dataMax"===h?h=f[1]:"function"===typeof h&&(h=h({min:f[0],max:f[1]}));var p=null!=l,g=null!=h;null==l&&(l="ordinal"===o?n?0:NaN:f[0]-r[0]*a),null==h&&(h="ordinal"===o?n?n-1:NaN:f[1]+r[1]*a),(null==l||!isFinite(l))&&(l=NaN),(null==h||!isFinite(h))&&(h=NaN),e.setBlank(i.eqNaN(l)||i.eqNaN(h)||"ordinal"===o&&!e.getOrdinalMeta().categories.length),t.getNeedCrossZero()&&(l>0&&h>0&&!p&&(l=0),l<0&&h<0&&!g&&(h=0));var m=t.ecModel;if(m&&"time"===o){var v,y=u("bar",m);if(i.each(y,(function(e){v|=e.getBaseAxis()===t.axis})),v){var x=c(y),b=function(e,t,n,r){var a=n.axis.getExtent(),o=a[1]-a[0],s=d(r,n.axis);if(void 0===s)return{min:e,max:t};var l=1/0;i.each(s,(function(e){l=Math.min(e.offset,l)}));var u=-1/0;i.each(s,(function(e){u=Math.max(e.offset+e.width,u)})),l=Math.abs(l),u=Math.abs(u);var c=l+u,h=t-e,f=h/(1-(l+u)/o)-h;return{min:e-=f*(l/c),max:t+=f*(u/c)}}(l,h,t,x);l=b.min,h=b.max}}return{extent:[l,h],fixMin:p,fixMax:g}}function p(e){var t,n=e.getLabelModel().get("formatter"),i="category"===e.type?e.scale.getExtent()[0]:null;return"string"===typeof n?(t=n,n=function(n){return n=e.scale.getLabel(n),t.replace("{value}",null!=n?n:"")}):"function"===typeof n?function(t,r){return null!=i&&(r=t-i),n(g(e,t),r)}:function(t){return e.scale.getLabel(t)}}function g(e,t){return"category"===e.type?e.scale.getLabel(t):t}function m(e,t){var n=t*Math.PI/180,i=e.plain(),r=i.width,a=i.height,o=r*Math.cos(n)+a*Math.sin(n),s=r*Math.sin(n)+a*Math.cos(n);return new h(i.x,i.y,o,s)}function v(e){var t=e.get("interval");return null==t?"auto":t}n(266),n(156),t.getScaleExtent=f,t.niceScaleExtent=function(e,t){var n=f(e,t),i=n.extent,r=t.get("splitNumber");"log"===e.type&&(e.base=t.get("logBase"));var a=e.type;e.setExtent(i[0],i[1]),e.niceExtent({splitNumber:r,fixMin:n.fixMin,fixMax:n.fixMax,minInterval:"interval"===a||"time"===a?t.get("minInterval"):null,maxInterval:"interval"===a||"time"===a?t.get("maxInterval"):null});var o=t.get("interval");null!=o&&e.setInterval&&e.setInterval(o)},t.createScaleByModel=function(e,t){if(t=t||e.get("type"))switch(t){case"category":return new r(e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),[1/0,-1/0]);case"value":return new a;default:return(o.getClass(t)||a).create(e)}},t.ifAxisCrossZero=function(e){var t=e.scale.getExtent(),n=t[0],i=t[1];return!(n>0&&i>0||n<0&&i<0)},t.makeLabelFormatter=p,t.getAxisRawValue=g,t.estimateLabelUnionRect=function(e){var t=e.model,n=e.scale;if(t.get("axisLabel.show")&&!n.isBlank()){var i,r,a="category"===e.type,o=n.getExtent();r=a?n.count():(i=n.getTicks()).length;var s,l=e.getLabelModel(),u=p(e),c=1;r>40&&(c=Math.ceil(r/40));for(var d=0;d<r;d+=c){var h=u(i?i[d]:o[0]+d),f=m(l.getTextRect(h),l.get("rotate")||0);s?s.union(f):s=f}return s}},t.getOptionCategoryInterval=v,t.shouldShowAllLabels=function(e){return"category"===e.type&&0===v(e.getLabelModel())}},function(e,t,n){"use strict";n.d(t,"a",(function(){return me})),n.d(t,"c",(function(){return Ee})),n.d(t,"b",(function(){return Ye})),n.d(t,"d",(function(){return Qe})),n.d(t,"e",(function(){return Hn})),n.d(t,"f",(function(){return Zn}));var i=n(0),r=n.n(i);function a(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function o(e,t){return e(t={exports:{}},t.exports),t.exports}var s="function"===typeof Symbol&&Symbol.for,l=s?Symbol.for("react.element"):60103,u=s?Symbol.for("react.portal"):60106,c=s?Symbol.for("react.fragment"):60107,d=s?Symbol.for("react.strict_mode"):60108,h=s?Symbol.for("react.profiler"):60114,f=s?Symbol.for("react.provider"):60109,p=s?Symbol.for("react.context"):60110,g=s?Symbol.for("react.async_mode"):60111,m=s?Symbol.for("react.concurrent_mode"):60111,v=s?Symbol.for("react.forward_ref"):60112,y=s?Symbol.for("react.suspense"):60113,x=s?Symbol.for("react.suspense_list"):60120,b=s?Symbol.for("react.memo"):60115,_=s?Symbol.for("react.lazy"):60116,w=s?Symbol.for("react.block"):60121,S=s?Symbol.for("react.fundamental"):60117,M=s?Symbol.for("react.responder"):60118,C=s?Symbol.for("react.scope"):60119;function T(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case l:switch(e=e.type){case g:case m:case c:case h:case d:case y:return e;default:switch(e=e&&e.$$typeof){case p:case v:case _:case b:case f:return e;default:return t}}case u:return t}}}function k(e){return T(e)===m}var I={AsyncMode:g,ConcurrentMode:m,ContextConsumer:p,ContextProvider:f,Element:l,ForwardRef:v,Fragment:c,Lazy:_,Memo:b,Portal:u,Profiler:h,StrictMode:d,Suspense:y,isAsyncMode:function(e){return k(e)||T(e)===g},isConcurrentMode:k,isContextConsumer:function(e){return T(e)===p},isContextProvider:function(e){return T(e)===f},isElement:function(e){return"object"===typeof e&&null!==e&&e.$$typeof===l},isForwardRef:function(e){return T(e)===v},isFragment:function(e){return T(e)===c},isLazy:function(e){return T(e)===_},isMemo:function(e){return T(e)===b},isPortal:function(e){return T(e)===u},isProfiler:function(e){return T(e)===h},isStrictMode:function(e){return T(e)===d},isSuspense:function(e){return T(e)===y},isValidElementType:function(e){return"string"===typeof e||"function"===typeof e||e===c||e===m||e===h||e===d||e===y||e===x||"object"===typeof e&&null!==e&&(e.$$typeof===_||e.$$typeof===b||e.$$typeof===f||e.$$typeof===p||e.$$typeof===v||e.$$typeof===S||e.$$typeof===M||e.$$typeof===C||e.$$typeof===w)},typeOf:T},A=o((function(e,t){0})),P=(A.AsyncMode,A.ConcurrentMode,A.ContextConsumer,A.ContextProvider,A.Element,A.ForwardRef,A.Fragment,A.Lazy,A.Memo,A.Portal,A.Profiler,A.StrictMode,A.Suspense,A.isAsyncMode,A.isConcurrentMode,A.isContextConsumer,A.isContextProvider,A.isElement,A.isForwardRef,A.isFragment,A.isLazy,A.isMemo,A.isPortal,A.isProfiler,A.isStrictMode,A.isSuspense,A.isValidElementType,A.typeOf,o((function(e){e.exports=I})),Object.getOwnPropertySymbols),E=Object.prototype.hasOwnProperty,D=Object.prototype.propertyIsEnumerable;function L(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(e){i[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(r){return!1}})()&&Object.assign;var O="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";function N(e,t,n,i,r){}N.resetWarningCache=function(){0};Function.call.bind(Object.prototype.hasOwnProperty);function R(){}function z(){}z.resetWarningCache=R;var B=o((function(e){e.exports=function(){function e(e,t,n,i,r,a){if(a!==O){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:z,resetWarningCache:R};return n.PropTypes=n,n}()}));function F(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!==typeof document){var i=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===n&&i.firstChild?i.insertBefore(r,i.firstChild):i.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}function V(e,t){return 1===arguments.length?parseInt(Math.random()*e+1,10):parseInt(Math.random()*(t-e+1)+e,10)}function G(e,t){var n=Math.abs(e[0]-t[0]),i=Math.abs(e[1]-t[1]);return Math.sqrt(n*n+i*i)}function j(e){var t=!1;return"function"===typeof e&&(e=e()),e&&"function"===typeof e.next?(Promise.resolve().then((function(){t||function n(i){return i.done?i.value:Promise.resolve(i.value).then((function(){t||n(e.next())}))}(e.next())})),function(){t=!0,Promise.resolve().then((function(){e.return(),e=null}))}):function(){return{}}}var W=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},H=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],i=!0,r=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(i=(o=s.next()).done)&&(n.push(o.value),!t||n.length!==t);i=!0);}catch(l){r=!0,a=l}finally{try{!i&&s.return&&s.return()}finally{if(r)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},U=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)};function Y(e){var t=Object(i.useState)({width:0,height:0}),n=H(t,2),r=n[0],a=n[1],o=Object(i.useRef)(null),s=Object(i.useCallback)((function(){var e=o.current,t=e.clientWidth,n=e.clientHeight;a({width:t,height:n})}),[]);return Object(i.useImperativeHandle)(e,(function(){return{setWH:s}}),[]),Object(i.useEffect)((function(){var e=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:600,n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=null;return function(){clearTimeout(i);for(var r=arguments.length,a=Array(r),o=0;o<r;o++)a[o]=arguments[o];if(n)return e.apply(this,a),void(n=!1);i=setTimeout(e.bind.apply(e,[this].concat(a)),t)}}(s,100);e();var t=function(e,t){var n=new(window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver)(t);return n.observe(e,{attributes:!0,attributeFilter:["style"],attributeOldValue:!0}),n}(o.current,e);return window.addEventListener("resize",e),function(){t.disconnect(),t.takeRecords(),window.removeEventListener("resize",e)}}),[]),W({},r,{domRef:o,setWH:s})}F("#dv-full-screen-container {\n position: fixed;\n top: 0px;\n left: 0px;\n overflow: hidden;\n transform-origin: left top;\n z-index: 999;\n}\n");var Z=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=Y(t).domRef;return Object(i.useLayoutEffect)((function(){var e=window.screen,t=e.width,n=e.height;Object.assign(s.current.style,{width:t+"px",height:n+"px"}),s.current.style.transform="scale("+document.body.clientWidth/t+")"})),r.a.createElement("div",{id:"dv-full-screen-container",className:a,style:o,ref:s},n)}));Z.propTypes={children:B.node,className:B.string,style:B.object};var q=o((function(e){!function(){var t={}.hasOwnProperty;function n(){for(var e=[],i=0;i<arguments.length;i++){var r=arguments[i];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var o=n.apply(null,r);o&&e.push(o)}else if("object"===a)for(var s in r)t.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n}()}));F(".dv-loading {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n.dv-loading .loading-tip {\n font-size: 15px;\n}\n");var X=function(e){var t=e.children,n=e.className,a=e.style,o=Object(i.useMemo)((function(){return q("dv-loading",n)}),[n]);return r.a.createElement("div",{className:o,style:a},r.a.createElement("svg",{width:"50px",height:"50px"},r.a.createElement("circle",{cx:"25",cy:"25",r:"20",fill:"transparent",strokeWidth:"3",strokeDasharray:"31.415, 31.415",stroke:"#02bcfe",strokeLinecap:"round"},r.a.createElement("animateTransform",{attributeName:"transform",type:"rotate",values:"0, 25 25;360, 25 25",dur:"1.5s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"stroke",values:"#02bcfe;#3be6cb;#02bcfe",dur:"3s",repeatCount:"indefinite"})),r.a.createElement("circle",{cx:"25",cy:"25",r:"10",fill:"transparent",strokeWidth:"3",strokeDasharray:"15.7, 15.7",stroke:"#3be6cb",strokeLinecap:"round"},r.a.createElement("animateTransform",{attributeName:"transform",type:"rotate",values:"360, 25 25;0, 25 25",dur:"1.5s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"stroke",values:"#3be6cb;#02bcfe;#3be6cb",dur:"3s",repeatCount:"indefinite"}))),r.a.createElement("div",{className:"loading-tip"},t))};X.propTypes={children:B.node,className:B.string,style:B.object};var Q=o((function(e){e.exports=function(e){return e&&e.__esModule?e:{default:e}}}));a(Q);var K=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i};var J=function(e){if(Array.isArray(e))return K(e)};var $=function(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)};var ee=function(e,t){if(e){if("string"===typeof e)return K(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?K(e,t):void 0}};var te=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")};var ne=function(e){return J(e)||$(e)||ee(e)||te()},ie=o((function(e){function t(n){return"function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?e.exports=t=function(e){return typeof e}:e.exports=t=function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(n)}e.exports=t}));var re=function(e){if(Array.isArray(e))return e};var ae=function(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var n=[],i=!0,r=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(i=(o=s.next()).done)&&(n.push(o.value),!t||n.length!==t);i=!0);}catch(l){r=!0,a=l}finally{try{i||null==s.return||s.return()}finally{if(r)throw a}}return n}};var oe=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")};var se=function(e,t){return re(e)||ae(e,t)||ee(e,t)||oe()},le=o((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.deepClone=h,t.eliminateBlur=f,t.checkPointIsInCircle=p,t.getTwoPointDistance=g,t.checkPointIsInPolygon=m,t.checkPointIsInSector=v,t.checkPointIsNearPolyline=x,t.checkPointIsInRect=function(e,t,n,r,a){var o=(0,i.default)(e,2),s=o[0],l=o[1];return!(s<t)&&(!(l<n)&&(!(s>t+r)&&!(l>n+a)))},t.getRotatePointPos=b,t.getScalePointPos=_,t.getTranslatePointPos=w,t.getDistanceBetweenPointAndLine=S,t.getCircleRadianPoint=M,t.getRegularPolygonPoints=C,t.default=void 0;var n=Q(ne),i=Q(se),r=Q(ie),a=Math.abs,o=Math.sqrt,s=Math.sin,l=Math.cos,u=Math.max,c=Math.min,d=Math.PI;function h(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!e)return e;var n=JSON.parse,i=JSON.stringify;if(!t)return n(i(e));var a=e instanceof Array?[]:{};if(e&&"object"===(0,r.default)(e))for(var o in e)e.hasOwnProperty(o)&&(e[o]&&"object"===(0,r.default)(e[o])?a[o]=h(e[o],!0):a[o]=e[o]);return a}function f(e){return e.map((function(e){var t=(0,i.default)(e,2),n=t[0],r=t[1];return[parseInt(n)+.5,parseInt(r)+.5]}))}function p(e,t,n,i){return g(e,[t,n])<=i}function g(e,t){var n=(0,i.default)(e,2),r=n[0],s=n[1],l=(0,i.default)(t,2),u=l[0],c=l[1],d=a(r-u),h=a(s-c);return o(d*d+h*h)}function m(e,t){for(var n=0,r=(0,i.default)(e,2),a=r[0],o=r[1],s=t.length,l=1,d=t[0];l<=s;l++){var h=t[l%s];if(a>c(d[0],h[0])&&a<=u(d[0],h[0])&&o<=u(d[1],h[1])&&d[0]!==h[0]){var f=(a-d[0])*(h[1]-d[1])/(h[0]-d[0])+d[1];(d[1]===h[1]||o<=f)&&n++}d=h}return n%2===1}function v(e,t,n,r,a,o,s){if(!e)return!1;if(g(e,[t,n])>r)return!1;if(!s){var l=h([o,a]),u=(0,i.default)(l,2);a=u[0],o=u[1]}var c=a>o;if(c){var f=[o,a];a=f[0],o=f[1]}var p=o-a;if(p>=2*d)return!0;var m=(0,i.default)(e,2),v=m[0],x=m[1],b=M(t,n,r,a),_=(0,i.default)(b,2),w=_[0],S=_[1],C=M(t,n,r,o),T=(0,i.default)(C,2),k=[v-t,x-n],I=[w-t,S-n],A=[T[0]-t,T[1]-n],P=p>d;if(P){var E=h([A,I]),D=(0,i.default)(E,2);I=D[0],A=D[1]}var L=y(I,k)&&!y(A,k);return P&&(L=!L),c&&(L=!L),L}function y(e,t){var n=(0,i.default)(e,2),r=n[0],a=n[1],o=(0,i.default)(t,2);return-a*o[0]+r*o[1]>0}function x(e,t,r){var a=r/2,o=t.map((function(e){var t=(0,i.default)(e,2);return[t[0],t[1]-a]})),s=t.map((function(e){var t=(0,i.default)(e,2);return[t[0],t[1]+a]}));return m(e,[].concat((0,n.default)(o),(0,n.default)(s.reverse())))}function b(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[0,0];if(!t)return!1;if(e%360===0)return t;var r=(0,i.default)(t,2),a=r[0],o=r[1],u=(0,i.default)(n,2),c=u[0],h=u[1];return[(a-c)*l(e*=d/180)-(o-h)*s(e)+c,(a-c)*s(e)+(o-h)*l(e)+h]}function _(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[1,1],t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[0,0];if(!t)return!1;if(1===e)return t;var r=(0,i.default)(t,2),a=r[0],o=r[1],s=(0,i.default)(n,2),l=s[0],u=s[1],c=(0,i.default)(e,2),d=c[0],h=c[1],f=a-l,p=o-u;return[f*d+l,p*h+u]}function w(e,t){if(!e||!t)return!1;var n=(0,i.default)(t,2),r=n[0],a=n[1],o=(0,i.default)(e,2);return[r+o[0],a+o[1]]}function S(e,t,n){if(!e||!t||!n)return!1;var r=(0,i.default)(e,2),s=r[0],l=r[1],u=(0,i.default)(t,2),c=u[0],d=u[1],h=(0,i.default)(n,2),f=h[0],p=h[1],g=p-d,m=c-f;return a(g*s+m*l+(d*(f-c)-c*(p-d)))/o(g*g+m*m)}function M(e,t,n,i){return[e+l(i)*n,t+s(i)*n]}function C(e,t,n,i){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:-.5*d,a=2*d/i,o=new Array(i).fill("").map((function(e,t){return t*a+r}));return o.map((function(i){return M(e,t,n,i)}))}var T={deepClone:h,eliminateBlur:f,checkPointIsInCircle:p,checkPointIsInPolygon:m,checkPointIsInSector:v,checkPointIsNearPolyline:x,getTwoPointDistance:g,getRotatePointPos:b,getScalePointPos:_,getTranslatePointPos:w,getCircleRadianPoint:M,getRegularPolygonPoints:C,getDistanceBetweenPointAndLine:S};t.default=T}));a(le);var ue=le.deepClone,ce=(le.eliminateBlur,le.checkPointIsInCircle,le.getTwoPointDistance,le.checkPointIsInPolygon,le.checkPointIsInSector,le.checkPointIsNearPolyline,le.checkPointIsInRect,le.getRotatePointPos,le.getScalePointPos,le.getTranslatePointPos,le.getDistanceBetweenPointAndLine,le.getCircleRadianPoint,le.getRegularPolygonPoints,o((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.filterNonNumber=r,t.deepMerge=a,t.mulAdd=o,t.mergeSameStackData=function(e,t){var i=e.stack;if(!i)return(0,n.default)(e.data);var r=t.filter((function(e){return e.stack===i})),a=r.findIndex((function(t){return t.data===e.data})),s=r.splice(0,a+1).map((function(e){return e.data})),l=s[0].length;return new Array(l).fill(0).map((function(e,t){return o(s.map((function(e){return e[t]})))}))},t.getTwoPointDistance=s,t.getLinearGradientColor=function(e,t,i,r){if(!e||!t||!i||!r.length)return;var a=r;"string"===typeof a&&(a=[r,r]);var o=e.createLinearGradient.apply(e,(0,n.default)(t).concat((0,n.default)(i))),s=1/(a.length-1);return a.forEach((function(e,t){return o.addColorStop(s*t,e)})),o},t.getPolylineLength=function(e){return o(new Array(e.length-1).fill(0).map((function(t,n){return[e[n],e[n+1]]})).map((function(e){return s.apply(void 0,(0,n.default)(e))})))},t.getPointToLineDistance=function(e,t,n){var i=s(e,t),r=s(e,n),a=s(t,n);return.5*Math.sqrt((i+r+a)*(i+r-a)*(i+a-r)*(r+a-i))/a},t.initNeedSeries=function(e,t,n){return(e=(e=e.filter((function(e){return e.type===n}))).map((function(e){return a((0,le.deepClone)(t,!0),e)}))).filter((function(e){return e.show}))},t.radianToAngle=function(e){return e/Math.PI*180};var n=Q(ne),i=Q(ie);function r(e){return e.filter((function(e){return"number"===typeof e}))}function a(e,t){for(var n in t)e[n]&&"object"===(0,i.default)(e[n])?a(e[n],t[n]):"object"!==(0,i.default)(t[n])?e[n]=t[n]:e[n]=(0,le.deepClone)(t[n],!0);return e}function o(e){return(e=r(e)).reduce((function(e,t){return e+t}),0)}function s(e,t){var n=Math.abs(e[0]-t[0]),i=Math.abs(e[1]-t[1]);return Math.sqrt(n*n+i*i)}})));a(ce);ce.filterNonNumber;var de=ce.deepMerge,he=(ce.mulAdd,ce.mergeSameStackData,ce.getTwoPointDistance,ce.getLinearGradientColor,ce.getPolylineLength);ce.getPointToLineDistance,ce.initNeedSeries,ce.radianToAngle;F(".dv-border-box-1 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-1 .border {\n position: absolute;\n display: block;\n}\n.dv-border-box-1 .right-top {\n right: 0px;\n transform: rotateY(180deg);\n}\n.dv-border-box-1 .left-bottom {\n bottom: 0px;\n transform: rotateX(180deg);\n}\n.dv-border-box-1 .right-bottom {\n right: 0px;\n bottom: 0px;\n transform: rotateX(180deg) rotateY(180deg);\n}\n.dv-border-box-1 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var fe=["left-top","right-top","left-bottom","right-bottom"],pe=["#4fd2dd","#235fa7"],ge=function(e){var t=e.children,n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Object(i.useMemo)((function(){return de(ue(pe,!0),s||[])}),[s]),u=Object(i.useMemo)((function(){return q("dv-border-box-1",n)}),[n]);return r.a.createElement("div",{className:u,style:a},fe.map((function(e){return r.a.createElement("svg",{width:"150px",height:"150px",key:e,className:e+" border"},r.a.createElement("polygon",{fill:l[0],points:"6,66 6,18 12,12 18,12 24,6 27,6 30,9 36,9 39,6 84,6 81,9 75,9 73.2,7 40.8,7 37.8,10.2 24,10.2 12,21 12,24 9,27 9,51 7.8,54 7.8,63"},r.a.createElement("animate",{attributeName:"fill",values:l[0]+";"+l[1]+";"+l[0],dur:"0.5s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("polygon",{fill:l[1],points:"27.599999999999998,4.8 38.4,4.8 35.4,7.8 30.599999999999998,7.8"},r.a.createElement("animate",{attributeName:"fill",values:l[1]+";"+l[0]+";"+l[1],dur:"0.5s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("polygon",{fill:l[0],points:"9,54 9,63 7.199999999999999,66 7.199999999999999,75 7.8,78 7.8,110 8.4,110 8.4,66 9.6,66 9.6,54"},r.a.createElement("animate",{attributeName:"fill",values:l[0]+";"+l[1]+";transparent",dur:"1s",begin:"0s",repeatCount:"indefinite"})))})),r.a.createElement("div",{className:"border-box-content"},t))};ge.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};var me=ge;F(".dv-border-box-2 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-2 .dv-border-svg-container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n}\n.dv-border-box-2 .dv-border-svg-container polyline {\n fill: none;\n stroke-width: 1;\n}\n.dv-border-box-2 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var ve=["#fff","rgba(255, 255, 255, 0.6)"],ye=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=Y(t),c=u.width,d=u.height,h=u.domRef,f=Object(i.useMemo)((function(){return de(ue(ve,!0),l||[])}),[l]),p=Object(i.useMemo)((function(){return q("dv-border-box-2",a)}),[a]);return r.a.createElement("div",{className:p,style:o,ref:h},r.a.createElement("svg",{className:"dv-border-svg-container",width:c,height:d},r.a.createElement("polyline",{stroke:f[0],points:"2, 2 "+(c-2)+" ,2 "+(c-2)+", "+(d-2)+" 2, "+(d-2)+" 2, 2"}),r.a.createElement("polyline",{stroke:f[1],points:"6, 6 "+(c-6)+", 6 "+(c-6)+", "+(d-6)+" 6, "+(d-6)+" 6, 6"}),r.a.createElement("circle",{fill:f[0],cx:"11",cy:"11",r:"1"}),r.a.createElement("circle",{fill:f[0],cx:c-11,cy:"11",r:"1"}),r.a.createElement("circle",{fill:f[0],cx:c-11,cy:d-11,r:"1"}),r.a.createElement("circle",{fill:f[0],cx:"11",cy:d-11,r:"1"})),r.a.createElement("div",{className:"border-box-content"},n))}));ye.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};F(".dv-border-box-3 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-3 .dv-border-svg-container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n}\n.dv-border-box-3 .dv-border-svg-container polyline {\n fill: none;\n}\n.dv-border-box-3 .dv-bb3-line1 {\n stroke-width: 3;\n}\n.dv-border-box-3 .dv-bb3-line2 {\n stroke-width: 1;\n}\n.dv-border-box-3 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var xe=["#2862b7","#2862b7"],be=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=Y(t),c=u.width,d=u.height,h=u.domRef,f=Object(i.useMemo)((function(){return de(ue(xe,!0),l||[])}),[l]),p=Object(i.useMemo)((function(){return q("dv-border-box-3",a)}),[a]);return r.a.createElement("div",{className:p,style:o,ref:h},r.a.createElement("svg",{className:"dv-border-svg-container",width:c,height:d},r.a.createElement("polyline",{className:"dv-bb3-line1",stroke:f[0],points:"4, 4 "+(c-22)+" ,4 "+(c-22)+", "+(d-22)+" 4, "+(d-22)+" 4, 4"}),r.a.createElement("polyline",{className:"dv-bb3-line2",stroke:f[1],points:"10, 10 "+(c-16)+", 10 "+(c-16)+", "+(d-16)+" 10, "+(d-16)+" 10, 10"}),r.a.createElement("polyline",{className:"dv-bb3-line2",stroke:f[1],points:"16, 16 "+(c-10)+", 16 "+(c-10)+", "+(d-10)+" 16, "+(d-10)+" 16, 16"}),r.a.createElement("polyline",{className:"dv-bb3-line2",stroke:f[1],points:"22, 22 "+(c-4)+", 22 "+(c-4)+", "+(d-4)+" 22, "+(d-4)+" 22, 22"})),r.a.createElement("div",{className:"border-box-content"},n))}));be.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};F(".dv-border-box-4 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-4 .dv-reverse {\n transform: rotate(180deg);\n}\n.dv-border-box-4 .dv-border-svg-container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n}\n.dv-border-box-4 .dv-border-svg-container polyline {\n fill: none;\n}\n.dv-border-box-4 .sw1 {\n stroke-width: 1;\n}\n.dv-border-box-4 .sw3 {\n stroke-width: 3px;\n stroke-linecap: round;\n}\n.dv-border-box-4 .dv-bb4-line-1 {\n stroke-width: 1;\n}\n.dv-border-box-4 .dv-bb4-line-2 {\n stroke-width: 1;\n}\n.dv-border-box-4 .dv-bb4-line-3 {\n stroke-width: 3px;\n stroke-linecap: round;\n}\n.dv-border-box-4 .dv-bb4-line-4 {\n stroke-width: 3px;\n stroke-linecap: round;\n}\n.dv-border-box-4 .dv-bb4-line-5 {\n stroke-width: 1;\n}\n.dv-border-box-4 .dv-bb4-line-6 {\n stroke-width: 1;\n}\n.dv-border-box-4 .dv-bb4-line-7 {\n stroke-width: 1;\n}\n.dv-border-box-4 .dv-bb4-line-8 {\n stroke-width: 3px;\n stroke-linecap: round;\n}\n.dv-border-box-4 .dv-bb4-line-9 {\n stroke-width: 3px;\n stroke-linecap: round;\n stroke-dasharray: 100 250;\n}\n.dv-border-box-4 .dv-bb4-line-10 {\n stroke-width: 1;\n stroke-dasharray: 80 270;\n}\n.dv-border-box-4 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var _e=["red","rgba(0,0,255,0.8)"],we=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.reverse,o=void 0!==a&&a,s=e.className,l=e.style,u=e.color,c=void 0===u?[]:u,d=Y(t),h=d.width,f=d.height,p=d.domRef,g=Object(i.useMemo)((function(){return de(ue(_e,!0),c||[])}),[c]),m=Object(i.useMemo)((function(){return q("dv-border-box-4",s)}),[s]);return r.a.createElement("div",{className:m,style:l,ref:p},r.a.createElement("svg",{className:"dv-border-svg-container "+(o&&"dv-reverse"),width:h,height:f},r.a.createElement("polyline",{className:"dv-bb4-line-1",stroke:g[0],points:"145, "+(f-5)+" 40, "+(f-5)+" 10, "+(f-35)+"\n 10, 40 40, 5 150, 5 170, 20 "+(h-15)+", 20"}),r.a.createElement("polyline",{className:"dv-bb4-line-2",stroke:g[1],points:"245, "+(f-1)+" 36, "+(f-1)+" 14, "+(f-23)+"\n 14, "+(f-100)}),r.a.createElement("polyline",{className:"dv-bb4-line-3",stroke:g[0],points:"7, "+(f-40)+" 7, "+(f-75)}),r.a.createElement("polyline",{className:"dv-bb4-line-4",stroke:g[0],points:"28, 24 13, 41 13, 64"}),r.a.createElement("polyline",{className:"dv-bb4-line-5",stroke:g[0],points:"5, 45 5, 140"}),r.a.createElement("polyline",{className:"dv-bb4-line-6",stroke:g[1],points:"14, 75 14, 180"}),r.a.createElement("polyline",{className:"dv-bb4-line-7",stroke:g[1],points:"55, 11 147, 11 167, 26 250, 26"}),r.a.createElement("polyline",{className:"dv-bb4-line-8",stroke:g[1],points:"158, 5 173, 16"}),r.a.createElement("polyline",{className:"dv-bb4-line-9",stroke:g[0],points:"200, 17 "+(h-10)+", 17"}),r.a.createElement("polyline",{className:"dv-bb4-line-10",stroke:g[1],points:"385, 17 "+(h-10)+", 17"})),r.a.createElement("div",{className:"border-box-content"},n))}));we.propTypes={children:B.node,reverse:B.bool,className:B.string,style:B.object,color:B.array},we.defaultProps={reverse:!1};F(".dv-border-box-5 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-5 .dv-reverse {\n transform: rotate(180deg);\n}\n.dv-border-box-5 .dv-svg-container {\n position: absolute;\n top: 0px;\n left: 0px;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-5 .dv-svg-container polyline {\n fill: none;\n}\n.dv-border-box-5 .dv-bb5-line-1,\n.dv-border-box-5 .dv-bb5-line-2 {\n stroke-width: 1;\n}\n.dv-border-box-5 .dv-bb5-line-3,\n.dv-border-box-5 .dv-bb5-line-6 {\n stroke-width: 5;\n}\n.dv-border-box-5 .dv-bb5-line-4,\n.dv-border-box-5 .dv-bb5-line-5 {\n stroke-width: 2;\n}\n.dv-border-box-5 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var Se=["rgba(255, 255, 255, 0.35)","rgba(255, 255, 255, 0.20)"],Me=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.reverse,o=void 0!==a&&a,s=e.className,l=e.style,u=e.color,c=void 0===u?[]:u,d=Y(t),h=d.width,f=d.height,p=d.domRef,g=Object(i.useMemo)((function(){return de(ue(Se,!0),c||[])}),[c]),m=Object(i.useMemo)((function(){return q("dv-border-box-5",s)}),[s]);return r.a.createElement("div",{className:m,style:l,ref:p},r.a.createElement("svg",{className:"dv-svg-container "+(o&&"dv-reverse"),width:h,height:f},r.a.createElement("polyline",{className:"dv-bb5-line-1",stroke:g[0],points:"8, 5 "+(h-5)+", 5 "+(h-5)+", "+(f-100)+"\n "+(h-100)+", "+(f-5)+" 8, "+(f-5)+" 8, 5"}),r.a.createElement("polyline",{className:"dv-bb5-line-2",stroke:g[1],points:"3, 5 "+(h-20)+", 5 "+(h-20)+", "+(f-60)+"\n "+(h-74)+", "+(f-5)+" 3, "+(f-5)+" 3, 5"}),r.a.createElement("polyline",{className:"dv-bb5-line-3",stroke:g[1],points:"50, 13 "+(h-35)+", 13"}),r.a.createElement("polyline",{className:"dv-bb5-line-4",stroke:g[1],points:"15, 20 "+(h-35)+", 20"}),r.a.createElement("polyline",{className:"dv-bb5-line-5",stroke:g[1],points:"15, "+(f-20)+" "+(h-110)+", "+(f-20)}),r.a.createElement("polyline",{className:"dv-bb5-line-6",stroke:g[1],points:"15, "+(f-13)+" "+(h-110)+", "+(f-13)})),r.a.createElement("div",{className:"border-box-content"},n))}));Me.propTypes={children:B.node,reverse:B.bool,className:B.string,style:B.object,color:B.array},Me.defaultProps={reverse:!1};F(".dv-border-box-6 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-6 .dv-svg-container {\n position: absolute;\n top: 0px;\n left: 0px;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-6 .dv-svg-container polyline {\n fill: none;\n stroke-width: 1;\n}\n.dv-border-box-6 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var Ce=["rgba(255, 255, 255, 0.35)","gray"],Te=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=Y(t),c=u.width,d=u.height,h=u.domRef,f=Object(i.useMemo)((function(){return de(ue(Ce,!0),l||[])}),[l]),p=Object(i.useMemo)((function(){return q("dv-border-box-6",a)}),[a]);return r.a.createElement("div",{className:p,style:o,ref:h},r.a.createElement("svg",{className:"dv-svg-container",width:c,height:d},r.a.createElement("circle",{fill:f[1],cx:"5",cy:"5",r:"2"}),r.a.createElement("circle",{fill:f[1],cx:c-5,cy:"5",r:"2"}),r.a.createElement("circle",{fill:f[1],cx:c-5,cy:d-5,r:"2"}),r.a.createElement("circle",{fill:f[1],cx:"5",cy:d-5,r:"2"}),r.a.createElement("polyline",{stroke:f[0],points:"10, 4 "+(c-10)+", 4"}),r.a.createElement("polyline",{stroke:f[0],points:"10, "+(d-4)+" "+(c-10)+", "+(d-4)}),r.a.createElement("polyline",{stroke:f[0],points:"5, 70 5, "+(d-70)}),r.a.createElement("polyline",{stroke:f[0],points:c-5+", 70 "+(c-5)+", "+(d-70)}),r.a.createElement("polyline",{stroke:f[0],points:"3, 10, 3, 50"}),r.a.createElement("polyline",{stroke:f[0],points:"7, 30 7, 80"}),r.a.createElement("polyline",{stroke:f[0],points:c-3+", 10 "+(c-3)+", 50"}),r.a.createElement("polyline",{stroke:f[0],points:c-7+", 30 "+(c-7)+", 80"}),r.a.createElement("polyline",{stroke:f[0],points:"3, "+(d-10)+" 3, "+(d-50)}),r.a.createElement("polyline",{stroke:f[0],points:"7, "+(d-30)+" 7, "+(d-80)}),r.a.createElement("polyline",{stroke:f[0],points:c-3+", "+(d-10)+" "+(c-3)+", "+(d-50)}),r.a.createElement("polyline",{stroke:f[0],points:c-7+", "+(d-30)+" "+(c-7)+", "+(d-80)})),r.a.createElement("div",{className:"border-box-content"},n))}));Te.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};F(".dv-border-box-7 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-7 .dv-svg-container {\n position: absolute;\n top: 0px;\n left: 0px;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-7 .dv-svg-container polyline {\n fill: none;\n stroke-linecap: round;\n}\n.dv-border-box-7 .dv-bb7-line-width-2 {\n stroke-width: 2;\n}\n.dv-border-box-7 .dv-bb7-line-width-5 {\n stroke-width: 5;\n}\n.dv-border-box-7 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var ke=["rgba(128,128,128,0.3)","rgba(128,128,128,0.5)"],Ie=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=Y(t),c=u.width,d=u.height,h=u.domRef,f=Object(i.useMemo)((function(){return de(ue(ke,!0),l||[])}),[l]),p=Object(i.useMemo)((function(){return q("dv-border-box-7",a)}),[a]),g=Object(i.useMemo)((function(){return W({boxShadow:"inset 0 0 40px "+f[0],border:"1px solid "+f[0]},o)}),[o,f]);return r.a.createElement("div",{className:p,style:g,ref:h},r.a.createElement("svg",{className:"dv-svg-container",width:c,height:d},r.a.createElement("polyline",{className:"dv-bb7-line-width-2",stroke:f[0],points:"0, 25 0, 0 25, 0"}),r.a.createElement("polyline",{className:"dv-bb7-line-width-2",stroke:f[0],points:c-25+", 0 "+c+", 0 "+c+", 25"}),r.a.createElement("polyline",{className:"dv-bb7-line-width-2",stroke:f[0],points:c-25+", "+d+" "+c+", "+d+" "+c+", "+(d-25)}),r.a.createElement("polyline",{className:"dv-bb7-line-width-2",stroke:f[0],points:"0, "+(d-25)+" 0, "+d+" 25, "+d}),r.a.createElement("polyline",{className:"dv-bb7-line-width-5",stroke:f[1],points:"0, 10 0, 0 10, 0"}),r.a.createElement("polyline",{className:"dv-bb7-line-width-5",stroke:f[1],points:c-10+", 0 "+c+", 0 "+c+", 10"}),r.a.createElement("polyline",{className:"dv-bb7-line-width-5",stroke:f[1],points:c-10+", "+d+" "+c+", "+d+" "+c+", "+(d-10)}),r.a.createElement("polyline",{className:"dv-bb7-line-width-5",stroke:f[1],points:"0, "+(d-10)+" 0, "+d+" 10, "+d})),r.a.createElement("div",{className:"border-box-content"},n))}));Ie.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};F(".dv-border-box-8 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-8 svg {\n position: absolute;\n width: 100%;\n height: 100%;\n left: 0px;\n top: 0px;\n}\n.dv-border-box-8 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var Ae=["#235fa7","#4fd2dd"],Pe=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=e.dur,c=void 0===u?3:u,d=Y(t),h=d.width,f=d.height,p=d.domRef,g=Object(i.useState)((function(){var e=Date.now();return{path:"border-box-8-path-"+e,gradient:"border-box-8-gradient-"+e,mask:"border-box-8-mask-"+e}})),m=H(g,1)[0],v=m.path,y=m.gradient,x=m.mask,b=Object(i.useMemo)((function(){return de(ue(Ae,!0),l||[])}),[l]),_=Object(i.useMemo)((function(){return 2*(h+f-5)}),[h,f]),w=Object(i.useMemo)((function(){return q("dv-border-box-8",a)}),[a]);return r.a.createElement("div",{className:w,style:o,ref:p},r.a.createElement("svg",{className:"dv-svg-container",width:h,height:f},r.a.createElement("defs",null,r.a.createElement("path",{id:v,d:"M2.5, 2.5 L"+(h-2.5)+", 2.5 L"+(h-2.5)+", "+(f-2.5)+" L2.5, "+(f-2.5)+" L2.5, 2.5",fill:"transparent"}),r.a.createElement("radialGradient",{id:y,cx:"50%",cy:"50%",r:"50%"},r.a.createElement("stop",{offset:"0%",stopColor:"#fff",stopOpacity:"1"}),r.a.createElement("stop",{offset:"100%",stopColor:"#fff",stopOpacity:"0"})),r.a.createElement("mask",{id:x},r.a.createElement("circle",{cx:"0",cy:"0",r:"150",fill:"url(#"+y+")"},r.a.createElement("animateMotion",{dur:c+"s",path:"M2.5, 2.5 L"+(h-2.5)+", 2.5 L"+(h-2.5)+", "+(f-2.5)+" L2.5, "+(f-2.5)+" L2.5, 2.5",rotate:"auto",repeatCount:"indefinite"})))),r.a.createElement("use",{stroke:b[0],strokeWidth:"1",href:"#"+v}),r.a.createElement("use",{stroke:b[1],strokeWidth:"3",href:"#"+v,mask:"url(#"+x+")"},r.a.createElement("animate",{attributeName:"stroke-dasharray",from:"0, "+_,to:_+", 0",dur:c+"s",repeatCount:"indefinite"}))),r.a.createElement("div",{className:"border-box-content"},n))}));Pe.propTypes={children:B.node,className:B.string,style:B.object,color:B.array,dur:B.number};var Ee=Pe;F(".dv-border-box-9 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-9 svg {\n position: absolute;\n width: 100%;\n height: 100%;\n left: 0px;\n top: 0px;\n}\n.dv-border-box-9 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var De=["#11eefd","#0078d2"],Le=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=Y(t),c=u.width,d=u.height,h=u.domRef,f=Object(i.useState)((function(){var e=Date.now();return{gradientId:"border-box-9-gradient-"+e,maskId:"border-box-9-mask-"+e}})),p=H(f,1)[0],g=p.gradientId,m=p.maskId,v=Object(i.useMemo)((function(){return de(ue(De,!0),l||[])}),[l]),y=Object(i.useMemo)((function(){return q("dv-border-box-9",a)}),[a]);return r.a.createElement("div",{className:y,style:o,ref:h},r.a.createElement("svg",{className:"dv-svg-container",width:c,height:d},r.a.createElement("defs",null,r.a.createElement("linearGradient",{id:g,x1:"0%",y1:"0%",x2:"100%",y2:"100%"},r.a.createElement("animate",{attributeName:"x1",values:"0%;100%;0%",dur:"10s",begin:"0s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"x2",values:"100%;0%;100%",dur:"10s",begin:"0s",repeatCount:"indefinite"}),r.a.createElement("stop",{offset:"0%",stopColor:v[0]},r.a.createElement("animate",{attributeName:"stop-color",values:v[0]+";"+v[1]+";"+v[0],dur:"10s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("stop",{offset:"100%",stopColor:v[1]},r.a.createElement("animate",{attributeName:"stop-color",values:v[1]+";"+v[0]+";"+v[1],dur:"10s",begin:"0s",repeatCount:"indefinite"}))),r.a.createElement("mask",{id:m},r.a.createElement("polyline",{stroke:"#fff",strokeWidth:"3",fill:"transparent",points:"8, "+.4*d+" 8, 3, "+(.4*c+7)+", 3"}),r.a.createElement("polyline",{fill:"#fff",points:"8, "+.15*d+" 8, 3, "+(.1*c+7)+", 3\n "+.1*c+", 8 14, 8 14, "+(.15*d-7)+"\n "}),r.a.createElement("polyline",{stroke:"#fff",strokeWidth:"3",fill:"transparent",points:.5*c+", 3 "+(c-3)+", 3, "+(c-3)+", "+.25*d}),r.a.createElement("polyline",{fill:"#fff",points:"\n "+.52*c+", 3 "+.58*c+", 3\n "+(.58*c-7)+", 9 "+(.52*c+7)+", 9\n "}),r.a.createElement("polyline",{fill:"#fff",points:"\n "+.9*c+", 3 "+(c-3)+", 3 "+(c-3)+", "+.1*d+"\n "+(c-9)+", "+(.1*d-7)+" "+(c-9)+", 9 "+(.9*c+7)+", 9\n "}),r.a.createElement("polyline",{stroke:"#fff",strokeWidth:"3",fill:"transparent",points:"8, "+.5*d+" 8, "+(d-3)+" "+(.3*c+7)+", "+(d-3)}),r.a.createElement("polyline",{fill:"#fff",points:"\n 8, "+.55*d+" 8, "+.7*d+"\n 2, "+(.7*d-7)+" 2, "+(.55*d+7)+"\n "}),r.a.createElement("polyline",{stroke:"#fff",strokeWidth:"3",fill:"transparent",points:.35*c+", "+(d-3)+" "+(c-3)+", "+(d-3)+" "+(c-3)+", "+.35*d}),r.a.createElement("polyline",{fill:"#fff",points:"\n "+.92*c+", "+(d-3)+" "+(c-3)+", "+(d-3)+" "+(c-3)+", "+.8*d+"\n "+(c-9)+", "+(.8*d+7)+" "+(c-9)+", "+(d-9)+" "+(.92*c+7)+", "+(d-9)+"\n "}))),r.a.createElement("rect",{x:"0",y:"0",width:c,height:d,fill:"url(#"+g+")",mask:"url(#"+m+")"})),r.a.createElement("div",{className:"border-box-content"},n))}));Le.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};F(".dv-border-box-10 {\n position: relative;\n width: 100%;\n height: 100%;\n border-radius: 6px;\n}\n.dv-border-box-10 .border {\n position: absolute;\n display: block;\n}\n.dv-border-box-10 .right-top {\n right: 0px;\n transform: rotateY(180deg);\n}\n.dv-border-box-10 .left-bottom {\n bottom: 0px;\n transform: rotateX(180deg);\n}\n.dv-border-box-10 .right-bottom {\n right: 0px;\n bottom: 0px;\n transform: rotateX(180deg) rotateY(180deg);\n}\n.dv-border-box-10 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var Oe=["left-top","right-top","left-bottom","right-bottom"],Ne=["#1d48c4","#d3e1f8"],Re=function(e){var t=e.children,n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Object(i.useMemo)((function(){return de(ue(Ne,!0),s||[])}),[s]),u=Object(i.useMemo)((function(){return q("dv-border-box-10",n)}),[n]),c=Object(i.useMemo)((function(){return W({boxShadow:"inset 0 0 25px 3px "+l[0]},a)}),[a,l]);return r.a.createElement("div",{className:u,style:c},Oe.map((function(e){return r.a.createElement("svg",{width:"150px",height:"150px",key:e,className:e+" border"},r.a.createElement("polygon",{fill:l[1],points:"40, 0 5, 0 0, 5 0, 16 3, 19 3, 7 7, 3 35, 3"}))})),r.a.createElement("div",{className:"border-box-content"},t))};Re.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};var ze=o((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=new Map([["transparent","rgba(0,0,0,0)"],["black","#000000"],["silver","#C0C0C0"],["gray","#808080"],["white","#FFFFFF"],["maroon","#800000"],["red","#FF0000"],["purple","#800080"],["fuchsia","#FF00FF"],["green","#008000"],["lime","#00FF00"],["olive","#808000"],["yellow","#FFFF00"],["navy","#000080"],["blue","#0000FF"],["teal","#008080"],["aqua","#00FFFF"],["aliceblue","#f0f8ff"],["antiquewhite","#faebd7"],["aquamarine","#7fffd4"],["azure","#f0ffff"],["beige","#f5f5dc"],["bisque","#ffe4c4"],["blanchedalmond","#ffebcd"],["blueviolet","#8a2be2"],["brown","#a52a2a"],["burlywood","#deb887"],["cadetblue","#5f9ea0"],["chartreuse","#7fff00"],["chocolate","#d2691e"],["coral","#ff7f50"],["cornflowerblue","#6495ed"],["cornsilk","#fff8dc"],["crimson","#dc143c"],["cyan","#00ffff"],["darkblue","#00008b"],["darkcyan","#008b8b"],["darkgoldenrod","#b8860b"],["darkgray","#a9a9a9"],["darkgreen","#006400"],["darkgrey","#a9a9a9"],["darkkhaki","#bdb76b"],["darkmagenta","#8b008b"],["darkolivegreen","#556b2f"],["darkorange","#ff8c00"],["darkorchid","#9932cc"],["darkred","#8b0000"],["darksalmon","#e9967a"],["darkseagreen","#8fbc8f"],["darkslateblue","#483d8b"],["darkslategray","#2f4f4f"],["darkslategrey","#2f4f4f"],["darkturquoise","#00ced1"],["darkviolet","#9400d3"],["deeppink","#ff1493"],["deepskyblue","#00bfff"],["dimgray","#696969"],["dimgrey","#696969"],["dodgerblue","#1e90ff"],["firebrick","#b22222"],["floralwhite","#fffaf0"],["forestgreen","#228b22"],["gainsboro","#dcdcdc"],["ghostwhite","#f8f8ff"],["gold","#ffd700"],["goldenrod","#daa520"],["greenyellow","#adff2f"],["grey","#808080"],["honeydew","#f0fff0"],["hotpink","#ff69b4"],["indianred","#cd5c5c"],["indigo","#4b0082"],["ivory","#fffff0"],["khaki","#f0e68c"],["lavender","#e6e6fa"],["lavenderblush","#fff0f5"],["lawngreen","#7cfc00"],["lemonchiffon","#fffacd"],["lightblue","#add8e6"],["lightcoral","#f08080"],["lightcyan","#e0ffff"],["lightgoldenrodyellow","#fafad2"],["lightgray","#d3d3d3"],["lightgreen","#90ee90"],["lightgrey","#d3d3d3"],["lightpink","#ffb6c1"],["lightsalmon","#ffa07a"],["lightseagreen","#20b2aa"],["lightskyblue","#87cefa"],["lightslategray","#778899"],["lightslategrey","#778899"],["lightsteelblue","#b0c4de"],["lightyellow","#ffffe0"],["limegreen","#32cd32"],["linen","#faf0e6"],["magenta","#ff00ff"],["mediumaquamarine","#66cdaa"],["mediumblue","#0000cd"],["mediumorchid","#ba55d3"],["mediumpurple","#9370db"],["mediumseagreen","#3cb371"],["mediumslateblue","#7b68ee"],["mediumspringgreen","#00fa9a"],["mediumturquoise","#48d1cc"],["mediumvioletred","#c71585"],["midnightblue","#191970"],["mintcream","#f5fffa"],["mistyrose","#ffe4e1"],["moccasin","#ffe4b5"],["navajowhite","#ffdead"],["oldlace","#fdf5e6"],["olivedrab","#6b8e23"],["orange","#ffa500"],["orangered","#ff4500"],["orchid","#da70d6"],["palegoldenrod","#eee8aa"],["palegreen","#98fb98"],["paleturquoise","#afeeee"],["palevioletred","#db7093"],["papayawhip","#ffefd5"],["peachpuff","#ffdab9"],["peru","#cd853f"],["pink","#ffc0cb"],["plum","#dda0dd"],["powderblue","#b0e0e6"],["rosybrown","#bc8f8f"],["royalblue","#4169e1"],["saddlebrown","#8b4513"],["salmon","#fa8072"],["sandybrown","#f4a460"],["seagreen","#2e8b57"],["seashell","#fff5ee"],["sienna","#a0522d"],["skyblue","#87ceeb"],["slateblue","#6a5acd"],["slategray","#708090"],["slategrey","#708090"],["snow","#fffafa"],["springgreen","#00ff7f"],["steelblue","#4682b4"],["tan","#d2b48c"],["thistle","#d8bfd8"],["tomato","#ff6347"],["turquoise","#40e0d0"],["violet","#ee82ee"],["wheat","#f5deb3"],["whitesmoke","#f5f5f5"],["yellowgreen","#9acd32"]]);t.default=n}));a(ze);var Be=o((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.getRgbValue=l,t.getRgbaValue=u,t.getOpacity=c,t.toRgb=d,t.toHex=h,t.getColorFromRgbValue=f,t.darken=p,t.lighten=g,t.fade=m,t.default=void 0;var n=Q(ne),i=Q(ze),r=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/,a=/^(rgb|rgba|RGB|RGBA)/,o=/^(rgba|RGBA)/;function s(e){var t=r.test(e),n=a.test(e);return t||n?e:(e=function(e){if(!e)return console.error("getColorByKeywords: Missing parameters!"),!1;return!!i.default.has(e)&&i.default.get(e)}(e))||(console.error("Color: Invalid color!"),!1)}function l(e){if(!e)return console.error("getRgbValue: Missing parameters!"),!1;if(!(e=s(e)))return!1;var t=r.test(e),n=a.test(e),i=e.toLowerCase();return t?function(e){3===(e=e.replace("#","")).length&&(e=Array.from(e).map((function(e){return e+e})).join(""));return e=e.split(""),new Array(3).fill(0).map((function(t,n){return parseInt("0x".concat(e[2*n]).concat(e[2*n+1]))}))}(i):n?function(e){return e.replace(/rgb\(|rgba\(|\)/g,"").split(",").slice(0,3).map((function(e){return parseInt(e)}))}(i):void 0}function u(e){if(!e)return console.error("getRgbaValue: Missing parameters!"),!1;var t=l(e);return!!t&&(t.push(c(e)),t)}function c(e){return e?!!(e=s(e))&&(o.test(e)?(e=e.toLowerCase(),Number(e.split(",").slice(-1)[0].replace(/[)|\s]/g,""))):1):(console.error("getOpacity: Missing parameters!"),!1)}function d(e,t){if(!e)return console.error("toRgb: Missing parameters!"),!1;var n=l(e);return!!n&&("number"===typeof t?"rgba("+n.join(",")+",".concat(t,")"):"rgb("+n.join(",")+")")}function h(e){return e?r.test(e)?e:!!(e=l(e))&&"#"+e.map((function(e){return Number(e).toString(16)})).map((function(e){return"0"===e?"00":e})).join(""):(console.error("toHex: Missing parameters!"),!1)}function f(e){if(!e)return console.error("getColorFromRgbValue: Missing parameters!"),!1;var t=e.length;if(3!==t&&4!==t)return console.error("getColorFromRgbValue: Value is illegal!"),!1;var n=3===t?"rgb(":"rgba(";return n+=e.join(",")+")"}function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!e)return console.error("darken: Missing parameters!"),!1;var n=u(e);return!!n&&f(n=n.map((function(e,n){return 3===n?e:e-Math.ceil(2.55*t)})).map((function(e){return e<0?0:e})))}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!e)return console.error("lighten: Missing parameters!"),!1;var n=u(e);return!!n&&f(n=n.map((function(e,n){return 3===n?e:e+Math.ceil(2.55*t)})).map((function(e){return e>255?255:e})))}function m(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100;if(!e)return console.error("fade: Missing parameters!"),!1;var i=l(e);if(!i)return!1;var r=[].concat((0,n.default)(i),[t/100]);return f(r)}var v={fade:m,toHex:h,toRgb:d,darken:p,lighten:g,getOpacity:c,getRgbValue:l,getRgbaValue:u,getColorFromRgbValue:f};t.default=v}));a(Be);Be.getRgbValue,Be.getRgbaValue,Be.getOpacity,Be.toRgb,Be.toHex,Be.getColorFromRgbValue,Be.darken,Be.lighten;var Fe=Be.fade;F(".dv-border-box-11 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-11 .dv-border-svg-container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n}\n.dv-border-box-11 .dv-border-svg-container polyline {\n fill: none;\n stroke-width: 1;\n}\n.dv-border-box-11 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var Ve=["#8aaafb","#1f33a2"],Ge=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=e.titleWidth,c=void 0===u?250:u,d=e.title,h=void 0===d?"":d,f=Object(i.useRef)("border-box-11-filterId-"+Date.now()).current,p=Y(t),g=p.width,m=p.height,v=p.domRef,y=Object(i.useMemo)((function(){return de(ue(Ve,!0),l||[])}),[l]),x=Object(i.useMemo)((function(){return q("dv-border-box-11",a)}),[a]);return r.a.createElement("div",{className:x,style:o,ref:v},r.a.createElement("svg",{className:"dv-border-svg-container",width:g,height:m},r.a.createElement("defs",null,r.a.createElement("filter",{id:f,height:"150%",width:"150%",x:"-25%",y:"-25%"},r.a.createElement("feMorphology",{operator:"dilate",radius:"2",in:"SourceAlpha",result:"thicken"}),r.a.createElement("feGaussianBlur",{in:"thicken",stdDeviation:"3",result:"blurred"}),r.a.createElement("feFlood",{floodColor:y[1],result:"glowColor"}),r.a.createElement("feComposite",{in:"glowColor",in2:"blurred",operator:"in",result:"softGlowColored"}),r.a.createElement("feMerge",null,r.a.createElement("feMergeNode",{in:"softGlowColored"}),r.a.createElement("feMergeNode",{in:"SourceGraphic"})))),r.a.createElement("polyline",{stroke:y[0],filter:"url(#"+f+")",points:"\n "+(g-c)/2+", 30\n 20, 30 7, 50 7, "+(50+(m-167)/2)+"\n 13, "+(55+(m-167)/2)+" 13, "+(135+(m-167)/2)+"\n 7, "+(140+(m-167)/2)+" 7, "+(m-27)+"\n 20, "+(m-7)+" "+(g-20)+", "+(m-7)+" "+(g-7)+", "+(m-27)+"\n "+(g-7)+", "+(140+(m-167)/2)+" "+(g-13)+", "+(135+(m-167)/2)+"\n "+(g-13)+", "+(55+(m-167)/2)+" "+(g-7)+", "+(50+(m-167)/2)+"\n "+(g-7)+", 50 "+(g-20)+", 30 "+(g+c)/2+", 30\n "+((g+c)/2-20)+", 7 "+((g-c)/2+20)+", 7\n "+(g-c)/2+", 30 "+((g-c)/2+20)+", 52\n "+((g+c)/2-20)+", 52 "+(g+c)/2+", 30\n "}),r.a.createElement("polygon",{stroke:y[0],fill:"transparent",points:"\n "+((g+c)/2-5)+", 30 "+((g+c)/2-21)+", 11\n "+((g+c)/2-27)+", 11 "+((g+c)/2-8)+", 34\n "}),r.a.createElement("polygon",{stroke:y[0],fill:"transparent",points:"\n "+((g-c)/2+5)+", 30 "+((g-c)/2+22)+", 49\n "+((g-c)/2+28)+", 49 "+((g-c)/2+8)+", 26\n "}),r.a.createElement("polygon",{stroke:y[0],fill:Fe(y[1]||Ve[1],30),filter:"url(#"+f+")",points:"\n "+((g+c)/2-11)+", 37 "+((g+c)/2-32)+", 11\n "+((g-c)/2+23)+", 11 "+((g-c)/2+11)+", 23\n "+((g-c)/2+33)+", 49 "+((g+c)/2-22)+", 49\n "}),r.a.createElement("polygon",{filter:"url(#"+f+")",fill:y[0],opacity:"1",points:"\n "+((g-c)/2-10)+", 37 "+((g-c)/2-31)+", 37\n "+((g-c)/2-25)+", 46 "+((g-c)/2-4)+", 46\n "},r.a.createElement("animate",{attributeName:"opacity",values:"1;0.7;1",dur:"2s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("polygon",{filter:"url(#"+f+")",fill:y[0],opacity:"0.7",points:"\n "+((g-c)/2-40)+", 37 "+((g-c)/2-61)+", 37\n "+((g-c)/2-55)+", 46 "+((g-c)/2-34)+", 46\n "},r.a.createElement("animate",{attributeName:"opacity",values:"0.7;0.4;0.7",dur:"2s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("polygon",{filter:"url(#"+f+")",fill:y[0],opacity:"0.5",points:"\n "+((g-c)/2-70)+", 37 "+((g-c)/2-91)+", 37\n "+((g-c)/2-85)+", 46 "+((g-c)/2-64)+", 46\n "},r.a.createElement("animate",{attributeName:"opacity",values:"0.5;0.2;0.5",dur:"2s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("polygon",{filter:"url(#"+f+")",fill:y[0],opacity:"1",points:"\n "+((g+c)/2+30)+", 37 "+((g+c)/2+9)+", 37\n "+((g+c)/2+3)+", 46 "+((g+c)/2+24)+", 46\n "},r.a.createElement("animate",{attributeName:"opacity",values:"1;0.7;1",dur:"2s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("polygon",{filter:"url(#"+f+")",fill:y[0],opacity:"0.7",points:"\n "+((g+c)/2+60)+", 37 "+((g+c)/2+39)+", 37\n "+((g+c)/2+33)+", 46 "+((g+c)/2+54)+", 46\n "},r.a.createElement("animate",{attributeName:"opacity",values:"0.7;0.4;0.7",dur:"2s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("polygon",{filter:"url(#"+f+")",fill:y[0],opacity:"0.5",points:"\n "+((g+c)/2+90)+", 37 "+((g+c)/2+69)+", 37\n "+((g+c)/2+63)+", 46 "+((g+c)/2+84)+", 46\n "},r.a.createElement("animate",{attributeName:"opacity",values:"0.5;0.2;0.5",dur:"2s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("text",{className:"dv-border-box-11-title",x:""+g/2,y:"32",fill:"#fff",fontSize:"18",textAnchor:"middle",dominantBaseline:"middle"},h),r.a.createElement("polygon",{fill:y[0],filter:"url(#"+f+")",points:"\n 7, "+(53+(m-167)/2)+" 11, "+(57+(m-167)/2)+"\n 11, "+(133+(m-167)/2)+" 7, "+(137+(m-167)/2)+"\n "}),r.a.createElement("polygon",{fill:y[0],filter:"url(#"+f+")",points:"\n "+(g-7)+", "+(53+(m-167)/2)+" "+(g-11)+", "+(57+(m-167)/2)+"\n "+(g-11)+", "+(133+(m-167)/2)+" "+(g-7)+", "+(137+(m-167)/2)+"\n "})),r.a.createElement("div",{className:"border-box-content"},n))}));Ge.propTypes={children:B.node,className:B.string,style:B.object,color:B.array,titleWidth:B.number,title:B.string};F(".dv-border-box-12 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-12 .dv-border-svg-container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n}\n.dv-border-box-12 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var je=["#2e6099","#7ce7fd"],We=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=Object(i.useRef)("border-box-12-filterId-"+Date.now()).current,c=Y(t),d=c.width,h=c.height,f=c.domRef,p=Object(i.useMemo)((function(){return de(ue(je,!0),l||[])}),[l]),g=Object(i.useMemo)((function(){return q("dv-border-box-12",a)}),[a]);return r.a.createElement("div",{className:g,style:o,ref:f},r.a.createElement("svg",{className:"dv-border-svg-container",width:d,height:h},r.a.createElement("defs",null,r.a.createElement("filter",{id:u,height:"150%",width:"150%",x:"-25%",y:"-25%"},r.a.createElement("feMorphology",{operator:"dilate",radius:"1",in:"SourceAlpha",result:"thicken"}),r.a.createElement("feGaussianBlur",{in:"thicken",stdDeviation:"2",result:"blurred"}),r.a.createElement("feFlood",{floodColor:Fe(p[1]||je[1],70),result:"glowColor"},r.a.createElement("animate",{attributeName:"flood-color",values:"\n "+Fe(p[1]||je[1],70)+";\n "+Fe(p[1]||je[1],30)+";\n "+Fe(p[1]||je[1],70)+";\n ",dur:"3s",begin:"0s",repeatCount:"indefinite"})),r.a.createElement("feComposite",{in:"glowColor",in2:"blurred",operator:"in",result:"softGlowColored"}),r.a.createElement("feMerge",null,r.a.createElement("feMergeNode",{in:"softGlowColored"}),r.a.createElement("feMergeNode",{in:"SourceGraphic"})))),d&&h&&r.a.createElement("path",{fill:"transparent",strokeWidth:"2",stroke:p[0],d:"\n M15 5 L "+(d-15)+" 5 Q "+(d-5)+" 5, "+(d-5)+" 15\n L "+(d-5)+" "+(h-15)+" Q "+(d-5)+" "+(h-5)+", "+(d-15)+" "+(h-5)+"\n L 15, "+(h-5)+" Q 5 "+(h-5)+" 5 "+(h-15)+" L 5 15\n Q 5 5 15 5\n "}),r.a.createElement("path",{strokeWidth:"2",fill:"transparent",strokeLinecap:"round",filter:"url(#"+u+")",stroke:p[1],d:"M 20 5 L 15 5 Q 5 5 5 15 L 5 20"}),r.a.createElement("path",{strokeWidth:"2",fill:"transparent",strokeLinecap:"round",filter:"url(#"+u+")",stroke:p[1],d:"M "+(d-20)+" 5 L "+(d-15)+" 5 Q "+(d-5)+" 5 "+(d-5)+" 15 L "+(d-5)+" 20"}),r.a.createElement("path",{strokeWidth:"2",fill:"transparent",strokeLinecap:"round",filter:"url(#"+u+")",stroke:p[1],d:"\n M "+(d-20)+" "+(h-5)+" L "+(d-15)+" "+(h-5)+"\n Q "+(d-5)+" "+(h-5)+" "+(d-5)+" "+(h-15)+"\n L "+(d-5)+" "+(h-20)+"\n "}),r.a.createElement("path",{strokeWidth:"2",fill:"transparent",strokeLinecap:"round",filter:"url(#"+u+")",stroke:p[1],d:"\n M 20 "+(h-5)+" L 15 "+(h-5)+"\n Q 5 "+(h-5)+" 5 "+(h-15)+"\n L 5 "+(h-20)+"\n "})),r.a.createElement("div",{className:"border-box-content"},n))}));We.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};F(".dv-border-box-13 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-border-box-13 .dv-border-svg-container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n}\n.dv-border-box-13 .border-box-content {\n position: relative;\n width: 100%;\n height: 100%;\n}\n");var He=["#6586ec","#2cf7fe"],Ue=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=Y(t),c=u.width,d=u.height,h=u.domRef,f=Object(i.useMemo)((function(){return de(ue(He,!0),l||[])}),[l]),p=Object(i.useMemo)((function(){return q("dv-border-box-13",a)}),[a]);return r.a.createElement("div",{className:p,style:o,ref:h},r.a.createElement("svg",{className:"dv-border-svg-container",width:c,height:d},r.a.createElement("path",{fill:"transparent",stroke:f[0],d:"\n M 5 20 L 5 10 L 12 3 L 60 3 L 68 10\n L "+(c-20)+" 10 L "+(c-5)+" 25\n L "+(c-5)+" "+(d-5)+" L 20 "+(d-5)+"\n L 5 "+(d-20)+" L 5 20\n "}),r.a.createElement("path",{fill:"transparent",strokeWidth:"3",strokeLinecap:"round",strokeDasharray:"10, 5",stroke:f[0],d:"M 16 9 L 61 9"}),r.a.createElement("path",{fill:"transparent",stroke:f[1],d:"M 5 20 L 5 10 L 12 3 L 60 3 L 68 10"}),r.a.createElement("path",{fill:"transparent",stroke:f[1],d:"M "+(c-5)+" "+(d-30)+" L "+(c-5)+" "+(d-5)+" L "+(c-30)+" "+(d-5)})),r.a.createElement("div",{className:"border-box-content"},n))}));Ue.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};var Ye=Ue;F(".dv-decoration-1 {\n width: 100%;\n height: 100%;\n}\n.dv-decoration-1 svg {\n transform-origin: left top;\n}\n");var Ze=["#fff","#0de7c2"],qe=[200,50];var Xe=Object(i.forwardRef)((function(e,t){var n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Y(t),u=l.width,c=l.height,d=l.domRef;var h=Object(i.useMemo)((function(){return de(ue(Ze,!0),s||[])}),[s]),f=Object(i.useMemo)((function(){var e=function(){var e=qe[0]/21,t=qe[1]/5;return new Array(4).fill(0).map((function(n,i){return new Array(20).fill(0).map((function(n,r){return[e*(r+1),t*(i+1)]}))})).reduce((function(e,t){return[].concat(U(e),U(t))}),[])}();return{points:e,rects:[e[39],e[37]],svgScale:[u/qe[0],c/qe[1]]}}),[u,c]),p=f.svgScale,g=f.points,m=f.rects,v=Object(i.useMemo)((function(){return q("dv-decoration-1",n)}),[n]);return r.a.createElement("div",{className:v,style:a,ref:d},r.a.createElement("svg",{width:qe[0]+"px",height:qe[1]+"px",style:{transform:"scale("+p[0]+","+p[1]+")"}},g.reduce((function(e,t,n){return Math.random()>.6?[].concat(U(e),[r.a.createElement("rect",{key:n,fill:h[0],x:t[0]-1.25,y:t[1]-1.25,width:2.5,height:2.5},Math.random()>.6&&r.a.createElement("animate",{attributeName:"fill",values:h[0]+";transparent",dur:"1s",begin:2*Math.random(),repeatCount:"indefinite"}))]):e}),[]),!!m[0]&&r.a.createElement("rect",{fill:h[1],x:m[0][0]-2.5,y:m[0][1]-2.5,width:5,height:5},r.a.createElement("animate",{attributeName:"width",values:"0;5",dur:"2s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"height",values:"0;5",dur:"2s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"x",values:m[0][0]+";"+(m[0][0]-2.5),dur:"2s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"y",values:m[0][1]+";"+(m[0][1]-2.5),dur:"2s",repeatCount:"indefinite"})),!!m[1]&&r.a.createElement("rect",{fill:h[1],x:m[1][0]-40,y:m[1][1]-2.5,width:"40",height:5},r.a.createElement("animate",{attributeName:"width",values:"0;40;0",dur:"2s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"x",values:m[1][0]+";"+(m[1][0]-40)+";"+m[1][0],dur:"2s",repeatCount:"indefinite"}))))}));Xe.propTypes={className:B.string,style:B.object,color:B.array};var Qe=Xe;F(".dv-decoration-2 {\n display: flex;\n width: 100%;\n height: 100%;\n justify-content: center;\n align-items: center;\n}\n");var Ke=["#3faacb","#fff"],Je=Object(i.forwardRef)((function(e,t){var n=e.reverse,a=void 0!==n&&n,o=e.className,s=e.style,l=e.color,u=void 0===l?[]:l,c=Y(t),d=c.width,h=c.height,f=c.domRef;var p=Object(i.useMemo)((function(){return de(ue(Ke,!0),u||[])}),[u]),g=Object(i.useMemo)((function(){return a?{w:1,h:h,x:d/2,y:0}:{w:d,h:1,x:0,y:h/2}}),[a,d,h]),m=g.x,v=g.y,y=g.w,x=g.h,b=Object(i.useMemo)((function(){return q("dv-decoration-2",o)}),[o]);return r.a.createElement("div",{className:b,style:s,ref:f},r.a.createElement("svg",{width:d+"px",height:h+"px"},r.a.createElement("rect",{x:m,y:v,width:y,height:x,fill:p[0]},r.a.createElement("animate",{attributeName:a?"height":"width",from:"0",to:a?h:d,dur:"6s",calcMode:"spline",keyTimes:"0;1",keySplines:".42,0,.58,1",repeatCount:"indefinite"})),r.a.createElement("rect",{x:m,y:v,width:"1",height:"1",fill:p[1]},r.a.createElement("animate",{attributeName:a?"y":"x",from:"0",to:a?h:d,dur:"6s",calcMode:"spline",keyTimes:"0;1",keySplines:"0.42,0,0.58,1",repeatCount:"indefinite"}))))}));Je.propTypes={reverse:B.bool,className:B.string,style:B.object,color:B.array},Je.defaultProps={reverse:!1};F(".dv-decoration-3 {\n width: 100%;\n height: 100%;\n}\n.dv-decoration-3 svg {\n transform-origin: left top;\n}\n");var $e=["#7acaec","transparent"],et=[300,35];function tt(){var e=et[0]/26,t=et[1]/3;return new Array(2).fill(0).map((function(n,i){return new Array(25).fill(0).map((function(n,r){return[e*(r+1),t*(i+1)]}))})).reduce((function(e,t){return[].concat(U(e),U(t))}),[])}var nt=Object(i.forwardRef)((function(e,t){var n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Y(t),u=l.width,c=l.height,d=l.domRef;var h=Object(i.useMemo)((function(){return de(ue($e,!0),s||[])}),[s]),f=Object(i.useMemo)((function(){return{points:tt(),svgScale:[u/et[0],c/et[1]]}}),[u,c]),p=f.svgScale,g=f.points,m=Object(i.useMemo)((function(){return q("dv-decoration-3",n)}),[n]);return r.a.createElement("div",{className:m,style:a,ref:d},r.a.createElement("svg",{width:et[0]+"px",height:et[1]+"px",style:{transform:"scale("+p[0]+","+p[1]+")"}},g.map((function(e,t){return r.a.createElement("rect",{key:t,fill:h[0],x:e[0]-3.5,y:e[1]-3.5,width:7,height:7},Math.random()>.6&&r.a.createElement("animate",{attributeName:"fill",values:""+h.join(";"),dur:Math.random()+1+"s",begin:2*Math.random(),repeatCount:"indefinite"}))}))))}));nt.propTypes={className:B.string,style:B.object,color:B.array};F(".dv-decoration-4 {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.dv-decoration-4 .container {\n display: flex;\n overflow: hidden;\n position: absolute;\n}\n.dv-decoration-4 .normal {\n height: 0% !important;\n animation: ani-height 3s ease-in-out infinite;\n left: 50%;\n margin-left: -2px;\n}\n.dv-decoration-4 .reverse {\n width: 0% !important;\n animation: ani-width 3s ease-in-out infinite;\n top: 50%;\n margin-top: -2px;\n}\n@keyframes ani-height {\n 70% {\n height: 100%;\n }\n 100% {\n height: 100%;\n }\n}\n@keyframes ani-width {\n 70% {\n width: 100%;\n }\n 100% {\n width: 100%;\n }\n}\n");var it=["rgba(255, 255, 255, 0.3)","rgba(255, 255, 255, 0.3)"],rt=Object(i.forwardRef)((function(e,t){var n=e.reverse,a=void 0!==n&&n,o=e.className,s=e.style,l=e.color,u=void 0===l?[]:l,c=Y(t),d=c.width,h=c.height,f=c.domRef,p=Object(i.useMemo)((function(){return de(ue(it,!0),u||[])}),[u]),g=Object(i.useMemo)((function(){return q("dv-decoration-4",o)}),[o]);return r.a.createElement("div",{className:g,style:s,ref:f},r.a.createElement("div",{className:"container "+(a?"reverse":"normal"),style:a?{width:d+"px",height:"5px"}:{width:"5px",height:h+"px"}},r.a.createElement("svg",{width:a?d:5,height:a?5:h},r.a.createElement("polyline",{stroke:p[0],points:a?"0, 2.5 "+d+", 2.5":"2.5, 0 2.5, "+h}),r.a.createElement("polyline",{className:"bold-line",stroke:p[1],strokeWidth:"3",strokeDasharray:"20, 80",strokeDashoffset:"-30",points:a?"0, 2.5 "+d+", 2.5":"2.5, 0 2.5, "+h}))))}));rt.propTypes={reverse:B.bool,className:B.string,style:B.object,color:B.array},rt.defaultProps={reverse:!1};F(".dv-decoration-5 {\n width: 100%;\n height: 100%;\n}\n");var at=["#3f96a5","#3f96a5"],ot=Object(i.forwardRef)((function(e,t){var n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Y(t),u=l.width,c=l.height,d=l.domRef;var h=Object(i.useMemo)((function(){return de(ue(at,!0),s||[])}),[s]),f=Object(i.useMemo)((function(){var e=[[0,.2*c],[.18*u,.2*c],[.2*u,.4*c],[.25*u,.4*c],[.27*u,.6*c],[.72*u,.6*c],[.75*u,.4*c],[.8*u,.4*c],[.82*u,.2*c],[u,.2*c]],t=[[.3*u,.8*c],[.7*u,.8*c]],n=he(e),i=he(t);return{line1Points:e=e.map((function(e){return e.join(",")})).join(" "),line2Points:t=t.map((function(e){return e.join(",")})).join(" "),line1Length:n,line2Length:i}}),[u,c]),p=f.line1Points,g=f.line2Points,m=f.line1Length,v=f.line2Length,y=Object(i.useMemo)((function(){return q("dv-decoration-5",n)}),[n]);return r.a.createElement("div",{className:y,style:a,ref:d},r.a.createElement("svg",{width:u,height:c},r.a.createElement("polyline",{fill:"transparent",stroke:h[0],strokeWidth:"3",points:p},r.a.createElement("animate",{attributeName:"stroke-dasharray",attributeType:"XML",from:"0, "+m/2+", 0, "+m/2,to:"0, 0, "+m+", 0",dur:"1.2s",begin:"0s",calcMode:"spline",keyTimes:"0;1",keySplines:"0.4,1,0.49,0.98",repeatCount:"indefinite"})),r.a.createElement("polyline",{fill:"transparent",stroke:h[1],strokeWidth:"2",points:g},r.a.createElement("animate",{attributeName:"stroke-dasharray",attributeType:"XML",from:"0, "+v/2+", 0, "+v/2,to:"0, 0, "+v+", 0",dur:"1.2s",begin:"0s",calcMode:"spline",keyTimes:"0;1",keySplines:".4,1,.49,.98",repeatCount:"indefinite"}))))}));ot.propTypes={className:B.string,style:B.object,color:B.array};F(".dv-decoration-6 {\n width: 100%;\n height: 100%;\n}\n.dv-decoration-6 svg {\n transform-origin: left top;\n}\n");var st=["#7acaec","#7acaec"],lt=[300,35];function ut(){var e=lt[0]/41,t=lt[1]/2;return new Array(1).fill(0).map((function(n,i){return new Array(40).fill(0).map((function(n,r){return[e*(r+1),t*(i+1)]}))})).reduce((function(e,t){return[].concat(U(e),U(t))}),[])}var ct=Object(i.forwardRef)((function(e,t){var n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Y(t),u=l.width,c=l.height,d=l.domRef;var h=Object(i.useMemo)((function(){return de(ue(st,!0),s||[])}),[s]),f=Object(i.useMemo)((function(){return W({},function(){var e=lt[1],t=new Array(40).fill(0).map((function(t){return Math.random()>.8?V(.7*e,e):V(.2*e,.5*e)})),n=new Array(40).fill(0).map((function(e,n){return t[n]*Math.random()})),i=new Array(40).fill(0).map((function(e){return Math.random()+1.5}));return{heights:t,minHeights:n,randoms:i}}(),{points:ut(),svgScale:[u/lt[0],c/lt[1]]})}),[u,c]),p=f.points,g=f.heights,m=f.minHeights,v=f.randoms,y=f.svgScale,x=Object(i.useMemo)((function(){return q("dv-decoration-6",n)}),[[n]]);return r.a.createElement("div",{className:x,style:a,ref:d},r.a.createElement("svg",{width:lt[0]+"px",height:lt[1]+"px",style:{transform:"scale("+y[0]+","+y[1]+")"}},p.map((function(e,t){return r.a.createElement("rect",{key:t,fill:h[Math.random()>.5?0:1],x:e[0]-3.5,y:e[1]-g[t]/2,width:7,height:g[t]},r.a.createElement("animate",{attributeName:"y",values:e[1]-m[t]/2+";"+(e[1]-g[t]/2)+";"+(e[1]-m[t]/2),dur:v[t]+"s",keyTimes:"0;0.5;1",calcMode:"spline",keySplines:"0.42,0,0.58,1;0.42,0,0.58,1",begin:"0s",repeatCount:"indefinite"}),r.a.createElement("animate",{attributeName:"height",values:m[t]+";"+g[t]+";"+m[t],dur:v[t]+"s",keyTimes:"0;0.5;1",calcMode:"spline",keySplines:"0.42,0,0.58,1;0.42,0,0.58,1",begin:"0s",repeatCount:"indefinite"}))}))))}));ct.propTypes={className:B.string,style:B.object,color:B.array};F(".dv-decoration-7 {\n display: flex;\n width: 100%;\n height: 100%;\n justify-content: center;\n align-items: center;\n}\n");var dt=["#1dc1f5","#1dc1f5"],ht=function(e){var t=e.children,n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Object(i.useMemo)((function(){return de(ue(dt,!0),s||[])}),[s]),u=Object(i.useMemo)((function(){return q("dv-decoration-7",n)}),[n]);return r.a.createElement("div",{className:u,style:a},r.a.createElement("svg",{width:"21px",height:"20px"},r.a.createElement("polyline",{strokeWidth:"4",fill:"transparent",stroke:l[0],points:"10, 0 19, 10 10, 20"}),r.a.createElement("polyline",{strokeWidth:"2",fill:"transparent",stroke:l[1],points:"2, 0 11, 10 2, 20"})),t,r.a.createElement("svg",{width:"21px",height:"20px"},r.a.createElement("polyline",{strokeWidth:"4",fill:"transparent",stroke:l[0],points:"11, 0 2, 10 11, 20"}),r.a.createElement("polyline",{strokeWidth:"2",fill:"transparent",stroke:l[1],points:"19, 0 10, 10 19, 20"})))};ht.propTypes={children:B.node,className:B.string,style:B.object,color:B.array};F(".dv-decoration-8 {\n display: flex;\n width: 100%;\n height: 100%;\n}\n");var ft=["#3f96a5","#3f96a5"],pt=Object(i.forwardRef)((function(e,t){var n=e.reverse,a=void 0!==n&&n,o=e.className,s=e.style,l=e.color,u=void 0===l?[]:l,c=Y(t),d=c.width,h=c.height,f=c.domRef,p=function(e){return a?d-e:e},g=Object(i.useMemo)((function(){return de(ue(ft,!0),u||[])}),[u]),m=Object(i.useMemo)((function(){return[p(0)+", 0 "+p(30)+", "+h/2,p(20)+", 0 "+p(50)+", "+h/2+" "+p(d)+", "+h/2,p(0)+", "+(h-3)+", "+p(200)+", "+(h-3)]}),[a,d,h]),v=H(m,3),y=v[0],x=v[1],b=v[2],_=Object(i.useMemo)((function(){return q("dv-decoration-8",o)}),[o]);return r.a.createElement("div",{className:_,style:s,ref:f},r.a.createElement("svg",{width:d,height:h},r.a.createElement("polyline",{stroke:g[0],strokeWidth:"2",fill:"transparent",points:y}),r.a.createElement("polyline",{stroke:g[0],strokeWidth:"2",fill:"transparent",points:x}),r.a.createElement("polyline",{stroke:g[1],fill:"transparent",strokeWidth:"3",points:b})))}));pt.propTypes={reverse:B.bool,className:B.string,style:B.object,color:B.array},pt.defaultProps={reverse:!1};F(".dv-decoration-9 {\n position: relative;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.dv-decoration-9 svg {\n position: absolute;\n left: 0px;\n top: 0px;\n transform-origin: left top;\n}\n");var gt=["rgba(3, 166, 224, 0.8)","rgba(3, 166, 224, 0.5)"],mt=[100,100],vt=Object(i.forwardRef)((function(e,t){var n=e.children,a=e.className,o=e.style,s=e.color,l=void 0===s?[]:s,u=e.dur,c=void 0===u?3:u,d=Y(t),h=d.width,f=d.height,p=d.domRef,g=Object(i.useRef)("decoration-9-polygon-"+Date.now()),m=Object(i.useMemo)((function(){return de(ue(gt,!0),l||[])}),[l]),v=Object(i.useMemo)((function(){return[h/mt[0],f/mt[1]]}),[h,f]),y=Object(i.useMemo)((function(){return q("dv-decoration-9",a)}),[a]);return r.a.createElement("div",{className:y,style:o,ref:p},r.a.createElement("svg",{width:mt[0]+"px",height:mt[1]+"px",style:{transform:"scale("+v[0]+","+v[1]+")"}},r.a.createElement("defs",null,r.a.createElement("polygon",{id:g.current,points:"15, 46.5, 21, 47.5, 21, 52.5, 15, 53.5"})),r.a.createElement("circle",{cx:"50",cy:"50",r:"45",fill:"transparent",stroke:m[1],strokeWidth:"10",strokeDasharray:"80, 100, 30, 100"},r.a.createElement("animateTransform",{attributeName:"transform",type:"rotate",values:"0 50 50;360 50 50",dur:c+"s",repeatCount:"indefinite"})),r.a.createElement("circle",{cx:"50",cy:"50",r:"45",fill:"transparent",stroke:m[0],strokeWidth:"6",strokeDasharray:"50, 66, 100, 66"},r.a.createElement("animateTransform",{attributeName:"transform",type:"rotate",values:"0 50 50;-360 50 50",dur:c+"s",repeatCount:"indefinite"})),r.a.createElement("circle",{cx:"50",cy:"50",r:"38",fill:"transparent",stroke:Fe(m[1]||gt[1],30),strokeWidth:"1",strokeDasharray:"5, 1"}),new Array(20).fill(0).map((function(e,t){return r.a.createElement("use",{key:t,href:"#"+g.current,stroke:m[1],fill:Math.random()>.4?"transparent":m[0]},r.a.createElement("animateTransform",{attributeName:"transform",type:"rotate",values:"0 50 50;360 50 50",dur:c+"s",begin:t*c/20+"s",repeatCount:"indefinite"}))})),r.a.createElement("circle",{cx:"50",cy:"50",r:"26",fill:"transparent",stroke:Fe(m[1]||gt[1],30),strokeWidth:"1",strokeDasharray:"5, 1"})),n)}));vt.propTypes={children:B.node,className:B.string,style:B.object,color:B.array,dur:B.number};F(".dv-decoration-10 {\n width: 100%;\n height: 100%;\n display: flex;\n}\n");var yt=["#00c2ff","rgba(0, 194, 255, 0.3)"],xt=Object(i.forwardRef)((function(e,t){var n=e.className,a=e.style,o=e.color,s=void 0===o?[]:o,l=Y(t),u=l.width,c=l.height,d=l.domRef,h=Object(i.useRef)({animationId1:"d10ani1"+Date.now(),animationId2:"d10ani2"+Date.now(),animationId3:"d10ani3"+Date.now(),animationId4:"d10ani4"+Date.now(),animationId5:"d10ani5"+Date.now(),animationId6:"d10ani6"+Date.now(),animationId7:"d10ani7"+Date.now()}).current,f=h.animationId1,p=h.animationId2,g=h.animationId3,m=h.animationId4,v=h.animationId5,y=h.animationId6,x=h.animationId7,b=Object(i.useMemo)((function(){return de(ue(yt,!0),s||[])}),[s]),_=Object(i.useMemo)((function(){return q("dv-decoration-10",n)}),[n]);return r.a.createElement("div",{className:_,style:a,ref:d},r.a.createElement("svg",{width:u,height:c},r.a.createElement("polyline",{stroke:b[1],strokeWidth:"2",points:"0, "+c/2+" "+u+", "+c/2}),r.a.createElement("polyline",{stroke:b[0],strokeWidth:"2",points:"5, "+c/2+" "+(.2*u-3)+", "+c/2,strokeDasharray:"0, "+.2*u,fill:"freeze"},r.a.createElement("animate",{id:p,attributeName:"stroke-dasharray",values:"0, "+.2*u+";"+.2*u+", 0;",dur:"3s",begin:f+".end",fill:"freeze"}),r.a.createElement("animate",{attributeName:"stroke-dasharray",values:.2*u+", 0;0, "+.2*u,dur:"0.01s",begin:x+".end",fill:"freeze"})),r.a.createElement("polyline",{stroke:b[0],strokeWidth:"2",points:.2*u+3+", "+c/2+" "+(.8*u-3)+", "+c/2,strokeDasharray:"0, "+.6*u},r.a.createElement("animate",{id:m,attributeName:"stroke-dasharray",values:"0, "+.6*u+";"+.6*u+", 0",dur:"3s",begin:g+".end + 1s",fill:"freeze"}),r.a.createElement("animate",{attributeName:"stroke-dasharray",values:.6*u+", 0;0, "+.6*u,dur:"0.01s",begin:x+".end",fill:"freeze"})),r.a.createElement("polyline",{stroke:b[0],strokeWidth:"2",points:.8*u+3+", "+c/2+" "+(u-5)+", "+c/2,"strke-dasharray":"0, "+.2*u},r.a.createElement("animate",{id:y,attributeName:"stroke-dasharray",values:"0, "+.2*u+";"+.2*u+", 0",dur:"3s",begin:v+".end + 1s",fill:"freeze"}),r.a.createElement("animate",{attributeName:"stroke-dasharray",values:.2*u+", 0;0, "+.3*u,dur:"0.01s",begin:x+".end",fill:"freeze"})),r.a.createElement("circle",{cx:"2",cy:c/2,r:"2",fill:b[1]},r.a.createElement("animate",{id:f,attributeName:"fill",values:b[1]+";"+b[0],begin:"0s;"+x+".end",dur:"0.3s",fill:"freeze"})),r.a.createElement("circle",{cx:.2*u,cy:c/2,r:"2",fill:b[1]},r.a.createElement("animate",{id:g,attributeName:"fill",values:b[1]+";"+b[0],begin:p+".end",dur:"0.3s",fill:"freeze"}),r.a.createElement("animate",{attributeName:"fill",values:b[1]+";"+b[1],dur:"0.01s",begin:x+".end",fill:"freeze"})),r.a.createElement("circle",{cx:.8*u,cy:c/2,r:"2",fill:b[1]},r.a.createElement("animate",{id:v,attributeName:"fill",values:b[1]+";"+b[0],begin:m+".end",dur:"0.3s",fill:"freeze"}),r.a.createElement("animate",{attributeName:"fill",values:b[1]+";"+b[1],dur:"0.01s",begin:x+".end",fill:"freeze"})),r.a.createElement("circle",{cx:u-2,cy:c/2,r:"2",fill:b[1]},r.a.createElement("animate",{id:x,attributeName:"fill",values:b[1]+";"+b[0],begin:y+".end",dur:"0.3s",fill:"freeze"}),r.a.createElement("animate",{attributeName:"fill",values:b[1]+";"+b[1],dur:"0.01s",begin:x+".end",fill:"freeze"}))))}));xt.propTypes={className:B.string,style:B.object,color:B.array};var bt=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")};var _t=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},wt=o((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.bezierCurveToPolyline=p,t.getBezierCurveLength=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5;if(!e)return console.error("getBezierCurveLength: Missing parameters!"),!1;if(!(e instanceof Array))return console.error("getBezierCurveLength: Parameter bezierCurve must be an array!"),!1;if("number"!==typeof t)return console.error("getBezierCurveLength: Parameter precision must be a number!"),!1;var n=l(e,t),i=n.segmentPoints,r=d([i])[0],a=c(r);return a},t.default=void 0;var n=Q(se),i=Q(ne),r=Math.sqrt,a=Math.pow,o=Math.ceil,s=Math.abs;function l(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,n=e.length-1,r=e[0],a=e[n][2],o=e.slice(1),s=o.map((function(e,t){var n=0===t?r:o[t-1][2];return u.apply(void 0,[n].concat((0,i.default)(e)))})),l=new Array(n).fill(50),c=h(s,l),d=f(c,s,o,t);return d.segmentPoints.push(a),d}function u(e,t,n,i){return function(r){var o=1-r,s=a(o,3),l=a(o,2),u=a(r,3),c=a(r,2);return[e[0]*s+3*t[0]*r*l+3*n[0]*c*o+i[0]*u,e[1]*s+3*t[1]*r*l+3*n[1]*c*o+i[1]*u]}}function c(e){return e.reduce((function(e,t){return e+t}),0)}function d(e){return e.map((function(e,t){return new Array(e.length-1).fill(0).map((function(t,i){return function(e,t){var i=(0,n.default)(e,2),o=i[0],s=i[1],l=(0,n.default)(t,2),u=l[0],c=l[1];return r(a(o-u,2)+a(s-c,2))}(e[i],e[i+1])}))}))}function h(e,t){return e.map((function(e,n){var i=1/t[n];return new Array(t[n]).fill("").map((function(t,n){return e(n*i)}))}))}function f(e,t,n,i){var r=4,a=1,l=function(){var l=e.reduce((function(e,t){return e+t.length}),0);e.forEach((function(e,t){return e.push(n[t][2])}));var u=d(e),f=u.reduce((function(e,t){return e+t.length}),0),p=u.map((function(e){return c(e)})),g=c(p),m=g/f;if(function(e,t){return e.map((function(e){return e.map((function(e){return s(e-t)}))})).map((function(e){return c(e)})).reduce((function(e,t){return e+t}),0)}(u,m)<=i)return"break";l=o(m/i*l*1.1);var v=p.map((function(e){return o(e/g*l)}));e=h(t,v),l=e.reduce((function(e,t){return e+t.length}),0);var y=JSON.parse(JSON.stringify(e));y.forEach((function(e,t){return e.push(n[t][2])})),f=(u=d(y)).reduce((function(e,t){return e+t.length}),0),p=u.map((function(e){return c(e)})),g=c(p),m=g/f;var x=1/l/10;t.forEach((function(t,n){for(var i=v[n],a=new Array(i).fill("").map((function(e,t){return t/v[n]})),o=0;o<r;o++)for(var s=d([e[n]])[0].map((function(e){return e-m})),l=0,u=0;u<i;u++){if(0===u)return;l+=s[u-1],a[u]-=x*l,a[u]>1&&(a[u]=1),a[u]<0&&(a[u]=0),e[n][u]=t(a[u])}})),r*=4,a++};do{if("break"===l())break}while(r<=1025);return{segmentPoints:e=e.reduce((function(e,t){return e.concat(t)}),[]),cycles:a,rounds:r}}function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5;if(!e)return console.error("bezierCurveToPolyline: Missing parameters!"),!1;if(!(e instanceof Array))return console.error("bezierCurveToPolyline: Parameter bezierCurve must be an array!"),!1;if("number"!==typeof t)return console.error("bezierCurveToPolyline: Parame
gitextract_8f32zmpw/
├── .gitignore
├── LICENSE
├── README.md
├── build/
│ ├── asset-manifest.json
│ ├── index.html
│ ├── manifest.json
│ ├── precache-manifest.9c3f182e3e0e03e7e3da4190ca7fecd6.js
│ ├── robots.txt
│ ├── service-worker.js
│ └── static/
│ ├── css/
│ │ └── main.381045e0.chunk.css
│ └── js/
│ ├── 2.35178c5d.chunk.js
│ ├── 2.35178c5d.chunk.js.LICENSE.txt
│ ├── main.ed4eff3b.chunk.js
│ └── runtime-main.19738b1a.js
├── package.json
├── public/
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
└── src/
├── App.css
├── App.js
├── geo.js
├── index.css
├── index.js
└── serviceWorker.js
SYMBOL INDEX (1445 symbols across 5 files)
FILE: build/static/js/2.35178c5d.chunk.js
function h (line 2) | function h(e){if(null==e||"object"!==typeof e)return e;var t=e,a=r.call(...
function f (line 2) | function f(e,t,n){if(!b(t)||!b(e))return n?h(t):e;for(var i in t)if(t.ha...
function p (line 2) | function p(e,t,n){for(var i in t)t.hasOwnProperty(i)&&(n?null!=t[i]:null...
function v (line 2) | function v(e,t,n){if(e&&t)if(e.forEach&&e.forEach===o)e.forEach(t,n);els...
function y (line 2) | function y(e,t){var n=l.call(arguments,2);return function(){return e.app...
function x (line 2) | function x(e){return"[object Array]"===r.call(e)}
function b (line 2) | function b(e){var t=typeof e;return"function"===t||!!e&&"object"===t}
function _ (line 2) | function _(e){return!!n[r.call(e)]}
function w (line 2) | function w(e){return"object"===typeof e&&"number"===typeof e.nodeType&&"...
function S (line 2) | function S(e){return e.__ec_primitive__}
function M (line 2) | function M(e){var t=x(e);this.data={};var n=this;function i(e,i){t?n.set...
function i (line 2) | function i(){}
function z (line 2) | function z(e,t){return function(n,i,r){t||!this._disposed?(n=n&&n.toLowe...
function B (line 2) | function B(){l.call(this)}
function F (line 2) | function F(e,t,n){n=n||{},"string"===typeof t&&(t=ue[t]),this.id,this.gr...
function G (line 2) | function G(e,t,n){if(this._disposed)this.id;else{var i,r=this._model,a=t...
function W (line 2) | function W(e){var t=e._model,n=e._scheduler;n.restorePipelines(t),n.prep...
function H (line 2) | function H(e,t,n,i,a){var o=e._model;if(i){var s={};s[i+"Id"]=n[i+"Id"],...
function U (line 2) | function U(e,t){var n=e._chartsMap,i=e._scheduler;t.eachSeries((function...
function Y (line 2) | function Y(e,t){var n=e.type,i=e.escapeConnect,a=ie[n],o=a.actionInfo,s=...
function Z (line 2) | function Z(e){for(var t=this._pendingActions;t.length;){var n=t.shift();...
function q (line 2) | function q(e){!e&&this.trigger("updated")}
function X (line 2) | function X(e,t,n,i){for(var r="component"===t,a=r?e._componentsViews:e._...
function Q (line 2) | function Q(e){e.clearColorPalette(),e.eachSeries((function(e){e.clearCol...
function K (line 2) | function K(e,t,n,i){!function(e,t,n,i,r){P(r||e._componentsViews,(functi...
function J (line 2) | function J(e,t,n,i,r){var a,s=e._scheduler;t.eachSeries((function(t){var...
function $ (line 2) | function $(e,t){P(se,(function(n){n(e,t)}))}
function te (line 2) | function te(e,t){var n=e.get("z"),i=e.get("zlevel");t.group.traverse((fu...
function ne (line 2) | function ne(){this.eventInfo}
function c (line 2) | function c(e,t,n,i){return null==e[n]||t[i||n]===e[n]}
function me (line 2) | function me(e){he[e]=!1}
function ye (line 2) | function ye(e){return de[b.getAttribute(e,ge)]}
function xe (line 2) | function xe(e,t){ue[e]=t}
function be (line 2) | function be(e){oe.push(e)}
function _e (line 2) | function _e(e,t){Me(ae,e,t,1e3)}
function we (line 2) | function we(e,t,n){"function"===typeof t&&(n=t,t="");var i=D(e)?e.type:[...
function Se (line 2) | function Se(e,t){Me(le,e,t,3e3,"visual")}
function Me (line 2) | function Me(e,t,n,i,r){(E(t)||D(t))&&(n=t,t=i);var a=C.wrapStageHandler(...
function Ce (line 2) | function Ce(e,t){ce[e]=t}
function n (line 2) | function n(e,n){for(var i=0;i<e.length;i++){e[i][t]=n}}
function O (line 2) | function O(e,t){L[e]=t}
function N (line 2) | function N(e,t,n,i){var a=r.createFromString(e,t);return n&&("center"===...
function R (line 2) | function R(e,t){var n,i=t.width/t.height,r=e.height*i;return n=r<=e.widt...
function B (line 2) | function B(e,t){if(e.applyTransform){var n=e.getBoundingRect().calculate...
function V (line 2) | function V(e){return null!=e&&"none"!==e}
function W (line 2) | function W(e){var t=e.__hoverStl;if(t&&!e.__highlighted){var n=e.__zr,i=...
function H (line 2) | function H(e,t,n){!V(t[n])&&V(e[n])&&(e[n]=function(e){if("string"!==typ...
function U (line 2) | function U(e){var t=e.__highlighted;if(t&&(e.__highlighted=!1,!e.isGroup...
function Y (line 2) | function Y(e,t,n){var i,r="normal",a="normal";e.__highlighted&&(r="empha...
function Z (line 2) | function Z(e,t){t=e.__hoverStl=!1!==t&&(e.hoverStyle||t||{}),e.__hoverSt...
function q (line 2) | function q(e){!J(this,e)&&!this.__highByOuter&&Y(this,W)}
function X (line 2) | function X(e){!J(this,e)&&!this.__highByOuter&&Y(this,U)}
function Q (line 2) | function Q(e){this.__highByOuter|=1<<(e||0),Y(this,W)}
function K (line 2) | function K(e){!(this.__highByOuter&=~(1<<(e||0)))&&Y(this,U)}
function J (line 2) | function J(e,t){return e.__highDownSilentOnTouch&&t.zrByTouch}
function $ (line 2) | function $(e,t){var n=!1===t;if(e.__highDownSilentOnTouch=e.highDownSile...
function ee (line 2) | function ee(e,t,n,r,a){return te(e,t,r,a),n&&i.extend(e,n),e}
function te (line 2) | function te(e,t,n,r){if((n=n||P).isRectText){var a;n.getTextPosition?a=n...
function ne (line 2) | function ne(e,t,n,r,a,o){n=!a&&n||P,e.textFill=ie(t.getShallow("color"),...
function ie (line 2) | function ie(e,t){return"auto"!==e?e:t&&t.autoColor?t.autoColor:null}
function re (line 2) | function re(e){var t,n=e.textPosition,i=e.insideRollbackOpt;if(i&&null==...
function ae (line 2) | function ae(e){var t=e.insideRollback;t&&(e.textFill=t.textFill,e.textSt...
function oe (line 2) | function oe(e,t,n,i,r,a){if("function"===typeof r&&(a=r,r=null),i&&i.isA...
function se (line 2) | function se(e,t,n,i,r){oe(!0,e,t,n,i,r)}
function le (line 2) | function le(e,t,n){return t&&!i.isArrayLike(t)&&(t=u.getLocalTransform(t...
function ue (line 2) | function ue(e,t,n,i,r,a,o,s){var l,u=n-e,c=i-t,d=o-r,h=s-a,f=ce(d,h,u,c)...
function ce (line 2) | function ce(e,t,n,i){return e*i-n*t}
function o (line 2) | function o(e){var t={position:s.clone(e.position),rotation:e.rotation};r...
function a (line 2) | function a(e){if(0===e)return 0;var t=Math.floor(Math.log(e)/Math.LN10);...
function l (line 2) | function l(e){return e instanceof Array?e:null==e?[]:[e]}
function u (line 2) | function u(e){return o(e)&&e.id&&0===(e.id+"").indexOf("\0_ec_\0")}
function d (line 2) | function d(e,t){return e&&e.hasOwnProperty(t)}
function r (line 2) | function r(e,t,n){for(var i=0,r=e.length;i<r;i++)for(var a=e[i].seriesId...
function a (line 2) | function a(e,t){var n=[];for(var i in e)if(e.hasOwnProperty(i)&&null!=e[...
function c (line 2) | function c(e,t,n,i,r){var a=0,o=0;null==i&&(i=1/0),null==r&&(r=1/0);var ...
function p (line 2) | function p(e,t,n){n=o.normalizeCssArray(n||0);var i=t.width,s=t.height,l...
function g (line 2) | function g(e,t){return t&&e&&s(l,(function(n){t.hasOwnProperty(n)&&(e[n]...
function l (line 2) | function l(n,i){var a={},o=0,l={},u=0;if(s(n,(function(t){l[t]=e[t]})),s...
function c (line 2) | function c(e,t){return e.hasOwnProperty(t)}
function d (line 2) | function d(e,t){return null!=e[t]&&"auto"!==e[t]}
function h (line 2) | function h(e,t,n){s(e,(function(e){t[e]=n[e]}))}
function u (line 2) | function u(e){return null==e?"":(e+"").replace(s,(function(e,t){return l...
function h (line 2) | function h(e,t){return"0000".substr(0,t-(e+="").length)+e}
function i (line 2) | function i(e){return Math.sqrt(a(e))}
function a (line 2) | function a(e){return e[0]*e[0]+e[1]*e[1]}
function s (line 2) | function s(e,t){return Math.sqrt((e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[...
function u (line 2) | function u(e,t){return(e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1])}
function l (line 2) | function l(e,t,n,i){n<0&&(e+=n,n=-n),i<0&&(t+=i,i=-i),this.x=e,this.y=t,...
function c (line 2) | function c(e){i.call(this,e),this.path=null}
function g (line 2) | function g(e,t,n){this.parentModel=t,this.ecModel=n,this.option=e}
function m (line 2) | function m(e,t,n){for(var i=0;i<t.length&&(!t[i]||null!=(e=e&&"object"==...
function v (line 2) | function v(e,t){var n=p(e).getParent;return n?n.call(e,t):e.parentModel}
function g (line 2) | function g(e){return{renderMode:r,content:s(l(e)),style:f}}
function g (line 2) | function g(e,n){var i=m.getDimensionInfo(n);if(i&&!1!==i.otherDims.toolt...
function M (line 2) | function M(e){var t=e.name;c.isNameSpecified(e)||(e.name=function(e){var...
function C (line 2) | function C(e){return e.model.getRawData().count()}
function T (line 2) | function T(e){var t=e.model;return t.setData(t.getRawData().cloneShallow...
function k (line 2) | function k(e,t){t.outputData&&e.end>t.outputData.count()&&t.model.getRaw...
function I (line 2) | function I(e,t){i.each(e.CHANGABLE_METHODS,(function(n){e.wrapMethod(n,i...
function A (line 2) | function A(e){var t=P(e);t&&t.setOutputEnd(this.count())}
function P (line 2) | function P(e){var t=(e.ecModel||{}).scheduler,n=t&&t.getPipeline(e.uid);...
function i (line 2) | function i(){var e=new n(6);return r(e),e}
function r (line 2) | function r(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=1,e[4]=0,e[5]=0,e}
function a (line 2) | function a(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4]...
function g (line 2) | function g(e,t){var n=e+":"+(t=t||"12px sans-serif");if(d[n])return d[n]...
function m (line 2) | function m(e,t,n){return"right"===n?e-=t:"center"===n&&(e-=t/2),e}
function v (line 2) | function v(e,t,n){return"middle"===n?e-=t/2:"bottom"===n&&(e-=t),e}
function y (line 2) | function y(e,t,n){var i=t.textPosition,r=t.textDistance,a=n.x,o=n.y;r=r|...
function x (line 2) | function x(e,t,n,i,r){if(!t)return"";var a=(e+"").split("\n");r=b(t,n,i,...
function b (line 2) | function b(e,t,n,i){(i=s({},i)).font=t;n=l(n,"...");i.maxIterations=l(i....
function _ (line 2) | function _(e,t){var n=t.containerWidth,i=t.font,r=t.contentWidth;if(!n)r...
function w (line 2) | function w(e,t,n,i){for(var r=0,a=0,o=e.length;a<o&&r<t;a++){var s=e.cha...
function S (line 2) | function S(e){return g("\u56fd",e)}
function M (line 2) | function M(e,t){return p.measureText(e,t)}
function C (line 2) | function C(e,t,n,i,r){null!=e&&(e+="");var a=l(i,S(t)),o=e?e.split("\n")...
function T (line 2) | function T(e,t){var n={lines:[],width:0,height:0};if(null!=e&&(e+=""),!e...
function k (line 2) | function k(e,t,n){for(var i=""===t,r=t.split("\n"),a=e.lines,o=0;o<r.len...
function v (line 2) | function v(e){return e._rawCount>65535?p:m}
function y (line 2) | function y(e){var t=e.constructor;return t===Array?e.slice():new t(e)}
function _ (line 2) | function _(e,t){i.each(x.concat(t.__wrappedMethods||[]),(function(n){t.h...
function M (line 2) | function M(e,t,n,i,r){var a=f[t.type],o=i-1,s=t.name,l=e[s][o];if(l&&l.l...
function C (line 2) | function C(e){var t=e._invertedIndicesMap;i.each(t,(function(n,i){var r=...
function T (line 2) | function T(e,t,n){var i;if(null!=t){var r=e._chunkSize,a=Math.floor(n/r)...
function k (line 2) | function k(e){return e}
function I (line 2) | function I(e){return e<this._count&&e>=0?this._indices[e]:-1}
function A (line 2) | function A(e,t){var n=e._idList[t];return null==n&&(n=T(e,e._idDimIdx,t)...
function P (line 2) | function P(e){return i.isArray(e)||(e=[e]),e}
function E (line 2) | function E(e,t){var n=e.dimensions,r=new w(i.map(n,e.getDimensionInfo,e)...
function D (line 2) | function D(e){for(var t=new Array(e.length),n=0;n<e.length;n++)t[n]=y(e[...
function L (line 2) | function L(){return[1/0,-1/0]}
function g (line 2) | function g(e,t){if("image"!==this.type){var n=this.style,i=this.shape;i&...
function a (line 2) | function a(){this._coordinateSystems=[]}
function f (line 2) | function f(e,t){var n,r,a,o=e.type,l=t.getMin(),h=t.getMax(),f=e.getExte...
function p (line 2) | function p(e){var t,n=e.getLabelModel().get("formatter"),i="category"===...
function g (line 2) | function g(e,t){return"category"===e.type?e.scale.getLabel(t):t}
function m (line 2) | function m(e,t){var n=t*Math.PI/180,i=e.plain(),r=i.width,a=i.height,o=r...
function v (line 2) | function v(e){var t=e.get("interval");return null==t?"auto":t}
function a (line 2) | function a(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.ca...
function o (line 2) | function o(e,t){return e(t={exports:{}},t.exports),t.exports}
function T (line 2) | function T(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(...
function k (line 2) | function k(e){return T(e)===m}
function L (line 2) | function L(e){if(null===e||void 0===e)throw new TypeError("Object.assign...
function N (line 2) | function N(e,t,n,i,r){}
function R (line 2) | function R(){}
function z (line 2) | function z(){}
function e (line 2) | function e(e,t,n,i,r,a){if(a!==O){var o=new Error("Calling PropTypes val...
function t (line 2) | function t(){return e}
function F (line 2) | function F(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!==...
function V (line 2) | function V(e,t){return 1===arguments.length?parseInt(Math.random()*e+1,1...
function G (line 2) | function G(e,t){var n=Math.abs(e[0]-t[0]),i=Math.abs(e[1]-t[1]);return M...
function j (line 2) | function j(e){var t=!1;return"function"===typeof e&&(e=e()),e&&"function...
function Y (line 2) | function Y(e){var t=Object(i.useState)({width:0,height:0}),n=H(t,2),r=n[...
function n (line 2) | function n(){for(var e=[],i=0;i<arguments.length;i++){var r=arguments[i]...
function t (line 2) | function t(n){return"function"===typeof Symbol&&"symbol"===typeof Symbol...
function h (line 2) | function h(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments...
function f (line 2) | function f(e){return e.map((function(e){var t=(0,i.default)(e,2),n=t[0],...
function p (line 2) | function p(e,t,n,i){return g(e,[t,n])<=i}
function g (line 2) | function g(e,t){var n=(0,i.default)(e,2),r=n[0],s=n[1],l=(0,i.default)(t...
function m (line 2) | function m(e,t){for(var n=0,r=(0,i.default)(e,2),a=r[0],o=r[1],s=t.lengt...
function v (line 2) | function v(e,t,n,r,a,o,s){if(!e)return!1;if(g(e,[t,n])>r)return!1;if(!s)...
function y (line 2) | function y(e,t){var n=(0,i.default)(e,2),r=n[0],a=n[1],o=(0,i.default)(t...
function x (line 2) | function x(e,t,r){var a=r/2,o=t.map((function(e){var t=(0,i.default)(e,2...
function b (line 2) | function b(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0...
function _ (line 2) | function _(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0...
function w (line 2) | function w(e,t){if(!e||!t)return!1;var n=(0,i.default)(t,2),r=n[0],a=n[1...
function S (line 2) | function S(e,t,n){if(!e||!t||!n)return!1;var r=(0,i.default)(e,2),s=r[0]...
function M (line 2) | function M(e,t,n,i){return[e+l(i)*n,t+s(i)*n]}
function C (line 2) | function C(e,t,n,i){var r=arguments.length>4&&void 0!==arguments[4]?argu...
function r (line 2) | function r(e){return e.filter((function(e){return"number"===typeof e}))}
function a (line 2) | function a(e,t){for(var n in t)e[n]&&"object"===(0,i.default)(e[n])?a(e[...
function o (line 2) | function o(e){return(e=r(e)).reduce((function(e,t){return e+t}),0)}
function s (line 2) | function s(e,t){var n=Math.abs(e[0]-t[0]),i=Math.abs(e[1]-t[1]);return M...
function s (line 2) | function s(e){var t=r.test(e),n=a.test(e);return t||n?e:(e=function(e){i...
function l (line 2) | function l(e){if(!e)return console.error("getRgbValue: Missing parameter...
function u (line 2) | function u(e){if(!e)return console.error("getRgbaValue: Missing paramete...
function c (line 2) | function c(e){return e?!!(e=s(e))&&(o.test(e)?(e=e.toLowerCase(),Number(...
function d (line 2) | function d(e,t){if(!e)return console.error("toRgb: Missing parameters!")...
function h (line 2) | function h(e){return e?r.test(e)?e:!!(e=l(e))&&"#"+e.map((function(e){re...
function f (line 2) | function f(e){if(!e)return console.error("getColorFromRgbValue: Missing ...
function p (line 2) | function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[...
function g (line 2) | function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[...
function m (line 2) | function m(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[...
function tt (line 2) | function tt(){var e=et[0]/26,t=et[1]/3;return new Array(2).fill(0).map((...
function ut (line 2) | function ut(){var e=lt[0]/41,t=lt[1]/2;return new Array(1).fill(0).map((...
function l (line 2) | function l(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[...
function u (line 2) | function u(e,t,n,i){return function(r){var o=1-r,s=a(o,3),l=a(o,2),u=a(r...
function c (line 2) | function c(e){return e.reduce((function(e,t){return e+t}),0)}
function d (line 2) | function d(e){return e.map((function(e,t){return new Array(e.length-1).f...
function h (line 2) | function h(e,t){return e.map((function(e,n){var i=1/t[n];return new Arra...
function f (line 2) | function f(e,t,n,i){var r=4,a=1,l=function(){var l=e.reduce((function(e,...
function p (line 2) | function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[...
function r (line 2) | function r(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&argumen...
function a (line 2) | function a(e,t){var n=e[0],i=e.slice(-1)[0];return e.push([o(i[1],i[2]),...
function o (line 2) | function o(e,t){var i=(0,n.default)(e,2),r=i[0],a=i[1],o=(0,n.default)(t...
function i (line 2) | function i(e,t){var i=arguments.length>2&&void 0!==arguments[2]&&argumen...
function r (line 2) | function r(e,t){var i=arguments.length>2&&void 0!==arguments[2]&&argumen...
function s (line 2) | function s(e,t,n,i){var r=t&&t.prototype instanceof c?t:c,a=Object.creat...
function l (line 2) | function l(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(i){ret...
function c (line 2) | function c(){}
function d (line 2) | function d(){}
function h (line 2) | function h(){}
function v (line 2) | function v(e){["next","throw","return"].forEach((function(t){e[t]=functi...
function y (line 2) | function y(e,t){var i;this._invoke=function(r,a){function o(){return new...
function x (line 2) | function x(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=...
function b (line 2) | function b(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.f...
function _ (line 2) | function _(e){var t=e.completion||{};t.type="normal",delete t.arg,e.comp...
function w (line 2) | function w(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(b,this),this.r...
function S (line 2) | function S(e){if(e){var t=e[r];if(t)return t.call(e);if("function"===typ...
function M (line 2) | function M(){return{value:void 0,done:!0}}
function i (line 2) | function i(n,i){return o.type="throw",o.arg=e,t.next=n,i&&(t.method="nex...
function It (line 2) | function It(e,t,n,i,r,a,o){try{var s=e[a](o),l=s.value}catch(u){return v...
function o (line 2) | function o(e){It(a,i,r,o,s,"next",e)}
function s (line 2) | function s(e){It(a,i,r,o,s,"throw",e)}
function a (line 2) | function a(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[...
function o (line 2) | function o(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments...
function s (line 2) | function s(e){return r.default.has(e)?r.default.get(e):e instanceof Arra...
function l (line 2) | function l(e,t){var i=1/(t-1);return new Array(t).fill(0).map((function(...
function u (line 2) | function u(e,t,n){var i="object";return"number"===typeof e&&(i="number")...
function c (line 2) | function c(e,t,n){var i=t.map((function(t,n){return"number"===typeof t&&...
function d (line 2) | function d(e,t,n){var r=u(e,t,n),a=function(a){var o=e[a],s=t[a];if("obj...
function c (line 2) | function c(e){return new Promise((function(t){setTimeout(t,e)}))}
function u (line 2) | function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function d (line 2) | function d(e,t){var n=this.graphs;!function(e){return e.find((function(e...
function h (line 2) | function h(e){var t=this.graphs.find((function(e){return"hover"===e.stat...
function f (line 2) | function f(e){var t=[e.offsetX,e.offsetY],n=this.graphs,i=n.find((functi...
function p (line 2) | function p(e){var t=this.graphs,n=t.find((function(e){return"active"===e...
function o (line 2) | function o(e,t){Object.keys(t).forEach((function(n){"shape"===n||"style"...
function i (line 2) | function i(e,t){var i=$t.titleConfig.animationCurve,r=$t.titleConfig.ani...
function r (line 2) | function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function a (line 2) | function a(e,t){var a=e.animationCurve,s=e.animationFrame,l=e.rLevel,u=f...
function o (line 2) | function o(e,t){return"number"===typeof e?e:"string"!==typeof e?0:t*pars...
function o (line 2) | function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 2) | function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[...
function d (line 2) | function d(e,t){var n,i,r=[],o=[];e instanceof Array?(n=r).push.apply(n,...
function h (line 2) | function h(e){var t=e.filter((function(e){return"x"===e.axis})),n=e.filt...
function f (line 2) | function f(e){var t=e.filter((function(e){return"value"===e.data})),n=e....
function p (line 2) | function p(e,t){var r=e.filter((function(e){return"value"===e.data})),o=...
function g (line 2) | function g(e){var t=u(e).toString(),n=t.length,i=t.replace(/0*$/g,"").in...
function m (line 2) | function m(e){var t=(0,n.default)(e);return"string"===t&&/^\d+%$/.test(e...
function v (line 2) | function v(e,t){return t?("string"===typeof t&&(e=e.map((function(e){ret...
function y (line 2) | function y(e){var t=e.filter((function(e){return"x"===e.axis})),n=e.filt...
function x (line 2) | function x(e,t){var n=t.gridArea,i=n.x,r=n.y,a=n.w,o=n.h;return e=e.map(...
function b (line 2) | function b(e,t){return e.map((function(e){var t=e.axis,n=e.linePosition,...
function _ (line 2) | function _(e,t){return e.map((function(e){var t=e.nameGap,n=e.nameLocati...
function w (line 2) | function w(e,t){var n=t.gridArea,r=n.w,o=n.h;return e.map((function(e){v...
function S (line 2) | function S(e){var t=e.animationCurve,n=e.animationFrame;return[{name:"po...
function M (line 2) | function M(e){return{points:e.linePosition}}
function C (line 2) | function C(e){return e.axisLine.style}
function T (line 2) | function T(e){var t=e.animationCurve,n=e.animationFrame,i=e.rLevel,r=fun...
function k (line 2) | function k(e){var t=e.animationCurve,n=e.animationFrame,i=e.rLevel,r=fun...
function I (line 2) | function I(e,t){var n=0,i=10;return"top"!==t&&"bottom"!==t||(n=1),"top"!...
function A (line 2) | function A(e){var t=e.animationCurve,n=e.animationFrame;return[{name:"te...
function P (line 2) | function P(e){return{content:e.name,position:e.namePosition}}
function E (line 2) | function E(e){var t=e.nameLocation,n=e.position,i=e.nameTextStyle,r=func...
function D (line 2) | function D(e){var t=e.animationCurve,n=e.animationFrame,i=e.rLevel,r=fun...
function s (line 2) | function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function l (line 2) | function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[...
function d (line 2) | function d(e,t){var n=t.axisData;return e.map((function(t){var i=(0,ce.m...
function h (line 2) | function h(e){var t=e.animationCurve,n=e.animationFrame,i=e.lineFillBott...
function f (line 2) | function f(e){return{points:e.linePosition}}
function p (line 2) | function p(e){var t=e.lineArea,n=e.color,i=t.gradient,a=t.style,o=[a.fil...
function g (line 2) | function g(e,t){var n=e.lineFillBottomPos,i=e.shape,a=t.ctx,o=i.points,s...
function m (line 2) | function m(e){var t=h(e)[0],n=l({},t.style);return n.opacity=0,t.style=n...
function v (line 2) | function v(e,t,n,i){var r=e[n];if(r){var a=b(t),o=i.chart.render;a!==r[0...
function y (line 2) | function y(e,t){var n=t.shape.points,i=e.shape.points,a=i.length,o=n.len...
function x (line 2) | function x(e){var t=e.animationCurve,n=e.animationFrame,i=e.rLevel;retur...
function b (line 2) | function b(e){return e.smooth?"smoothline":"polyline"}
function _ (line 2) | function _(e){var t=e.lineStyle,n=e.color,i=e.smooth,r=function(e){var t...
function w (line 2) | function w(e){var t=e.lineStyle.lineDash,n=x(e)[0],i=n.style.lineDash;re...
function S (line 2) | function S(e){var t=e.animationCurve,n=e.animationFrame,r=e.rLevel,a=fun...
function M (line 2) | function M(e){var t=S(e);return t.forEach((function(e){e.shape.r=.1})),t}
function C (line 2) | function C(e){var t=e.animationCurve,a=e.animationFrame,o=e.rLevel,s=fun...
function o (line 2) | function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 2) | function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[...
function l (line 2) | function l(e,t){var n=t.axisData;return e.forEach((function(e){var t=e.x...
function u (line 2) | function u(e,t){return function(e){var t=e.map((function(e){var t=e.labe...
function c (line 2) | function c(e,t){return e=function(e){return e.forEach((function(e){var t...
function d (line 2) | function d(e,t,n,i,r){if("number"!==typeof n)return null;var a=t-e,o="x"...
function h (line 2) | function h(e){var t=e.animationCurve,n=e.animationFrame,i=e.rLevel,r=fun...
function f (line 2) | function f(e){var t=e.barLabelAxisPos,n=e.animationCurve,i=e.animationFr...
function p (line 2) | function p(e){var t=e.shapeType;return"leftEchelon"===t||"rightEchelon"=...
function g (line 2) | function g(e,t){var n=e.shapeType;return"leftEchelon"===n?function(e,t){...
function m (line 2) | function m(e,t){var n=e.barStyle,i=e.gradient,a=e.color,o=e.independentC...
function v (line 2) | function v(e){var t=f(e),n=e.shapeType;return t.forEach((function(t){var...
function y (line 2) | function y(e,t,n,i){var r=i.chart.render,a=p(t);e[n]&&e[n][0].name!==a&&...
function x (line 2) | function x(e){var t=e.animationCurve,i=e.animationFrame,a=e.rLevel,o=fun...
function o (line 2) | function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 2) | function s(e,t){var n=t.render.area;return e.forEach((function(e){var t=...
function l (line 2) | function l(e,t){var n=Math.min.apply(Math,(0,a.default)(t.render.area))/...
function u (line 2) | function u(e,t){return e instanceof Array||(e=[0,e]),e=e.map((function(e...
function c (line 2) | function c(e,t){return e.filter((function(e){return e.roseType})).forEac...
function d (line 2) | function d(e){return e.forEach((function(e){var t=e.data,n=e.percentToFi...
function h (line 2) | function h(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[...
function f (line 2) | function f(e){return e.forEach((function(e){var t=e.startAngle,n=e.data;...
function p (line 2) | function p(e){return e.forEach((function(e){e.data.forEach((function(t){...
function g (line 2) | function g(e){return e.forEach((function(e){var t=e.data,n=e.center;t.fo...
function m (line 2) | function m(e){return e.forEach((function(e){var t=y(e),n=y(e,!1);t=x(t),...
function v (line 2) | function v(e){var t=e.outsideLabel.labelLineBendGap,n=function(e){var t=...
function y (line 2) | function y(e){var t=!(arguments.length>1&&void 0!==arguments[1])||argume...
function x (line 2) | function x(e){return e.sort((function(e,t){var n=(0,r.default)(e.edgeCen...
function b (line 2) | function b(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||argu...
function _ (line 2) | function _(e){var t=e.data,n=e.animationCurve,i=e.animationFrame,r=e.rLe...
function w (line 2) | function w(e){var t=e.animationDelayGap,n=e.startAnimationCurve,i=_(e);r...
function S (line 2) | function S(e){e.animationDelay=0}
function M (line 2) | function M(e,t){var n=e.center,i=e.data[t],r=i.radius;return{startAngle:...
function C (line 2) | function C(e,t){var n=e.pieStyle,i=e.data[t].color;return(0,ce.deepMerge...
function T (line 2) | function T(e){var t=e.animationCurve,n=e.animationFrame,i=e.data,r=e.rLe...
function k (line 2) | function k(e,t){var n=e.insideLabel,r=e.data,a=n.formatter,o=r[t],s=(0,i...
function I (line 2) | function I(e,t){return e.insideLabel.style}
function A (line 2) | function A(e){var t=e.animationCurve,n=e.animationFrame,i=e.data,r=e.rLe...
function P (line 2) | function P(e){var t=e.data,n=A(e);return n.forEach((function(e,n){e.styl...
function E (line 2) | function E(e,t){return{points:e.data[t].labelLine}}
function D (line 2) | function D(e,t){var n=e.outsideLabel,i=e.data,r=n.labelLineStyle,a=i[t]....
function L (line 2) | function L(e){var t=e.animationCurve,n=e.animationFrame,i=e.data,r=e.rLe...
function O (line 2) | function O(e){var t=e.data,n=L(e);return n.forEach((function(e,n){e.shap...
function N (line 2) | function N(e,t){var n=e.outsideLabel,r=e.data,a=n.formatter,o=r[t],s=o.l...
function R (line 2) | function R(e,t){var i=e.outsideLabel,r=e.data[t],a=r.color,s=r.align,l=i...
function a (line 2) | function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function o (line 2) | function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[...
function s (line 2) | function s(e){return(0,ce.deepMerge)((0,le.deepClone)($t.radarAxisConfig...
function l (line 2) | function l(e,t){var n=t.render.area,i=e.center;return e.centerPos=i.map(...
function u (line 2) | function u(e,t){var n=t.render.area,i=e.splitNum,a=e.radius,o=Math.min.a...
function c (line 2) | function c(e){var t=e.indicator,n=e.centerPos,i=e.radius,a=e.startAngle,...
function d (line 2) | function d(e){var t=e.ringRadius,n=t[0]/2;return e.areaRadius=t.map((fun...
function h (line 2) | function h(e){var t=e.axisLineAngles,n=e.centerPos,i=e.radius,a=e.axisLa...
function f (line 2) | function f(e){var t=e.areaRadius,n=e.polygon,i=e.animationCurve,r=e.anim...
function p (line 2) | function p(e,t){var n=e.polygon,i=e.areaRadius,r=e.indicator,a=e.centerP...
function g (line 2) | function g(e,t){var n=e.splitArea,i=e.ringRadius,a=e.axisLineAngles,s=e....
function m (line 2) | function m(e,t,n,i){var r=e[n];if(r){var a=i.chart.render;(t.polygon?"re...
function v (line 2) | function v(e,t){var n=t.shape.side;"number"===typeof n&&(e.shape.side=n)}
function y (line 2) | function y(e){var t=e.ringRadius,n=e.polygon,i=e.animationCurve,r=e.anim...
function x (line 2) | function x(e,t){var n=e.ringRadius,i=e.centerPos,r=e.indicator,a=e.polyg...
function b (line 2) | function b(e,t){var n=e.splitLine,i=n.color,r=n.style;if(r=o({fill:"rgba...
function _ (line 2) | function _(e,t,n,i){var r=e[n];if(r){var a=i.chart.render;(t.polygon?"re...
function w (line 2) | function w(e,t){var n=t.shape.side;"number"===typeof n&&(e.shape.side=n)}
function S (line 2) | function S(e){var t=e.axisLinePosition,n=e.animationCurve,i=e.animationF...
function M (line 2) | function M(e,t){return{points:[e.centerPos,e.axisLinePosition[t]]}}
function C (line 2) | function C(e,t){var n=e.axisLine,i=n.color,r=n.style;if(!i.length)return...
function T (line 2) | function T(e){var t=e.axisLabelPosition,n=e.animationCurve,i=e.animation...
function k (line 2) | function k(e,t){var n=e.axisLabelPosition;return{content:e.indicator[t]....
function I (line 2) | function I(e,t){var i=e.axisLabel,r=(0,n.default)(e.centerPos,2),a=r[0],...
function o (line 2) | function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 2) | function s(e,t){var n=t.radarAxis;if(!n)return[];var i=n.indicator,r=n.a...
function l (line 2) | function l(e,t){var n=t.radarAxis;if(!n)return[];var i=n.centerPos,r=n.a...
function u (line 2) | function u(e,t){var n=t.radarAxis;if(!n)return[];var i=(0,r.default)(n.c...
function c (line 2) | function c(e){var t=e.animationCurve,n=e.animationFrame;return[{name:"po...
function d (line 2) | function d(e,t){var n=t.chart.radarAxis.centerPos,i=c(e)[0],r=i.shape.po...
function h (line 2) | function h(e){return{points:e.radarPosition,close:!0}}
function f (line 2) | function f(e){var t=e.radarStyle,n=e.color,i=(0,Be.getRgbaValue)(n);i[3]...
function p (line 2) | function p(e,t){var n=t.shape,i=e.shape.points,r=i.length,o=n.points.len...
function g (line 2) | function g(e){var t=e.radarPosition,n=e.animationCurve,i=e.animationFram...
function m (line 2) | function m(e){var t=g(e);return t.forEach((function(e){return e.shape.r=...
function v (line 2) | function v(e,t){var n=e.radarPosition,i=e.point.radius,r=n[t];return{rx:...
function y (line 2) | function y(e,t){var n=e.point,i=e.color,r=n.style;return(0,ce.deepMerge)...
function x (line 2) | function x(e){var t=e.labelPosition,n=e.animationCurve,i=e.animationFram...
function b (line 2) | function b(e,t){var n=e.labelPosition,a=e.label,o=e.data,s=a.offset,l=a....
function _ (line 2) | function _(e,t){var i=e.label,r=e.color,a=e.labelAlign,s=i.style,l=funct...
function o (line 2) | function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 2) | function s(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[...
function l (line 2) | function l(e,t){var n=t.render.area;return e.forEach((function(e){var t=...
function u (line 2) | function u(e,t){var n=t.render.area,i=Math.min.apply(Math,(0,a.default)(...
function c (line 2) | function c(e,t){var n=t.render.area,i=Math.min.apply(Math,(0,a.default)(...
function d (line 2) | function d(e,t){return e.forEach((function(e){var t=e.startAngle,n=e.end...
function h (line 2) | function h(e,t){return e.forEach((function(e){e.data.forEach((function(e...
function f (line 2) | function f(e,t){return e.forEach((function(e){var t=e.startAngle,n=e.end...
function p (line 2) | function p(e,t){return e.forEach((function(e){var t=e.center,n=e.tickInn...
function g (line 2) | function g(e,t){return e.forEach((function(e){var t=e.axisLabel,n=e.min,...
function m (line 2) | function m(e,t){return e.forEach((function(e){var t=e.data,n=e.details,i...
function v (line 2) | function v(e,t){return e.forEach((function(e){var t=e.data,n=e.details.f...
function y (line 2) | function y(e){var t=e.tickPosition,n=e.animationCurve,i=e.animationFrame...
function x (line 2) | function x(e,t){return{points:e.tickPosition[t]}}
function b (line 2) | function b(e,t){return e.axisTick.style}
function _ (line 2) | function _(e){var t=e.labelPosition,n=e.animationCurve,i=e.animationFram...
function w (line 2) | function w(e,t){var n=e.labelPosition;return{content:e.axisLabel.data[t]...
function S (line 2) | function S(e,t){var n=e.labelAlign,i=e.axisLabel.style;return(0,ce.deepM...
function M (line 2) | function M(e){var t=e.animationCurve,n=e.animationFrame;return[{name:"ar...
function C (line 2) | function C(e){var t=e.startAngle,n=e.endAngle,i=e.center,r=e.radius;retu...
function T (line 2) | function T(e){var t=e.backgroundArc,n=e.arcLineWidth,i=t.style;return(0,...
function k (line 2) | function k(e){var t=M(e)[0],n=s({},t.shape);return n.endAngle=t.shape.st...
function I (line 2) | function I(e){var t=e.data,n=e.animationCurve,i=e.animationFrame,r=e.rLe...
function A (line 2) | function A(e,t){var n=e.data,i=e.center,r=e.endAngle,a=n[t],o=a.radius,s...
function P (line 2) | function P(e,t){var n=e.data,i=e.dataItemStyle,r=n[t],a=r.lineWidth,o=r....
function E (line 2) | function E(e){var t=I(e);return t.map((function(e){var t=s({},e.shape);t...
function D (line 2) | function D(e,t){var n=e.style.gradient,i=n.length,r=t.style.gradient.len...
function L (line 2) | function L(e){var t=e.animationCurve,n=e.animationFrame,i=e.center;retur...
function O (line 2) | function O(e){return{points:R(e.center),close:!0}}
function N (line 2) | function N(e){var t=e.startAngle,n=e.endAngle,i=e.min,r=e.max,a=e.data,o...
function R (line 2) | function R(e){var t=(0,r.default)(e,2),n=t[0],i=t[1];return[[n,i-40],[n+...
function z (line 2) | function z(e){var t=e.startAngle,n=L(e)[0];return n.style.rotate=(0,ce.r...
function B (line 2) | function B(e){var t=e.detailsPosition,n=e.animationCurve,i=e.animationFr...
function F (line 2) | function F(e,t){var n=e.detailsPosition,i=e.detailsContent,r=e.data,a=e....
function V (line 2) | function V(e,t){var n=e.details,i=e.data,r=n.style,a=i[t].color;return(0...
function a (line 2) | function a(e){var t=e.data;return e.data=t.map((function(e){var t=(0,r.d...
function o (line 2) | function o(e,t,n){var i=t.series,r=n.legendStatus,a=e.data.filter((funct...
function s (line 2) | function s(e,t){var n=t.render.ctx,i=e.data,r=e.textStyle,a=e.textUnsele...
function l (line 2) | function l(e,t){return"vertical"===e.orient?function(e,t){var n=function...
function u (line 2) | function u(e,t,n){var i=n.data,r=n.iconWidth,a=n.itemGap,o=i.slice(e,t);...
function c (line 2) | function c(e,t){var n=(0,i.default)(e,2),r=n[0],a=n[1],o=(0,i.default)(t...
function d (line 2) | function d(e,t){var i=e.data,r=e.selectAble,a=e.animationCurve,o=e.anima...
function h (line 2) | function h(e,t){var n=e.data,r=e.iconWidth,a=e.iconHeight,o=(0,i.default...
function f (line 2) | function f(e,t){var n=e.data,i=e.iconStyle,r=e.iconUnselectedStyle,a=n[t...
function p (line 2) | function p(e,t){var n=e.data,i=e.selectAble,r=e.animationCurve,a=e.anima...
function g (line 2) | function g(e,t){var n=e.data[t],i=n.textPosition;return{content:n.name,p...
function m (line 2) | function m(e,t){var n=e.textStyle,i=e.textUnselectedStyle,r=e.data[t],a=...
function v (line 2) | function v(e,t){var n=e.textStyle,r=e.textUnselectedStyle,a=e.data[t],o=...
function y (line 2) | function y(e,t,n){var i=e.data[t].name;return function(){var e=n.chart,r...
function c (line 2) | function c(e){var t=e.number,n=e.content,i=e.toFixed,r=e.textAlign,a=H(l...
function d (line 2) | function d(e){var t=e.style,n=e.textAlign;return de(t,{textAlign:n,textB...
function y (line 2) | function y(e){var t=x(e),n=W({},e,{data:e.data.map((function(e){return W...
function x (line 2) | function x(e){var t=e.radius,n=e.activeRadius,i=e.lineWidth,r=arguments....
function b (line 2) | function b(e,t){var n=x(e),i=x(e,!0),r=y(e);return W({},r,{series:r.seri...
function r (line 2) | function r(){var n,r=this;return _n.a.wrap((function(e){for(;;)switch(e....
function In (line 2) | function In(e,t){var n=e.shape.points,i=t.ctx,r=t.area,a=n[0],o=n.slice(...
function An (line 2) | function An(e,t){var n=e.waveNum,i=e.waveHeight,r=e.data,a=H(t,2),o=a[0]...
function Pn (line 2) | function Pn(e,t){var n=t.area,i=An(e,n),r=function(e,t){var n=e.colors,i...
function En (line 2) | function En(e,t){return _n.a.wrap((function(n){for(;;)switch(n.prev=n.ne...
function n (line 2) | function n(){var n;return _n.a.wrap((function(e){for(;;)switch(e.prev=e....
function Bn (line 2) | function Bn(e,t,n){var i=H(t,2),r=i[0];return[n,i[1]-e*r+e*n]}
function g (line 2) | function g(e){var t=e.imgSideLength,n=e.fontSize,i=e.data,r=i.length,a=u...
function M (line 2) | function M(){var e=de(ue(jn,!0),a||{}),t=function(e){var t=e.header,n=e....
function C (line 2) | function C(e,t){var n=e.columnWidth,i=e.header,r=n.reduce((function(e,t)...
function T (line 2) | function T(e,t){var n=e.headerHeight,i=e.rowNum,r=e.data,a=d;t.length&&(...
function k (line 2) | function k(){var e,t,n,i,r,a,o,s,u,c,d,h,f,p,g=arguments.length>0&&void ...
function I (line 2) | function I(e,t,i,r){var a=i.ceils,o=i.rowIndex;n&&n({row:a,ceil:r,rowInd...
function n (line 2) | function n(){var n,i=this;return _n.a.wrap((function(e){for(;;)switch(e....
function _ (line 2) | function _(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[...
function w (line 2) | function w(){var e=de(ue(Un,!0),n||{}),t=function(e){var t=e.data,n=e.ro...
function S (line 2) | function S(e){var t=e.rowNum,n=e.data,i=arguments.length>1&&void 0!==arg...
function M (line 2) | function M(){var e,t,n,i,r,a,o,l,u,c,d,h,f,p,m=arguments.length>0&&void ...
function n (line 2) | function n(){var n,i=this;return _n.a.wrap((function(e){for(;;)switch(e....
function d (line 2) | function d(e,t,n,i){return n=n||{},i||!r.canvasSupported?h(e,t,n):r.brow...
function h (line 2) | function h(e,t,n){if(r.domSupported&&e.getBoundingClientRect){var i=t.cl...
function f (line 2) | function f(e){return e||window.event}
function a (line 2) | function a(e){return(e=Math.round(e))<0?0:e>255?255:e}
function o (line 2) | function o(e){return e<0?0:e>1?1:e}
function s (line 2) | function s(e){return e.length&&"%"===e.charAt(e.length-1)?a(parseFloat(e...
function l (line 2) | function l(e){return e.length&&"%"===e.charAt(e.length-1)?o(parseFloat(e...
function u (line 2) | function u(e,t,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?e+(t-e)*n*6:2*n<1?t:...
function c (line 2) | function c(e,t,n){return e+(t-e)*n}
function d (line 2) | function d(e,t,n,i,r){return e[0]=t,e[1]=n,e[2]=i,e[3]=r,e}
function h (line 2) | function h(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e}
function g (line 2) | function g(e,t){p&&h(p,t),p=f.put(e,p||t.slice())}
function m (line 2) | function m(e,t){if(e){t=t||[];var n=f.get(e);if(n)return h(t,n);var i,a=...
function v (line 2) | function v(e,t){var n=(parseFloat(e[0])%360+360)%360/360,i=l(e[1]),r=l(e...
function y (line 2) | function y(e,t,n){if(t&&t.length&&e>=0&&e<=1){n=n||[];var i=e*(t.length-...
function b (line 2) | function b(e,t,n){if(t&&t.length&&e>=0&&e<=1){var i=e*(t.length-1),r=Mat...
function w (line 2) | function w(e,t){if(e&&e.length){var n=e[0]+","+e[1]+","+e[2];return"rgba...
function f (line 2) | function f(){this.group=new r,this.uid=a.getUID("viewChart"),this.render...
function g (line 2) | function g(e,t,n){if(e&&(e.trigger(t,n),e.isGroup&&!l.isHighDownDispatch...
function m (line 2) | function m(e,t,n){var r=s.queryDataIndex(e,t),a=t&&null!=t.highlightKey?...
function v (line 2) | function v(e){return h(e.model)}
function y (line 2) | function y(e){var t=e.model,n=e.ecModel,i=e.api,r=e.payload,a=t.pipeline...
function o (line 2) | function o(e,t){return!!t&&t===e.getCalculationInfo("stackedDimension")}
function a (line 2) | function a(e){var t={main:"",sub:""};return e&&(e=e.split("."),t.main=e[...
function s (line 2) | function s(e,t){var n=i.slice(arguments,2);return this.superClass.protot...
function l (line 2) | function l(e,t,n){return this.superClass.prototype[t].apply(e,n)}
function k (line 2) | function k(e){if(e){var t=s();return u(e,(function(e,n){if(null==(e=g({}...
function I (line 2) | function I(e,t,n,i){if(null==i&&(i=1/0),t===M)for(var r=0;r<n.length&&r<...
function A (line 2) | function A(e){var t=e.option;if(!t.data)return e.ecModel.getComponent("d...
function P (line 2) | function P(e,t,n,i,r,o){var s,l,u;if(f(e))return C.Not;if(i){var p=i[o];...
function g (line 2) | function g(e,t,n){for(var i=0;i<n;i++)e.push(t+i)}
function m (line 2) | function m(e){var t=e.dimsDef;return t?t.length:1}
function h (line 2) | function h(e){return null!=e.v&&null!=e.n}
function h (line 2) | function h(e){return e>-1e-8&&e<1e-8}
function f (line 2) | function f(e){return e>1e-8||e<-1e-8}
function p (line 2) | function p(e,t,n,i,r){var a=1-r;return a*a*(a*e+3*r*t)+r*r*(r*i+3*a*n)}
function g (line 2) | function g(e,t,n,i){var r=1-i;return r*(r*e+2*i*t)+i*i*n}
function r (line 2) | function r(e,t,n){var i,r,a,o,s,l=0,u=0,c=null;function d(){u=(new Date)...
function m (line 2) | function m(e,t){var n=(e[1]-e[0])/t/2;e[0]+=n,e[1]-=n}
function p (line 2) | function p(e,t){return e=u(e),t=u(t),f?e>t:e<t}
function M (line 2) | function M(e){e&&(e.ignore=!0)}
function C (line 2) | function C(e,t,n){var i=e&&e.getBoundingRect().clone(),r=t&&t.getBoundin...
function T (line 2) | function T(e){return"middle"===e||"center"===e}
function k (line 2) | function k(e,t,n,i,r){for(var a=[],o=[],s=[],l=0;l<e.length;l++){var c=e...
function r (line 2) | function r(e,t,n,i,r,a){var o=e._$handlers;if("function"===typeof n&&(r=...
function v (line 2) | function v(e,t){d.isInstance(e)||(e=d.seriesDataToSource(e)),this._sourc...
function b (line 2) | function b(){return this._data.length}
function _ (line 2) | function _(e){return this._data[e]}
function w (line 2) | function w(e){for(var t=0;t<e.length;t++)this._data.push(e[t])}
function M (line 2) | function M(e,t,n,i){return null!=n?e[n]:e}
function T (line 2) | function T(e,t,n,i){return k(e[i],this._dimensionInfos[t])}
function k (line 2) | function k(e,t){var n=t&&t.type;if("ordinal"===n){var i=t&&t.ordinalMeta...
function n (line 2) | function n(e){return e}
function i (line 2) | function i(e,t,i,r,a){this._old=e,this._new=t,this._oldKeyGetter=i||n,th...
function r (line 2) | function r(e,t,n,i,r){for(var a=0;a<e.length;a++){var o="_ec_"+r[i](e[a]...
function o (line 2) | function o(e,t,n,i,o,l){var u=a.getAxisPointerClass(e.axisPointerClass);...
function s (line 2) | function s(e,t,n){var i=e._axisPointer;i&&i.dispose(t,n),e._axisPointer=...
function r (line 2) | function r(e){for(var t=[];e;)(e=e.parentNode)&&t.push(e);return t.rever...
function c (line 2) | function c(e,t){var n=e.visual,r=[];i.isObject(n)?o(n,(function(e){r.pus...
function d (line 2) | function d(e){return{applyVisual:function(t,n,i){t=this.mapValueToVisual...
function h (line 2) | function h(e){var t=this.option.visual;return t[Math.round(a(e,[0,1],[0,...
function f (line 2) | function f(e){return function(t,n,i){i(e,this.mapValueToVisual(t))}}
function p (line 2) | function p(e){var t=this.option.visual;return t[this.option.loop&&-1!==e...
function g (line 2) | function g(){return this.option.visual[0]}
function m (line 2) | function m(e){return{linear:function(t){return a(t,e,this.option.visual,...
function v (line 2) | function v(e){var t=this.option,n=t.pieceList;if(t.hasSpecialVisual){var...
function y (line 2) | function y(e,t){return e.visual=t,"color"===e.type&&(e.parsedVisual=i.ma...
function b (line 2) | function b(e,t,n){return e?t<=n:t<n}
function d (line 2) | function d(t,n){var a=Math.abs(t-e);a<r&&(r=a,i=n)}
function s (line 2) | function s(e){i.call(this,e)}
function n (line 2) | function n(e,t){var n=e[t]-e[1-t];return{span:Math.abs(n),sign:n>0?-1:n<...
function i (line 2) | function i(e,t){return Math.min(null!=t[1]?t[1]:1/0,Math.max(null!=t[0]?...
function d (line 2) | function d(e){var t={};return u(["start","end","startValue","endValue","...
function h (line 2) | function h(e,t){var n=e._rangePropMode,i=e.get("rangeMode");u([["start",...
function s (line 2) | function s(e){for(var t in e=e||{},a.call(this,e),e)e.hasOwnProperty(t)&...
function n (line 2) | function n(e,t){return e[t]||(e[t]={predecessor:[],successor:[]}),e[t]}
function p (line 2) | function p(e){l[e].entryCount--,0===l[e].entryCount&&u.push(e)}
function g (line 2) | function g(e){c[e]=!0,p(e)}
function f (line 2) | function f(e){this.fromDataset=e.fromDataset,this.data=e.data||(e.source...
function s (line 2) | function s(e,t){return e.hasOwnProperty(t)||(e[t]=[]),e[t]}
function o (line 2) | function o(e){this.group=new i.Group,this._symbolCtor=e||r}
function l (line 2) | function l(e,t,n,i){return t&&!isNaN(t[0])&&!isNaN(t[1])&&!(i.isIgnore&&...
function u (line 2) | function u(e){return null==e||a(e)||(e={isIgnore:e}),e||{}}
function c (line 2) | function c(e){var t=e.hostModel;return{itemStyle:t.getModel("itemStyle")...
function i (line 2) | function i(e){e.isGroup||(e.incremental=e.useHoverLayer=!0)}
function a (line 2) | function a(e,t,n){var r=e.getArea(),a=e.getBaseAxis().isHorizontal(),o=r...
function o (line 2) | function o(e,t,n){var a=e.getArea(),o=new i.Sector({shape:{cx:r(e.cx,1),...
function s (line 2) | function s(e){this.pointerChecker,this._zr=e,this._opt={};var t=i.bind,n...
function l (line 2) | function l(e){if(!(a.isMiddleOrRightButtonOnMouseUpDown(e)||e.target&&e....
function u (line 2) | function u(e){if(this._dragging&&g("moveOnMouseMove",e,this._opt)&&"pinc...
function c (line 2) | function c(e){a.isMiddleOrRightButtonOnMouseUpDown(e)||(this._dragging=!1)}
function d (line 2) | function d(e){var t=g("zoomOnMouseWheel",e,this._opt),n=g("moveOnMouseWh...
function h (line 2) | function h(e){o.isTaken(this._zr,"globalPan")||f(this,"zoom",null,e,{sca...
function f (line 2) | function f(e,t,n,i,r){e.pointerChecker&&e.pointerChecker(i,r.originX,r.o...
function p (line 2) | function p(e,t,n,r,a){a.isAvailableBehavior=i.bind(g,null,n,r),e.trigger...
function g (line 2) | function g(e,t,n){var r=n[e];return!e||r&&(!i.isString(r)||t.event[r+"Ke...
function o (line 2) | function o(e){return e>5e-5||e<-5e-5}
function S (line 2) | function S(e){if(e){e.font=c.makeFont(e);var t=e.textAlign;"middle"===t&...
function M (line 2) | function M(e,t,n,i,r){if(n&&t.textRotation){var a=t.textOrigin;"center"=...
function C (line 2) | function C(e,t,n,i,o,s,l,u){var c=i.rich[n.styleName]||{};c.text=n.text;...
function T (line 2) | function T(e){return!!(e.textBackgroundColor||e.textBorderWidth&&e.textB...
function k (line 2) | function k(e,t,n,i,r,a,o){var s=n.textBackgroundColor,c=n.textBorderWidt...
function I (line 2) | function I(e,t){t.image=e}
function A (line 2) | function A(e,t,n,i){var r=n.x||0,a=n.y||0,o=n.textAlign,s=n.textVertical...
function P (line 2) | function P(e,t,n){return e[t]=f(e,t,n),e[t]}
function E (line 2) | function E(e,t){return null==e||t<=0||"transparent"===e||"none"===e?null...
function D (line 2) | function D(e){return null==e||"none"===e?null:e.image||e.colorStops?"#00...
function L (line 2) | function L(e,t){return"string"===typeof e?e.lastIndexOf("%")>=0?parseFlo...
function O (line 2) | function O(e,t,n){return"right"===t?e-n[1]:"center"===t?e+n[3]/2-n[1]/2:...
function r (line 2) | function r(e){this._setting=e||{},this._extent=[1/0,-1/0],this._interval...
function l (line 2) | function l(e){return e.get("stack")||"__ec_stack_"+e.seriesIndex}
function u (line 2) | function u(e){return e.dim+e.index}
function c (line 2) | function c(e,t){var n=[];return t.eachSeriesByType(e,(function(e){g(e)&&...
function d (line 2) | function d(e){var t=function(e){var t={};i.each(e,(function(e){var n=e.c...
function h (line 2) | function h(e){var t={};i.each(e,(function(e,n){var i=e.axisKey,r=e.bandW...
function f (line 2) | function f(e,t,n){if(e&&t){var i=e[u(t)];return null!=i&&null!=n&&(i=i[l...
function g (line 2) | function g(e){return e.coordinateSystem&&"cartesian2d"===e.coordinateSys...
function m (line 2) | function m(e){return e.pipelineContext&&e.pipelineContext.large}
function v (line 2) | function v(e,t,n){return t.toGlobalCoord(t.dataToCoord("log"===t.type?1:...
function l (line 2) | function l(e,t,n){a.Group.call(this),this.updateData(e,t,n)}
function d (line 2) | function d(e){return[e[0]/2,e[1]/2]}
function h (line 2) | function h(e,t){this.parent.drift(e,t)}
function v (line 2) | function v(e,t){if(!this.incremental&&!this.useHoverLayer)if("emphasis"=...
function s (line 2) | function s(e,t){return"all"===e||i.isArray(e)&&i.indexOf(e,t)>=0||e===t}
function l (line 2) | function l(e){var t=(e.ecModel.getComponent("axisPointer")||{}).coordSys...
function u (line 2) | function u(e){return!!e.get("handle.show")}
function c (line 2) | function c(e){return e.type+"||"+e.id}
function b (line 2) | function b(o,l,p){var v=p.model.getModel("axisPointer",d),y=v.get("show"...
function h (line 2) | function h(e){return function(t,n){var i=f(t),a=[];return r(i,(function(...
function f (line 2) | function f(e){return o.retrieveMap(e)||[]}
function c (line 2) | function c(e,t,n,i,r){var s=d(n.get("value"),t.axis,t.ecModel,n.get("ser...
function d (line 2) | function d(e,t,n,r,a){e=t.scale.parse(e);var o=t.scale.getLabel(e,{preci...
function h (line 2) | function h(e,t,n){var i=s.create();return s.rotate(i,i,n.rotation),s.tra...
function o (line 2) | function o(e){if(e)for(var t in e)if(e.hasOwnProperty(t))return!0}
function c (line 2) | function c(e){return n.getItemVisual(l,e)}
function d (line 2) | function d(e,t){n.setItemVisual(l,e,t)}
function h (line 2) | function h(e,i){l=null==s?e:i;var r=n.getRawDataItem(l);if(!r||!1!==r.vi...
function r (line 2) | function r(e){return i.getItemVisual(l,e)}
function s (line 2) | function s(e,t){i.setItemVisual(l,e,t)}
function n (line 2) | function n(e,t,n,i){var r=t+1;if(r===n)return 1;if(i(e[r++],e[t])<0){for...
function i (line 2) | function i(e,t,n,i,r){for(i===t&&i++;i<n;i++){for(var a,o=e[i],s=t,l=i;s...
function r (line 2) | function r(e,t,n,i,r,a){var o=0,s=0,l=1;if(a(e,t[n+r])>0){for(s=i-r;l<s&...
function a (line 2) | function a(e,t,n,i,r,a){var o=0,s=0,l=1;if(a(e,t[n+r])<0){for(s=r+1;l<s&...
function o (line 2) | function o(e,t){var n,i,o,s=7,l=0;n=e.length;var u=[];function c(n){var ...
function s (line 2) | function s(e,t,n){var i=null==t.x?0:t.x,r=null==t.x2?1:t.x2,a=null==t.y?...
function l (line 2) | function l(e,t,n){var i=n.width,r=n.height,a=Math.min(i,r),o=null==t.x?....
function r (line 2) | function r(){var e=this.__cachedImgObj;this.onload=this.onerror=this.__c...
function a (line 2) | function a(e){return e&&e.width&&e.height}
function i (line 2) | function i(e,t,i){if(!t)return e;var r=n(2*e);return(r+n(t))%2===0?r/2:(...
function o (line 2) | function o(e){r.call(this,e),this._displayables=[],this._temporaryDispla...
function a (line 2) | function a(e){e=e||{},this._reset=e.reset,this._plan=e.plan,this._count=...
function h (line 2) | function h(e){return!(e>=1)&&(e=1),e}
function o (line 2) | function o(){return t<e?t++:null}
function s (line 2) | function s(){var a=t%r*n+Math.ceil(t/r),o=t>=e?null:a<i?a:t;return t++,o}
function l (line 2) | function l(e,t,n,i,r,a){s.reset(n,i,r,a),e._callingProgress=t,e._calling...
function y (line 2) | function y(e,t,n){return e.getCoordSysModel()===t}
function x (line 2) | function x(e,t,n){this._coordsMap={},this._coordsList=[],this._axesMap={...
function _ (line 2) | function _(e,t,n,i){n.getAxesOnZeroOf=function(){return r?[r]:[]};var r,...
function w (line 2) | function w(e){return e&&"category"!==e.type&&"time"!==e.type&&d(e)}
function o (line 2) | function o(){a(r,(function(e){var t=e.isHorizontal(),n=t?[0,i.width]:[0,...
function s (line 2) | function s(t){return function(n,a){if(y(n,e)){var s=n.get("position");"x...
function n (line 2) | function n(e,t,n){a(e.mapDimension(t.dim,!0),(function(n){t.scale.unionE...
function M (line 2) | function M(e,t){return o(S,(function(t){return e.getReferringComponents(...
function C (line 2) | function C(e){return"cartesian2d"===e.get("coordinateSystem")}
function c (line 2) | function c(e,t){var n=e.get("boundingCoords");if(null!=n){var i=n[0],r=n...
function d (line 2) | function d(e,t){r.each(t.get("geoCoord"),(function(t,n){e.addGeoCoord(n,...
function u (line 2) | function u(){s.call(this)}
function c (line 2) | function c(e){this.name=e,this.zoomLimit,s.call(this),this._roamTransfor...
function d (line 2) | function d(e,t,n,i){var r=n.seriesModel,a=r?r.coordinateSystem:null;retu...
function u (line 2) | function u(e,t){this.root,this.data,this._nodes=[],this.hostModel=e,this...
function a (line 2) | function a(e){this._ctor=e||r,this.group=new i.Group}
function s (line 2) | function s(e){var t=e.hostModel;return{lineStyle:t.getModel("lineStyle")...
function l (line 2) | function l(e){return isNaN(e[0])||isNaN(e[1])}
function u (line 2) | function u(e){return!l(e[0])&&!l(e[1])}
function n (line 2) | function n(e){e.isGroup||function(e){return e.animators&&e.animators.len...
function c (line 2) | function c(e){return"_"+e+"Type"}
function d (line 2) | function d(e,t,n){var r=t.getItemVisual(n,"color"),o=t.getItemVisual(n,e...
function h (line 2) | function h(e,t){e.x1=t[0][0],e.y1=t[0][1],e.x2=t[1][0],e.y2=t[1][1],e.pe...
function f (line 2) | function f(e,t,n){s.Group.call(this),this._createLine(e,t,n)}
function y (line 2) | function y(e){r.call(this),this._zr=e,this.group=new a.Group,this._brush...
function x (line 2) | function x(e,t){var n=Y[t.brushType].createCover(e,t);return n.__brushOp...
function b (line 2) | function b(e,t){var n=M(t);return n.endCreating&&(n.endCreating(e,t),w(t...
function _ (line 2) | function _(e,t){var n=t.__brushOption;M(t).updateCoverShape(e,t,n.range,n)}
function w (line 2) | function w(e,t){var n=t.z;null==n&&(n=1e4),e.traverse((function(e){e.z=n...
function S (line 2) | function S(e,t){M(t).updateCommon(e,t),_(e,t)}
function M (line 2) | function M(e){return Y[e.__brushOption.brushType]}
function C (line 2) | function C(e,t,n){var i,r=e._panels;if(!r)return!0;var a=e._transform;re...
function T (line 2) | function T(e,t){var n=e._panels;if(!n)return!0;var i=t.__brushOption.pan...
function k (line 2) | function k(e){var t=e._covers,n=t.length;return u(t,(function(t){e.group...
function I (line 2) | function I(e,t){var n=c(e._covers,(function(e){var t=e.__brushOption,n=i...
function A (line 2) | function A(e){var t=e.length-1;return t<0&&(t=0),[e[0],e[t]]}
function P (line 2) | function P(e,t,n,i){var r=new a.Group;return r.add(new a.Rect({name:"mai...
function E (line 2) | function E(e,t,n,i){var r=i.brushStyle.lineWidth||0,a=h(r,6),o=n[0][0],s...
function D (line 2) | function D(e,t){var n=t.__brushOption,i=n.transformable,r=t.childAt(0);r...
function L (line 2) | function L(e,t,n,i,r,a,o){var s=t.childOfName(n);s&&s.setShape(function(...
function O (line 2) | function O(e){return i.defaults({strokeNoScale:!0},e.brushStyle)}
function N (line 2) | function N(e,t,n,i){var r=[d(e,n),d(t,i)],a=[h(e,n),h(t,i)];return[[r[0]...
function R (line 2) | function R(e,t,n,i,r,a,o,s){var l=i.__brushOption,c=e(l.range),d=B(n,a,o...
function z (line 2) | function z(e,t,n,i,r){var a=t.__brushOption.range,o=B(e,n,i);u(a,(functi...
function B (line 2) | function B(e,t,n){var i=e.group,r=i.transformCoordToLocal(t,n),a=i.trans...
function F (line 2) | function F(e,t,n){var r=T(e,t);return r&&!0!==r?r.clipPath(n,e._transfor...
function V (line 2) | function V(e){var t=e.event;t.preventDefault&&t.preventDefault()}
function G (line 2) | function G(e,t,n){return e.childOfName("main").contain(t,n)}
function j (line 2) | function j(e,t,n,r){var a,o=e._creatingCover,s=e._creatingPanel,l=e._bru...
function W (line 2) | function W(e,t){return"auto"===e?t.defaultBrushType:e}
function o (line 2) | function o(e,t){return(null!=e.id?e.id:"\0-brush-index-"+t)+"-"+e.brushT...
function l (line 2) | function l(i,o){var s=e[i];if(null!=o&&t[o]===a)n[i]=t[o];else{var l=n[i...
function U (line 2) | function U(e,t){if(e._dragging){V(t);var n=t.offsetX,i=t.offsetY,r=e.gro...
function Z (line 2) | function Z(e){return{createCover:function(t,n){return P(l(R,(function(t)...
function h (line 2) | function h(){}
function f (line 2) | function f(e,t,n,r){(function e(t,n){if(i.isObject(t)&&i.isObject(n)){va...
function p (line 2) | function p(e,t){e[t.get("label.show")?"show":"hide"]()}
function g (line 2) | function g(e){return{position:e.position.slice(),rotation:e.rotation||0}}
function m (line 2) | function m(e,t,n){var i=t.get("z"),r=t.get("zlevel");e&&e.traverse((func...
function d (line 2) | function d(e,t){var n=this,r=n.getAngleAxis(),a=n.getRadiusAxis();if(r.s...
function h (line 2) | function h(e,t){if(e.type=t.get("type"),e.scale=s(t),e.onBand=t.get("bou...
function o (line 2) | function o(e,t){e=e.slice();var n=i.map(e,r.capitalFirst);t=(t||[]).slic...
function l (line 2) | function l(e){!function(e,t){return i.indexOf(t.nodes,e)>=0}(e,s)&&funct...
function r (line 2) | function r(e,r){r.nodes.push(e),t((function(t){i.each(n(e,t)||[],(functi...
function d (line 2) | function d(e){o.defaultEmphasis(e,"label",["show"])}
function s (line 2) | function s(e,t,n,i,o,s){var l=[],u=a(t,i)?t.getCalculationInfo("stackRes...
function c (line 2) | function c(e,t,n,i){var r={};return null!=e.valueIndex||null!=e.valueDim...
function d (line 2) | function d(e,t,n){if("average"===n){var i=0,r=0;return e.each(t,(functio...
function y (line 2) | function y(e){return h(1e4*e)/1e4}
function x (line 2) | function x(e){return e<1e-4&&e>-1e-4}
function b (line 2) | function b(e,t){t&&_(e,"transform","matrix("+d.call(t,",")+")")}
function _ (line 2) | function _(e,t,n){(!n||"linear"!==n.type&&"radial"!==n.type)&&e.setAttri...
function w (line 2) | function w(e,t,n,i){if(function(e,t){var n=t?e.textFill:e.fill;return nu...
function E (line 2) | function E(e,t,n,i){_(e,"dominant-baseline","middle"),_(e,"text-anchor",...
function D (line 2) | function D(e){e&&e.__textSvgEl&&(e.__textSvgEl.parentNode&&e.__textSvgEl...
function h (line 2) | function h(e,t,n,i,r){this._zrId=e,this._svgRoot=t,this._tagNames="strin...
function o (line 2) | function o(e){if(null===e||void 0===e)throw new TypeError("Object.assign...
function o (line 2) | function o(e,t,n,a,o){if(t.getBoundingClientRect&&i.domSupported&&!s(t))...
function s (line 2) | function s(e){return"CANVAS"===e.nodeName.toUpperCase()}
function s (line 2) | function s(e,t){return e[t]}
function l (line 2) | function l(e,t,n){e[t]=n}
function u (line 2) | function u(e,t,n){return(t-e)*n+e}
function c (line 2) | function c(e,t,n){return n>.5?t:e}
function d (line 2) | function d(e,t,n,i,r){var a=e.length;if(1===r)for(var o=0;o<a;o++)i[o]=u...
function h (line 2) | function h(e,t,n){var i=e.length,r=t.length;if(i!==r)if(i>r)e.length=r;e...
function f (line 2) | function f(e,t,n){if(e===t)return!0;var i=e.length;if(i!==t.length)retur...
function p (line 2) | function p(e,t,n,i,r,a,o,s,l){var u=e.length;if(1===l)for(var c=0;c<u;c+...
function g (line 2) | function g(e,t,n,i,r,a,o){var s=.5*(n-e),l=.5*(i-t);return(2*(t-n)+s+l)*...
function m (line 2) | function m(e){if(a(e)){var t=e.length;if(a(e[0])){for(var n=[],i=0;i<t;i...
function v (line 2) | function v(e){return e[0]=Math.floor(e[0]),e[1]=Math.floor(e[1]),e[2]=Ma...
function y (line 2) | function y(e,t,n,o,s,l){var m=e._getter,y=e._setter,x="spline"===t,b=o.l...
function M (line 2) | function M(e){e=e,this.option={},this.option["\0_ec_inner"]=1,this._comp...
function C (line 2) | function C(e,t){e._seriesIndicesMap=d(e._seriesIndices=o(t,(function(e){...
function T (line 2) | function T(e,t){return t.hasOwnProperty("subType")?a(e,(function(e){retu...
function f (line 2) | function f(e,t,n,i,r,a,c,f,p,g,m){var v=p*(u/180),y=l(v)*(e-n)/2+s(v)*(t...
function m (line 2) | function m(e,t){var n=function(e){if(!e)return new r;for(var t,n=0,i=0,a...
function M (line 2) | function M(e){y(e)&&(e=(new DOMParser).parseFromString(e,"text/xml"));fo...
function C (line 2) | function C(){this._defs={},this._root=null,this._isDefine=!1,this._isTex...
function I (line 2) | function I(e,t){e&&e.__inheritedStyle&&(t.__inheritedStyle||(t.__inherit...
function A (line 2) | function A(e){for(var t=_(e).split(S),n=[],i=0;i<t.length;i+=2){var r=pa...
function E (line 2) | function E(e,t,n,i){var r=t.__inheritedStyle||{},a="text"===t.type;if(1=...
function L (line 2) | function L(e,t){var n=t&&e&&e.match(D);return n?t[_(n[1])]:e}
function R (line 2) | function R(e,t,n){var i=t/e.width,r=n/e.height,a=Math.min(i,r);return{sc...
function y (line 2) | function y(e,t,n){if(n||null!=t.get(e)){for(var i=0;null!=t.get(e+i);)i+...
function I (line 2) | function I(e,t,n){null!=m.get(t)?e.otherDims[t]=n:(e.coordDim=t,e.coordD...
function s (line 2) | function s(e){this.categories=e.categories||[],this._needCollect=e.needC...
function u (line 2) | function u(e){return e._map||(e._map=r(e.categories))}
function c (line 2) | function c(e){return a(e)&&null!=e.value?e.value:e+""}
function a (line 2) | function a(e){return i.getPrecisionSafe(e)+2}
function o (line 2) | function o(e,t,n){e[t]=Math.max(Math.min(e[t],n[1]),n[0])}
function s (line 2) | function s(e,t){!isFinite(e[0])&&(e[0]=t[0]),!isFinite(e[1])&&(e[1]=t[1]...
function m (line 2) | function m(e,t){return c(e,u(t))}
function a (line 2) | function a(e,t,n){for(var i=[],r=t[0],a=t[1],o=0;o<e.length;o+=2){var s=...
function s (line 2) | function s(e,t,n){if(this.name=e,this.geometries=t,n)n=[n[0],n[1]];else{...
function r (line 2) | function r(e,t){return Math.abs(e-t)<1e-8}
function f (line 2) | function f(e){return isNaN(e[0])||isNaN(e[1])}
function p (line 2) | function p(e,t,n,i,r,a,o,s,l,u,c){return"none"!==u&&u?g.apply(this,argum...
function g (line 2) | function g(e,t,n,i,r,a,o,s,l,c,p){for(var g=0,m=n,v=0;v<i;v++){var y=t[m...
function m (line 2) | function m(e,t,n,i,a,p,g,m,v,y,x){for(var b=0,_=n,w=0;w<i;w++){var S=t[_...
function v (line 2) | function v(e,t){var n=[1/0,1/0],i=[-1/0,-1/0];if(t)for(var r=0;r<e.lengt...
function l (line 2) | function l(e,t){return t.type||(t.data?"category":"value")}
function a (line 2) | function a(e,t){"outside"===e.textPosition&&(e.textPosition=t)}
function d (line 2) | function d(e){var t=e.getItemStyle(),n=e.get("areaColor");return null!=n...
function h (line 2) | function h(e,t){t.eachChild((function(t){i.each(t.__regions,(function(n)...
function f (line 2) | function f(e,t){var n=new s.Group;this.uid=u("ec_map_draw"),this._contro...
function c (line 2) | function c(){var t={type:"geoRoam",componentType:u};return t[u+"Id"]=e.i...
function a (line 2) | function a(e){return e[r]||(e[r]={})}
function s (line 2) | function s(e,t){if((r=this)[o]===r){var n=i.extend({},this[a]);n[this.da...
function l (line 2) | function l(e,t){return e.struct&&e.struct.update(this),t}
function u (line 2) | function u(e,t){return r(t[a],(function(n,i){n!==t&&h(n.cloneShallow(),i...
function c (line 2) | function c(e){var t=this[o];return null==e||null==t?t:t[a][e]}
function d (line 2) | function d(e,t,n){e[a]={},r(t,(function(t,i){h(t,i,e,n)}))}
function h (line 2) | function h(e,t,n,i){n[a][t]=e,e[o]=n,e.dataType=t,i.struct&&(e[i.structA...
function r (line 2) | function r(e){var t=e.children;return t.length&&e.isExpand?t[t.length-1]...
function a (line 2) | function a(e){var t=e.children;return t.length&&e.isExpand?t[0]:e.hierNo...
function o (line 2) | function o(e,t,n){return e.hierNode.ancestor.parentNode===t.parentNode?e...
function s (line 2) | function s(e,t,n){var i=n/(t.hierNode.i-e.hierNode.i);t.hierNode.change-...
function l (line 2) | function l(e,t){return e.parentNode===t.parentNode?1:2}
function r (line 2) | function r(e){e.eachEdge((function(e){var t=e.getModel().get("lineStyle....
function l (line 2) | function l(e,t){var n=e._model;return n.get("axisExpandable")&&n.get("ax...
function o (line 2) | function o(e){return i.create(e)}
function u (line 2) | function u(e,t,n){i.Group.call(this),this.add(this.createLine(e,t,n)),th...
function a (line 2) | function a(e,t,n){i.Group.call(this),this._createPolyline(e,t,n)}
function s (line 2) | function s(e,t,n){e.handler("leave",null,n)}
function l (line 2) | function l(e,t,n,i){t.handler(e,n,i)}
function n (line 2) | function n(n,i){e.on(n,(function(n){var r=function(e){var t={showTip:[],...
function l (line 2) | function l(e,t){var n={};return n[t.dim+"AxisIndex"]=t.index,e.getCartes...
function c (line 2) | function c(e){return"x"===e.dim?0:1}
function h (line 2) | function h(e,t,n){var i=this._targetInfoList=[],r={},a=g(t,e);s(m,(funct...
function p (line 2) | function p(e){return e[0]>e[1]&&e.reverse(),e}
function g (line 2) | function g(e,t){return a.parseFinder(e,t,{includeMainTypes:d})}
function b (line 2) | function b(e,t,n,r){var a=n.getAxis(["x","y"][e]),o=p(i.map([0,1],(funct...
function w (line 2) | function w(e,t,n,i){return[t[0]-i[e]*n[0],t[1]-i[e]*n[1]]}
function S (line 2) | function S(e){return e?[e[0][1]-e[0][0],e[1][1]-e[1][0]]:[NaN,NaN]}
function a (line 2) | function a(e){var t=e[r];return t||(t=e[r]=[{}]),t}
function h (line 2) | function h(e){e.eachComponent({mainType:"brush"},(function(t){(t.brushTa...
function f (line 2) | function f(e,t){if(!e.isDisposed()){var n=e.getZr();n.__ecInBrushSelectE...
function p (line 2) | function p(e,t,n,i){for(var r=0,a=t.length;r<a;r++){var o=t[r];if(e[o.br...
function g (line 2) | function g(e){var t=e.brushSelector;if(r.isString(t)){var n=[];return r....
function w (line 2) | function w(e){return"all"===h||f[e]}
function S (line 2) | function S(e){return!!e.length}
function v (line 2) | function v(e){return new a(e[0][0],e[1][0],e[0][1]-e[0][0],e[1][1]-e[1][...
function f (line 2) | function f(e,t,n,i,r,a){var o;return"line"!==t&&t.indexOf("empty")<0?(o=...
function p (line 2) | function p(e,t,n,i){m(e,t,n,i),n.dispatchAction({type:"legendToggleSelec...
function g (line 2) | function g(e,t,n,i){var r=n.getZr().storage.getDisplayList()[0];r&&r.use...
function m (line 2) | function m(e,t,n,i){var r=n.getZr().storage.getDisplayList()[0];r&&r.use...
function a (line 2) | function a(e,t){return e&&e.hasOwnProperty&&e.hasOwnProperty(t)}
function l (line 2) | function l(e,t,n,i){for(var r=t.targetVisuals[i],a=o.prepareVisualTypes(...
function c (line 2) | function c(e){return e===l[0]?"min":e===l[1]?"max":(+e).toFixed(Math.min...
function u (line 2) | function u(n){f(t.color)&&!n.inRange&&(n.inRange={color:t.color.slice()....
function u (line 2) | function u(e){return o[e]}
function c (line 2) | function c(e,t){o[e]=t}
function i (line 2) | function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a ...
function i (line 2) | function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.en...
function r (line 2) | function r(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}
function i (line 2) | function i(e){return(i=Object.setPrototypeOf?Object.getPrototypeOf:funct...
function r (line 2) | function r(){if("undefined"===typeof Reflect||!Reflect.construct)return!...
function a (line 2) | function a(e){return(a="function"===typeof Symbol&&"symbol"===typeof Sym...
function o (line 2) | function o(e,t){return!t||"object"!==a(t)&&"function"!==typeof t?functio...
function s (line 2) | function s(e){return function(){var t,n=i(e);if(r()){var a=i(this).const...
function i (line 2) | function i(e,t){return(i=Object.setPrototypeOf||function(e,t){return e._...
function r (line 2) | function r(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("...
function v (line 2) | function v(e){for(var t="https://reactjs.org/docs/error-decoder.html?inv...
function b (line 2) | function b(e,t,n){this.props=e,this.context=t,this.refs=x,this.updater=n...
function _ (line 2) | function _(){}
function w (line 2) | function w(e,t,n){this.props=e,this.context=t,this.refs=x,this.updater=n...
function k (line 2) | function k(e,t,n){var i,r={},o=null,s=null;if(null!=t)for(i in void 0!==...
function I (line 2) | function I(e){return"object"===typeof e&&null!==e&&e.$$typeof===a}
function E (line 2) | function E(e,t,n,i){if(P.length){var r=P.pop();return r.result=e,r.keyPr...
function D (line 2) | function D(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,...
function L (line 2) | function L(e,t,n){return null==e?0:function e(t,n,i,r){var s=typeof t;"u...
function O (line 2) | function O(e,t){return"object"===typeof e&&null!==e&&null!=e.key?functio...
function N (line 2) | function N(e,t){e.func.call(e.context,t,e.count++)}
function R (line 2) | function R(e,t,n){var i=e.result,r=e.keyPrefix;e=e.func.call(e.context,t...
function z (line 2) | function z(e,t,n,i,r){var a="";null!=n&&(a=(""+n).replace(A,"$&/")+"/"),...
function F (line 2) | function F(){var e=B.current;if(null===e)throw Error(v(321));return e}
function o (line 2) | function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?inv...
function s (line 2) | function s(e,t,n,i,r,a,o,s,l){var u=Array.prototype.slice.call(arguments...
function f (line 2) | function f(e,t,n,i,r,a,o,c,d){l=!1,u=null,s.apply(h,arguments)}
function v (line 2) | function v(e,t,n){var i=e.type||"unknown-event";e.currentTarget=m(n),fun...
function b (line 2) | function b(){if(y)for(var e in x){var t=x[e],n=y.indexOf(e);if(!(-1<n))t...
function _ (line 2) | function _(e,t,n){if(M[e])throw Error(o(100,e));M[e]=t,C[e]=t.eventTypes...
function T (line 2) | function T(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var i=e[t];i...
function E (line 2) | function E(e){if(e=g(e)){if("function"!==typeof I)throw Error(o(280));va...
function D (line 2) | function D(e){A?P?P.push(e):P=[e]:A=e}
function L (line 2) | function L(){if(A){var e=A,t=P;if(P=A=null,E(e),t)for(e=0;e<t.length;e++...
function O (line 2) | function O(e,t){return e(t)}
function N (line 2) | function N(e,t,n,i,r){return e(t,n,i,r)}
function R (line 2) | function R(){}
function V (line 2) | function V(){null===A&&null===P||(R(),L())}
function G (line 2) | function G(e,t,n){if(F)return e(t,n);F=!0;try{return z(e,t,n)}finally{F=...
function Y (line 2) | function Y(e,t,n,i,r,a){this.acceptsBooleans=2===t||3===t||4===t,this.at...
function X (line 2) | function X(e){return e[1].toUpperCase()}
function K (line 2) | function K(e,t,n,i){var r=Z.hasOwnProperty(t)?Z[t]:null;(null!==r?0===r....
function ge (line 2) | function ge(e){return null===e||"object"!==typeof e?null:"function"===ty...
function me (line 2) | function me(e){if(null==e)return null;if("function"===typeof e)return e....
function ve (line 2) | function ve(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:c...
function ye (line 2) | function ye(e){switch(typeof e){case"boolean":case"number":case"object":...
function xe (line 2) | function xe(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCas...
function be (line 2) | function be(e){e._valueTracker||(e._valueTracker=function(e){var t=xe(e)...
function _e (line 2) | function _e(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n...
function we (line 2) | function we(e,t){var n=t.checked;return r({},t,{defaultChecked:void 0,de...
function Se (line 2) | function Se(e,t){var n=null==t.defaultValue?"":t.defaultValue,i=null!=t....
function Me (line 2) | function Me(e,t){null!=(t=t.checked)&&K(e,"checked",t,!1)}
function Ce (line 2) | function Ce(e,t){Me(e,t);var n=ye(t.value),i=t.type;if(null!=n)"number"=...
function Te (line 2) | function Te(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defau...
function ke (line 2) | function ke(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(nul...
function Ie (line 2) | function Ie(e,t){return e=r({children:void 0},t),(t=function(e){var t=""...
function Ae (line 2) | function Ae(e,t,n,i){if(e=e.options,t){t={};for(var r=0;r<n.length;r++)t...
function Pe (line 2) | function Pe(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(o(91));r...
function Ee (line 2) | function Ee(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultVa...
function De (line 2) | function De(e,t){var n=ye(t.value),i=ye(t.defaultValue);null!=n&&((n=""+...
function Le (line 2) | function Le(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!...
function Re (line 2) | function Re(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";ca...
function ze (line 2) | function ze(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?Re(t...
function Ve (line 2) | function Ve(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.n...
function Ge (line 2) | function Ge(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["W...
function Ue (line 2) | function Ue(e){if(We[e])return We[e];if(!je[e])return e;var t,n=je[e];fo...
function Je (line 2) | function Je(e){var t=Ke.get(e);return void 0===t&&(t=new Map,Ke.set(e,t)...
function $e (line 2) | function $e(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else...
function et (line 2) | function et(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!=...
function tt (line 2) | function tt(e){if($e(e)!==e)throw Error(o(188))}
function nt (line 2) | function nt(e){if(!(e=function(e){var t=e.alternate;if(!t){if(null===(t=...
function it (line 2) | function it(e,t){if(null==t)throw Error(o(30));return null==e?t:Array.is...
function rt (line 2) | function rt(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}
function ot (line 2) | function ot(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;i...
function st (line 2) | function st(e){if(null!==e&&(at=it(at,e)),e=at,at=null,e){if(rt(e,ot),at...
function lt (line 2) | function lt(e){return(e=e.target||e.srcElement||window).correspondingUse...
function ut (line 2) | function ut(e){if(!k)return!1;var t=(e="on"+e)in document;return t||((t=...
function dt (line 2) | function dt(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,...
function ht (line 2) | function ht(e,t,n,i){if(ct.length){var r=ct.pop();return r.topLevelType=...
function ft (line 2) | function ft(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);brea...
function pt (line 2) | function pt(e,t,n){if(!n.has(e)){switch(e){case"scroll":qt(t,"scroll",!0...
function It (line 2) | function It(e,t,n,i,r){return{blockedOn:e,topLevelType:t,eventSystemFlag...
function At (line 2) | function At(e,t){switch(e){case"focus":case"blur":bt=null;break;case"dra...
function Pt (line 2) | function Pt(e,t,n,i,r,a){return null===e||e.nativeEvent!==a?(e=It(t,n,i,...
function Et (line 2) | function Et(e){var t=kn(e.target);if(null!==t){var n=$e(t);if(null!==n)i...
function Dt (line 2) | function Dt(e){if(null!==e.blockedOn)return!1;var t=Jt(e.topLevelType,e....
function Lt (line 2) | function Lt(e,t,n){Dt(e)&&n.delete(t)}
function Ot (line 2) | function Ot(){for(yt=!1;0<xt.length;){var e=xt[0];if(null!==e.blockedOn)...
function Nt (line 2) | function Nt(e,t){e.blockedOn===t&&(e.blockedOn=null,yt||(yt=!0,a.unstabl...
function Rt (line 2) | function Rt(e){function t(t){return Nt(t,e)}if(0<xt.length){Nt(xt[0],e);...
function Gt (line 2) | function Gt(e,t){for(var n=0;n<e.length;n+=2){var i=e[n],r=e[n+1],a="on"...
function Zt (line 2) | function Zt(e,t){qt(t,e,!1)}
function qt (line 2) | function qt(e,t,n){var i=Ft.get(t);switch(void 0===i?2:i){case 0:i=Xt.bi...
function Xt (line 2) | function Xt(e,t,n,i){B||R();var r=Kt,a=B;B=!0;try{N(r,e,t,n,i)}finally{(...
function Qt (line 2) | function Qt(e,t,n,i){Ut(Ht,Kt.bind(null,e,t,n,i))}
function Kt (line 2) | function Kt(e,t,n,i){if(Yt)if(0<xt.length&&-1<Tt.indexOf(e))e=It(null,e,...
function Jt (line 2) | function Jt(e,t,n,i){if(null!==(n=kn(n=lt(i)))){var r=$e(n);if(null===r)...
function tn (line 2) | function tn(e,t,n){return null==t||"boolean"===typeof t||""===t?"":n||"n...
function nn (line 2) | function nn(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var i=...
function an (line 2) | function an(e,t){if(t){if(rn[e]&&(null!=t.children||null!=t.dangerouslyS...
function on (line 2) | function on(e,t){if(-1===e.indexOf("-"))return"string"===typeof t.is;swi...
function ln (line 2) | function ln(e,t){var n=Je(e=9===e.nodeType||11===e.nodeType?e:e.ownerDoc...
function un (line 2) | function un(){}
function cn (line 2) | function cn(e){if("undefined"===typeof(e=e||("undefined"!==typeof docume...
function dn (line 2) | function dn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}
function hn (line 2) | function hn(e,t){var n,i=dn(e);for(e=0;i;){if(3===i.nodeType){if(n=e+i.t...
function fn (line 2) | function fn(){for(var e=window,t=cn();t instanceof e.HTMLIFrameElement;)...
function pn (line 2) | function pn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(...
function vn (line 2) | function vn(e,t){switch(e){case"button":case"input":case"select":case"te...
function yn (line 2) | function yn(e,t){return"textarea"===e||"option"===e||"noscript"===e||"st...
function _n (line 2) | function _n(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||...
function wn (line 2) | function wn(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){va...
function kn (line 2) | function kn(e){var t=e[Mn];if(t)return t;for(var n=e.parentNode;n;){if(t...
function In (line 2) | function In(e){return!(e=e[Mn]||e[Tn])||5!==e.tag&&6!==e.tag&&13!==e.tag...
function An (line 2) | function An(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(o(...
function Pn (line 2) | function Pn(e){return e[Cn]||null}
function En (line 2) | function En(e){do{e=e.return}while(e&&5!==e.tag);return e||null}
function Dn (line 2) | function Dn(e,t){var n=e.stateNode;if(!n)return null;var i=p(n);if(!i)re...
function Ln (line 2) | function Ln(e,t,n){(t=Dn(e,n.dispatchConfig.phasedRegistrationNames[t]))...
function On (line 2) | function On(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t...
function Nn (line 2) | function Nn(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=Dn(e,n.di...
function Rn (line 2) | function Rn(e){e&&e.dispatchConfig.registrationName&&Nn(e._targetInst,nu...
function zn (line 2) | function zn(e){rt(e,On)}
function Gn (line 2) | function Gn(){if(Vn)return Vn;var e,t,n=Fn,i=n.length,r="value"in Bn?Bn....
function jn (line 2) | function jn(){return!0}
function Wn (line 2) | function Wn(){return!1}
function Hn (line 2) | function Hn(e,t,n,i){for(var r in this.dispatchConfig=e,this._targetInst...
function Un (line 2) | function Un(e,t,n,i){if(this.eventPool.length){var r=this.eventPool.pop(...
function Yn (line 2) | function Yn(e){if(!(e instanceof this))throw Error(o(279));e.destructor(...
function Zn (line 2) | function Zn(e){e.eventPool=[],e.getPooled=Un,e.release=Yn}
function t (line 2) | function t(){}
function n (line 2) | function n(){return i.apply(this,arguments)}
function ri (line 2) | function ri(e,t){switch(e){case"keyup":return-1!==Qn.indexOf(t.keyCode);...
function ai (line 2) | function ai(e){return"object"===typeof(e=e.detail)&&"data"in e?e.data:null}
function ui (line 2) | function ui(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"inpu...
function di (line 2) | function di(e,t,n){return(e=Hn.getPooled(ci.change,e,t,n)).type="change"...
function pi (line 2) | function pi(e){st(e)}
function gi (line 2) | function gi(e){if(_e(An(e)))return e}
function mi (line 2) | function mi(e,t){if("change"===e)return t}
function yi (line 2) | function yi(){hi&&(hi.detachEvent("onpropertychange",xi),fi=hi=null)}
function xi (line 2) | function xi(e){if("value"===e.propertyName&&gi(fi))if(e=di(fi,e,lt(e)),B...
function bi (line 2) | function bi(e,t,n){"focus"===e?(yi(),fi=n,(hi=t).attachEvent("onproperty...
function _i (line 2) | function _i(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)retu...
function wi (line 2) | function wi(e,t){if("click"===e)return gi(t)}
function Si (line 2) | function Si(e,t){if("input"===e||"change"===e)return gi(t)}
function ki (line 2) | function ki(e){var t=this.nativeEvent;return t.getModifierState?t.getMod...
function Ii (line 2) | function Ii(){return ki}
function Fi (line 2) | function Fi(e,t){if(zi(e,t))return!0;if("object"!==typeof e||null===e||"...
function Yi (line 2) | function Yi(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerD...
function Ki (line 2) | function Ki(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&...
function lr (line 2) | function lr(e){0>sr||(e.current=or[sr],or[sr]=null,sr--)}
function ur (line 2) | function ur(e,t){sr++,or[sr]=e.current,e.current=t}
function pr (line 2) | function pr(e,t){var n=e.type.contextTypes;if(!n)return cr;var i=e.state...
function gr (line 2) | function gr(e){return null!==(e=e.childContextTypes)&&void 0!==e}
function mr (line 2) | function mr(){lr(hr),lr(dr)}
function vr (line 2) | function vr(e,t,n){if(dr.current!==cr)throw Error(o(168));ur(dr,t),ur(hr...
function yr (line 2) | function yr(e,t,n){var i=e.stateNode;if(e=t.childContextTypes,"function"...
function xr (line 2) | function xr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMerged...
function br (line 2) | function br(e,t,n){var i=e.stateNode;if(!i)throw Error(o(169));n?(e=yr(e...
function Vr (line 2) | function Vr(){switch(Tr()){case kr:return 99;case Ir:return 98;case Ar:r...
function Gr (line 2) | function Gr(e){switch(e){case 99:return kr;case 98:return Ir;case 97:ret...
function jr (line 2) | function jr(e,t){return e=Gr(e),_r(e,t)}
function Wr (line 2) | function Wr(e,t,n){return e=Gr(e),wr(e,t,n)}
function Hr (line 2) | function Hr(e){return null===Nr?(Nr=[e],Rr=wr(kr,Yr)):Nr.push(e),Dr}
function Ur (line 2) | function Ur(){if(null!==Rr){var e=Rr;Rr=null,Sr(e)}Yr()}
function Yr (line 2) | function Yr(){if(!zr&&null!==Nr){zr=!0;var e=0;try{var t=Nr;jr(99,(funct...
function Zr (line 2) | function Zr(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n}
function qr (line 2) | function qr(e,t){if(e&&e.defaultProps)for(var n in t=r({},t),e=e.default...
function $r (line 2) | function $r(){Jr=Kr=Qr=null}
function ea (line 2) | function ea(e){var t=Xr.current;lr(Xr),e.type._context._currentValue=t}
function ta (line 2) | function ta(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationT...
function na (line 2) | function na(e,t){Qr=e,Jr=Kr=null,null!==(e=e.dependencies)&&null!==e.fir...
function ia (line 2) | function ia(e,t){if(Jr!==e&&!1!==t&&0!==t)if("number"===typeof t&&107374...
function aa (line 2) | function aa(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,s...
function oa (line 2) | function oa(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={base...
function sa (line 2) | function sa(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,paylo...
function la (line 2) | function la(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending...
function ua (line 2) | function ua(e,t){var n=e.alternate;null!==n&&oa(n,e),null===(n=(e=e.upda...
function ca (line 2) | function ca(e,t,n,i){var a=e.updateQueue;ra=!1;var o=a.baseQueue,s=a.sha...
function da (line 2) | function da(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.le...
function pa (line 2) | function pa(e,t,n,i){n=null===(n=n(i,t=e.memoizedState))||void 0===n?t:r...
function ma (line 2) | function ma(e,t,n,i,r,a,o){return"function"===typeof(e=e.stateNode).shou...
function va (line 2) | function va(e,t,n){var i=!1,r=cr,a=t.contextType;return"object"===typeof...
function ya (line 2) | function ya(e,t,n,i){e=t.state,"function"===typeof t.componentWillReceiv...
function xa (line 2) | function xa(e,t,n,i){var r=e.stateNode;r.props=n,r.state=e.memoizedState...
function _a (line 2) | function _a(e,t,n){if(null!==(e=n.ref)&&"function"!==typeof e&&"object"!...
function wa (line 2) | function wa(e,t){if("textarea"!==e.type)throw Error(o(31,"[object Object...
function Sa (line 2) | function Sa(e){function t(t,n){if(e){var i=t.lastEffect;null!==i?(i.next...
function Pa (line 2) | function Pa(e){if(e===Ta)throw Error(o(174));return e}
function Ea (line 2) | function Ea(e,t){switch(ur(Aa,t),ur(Ia,e),ur(ka,Ta),e=t.nodeType){case 9...
function Da (line 2) | function Da(){lr(ka),lr(Ia),lr(Aa)}
function La (line 2) | function La(e){Pa(Aa.current);var t=Pa(ka.current),n=ze(t,e.type);t!==n&...
function Oa (line 2) | function Oa(e){Ia.current===e&&(lr(ka),lr(Ia))}
function Ra (line 2) | function Ra(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedSta...
function za (line 2) | function za(e,t){return{responder:e,props:t}}
function Ua (line 2) | function Ua(){throw Error(o(321))}
function Ya (line 2) | function Ya(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length...
function Za (line 2) | function Za(e,t,n,i,r,a){if(Va=a,Ga=t,t.memoizedState=null,t.updateQueue...
function qa (line 2) | function qa(){var e={memoizedState:null,baseState:null,baseQueue:null,qu...
function Xa (line 2) | function Xa(){if(null===ja){var e=Ga.alternate;e=null!==e?e.memoizedStat...
function Qa (line 2) | function Qa(e,t){return"function"===typeof t?t(e):t}
function Ka (line 2) | function Ka(e){var t=Xa(),n=t.queue;if(null===n)throw Error(o(311));n.la...
function Ja (line 2) | function Ja(e){var t=Xa(),n=t.queue;if(null===n)throw Error(o(311));n.la...
function $a (line 2) | function $a(e){var t=qa();return"function"===typeof e&&(e=e()),t.memoize...
function eo (line 2) | function eo(e,t,n,i){return e={tag:e,create:t,destroy:n,deps:i,next:null...
function to (line 2) | function to(){return Xa().memoizedState}
function no (line 2) | function no(e,t,n,i){var r=qa();Ga.effectTag|=e,r.memoizedState=eo(1|t,n...
function io (line 2) | function io(e,t,n,i){var r=Xa();i=void 0===i?null:i;var a=void 0;if(null...
function ro (line 2) | function ro(e,t){return no(516,4,e,t)}
function ao (line 2) | function ao(e,t){return io(516,4,e,t)}
function oo (line 2) | function oo(e,t){return io(4,2,e,t)}
function so (line 2) | function so(e,t){return"function"===typeof t?(e=e(),t(e),function(){t(nu...
function lo (line 2) | function lo(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,io(4...
function uo (line 2) | function uo(){}
function co (line 2) | function co(e,t){return qa().memoizedState=[e,void 0===t?null:t],e}
function ho (line 2) | function ho(e,t){var n=Xa();t=void 0===t?null:t;var i=n.memoizedState;re...
function fo (line 2) | function fo(e,t){var n=Xa();t=void 0===t?null:t;var i=n.memoizedState;re...
function po (line 2) | function po(e,t,n){var i=Vr();jr(98>i?98:i,(function(){e(!0)})),jr(97<i?...
function go (line 2) | function go(e,t,n){var i=Ys(),r=ha.suspense;r={expirationTime:i=Zs(i,e,r...
function So (line 2) | function So(e,t){var n=Ml(5,null,null,0);n.elementType="DELETED",n.type=...
function Mo (line 2) | function Mo(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==...
function Co (line 2) | function Co(e){if(wo){var t=_o;if(t){var n=t;if(!Mo(e,t)){if(!(t=_n(n.ne...
function To (line 2) | function To(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag...
function ko (line 2) | function ko(e){if(e!==bo)return!1;if(!wo)return To(e),wo=!0,!1;var t=e.t...
function Io (line 2) | function Io(){_o=bo=null,wo=!1}
function Eo (line 2) | function Eo(e,t,n,i){t.child=null===e?Ca(t,null,n,i):Ma(t,e.child,n,i)}
function Do (line 2) | function Do(e,t,n,i,r){n=n.render;var a=t.ref;return na(t,r),i=Za(e,t,n,...
function Lo (line 2) | function Lo(e,t,n,i,r,a){if(null===e){var o=n.type;return"function"!==ty...
function Oo (line 2) | function Oo(e,t,n,i,r,a){return null!==e&&Fi(e.memoizedProps,i)&&e.ref==...
function No (line 2) | function No(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&...
function Ro (line 2) | function Ro(e,t,n,i,r){var a=gr(n)?fr:dr.current;return a=pr(t,a),na(t,r...
function zo (line 2) | function zo(e,t,n,i,r){if(gr(n)){var a=!0;xr(t)}else a=!1;if(na(t,r),nul...
function Bo (line 2) | function Bo(e,t,n,i,r,a){No(e,t);var o=0!==(64&t.effectTag);if(!i&&!o)re...
function Fo (line 2) | function Fo(e){var t=e.stateNode;t.pendingContext?vr(0,t.pendingContext,...
function Ho (line 2) | function Ho(e,t,n){var i,r=t.mode,a=t.pendingProps,o=Na.current,s=!1;if(...
function Uo (line 2) | function Uo(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.altern...
function Yo (line 2) | function Yo(e,t,n,i,r,a){var o=e.memoizedState;null===o?e.memoizedState=...
function Zo (line 2) | function Zo(e,t,n){var i=t.pendingProps,r=i.revealOrder,a=i.tail;if(Eo(e...
function qo (line 2) | function qo(e,t,n){null!==e&&(t.dependencies=e.dependencies);var i=t.exp...
function Xo (line 2) | function Xo(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null...
function Qo (line 2) | function Qo(e,t,n){var i=t.pendingProps;switch(t.tag){case 2:case 16:cas...
function Ko (line 2) | function Ko(e){switch(e.tag){case 1:gr(e.type)&&mr();var t=e.effectTag;r...
function Jo (line 2) | function Jo(e,t){return{value:e,source:t,stack:ve(t)}}
function es (line 2) | function es(e,t){var n=t.source,i=t.stack;null===i&&null!==n&&(i=ve(n)),...
function ts (line 2) | function ts(e){var t=e.ref;if(null!==t)if("function"===typeof t)try{t(nu...
function ns (line 2) | function ns(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;cas...
function is (line 2) | function is(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null...
function rs (line 2) | function rs(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null...
function as (line 2) | function as(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:return v...
function os (line 2) | function os(e,t,n){switch("function"===typeof wl&&wl(t),t.tag){case 0:ca...
function ss (line 2) | function ss(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedSt...
function ls (line 2) | function ls(e){return 5===e.tag||3===e.tag||4===e.tag}
function us (line 2) | function us(e){e:{for(var t=e.return;null!==t;){if(ls(t)){var n=t;break ...
function cs (line 2) | function cs(e,t,n){for(var i,r,a=t,s=!1;;){if(!s){s=a.return;e:for(;;){i...
function ds (line 2) | function ds(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:re...
function hs (line 2) | function hs(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n...
function ps (line 2) | function ps(e,t,n){(n=sa(n,null)).tag=3,n.payload={element:null};var i=t...
function gs (line 2) | function gs(e,t,n){(n=sa(n,null)).tag=3;var i=e.type.getDerivedStateFrom...
function Ys (line 2) | function Ys(){return 0!==(48&Ss)?1073741821-(Fr()/10|0):0!==Us?Us:Us=107...
function Zs (line 2) | function Zs(e,t,n){if(0===(2&(t=t.mode)))return 1073741823;var i=Vr();if...
function qs (line 2) | function qs(e,t){if(50<Ws)throw Ws=0,Hs=null,Error(o(185));if(null!==(e=...
function Xs (line 2) | function Xs(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.altern...
function Qs (line 2) | function Qs(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!Dl(e,t=e.fi...
function Ks (line 2) | function Ks(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741...
function Js (line 2) | function Js(e,t){if(Us=0,t)return Nl(e,t=Ys()),Ks(e),null;var n=Qs(e);if...
function $s (line 2) | function $s(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,0!==(48&S...
function el (line 2) | function el(e,t){var n=Ss;Ss|=1;try{return e(t)}finally{0===(Ss=n)&&Ur()}}
function tl (line 2) | function tl(e,t){var n=Ss;Ss&=-2,Ss|=8;try{return e(t)}finally{0===(Ss=n...
function nl (line 2) | function nl(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e....
function il (line 2) | function il(e,t){for(;;){try{if($r(),Ba.current=mo,Ha)for(var n=Ga.memoi...
function rl (line 2) | function rl(){var e=ys.current;return ys.current=mo,null===e?mo:e}
function al (line 2) | function al(e,t){e<As&&2<e&&(As=e),null!==t&&e<Ps&&2<e&&(Ps=e,Es=t)}
function ol (line 2) | function ol(e){e>Ds&&(Ds=e)}
function sl (line 2) | function sl(){for(;null!==Cs;)Cs=ul(Cs)}
function ll (line 2) | function ll(){for(;null!==Cs&&!Lr();)Cs=ul(Cs)}
function ul (line 2) | function ul(e){var t=ms(e.alternate,e,Ts);return e.memoizedProps=e.pendi...
function cl (line 2) | function cl(e){Cs=e;do{var t=Cs.alternate;if(e=Cs.return,0===(2048&Cs.ef...
function dl (line 2) | function dl(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)...
function hl (line 2) | function hl(e){var t=Vr();return jr(99,fl.bind(null,e,t)),null}
function fl (line 2) | function fl(e,t){do{gl()}while(null!==Vs);if(0!==(48&Ss))throw Error(o(3...
function pl (line 2) | function pl(){for(;null!==Ns;){var e=Ns.effectTag;0!==(256&e)&&ns(Ns.alt...
function gl (line 2) | function gl(){if(90!==Gs){var e=97<Gs?97:Gs;return Gs=90,jr(e,ml)}}
function ml (line 2) | function ml(){if(null===Vs)return!1;var e=Vs;if(Vs=null,0!==(48&Ss))thro...
function vl (line 2) | function vl(e,t,n){la(e,t=ps(e,t=Jo(n,t),1073741823)),null!==(e=Xs(e,107...
function yl (line 2) | function yl(e,t){if(3===e.tag)vl(e,e,t);else for(var n=e.return;null!==n...
function xl (line 2) | function xl(e,t,n){var i=e.pingCache;null!==i&&i.delete(t),Ms===e&&Ts===...
function bl (line 2) | function bl(e,t){var n=e.stateNode;null!==n&&n.delete(t),0===(t=0)&&(t=Z...
function Sl (line 2) | function Sl(e,t,n,i){this.tag=e,this.key=n,this.sibling=this.child=this....
function Ml (line 2) | function Ml(e,t,n,i){return new Sl(e,t,n,i)}
function Cl (line 2) | function Cl(e){return!(!(e=e.prototype)||!e.isReactComponent)}
function Tl (line 2) | function Tl(e,t){var n=e.alternate;return null===n?((n=Ml(e.tag,t,e.key,...
function kl (line 2) | function kl(e,t,n,i,r,a){var s=2;if(i=e,"function"===typeof e)Cl(e)&&(s=...
function Il (line 2) | function Il(e,t,n,i){return(e=Ml(7,e,i,t)).expirationTime=n,e}
function Al (line 2) | function Al(e,t,n){return(e=Ml(6,e,null,t)).expirationTime=n,e}
function Pl (line 2) | function Pl(e,t,n){return(t=Ml(4,null!==e.children?e.children:[],e.key,t...
function El (line 2) | function El(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,thi...
function Dl (line 2) | function Dl(e,t){var n=e.firstSuspendedTime;return e=e.lastSuspendedTime...
function Ll (line 2) | function Ll(e,t){var n=e.firstSuspendedTime,i=e.lastSuspendedTime;n<t&&(...
function Ol (line 2) | function Ol(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var n=e.fi...
function Nl (line 2) | function Nl(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTim...
function Rl (line 2) | function Rl(e,t,n,i){var r=t.current,a=Ys(),s=ha.suspense;a=Zs(a,r,s);e:...
function zl (line 2) | function zl(e){if(!(e=e.current).child)return null;switch(e.child.tag){c...
function Bl (line 2) | function Bl(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retr...
function Fl (line 2) | function Fl(e,t){Bl(e,t),(e=e.alternate)&&Bl(e,t)}
function Vl (line 2) | function Vl(e,t,n){var i=new El(e,t,n=null!=n&&!0===n.hydrate),r=Ml(3,nu...
function Gl (line 2) | function Gl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeTy...
function jl (line 2) | function jl(e,t,n,i,r){var a=n._reactRootContainer;if(a){var o=a._intern...
function Wl (line 2) | function Wl(e,t,n){var i=3<arguments.length&&void 0!==arguments[3]?argum...
function Hl (line 2) | function Hl(e,t){var n=2<arguments.length&&void 0!==arguments[2]?argumen...
function C (line 2) | function C(e,t){var n=e.length;e.push(t);e:for(;;){var i=n-1>>>1,r=e[i];...
function T (line 2) | function T(e){return void 0===(e=e[0])?null:e}
function k (line 2) | function k(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e...
function I (line 2) | function I(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}
function z (line 2) | function z(e){for(var t=T(P);null!==t;){if(null===t.callback)k(P);else{i...
function B (line 2) | function B(e){if(R=!1,z(e),!N)if(null!==T(A))N=!0,i(F);else{var t=T(P);n...
function F (line 2) | function F(e,n){N=!1,R&&(R=!1,a()),O=!0;var i=L;try{for(z(n),D=T(A);null...
function V (line 2) | function V(e){switch(e){case 1:return-1;case 2:return 250;case 5:return ...
function u (line 2) | function u(){s.stop(this.event)}
function c (line 2) | function c(){}
function f (line 2) | function f(e,t,n){if(e[e.rectHover?"rectContain":"contain"](t,n)){for(va...
function p (line 2) | function p(e,t,n){var i=e.painter;return t<0||t>i.getWidth()||n<0||n>i.g...
function n (line 2) | function n(){this.on("mousedown",this._dragStart,this),this.on("mousemov...
function i (line 2) | function i(e,t){return{target:e,topTarget:t&&t.topTarget}}
function i (line 2) | function i(e,t,r,a,o,s){var l=a+"-"+o,u=e.length;if(s.hasOwnProperty(l))...
function a (line 2) | function a(e){var t=e[1][0]-e[0][0],n=e[1][1]-e[0][1];return Math.sqrt(t...
function s (line 2) | function s(e,t){return e.zlevel===t.zlevel?e.z===t.z?e.z2-t.z2:e.z-t.z:e...
function h (line 2) | function h(e,t,n,i,r,a,c,d){o(i)?(a=r,r=i,i=0):s(r)?(a=r,r="linear",i=0)...
function f (line 2) | function f(e,t,n,i){if(t){var r={};r[t]={},r[t][n]=i,e.attr(r)}else e.at...
function r (line 2) | function r(e){this._target=e.target,this._life=e.life||1e3,this._delay=e...
function h (line 2) | function h(e){return parseInt(e,10)}
function t (line 2) | function t(e){r&&(r.__endIndex!==e&&(r.__dirty=!0),r.__endIndex=e)}
function s (line 2) | function s(){return!1}
function l (line 2) | function l(e,t,n){var r=i.createCanvas(),a=t.getWidth(),o=t.getHeight(),...
function g (line 2) | function g(e){return"mousewheel"===e&&c.browser.firefox?"DOMMouseScroll":e}
function m (line 2) | function m(e){var t=e.pointerType;return"pen"===t||"touch"===t}
function v (line 2) | function v(e){e&&(e.zrByTouch=!0)}
function y (line 2) | function y(e,t){for(var n=t,i=!1;n&&9!==n.nodeType&&!(i=n.domBelongToZr|...
function x (line 2) | function x(e,t){this.type=t.type,this.target=this.currentTarget=e.dom,th...
function S (line 2) | function S(e,t){var n=t.domHandlers;c.pointerEventsSupported?l.each(h.po...
function M (line 2) | function M(e,t){function n(n){C(t,n,(function(i){i=s(i),y(e,i.target)||(...
function C (line 2) | function C(e,t,n,i){e.mounted[t]=n,e.listenerOpts[t]=i,r(e.domTarget,g(t...
function T (line 2) | function T(e){var t=e.mounted;for(var n in t)t.hasOwnProperty(n)&&a(e.do...
function k (line 2) | function k(e,t){if(e._mayPointerCapture=null,d&&e._pointerCapturing^t){e...
function I (line 2) | function I(e,t){this.domTarget=e,this.domHandlers=t,this.mounted={},this...
function A (line 2) | function A(e,t){u.call(this),this.dom=e,this.painterRoot=t,this._localHa...
function g (line 2) | function g(){var e=p[0];p[0]=p[1],p[1]=e}
function m (line 2) | function m(e,t,n,i,r,a,o,s,l,c){if(c>t&&c>i&&c>a&&c>s||c<t&&c<i&&c<a&&c<...
function v (line 2) | function v(e,t,n,i,r,a,o,s){if(s>t&&s>i&&s>a||s<t&&s<i&&s<a)return 0;var...
function y (line 2) | function y(e,t,n,i,r,a,o,s){if((s-=t)>n||s<-n)return 0;var u=Math.sqrt(n...
function x (line 2) | function x(e,t,n,i,l){for(var u,h,f=0,p=0,g=0,x=0,b=0,_=0;_<e.length;){v...
function r (line 2) | function r(e,t,n,i,r,a,o){var s=.5*(n-e),l=.5*(i-t);return(2*(t-n)+s+l)*...
function f (line 2) | function f(e,t,n){var i=e.cpx2,r=e.cpy2;return null===i||null===r?[(n?d:...
function d (line 2) | function d(e){this._api=e,this._timelineOptions=[],this._mediaList=[],th...
function h (line 2) | function h(e,t,n){var r,a,s=[],l=[],u=e.timeline;if(e.baseOption&&(a=e.b...
function f (line 2) | function f(e,t,n){var r={width:t,height:n,aspectratio:t/n},a=!0;return i...
function u (line 2) | function u(e){r(c,(function(t){t[0]in e&&!(t[1]in e)&&(e[t[1]]=e[t[0]])}))}
function l (line 2) | function l(e){var t=e&&e.itemStyle;if(t)for(var n=0,r=s.length;n<r;n++){...
function u (line 2) | function u(e,t,n){if(e&&e[t]&&(e[t].normal||e[t].emphasis)){var r=e[t].n...
function c (line 2) | function c(e){u(e,"itemStyle"),u(e,"lineStyle"),u(e,"areaStyle"),u(e,"la...
function d (line 2) | function d(e,t){var n=o(e)&&e[t],i=o(n)&&n.textStyle;if(i)for(var a=0,s=...
function h (line 2) | function h(e){e&&(c(e),d(e,"label"),e.emphasis&&d(e.emphasis,"label"))}
function f (line 2) | function f(e){return i.isArray(e)?e:e?[e]:[]}
function p (line 2) | function p(e){return(i.isArray(e)?e[0]:e)||{}}
function o (line 2) | function o(e){a(e,(function(t,n){var i=[],r=[NaN,NaN],a=[t.stackResultDi...
function f (line 2) | function f(e,t){if("string"!==typeof e)return e;var n=e;return i.each(t,...
function p (line 2) | function p(e){var t=n.get(e);if(null==t){for(var i=e.split("."),a=r.aria...
function p (line 2) | function p(e,t,n,i){this.ecInstance=e,this.api=t,this.unfinished;n=this....
function m (line 2) | function m(e,t,n,i,a){var o;function s(e,t){return e.setDirty&&(!e.dirty...
function c (line 2) | function c(n){var o=n.uid,s=a.get(o)||a.set(o,u({plan:w,reset:S,count:T}...
function p (line 2) | function p(t){var n=t.uid,i=l.get(n);i||(i=l.set(n,u({reset:x,onDirty:_}...
function y (line 2) | function y(e){e.overallReset(e.ecModel,e.api,e.payload)}
function x (line 2) | function x(e,t){return e.overallProgress&&b}
function b (line 2) | function b(){this.agent.dirty(),this.getDownstream().dirty()}
function _ (line 2) | function _(){this.agent&&this.agent.dirty()}
function w (line 2) | function w(e){return e.plan&&e.plan(e.model,e.ecModel,e.api,e.payload)}
function S (line 2) | function S(e){e.useClearVisual&&e.data.clearAllVisual();var t=e.resetDef...
function C (line 2) | function C(e){return function(t,n){var i=n.data,r=n.resetDefines[e];if(r...
function T (line 2) | function T(e){return e.data.count()}
function k (line 2) | function k(e,t,n){var i=t.uid,r=e._pipelineMap.get(i);!r.head&&(r.head=n...
function I (line 2) | function I(e){A=null;try{e(P,E)}catch(t){}return A}
function D (line 2) | function D(e,t){for(var n in t.prototype)e[n]=l}
function o (line 2) | function o(e){this.coordSysName=e,this.coordSysDims=[],this.axisMap=r(),...
function l (line 2) | function l(e){return"category"===e.get("type")}
function d (line 2) | function d(e,t){var n,r,a=h(e,"labels"),o=l(t),s=f(a,o);return s||(i.isF...
function h (line 2) | function h(e,t){return c(e)[t]||(c(e)[t]=[])}
function f (line 2) | function f(e,t){for(var n=0;n<e.length;n++)if(e[n].key===t)return e[n].v...
function p (line 2) | function p(e,t,n){return e.push({key:t,value:n}),n}
function g (line 2) | function g(e,t,n){var i=s(e),r=e.scale,a=r.getExtent(),o=e.getLabelModel...
function m (line 2) | function m(e,t,n){var r=e.scale,a=s(e),o=[];return i.each(r.getTicks(),(...
function b (line 2) | function b(e,t){if(e.length===t.length){for(var n=0;n<e.length;n++){var ...
function _ (line 2) | function _(e,t){var n=[],i=[],a=[],o=[];return r(e,n,i),r(t,a,o),Math.ma...
function w (line 2) | function w(e){return"number"===typeof e?e:e?.5:0}
function S (line 2) | function S(e,t,n){for(var i=t.getBaseAxis(),r="x"===i.dim||"radius"===i....
function M (line 2) | function M(e,t,n){var r=e.get("showAllSymbol"),a="auto"===r;if(!r||a){va...
function C (line 2) | function C(e,t,n){if("cartesian2d"===e.type){var i=e.getBaseAxis().isHor...
function o (line 2) | function o(e){a.call(this,e)}
function r (line 2) | function r(e){return this._axes[e]}
function _ (line 2) | function _(e,t,n){n.style.text=null,a.updateProps(n,{shape:{width:0}},t,...
function w (line 2) | function w(e,t,n){n.style.text=null,a.updateProps(n,{shape:{r:n.shape.r0...
function M (line 2) | function M(e){return null!=e.startAngle&&null!=e.endAngle&&e.startAngle=...
function C (line 2) | function C(e,t,n,i,s,l,u,c){var d=t.getItemVisual(n,"color"),h=t.getItem...
function k (line 2) | function k(e,t,n){var i=e.getData(),r=[],a=i.getLayout("valueAxisHorizon...
function A (line 2) | function A(e,t,n){var i,r="polar"===n.type;return i=r?n.getArea():n.grid...
function o (line 2) | function o(e,t,n,i){var r=t.getData(),a=this.dataIndex,o=r.getName(a),l=...
function s (line 2) | function s(e,t,n,i,r){var a=(t.startAngle+t.endAngle)/2,o=n?i:0,s=[Math....
function l (line 2) | function l(e,t){r.Group.call(this);var n=new r.Sector({z2:2}),i=new r.Po...
function o (line 2) | function o(e,t,n,i,r,a,o,s,l,u){function c(t,n,i,r){for(var a=t;a<n&&!(e...
function s (line 2) | function s(e){return"center"===e.position}
function s (line 2) | function s(){this.group=new i.Group}
function h (line 2) | function h(e,t,n){this._model=e,this.dimensions=[],this._indicatorAxes=i...
function s (line 2) | function s(e){var t=Math.pow(10,Math.floor(Math.log(e)/Math.LN10)),n=e/t...
function a (line 2) | function a(e,t,n){r.call(this,e,t,n),this.type="value",this.angle=0,this...
function u (line 2) | function u(e,t){return r.defaults({show:t},e)}
function k (line 2) | function k(e,t,n){var i=n%t.length;return e[i]=e[i]||[],i}
function c (line 2) | function c(e,t){var n=e.getItemVisual(t,"symbol")||"circle",i=e.getItemV...
function d (line 2) | function d(t,n,i,a,o,s){i.removeAll();for(var l=0;l<n.length-1;l++){var ...
function h (line 2) | function h(e){return a.map(e,(function(e){return[i.cx,i.cy]}))}
function r (line 2) | function r(e){return!isNaN(e[0])&&!isNaN(e[1])}
function a (line 2) | function a(e){return[e.cx,e.cy]}
function h (line 2) | function h(e){for(var t,n=0;n<e.length;n++){var i=e[n].getBoundingRect()...
function p (line 2) | function p(e,t){var n,i,l=e.svgXML;try{i=(n=l&&r(l,{ignoreViewBox:!0,ign...
function l (line 2) | function l(e){var t=this.__seriesMapHighDown;t&&t.recordVersion===this._...
function u (line 2) | function u(e,t){var n=e.circle,i=e.labelModel,r=e.hoverLabelModel,o=e.em...
function s (line 2) | function s(e,t,n,i){a.call(this,e),this.map=t;var r=o.load(t,n);this._na...
function l (line 2) | function l(e,t,n,i){var r=n.geoModel,a=n.seriesModel,o=r?r.coordinateSys...
function m (line 2) | function m(e,t){var n=e.getItemLayout(t);return n&&!isNaN(n.x)&&!isNaN(n...
function v (line 2) | function v(e,t,n){return n.itemModel=t,n.itemStyle=t.getModel("itemStyle...
function y (line 2) | function y(e,t,n,o,s,l){var u=!n,c=e.tree.getNodeByDataIndex(t),d=c.getM...
function x (line 2) | function x(e,t,n,i,a,o){for(var s,l=e.tree.getNodeByDataIndex(t),u=e.tre...
function b (line 2) | function b(e,t,n){var i,r,a,s,l,u,c,d,h=e.orient;if("radial"===e.layout)...
function l (line 2) | function l(e){return e.getId()}
function u (line 2) | function u(r,o){var l=null!=r?t[r]:null,u=null!=o?n[o]:null,c=d(l,u,i,s)...
function T (line 2) | function T(e,t,n,i,o,s,l,u,c,d){if(l){var h=l.getLayout(),f=e.getData();...
function k (line 2) | function k(e,t){var n=10*e+t;return(n-1)/n}
function s (line 2) | function s(e){this.group=new i.Group,e.add(this.group)}
function l (line 2) | function l(e,t,n,i,r,a){var o=[[r?e:e-5,t],[e+n,t],[e+n,t+i],[r?e:e-5,t+...
function u (line 2) | function u(e,t,n){e.eventData={componentType:"series",componentSubType:"...
function s (line 2) | function s(){--i||(t.length=0,n={},e&&e())}
function l (line 2) | function l(e){var t=u(e,"color");if(t){var n=u(e,"colorAlpha"),i=u(e,"co...
function u (line 2) | function u(e,t){var n=e[t];if(null!=n&&"none"!==n)return n}
function c (line 2) | function c(e,t){var n=e.get(t);return o(n)&&n.length?{name:t,range:n}:null}
function x (line 2) | function x(e,t,n,r,a,o){var s=e.children||[],l=r.sort;"asc"!==l&&"desc"!...
function b (line 2) | function b(e,t,n){for(var i,r=0,a=1/0,o=0,s=e.length;o<s;o++)(i=e[o].get...
function _ (line 2) | function _(e,t,n,i,r){var a=t===n.width?0:1,o=1-a,s=["x","y"],l=["width"...
function w (line 2) | function w(e){return e.get(m)?e.get(v):0}
function n (line 2) | function n(){return t._categoriesData}
function u (line 2) | function u(e){return(e=this.parsePath(e))&&"label"===e[0]?a:e&&"emphasis...
function a (line 2) | function a(e){return"_EC_"+e}
function l (line 2) | function l(e,t){this.id=null==e?"":e,this.inEdges=[],this.outEdges=[],th...
function u (line 2) | function u(e,t,n){this.node1=e,this.node2=t,this.dataIndex=null==n?-1:n}
function m (line 2) | function m(e,t){var n=e.getVisual("opacity");return null!=n?n:e.getModel...
function v (line 2) | function v(e,t,n){var i=e.getGraphicEl(),r=m(e,t);null!=n&&(null==r&&(r=...
function y (line 2) | function y(e,t){var n=m(e,t),i=e.getGraphicEl();i.traverse((function(e){...
function s (line 2) | function s(e){return isNaN(+e.cpx1)||isNaN(+e.cpy1)}
function h (line 2) | function h(e,t,n){for(var i,r=e[0],a=e[1],h=e[2],f=1/0,p=n*n,g=.1,m=.1;m...
function n (line 2) | function n(e){return e instanceof Array||(e=[e,e]),e}
function c (line 2) | function c(e,t){return t&&("string"===typeof t?e=t.replace("{value}",nul...
function o (line 2) | function o(e,t){i.Group.call(this);var n=new i.Polygon,r=new i.Polyline,...
function y (line 2) | function y(e,t,n){this._axesMap=i.createHashMap(),this._axesLayout={},th...
function x (line 2) | function x(e,t){return h(f(e,t[0]),t[1])}
function b (line 2) | function b(e,t){var n=t.layoutLength/(t.axisCount-1);return{position:n*e...
function _ (line 2) | function _(e,t){var n,i,r=t.layoutLength,a=t.axisExpandWidth,o=t.axisCou...
function a (line 2) | function a(e,t,n,i){for(var r,a=[],o=0;o<n.length;o++){var s=n[o],l=e.ge...
function o (line 2) | function o(e,t,n,r,o){var s=a(e,n,r,o),l=new i.Polyline({shape:{points:s...
function s (line 2) | function s(e){var t=e.get("smooth",!0);return!0===t&&(t=.3),{lineStyle:e...
function l (line 2) | function l(e,t,n,i){var r=i.lineStyle;t.hasItemOption&&(r=t.getItemModel...
function c (line 2) | function c(e,t){return e.getVisual("opacity")||e.getModel().get(t)}
function d (line 2) | function d(e,t,n){var i=e.getGraphicEl(),r=c(e,t);null!=n&&(null==r&&(r=...
function h (line 2) | function h(e,t){var n=c(e,t),i=e.getGraphicEl();i.traverse((function(e){...
function o (line 2) | function o(e){var t=e.hostGraph.data.getRawDataItem(e.dataIndex);return ...
function s (line 2) | function s(e,t,n,i,a){var o="vertical"===a?"x":"y";r.each(e,(function(e)...
function l (line 2) | function l(e,t,n){r.each(e.slice().reverse(),(function(e){r.each(e,(func...
function u (line 2) | function u(e,t){return f(e.node2,t)*e.getValue()}
function c (line 2) | function c(e,t){return f(e.node2,t)}
function d (line 2) | function d(e,t){return f(e.node1,t)*e.getValue()}
function h (line 2) | function h(e,t){return f(e.node1,t)}
function f (line 2) | function f(e,t){return"vertical"===t?e.getLayout().x+e.getLayout().dx/2:...
function p (line 2) | function p(e){return e.getValue()}
function g (line 2) | function g(e,t,n){for(var i=0,r=e.length,a=-1;++a<r;){var o=+t.call(e,e[...
function m (line 2) | function m(e,t,n){r.each(e,(function(e){r.each(e,(function(e){if(e.inEdg...
function d (line 2) | function d(e,t,n,i,r){var a=e.ends,o=new c({shape:{points:r?f(a,i,e):a}}...
function h (line 2) | function h(e,t,n,i,r){var o=n.hostModel;(0,a[r?"initProps":"updateProps"...
function f (line 2) | function f(e,t,n){return i.map(e,(function(e){return(e=e.slice())[t]=n.i...
function x (line 2) | function x(e,n,a){var l,u=r.get(n,a),c=[];return c[o]=e,c[s]=u,isNaN(e)|...
function b (line 2) | function b(e,t,n){var i=t.slice(),r=t.slice();i[o]+=a,r[o]-=a,n?e.push(i...
function _ (line 2) | function _(e,t){var n=t.slice(),i=t.slice();n[o]-=a,i[o]+=a,e.push(n,i)}
function f (line 2) | function f(e,t,n){var i=e.ends;return new h({shape:{points:n?m(i,e):i},z...
function p (line 2) | function p(e,t){for(var n=!0,i=0;i<t.ends.length;i++)if(e.contain(t.ends...
function g (line 2) | function g(e,t,n,i){var r=t.getItemModel(n),o=r.getModel(l),s=t.getItemV...
function m (line 2) | function m(e,t){return i.map(e,(function(e){return(e=e.slice())[1]=t.ini...
function y (line 2) | function y(e,t,n){var i=e.getData(),r=i.getLayout("largePoints"),a=new v...
function x (line 2) | function x(e,t,n,i){var r=e>0?"P":"N",a=i.getVisual("borderColor"+r)||i....
function n (line 2) | function n(e,t){return t.get(e>0?o:s)}
function i (line 2) | function i(e,t){return t.get(e>0?r:a)}
function M (line 2) | function M(e,n){var i=[];return i[0]=n,i[1]=e,isNaN(n)||isNaN(e)?[NaN,Na...
function C (line 2) | function C(e,t,n){var a=t.slice(),o=t.slice();a[0]=i(a[0]+r/2,1,!1),o[0]...
function T (line 2) | function T(e,t,n){var i=M(e,n),a=M(t,n);return i[0]-=r/2,a[0]-=r/2,{x:i[...
function k (line 2) | function k(e){return e[0]=i(e[0],1),e}
function u (line 2) | function u(e,t,n,i,r){return n>i?-1:n<i?1:t>0?e.get(r,t-1)<=i?1:-1:1}
function l (line 2) | function l(e,t){var n=t.rippleEffectColor||t.color;e.eachChild((function...
function u (line 2) | function u(e,t){a.call(this);var n=new s(e,t),i=new a;this.add(n),this.a...
function h (line 2) | function h(e){var t=e.data;t&&t[0]&&t[0][0]&&t[0][0].coord&&(e.data=l(t,...
function s (line 2) | function s(e,t,n){a.call(this,e,t,n),this._lastFrame=0,this._lastFramePe...
function l (line 2) | function l(){this.group=new i.Group}
function n (line 2) | function n(e){return e instanceof Array||(e=[e,e]),e}
function r (line 2) | function r(){var e=i.createCanvas();this.canvas=e,this.blurSize=30,this....
function p (line 2) | function p(e,t,n,i){var a=e.getItemLayout(t),o=n.get("symbolRepeat"),s=n...
function g (line 2) | function g(e,t){return e.toGlobalCoord(e.dataToCoord(e.scale.parse(t)))}
function m (line 2) | function m(e){var t=e.symbolPatternSize,n=o(e.symbolType,-t/2,-t/2,t,t,e...
function v (line 2) | function v(e,t,n,i){var r=e.__pictorialBundle,a=n.symbolSize,o=n.valueLi...
function y (line 2) | function y(e,t,n,i){var r=e.__pictorialBundle,a=e.__pictorialMainPath;a?...
function x (line 2) | function x(e,t,n){var i=r.extend({},t.barRectShape),o=e.__pictorialBarRe...
function b (line 2) | function b(e,t,n,i){if(n.symbolClip){var o=e.__pictorialClipPath,s=r.ext...
function _ (line 2) | function _(e,t){var n=e.getItemModel(t);return n.getAnimationDelayParams...
function w (line 2) | function w(e){return{index:e.__pictorialAnimationIndex,count:e.__pictori...
function S (line 2) | function S(){return this.parentModel.isAnimationEnabled()&&!!this.getSha...
function M (line 2) | function M(e,t){e.off("emphasis").off("normal");var n=t.symbolScale.slic...
function C (line 2) | function C(e,t,n,i){var r=new a.Group,o=new a.Group;return r.add(o),r.__...
function T (line 2) | function T(e,t,n,i){var o=i.__pictorialBarRect;o&&(o.style.text=null);va...
function k (line 2) | function k(e,t){return[e.getItemVisual(t.dataIndex,"symbol")||"none",!!t...
function I (line 2) | function I(e,t,n){r.each(e.__pictorialBundle.children(),(function(i){i!=...
function A (line 2) | function A(e,t,n,i,r,o){t&&e.attr(t),i.symbolClip&&!r?n&&e.attr(n):n&&a[...
function P (line 2) | function P(e,t,n){var i=n.color,o=n.dataIndex,s=n.itemModel,l=s.getModel...
function E (line 2) | function E(e){var t=Math.round(e);return Math.abs(e-t)<1e-4?t:Math.ceil(e)}
function s (line 2) | function s(e,t,n){this.dimension="single",this.dimensions=["single"],thi...
function c (line 2) | function c(e,t,n,r,a){var o=e.axis;if(!o.scale.isBlank()&&o.containData(...
function d (line 2) | function d(e,t,n,i){e[t.key]={value:n,payloadBatch:i}}
function h (line 2) | function h(e,t,n,i){var r=n.payloadBatch,o=t.axis,s=o.model,l=t.axisPoin...
function f (line 2) | function f(e){var t=e.axis.model,n={},i=n.axisDim=e.axis.dim;return n.ax...
function p (line 2) | function p(e){return!e||null==e[0]||isNaN(e[0])||null==e[1]||isNaN(e[1])}
function d (line 2) | function d(e){return e.isHorizontal()?0:1}
function h (line 2) | function h(e,t){var n=e.getRect();return[n[s[t]],n[s[t]]+n[l[t]]]}
function p (line 2) | function p(e){return e.name}
function v (line 2) | function v(t,n,s){var u=this._layers;if("remove"!==t){for(var d,h,f,p=[]...
function a (line 2) | function a(e,t,n){if(e.count())for(var r,a=t.coordinateSystem,o=t.getLay...
function s (line 2) | function s(e){return e.getId()}
function c (line 2) | function c(i,o){!function(n,i){h||!n||n.getValue()||(n=null);if(n!==u&&i...
function l (line 2) | function l(e,t,n){r.Group.call(this);var i=new r.Sector({z2:2});i.series...
function C (line 2) | function C(e){var t=s.get(e);return null==t?o.get(e):t}
function o (line 2) | function o(e,t){var n=e.children||[];e.children=function(e,t){if("functi...
function M (line 2) | function M(e,t,n,i,r){null==n[e]||r||(t[e]=n[e],n[e]=i[e])}
function C (line 2) | function C(e,t,n,o){var l=e.get("renderItem"),u=e.coordinateSystem,c={};...
function T (line 2) | function T(e){var t={};return i.each(e.dimensions,(function(n,i){var r=e...
function k (line 2) | function k(e,t,n,i,r,a){return(e=I(e,t,n,i,r,a,!0))&&a.setItemGraphicEl(...
function I (line 2) | function I(e,t,n,a,o,s,u){var c,d=!n,h=(n=n||{}).type,f=n.shape,p=n.styl...
function A (line 2) | function A(e,t){var n=e&&e.name;return null!=n?n:"e\0\0"+t}
function P (line 2) | function P(e,t){var n=this.context,i=null!=e?n.newChildren[e]:null;I(nul...
function E (line 2) | function E(e,t){var n=new c({},t);return i.each(y,(function(t,i){e.hasOw...
function D (line 2) | function D(e,t){for(var n in t)!t.hasOwnProperty(n)&&y.hasOwnProperty(n)...
function L (line 2) | function L(e){var t=this.context,n=t.oldChildren[e];n&&t.group.remove(n)}
function O (line 2) | function O(e){return e&&(e.pathData||e.d)}
function N (line 2) | function N(e,t){return e&&e.hasOwnProperty(t)}
function s (line 2) | function s(e){e.isGroup||(e.incremental=!0,e.useHoverLayer=!0)}
function r (line 2) | function r(e,t){return t=t||[0,0],i.map(["x","y"],(function(n,i){var r=t...
function r (line 2) | function r(e,t){return t=t||[0,0],i.map([0,1],(function(n){var i=t[n],r=...
function r (line 2) | function r(e,t){var n=this.getAxis(),i=t instanceof Array?t[0]:t,r=(e in...
function r (line 2) | function r(e,t){return i.map(["Radius","Angle"],(function(n,i){var r=thi...
function o (line 2) | function o(e){return e.get("stack")||"__ec_stack_"+e.seriesIndex}
function s (line 2) | function s(e,t){return t.dim+e.model.componentIndex}
function a (line 2) | function a(e,t){r.call(this,"radius",e,t),this.type="category"}
function s (line 2) | function s(e,t){t=t||[0,360],a.call(this,"angle",e,t),this.type="category"}
function u (line 2) | function u(e,t){return t.type||(t.data?"category":"value")}
function u (line 2) | function u(e,t,n){t[1]>t[0]&&(t=t.slice().reverse());var i=e.coordToPoin...
function c (line 2) | function c(e){return e.getRadiusAxis().inverse?0:1}
function d (line 2) | function d(e){var t=e[0],n=e[e.length-1];t&&n&&Math.abs(Math.abs(t.coord...
function a (line 2) | function a(e,t){t.update="updateView",i.registerAction(t,(function(t,n){...
function s (line 2) | function s(e,t,n){this._model=e}
function l (line 2) | function l(e,t,n,i){var r=n.calendarModel,a=n.seriesModel,o=r?r.coordina...
function d (line 2) | function d(e,t){return null!=e[t]&&"auto"!==e[t]}
function c (line 2) | function c(e,t){var n=e.cellSize;i.isArray(n)?1===n.length&&(n[1]=n[0]):...
function h (line 2) | function h(t){r._firstDayOfMonth.push(a.getDateInfo(t)),r._firstDayPoint...
function d (line 2) | function d(e,t,n,i){var r=n.type,a=new(u.hasOwnProperty(r)?u[r]:o.getSha...
function h (line 2) | function h(e,t){var n=e&&e.parent;n&&("group"===e.type&&e.traverse((func...
function f (line 2) | function f(e,t){var n;return r.each(t,(function(t){null!=e[t]&&"auto"!==...
function m (line 2) | function m(a,u){var c,m=g[a],v=g[u],y=f[m],x=new l(y,e,e.ecModel);if(i&&...
function s (line 2) | function s(e){this.model=e}
function l (line 2) | function l(e){this.model=e}
function c (line 2) | function c(e){var t=[];return r.each(e,(function(e,n){var i=e.categoryAx...
function d (line 2) | function d(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}
function f (line 2) | function f(e,t){var n=e.split(new RegExp("\n*"+u+"\n*","g")),i={series:[...
function p (line 2) | function p(e){this._dom=null,this.model=e}
function g (line 2) | function g(e,t){return r.map(e,(function(e,n){var i=t&&t[n];return r.isO...
function M (line 2) | function M(){n.removeChild(o),S._dom=null}
function f (line 2) | function f(e,t,n){(this._brushController=new a(n.getZr())).on("brush",r....
function m (line 2) | function m(e){var t={};return r.each(["xAxisIndex","yAxisIndex"],(functi...
function r (line 2) | function r(e,t,r){var a=t.getAxis(e),o=a.model,s=function(e,t,n){var i;r...
function a (line 2) | function a(n,i){if(i){var a=n+"Index",o=i[a];null==o||"all"===o||r.isArr...
function c (line 2) | function c(e,t){var n=e.getAxisModel(),i=e._percentWindow,a=e._valueWind...
function f (line 2) | function f(e,t,n,a,s){var l=s?"Span":"ValueSpan";o(0,e,n,"all",h["min"+l...
function l (line 2) | function l(e){this.model=e}
function S (line 2) | function S(e){for(var t=e.pop();e.length;){var n=e.pop();n&&(f.isInstanc...
function M (line 2) | function M(e,t){return e.dispatchAction||r.bind(t.dispatchAction,t)}
function C (line 2) | function C(e){return"center"===e||"middle"===e}
function h (line 2) | function h(e){var t=[],n=e.get("transitionDuration"),a=e.get("background...
function f (line 2) | function f(e,t,n,i,r){var a=t&&t.painter;if(n){var s=a&&a.getViewportRoo...
function p (line 2) | function p(e,t,n){if(s.wxa)return null;var i=document.createElement("div...
function a (line 2) | function a(e){this._zr=e.getZr(),this._show=!1,this._hideTimeout}
function o (line 2) | function o(e){var t=["x","y"],n=["width","height"];return{point:function...
function s (line 2) | function s(e,t){return t[0]<=e&&e<=t[1]}
function l (line 2) | function l(e,t){return r.merge({brushType:e.brushType,brushMode:e.brushM...
function l (line 2) | function l(e,t,n,i){(!i||i.$from!==e.id)&&this._brushController.setPanel...
function o (line 2) | function o(e,t,n){this.model=e,this.ecModel=t,this.api=n,this._brushType...
function r (line 2) | function r(e){var t=e.itemStyle||(e.itemStyle={}),n=t.emphasis||(t.empha...
function a (line 2) | function a(e,t){return e.hasOwnProperty(t)}
function v (line 2) | function v(e){var t=e.position;e.origin=[u[0][0]-t[0],u[1][0]-t[1]]}
function y (line 2) | function y(e){return[[e.x,e.x+e.width],[e.y,e.y+e.height]]}
function x (line 2) | function x(e,t,n,i,r){e[i]+=n[i][r]-t[i][r]}
function g (line 2) | function g(e,n,h,f){if(e){var p=function(e,t,n,a){return o.makePath(e.ge...
function y (line 2) | function y(e,t,n,r,a,o){var s=t.get("color");if(a)a.setColor(s),n.add(a)...
function x (line 2) | function x(e,t,n,i,r){if(!e.dragging){var a=i.getModel("checkpointStyle"...
function l (line 2) | function l(e,t,n){var i=t.coordinateSystem;e.each((function(r){var o,s=e...
function d (line 2) | function d(e){return!isNaN(e)&&!isFinite(e)}
function h (line 2) | function h(e,t,n,i){var r=1-e,a=i.dimensions[e];return d(t[r])&&d(n[r])&...
function f (line 2) | function f(e,t){if("cartesian2d"===e.type){var n=t[0].coord,i=t[1].coord...
function p (line 2) | function p(e,t,n,i,r){var o,s=i.coordinateSystem,l=e.getItemModel(t),u=a...
function w (line 2) | function w(t,n,i){var r=t.getItemModel(n);p(t,n,i,e,a),t.setItemVisual(n...
function d (line 2) | function d(e){return!isNaN(e)&&!isFinite(e)}
function h (line 2) | function h(e,t,n,i){var r=1-e;return d(t[r])&&d(n[r])}
function f (line 2) | function f(e,t){var n=t.coord[0],i=t.coord[1];return!("cartesian2d"!==e....
function p (line 2) | function p(e,t,n,i,r){var a,s=i.coordinateSystem,l=e.getItemModel(t),u=o...
function a (line 2) | function a(e,t,n){var i,a={},o="toggleSelected"===e;return n.eachCompone...
function l (line 2) | function l(e,t,n){var i=[1,1];i[e.getOrient().index]=0,a(t,n,{type:"box"...
function p (line 2) | function p(e,n){var o=e+"DataIndex",s=r.createIcon(t.get("pageIcons",!0)...
function b (line 2) | function b(e){if(e){var t=e.getBoundingRect(),n=t[o]+e.position[r];retur...
function _ (line 2) | function _(e,t){return e.e>=t&&e.s<=t+i}
function h (line 2) | function h(e){var t=a.getTransform(n.handles[e].parent,this.group),s=a.t...
function y (line 2) | function y(e){return"vertical"===e?"ns-resize":"ew-resize"}
function c (line 2) | function c(e){return function(t,n,i,r){var o=this._range,s=o.slice(),l=t...
function s (line 2) | function s(e){var t=e.getZr();return t[o]||(t[o]={})}
function l (line 2) | function l(e){i.each(e,(function(t,n){t.count||(t.controller.dispose(),d...
function u (line 2) | function u(e,t){e.dispatchAction({type:"dataZoom",batch:t})}
function r (line 2) | function r(t,n){i.push({value:t,color:e(t,n)})}
function l (line 2) | function l(e,t,n){if(n[0]===n[1])return n.slice();for(var i=(n[1]-n[0])/...
function v (line 2) | function v(e,t,n,i){return new s.Polygon({shape:{points:e},draggable:!!n...
function y (line 2) | function y(e){var t=e.get("hoverLinkOnHandle");return!!(null==t?e.get("r...
function x (line 2) | function x(e){return"vertical"===e?"ns-resize":"ew-resize"}
function l (line 2) | function l(e,t,n){return e&&e[t]&&(i.isObject(e[t])?e[t].hasOwnProperty(...
function l (line 2) | function l(i,a){var o=r.getRepresentValue({interval:i});a||(a=r.getValue...
function c (line 2) | function c(e,t){var n=e.inverse;("vertical"===e.orient?!n:n)&&t.reverse()}
function n (line 2) | function n(e){var n=this.visualMapModel;n.option.hoverLink&&this.api.dis...
function o (line 2) | function o(e){return parseInt(e,10)}
function s (line 2) | function s(e,t){r.initVML(),this.root=e,this.storage=t;var n=document.cr...
function v (line 2) | function v(e){return parseInt(e,10)}
function y (line 2) | function y(e,t){return t&&e&&t.parentNode!==e}
function x (line 2) | function x(e,t,n){if(y(e,t)&&n){var i=n.nextSibling;i?e.insertBefore(t,i...
function b (line 2) | function b(e,t){if(y(e,t)){var n=e.firstChild;n?e.insertBefore(t,n):e.ap...
function _ (line 2) | function _(e,t){t&&e&&t.parentNode===e&&e.removeChild(t)}
function w (line 2) | function w(e){return e.__textSvgEl}
function S (line 2) | function S(e){return e.__svgEl}
function n (line 2) | function n(){}
function i (line 2) | function i(e,t,n,i){for(var r=0,a=t.length,o=0,s=0;r<a;r++){var l=t[r];i...
function f (line 2) | function f(){for(var n=-1*s;n<=s;n+=2){var l,c=u[n-1],d=u[n+1],h=(d?d.ne...
function s (line 2) | function s(e,t){i.call(this,e,t,["linearGradient","radialGradient"],"__g...
function o (line 2) | function o(e,t){i.call(this,e,t,"clipPath","__clippath_in_use__")}
function r (line 2) | function r(e,t){i.call(this,e,t,["filter"],"__filter_in_use__","_shadowD...
function a (line 2) | function a(e){return e&&(e.shadowBlur||e.shadowOffsetX||e.shadowOffsetY|...
function s (line 2) | function s(e,t,n,i){var r=t&&t.prototype instanceof c?t:c,a=Object.creat...
function l (line 2) | function l(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(i){ret...
function c (line 2) | function c(){}
function d (line 2) | function d(){}
function h (line 2) | function h(){}
function v (line 2) | function v(e){["next","throw","return"].forEach((function(t){e[t]=functi...
function y (line 2) | function y(e,t){var i;this._invoke=function(r,a){function o(){return new...
function x (line 2) | function x(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=...
function b (line 2) | function b(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.f...
function _ (line 2) | function _(e){var t=e.completion||{};t.type="normal",delete t.arg,e.comp...
function w (line 2) | function w(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(b,this),this.r...
function S (line 2) | function S(e){if(e){var t=e[r];if(t)return t.call(e);if("function"===typ...
function M (line 2) | function M(){return{value:void 0,done:!0}}
function i (line 2) | function i(n,i){return o.type="throw",o.arg=e,t.next=n,i&&(t.method="nex...
FILE: build/static/js/main.ed4eff3b.chunk.js
function t (line 1) | function t(e){var l;return Object(o.a)(this,t),(l=a.call(this,e)).state=...
FILE: build/static/js/runtime-main.19738b1a.js
function t (line 1) | function t(t){for(var n,a,l=t[0],f=t[1],i=t[2],c=0,s=[];c<l.length;c++)a...
function r (line 1) | function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,l=1;l<r.l...
function a (line 1) | function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{...
FILE: src/App.js
class App (line 10) | class App extends Component {
method constructor (line 11) | constructor(props) {
method componentDidMount (line 71) | componentDidMount() {
method initalECharts5 (line 89) | initalECharts5() {
method initalECharts4 (line 193) | initalECharts4() {
method initalECharts3 (line 297) | initalECharts3() {
method initalECharts2 (line 406) | initalECharts2() {
method initalECharts1 (line 488) | initalECharts1() {
method initalECharts (line 548) | initalECharts() {
method render (line 786) | render() {
FILE: src/serviceWorker.js
function register (line 23) | function register(config) {
function registerValidSW (line 57) | function registerValidSW(swUrl, config) {
function checkValidServiceWorker (line 101) | function checkValidServiceWorker(swUrl, config) {
function unregister (line 131) | function unregister() {
Condensed preview — 24 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,592K chars).
[
{
"path": ".gitignore",
"chars": 312,
"preview": "# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.\n\n# dependencies\n/node_modules\n/.pn"
},
{
"path": "LICENSE",
"chars": 11357,
"preview": " Apache License\n Version 2.0, January 2004\n "
},
{
"path": "README.md",
"chars": 593,
"preview": "# my-datav\n\n **Author: \"@baby张 <babybrotherzb@gmail.com>\"**\n\n **Demo在线地址:<https://babybrotherzb.github.io/my-datav/buil"
},
{
"path": "build/asset-manifest.json",
"chars": 1099,
"preview": "{\n \"files\": {\n \"main.css\": \"/static/css/main.381045e0.chunk.css\",\n \"main.js\": \"/static/js/main.ed4eff3b.chunk.js\""
},
{
"path": "build/index.html",
"chars": 2282,
"preview": "<!doctype html><html lang=\"en\"><head><meta charset=\"utf-8\"/><link rel=\"icon\" href=\"/favicon.ico\"/><meta name=\"viewport\" "
},
{
"path": "build/manifest.json",
"chars": 492,
"preview": "{\n \"short_name\": \"React App\",\n \"name\": \"Create React App Sample\",\n \"icons\": [\n {\n \"src\": \"favicon.ico\",\n "
},
{
"path": "build/precache-manifest.9c3f182e3e0e03e7e3da4190ca7fecd6.js",
"chars": 1075,
"preview": "self.__precacheManifest = (self.__precacheManifest || []).concat([\n {\n \"revision\": \"3181ef8d8f8bcc1cb8fff2b25c51f80e"
},
{
"path": "build/robots.txt",
"chars": 67,
"preview": "# https://www.robotstxt.org/robotstxt.html\nUser-agent: *\nDisallow:\n"
},
{
"path": "build/service-worker.js",
"chars": 1183,
"preview": "/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app and you s"
},
{
"path": "build/static/css/main.381045e0.chunk.css",
"chars": 11316,
"preview": "*{margin:0;padding:0}#root,body,html{width:100%;height:100%;min-height:635px;font-family:\"microsoft yahei\",arial,sans-se"
},
{
"path": "build/static/js/2.35178c5d.chunk.js",
"chars": 1421231,
"preview": "/*! For license information please see 2.35178c5d.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpmy-datav\"]=this[\"webpackJso"
},
{
"path": "build/static/js/2.35178c5d.chunk.js.LICENSE.txt",
"chars": 1170,
"preview": "/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n/*!\n Copyright (c) 2017 Jed Watson.\n Licensed under the MIT Li"
},
{
"path": "build/static/js/main.ed4eff3b.chunk.js",
"chars": 16843,
"preview": "(this[\"webpackJsonpmy-datav\"]=this[\"webpackJsonpmy-datav\"]||[]).push([[0],{216:function(e,a,t){e.exports=t(519)},518:fun"
},
{
"path": "build/static/js/runtime-main.19738b1a.js",
"chars": 1563,
"preview": "!function(e){function t(t){for(var n,a,l=t[0],f=t[1],i=t[2],c=0,s=[];c<l.length;c++)a=l[c],Object.prototype.hasOwnProper"
},
{
"path": "package.json",
"chars": 1034,
"preview": "{\n \"name\": \"my-datav\",\n \"version\": \"0.1.0\",\n \"private\": true,\n \"author\": \"@baby张 <babybrotherzb@gmail.com>\",\n \"addr"
},
{
"path": "public/index.html",
"chars": 1720,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <link rel=\"icon\" href=\"%PUBLIC_URL%/favicon.i"
},
{
"path": "public/manifest.json",
"chars": 492,
"preview": "{\n \"short_name\": \"React App\",\n \"name\": \"Create React App Sample\",\n \"icons\": [\n {\n \"src\": \"favicon.ico\",\n "
},
{
"path": "public/robots.txt",
"chars": 67,
"preview": "# https://www.robotstxt.org/robotstxt.html\nUser-agent: *\nDisallow:\n"
},
{
"path": "src/App.css",
"chars": 564,
"preview": ".App {\n text-align: center;\n}\n\n.App-logo {\n height: 40vmin;\n pointer-events: none;\n}\n\n@media (prefers-reduced-motion:"
},
{
"path": "src/App.js",
"chars": 27423,
"preview": "import React, { Component } from 'react'\nimport echarts from 'echarts'\nimport 'echarts/map/js/china'\nimport geoJson from"
},
{
"path": "src/geo.js",
"chars": 6462,
"preview": "const provienceData = [\n {name: '新疆', area: '其他'},\n {name: '西藏', area: '其他'},\n {name: '内蒙古', area: '其他'},\n {"
},
{
"path": "src/index.css",
"chars": 3647,
"preview": "@charset \"utf-8\";\n\n/********** Global **********/\n/*\n *常用背景色: #0b0f34 (6,64,102) (29,45,57) (7,33,58) (8,13,28) (15,43,3"
},
{
"path": "src/index.js",
"chars": 197,
"preview": "import React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\n\nReactDOM.render(\n <React.StrictM"
},
{
"path": "src/serviceWorker.js",
"chars": 5086,
"preview": "// This optional code is used to register a service worker.\n// register() is not called by default.\n\n// This lets the ap"
}
]
About this extraction
This page contains the full source code of the babybrotherzb/my-datav GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 24 files (1.4 MB), approximately 572.8k tokens, and a symbol index with 1445 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.