greeks-live-ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +0 -0
- package/attributes.json +1 -0
- package/dist/index.css +1 -0
- package/dist/index.full.min.mjs +96 -0
- package/dist/index.full.min.mjs.map +1 -0
- package/dist/index.full.mjs +69484 -0
- package/dist/locale/en.min.mjs +2 -0
- package/dist/locale/en.min.mjs.map +1 -0
- package/dist/locale/en.mjs +669 -0
- package/dist/locale/zh-cn.min.mjs +2 -0
- package/dist/locale/zh-cn.min.mjs.map +1 -0
- package/dist/locale/zh-cn.mjs +669 -0
- package/dist/locale/zh-tw.min.mjs +2 -0
- package/dist/locale/zh-tw.min.mjs.map +1 -0
- package/dist/locale/zh-tw.mjs +669 -0
- package/es/_virtual/_commonjsHelpers.mjs +37 -0
- package/es/_virtual/_commonjsHelpers.mjs.map +1 -0
- package/es/_virtual/plugin-vue_export-helper.mjs +10 -0
- package/es/_virtual/plugin-vue_export-helper.mjs.map +1 -0
- package/es/component.d.ts +3 -0
- package/es/component.mjs +12 -0
- package/es/component.mjs.map +1 -0
- package/es/components/_util/omit.d.ts +2 -0
- package/es/components/button1/index.d.ts +25 -0
- package/es/components/button1/src/button1.d.ts +7 -0
- package/es/components/button1/src/button1.vue.d.ts +24 -0
- package/es/components/button1/style/css.d.ts +2 -0
- package/es/components/button1/style/index.d.ts +2 -0
- package/es/components/config-provider/index.d.ts +43 -0
- package/es/components/config-provider/src/config-provider.d.ts +65 -0
- package/es/components/config-provider/style/css.d.ts +2 -0
- package/es/components/config-provider/style/index.d.ts +2 -0
- package/es/components/demo/index.d.ts +438 -0
- package/es/components/demo/src/demo.d.ts +7 -0
- package/es/components/demo/src/demo.vue.d.ts +437 -0
- package/es/components/demo/style/css.d.ts +2 -0
- package/es/components/demo/style/index.d.ts +2 -0
- package/es/components/index.d.ts +3 -0
- package/es/constants/aria.d.ts +17 -0
- package/es/constants/date.d.ts +3 -0
- package/es/constants/event.d.ts +3 -0
- package/es/constants/index.d.ts +5 -0
- package/es/constants/key.d.ts +1 -0
- package/es/constants/size.d.ts +7 -0
- package/es/defaults.d.ts +5 -0
- package/es/defaults.mjs +8 -0
- package/es/defaults.mjs.map +1 -0
- package/es/hooks/index.d.ts +24 -0
- package/es/hooks/use-attrs/index.d.ts +7 -0
- package/es/hooks/use-cursor/index.d.ts +2 -0
- package/es/hooks/use-delayed-toggle/index.d.ts +13 -0
- package/es/hooks/use-deprecated/index.d.ts +11 -0
- package/es/hooks/use-draggable/index.d.ts +2 -0
- package/es/hooks/use-escape-keydown/index.d.ts +1 -0
- package/es/hooks/use-floating/index.d.ts +126 -0
- package/es/hooks/use-focus/index.d.ts +6 -0
- package/es/hooks/use-forward-ref/index.d.ts +9 -0
- package/es/hooks/use-global-config/index.d.ts +6 -0
- package/es/hooks/use-id/index.d.ts +8 -0
- package/es/hooks/use-intermediate-render/index.d.ts +11 -0
- package/es/hooks/use-locale/index.d.ts +14 -0
- package/es/hooks/use-namespace/index.d.ts +20 -0
- package/es/hooks/use-prop/index.d.ts +2 -0
- package/es/hooks/use-restore-active/index.d.ts +6 -0
- package/es/hooks/use-same-target/index.d.ts +5 -0
- package/es/hooks/use-teleport/index.d.ts +7 -0
- package/es/hooks/use-throttle-render/index.d.ts +2 -0
- package/es/hooks/use-timeout/index.d.ts +4 -0
- package/es/hooks/use-transition-fallthrough/index.d.ts +37 -0
- package/es/hooks/use-vue-clipboard/index.d.ts +8 -0
- package/es/hooks/use-z-index/index.d.ts +5 -0
- package/es/index.d.ts +8 -0
- package/es/index.mjs +23 -0
- package/es/index.mjs.map +1 -0
- package/es/locale/index.d.ts +9 -0
- package/es/locale/lang/en.d.ts +666 -0
- package/es/locale/lang/zh-cn.d.ts +666 -0
- package/es/locale/lang/zh-tw.d.ts +666 -0
- package/es/locales.d.ts +1 -0
- package/es/locales.mjs +4 -0
- package/es/locales.mjs.map +1 -0
- package/es/make-installer.d.ts +5 -0
- package/es/make-installer.mjs +23 -0
- package/es/make-installer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/charts.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/charts.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/components.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/components.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/core.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/core.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/action/roamHelper.mjs +82 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/action/roamHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/basicTransition.mjs +203 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/basicTransition.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.mjs +104 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicTransition.mjs +443 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicTransition.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarSeries.mjs +72 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarView.mjs +854 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BaseBarSeries.mjs +119 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BaseBarSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarSeries.mjs +55 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarView.mjs +594 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/install.mjs +42 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/installPictorialBar.mjs +15 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/installPictorialBar.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.mjs +68 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotView.mjs +132 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotLayout.mjs +142 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotTransform.mjs +27 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotTransform.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/install.mjs +14 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.mjs +57 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.mjs +80 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickView.mjs +292 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickLayout.mjs +164 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickVisual.mjs +44 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/install.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/preprocessor.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/preprocessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomSeries.mjs +66 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomView.mjs +889 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/install.mjs +10 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.mjs +65 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.mjs +59 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/install.mjs +12 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelSeries.mjs +105 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelView.mjs +162 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/funnelLayout.mjs +305 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/funnelLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/install.mjs +14 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeSeries.mjs +145 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeView.mjs +525 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/PointerPath.mjs +43 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/PointerPath.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/install.mjs +10 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphSeries.mjs +235 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphView.mjs +227 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/adjustEdge.mjs +134 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/adjustEdge.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryFilter.mjs +35 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryFilter.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryVisual.mjs +51 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayout.mjs +12 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayoutHelper.mjs +152 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayoutHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/createView.mjs +63 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/createView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/edgeVisual.mjs +54 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/edgeVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceHelper.mjs +137 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceLayout.mjs +121 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/graphHelper.mjs +64 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/graphHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/install.mjs +58 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayout.mjs +39 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.mjs +31 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.mjs +125 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.mjs +49 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapView.mjs +272 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/install.mjs +10 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectLine.mjs +165 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectLine.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectPolyline.mjs +94 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectPolyline.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectSymbol.mjs +168 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectSymbol.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeLineDraw.mjs +264 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeLineDraw.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.mjs +270 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Line.mjs +380 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Line.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LineDraw.mjs +128 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LineDraw.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LinePath.mjs +71 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LinePath.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Polyline.mjs +70 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Polyline.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Symbol.mjs +294 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Symbol.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/SymbolDraw.mjs +178 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/SymbolDraw.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.mjs +108 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.mjs +75 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createRenderPlanner.mjs +23 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createRenderPlanner.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesData.mjs +122 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesData.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.mjs +29 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/labelHelper.mjs +38 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/labelHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.mjs +186 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/sectorHelper.mjs +23 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/sectorHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/treeHelper.mjs +53 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/treeHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.mjs +98 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineSeries.mjs +113 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineView.mjs +1070 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/helper.mjs +84 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/install.mjs +29 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/lineAnimationDiff.mjs +126 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/lineAnimationDiff.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/poly.mjs +311 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/poly.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesSeries.mjs +269 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesView.mjs +144 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/install.mjs +14 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesLayout.mjs +72 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesVisual.mjs +75 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapSeries.mjs +207 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapView.mjs +138 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/install.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapDataStatistic.mjs +65 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapDataStatistic.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapSymbolLayout.mjs +47 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapSymbolLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelSeries.mjs +87 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelView.mjs +183 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/install.mjs +15 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/parallelVisual.mjs +70 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/parallelVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieSeries.mjs +176 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieView.mjs +246 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/install.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/labelLayout.mjs +435 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/labelLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/pieLayout.mjs +199 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/pieLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarSeries.mjs +94 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarView.mjs +188 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/backwardCompat.mjs +34 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/backwardCompat.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/install.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/radarLayout.mjs +43 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/radarLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeySeries.mjs +175 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeySeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeyView.mjs +290 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeyView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/install.mjs +28 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyLayout.mjs +450 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyVisual.mjs +53 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterSeries.mjs +80 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterView.mjs +93 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/install.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstPiece.mjs +192 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstPiece.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstSeries.mjs +166 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstView.mjs +166 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/install.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstAction.mjs +69 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstLayout.mjs +177 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstVisual.mjs +36 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.mjs +220 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.mjs +148 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/install.mjs +14 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.mjs +118 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeSeries.mjs +147 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeView.mjs +585 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/install.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/layoutHelper.mjs +235 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/layoutHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/traversalHelper.mjs +88 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/traversalHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeAction.mjs +43 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeLayout.mjs +100 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeVisual.mjs +18 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/Breadcrumb.mjs +150 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/Breadcrumb.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapSeries.mjs +328 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapView.mjs +845 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/install.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapAction.mjs +36 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapLayout.mjs +451 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapVisual.mjs +155 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapVisual.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/install.mjs +10 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/preprocessor.mjs +22 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/preprocessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AngleAxisView.mjs +288 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AngleAxisView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisBuilder.mjs +537 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisBuilder.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisView.mjs +79 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/CartesianAxisView.mjs +192 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/CartesianAxisView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/ParallelAxisView.mjs +136 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/ParallelAxisView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/RadiusAxisView.mjs +170 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/RadiusAxisView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/SingleAxisView.mjs +108 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/SingleAxisView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/axisSplitHelper.mjs +86 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/axisSplitHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/parallelAxisAction.mjs +72 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/parallelAxisAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.mjs +72 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerView.mjs +40 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.mjs +356 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.mjs +108 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.mjs +104 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.mjs +105 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/axisTrigger.mjs +339 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/axisTrigger.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.mjs +59 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/globalListener.mjs +99 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/globalListener.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/install.mjs +45 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/modelHelper.mjs +256 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/modelHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/viewHelper.mjs +156 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/viewHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushModel.mjs +96 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushView.mjs +71 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/install.mjs +61 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/preprocessor.mjs +48 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/preprocessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/selector.mjs +75 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/selector.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/visualEncoding.mjs +218 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/visualEncoding.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/CalendarView.mjs +353 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/CalendarView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/install.mjs +12 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/AxisProxy.mjs +302 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/AxisProxy.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomModel.mjs +390 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomView.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.mjs +25 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomView.mjs +158 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomView.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.mjs +86 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomView.mjs +783 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomAction.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.mjs +90 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/helper.mjs +133 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/history.mjs +77 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/history.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/install.mjs +13 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installCommon.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installCommon.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.mjs +14 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.mjs +12 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.mjs +12 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/roams.mjs +183 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/roams.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataset/install.mjs +51 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataset/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/GeoView.mjs +70 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/GeoView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/install.mjs +102 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicModel.mjs +207 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicView.mjs +354 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/install.mjs +35 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/install.mjs +11 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/installSimple.mjs +58 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/installSimple.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushController.mjs +715 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushController.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushTargetManager.mjs +303 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushTargetManager.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/MapDraw.mjs +639 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/MapDraw.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/RoamController.mjs +205 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/RoamController.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/brushHelper.mjs +32 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/brushHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/cursorHelper.mjs +60 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/cursorHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/interactionMutex.mjs +37 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/interactionMutex.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/listComponent.mjs +48 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/listComponent.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/roamHelper.mjs +76 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/roamHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/sliderMove.mjs +116 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/sliderMove.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendModel.mjs +277 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendView.mjs +487 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendModel.mjs +65 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendView.mjs +362 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/install.mjs +11 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendPlain.mjs +17 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendPlain.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendScroll.mjs +15 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendScroll.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendAction.mjs +73 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendFilter.mjs +62 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendFilter.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/scrollableLegendAction.mjs +63 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/scrollableLegendAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaModel.mjs +45 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaView.mjs +324 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineModel.mjs +48 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineView.mjs +323 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointModel.mjs +42 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointView.mjs +151 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerModel.mjs +136 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerView.mjs +55 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/checkMarkerInSeries.mjs +17 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/checkMarkerInSeries.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkArea.mjs +17 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkArea.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkLine.mjs +17 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkLine.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkPoint.mjs +17 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkPoint.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/markerHelper.mjs +149 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/markerHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/ParallelView.mjs +97 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/ParallelView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/install.mjs +34 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/polar/install.mjs +52 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/polar/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/RadarView.mjs +167 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/RadarView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/install.mjs +24 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/singleAxis/install.mjs +34 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/singleAxis/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineModel.mjs +119 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineView.mjs +616 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineAxis.mjs +31 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineAxis.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineModel.mjs +148 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineView.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/install.mjs +18 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/preprocessor.mjs +73 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/preprocessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/timelineAction.mjs +43 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/timelineAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/title/install.mjs +188 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/title/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxModel.mjs +68 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxView.mjs +258 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Brush.mjs +94 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Brush.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataView.mjs +407 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataZoom.mjs +210 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataZoom.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/MagicType.mjs +170 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/MagicType.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Restore.mjs +39 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Restore.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.mjs +104 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/featureManager.mjs +38 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/featureManager.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/install.mjs +24 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.mjs +358 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipModel.mjs +85 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipRichContent.mjs +169 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipRichContent.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipView.mjs +816 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/helper.mjs +39 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/install.mjs +32 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.mjs +103 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/tooltipMarkup.mjs +285 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/tooltipMarkup.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/filterTransform.mjs +57 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/filterTransform.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/install.mjs +10 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/sortTransform.mjs +116 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/sortTransform.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousModel.mjs +216 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousView.mjs +652 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseModel.mjs +399 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseView.mjs +175 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapModel.mjs +373 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapView.mjs +115 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapView.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/helper.mjs +51 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/install.mjs +13 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installCommon.mjs +24 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installCommon.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.mjs +12 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.mjs +12 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/preprocessor.mjs +38 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/preprocessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualEncoding.mjs +69 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualEncoding.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualMapAction.mjs +59 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualMapAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/Axis.mjs +239 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/Axis.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/CoordinateSystem.mjs +48 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/CoordinateSystem.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/View.mjs +206 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/View.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisAlignTicks.mjs +98 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisAlignTicks.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisCommonTypes.mjs +51 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisCommonTypes.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisDefault.mjs +163 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisDefault.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisHelper.mjs +309 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCommonMixin.mjs +61 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCommonMixin.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCreator.mjs +71 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCreator.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisTickLabelBuilder.mjs +319 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisTickLabelBuilder.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/Calendar.mjs +334 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/Calendar.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/CalendarModel.mjs +119 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/CalendarModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/prepareCustom.mjs +71 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/prepareCustom.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Axis2D.mjs +54 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Axis2D.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/AxisModel.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/AxisModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian.mjs +34 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian2D.mjs +129 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian2D.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Grid.mjs +448 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Grid.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/GridModel.mjs +32 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/GridModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.mjs +80 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/prepareCustom.mjs +35 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/prepareCustom.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Geo.mjs +169 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Geo.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoJSONResource.mjs +103 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoJSONResource.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoModel.mjs +172 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoSVGResource.mjs +293 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoSVGResource.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Region.mjs +242 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Region.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.mjs +58 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/nanhai.mjs +33 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/nanhai.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/textCoord.mjs +65 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/textCoord.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoCreator.mjs +196 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoCreator.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoSourceManager.mjs +82 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoSourceManager.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/parseGeoJson.mjs +104 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/parseGeoJson.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/prepareCustom.mjs +40 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/prepareCustom.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/AxisModel.mjs +74 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/AxisModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/Parallel.mjs +366 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/Parallel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelAxis.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelAxis.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelModel.mjs +82 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelCreator.mjs +28 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelCreator.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.mjs +45 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AngleAxis.mjs +71 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AngleAxis.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AxisModel.mjs +41 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AxisModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/Polar.mjs +176 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/Polar.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/PolarModel.mjs +33 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/PolarModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/RadiusAxis.mjs +18 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/RadiusAxis.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/polarCreator.mjs +117 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/polarCreator.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/prepareCustom.mjs +47 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/prepareCustom.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/IndicatorAxis.mjs +17 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/IndicatorAxis.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/Radar.mjs +153 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/Radar.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/RadarModel.mjs +119 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/RadarModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/scaleRawExtentInfo.mjs +204 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/scaleRawExtentInfo.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/AxisModel.mjs +63 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/AxisModel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/Single.mjs +167 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/Single.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/SingleAxis.mjs +26 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/SingleAxis.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/prepareCustom.mjs +31 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/prepareCustom.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleAxisHelper.mjs +49 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleAxisHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleCreator.mjs +30 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleCreator.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/CoordinateSystem.mjs +34 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/CoordinateSystem.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/ExtensionAPI.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/ExtensionAPI.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/Scheduler.mjs +450 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/Scheduler.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/echarts.mjs +2237 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/echarts.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/impl.mjs +26 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/impl.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/lifecycle.mjs +7 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/lifecycle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/locale.mjs +48 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/locale.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/task.mjs +305 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/task.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataDiffer.mjs +254 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataDiffer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataStore.mjs +963 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataStore.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Graph.mjs +418 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Graph.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/OrdinalMeta.mjs +84 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/OrdinalMeta.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesData.mjs +946 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesData.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesDimensionDefine.mjs +51 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesDimensionDefine.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Source.mjs +260 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Source.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Tree.mjs +309 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Tree.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/SeriesDataSchema.mjs +184 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/SeriesDataSchema.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/createDimensions.mjs +283 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/createDimensions.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataProvider.mjs +342 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataProvider.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataStackHelper.mjs +140 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataStackHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataValueHelper.mjs +198 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataValueHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dimensionHelper.mjs +133 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dimensionHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/linkSeriesData.mjs +107 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/linkSeriesData.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceHelper.mjs +315 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceManager.mjs +377 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceManager.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/transform.mjs +377 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/transform.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/format.mjs +5 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/format.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/graphic.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/graphic.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/helper.mjs +69 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/number.mjs +2 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/number.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/time.mjs +3 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/time.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/util.mjs +2 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/util.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api.mjs +69 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/charts.mjs +23 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/charts.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/components.mjs +31 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/components.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/core.mjs +8 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/core.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/renderers.mjs +3 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/renderers.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/extension.mjs +71 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/extension.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langEN.mjs +159 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langEN.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langZH.mjs +156 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langZH.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/LabelManager.mjs +396 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/LabelManager.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/installLabelLayout.mjs +26 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/installLabelLayout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelGuideHelper.mjs +505 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelGuideHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelLayoutHelper.mjs +264 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelLayoutHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelStyle.mjs +445 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelStyle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/sectorLabel.mjs +162 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/sectorLabel.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barGrid.mjs +441 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barGrid.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barPolar.mjs +216 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barPolar.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/points.mjs +66 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/points.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/dataSelectAction.mjs +77 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/dataSelectAction.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/getTextRect.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/getTextRect.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/loading/default.mjs +125 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/loading/default.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Component.mjs +193 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Component.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Global.mjs +694 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Global.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Model.mjs +139 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Model.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/OptionManager.mjs +320 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/OptionManager.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Series.mjs +502 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Series.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/globalDefault.mjs +133 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/globalDefault.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/internalComponentCreator.mjs +27 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/internalComponentCreator.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/areaStyle.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/areaStyle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/dataFormat.mjs +162 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/dataFormat.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/itemStyle.mjs +18 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/itemStyle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/lineStyle.mjs +19 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/lineStyle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/makeStyleMapper.mjs +29 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/makeStyleMapper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/palette.mjs +65 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/palette.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/textStyle.mjs +47 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/textStyle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/referHelper.mjs +129 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/referHelper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/backwardCompat.mjs +216 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/backwardCompat.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/helper/compatStyle.mjs +292 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/helper/compatStyle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataFilter.mjs +70 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataFilter.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataSample.mjs +102 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataSample.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataStack.mjs +94 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataStack.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/negativeDataFilter.mjs +22 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/negativeDataFilter.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installCanvasRenderer.mjs +8 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installCanvasRenderer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installSVGRenderer.mjs +8 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installSVGRenderer.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Interval.mjs +227 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Interval.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Log.mjs +137 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Log.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Ordinal.mjs +169 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Ordinal.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Scale.mjs +72 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Scale.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Time.mjs +452 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Time.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/helper.mjs +83 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/dark.mjs +224 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/dark.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/light.mjs +50 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/light.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/ECEventProcessor.mjs +104 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/ECEventProcessor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/animation.mjs +122 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/animation.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/clazz.mjs +266 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/clazz.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/component.mjs +147 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/component.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/conditionalExpression.mjs +218 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/conditionalExpression.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/decal.mjs +353 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/decal.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/event.mjs +58 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/event.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/format.mjs +202 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/format.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/graphic.mjs +491 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/graphic.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/innerStore.mjs +27 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/innerStore.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/layout.mjs +409 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/layout.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/log.mjs +95 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/log.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/model.mjs +657 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/model.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/number.mjs +516 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/number.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/shape/sausage.mjs +68 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/shape/sausage.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/states.mjs +665 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/states.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/styleCompat.mjs +187 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/styleCompat.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/symbol.mjs +298 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/symbol.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/throttle.mjs +174 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/throttle.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/time.mjs +234 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/time.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/types.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/types.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/vendor.mjs +16 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/vendor.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Chart.mjs +161 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Chart.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Component.mjs +48 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Component.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/LegendVisualProvider.mjs +82 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/LegendVisualProvider.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/VisualMapping.mjs +439 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/VisualMapping.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/aria.mjs +194 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/aria.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/decal.mjs +27 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/decal.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/helper.mjs +102 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/style.mjs +176 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/style.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/symbol.mjs +84 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/symbol.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualDefault.mjs +48 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualDefault.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualSolution.mjs +160 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualSolution.mjs.map +1 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/renderers.mjs +21 -0
- package/es/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/renderers.mjs.map +1 -0
- package/es/node_modules/.pnpm/tslib@2.3.0/node_modules/tslib/tslib.es6.mjs +242 -0
- package/es/node_modules/.pnpm/tslib@2.3.0/node_modules/tslib/tslib.es6.mjs.map +1 -0
- package/es/node_modules/.pnpm/vue-demi@0.13.11_vue@3.5.12_typescript@5.6.3_/node_modules/vue-demi/lib/index.mjs +30 -0
- package/es/node_modules/.pnpm/vue-demi@0.13.11_vue@3.5.12_typescript@5.6.3_/node_modules/vue-demi/lib/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/vue-echarts@7.0.3_@vue_runtime-core@3.5.12_echarts@5.5.1_vue@3.5.12_typescript@5.6.3_/node_modules/vue-echarts/dist/index.mjs +375 -0
- package/es/node_modules/.pnpm/vue-echarts@7.0.3_@vue_runtime-core@3.5.12_echarts@5.5.1_vue@3.5.12_typescript@5.6.3_/node_modules/vue-echarts/dist/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Element.mjs +1053 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Element.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Handler.mjs +298 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Handler.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Storage.mjs +161 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Storage.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animation.mjs +150 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animation.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animator.mjs +740 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animator.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Clip.mjs +67 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Clip.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/cubicEasing.mjs +27 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/cubicEasing.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/easing.mjs +197 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/easing.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/requestAnimationFrame.mjs +14 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/requestAnimationFrame.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Layer.mjs +300 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Layer.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Painter.mjs +644 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Painter.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/dashStyle.mjs +31 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/dashStyle.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/graphic.mjs +562 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/graphic.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/helper.mjs +82 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/config.mjs +17 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/config.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/arc.mjs +39 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/arc.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/cubic.mjs +19 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/cubic.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/line.mjs +27 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/line.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/path.mjs +311 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/path.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/polygon.mjs +26 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/polygon.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/quadratic.mjs +19 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/quadratic.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/text.mjs +174 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/text.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/util.mjs +11 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/util.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/windingLine.mjs +18 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/windingLine.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/BoundingRect.mjs +218 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/BoundingRect.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Eventful.mjs +164 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Eventful.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/GestureMgr.mjs +85 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/GestureMgr.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/LRU.mjs +110 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/LRU.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/OrientedBoundingRect.mjs +123 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/OrientedBoundingRect.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/PathProxy.mjs +700 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/PathProxy.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Point.mjs +131 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Point.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Transformable.mjs +247 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Transformable.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/WeakMap.mjs +44 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/WeakMap.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/bbox.mjs +128 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/bbox.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/curve.mjs +349 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/curve.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/dom.mjs +98 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/dom.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/env.mjs +82 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/env.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/event.mjs +110 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/event.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/fourPointsTransform.mjs +62 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/fourPointsTransform.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/matrix.mjs +102 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/matrix.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/platform.mjs +75 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/platform.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/timsort.mjs +525 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/timsort.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/util.mjs +544 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/util.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/vector.mjs +115 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/vector.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/dom/HandlerProxy.mjs +296 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/dom/HandlerProxy.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/CompoundPath.mjs +52 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/CompoundPath.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Displayable.mjs +327 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Displayable.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Gradient.mjs +15 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Gradient.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Group.mjs +182 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Group.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Image.mjs +76 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Image.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/IncrementalDisplayable.mjs +115 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/IncrementalDisplayable.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/LinearGradient.mjs +21 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/LinearGradient.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Path.mjs +401 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Path.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/RadialGradient.mjs +19 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/RadialGradient.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/TSpan.mjs +66 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/TSpan.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Text.mjs +552 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Text.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/constants.mjs +6 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/constants.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/image.mjs +58 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/image.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/parseText.mjs +472 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/parseText.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/poly.mjs +29 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/poly.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundRect.mjs +78 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundRect.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundSector.mjs +231 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundSector.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/smoothBezier.mjs +67 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/smoothBezier.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/subPixelOptimize.mjs +59 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/subPixelOptimize.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Arc.mjs +46 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Arc.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/BezierCurve.mjs +101 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/BezierCurve.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Circle.mjs +30 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Circle.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ellipse.mjs +41 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ellipse.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Line.mjs +71 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Line.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polygon.mjs +30 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polygon.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polyline.mjs +36 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polyline.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Rect.mjs +59 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Rect.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ring.mjs +35 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ring.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Sector.mjs +38 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Sector.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/mixin/Draggable.mjs +68 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/mixin/Draggable.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/Painter.mjs +255 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/Painter.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/SVGPathRebuilder.mjs +106 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/SVGPathRebuilder.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/core.mjs +111 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/core.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssAnimation.mjs +280 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssAnimation.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssClassId.mjs +7 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssClassId.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssEmphasis.mjs +64 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssEmphasis.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/domapi.mjs +42 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/domapi.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/graphic.mjs +484 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/graphic.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/helper.mjs +157 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/mapStyleToAttrs.mjs +85 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/mapStyleToAttrs.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/patch.mjs +257 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/patch.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/color.mjs +433 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/color.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseSVG.mjs +641 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseSVG.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseXML.mjs +19 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseXML.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/path.mjs +376 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/path.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/transformPath.mjs +85 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/transformPath.mjs.map +1 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/zrender.mjs +332 -0
- package/es/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/zrender.mjs.map +1 -0
- package/es/packages/components/_util/omit.mjs +11 -0
- package/es/packages/components/_util/omit.mjs.map +1 -0
- package/es/packages/components/button1/index.mjs +9 -0
- package/es/packages/components/button1/index.mjs.map +1 -0
- package/es/packages/components/button1/src/button1.mjs +34 -0
- package/es/packages/components/button1/src/button1.mjs.map +1 -0
- package/es/packages/components/button1/src/button12.mjs +8 -0
- package/es/packages/components/button1/src/button12.mjs.map +1 -0
- package/es/packages/components/button1/style/css.mjs +3 -0
- package/es/packages/components/button1/style/css.mjs.map +1 -0
- package/es/packages/components/button1/style/index.mjs +3 -0
- package/es/packages/components/button1/style/index.mjs.map +1 -0
- package/es/packages/components/config-provider/index.mjs +9 -0
- package/es/packages/components/config-provider/index.mjs.map +1 -0
- package/es/packages/components/config-provider/src/config-provider.mjs +38 -0
- package/es/packages/components/config-provider/src/config-provider.mjs.map +1 -0
- package/es/packages/components/config-provider/style/css.mjs +3 -0
- package/es/packages/components/config-provider/style/css.mjs.map +1 -0
- package/es/packages/components/config-provider/style/index.mjs +3 -0
- package/es/packages/components/config-provider/style/index.mjs.map +1 -0
- package/es/packages/components/demo/index.mjs +9 -0
- package/es/packages/components/demo/index.mjs.map +1 -0
- package/es/packages/components/demo/src/demo.mjs +8 -0
- package/es/packages/components/demo/src/demo.mjs.map +1 -0
- package/es/packages/components/demo/src/demo2.mjs +94 -0
- package/es/packages/components/demo/src/demo2.mjs.map +1 -0
- package/es/packages/components/demo/style/css.mjs +3 -0
- package/es/packages/components/demo/style/css.mjs.map +1 -0
- package/es/packages/components/demo/style/index.mjs +3 -0
- package/es/packages/components/demo/style/index.mjs.map +1 -0
- package/es/packages/components/index.mjs +7 -0
- package/es/packages/components/index.mjs.map +1 -0
- package/es/packages/constants/aria.mjs +20 -0
- package/es/packages/constants/aria.mjs.map +1 -0
- package/es/packages/constants/date.mjs +23 -0
- package/es/packages/constants/date.mjs.map +1 -0
- package/es/packages/constants/event.mjs +6 -0
- package/es/packages/constants/event.mjs.map +1 -0
- package/es/packages/constants/index.mjs +6 -0
- package/es/packages/constants/index.mjs.map +1 -0
- package/es/packages/constants/key.mjs +4 -0
- package/es/packages/constants/key.mjs.map +1 -0
- package/es/packages/constants/size.mjs +9 -0
- package/es/packages/constants/size.mjs.map +1 -0
- package/es/packages/hooks/index.mjs +24 -0
- package/es/packages/hooks/index.mjs.map +1 -0
- package/es/packages/hooks/use-attrs/index.mjs +34 -0
- package/es/packages/hooks/use-attrs/index.mjs.map +1 -0
- package/es/packages/hooks/use-cursor/index.mjs +46 -0
- package/es/packages/hooks/use-cursor/index.mjs.map +1 -0
- package/es/packages/hooks/use-delayed-toggle/index.mjs +35 -0
- package/es/packages/hooks/use-delayed-toggle/index.mjs.map +1 -0
- package/es/packages/hooks/use-deprecated/index.mjs +25 -0
- package/es/packages/hooks/use-deprecated/index.mjs.map +1 -0
- package/es/packages/hooks/use-draggable/index.mjs +66 -0
- package/es/packages/hooks/use-draggable/index.mjs.map +1 -0
- package/es/packages/hooks/use-escape-keydown/index.mjs +31 -0
- package/es/packages/hooks/use-escape-keydown/index.mjs.map +1 -0
- package/es/packages/hooks/use-floating/index.mjs +85 -0
- package/es/packages/hooks/use-floating/index.mjs.map +1 -0
- package/es/packages/hooks/use-focus/index.mjs +11 -0
- package/es/packages/hooks/use-focus/index.mjs.map +1 -0
- package/es/packages/hooks/use-forward-ref/index.mjs +27 -0
- package/es/packages/hooks/use-forward-ref/index.mjs.map +1 -0
- package/es/packages/hooks/use-global-config/index.mjs +52 -0
- package/es/packages/hooks/use-global-config/index.mjs.map +1 -0
- package/es/packages/hooks/use-id/index.mjs +33 -0
- package/es/packages/hooks/use-id/index.mjs.map +1 -0
- package/es/packages/hooks/use-intermediate-render/index.mjs +49 -0
- package/es/packages/hooks/use-intermediate-render/index.mjs.map +1 -0
- package/es/packages/hooks/use-locale/index.mjs +30 -0
- package/es/packages/hooks/use-locale/index.mjs.map +1 -0
- package/es/packages/hooks/use-namespace/index.mjs +69 -0
- package/es/packages/hooks/use-namespace/index.mjs.map +1 -0
- package/es/packages/hooks/use-prop/index.mjs +12 -0
- package/es/packages/hooks/use-prop/index.mjs.map +1 -0
- package/es/packages/hooks/use-restore-active/index.mjs +26 -0
- package/es/packages/hooks/use-restore-active/index.mjs.map +1 -0
- package/es/packages/hooks/use-same-target/index.mjs +25 -0
- package/es/packages/hooks/use-same-target/index.mjs.map +1 -0
- package/es/packages/hooks/use-teleport/index.mjs +44 -0
- package/es/packages/hooks/use-teleport/index.mjs.map +1 -0
- package/es/packages/hooks/use-throttle-render/index.mjs +31 -0
- package/es/packages/hooks/use-throttle-render/index.mjs.map +1 -0
- package/es/packages/hooks/use-timeout/index.mjs +18 -0
- package/es/packages/hooks/use-timeout/index.mjs.map +1 -0
- package/es/packages/hooks/use-transition-fallthrough/index.mjs +64 -0
- package/es/packages/hooks/use-transition-fallthrough/index.mjs.map +1 -0
- package/es/packages/hooks/use-vue-clipboard/index.mjs +33 -0
- package/es/packages/hooks/use-vue-clipboard/index.mjs.map +1 -0
- package/es/packages/hooks/use-z-index/index.mjs +20 -0
- package/es/packages/hooks/use-z-index/index.mjs.map +1 -0
- package/es/packages/locale/index.mjs +3 -0
- package/es/packages/locale/index.mjs.map +1 -0
- package/es/packages/locale/lang/en.mjs +668 -0
- package/es/packages/locale/lang/en.mjs.map +1 -0
- package/es/packages/locale/lang/zh-cn.mjs +668 -0
- package/es/packages/locale/lang/zh-cn.mjs.map +1 -0
- package/es/packages/locale/lang/zh-tw.mjs +668 -0
- package/es/packages/locale/lang/zh-tw.mjs.map +1 -0
- package/es/packages/tailwind.config.mjs +2 -0
- package/es/packages/tailwind.config.mjs.map +1 -0
- package/es/packages/tailwind.config2.mjs +115 -0
- package/es/packages/tailwind.config2.mjs.map +1 -0
- package/es/packages/theme-chalk/tailwind.config.mjs +2 -0
- package/es/packages/theme-chalk/tailwind.config.mjs.map +1 -0
- package/es/packages/theme-chalk/tailwind.config2.mjs +115 -0
- package/es/packages/theme-chalk/tailwind.config2.mjs.map +1 -0
- package/es/packages/tokens/config-provider.mjs +4 -0
- package/es/packages/tokens/config-provider.mjs.map +1 -0
- package/es/packages/tokens/experimental-features.mjs +2 -0
- package/es/packages/tokens/experimental-features.mjs.map +1 -0
- package/es/packages/tokens/index.mjs +4 -0
- package/es/packages/tokens/index.mjs.map +1 -0
- package/es/packages/tokens/scrollbar.mjs +6 -0
- package/es/packages/tokens/scrollbar.mjs.map +1 -0
- package/es/packages/utils/animation.mjs +7 -0
- package/es/packages/utils/animation.mjs.map +1 -0
- package/es/packages/utils/arrays.mjs +11 -0
- package/es/packages/utils/arrays.mjs.map +1 -0
- package/es/packages/utils/browser.mjs +6 -0
- package/es/packages/utils/browser.mjs.map +1 -0
- package/es/packages/utils/dom/aria.mjs +76 -0
- package/es/packages/utils/dom/aria.mjs.map +1 -0
- package/es/packages/utils/dom/event.mjs +15 -0
- package/es/packages/utils/dom/event.mjs.map +1 -0
- package/es/packages/utils/dom/index.mjs +6 -0
- package/es/packages/utils/dom/index.mjs.map +1 -0
- package/es/packages/utils/dom/position.mjs +52 -0
- package/es/packages/utils/dom/position.mjs.map +1 -0
- package/es/packages/utils/dom/scroll.mjs +77 -0
- package/es/packages/utils/dom/scroll.mjs.map +1 -0
- package/es/packages/utils/dom/style.mjs +77 -0
- package/es/packages/utils/dom/style.mjs.map +1 -0
- package/es/packages/utils/emoji.mjs +10 -0
- package/es/packages/utils/emoji.mjs.map +1 -0
- package/es/packages/utils/error.mjs +21 -0
- package/es/packages/utils/error.mjs.map +1 -0
- package/es/packages/utils/functions.mjs +2 -0
- package/es/packages/utils/functions.mjs.map +1 -0
- package/es/packages/utils/i18n.mjs +4 -0
- package/es/packages/utils/i18n.mjs.map +1 -0
- package/es/packages/utils/index.mjs +31 -0
- package/es/packages/utils/index.mjs.map +1 -0
- package/es/packages/utils/objects.mjs +18 -0
- package/es/packages/utils/objects.mjs.map +1 -0
- package/es/packages/utils/raf.mjs +7 -0
- package/es/packages/utils/raf.mjs.map +1 -0
- package/es/packages/utils/rand.mjs +5 -0
- package/es/packages/utils/rand.mjs.map +1 -0
- package/es/packages/utils/strings.mjs +8 -0
- package/es/packages/utils/strings.mjs.map +1 -0
- package/es/packages/utils/types.mjs +19 -0
- package/es/packages/utils/types.mjs.map +1 -0
- package/es/packages/utils/typescript.mjs +4 -0
- package/es/packages/utils/typescript.mjs.map +1 -0
- package/es/packages/utils/vue/global-node.mjs +30 -0
- package/es/packages/utils/vue/global-node.mjs.map +1 -0
- package/es/packages/utils/vue/index.mjs +10 -0
- package/es/packages/utils/vue/index.mjs.map +1 -0
- package/es/packages/utils/vue/install.mjs +41 -0
- package/es/packages/utils/vue/install.mjs.map +1 -0
- package/es/packages/utils/vue/props/index.mjs +4 -0
- package/es/packages/utils/vue/props/index.mjs.map +1 -0
- package/es/packages/utils/vue/props/runtime.mjs +47 -0
- package/es/packages/utils/vue/props/runtime.mjs.map +1 -0
- package/es/packages/utils/vue/props/types.mjs +2 -0
- package/es/packages/utils/vue/props/types.mjs.map +1 -0
- package/es/packages/utils/vue/props/util.mjs +2 -0
- package/es/packages/utils/vue/props/util.mjs.map +1 -0
- package/es/packages/utils/vue/refs.mjs +17 -0
- package/es/packages/utils/vue/refs.mjs.map +1 -0
- package/es/packages/utils/vue/size.mjs +9 -0
- package/es/packages/utils/vue/size.mjs.map +1 -0
- package/es/packages/utils/vue/typescript.mjs +2 -0
- package/es/packages/utils/vue/typescript.mjs.map +1 -0
- package/es/packages/utils/vue/validator.mjs +9 -0
- package/es/packages/utils/vue/validator.mjs.map +1 -0
- package/es/packages/utils/vue/vnode.mjs +98 -0
- package/es/packages/utils/vue/vnode.mjs.map +1 -0
- package/es/plugin.d.ts +3 -0
- package/es/plugin.mjs +4 -0
- package/es/plugin.mjs.map +1 -0
- package/es/tailwind.config.d.ts +64 -0
- package/es/theme-chalk/tailwind.config.d.ts +64 -0
- package/es/tokens/config-provider.d.ts +4 -0
- package/es/tokens/experimental-features.d.ts +1 -0
- package/es/tokens/index.d.ts +3 -0
- package/es/tokens/scrollbar.d.ts +6 -0
- package/es/utils/animation.d.ts +2 -0
- package/es/utils/arrays.d.ts +5 -0
- package/es/utils/browser.d.ts +1 -0
- package/es/utils/dom/aria.d.ts +30 -0
- package/es/utils/dom/event.d.ts +6 -0
- package/es/utils/dom/index.d.ts +5 -0
- package/es/utils/dom/position.d.ts +7 -0
- package/es/utils/dom/scroll.d.ts +8 -0
- package/es/utils/dom/style.d.ts +9 -0
- package/es/utils/emoji.d.ts +1 -0
- package/es/utils/error.d.ts +3 -0
- package/es/utils/functions.d.ts +1 -0
- package/es/utils/i18n.d.ts +1 -0
- package/es/utils/index.d.ts +14 -0
- package/es/utils/objects.d.ts +8 -0
- package/es/utils/raf.d.ts +2 -0
- package/es/utils/rand.d.ts +10 -0
- package/es/utils/strings.d.ts +6 -0
- package/es/utils/types.d.ts +7 -0
- package/es/utils/typescript.d.ts +12 -0
- package/es/utils/vue/global-node.d.ts +3 -0
- package/es/utils/vue/index.d.ts +8 -0
- package/es/utils/vue/install.d.ts +5 -0
- package/es/utils/vue/props/index.d.ts +3 -0
- package/es/utils/vue/props/runtime.d.ts +29 -0
- package/es/utils/vue/props/types.d.ts +120 -0
- package/es/utils/vue/props/util.d.ts +8 -0
- package/es/utils/vue/refs.d.ts +3 -0
- package/es/utils/vue/size.d.ts +1 -0
- package/es/utils/vue/typescript.d.ts +5 -0
- package/es/utils/vue/validator.d.ts +2 -0
- package/es/utils/vue/vnode.d.ts +48 -0
- package/es/version.d.ts +1 -0
- package/es/version.mjs +4 -0
- package/es/version.mjs.map +1 -0
- package/global.d.ts +5 -0
- package/lib/_virtual/_commonjsHelpers.js +45 -0
- package/lib/_virtual/_commonjsHelpers.js.map +1 -0
- package/lib/_virtual/plugin-vue_export-helper.js +14 -0
- package/lib/_virtual/plugin-vue_export-helper.js.map +1 -0
- package/lib/component.d.ts +3 -0
- package/lib/component.js +16 -0
- package/lib/component.js.map +1 -0
- package/lib/components/_util/omit.d.ts +2 -0
- package/lib/components/button1/index.d.ts +25 -0
- package/lib/components/button1/src/button1.d.ts +7 -0
- package/lib/components/button1/src/button1.vue.d.ts +24 -0
- package/lib/components/button1/style/css.d.ts +2 -0
- package/lib/components/button1/style/index.d.ts +2 -0
- package/lib/components/config-provider/index.d.ts +43 -0
- package/lib/components/config-provider/src/config-provider.d.ts +65 -0
- package/lib/components/config-provider/style/css.d.ts +2 -0
- package/lib/components/config-provider/style/index.d.ts +2 -0
- package/lib/components/demo/index.d.ts +438 -0
- package/lib/components/demo/src/demo.d.ts +7 -0
- package/lib/components/demo/src/demo.vue.d.ts +437 -0
- package/lib/components/demo/style/css.d.ts +2 -0
- package/lib/components/demo/style/index.d.ts +2 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/constants/aria.d.ts +17 -0
- package/lib/constants/date.d.ts +3 -0
- package/lib/constants/event.d.ts +3 -0
- package/lib/constants/index.d.ts +5 -0
- package/lib/constants/key.d.ts +1 -0
- package/lib/constants/size.d.ts +7 -0
- package/lib/defaults.d.ts +5 -0
- package/lib/defaults.js +12 -0
- package/lib/defaults.js.map +1 -0
- package/lib/hooks/index.d.ts +24 -0
- package/lib/hooks/use-attrs/index.d.ts +7 -0
- package/lib/hooks/use-cursor/index.d.ts +2 -0
- package/lib/hooks/use-delayed-toggle/index.d.ts +13 -0
- package/lib/hooks/use-deprecated/index.d.ts +11 -0
- package/lib/hooks/use-draggable/index.d.ts +2 -0
- package/lib/hooks/use-escape-keydown/index.d.ts +1 -0
- package/lib/hooks/use-floating/index.d.ts +126 -0
- package/lib/hooks/use-focus/index.d.ts +6 -0
- package/lib/hooks/use-forward-ref/index.d.ts +9 -0
- package/lib/hooks/use-global-config/index.d.ts +6 -0
- package/lib/hooks/use-id/index.d.ts +8 -0
- package/lib/hooks/use-intermediate-render/index.d.ts +11 -0
- package/lib/hooks/use-locale/index.d.ts +14 -0
- package/lib/hooks/use-namespace/index.d.ts +20 -0
- package/lib/hooks/use-prop/index.d.ts +2 -0
- package/lib/hooks/use-restore-active/index.d.ts +6 -0
- package/lib/hooks/use-same-target/index.d.ts +5 -0
- package/lib/hooks/use-teleport/index.d.ts +7 -0
- package/lib/hooks/use-throttle-render/index.d.ts +2 -0
- package/lib/hooks/use-timeout/index.d.ts +4 -0
- package/lib/hooks/use-transition-fallthrough/index.d.ts +37 -0
- package/lib/hooks/use-vue-clipboard/index.d.ts +8 -0
- package/lib/hooks/use-z-index/index.d.ts +5 -0
- package/lib/index.d.ts +8 -0
- package/lib/index.js +54 -0
- package/lib/index.js.map +1 -0
- package/lib/locale/index.d.ts +9 -0
- package/lib/locale/lang/en.d.ts +666 -0
- package/lib/locale/lang/zh-cn.d.ts +666 -0
- package/lib/locale/lang/zh-tw.d.ts +666 -0
- package/lib/locales.d.ts +1 -0
- package/lib/locales.js +13 -0
- package/lib/locales.js.map +1 -0
- package/lib/make-installer.d.ts +5 -0
- package/lib/make-installer.js +27 -0
- package/lib/make-installer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/charts.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/charts.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/components.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/components.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/core.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/core.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/action/roamHelper.js +86 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/action/roamHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/basicTransition.js +215 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/basicTransition.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js +109 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicTransition.js +451 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/animation/customGraphicTransition.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarSeries.js +76 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarView.js +858 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BarView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BaseBarSeries.js +123 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/BaseBarSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js +59 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarView.js +598 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/PictorialBarView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/install.js +46 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/installPictorialBar.js +19 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/bar/installPictorialBar.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js +72 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotView.js +136 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/BoxplotView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js +146 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js +31 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/install.js +18 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js +61 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js +84 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickView.js +296 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/CandlestickView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js +168 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js +48 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/install.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/preprocessor.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/candlestick/preprocessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomSeries.js +73 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomView.js +893 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/CustomView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/install.js +14 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/custom/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js +69 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js +63 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/install.js +16 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/effectScatter/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelSeries.js +109 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelView.js +166 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/FunnelView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/funnelLayout.js +309 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/funnelLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/install.js +18 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/funnel/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeSeries.js +149 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeView.js +529 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/GaugeView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/PointerPath.js +47 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/PointerPath.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/install.js +14 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/gauge/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphSeries.js +239 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphView.js +231 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/GraphView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/adjustEdge.js +138 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/adjustEdge.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryFilter.js +39 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryFilter.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryVisual.js +55 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/categoryVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayout.js +16 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js +157 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/createView.js +67 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/createView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/edgeVisual.js +58 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/edgeVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceHelper.js +141 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceLayout.js +125 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/forceLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/graphHelper.js +69 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/graphHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/install.js +62 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayout.js +43 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js +36 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js +129 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js +53 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapView.js +276 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/HeatmapView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/install.js +14 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/heatmap/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectLine.js +169 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectLine.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectPolyline.js +98 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectPolyline.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectSymbol.js +172 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/EffectSymbol.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeLineDraw.js +268 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeLineDraw.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js +274 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Line.js +384 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Line.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LineDraw.js +132 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LineDraw.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LinePath.js +75 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/LinePath.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Polyline.js +74 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Polyline.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Symbol.js +298 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/Symbol.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/SymbolDraw.js +182 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/SymbolDraw.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js +114 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js +79 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createRenderPlanner.js +27 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createRenderPlanner.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesData.js +126 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesData.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js +33 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/labelHelper.js +43 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/labelHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js +192 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/sectorHelper.js +27 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/sectorHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/treeHelper.js +60 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/treeHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js +102 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineSeries.js +117 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineView.js +1074 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/LineView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/helper.js +89 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/install.js +33 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/lineAnimationDiff.js +130 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/lineAnimationDiff.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/poly.js +316 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/line/poly.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesSeries.js +273 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesView.js +148 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/LinesView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/install.js +18 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesLayout.js +76 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesVisual.js +79 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/lines/linesVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapSeries.js +211 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapView.js +142 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/MapView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/install.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapDataStatistic.js +69 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapDataStatistic.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapSymbolLayout.js +51 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/map/mapSymbolLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelSeries.js +91 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelView.js +187 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/ParallelView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/install.js +19 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/parallelVisual.js +74 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/parallel/parallelVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieSeries.js +180 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieView.js +250 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/PieView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/install.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/labelLayout.js +439 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/labelLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/pieLayout.js +205 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/pie/pieLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarSeries.js +98 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarView.js +192 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/RadarView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/backwardCompat.js +38 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/backwardCompat.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/install.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/radarLayout.js +47 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/radar/radarLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeySeries.js +179 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeySeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeyView.js +294 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/SankeyView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/install.js +32 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyLayout.js +454 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyVisual.js +57 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sankey/sankeyVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterSeries.js +84 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterView.js +97 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/ScatterView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/install.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/scatter/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js +196 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js +170 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstView.js +170 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/SunburstView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/install.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstAction.js +74 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js +181 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js +40 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js +224 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js +152 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/install.js +18 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js +122 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeSeries.js +151 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeView.js +589 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/TreeView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/install.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/layoutHelper.js +244 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/layoutHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/traversalHelper.js +93 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/traversalHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeAction.js +47 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeLayout.js +104 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeVisual.js +22 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/tree/treeVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/Breadcrumb.js +154 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/Breadcrumb.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapSeries.js +332 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapView.js +849 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/TreemapView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/install.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapAction.js +40 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapLayout.js +455 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapVisual.js +159 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/chart/treemap/treemapVisual.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/install.js +14 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/preprocessor.js +26 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/aria/preprocessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AngleAxisView.js +291 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AngleAxisView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisBuilder.js +541 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisBuilder.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisView.js +83 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/AxisView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/CartesianAxisView.js +198 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/CartesianAxisView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/ParallelAxisView.js +140 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/ParallelAxisView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/RadiusAxisView.js +173 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/RadiusAxisView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/SingleAxisView.js +112 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/SingleAxisView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/axisSplitHelper.js +91 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/axisSplitHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/parallelAxisAction.js +76 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axis/parallelAxisAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js +76 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js +44 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js +359 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js +112 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js +108 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js +109 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/axisTrigger.js +343 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/axisTrigger.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js +63 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/globalListener.js +104 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/globalListener.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/install.js +49 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/modelHelper.js +264 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/modelHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/viewHelper.js +167 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/axisPointer/viewHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushModel.js +100 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushView.js +75 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/BrushView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/install.js +65 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/preprocessor.js +52 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/preprocessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/selector.js +80 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/selector.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/visualEncoding.js +223 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/brush/visualEncoding.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/CalendarView.js +357 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/CalendarView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/install.js +16 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/calendar/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/AxisProxy.js +306 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/AxisProxy.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js +394 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomView.js +25 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/DataZoomView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js +29 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js +162 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js +90 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js +787 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js +94 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/helper.js +143 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/history.js +84 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/history.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/install.js +17 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installCommon.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installCommon.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js +18 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js +16 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js +16 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/roams.js +189 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataZoom/roams.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataset/install.js +56 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/dataset/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/GeoView.js +74 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/GeoView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/install.js +106 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/geo/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicModel.js +212 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicView.js +359 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/GraphicView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/install.js +39 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/graphic/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/install.js +15 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/installSimple.js +62 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/grid/installSimple.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushController.js +719 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushController.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushTargetManager.js +307 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/BrushTargetManager.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/MapDraw.js +643 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/MapDraw.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/RoamController.js +209 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/RoamController.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/brushHelper.js +38 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/brushHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/cursorHelper.js +64 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/cursorHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/interactionMutex.js +43 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/interactionMutex.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/listComponent.js +53 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/listComponent.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/roamHelper.js +81 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/roamHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/sliderMove.js +120 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/helper/sliderMove.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendModel.js +281 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendView.js +491 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/LegendView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js +69 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendView.js +366 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/ScrollableLegendView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/install.js +15 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendPlain.js +21 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendPlain.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendScroll.js +19 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/installLegendScroll.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendAction.js +77 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendFilter.js +66 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/legendFilter.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/scrollableLegendAction.js +67 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/legend/scrollableLegendAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaModel.js +49 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaView.js +329 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkAreaView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineModel.js +52 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineView.js +327 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkLineView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointModel.js +46 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointView.js +155 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkPointView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerModel.js +140 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerView.js +59 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/MarkerView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js +21 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkArea.js +21 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkArea.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkLine.js +21 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkLine.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkPoint.js +21 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/installMarkPoint.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/markerHelper.js +158 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/marker/markerHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/ParallelView.js +101 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/ParallelView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/install.js +38 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/parallel/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/polar/install.js +56 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/polar/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/RadarView.js +171 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/RadarView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/install.js +28 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/radar/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/singleAxis/install.js +38 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/singleAxis/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js +123 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineView.js +620 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/SliderTimelineView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineAxis.js +35 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineAxis.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineModel.js +152 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineView.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/TimelineView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/install.js +22 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/preprocessor.js +77 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/preprocessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/timelineAction.js +47 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/timeline/timelineAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/title/install.js +192 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/title/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxModel.js +72 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxView.js +262 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/ToolboxView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Brush.js +98 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Brush.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataView.js +411 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js +214 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/MagicType.js +174 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/MagicType.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Restore.js +43 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/Restore.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js +108 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/featureManager.js +44 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/featureManager.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/install.js +28 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/toolbox/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js +362 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipModel.js +89 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js +173 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipView.js +820 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/TooltipView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/helper.js +47 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/install.js +36 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js +107 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js +293 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/filterTransform.js +61 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/filterTransform.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/install.js +14 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/sortTransform.js +120 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/transform/sortTransform.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousModel.js +220 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousView.js +656 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/ContinuousView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js +403 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseView.js +179 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/PiecewiseView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapModel.js +377 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapView.js +119 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/VisualMapView.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/helper.js +56 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/install.js +17 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/install.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installCommon.js +28 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installCommon.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js +16 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js +16 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/preprocessor.js +42 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/preprocessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualEncoding.js +73 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualEncoding.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualMapAction.js +64 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/component/visualMap/visualMapAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/Axis.js +243 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/Axis.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/CoordinateSystem.js +52 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/CoordinateSystem.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/View.js +210 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/View.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisAlignTicks.js +102 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisAlignTicks.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisCommonTypes.js +55 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisCommonTypes.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisDefault.js +167 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisDefault.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisHelper.js +323 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCommonMixin.js +65 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCommonMixin.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCreator.js +75 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisModelCreator.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisTickLabelBuilder.js +325 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/axisTickLabelBuilder.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/Calendar.js +338 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/Calendar.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/CalendarModel.js +123 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/CalendarModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/prepareCustom.js +75 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/calendar/prepareCustom.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Axis2D.js +58 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Axis2D.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/AxisModel.js +26 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/AxisModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian.js +38 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js +134 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Grid.js +452 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/Grid.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/GridModel.js +36 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/GridModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js +86 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/prepareCustom.js +39 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/cartesian/prepareCustom.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Geo.js +174 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Geo.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoJSONResource.js +107 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoJSONResource.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoModel.js +176 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoSVGResource.js +297 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/GeoSVGResource.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Region.js +250 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/Region.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js +62 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/nanhai.js +37 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/nanhai.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/textCoord.js +69 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/fix/textCoord.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoCreator.js +200 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoCreator.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoSourceManager.js +86 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/geoSourceManager.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/parseGeoJson.js +108 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/parseGeoJson.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/prepareCustom.js +44 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/geo/prepareCustom.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/AxisModel.js +78 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/AxisModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/Parallel.js +370 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/Parallel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelAxis.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelAxis.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelModel.js +86 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/ParallelModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelCreator.js +32 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelCreator.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js +49 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AngleAxis.js +75 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AngleAxis.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AxisModel.js +47 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/AxisModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/Polar.js +181 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/Polar.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/PolarModel.js +37 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/PolarModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/RadiusAxis.js +22 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/RadiusAxis.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/polarCreator.js +121 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/polarCreator.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/prepareCustom.js +51 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/polar/prepareCustom.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/IndicatorAxis.js +21 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/IndicatorAxis.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/Radar.js +157 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/Radar.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/RadarModel.js +123 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/radar/RadarModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/scaleRawExtentInfo.js +210 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/scaleRawExtentInfo.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/AxisModel.js +67 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/AxisModel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/Single.js +172 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/Single.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/SingleAxis.js +30 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/SingleAxis.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/prepareCustom.js +35 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/prepareCustom.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleAxisHelper.js +53 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleAxisHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleCreator.js +34 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/coord/single/singleCreator.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/CoordinateSystem.js +38 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/CoordinateSystem.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/ExtensionAPI.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/ExtensionAPI.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/Scheduler.js +454 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/Scheduler.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/echarts.js +2267 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/echarts.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/impl.js +31 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/impl.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/lifecycle.js +11 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/lifecycle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/locale.js +56 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/locale.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/task.js +310 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/core/task.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataDiffer.js +258 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataDiffer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataStore.js +971 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/DataStore.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Graph.js +424 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Graph.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/OrdinalMeta.js +88 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/OrdinalMeta.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesData.js +950 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesData.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesDimensionDefine.js +55 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/SeriesDimensionDefine.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Source.js +269 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Source.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Tree.js +314 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/Tree.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/SeriesDataSchema.js +192 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/SeriesDataSchema.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/createDimensions.js +288 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/createDimensions.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataProvider.js +351 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataProvider.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataStackHelper.js +146 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataStackHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataValueHelper.js +205 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dataValueHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dimensionHelper.js +138 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/dimensionHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/linkSeriesData.js +111 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/linkSeriesData.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceHelper.js +325 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceManager.js +382 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/sourceManager.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/transform.js +383 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/data/helper/transform.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/format.js +22 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/format.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/graphic.js +60 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/graphic.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/helper.js +82 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/number.js +27 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/number.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/time.js +12 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/time.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/util.js +25 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api/util.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api.js +86 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/api.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/charts.js +52 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/charts.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/components.js +68 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/components.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/core.js +44 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/core.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/renderers.js +12 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/export/renderers.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/extension.js +75 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/extension.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langEN.js +163 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langEN.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langZH.js +160 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/i18n/langZH.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/LabelManager.js +400 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/LabelManager.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/installLabelLayout.js +30 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/installLabelLayout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelGuideHelper.js +513 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelGuideHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelLayoutHelper.js +271 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelLayoutHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelStyle.js +457 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/labelStyle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/sectorLabel.js +167 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/label/sectorLabel.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barGrid.js +450 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barGrid.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barPolar.js +220 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/barPolar.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/points.js +70 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/layout/points.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/dataSelectAction.js +82 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/dataSelectAction.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/getTextRect.js +25 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/legacy/getTextRect.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/loading/default.js +129 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/loading/default.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Component.js +197 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Component.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Global.js +698 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Global.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Model.js +143 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Model.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/OptionManager.js +324 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/OptionManager.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Series.js +507 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/Series.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/globalDefault.js +137 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/globalDefault.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/internalComponentCreator.js +32 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/internalComponentCreator.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/areaStyle.js +24 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/areaStyle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/dataFormat.js +167 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/dataFormat.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/itemStyle.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/itemStyle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/lineStyle.js +24 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/lineStyle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/makeStyleMapper.js +33 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/makeStyleMapper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/palette.js +70 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/palette.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/textStyle.js +51 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/mixin/textStyle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/referHelper.js +133 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/model/referHelper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/backwardCompat.js +220 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/backwardCompat.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/helper/compatStyle.js +296 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/preprocessor/helper/compatStyle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataFilter.js +74 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataFilter.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataSample.js +106 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataSample.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataStack.js +98 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/dataStack.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/negativeDataFilter.js +26 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/processor/negativeDataFilter.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installCanvasRenderer.js +12 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installCanvasRenderer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installSVGRenderer.js +12 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/renderer/installSVGRenderer.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Interval.js +231 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Interval.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Log.js +141 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Log.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Ordinal.js +173 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Ordinal.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Scale.js +76 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Scale.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Time.js +456 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/Time.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/helper.js +95 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/scale/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/dark.js +228 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/dark.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/light.js +54 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/theme/light.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/ECEventProcessor.js +108 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/ECEventProcessor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/animation.js +126 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/animation.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/clazz.js +275 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/clazz.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/component.js +154 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/component.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/conditionalExpression.js +222 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/conditionalExpression.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/decal.js +357 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/decal.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/event.js +62 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/event.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/format.js +218 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/format.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/graphic.js +529 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/graphic.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/innerStore.js +32 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/innerStore.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/layout.js +425 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/layout.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/log.js +105 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/log.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/model.js +684 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/model.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/number.js +543 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/number.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/shape/sausage.js +72 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/shape/sausage.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/states.js +713 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/states.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/styleCompat.js +194 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/styleCompat.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/symbol.js +305 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/symbol.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/throttle.js +180 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/throttle.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/time.js +268 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/time.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/types.js +33 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/types.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/vendor.js +20 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/util/vendor.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Chart.js +165 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Chart.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Component.js +52 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/view/Component.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/LegendVisualProvider.js +86 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/LegendVisualProvider.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/VisualMapping.js +443 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/VisualMapping.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/aria.js +198 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/aria.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/decal.js +31 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/decal.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/helper.js +108 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/style.js +182 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/style.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/symbol.js +89 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/symbol.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualDefault.js +52 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualDefault.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualSolution.js +167 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/lib/visual/visualSolution.js.map +1 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/renderers.js +23 -0
- package/lib/node_modules/.pnpm/echarts@5.5.1/node_modules/echarts/renderers.js.map +1 -0
- package/lib/node_modules/.pnpm/tslib@2.3.0/node_modules/tslib/tslib.es6.js +268 -0
- package/lib/node_modules/.pnpm/tslib@2.3.0/node_modules/tslib/tslib.es6.js.map +1 -0
- package/lib/node_modules/.pnpm/vue-demi@0.13.11_vue@3.5.12_typescript@5.6.3_/node_modules/vue-demi/lib/index.js +64 -0
- package/lib/node_modules/.pnpm/vue-demi@0.13.11_vue@3.5.12_typescript@5.6.3_/node_modules/vue-demi/lib/index.js.map +1 -0
- package/lib/node_modules/.pnpm/vue-echarts@7.0.3_@vue_runtime-core@3.5.12_echarts@5.5.1_vue@3.5.12_typescript@5.6.3_/node_modules/vue-echarts/dist/index.js +383 -0
- package/lib/node_modules/.pnpm/vue-echarts@7.0.3_@vue_runtime-core@3.5.12_echarts@5.5.1_vue@3.5.12_typescript@5.6.3_/node_modules/vue-echarts/dist/index.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Element.js +1058 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Element.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Handler.js +302 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Handler.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Storage.js +165 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/Storage.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animation.js +155 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animation.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animator.js +745 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Animator.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Clip.js +71 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/Clip.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/cubicEasing.js +31 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/cubicEasing.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/easing.js +201 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/easing.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/requestAnimationFrame.js +18 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/animation/requestAnimationFrame.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Layer.js +304 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Layer.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Painter.js +648 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/Painter.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/dashStyle.js +36 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/dashStyle.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/graphic.js +568 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/graphic.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/helper.js +90 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/canvas/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/config.js +26 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/config.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/arc.js +43 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/arc.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/cubic.js +23 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/cubic.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/line.js +31 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/line.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/path.js +316 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/path.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/polygon.js +30 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/polygon.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/quadratic.js +23 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/quadratic.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/text.js +186 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/text.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/util.js +15 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/util.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/windingLine.js +22 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/contain/windingLine.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/BoundingRect.js +222 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/BoundingRect.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Eventful.js +168 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Eventful.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/GestureMgr.js +89 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/GestureMgr.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/LRU.js +116 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/LRU.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/OrientedBoundingRect.js +127 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/OrientedBoundingRect.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/PathProxy.js +705 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/PathProxy.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Point.js +135 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Point.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Transformable.js +253 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/Transformable.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/WeakMap.js +48 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/WeakMap.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/bbox.js +136 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/bbox.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/curve.js +366 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/curve.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/dom.js +105 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/dom.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/env.js +86 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/env.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/event.js +121 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/event.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/fourPointsTransform.js +66 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/fourPointsTransform.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/matrix.js +114 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/matrix.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/platform.js +84 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/platform.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/timsort.js +529 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/timsort.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/util.js +597 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/util.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/vector.js +143 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/core/vector.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/dom/HandlerProxy.js +300 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/dom/HandlerProxy.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/CompoundPath.js +56 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/CompoundPath.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Displayable.js +333 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Displayable.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Gradient.js +19 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Gradient.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Group.js +186 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Group.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Image.js +82 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Image.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/IncrementalDisplayable.js +119 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/IncrementalDisplayable.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/LinearGradient.js +25 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/LinearGradient.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Path.js +407 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Path.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/RadialGradient.js +23 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/RadialGradient.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/TSpan.js +71 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/TSpan.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Text.js +560 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/Text.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/constants.js +12 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/constants.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/image.js +64 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/image.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/parseText.js +479 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/parseText.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/poly.js +33 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/poly.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundRect.js +82 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundRect.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundSector.js +235 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/roundSector.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/smoothBezier.js +71 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/smoothBezier.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js +65 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Arc.js +51 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Arc.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/BezierCurve.js +106 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/BezierCurve.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Circle.js +35 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Circle.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ellipse.js +46 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ellipse.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Line.js +76 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Line.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polygon.js +35 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polygon.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polyline.js +41 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Polyline.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Rect.js +64 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Rect.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ring.js +40 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Ring.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Sector.js +43 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/graphic/shape/Sector.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/mixin/Draggable.js +72 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/mixin/Draggable.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/Painter.js +259 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/Painter.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/SVGPathRebuilder.js +110 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/SVGPathRebuilder.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/core.js +125 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/core.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssAnimation.js +286 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssAnimation.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssClassId.js +11 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssClassId.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssEmphasis.js +68 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/cssEmphasis.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/domapi.js +58 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/domapi.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/graphic.js +494 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/graphic.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/helper.js +181 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/helper.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/mapStyleToAttrs.js +89 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/mapStyleToAttrs.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/patch.js +262 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/svg/patch.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/color.js +449 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/color.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseSVG.js +646 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseSVG.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseXML.js +23 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/parseXML.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/path.js +383 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/path.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/transformPath.js +89 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/tool/transformPath.js.map +1 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/zrender.js +343 -0
- package/lib/node_modules/.pnpm/zrender@5.6.0/node_modules/zrender/lib/zrender.js.map +1 -0
- package/lib/packages/components/_util/omit.js +15 -0
- package/lib/packages/components/_util/omit.js.map +1 -0
- package/lib/packages/components/button1/index.js +16 -0
- package/lib/packages/components/button1/index.js.map +1 -0
- package/lib/packages/components/button1/src/button1.js +38 -0
- package/lib/packages/components/button1/src/button1.js.map +1 -0
- package/lib/packages/components/button1/src/button12.js +13 -0
- package/lib/packages/components/button1/src/button12.js.map +1 -0
- package/lib/packages/components/button1/style/css.js +6 -0
- package/lib/packages/components/button1/style/css.js.map +1 -0
- package/lib/packages/components/button1/style/index.js +6 -0
- package/lib/packages/components/button1/style/index.js.map +1 -0
- package/lib/packages/components/config-provider/index.js +14 -0
- package/lib/packages/components/config-provider/index.js.map +1 -0
- package/lib/packages/components/config-provider/src/config-provider.js +43 -0
- package/lib/packages/components/config-provider/src/config-provider.js.map +1 -0
- package/lib/packages/components/config-provider/style/css.js +6 -0
- package/lib/packages/components/config-provider/style/css.js.map +1 -0
- package/lib/packages/components/config-provider/style/index.js +6 -0
- package/lib/packages/components/config-provider/style/index.js.map +1 -0
- package/lib/packages/components/demo/index.js +16 -0
- package/lib/packages/components/demo/index.js.map +1 -0
- package/lib/packages/components/demo/src/demo.js +98 -0
- package/lib/packages/components/demo/src/demo.js.map +1 -0
- package/lib/packages/components/demo/src/demo2.js +13 -0
- package/lib/packages/components/demo/src/demo2.js.map +1 -0
- package/lib/packages/components/demo/style/css.js +6 -0
- package/lib/packages/components/demo/style/css.js.map +1 -0
- package/lib/packages/components/demo/style/index.js +6 -0
- package/lib/packages/components/demo/style/index.js.map +1 -0
- package/lib/packages/components/index.js +22 -0
- package/lib/packages/components/index.js.map +1 -0
- package/lib/packages/constants/aria.js +24 -0
- package/lib/packages/constants/aria.js.map +1 -0
- package/lib/packages/constants/date.js +28 -0
- package/lib/packages/constants/date.js.map +1 -0
- package/lib/packages/constants/event.js +12 -0
- package/lib/packages/constants/event.js.map +1 -0
- package/lib/packages/constants/index.js +22 -0
- package/lib/packages/constants/index.js.map +1 -0
- package/lib/packages/constants/key.js +8 -0
- package/lib/packages/constants/key.js.map +1 -0
- package/lib/packages/constants/size.js +14 -0
- package/lib/packages/constants/size.js.map +1 -0
- package/lib/packages/hooks/index.js +67 -0
- package/lib/packages/hooks/index.js.map +1 -0
- package/lib/packages/hooks/use-attrs/index.js +38 -0
- package/lib/packages/hooks/use-attrs/index.js.map +1 -0
- package/lib/packages/hooks/use-cursor/index.js +50 -0
- package/lib/packages/hooks/use-cursor/index.js.map +1 -0
- package/lib/packages/hooks/use-delayed-toggle/index.js +40 -0
- package/lib/packages/hooks/use-delayed-toggle/index.js.map +1 -0
- package/lib/packages/hooks/use-deprecated/index.js +29 -0
- package/lib/packages/hooks/use-deprecated/index.js.map +1 -0
- package/lib/packages/hooks/use-draggable/index.js +70 -0
- package/lib/packages/hooks/use-draggable/index.js.map +1 -0
- package/lib/packages/hooks/use-escape-keydown/index.js +35 -0
- package/lib/packages/hooks/use-escape-keydown/index.js.map +1 -0
- package/lib/packages/hooks/use-floating/index.js +92 -0
- package/lib/packages/hooks/use-floating/index.js.map +1 -0
- package/lib/packages/hooks/use-focus/index.js +15 -0
- package/lib/packages/hooks/use-focus/index.js.map +1 -0
- package/lib/packages/hooks/use-forward-ref/index.js +33 -0
- package/lib/packages/hooks/use-forward-ref/index.js.map +1 -0
- package/lib/packages/hooks/use-global-config/index.js +57 -0
- package/lib/packages/hooks/use-global-config/index.js.map +1 -0
- package/lib/packages/hooks/use-id/index.js +38 -0
- package/lib/packages/hooks/use-id/index.js.map +1 -0
- package/lib/packages/hooks/use-intermediate-render/index.js +53 -0
- package/lib/packages/hooks/use-intermediate-render/index.js.map +1 -0
- package/lib/packages/hooks/use-locale/index.js +37 -0
- package/lib/packages/hooks/use-locale/index.js.map +1 -0
- package/lib/packages/hooks/use-namespace/index.js +74 -0
- package/lib/packages/hooks/use-namespace/index.js.map +1 -0
- package/lib/packages/hooks/use-prop/index.js +16 -0
- package/lib/packages/hooks/use-prop/index.js.map +1 -0
- package/lib/packages/hooks/use-restore-active/index.js +30 -0
- package/lib/packages/hooks/use-restore-active/index.js.map +1 -0
- package/lib/packages/hooks/use-same-target/index.js +29 -0
- package/lib/packages/hooks/use-same-target/index.js.map +1 -0
- package/lib/packages/hooks/use-teleport/index.js +48 -0
- package/lib/packages/hooks/use-teleport/index.js.map +1 -0
- package/lib/packages/hooks/use-throttle-render/index.js +35 -0
- package/lib/packages/hooks/use-throttle-render/index.js.map +1 -0
- package/lib/packages/hooks/use-timeout/index.js +22 -0
- package/lib/packages/hooks/use-timeout/index.js.map +1 -0
- package/lib/packages/hooks/use-transition-fallthrough/index.js +69 -0
- package/lib/packages/hooks/use-transition-fallthrough/index.js.map +1 -0
- package/lib/packages/hooks/use-vue-clipboard/index.js +41 -0
- package/lib/packages/hooks/use-vue-clipboard/index.js.map +1 -0
- package/lib/packages/hooks/use-z-index/index.js +24 -0
- package/lib/packages/hooks/use-z-index/index.js.map +1 -0
- package/lib/packages/locale/index.js +12 -0
- package/lib/packages/locale/index.js.map +1 -0
- package/lib/packages/locale/lang/en.js +672 -0
- package/lib/packages/locale/lang/en.js.map +1 -0
- package/lib/packages/locale/lang/zh-cn.js +672 -0
- package/lib/packages/locale/lang/zh-cn.js.map +1 -0
- package/lib/packages/locale/lang/zh-tw.js +672 -0
- package/lib/packages/locale/lang/zh-tw.js.map +1 -0
- package/lib/packages/tailwind.config.js +10 -0
- package/lib/packages/tailwind.config.js.map +1 -0
- package/lib/packages/tailwind.config2.js +119 -0
- package/lib/packages/tailwind.config2.js.map +1 -0
- package/lib/packages/theme-chalk/tailwind.config.js +10 -0
- package/lib/packages/theme-chalk/tailwind.config.js.map +1 -0
- package/lib/packages/theme-chalk/tailwind.config2.js +119 -0
- package/lib/packages/theme-chalk/tailwind.config2.js.map +1 -0
- package/lib/packages/tokens/config-provider.js +8 -0
- package/lib/packages/tokens/config-provider.js.map +1 -0
- package/lib/packages/tokens/experimental-features.js +3 -0
- package/lib/packages/tokens/experimental-features.js.map +1 -0
- package/lib/packages/tokens/index.js +13 -0
- package/lib/packages/tokens/index.js.map +1 -0
- package/lib/packages/tokens/scrollbar.js +10 -0
- package/lib/packages/tokens/scrollbar.js.map +1 -0
- package/lib/packages/utils/animation.js +12 -0
- package/lib/packages/utils/animation.js.map +1 -0
- package/lib/packages/utils/arrays.js +20 -0
- package/lib/packages/utils/arrays.js.map +1 -0
- package/lib/packages/utils/browser.js +10 -0
- package/lib/packages/utils/browser.js.map +1 -0
- package/lib/packages/utils/dom/aria.js +87 -0
- package/lib/packages/utils/dom/aria.js.map +1 -0
- package/lib/packages/utils/dom/event.js +20 -0
- package/lib/packages/utils/dom/event.js.map +1 -0
- package/lib/packages/utils/dom/index.js +39 -0
- package/lib/packages/utils/dom/index.js.map +1 -0
- package/lib/packages/utils/dom/position.js +59 -0
- package/lib/packages/utils/dom/position.js.map +1 -0
- package/lib/packages/utils/dom/scroll.js +84 -0
- package/lib/packages/utils/dom/scroll.js.map +1 -0
- package/lib/packages/utils/dom/style.js +88 -0
- package/lib/packages/utils/dom/style.js.map +1 -0
- package/lib/packages/utils/emoji.js +18 -0
- package/lib/packages/utils/emoji.js.map +1 -0
- package/lib/packages/utils/error.js +26 -0
- package/lib/packages/utils/error.js.map +1 -0
- package/lib/packages/utils/functions.js +13 -0
- package/lib/packages/utils/functions.js.map +1 -0
- package/lib/packages/utils/i18n.js +8 -0
- package/lib/packages/utils/i18n.js.map +1 -0
- package/lib/packages/utils/index.js +178 -0
- package/lib/packages/utils/index.js.map +1 -0
- package/lib/packages/utils/objects.js +28 -0
- package/lib/packages/utils/objects.js.map +1 -0
- package/lib/packages/utils/raf.js +12 -0
- package/lib/packages/utils/raf.js.map +1 -0
- package/lib/packages/utils/rand.js +10 -0
- package/lib/packages/utils/rand.js.map +1 -0
- package/lib/packages/utils/strings.js +24 -0
- package/lib/packages/utils/strings.js.map +1 -0
- package/lib/packages/utils/types.js +65 -0
- package/lib/packages/utils/types.js.map +1 -0
- package/lib/packages/utils/typescript.js +8 -0
- package/lib/packages/utils/typescript.js.map +1 -0
- package/lib/packages/utils/vue/global-node.js +36 -0
- package/lib/packages/utils/vue/global-node.js.map +1 -0
- package/lib/packages/utils/vue/index.js +45 -0
- package/lib/packages/utils/vue/index.js.map +1 -0
- package/lib/packages/utils/vue/install.js +48 -0
- package/lib/packages/utils/vue/install.js.map +1 -0
- package/lib/packages/utils/vue/props/index.js +16 -0
- package/lib/packages/utils/vue/props/index.js.map +1 -0
- package/lib/packages/utils/vue/props/runtime.js +55 -0
- package/lib/packages/utils/vue/props/runtime.js.map +1 -0
- package/lib/packages/utils/vue/props/types.js +3 -0
- package/lib/packages/utils/vue/props/types.js.map +1 -0
- package/lib/packages/utils/vue/props/util.js +3 -0
- package/lib/packages/utils/vue/props/util.js.map +1 -0
- package/lib/packages/utils/vue/refs.js +21 -0
- package/lib/packages/utils/vue/refs.js.map +1 -0
- package/lib/packages/utils/vue/size.js +13 -0
- package/lib/packages/utils/vue/size.js.map +1 -0
- package/lib/packages/utils/vue/typescript.js +3 -0
- package/lib/packages/utils/vue/typescript.js.map +1 -0
- package/lib/packages/utils/vue/validator.js +14 -0
- package/lib/packages/utils/vue/validator.js.map +1 -0
- package/lib/packages/utils/vue/vnode.js +113 -0
- package/lib/packages/utils/vue/vnode.js.map +1 -0
- package/lib/plugin.d.ts +3 -0
- package/lib/plugin.js +8 -0
- package/lib/plugin.js.map +1 -0
- package/lib/tailwind.config.d.ts +64 -0
- package/lib/theme-chalk/tailwind.config.d.ts +64 -0
- package/lib/tokens/config-provider.d.ts +4 -0
- package/lib/tokens/experimental-features.d.ts +1 -0
- package/lib/tokens/index.d.ts +3 -0
- package/lib/tokens/scrollbar.d.ts +6 -0
- package/lib/utils/animation.d.ts +2 -0
- package/lib/utils/arrays.d.ts +5 -0
- package/lib/utils/browser.d.ts +1 -0
- package/lib/utils/dom/aria.d.ts +30 -0
- package/lib/utils/dom/event.d.ts +6 -0
- package/lib/utils/dom/index.d.ts +5 -0
- package/lib/utils/dom/position.d.ts +7 -0
- package/lib/utils/dom/scroll.d.ts +8 -0
- package/lib/utils/dom/style.d.ts +9 -0
- package/lib/utils/emoji.d.ts +1 -0
- package/lib/utils/error.d.ts +3 -0
- package/lib/utils/functions.d.ts +1 -0
- package/lib/utils/i18n.d.ts +1 -0
- package/lib/utils/index.d.ts +14 -0
- package/lib/utils/objects.d.ts +8 -0
- package/lib/utils/raf.d.ts +2 -0
- package/lib/utils/rand.d.ts +10 -0
- package/lib/utils/strings.d.ts +6 -0
- package/lib/utils/types.d.ts +7 -0
- package/lib/utils/typescript.d.ts +12 -0
- package/lib/utils/vue/global-node.d.ts +3 -0
- package/lib/utils/vue/index.d.ts +8 -0
- package/lib/utils/vue/install.d.ts +5 -0
- package/lib/utils/vue/props/index.d.ts +3 -0
- package/lib/utils/vue/props/runtime.d.ts +29 -0
- package/lib/utils/vue/props/types.d.ts +120 -0
- package/lib/utils/vue/props/util.d.ts +8 -0
- package/lib/utils/vue/refs.d.ts +3 -0
- package/lib/utils/vue/size.d.ts +1 -0
- package/lib/utils/vue/typescript.d.ts +5 -0
- package/lib/utils/vue/validator.d.ts +2 -0
- package/lib/utils/vue/vnode.d.ts +48 -0
- package/lib/version.d.ts +1 -0
- package/lib/version.js +8 -0
- package/lib/version.js.map +1 -0
- package/package.json +102 -0
- package/tags.json +1 -0
- package/theme-chalk/base.css +1 -0
- package/theme-chalk/dark/css-vars.css +0 -0
- package/theme-chalk/g-button1.css +0 -0
- package/theme-chalk/g-config-provider.css +0 -0
- package/theme-chalk/g-demo.css +1 -0
- package/theme-chalk/g-icon.css +1 -0
- package/theme-chalk/g-reset.css +0 -0
- package/theme-chalk/g-var.css +0 -0
- package/theme-chalk/index.css +1 -0
- package/theme-chalk/src/base.scss +6 -0
- package/theme-chalk/src/button1.scss +3 -0
- package/theme-chalk/src/color/index.scss +17 -0
- package/theme-chalk/src/common/var.scss +1406 -0
- package/theme-chalk/src/config-provider.scss +3 -0
- package/theme-chalk/src/dark/css-vars.scss +41 -0
- package/theme-chalk/src/dark/var.scss +221 -0
- package/theme-chalk/src/demo.scss +9 -0
- package/theme-chalk/src/icon.scss +49 -0
- package/theme-chalk/src/index.scss +4 -0
- package/theme-chalk/src/mixins/_var.scss +66 -0
- package/theme-chalk/src/mixins/config.scss +5 -0
- package/theme-chalk/src/mixins/excel.scss +766 -0
- package/theme-chalk/src/mixins/function.scss +86 -0
- package/theme-chalk/src/mixins/katex.min.scss +1078 -0
- package/theme-chalk/src/mixins/mixins.scss +235 -0
- package/theme-chalk/src/mixins/prism.min.scss +114 -0
- package/theme-chalk/src/reset.scss +0 -0
- package/theme-chalk/src/var.scss +88 -0
- package/web-types.json +1 -0
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/*! Greeks UI v2.5.0 */import{warn as sI,ref as Ll,getCurrentInstance as iv,provide as Bm,computed as ln,unref as hi,inject as bs,isRef as Om,defineComponent as Il,shallowRef as av,toRefs as uI,watch as Pl,watchEffect as km,onMounted as lI,onBeforeUnmount as fI,h as hI,nextTick as cI,openBlock as Nm,createElementBlock as zm,normalizeClass as Gm,createVNode as vI,toDisplayString as pI,renderSlot as dI}from"vue";var Vm=typeof global=="object"&&global&&global.Object===Object&&global,gI=typeof self=="object"&&self&&self.Object===Object&&self,me=Vm||gI||Function("return this")(),De=me.Symbol,$m=Object.prototype,yI=$m.hasOwnProperty,mI=$m.toString,ws=De?De.toStringTag:void 0;function _I(r){var t=yI.call(r,ws),e=r[ws];try{r[ws]=void 0;var n=!0}catch(a){}var i=mI.call(r);return n&&(t?r[ws]=e:delete r[ws]),i}var SI=Object.prototype,bI=SI.toString;function wI(r){return bI.call(r)}var xI="[object Null]",AI="[object Undefined]",Hm=De?De.toStringTag:void 0;function Fe(r){return r==null?r===void 0?AI:xI:Hm&&Hm in Object(r)?_I(r):wI(r)}function ne(r){return r!=null&&typeof r=="object"}var CI="[object Symbol]";function sr(r){return typeof r=="symbol"||ne(r)&&Fe(r)==CI}var TI=0/0;function Wm(r){return typeof r=="number"?r:sr(r)?TI:+r}function Qt(r,t){for(var e=-1,n=r==null?0:r.length,i=Array(n);++e<n;)i[e]=t(r[e],e,r);return i}var xt=Array.isArray,DI=1/0,Um=De?De.prototype:void 0,Ym=Um?Um.toString:void 0;function ur(r){if(typeof r=="string")return r;if(xt(r))return Qt(r,ur)+"";if(sr(r))return Ym?Ym.call(r):"";var t=r+"";return t=="0"&&1/r==-DI?"-0":t}function Fl(r,t){return function(e,n){var i;if(e===void 0&&n===void 0)return t;if(e!==void 0&&(i=e),n!==void 0){if(i===void 0)return n;typeof e=="string"||typeof n=="string"?(e=ur(e),n=ur(n)):(e=Wm(e),n=Wm(n)),i=r(e,n)}return i}}var EI=Fl(function(r,t){return r+t},0),MI=/\s/;function Xm(r){for(var t=r.length;t--&&MI.test(r.charAt(t)););return t}var LI=/^\s+/;function Zm(r){return r&&r.slice(0,Xm(r)+1).replace(LI,"")}function te(r){var t=typeof r;return r!=null&&(t=="object"||t=="function")}var qm=0/0,II=/^[-+]0x[0-9a-f]+$/i,PI=/^0b[01]+$/i,FI=/^0o[0-7]+$/i,RI=parseInt;function _r(r){if(typeof r=="number")return r;if(sr(r))return qm;if(te(r)){var t=typeof r.valueOf=="function"?r.valueOf():r;r=te(t)?t+"":t}if(typeof r!="string")return r===0?r:+r;r=Zm(r);var e=PI.test(r);return e||FI.test(r)?RI(r.slice(2),e?2:8):II.test(r)?qm:+r}var Km=1/0,BI=17976931348623157e292;function Bn(r){if(!r)return r===0?r:0;if(r=_r(r),r===Km||r===-Km){var t=r<0?-1:1;return t*BI}return r===r?r:0}function Ct(r){var t=Bn(r),e=t%1;return t===t?e?t-e:t:0}var OI="Expected a function";function kI(r,t){if(typeof t!="function")throw new TypeError(OI);return r=Ct(r),function(){if(--r<1)return t.apply(this,arguments)}}function Re(r){return r}var NI="[object AsyncFunction]",zI="[object Function]",GI="[object GeneratorFunction]",VI="[object Proxy]";function On(r){if(!te(r))return!1;var t=Fe(r);return t==zI||t==GI||t==NI||t==VI}var Rl=me["__core-js_shared__"],jm=function(){var r=/[^.]+$/.exec(Rl&&Rl.keys&&Rl.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""}();function $I(r){return!!jm&&jm in r}var HI=Function.prototype,WI=HI.toString;function Ki(r){if(r!=null){try{return WI.call(r)}catch(t){}try{return r+""}catch(t){}}return""}var UI=/[\\^$.*+?()[\]{}|]/g,YI=/^\[object .+?Constructor\]$/,XI=Function.prototype,ZI=Object.prototype,qI=XI.toString,KI=ZI.hasOwnProperty,jI=RegExp("^"+qI.call(KI).replace(UI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Jm(r){if(!te(r)||$I(r))return!1;var t=On(r)?jI:YI;return t.test(Ki(r))}function JI(r,t){return r==null?void 0:r[t]}function ji(r,t){var e=JI(r,t);return Jm(e)?e:void 0}var xs=ji(me,"WeakMap"),Bl=xs&&new xs,Qm=Bl?function(r,t){return Bl.set(r,t),r}:Re,t_=Object.create,co=function(){function r(){}return function(t){if(!te(t))return{};if(t_)return t_(t);r.prototype=t;var e=new r;return r.prototype=void 0,e}}();function As(r){return function(){var t=arguments;switch(t.length){case 0:return new r;case 1:return new r(t[0]);case 2:return new r(t[0],t[1]);case 3:return new r(t[0],t[1],t[2]);case 4:return new r(t[0],t[1],t[2],t[3]);case 5:return new r(t[0],t[1],t[2],t[3],t[4]);case 6:return new r(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new r(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var e=co(r.prototype),n=r.apply(e,t);return te(n)?n:e}}var QI=1;function tP(r,t,e){var n=t&QI,i=As(r);function a(){var o=this&&this!==me&&this instanceof a?i:r;return o.apply(n?e:this,arguments)}return a}function lr(r,t,e){switch(e.length){case 0:return r.call(t);case 1:return r.call(t,e[0]);case 2:return r.call(t,e[0],e[1]);case 3:return r.call(t,e[0],e[1],e[2])}return r.apply(t,e)}var eP=Math.max;function e_(r,t,e,n){for(var i=-1,a=r.length,o=e.length,s=-1,u=t.length,l=eP(a-o,0),f=Array(u+l),h=!n;++s<u;)f[s]=t[s];for(;++i<o;)(h||i<a)&&(f[e[i]]=r[i]);for(;l--;)f[s++]=r[i++];return f}var rP=Math.max;function r_(r,t,e,n){for(var i=-1,a=r.length,o=-1,s=e.length,u=-1,l=t.length,f=rP(a-s,0),h=Array(f+l),c=!n;++i<f;)h[i]=r[i];for(var v=i;++u<l;)h[v+u]=t[u];for(;++o<s;)(c||i<a)&&(h[v+e[o]]=r[i++]);return h}function nP(r,t){for(var e=r.length,n=0;e--;)r[e]===t&&++n;return n}function Ol(){}var iP=4294967295;function Ft(r){this.__wrapped__=r,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=iP,this.__views__=[]}Ft.prototype=co(Ol.prototype),Ft.prototype.constructor=Ft;function ov(){}var sv=Bl?function(r){return Bl.get(r)}:ov,vo={},aP=Object.prototype,oP=aP.hasOwnProperty;function kl(r){for(var t=r.name+"",e=vo[t],n=oP.call(vo,t)?e.length:0;n--;){var i=e[n],a=i.func;if(a==null||a==r)return i.name}return t}function Sr(r,t){this.__wrapped__=r,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}Sr.prototype=co(Ol.prototype),Sr.prototype.constructor=Sr;function Xe(r,t){var e=-1,n=r.length;for(t||(t=Array(n));++e<n;)t[e]=r[e];return t}function n_(r){if(r instanceof Ft)return r.clone();var t=new Sr(r.__wrapped__,r.__chain__);return t.__actions__=Xe(r.__actions__),t.__index__=r.__index__,t.__values__=r.__values__,t}var sP=Object.prototype,uP=sP.hasOwnProperty;function M(r){if(ne(r)&&!xt(r)&&!(r instanceof Ft)){if(r instanceof Sr)return r;if(uP.call(r,"__wrapped__"))return n_(r)}return new Sr(r)}M.prototype=Ol.prototype,M.prototype.constructor=M;function uv(r){var t=kl(r),e=M[t];if(typeof e!="function"||!(t in Ft.prototype))return!1;if(r===e)return!0;var n=sv(e);return!!n&&r===n[0]}var lP=800,fP=16,hP=Date.now;function i_(r){var t=0,e=0;return function(){var n=hP(),i=fP-(n-e);if(e=n,i>0){if(++t>=lP)return arguments[0]}else t=0;return r.apply(void 0,arguments)}}var a_=i_(Qm),cP=/\{\n\/\* \[wrapped with (.+)\] \*/,vP=/,? & /;function pP(r){var t=r.match(cP);return t?t[1].split(vP):[]}var dP=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;function gP(r,t){var e=t.length;if(!e)return r;var n=e-1;return t[n]=(e>1?"& ":"")+t[n],t=t.join(e>2?", ":" "),r.replace(dP,`{
|
|
2
|
+
/* [wrapped with `+t+`] */
|
|
3
|
+
`)}function lv(r){return function(){return r}}var Nl=function(){try{var r=ji(Object,"defineProperty");return r({},"",{}),r}catch(t){}}(),yP=Nl?function(r,t){return Nl(r,"toString",{configurable:!0,enumerable:!1,value:lv(t),writable:!0})}:Re,fv=i_(yP);function br(r,t){for(var e=-1,n=r==null?0:r.length;++e<n&&t(r[e],e,r)!==!1;);return r}function zl(r,t,e,n){for(var i=r.length,a=e+(n?1:-1);n?a--:++a<i;)if(t(r[a],a,r))return a;return-1}function o_(r){return r!==r}function mP(r,t,e){for(var n=e-1,i=r.length;++n<i;)if(r[n]===t)return n;return-1}function po(r,t,e){return t===t?mP(r,t,e):zl(r,o_,e)}function Gl(r,t){var e=r==null?0:r.length;return!!e&&po(r,t,0)>-1}var _P=1,SP=2,bP=8,wP=16,xP=32,AP=64,CP=128,TP=256,DP=512,EP=[["ary",CP],["bind",_P],["bindKey",SP],["curry",bP],["curryRight",wP],["flip",DP],["partial",xP],["partialRight",AP],["rearg",TP]];function MP(r,t){return br(EP,function(e){var n="_."+e[0];t&e[1]&&!Gl(r,n)&&r.push(n)}),r.sort()}function s_(r,t,e){var n=t+"";return fv(r,gP(n,MP(pP(n),e)))}var LP=1,IP=2,PP=4,FP=8,u_=32,l_=64;function f_(r,t,e,n,i,a,o,s,u,l){var f=t&FP,h=f?o:void 0,c=f?void 0:o,v=f?a:void 0,p=f?void 0:a;t|=f?u_:l_,t&=~(f?l_:u_),t&PP||(t&=~(LP|IP));var g=[r,t,i,v,h,p,c,s,u,l],d=e.apply(void 0,g);return uv(r)&&a_(d,g),d.placeholder=n,s_(d,r,t)}function go(r){var t=r;return t.placeholder}var RP=9007199254740991,BP=/^(?:0|[1-9]\d*)$/;function kn(r,t){var e=typeof r;return t=t==null?RP:t,!!t&&(e=="number"||e!="symbol"&&BP.test(r))&&r>-1&&r%1==0&&r<t}var OP=Math.min;function kP(r,t){for(var e=r.length,n=OP(t.length,e),i=Xe(r);n--;){var a=t[n];r[n]=kn(a,e)?i[a]:void 0}return r}var h_="__lodash_placeholder__";function ci(r,t){for(var e=-1,n=r.length,i=0,a=[];++e<n;){var o=r[e];(o===t||o===h_)&&(r[e]=h_,a[i++]=e)}return a}var NP=1,zP=2,GP=8,VP=16,$P=128,HP=512;function Vl(r,t,e,n,i,a,o,s,u,l){var f=t&$P,h=t&NP,c=t&zP,v=t&(GP|VP),p=t&HP,g=c?void 0:As(r);function d(){for(var y=arguments.length,m=Array(y),_=y;_--;)m[_]=arguments[_];if(v)var S=go(d),w=nP(m,S);if(n&&(m=e_(m,n,i,v)),a&&(m=r_(m,a,o,v)),y-=w,v&&y<l){var b=ci(m,S);return f_(r,t,Vl,d.placeholder,e,m,b,s,u,l-y)}var x=h?e:this,A=c?x[r]:r;return y=m.length,s?m=kP(m,s):p&&y>1&&m.reverse(),f&&u<y&&(m.length=u),this&&this!==me&&this instanceof d&&(A=g||As(A)),A.apply(x,m)}return d}function WP(r,t,e){var n=As(r);function i(){for(var a=arguments.length,o=Array(a),s=a,u=go(i);s--;)o[s]=arguments[s];var l=a<3&&o[0]!==u&&o[a-1]!==u?[]:ci(o,u);if(a-=l.length,a<e)return f_(r,t,Vl,i.placeholder,void 0,o,l,void 0,void 0,e-a);var f=this&&this!==me&&this instanceof i?n:r;return lr(f,this,o)}return i}var UP=1;function YP(r,t,e,n){var i=t&UP,a=As(r);function o(){for(var s=-1,u=arguments.length,l=-1,f=n.length,h=Array(f+u),c=this&&this!==me&&this instanceof o?a:r;++l<f;)h[l]=n[l];for(;u--;)h[l++]=arguments[++s];return lr(c,i?e:this,h)}return o}var c_="__lodash_placeholder__",hv=1,XP=2,ZP=4,v_=8,Cs=128,p_=256,qP=Math.min;function KP(r,t){var e=r[1],n=t[1],i=e|n,a=i<(hv|XP|Cs),o=n==Cs&&e==v_||n==Cs&&e==p_&&r[7].length<=t[8]||n==(Cs|p_)&&t[7].length<=t[8]&&e==v_;if(!(a||o))return r;n&hv&&(r[2]=t[2],i|=e&hv?0:ZP);var s=t[3];if(s){var u=r[3];r[3]=u?e_(u,s,t[4]):s,r[4]=u?ci(r[3],c_):t[4]}return s=t[5],s&&(u=r[5],r[5]=u?r_(u,s,t[6]):s,r[6]=u?ci(r[5],c_):t[6]),s=t[7],s&&(r[7]=s),n&Cs&&(r[8]=r[8]==null?t[8]:qP(r[8],t[8])),r[9]==null&&(r[9]=t[9]),r[0]=t[0],r[1]=i,r}var jP="Expected a function",d_=1,JP=2,cv=8,vv=16,pv=32,g_=64,y_=Math.max;function Nn(r,t,e,n,i,a,o,s){var u=t&JP;if(!u&&typeof r!="function")throw new TypeError(jP);var l=n?n.length:0;if(l||(t&=~(pv|g_),n=i=void 0),o=o===void 0?o:y_(Ct(o),0),s=s===void 0?s:Ct(s),l-=i?i.length:0,t&g_){var f=n,h=i;n=i=void 0}var c=u?void 0:sv(r),v=[r,t,e,n,i,f,h,a,o,s];if(c&&KP(v,c),r=v[0],t=v[1],e=v[2],n=v[3],i=v[4],s=v[9]=v[9]===void 0?u?0:r.length:y_(v[9]-l,0),!s&&t&(cv|vv)&&(t&=~(cv|vv)),!t||t==d_)var p=tP(r,t,e);else t==cv||t==vv?p=WP(r,t,s):(t==pv||t==(d_|pv))&&!i.length?p=YP(r,t,e,n):p=Vl.apply(void 0,v);var g=c?Qm:a_;return s_(g(p,v),r,t)}var QP=128;function m_(r,t,e){return t=e?void 0:t,t=r&&t==null?r.length:t,Nn(r,QP,void 0,void 0,void 0,void 0,t)}function zn(r,t,e){t=="__proto__"&&Nl?Nl(r,t,{configurable:!0,enumerable:!0,value:e,writable:!0}):r[t]=e}function Hr(r,t){return r===t||r!==r&&t!==t}var tF=Object.prototype,eF=tF.hasOwnProperty;function Ts(r,t,e){var n=r[t];(!(eF.call(r,t)&&Hr(n,e))||e===void 0&&!(t in r))&&zn(r,t,e)}function fn(r,t,e,n){var i=!e;e||(e={});for(var a=-1,o=t.length;++a<o;){var s=t[a],u=n?n(e[s],r[s],s,e,r):void 0;u===void 0&&(u=r[s]),i?zn(e,s,u):Ts(e,s,u)}return e}var __=Math.max;function S_(r,t,e){return t=__(t===void 0?r.length-1:t,0),function(){for(var n=arguments,i=-1,a=__(n.length-t,0),o=Array(a);++i<a;)o[i]=n[t+i];i=-1;for(var s=Array(t+1);++i<t;)s[i]=n[i];return s[t]=e(o),lr(r,this,s)}}function Lt(r,t){return fv(S_(r,t,Re),r+"")}var rF=9007199254740991;function $l(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=rF}function Ze(r){return r!=null&&$l(r.length)&&!On(r)}function Be(r,t,e){if(!te(e))return!1;var n=typeof t;return(n=="number"?Ze(e)&&kn(t,e.length):n=="string"&&t in e)?Hr(e[t],r):!1}function yo(r){return Lt(function(t,e){var n=-1,i=e.length,a=i>1?e[i-1]:void 0,o=i>2?e[2]:void 0;for(a=r.length>3&&typeof a=="function"?(i--,a):void 0,o&&Be(e[0],e[1],o)&&(a=i<3?void 0:a,i=1),t=Object(t);++n<i;){var s=e[n];s&&r(t,s,n,a)}return t})}var nF=Object.prototype;function Ds(r){var t=r&&r.constructor,e=typeof t=="function"&&t.prototype||nF;return r===e}function dv(r,t){for(var e=-1,n=Array(r);++e<r;)n[e]=t(e);return n}var iF="[object Arguments]";function b_(r){return ne(r)&&Fe(r)==iF}var w_=Object.prototype,aF=w_.hasOwnProperty,oF=w_.propertyIsEnumerable,Ji=b_(function(){return arguments}())?b_:function(r){return ne(r)&&aF.call(r,"callee")&&!oF.call(r,"callee")};function gv(){return!1}var x_=typeof exports=="object"&&exports&&!exports.nodeType&&exports,A_=x_&&typeof module=="object"&&module&&!module.nodeType&&module,sF=A_&&A_.exports===x_,C_=sF?me.Buffer:void 0,uF=C_?C_.isBuffer:void 0,vi=uF||gv,lF="[object Arguments]",fF="[object Array]",hF="[object Boolean]",cF="[object Date]",vF="[object Error]",pF="[object Function]",dF="[object Map]",gF="[object Number]",yF="[object Object]",mF="[object RegExp]",_F="[object Set]",SF="[object String]",bF="[object WeakMap]",wF="[object ArrayBuffer]",xF="[object DataView]",AF="[object Float32Array]",CF="[object Float64Array]",TF="[object Int8Array]",DF="[object Int16Array]",EF="[object Int32Array]",MF="[object Uint8Array]",LF="[object Uint8ClampedArray]",IF="[object Uint16Array]",PF="[object Uint32Array]",jt={};jt[AF]=jt[CF]=jt[TF]=jt[DF]=jt[EF]=jt[MF]=jt[LF]=jt[IF]=jt[PF]=!0,jt[lF]=jt[fF]=jt[wF]=jt[hF]=jt[xF]=jt[cF]=jt[vF]=jt[pF]=jt[dF]=jt[gF]=jt[yF]=jt[mF]=jt[_F]=jt[SF]=jt[bF]=!1;function FF(r){return ne(r)&&$l(r.length)&&!!jt[Fe(r)]}function fr(r){return function(t){return r(t)}}var T_=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Es=T_&&typeof module=="object"&&module&&!module.nodeType&&module,RF=Es&&Es.exports===T_,yv=RF&&Vm.process,wr=function(){try{var r=Es&&Es.require&&Es.require("util").types;return r||yv&&yv.binding&&yv.binding("util")}catch(t){}}(),D_=wr&&wr.isTypedArray,mo=D_?fr(D_):FF,BF=Object.prototype,OF=BF.hasOwnProperty;function E_(r,t){var e=xt(r),n=!e&&Ji(r),i=!e&&!n&&vi(r),a=!e&&!n&&!i&&mo(r),o=e||n||i||a,s=o?dv(r.length,String):[],u=s.length;for(var l in r)(t||OF.call(r,l))&&!(o&&(l=="length"||i&&(l=="offset"||l=="parent")||a&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||kn(l,u)))&&s.push(l);return s}function M_(r,t){return function(e){return r(t(e))}}var kF=M_(Object.keys,Object),NF=Object.prototype,zF=NF.hasOwnProperty;function mv(r){if(!Ds(r))return kF(r);var t=[];for(var e in Object(r))zF.call(r,e)&&e!="constructor"&&t.push(e);return t}function ve(r){return Ze(r)?E_(r):mv(r)}var GF=Object.prototype,VF=GF.hasOwnProperty,$F=yo(function(r,t){if(Ds(t)||Ze(t)){fn(t,ve(t),r);return}for(var e in t)VF.call(t,e)&&Ts(r,e,t[e])});function HF(r){var t=[];if(r!=null)for(var e in Object(r))t.push(e);return t}var WF=Object.prototype,UF=WF.hasOwnProperty;function YF(r){if(!te(r))return HF(r);var t=Ds(r),e=[];for(var n in r)n=="constructor"&&(t||!UF.call(r,n))||e.push(n);return e}function qe(r){return Ze(r)?E_(r,!0):YF(r)}var L_=yo(function(r,t){fn(t,qe(t),r)}),Hl=yo(function(r,t,e,n){fn(t,qe(t),r,n)}),XF=yo(function(r,t,e,n){fn(t,ve(t),r,n)}),ZF=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,qF=/^\w*$/;function _v(r,t){if(xt(r))return!1;var e=typeof r;return e=="number"||e=="symbol"||e=="boolean"||r==null||sr(r)?!0:qF.test(r)||!ZF.test(r)||t!=null&&r in Object(t)}var Ms=ji(Object,"create");function KF(){this.__data__=Ms?Ms(null):{},this.size=0}function jF(r){var t=this.has(r)&&delete this.__data__[r];return this.size-=t?1:0,t}var JF="__lodash_hash_undefined__",QF=Object.prototype,tR=QF.hasOwnProperty;function eR(r){var t=this.__data__;if(Ms){var e=t[r];return e===JF?void 0:e}return tR.call(t,r)?t[r]:void 0}var rR=Object.prototype,nR=rR.hasOwnProperty;function iR(r){var t=this.__data__;return Ms?t[r]!==void 0:nR.call(t,r)}var aR="__lodash_hash_undefined__";function oR(r,t){var e=this.__data__;return this.size+=this.has(r)?0:1,e[r]=Ms&&t===void 0?aR:t,this}function Qi(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var n=r[t];this.set(n[0],n[1])}}Qi.prototype.clear=KF,Qi.prototype.delete=jF,Qi.prototype.get=eR,Qi.prototype.has=iR,Qi.prototype.set=oR;function sR(){this.__data__=[],this.size=0}function Wl(r,t){for(var e=r.length;e--;)if(Hr(r[e][0],t))return e;return-1}var uR=Array.prototype,lR=uR.splice;function fR(r){var t=this.__data__,e=Wl(t,r);if(e<0)return!1;var n=t.length-1;return e==n?t.pop():lR.call(t,e,1),--this.size,!0}function hR(r){var t=this.__data__,e=Wl(t,r);return e<0?void 0:t[e][1]}function cR(r){return Wl(this.__data__,r)>-1}function vR(r,t){var e=this.__data__,n=Wl(e,r);return n<0?(++this.size,e.push([r,t])):e[n][1]=t,this}function Gn(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var n=r[t];this.set(n[0],n[1])}}Gn.prototype.clear=sR,Gn.prototype.delete=fR,Gn.prototype.get=hR,Gn.prototype.has=cR,Gn.prototype.set=vR;var Ls=ji(me,"Map");function pR(){this.size=0,this.__data__={hash:new Qi,map:new(Ls||Gn),string:new Qi}}function dR(r){var t=typeof r;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?r!=="__proto__":r===null}function Ul(r,t){var e=r.__data__;return dR(t)?e[typeof t=="string"?"string":"hash"]:e.map}function gR(r){var t=Ul(this,r).delete(r);return this.size-=t?1:0,t}function yR(r){return Ul(this,r).get(r)}function mR(r){return Ul(this,r).has(r)}function _R(r,t){var e=Ul(this,r),n=e.size;return e.set(r,t),this.size+=e.size==n?0:1,this}function Vn(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var n=r[t];this.set(n[0],n[1])}}Vn.prototype.clear=pR,Vn.prototype.delete=gR,Vn.prototype.get=yR,Vn.prototype.has=mR,Vn.prototype.set=_R;var SR="Expected a function";function Yl(r,t){if(typeof r!="function"||t!=null&&typeof t!="function")throw new TypeError(SR);var e=function(){var n=arguments,i=t?t.apply(this,n):n[0],a=e.cache;if(a.has(i))return a.get(i);var o=r.apply(this,n);return e.cache=a.set(i,o)||a,o};return e.cache=new(Yl.Cache||Vn),e}Yl.Cache=Vn;var bR=500;function wR(r){var t=Yl(r,function(n){return e.size===bR&&e.clear(),n}),e=t.cache;return t}var xR=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,AR=/\\(\\)?/g,I_=wR(function(r){var t=[];return r.charCodeAt(0)===46&&t.push(""),r.replace(xR,function(e,n,i,a){t.push(i?a.replace(AR,"$1"):n||e)}),t});function zt(r){return r==null?"":ur(r)}function pi(r,t){return xt(r)?r:_v(r,t)?[r]:I_(zt(r))}var CR=1/0;function hn(r){if(typeof r=="string"||sr(r))return r;var t=r+"";return t=="0"&&1/r==-CR?"-0":t}function ta(r,t){t=pi(t,r);for(var e=0,n=t.length;r!=null&&e<n;)r=r[hn(t[e++])];return e&&e==n?r:void 0}function Xl(r,t,e){var n=r==null?void 0:ta(r,t);return n===void 0?e:n}function Sv(r,t){for(var e=-1,n=t.length,i=Array(n),a=r==null;++e<n;)i[e]=a?void 0:Xl(r,t[e]);return i}function di(r,t){for(var e=-1,n=t.length,i=r.length;++e<n;)r[i+e]=t[e];return r}var P_=De?De.isConcatSpreadable:void 0;function TR(r){return xt(r)||Ji(r)||!!(P_&&r&&r[P_])}function be(r,t,e,n,i){var a=-1,o=r.length;for(e||(e=TR),i||(i=[]);++a<o;){var s=r[a];t>0&&e(s)?t>1?be(s,t-1,e,n,i):di(i,s):n||(i[i.length]=s)}return i}function F_(r){var t=r==null?0:r.length;return t?be(r,1):[]}function $n(r){return fv(S_(r,void 0,F_),r+"")}var DR=$n(Sv),Zl=M_(Object.getPrototypeOf,Object),ER="[object Object]",MR=Function.prototype,LR=Object.prototype,R_=MR.toString,IR=LR.hasOwnProperty,PR=R_.call(Object);function Is(r){if(!ne(r)||Fe(r)!=ER)return!1;var t=Zl(r);if(t===null)return!0;var e=IR.call(t,"constructor")&&t.constructor;return typeof e=="function"&&e instanceof e&&R_.call(e)==PR}var FR="[object DOMException]",RR="[object Error]";function bv(r){if(!ne(r))return!1;var t=Fe(r);return t==RR||t==FR||typeof r.message=="string"&&typeof r.name=="string"&&!Is(r)}var B_=Lt(function(r,t){try{return lr(r,void 0,t)}catch(e){return bv(e)?e:new Error(e)}}),BR="Expected a function";function O_(r,t){var e;if(typeof t!="function")throw new TypeError(BR);return r=Ct(r),function(){return--r>0&&(e=t.apply(this,arguments)),r<=1&&(t=void 0),e}}var OR=1,kR=32,ql=Lt(function(r,t,e){var n=OR;if(e.length){var i=ci(e,go(ql));n|=kR}return Nn(r,n,t,e,i)});ql.placeholder={};var NR=$n(function(r,t){return br(t,function(e){e=hn(e),zn(r,e,ql(r[e],r))}),r}),zR=1,GR=2,VR=32,wv=Lt(function(r,t,e){var n=zR|GR;if(e.length){var i=ci(e,go(wv));n|=VR}return Nn(t,n,r,e,i)});wv.placeholder={};function xr(r,t,e){var n=-1,i=r.length;t<0&&(t=-t>i?0:i+t),e=e>i?i:e,e<0&&(e+=i),i=t>e?0:e-t>>>0,t>>>=0;for(var a=Array(i);++n<i;)a[n]=r[n+t];return a}function gi(r,t,e){var n=r.length;return e=e===void 0?n:e,!t&&e>=n?r:xr(r,t,e)}var $R="\\ud800-\\udfff",HR="\\u0300-\\u036f",WR="\\ufe20-\\ufe2f",UR="\\u20d0-\\u20ff",YR=HR+WR+UR,XR="\\ufe0e\\ufe0f",ZR="\\u200d",qR=RegExp("["+ZR+$R+YR+XR+"]");function _o(r){return qR.test(r)}function KR(r){return r.split("")}var k_="\\ud800-\\udfff",jR="\\u0300-\\u036f",JR="\\ufe20-\\ufe2f",QR="\\u20d0-\\u20ff",t6=jR+JR+QR,e6="\\ufe0e\\ufe0f",r6="["+k_+"]",xv="["+t6+"]",Av="\\ud83c[\\udffb-\\udfff]",n6="(?:"+xv+"|"+Av+")",N_="[^"+k_+"]",z_="(?:\\ud83c[\\udde6-\\uddff]){2}",G_="[\\ud800-\\udbff][\\udc00-\\udfff]",i6="\\u200d",V_=n6+"?",$_="["+e6+"]?",a6="(?:"+i6+"(?:"+[N_,z_,G_].join("|")+")"+$_+V_+")*",o6=$_+V_+a6,s6="(?:"+[N_+xv+"?",xv,z_,G_,r6].join("|")+")",u6=RegExp(Av+"(?="+Av+")|"+s6+o6,"g");function l6(r){return r.match(u6)||[]}function Wr(r){return _o(r)?l6(r):KR(r)}function H_(r){return function(t){t=zt(t);var e=_o(t)?Wr(t):void 0,n=e?e[0]:t.charAt(0),i=e?gi(e,1).join(""):t.slice(1);return n[r]()+i}}var Cv=H_("toUpperCase");function W_(r){return Cv(zt(r).toLowerCase())}function Tv(r,t,e,n){var i=-1,a=r==null?0:r.length;for(n&&a&&(e=r[++i]);++i<a;)e=t(e,r[i],i,r);return e}function Dv(r){return function(t){return r==null?void 0:r[t]}}var f6={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},h6=Dv(f6),c6=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,v6="\\u0300-\\u036f",p6="\\ufe20-\\ufe2f",d6="\\u20d0-\\u20ff",g6=v6+p6+d6,y6="["+g6+"]",m6=RegExp(y6,"g");function U_(r){return r=zt(r),r&&r.replace(c6,h6).replace(m6,"")}var _6=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function S6(r){return r.match(_6)||[]}var b6=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function w6(r){return b6.test(r)}var Y_="\\ud800-\\udfff",x6="\\u0300-\\u036f",A6="\\ufe20-\\ufe2f",C6="\\u20d0-\\u20ff",T6=x6+A6+C6,X_="\\u2700-\\u27bf",Z_="a-z\\xdf-\\xf6\\xf8-\\xff",D6="\\xac\\xb1\\xd7\\xf7",E6="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",M6="\\u2000-\\u206f",L6=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",q_="A-Z\\xc0-\\xd6\\xd8-\\xde",I6="\\ufe0e\\ufe0f",K_=D6+E6+M6+L6,j_="['\u2019]",J_="["+K_+"]",P6="["+T6+"]",Q_="\\d+",F6="["+X_+"]",t1="["+Z_+"]",e1="[^"+Y_+K_+Q_+X_+Z_+q_+"]",R6="\\ud83c[\\udffb-\\udfff]",B6="(?:"+P6+"|"+R6+")",O6="[^"+Y_+"]",r1="(?:\\ud83c[\\udde6-\\uddff]){2}",n1="[\\ud800-\\udbff][\\udc00-\\udfff]",So="["+q_+"]",k6="\\u200d",i1="(?:"+t1+"|"+e1+")",N6="(?:"+So+"|"+e1+")",a1="(?:"+j_+"(?:d|ll|m|re|s|t|ve))?",o1="(?:"+j_+"(?:D|LL|M|RE|S|T|VE))?",s1=B6+"?",u1="["+I6+"]?",z6="(?:"+k6+"(?:"+[O6,r1,n1].join("|")+")"+u1+s1+")*",G6="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",V6="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",$6=u1+s1+z6,H6="(?:"+[F6,r1,n1].join("|")+")"+$6,W6=RegExp([So+"?"+t1+"+"+a1+"(?="+[J_,So,"$"].join("|")+")",N6+"+"+o1+"(?="+[J_,So+i1,"$"].join("|")+")",So+"?"+i1+"+"+a1,So+"+"+o1,V6,G6,Q_,H6].join("|"),"g");function U6(r){return r.match(W6)||[]}function l1(r,t,e){return r=zt(r),t=e?void 0:t,t===void 0?w6(r)?U6(r):S6(r):r.match(t)||[]}var Y6="['\u2019]",X6=RegExp(Y6,"g");function bo(r){return function(t){return Tv(l1(U_(t).replace(X6,"")),r,"")}}var Z6=bo(function(r,t,e){return t=t.toLowerCase(),r+(e?W_(t):t)});function q6(){if(!arguments.length)return[];var r=arguments[0];return xt(r)?r:[r]}var K6=me.isFinite,j6=Math.min;function Ev(r){var t=Math[r];return function(e,n){if(e=_r(e),n=n==null?0:j6(Ct(n),292),n&&K6(e)){var i=(zt(e)+"e").split("e"),a=t(i[0]+"e"+(+i[1]+n));return i=(zt(a)+"e").split("e"),+(i[0]+"e"+(+i[1]-n))}return t(e)}}var J6=Ev("ceil");function f1(r){var t=M(r);return t.__chain__=!0,t}var Q6=Math.ceil,tB=Math.max;function eB(r,t,e){(e?Be(r,t,e):t===void 0)?t=1:t=tB(Ct(t),0);var n=r==null?0:r.length;if(!n||t<1)return[];for(var i=0,a=0,o=Array(Q6(n/t));i<n;)o[a++]=xr(r,i,i+=t);return o}function ea(r,t,e){return r===r&&(e!==void 0&&(r=r<=e?r:e),t!==void 0&&(r=r>=t?r:t)),r}function rB(r,t,e){return e===void 0&&(e=t,t=void 0),e!==void 0&&(e=_r(e),e=e===e?e:0),t!==void 0&&(t=_r(t),t=t===t?t:0),ea(_r(r),t,e)}function nB(){this.__data__=new Gn,this.size=0}function iB(r){var t=this.__data__,e=t.delete(r);return this.size=t.size,e}function aB(r){return this.__data__.get(r)}function oB(r){return this.__data__.has(r)}var sB=200;function uB(r,t){var e=this.__data__;if(e instanceof Gn){var n=e.__data__;if(!Ls||n.length<sB-1)return n.push([r,t]),this.size=++e.size,this;e=this.__data__=new Vn(n)}return e.set(r,t),this.size=e.size,this}function Ur(r){var t=this.__data__=new Gn(r);this.size=t.size}Ur.prototype.clear=nB,Ur.prototype.delete=iB,Ur.prototype.get=aB,Ur.prototype.has=oB,Ur.prototype.set=uB;function h1(r,t){return r&&fn(t,ve(t),r)}function lB(r,t){return r&&fn(t,qe(t),r)}var c1=typeof exports=="object"&&exports&&!exports.nodeType&&exports,v1=c1&&typeof module=="object"&&module&&!module.nodeType&&module,fB=v1&&v1.exports===c1,p1=fB?me.Buffer:void 0,d1=p1?p1.allocUnsafe:void 0;function g1(r,t){if(t)return r.slice();var e=r.length,n=d1?d1(e):new r.constructor(e);return r.copy(n),n}function yi(r,t){for(var e=-1,n=r==null?0:r.length,i=0,a=[];++e<n;){var o=r[e];t(o,e,r)&&(a[i++]=o)}return a}function Mv(){return[]}var hB=Object.prototype,cB=hB.propertyIsEnumerable,y1=Object.getOwnPropertySymbols,Lv=y1?function(r){return r==null?[]:(r=Object(r),yi(y1(r),function(t){return cB.call(r,t)}))}:Mv;function vB(r,t){return fn(r,Lv(r),t)}var pB=Object.getOwnPropertySymbols,m1=pB?function(r){for(var t=[];r;)di(t,Lv(r)),r=Zl(r);return t}:Mv;function dB(r,t){return fn(r,m1(r),t)}function _1(r,t,e){var n=t(r);return xt(r)?n:di(n,e(r))}function Iv(r){return _1(r,ve,Lv)}function Pv(r){return _1(r,qe,m1)}var Fv=ji(me,"DataView"),Rv=ji(me,"Promise"),wo=ji(me,"Set"),S1="[object Map]",gB="[object Object]",b1="[object Promise]",w1="[object Set]",x1="[object WeakMap]",A1="[object DataView]",yB=Ki(Fv),mB=Ki(Ls),_B=Ki(Rv),SB=Ki(wo),bB=Ki(xs),ra=Fe;(Fv&&ra(new Fv(new ArrayBuffer(1)))!=A1||Ls&&ra(new Ls)!=S1||Rv&&ra(Rv.resolve())!=b1||wo&&ra(new wo)!=w1||xs&&ra(new xs)!=x1)&&(ra=function(r){var t=Fe(r),e=t==gB?r.constructor:void 0,n=e?Ki(e):"";if(n)switch(n){case yB:return A1;case mB:return S1;case _B:return b1;case SB:return w1;case bB:return x1}return t});var cn=ra,wB=Object.prototype,xB=wB.hasOwnProperty;function AB(r){var t=r.length,e=new r.constructor(t);return t&&typeof r[0]=="string"&&xB.call(r,"index")&&(e.index=r.index,e.input=r.input),e}var Kl=me.Uint8Array;function Bv(r){var t=new r.constructor(r.byteLength);return new Kl(t).set(new Kl(r)),t}function CB(r,t){var e=t?Bv(r.buffer):r.buffer;return new r.constructor(e,r.byteOffset,r.byteLength)}var TB=/\w*$/;function DB(r){var t=new r.constructor(r.source,TB.exec(r));return t.lastIndex=r.lastIndex,t}var C1=De?De.prototype:void 0,T1=C1?C1.valueOf:void 0;function EB(r){return T1?Object(T1.call(r)):{}}function D1(r,t){var e=t?Bv(r.buffer):r.buffer;return new r.constructor(e,r.byteOffset,r.length)}var MB="[object Boolean]",LB="[object Date]",IB="[object Map]",PB="[object Number]",FB="[object RegExp]",RB="[object Set]",BB="[object String]",OB="[object Symbol]",kB="[object ArrayBuffer]",NB="[object DataView]",zB="[object Float32Array]",GB="[object Float64Array]",VB="[object Int8Array]",$B="[object Int16Array]",HB="[object Int32Array]",WB="[object Uint8Array]",UB="[object Uint8ClampedArray]",YB="[object Uint16Array]",XB="[object Uint32Array]";function ZB(r,t,e){var n=r.constructor;switch(t){case kB:return Bv(r);case MB:case LB:return new n(+r);case NB:return CB(r,e);case zB:case GB:case VB:case $B:case HB:case WB:case UB:case YB:case XB:return D1(r,e);case IB:return new n;case PB:case BB:return new n(r);case FB:return DB(r);case RB:return new n;case OB:return EB(r)}}function E1(r){return typeof r.constructor=="function"&&!Ds(r)?co(Zl(r)):{}}var qB="[object Map]";function KB(r){return ne(r)&&cn(r)==qB}var M1=wr&&wr.isMap,L1=M1?fr(M1):KB,jB="[object Set]";function JB(r){return ne(r)&&cn(r)==jB}var I1=wr&&wr.isSet,P1=I1?fr(I1):JB,QB=1,t3=2,e3=4,F1="[object Arguments]",r3="[object Array]",n3="[object Boolean]",i3="[object Date]",a3="[object Error]",R1="[object Function]",o3="[object GeneratorFunction]",s3="[object Map]",u3="[object Number]",B1="[object Object]",l3="[object RegExp]",f3="[object Set]",h3="[object String]",c3="[object Symbol]",v3="[object WeakMap]",p3="[object ArrayBuffer]",d3="[object DataView]",g3="[object Float32Array]",y3="[object Float64Array]",m3="[object Int8Array]",_3="[object Int16Array]",S3="[object Int32Array]",b3="[object Uint8Array]",w3="[object Uint8ClampedArray]",x3="[object Uint16Array]",A3="[object Uint32Array]",Zt={};Zt[F1]=Zt[r3]=Zt[p3]=Zt[d3]=Zt[n3]=Zt[i3]=Zt[g3]=Zt[y3]=Zt[m3]=Zt[_3]=Zt[S3]=Zt[s3]=Zt[u3]=Zt[B1]=Zt[l3]=Zt[f3]=Zt[h3]=Zt[c3]=Zt[b3]=Zt[w3]=Zt[x3]=Zt[A3]=!0,Zt[a3]=Zt[R1]=Zt[v3]=!1;function Ar(r,t,e,n,i,a){var o,s=t&QB,u=t&t3,l=t&e3;if(e&&(o=i?e(r,n,i,a):e(r)),o!==void 0)return o;if(!te(r))return r;var f=xt(r);if(f){if(o=AB(r),!s)return Xe(r,o)}else{var h=cn(r),c=h==R1||h==o3;if(vi(r))return g1(r,s);if(h==B1||h==F1||c&&!i){if(o=u||c?{}:E1(r),!s)return u?dB(r,lB(o,r)):vB(r,h1(o,r))}else{if(!Zt[h])return i?r:{};o=ZB(r,h,s)}}a||(a=new Ur);var v=a.get(r);if(v)return v;a.set(r,o),P1(r)?r.forEach(function(d){o.add(Ar(d,t,e,d,r,a))}):L1(r)&&r.forEach(function(d,y){o.set(y,Ar(d,t,e,y,r,a))});var p=l?u?Pv:Iv:u?qe:ve,g=f?void 0:p(r);return br(g||r,function(d,y){g&&(y=d,d=r[y]),Ts(o,y,Ar(d,t,e,y,r,a))}),o}var C3=4;function T3(r){return Ar(r,C3)}var D3=1,E3=4;function M3(r){return Ar(r,D3|E3)}var L3=1,I3=4;function P3(r,t){return t=typeof t=="function"?t:void 0,Ar(r,L3|I3,t)}var F3=4;function R3(r,t){return t=typeof t=="function"?t:void 0,Ar(r,F3,t)}function B3(){return new Sr(this.value(),this.__chain__)}function O3(r){for(var t=-1,e=r==null?0:r.length,n=0,i=[];++t<e;){var a=r[t];a&&(i[n++]=a)}return i}function k3(){var r=arguments.length;if(!r)return[];for(var t=Array(r-1),e=arguments[0],n=r;n--;)t[n-1]=arguments[n];return di(xt(e)?Xe(e):[e],be(t,1))}var N3="__lodash_hash_undefined__";function z3(r){return this.__data__.set(r,N3),this}function G3(r){return this.__data__.has(r)}function na(r){var t=-1,e=r==null?0:r.length;for(this.__data__=new Vn;++t<e;)this.add(r[t])}na.prototype.add=na.prototype.push=z3,na.prototype.has=G3;function Ov(r,t){for(var e=-1,n=r==null?0:r.length;++e<n;)if(t(r[e],e,r))return!0;return!1}function Ps(r,t){return r.has(t)}var V3=1,$3=2;function O1(r,t,e,n,i,a){var o=e&V3,s=r.length,u=t.length;if(s!=u&&!(o&&u>s))return!1;var l=a.get(r),f=a.get(t);if(l&&f)return l==t&&f==r;var h=-1,c=!0,v=e&$3?new na:void 0;for(a.set(r,t),a.set(t,r);++h<s;){var p=r[h],g=t[h];if(n)var d=o?n(g,p,h,t,r,a):n(p,g,h,r,t,a);if(d!==void 0){if(d)continue;c=!1;break}if(v){if(!Ov(t,function(y,m){if(!Ps(v,m)&&(p===y||i(p,y,e,n,a)))return v.push(m)})){c=!1;break}}else if(!(p===g||i(p,g,e,n,a))){c=!1;break}}return a.delete(r),a.delete(t),c}function kv(r){var t=-1,e=Array(r.size);return r.forEach(function(n,i){e[++t]=[i,n]}),e}function jl(r){var t=-1,e=Array(r.size);return r.forEach(function(n){e[++t]=n}),e}var H3=1,W3=2,U3="[object Boolean]",Y3="[object Date]",X3="[object Error]",Z3="[object Map]",q3="[object Number]",K3="[object RegExp]",j3="[object Set]",J3="[object String]",Q3="[object Symbol]",tO="[object ArrayBuffer]",eO="[object DataView]",k1=De?De.prototype:void 0,Nv=k1?k1.valueOf:void 0;function rO(r,t,e,n,i,a,o){switch(e){case eO:if(r.byteLength!=t.byteLength||r.byteOffset!=t.byteOffset)return!1;r=r.buffer,t=t.buffer;case tO:return!(r.byteLength!=t.byteLength||!a(new Kl(r),new Kl(t)));case U3:case Y3:case q3:return Hr(+r,+t);case X3:return r.name==t.name&&r.message==t.message;case K3:case J3:return r==t+"";case Z3:var s=kv;case j3:var u=n&H3;if(s||(s=jl),r.size!=t.size&&!u)return!1;var l=o.get(r);if(l)return l==t;n|=W3,o.set(r,t);var f=O1(s(r),s(t),n,i,a,o);return o.delete(r),f;case Q3:if(Nv)return Nv.call(r)==Nv.call(t)}return!1}var nO=1,iO=Object.prototype,aO=iO.hasOwnProperty;function oO(r,t,e,n,i,a){var o=e&nO,s=Iv(r),u=s.length,l=Iv(t),f=l.length;if(u!=f&&!o)return!1;for(var h=u;h--;){var c=s[h];if(!(o?c in t:aO.call(t,c)))return!1}var v=a.get(r),p=a.get(t);if(v&&p)return v==t&&p==r;var g=!0;a.set(r,t),a.set(t,r);for(var d=o;++h<u;){c=s[h];var y=r[c],m=t[c];if(n)var _=o?n(m,y,c,t,r,a):n(y,m,c,r,t,a);if(!(_===void 0?y===m||i(y,m,e,n,a):_)){g=!1;break}d||(d=c=="constructor")}if(g&&!d){var S=r.constructor,w=t.constructor;S!=w&&"constructor"in r&&"constructor"in t&&!(typeof S=="function"&&S instanceof S&&typeof w=="function"&&w instanceof w)&&(g=!1)}return a.delete(r),a.delete(t),g}var sO=1,N1="[object Arguments]",z1="[object Array]",Jl="[object Object]",uO=Object.prototype,G1=uO.hasOwnProperty;function lO(r,t,e,n,i,a){var o=xt(r),s=xt(t),u=o?z1:cn(r),l=s?z1:cn(t);u=u==N1?Jl:u,l=l==N1?Jl:l;var f=u==Jl,h=l==Jl,c=u==l;if(c&&vi(r)){if(!vi(t))return!1;o=!0,f=!1}if(c&&!f)return a||(a=new Ur),o||mo(r)?O1(r,t,e,n,i,a):rO(r,t,u,e,n,i,a);if(!(e&sO)){var v=f&&G1.call(r,"__wrapped__"),p=h&&G1.call(t,"__wrapped__");if(v||p){var g=v?r.value():r,d=p?t.value():t;return a||(a=new Ur),i(g,d,e,n,a)}}return c?(a||(a=new Ur),oO(r,t,e,n,i,a)):!1}function Fs(r,t,e,n,i){return r===t?!0:r==null||t==null||!ne(r)&&!ne(t)?r!==r&&t!==t:lO(r,t,e,n,Fs,i)}var fO=1,hO=2;function zv(r,t,e,n){var i=e.length,a=i,o=!n;if(r==null)return!a;for(r=Object(r);i--;){var s=e[i];if(o&&s[2]?s[1]!==r[s[0]]:!(s[0]in r))return!1}for(;++i<a;){s=e[i];var u=s[0],l=r[u],f=s[1];if(o&&s[2]){if(l===void 0&&!(u in r))return!1}else{var h=new Ur;if(n)var c=n(l,f,u,r,t,h);if(!(c===void 0?Fs(f,l,fO|hO,n,h):c))return!1}}return!0}function V1(r){return r===r&&!te(r)}function Gv(r){for(var t=ve(r),e=t.length;e--;){var n=t[e],i=r[n];t[e]=[n,i,V1(i)]}return t}function $1(r,t){return function(e){return e==null?!1:e[r]===t&&(t!==void 0||r in Object(e))}}function H1(r){var t=Gv(r);return t.length==1&&t[0][2]?$1(t[0][0],t[0][1]):function(e){return e===r||zv(e,r,t)}}function cO(r,t){return r!=null&&t in Object(r)}function W1(r,t,e){t=pi(t,r);for(var n=-1,i=t.length,a=!1;++n<i;){var o=hn(t[n]);if(!(a=r!=null&&e(r,o)))break;r=r[o]}return a||++n!=i?a:(i=r==null?0:r.length,!!i&&$l(i)&&kn(o,i)&&(xt(r)||Ji(r)))}function Vv(r,t){return r!=null&&W1(r,t,cO)}var vO=1,pO=2;function U1(r,t){return _v(r)&&V1(t)?$1(hn(r),t):function(e){var n=Xl(e,r);return n===void 0&&n===t?Vv(e,r):Fs(t,n,vO|pO)}}function $v(r){return function(t){return t==null?void 0:t[r]}}function dO(r){return function(t){return ta(t,r)}}function Y1(r){return _v(r)?$v(hn(r)):dO(r)}function bt(r){return typeof r=="function"?r:r==null?Re:typeof r=="object"?xt(r)?U1(r[0],r[1]):H1(r):Y1(r)}var gO="Expected a function";function yO(r){var t=r==null?0:r.length,e=bt;return r=t?Qt(r,function(n){if(typeof n[1]!="function")throw new TypeError(gO);return[e(n[0]),n[1]]}):[],Lt(function(n){for(var i=-1;++i<t;){var a=r[i];if(lr(a[0],this,n))return lr(a[1],this,n)}})}function X1(r,t,e){var n=e.length;if(r==null)return!n;for(r=Object(r);n--;){var i=e[n],a=t[i],o=r[i];if(o===void 0&&!(i in r)||!a(o))return!1}return!0}function mO(r){var t=ve(r);return function(e){return X1(e,r,t)}}var _O=1;function SO(r){return mO(Ar(r,_O))}function bO(r,t){return t==null||X1(r,t,ve(t))}function wO(r,t,e,n){for(var i=-1,a=r==null?0:r.length;++i<a;){var o=r[i];t(n,o,e(o),r)}return n}function Z1(r){return function(t,e,n){for(var i=-1,a=Object(t),o=n(t),s=o.length;s--;){var u=o[r?s:++i];if(e(a[u],u,a)===!1)break}return t}}var Hv=Z1();function vn(r,t){return r&&Hv(r,t,ve)}function q1(r,t){return function(e,n){if(e==null)return e;if(!Ze(e))return r(e,n);for(var i=e.length,a=t?i:-1,o=Object(e);(t?a--:++a<i)&&n(o[a],a,o)!==!1;);return e}}var mi=q1(vn);function xO(r,t,e,n){return mi(r,function(i,a,o){t(n,i,e(i),o)}),n}function Ql(r,t){return function(e,n){var i=xt(e)?wO:xO,a=t?t():{};return i(e,r,bt(n),a)}}var AO=Object.prototype,CO=AO.hasOwnProperty,TO=Ql(function(r,t,e){CO.call(r,e)?++r[e]:zn(r,e,1)});function DO(r,t){var e=co(r);return t==null?e:h1(e,t)}var EO=8;function Wv(r,t,e){t=e?void 0:t;var n=Nn(r,EO,void 0,void 0,void 0,void 0,void 0,t);return n.placeholder=Wv.placeholder,n}Wv.placeholder={};var MO=16;function Uv(r,t,e){t=e?void 0:t;var n=Nn(r,MO,void 0,void 0,void 0,void 0,void 0,t);return n.placeholder=Uv.placeholder,n}Uv.placeholder={};var tf=function(){return me.Date.now()},LO="Expected a function",IO=Math.max,PO=Math.min;function K1(r,t,e){var n,i,a,o,s,u,l=0,f=!1,h=!1,c=!0;if(typeof r!="function")throw new TypeError(LO);t=_r(t)||0,te(e)&&(f=!!e.leading,h="maxWait"in e,a=h?IO(_r(e.maxWait)||0,t):a,c="trailing"in e?!!e.trailing:c);function v(b){var x=n,A=i;return n=i=void 0,l=b,o=r.apply(A,x),o}function p(b){return l=b,s=setTimeout(y,t),f?v(b):o}function g(b){var x=b-u,A=b-l,D=t-x;return h?PO(D,a-A):D}function d(b){var x=b-u,A=b-l;return u===void 0||x>=t||x<0||h&&A>=a}function y(){var b=tf();if(d(b))return m(b);s=setTimeout(y,g(b))}function m(b){return s=void 0,c&&n?v(b):(n=i=void 0,o)}function _(){s!==void 0&&clearTimeout(s),l=0,n=u=i=s=void 0}function S(){return s===void 0?o:m(tf())}function w(){var b=tf(),x=d(b);if(n=arguments,i=this,u=b,x){if(s===void 0)return p(u);if(h)return clearTimeout(s),s=setTimeout(y,t),v(u)}return s===void 0&&(s=setTimeout(y,t)),o}return w.cancel=_,w.flush=S,w}function FO(r,t){return r==null||r!==r?t:r}var j1=Object.prototype,RO=j1.hasOwnProperty,BO=Lt(function(r,t){r=Object(r);var e=-1,n=t.length,i=n>2?t[2]:void 0;for(i&&Be(t[0],t[1],i)&&(n=1);++e<n;)for(var a=t[e],o=qe(a),s=-1,u=o.length;++s<u;){var l=o[s],f=r[l];(f===void 0||Hr(f,j1[l])&&!RO.call(r,l))&&(r[l]=a[l])}return r});function Yv(r,t,e){(e!==void 0&&!Hr(r[t],e)||e===void 0&&!(t in r))&&zn(r,t,e)}function oe(r){return ne(r)&&Ze(r)}function Xv(r,t){if(!(t==="constructor"&&typeof r[t]=="function")&&t!="__proto__")return r[t]}function J1(r){return fn(r,qe(r))}function OO(r,t,e,n,i,a,o){var s=Xv(r,e),u=Xv(t,e),l=o.get(u);if(l){Yv(r,e,l);return}var f=a?a(s,u,e+"",r,t,o):void 0,h=f===void 0;if(h){var c=xt(u),v=!c&&vi(u),p=!c&&!v&&mo(u);f=u,c||v||p?xt(s)?f=s:oe(s)?f=Xe(s):v?(h=!1,f=g1(u,!0)):p?(h=!1,f=D1(u,!0)):f=[]:Is(u)||Ji(u)?(f=s,Ji(s)?f=J1(s):(!te(s)||On(s))&&(f=E1(u))):h=!1}h&&(o.set(u,f),i(f,u,n,a,o),o.delete(u)),Yv(r,e,f)}function ef(r,t,e,n,i){r!==t&&Hv(t,function(a,o){if(i||(i=new Ur),te(a))OO(r,t,o,e,ef,n,i);else{var s=n?n(Xv(r,o),a,o+"",r,t,i):void 0;s===void 0&&(s=a),Yv(r,o,s)}},qe)}function Q1(r,t,e,n,i,a){return te(r)&&te(t)&&(a.set(t,r),ef(r,t,void 0,Q1,a),a.delete(t)),r}var tS=yo(function(r,t,e,n){ef(r,t,e,n)}),kO=Lt(function(r){return r.push(void 0,Q1),lr(tS,void 0,r)}),NO="Expected a function";function eS(r,t,e){if(typeof r!="function")throw new TypeError(NO);return setTimeout(function(){r.apply(void 0,e)},t)}var zO=Lt(function(r,t){return eS(r,1,t)}),GO=Lt(function(r,t,e){return eS(r,_r(t)||0,e)});function Zv(r,t,e){for(var n=-1,i=r==null?0:r.length;++n<i;)if(e(t,r[n]))return!0;return!1}var VO=200;function Rs(r,t,e,n){var i=-1,a=Gl,o=!0,s=r.length,u=[],l=t.length;if(!s)return u;e&&(t=Qt(t,fr(e))),n?(a=Zv,o=!1):t.length>=VO&&(a=Ps,o=!1,t=new na(t));t:for(;++i<s;){var f=r[i],h=e==null?f:e(f);if(f=n||f!==0?f:0,o&&h===h){for(var c=l;c--;)if(t[c]===h)continue t;u.push(f)}else a(t,h,n)||u.push(f)}return u}var $O=Lt(function(r,t){return oe(r)?Rs(r,be(t,1,oe,!0)):[]});function hr(r){var t=r==null?0:r.length;return t?r[t-1]:void 0}var HO=Lt(function(r,t){var e=hr(t);return oe(e)&&(e=void 0),oe(r)?Rs(r,be(t,1,oe,!0),bt(e)):[]}),WO=Lt(function(r,t){var e=hr(t);return oe(e)&&(e=void 0),oe(r)?Rs(r,be(t,1,oe,!0),void 0,e):[]}),UO=Fl(function(r,t){return r/t},1);function YO(r,t,e){var n=r==null?0:r.length;return n?(t=e||t===void 0?1:Ct(t),xr(r,t<0?0:t,n)):[]}function XO(r,t,e){var n=r==null?0:r.length;return n?(t=e||t===void 0?1:Ct(t),t=n-t,xr(r,0,t<0?0:t)):[]}function rf(r,t,e,n){for(var i=r.length,a=n?i:-1;(n?a--:++a<i)&&t(r[a],a,r););return e?xr(r,n?0:a,n?a+1:i):xr(r,n?a+1:0,n?i:a)}function ZO(r,t){return r&&r.length?rf(r,bt(t),!0,!0):[]}function qO(r,t){return r&&r.length?rf(r,bt(t),!0):[]}function pn(r){return typeof r=="function"?r:Re}function rS(r,t){var e=xt(r)?br:mi;return e(r,pn(t))}function KO(r,t){for(var e=r==null?0:r.length;e--&&t(r[e],e,r)!==!1;);return r}var nS=Z1(!0);function qv(r,t){return r&&nS(r,t,ve)}var iS=q1(qv,!0);function aS(r,t){var e=xt(r)?KO:iS;return e(r,pn(t))}function jO(r,t,e){r=zt(r),t=ur(t);var n=r.length;e=e===void 0?n:ea(Ct(e),0,n);var i=e;return e-=t.length,e>=0&&r.slice(e,i)==t}function JO(r,t){return Qt(t,function(e){return[e,r[e]]})}function QO(r){var t=-1,e=Array(r.size);return r.forEach(function(n){e[++t]=[n,n]}),e}var t8="[object Map]",e8="[object Set]";function oS(r){return function(t){var e=cn(t);return e==t8?kv(t):e==e8?QO(t):JO(t,r(t))}}var sS=oS(ve),uS=oS(qe),r8={"&":"&","<":"<",">":">",'"':""","'":"'"},n8=Dv(r8),lS=/[&<>"']/g,i8=RegExp(lS.source);function fS(r){return r=zt(r),r&&i8.test(r)?r.replace(lS,n8):r}var hS=/[\\^$.*+?()[\]{}|]/g,a8=RegExp(hS.source);function o8(r){return r=zt(r),r&&a8.test(r)?r.replace(hS,"\\$&"):r}function cS(r,t){for(var e=-1,n=r==null?0:r.length;++e<n;)if(!t(r[e],e,r))return!1;return!0}function s8(r,t){var e=!0;return mi(r,function(n,i,a){return e=!!t(n,i,a),e}),e}function u8(r,t,e){var n=xt(r)?cS:s8;return e&&Be(r,t,e)&&(t=void 0),n(r,bt(t))}var l8=4294967295;function vS(r){return r?ea(Ct(r),0,l8):0}function f8(r,t,e,n){var i=r.length;for(e=Ct(e),e<0&&(e=-e>i?0:i+e),n=n===void 0||n>i?i:Ct(n),n<0&&(n+=i),n=e>n?0:vS(n);e<n;)r[e++]=t;return r}function h8(r,t,e,n){var i=r==null?0:r.length;return i?(e&&typeof e!="number"&&Be(r,t,e)&&(e=0,n=i),f8(r,t,e,n)):[]}function pS(r,t){var e=[];return mi(r,function(n,i,a){t(n,i,a)&&e.push(n)}),e}function c8(r,t){var e=xt(r)?yi:pS;return e(r,bt(t))}function dS(r){return function(t,e,n){var i=Object(t);if(!Ze(t)){var a=bt(e);t=ve(t),e=function(s){return a(i[s],s,i)}}var o=r(t,e,n);return o>-1?i[a?t[o]:o]:void 0}}var v8=Math.max;function gS(r,t,e){var n=r==null?0:r.length;if(!n)return-1;var i=e==null?0:Ct(e);return i<0&&(i=v8(n+i,0)),zl(r,bt(t),i)}var p8=dS(gS);function yS(r,t,e){var n;return e(r,function(i,a,o){if(t(i,a,o))return n=a,!1}),n}function d8(r,t){return yS(r,bt(t),vn)}var g8=Math.max,y8=Math.min;function mS(r,t,e){var n=r==null?0:r.length;if(!n)return-1;var i=n-1;return e!==void 0&&(i=Ct(e),i=e<0?g8(n+i,0):y8(i,n-1)),zl(r,bt(t),i,!0)}var m8=dS(mS);function _8(r,t){return yS(r,bt(t),qv)}function _S(r){return r&&r.length?r[0]:void 0}function SS(r,t){var e=-1,n=Ze(r)?Array(r.length):[];return mi(r,function(i,a,o){n[++e]=t(i,a,o)}),n}function nf(r,t){var e=xt(r)?Qt:SS;return e(r,bt(t))}function S8(r,t){return be(nf(r,t),1)}var b8=1/0;function w8(r,t){return be(nf(r,t),b8)}function x8(r,t,e){return e=e===void 0?1:Ct(e),be(nf(r,t),e)}var A8=1/0;function C8(r){var t=r==null?0:r.length;return t?be(r,A8):[]}function T8(r,t){var e=r==null?0:r.length;return e?(t=t===void 0?1:Ct(t),be(r,t)):[]}var D8=512;function E8(r){return Nn(r,D8)}var M8=Ev("floor"),L8="Expected a function",I8=8,P8=32,F8=128,R8=256;function bS(r){return $n(function(t){var e=t.length,n=e,i=Sr.prototype.thru;for(r&&t.reverse();n--;){var a=t[n];if(typeof a!="function")throw new TypeError(L8);if(i&&!o&&kl(a)=="wrapper")var o=new Sr([],!0)}for(n=o?n:e;++n<e;){a=t[n];var s=kl(a),u=s=="wrapper"?sv(a):void 0;u&&uv(u[0])&&u[1]==(F8|I8|P8|R8)&&!u[4].length&&u[9]==1?o=o[kl(u[0])].apply(o,u[3]):o=a.length==1&&uv(a)?o[s]():o.thru(a)}return function(){var l=arguments,f=l[0];if(o&&l.length==1&&xt(f))return o.plant(f).value();for(var h=0,c=e?t[h].apply(this,l):f;++h<e;)c=t[h].call(this,c);return c}})}var B8=bS(),O8=bS(!0);function k8(r,t){return r==null?r:Hv(r,pn(t),qe)}function N8(r,t){return r==null?r:nS(r,pn(t),qe)}function z8(r,t){return r&&vn(r,pn(t))}function G8(r,t){return r&&qv(r,pn(t))}function wS(r){for(var t=-1,e=r==null?0:r.length,n={};++t<e;){var i=r[t];n[i[0]]=i[1]}return n}function af(r,t){return yi(t,function(e){return On(r[e])})}function V8(r){return r==null?[]:af(r,ve(r))}function $8(r){return r==null?[]:af(r,qe(r))}var H8=Object.prototype,W8=H8.hasOwnProperty,U8=Ql(function(r,t,e){W8.call(r,e)?r[e].push(t):zn(r,e,[t])});function Kv(r,t){return r>t}function of(r){return function(t,e){return typeof t=="string"&&typeof e=="string"||(t=_r(t),e=_r(e)),r(t,e)}}var Y8=of(Kv),X8=of(function(r,t){return r>=t}),Z8=Object.prototype,q8=Z8.hasOwnProperty;function K8(r,t){return r!=null&&q8.call(r,t)}function j8(r,t){return r!=null&&W1(r,t,K8)}var J8=Math.max,Q8=Math.min;function t4(r,t,e){return r>=Q8(t,e)&&r<J8(t,e)}function e4(r,t,e){return t=Bn(t),e===void 0?(e=t,t=0):e=Bn(e),r=_r(r),t4(r,t,e)}var r4="[object String]";function sf(r){return typeof r=="string"||!xt(r)&&ne(r)&&Fe(r)==r4}function jv(r,t){return Qt(t,function(e){return r[e]})}function xo(r){return r==null?[]:jv(r,ve(r))}var n4=Math.max;function i4(r,t,e,n){r=Ze(r)?r:xo(r),e=e&&!n?Ct(e):0;var i=r.length;return e<0&&(e=n4(i+e,0)),sf(r)?e<=i&&r.indexOf(t,e)>-1:!!i&&po(r,t,e)>-1}var a4=Math.max;function o4(r,t,e){var n=r==null?0:r.length;if(!n)return-1;var i=e==null?0:Ct(e);return i<0&&(i=a4(n+i,0)),po(r,t,i)}function s4(r){var t=r==null?0:r.length;return t?xr(r,0,-1):[]}var u4=Math.min;function Jv(r,t,e){for(var n=e?Zv:Gl,i=r[0].length,a=r.length,o=a,s=Array(a),u=1/0,l=[];o--;){var f=r[o];o&&t&&(f=Qt(f,fr(t))),u=u4(f.length,u),s[o]=!e&&(t||i>=120&&f.length>=120)?new na(o&&f):void 0}f=r[0];var h=-1,c=s[0];t:for(;++h<i&&l.length<u;){var v=f[h],p=t?t(v):v;if(v=e||v!==0?v:0,!(c?Ps(c,p):n(l,p,e))){for(o=a;--o;){var g=s[o];if(!(g?Ps(g,p):n(r[o],p,e)))continue t}c&&c.push(p),l.push(v)}}return l}function Qv(r){return oe(r)?r:[]}var l4=Lt(function(r){var t=Qt(r,Qv);return t.length&&t[0]===r[0]?Jv(t):[]}),f4=Lt(function(r){var t=hr(r),e=Qt(r,Qv);return t===hr(e)?t=void 0:e.pop(),e.length&&e[0]===r[0]?Jv(e,bt(t)):[]}),h4=Lt(function(r){var t=hr(r),e=Qt(r,Qv);return t=typeof t=="function"?t:void 0,t&&e.pop(),e.length&&e[0]===r[0]?Jv(e,void 0,t):[]});function c4(r,t,e,n){return vn(r,function(i,a,o){t(n,e(i),a,o)}),n}function xS(r,t){return function(e,n){return c4(e,r,t(n),{})}}var v4=Object.prototype,p4=v4.toString,d4=xS(function(r,t,e){t!=null&&typeof t.toString!="function"&&(t=p4.call(t)),r[t]=e},lv(Re)),AS=Object.prototype,g4=AS.hasOwnProperty,y4=AS.toString,m4=xS(function(r,t,e){t!=null&&typeof t.toString!="function"&&(t=y4.call(t)),g4.call(r,t)?r[t].push(e):r[t]=[e]},bt);function CS(r,t){return t.length<2?r:ta(r,xr(t,0,-1))}function Bs(r,t,e){t=pi(t,r),r=CS(r,t);var n=r==null?r:r[hn(hr(t))];return n==null?void 0:lr(n,r,e)}var _4=Lt(Bs),S4=Lt(function(r,t,e){var n=-1,i=typeof t=="function",a=Ze(r)?Array(r.length):[];return mi(r,function(o){a[++n]=i?lr(t,o,e):Bs(o,t,e)}),a}),b4="[object ArrayBuffer]";function w4(r){return ne(r)&&Fe(r)==b4}var TS=wr&&wr.isArrayBuffer,x4=TS?fr(TS):w4,A4="[object Boolean]";function C4(r){return r===!0||r===!1||ne(r)&&Fe(r)==A4}var T4="[object Date]";function D4(r){return ne(r)&&Fe(r)==T4}var DS=wr&&wr.isDate,E4=DS?fr(DS):D4;function M4(r){return ne(r)&&r.nodeType===1&&!Is(r)}var L4="[object Map]",I4="[object Set]",P4=Object.prototype,F4=P4.hasOwnProperty;function R4(r){if(r==null)return!0;if(Ze(r)&&(xt(r)||typeof r=="string"||typeof r.splice=="function"||vi(r)||mo(r)||Ji(r)))return!r.length;var t=cn(r);if(t==L4||t==I4)return!r.size;if(Ds(r))return!mv(r).length;for(var e in r)if(F4.call(r,e))return!1;return!0}function B4(r,t){return Fs(r,t)}function O4(r,t,e){e=typeof e=="function"?e:void 0;var n=e?e(r,t):void 0;return n===void 0?Fs(r,t,void 0,e):!!n}var k4=me.isFinite;function N4(r){return typeof r=="number"&&k4(r)}function ES(r){return typeof r=="number"&&r==Ct(r)}function z4(r,t){return r===t||zv(r,t,Gv(t))}function G4(r,t,e){return e=typeof e=="function"?e:void 0,zv(r,t,Gv(t),e)}var V4="[object Number]";function MS(r){return typeof r=="number"||ne(r)&&Fe(r)==V4}function $4(r){return MS(r)&&r!=+r}var H4=Rl?On:gv,W4="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.";function U4(r){if(H4(r))throw new Error(W4);return Jm(r)}function Y4(r){return r==null}function X4(r){return r===null}var Z4="[object RegExp]";function q4(r){return ne(r)&&Fe(r)==Z4}var LS=wr&&wr.isRegExp,tp=LS?fr(LS):q4,IS=9007199254740991;function K4(r){return ES(r)&&r>=-IS&&r<=IS}function j4(r){return r===void 0}var J4="[object WeakMap]";function Q4(r){return ne(r)&&cn(r)==J4}var tk="[object WeakSet]";function ek(r){return ne(r)&&Fe(r)==tk}var rk=1;function nk(r){return bt(typeof r=="function"?r:Ar(r,rk))}var ik=Array.prototype,ak=ik.join;function ok(r,t){return r==null?"":ak.call(r,t)}var sk=bo(function(r,t,e){return r+(e?"-":"")+t.toLowerCase()}),uk=Ql(function(r,t,e){zn(r,e,t)});function lk(r,t,e){for(var n=e+1;n--;)if(r[n]===t)return n;return n}var fk=Math.max,hk=Math.min;function ck(r,t,e){var n=r==null?0:r.length;if(!n)return-1;var i=n;return e!==void 0&&(i=Ct(e),i=i<0?fk(n+i,0):hk(i,n-1)),t===t?lk(r,t,i):zl(r,o_,i,!0)}var vk=bo(function(r,t,e){return r+(e?" ":"")+t.toLowerCase()}),pk=H_("toLowerCase");function ep(r,t){return r<t}var dk=of(ep),gk=of(function(r,t){return r<=t});function yk(r,t){var e={};return t=bt(t),vn(r,function(n,i,a){zn(e,t(n,i,a),n)}),e}function mk(r,t){var e={};return t=bt(t),vn(r,function(n,i,a){zn(e,i,t(n,i,a))}),e}var _k=1;function Sk(r){return H1(Ar(r,_k))}var bk=1;function wk(r,t){return U1(r,Ar(t,bk))}function uf(r,t,e){for(var n=-1,i=r.length;++n<i;){var a=r[n],o=t(a);if(o!=null&&(s===void 0?o===o&&!sr(o):e(o,s)))var s=o,u=a}return u}function xk(r){return r&&r.length?uf(r,Re,Kv):void 0}function Ak(r,t){return r&&r.length?uf(r,bt(t),Kv):void 0}function rp(r,t){for(var e,n=-1,i=r.length;++n<i;){var a=t(r[n]);a!==void 0&&(e=e===void 0?a:e+a)}return e}var Ck=0/0;function PS(r,t){var e=r==null?0:r.length;return e?rp(r,t)/e:Ck}function Tk(r){return PS(r,Re)}function Dk(r,t){return PS(r,bt(t))}var Ek=yo(function(r,t,e){ef(r,t,e)}),Mk=Lt(function(r,t){return function(e){return Bs(e,r,t)}}),Lk=Lt(function(r,t){return function(e){return Bs(r,e,t)}});function Ik(r){return r&&r.length?uf(r,Re,ep):void 0}function Pk(r,t){return r&&r.length?uf(r,bt(t),ep):void 0}function FS(r,t,e){var n=ve(t),i=af(t,n),a=!(te(e)&&"chain"in e)||!!e.chain,o=On(r);return br(i,function(s){var u=t[s];r[s]=u,o&&(r.prototype[s]=function(){var l=this.__chain__;if(a||l){var f=r(this.__wrapped__),h=f.__actions__=Xe(this.__actions__);return h.push({func:u,args:arguments,thisArg:r}),f.__chain__=l,f}return u.apply(r,di([this.value()],arguments))})}),r}var Fk=Fl(function(r,t){return r*t},1),Rk="Expected a function";function Os(r){if(typeof r!="function")throw new TypeError(Rk);return function(){var t=arguments;switch(t.length){case 0:return!r.call(this);case 1:return!r.call(this,t[0]);case 2:return!r.call(this,t[0],t[1]);case 3:return!r.call(this,t[0],t[1],t[2])}return!r.apply(this,t)}}function Bk(r){for(var t,e=[];!(t=r.next()).done;)e.push(t.value);return e}var Ok="[object Map]",kk="[object Set]",np=De?De.iterator:void 0;function RS(r){if(!r)return[];if(Ze(r))return sf(r)?Wr(r):Xe(r);if(np&&r[np])return Bk(r[np]());var t=cn(r),e=t==Ok?kv:t==kk?jl:xo;return e(r)}function Nk(){this.__values__===void 0&&(this.__values__=RS(this.value()));var r=this.__index__>=this.__values__.length,t=r?void 0:this.__values__[this.__index__++];return{done:r,value:t}}function BS(r,t){var e=r.length;if(!!e)return t+=t<0?e:0,kn(t,e)?r[t]:void 0}function zk(r,t){return r&&r.length?BS(r,Ct(t)):void 0}function Gk(r){return r=Ct(r),Lt(function(t){return BS(t,r)})}function ip(r,t){return t=pi(t,r),r=CS(r,t),r==null||delete r[hn(hr(t))]}function Vk(r){return Is(r)?void 0:r}var $k=1,Hk=2,Wk=4,Uk=$n(function(r,t){var e={};if(r==null)return e;var n=!1;t=Qt(t,function(a){return a=pi(a,r),n||(n=a.length>1),a}),fn(r,Pv(r),e),n&&(e=Ar(e,$k|Hk|Wk,Vk));for(var i=t.length;i--;)ip(e,t[i]);return e});function ks(r,t,e,n){if(!te(r))return r;t=pi(t,r);for(var i=-1,a=t.length,o=a-1,s=r;s!=null&&++i<a;){var u=hn(t[i]),l=e;if(u==="__proto__"||u==="constructor"||u==="prototype")return r;if(i!=o){var f=s[u];l=n?n(f,u,s):void 0,l===void 0&&(l=te(f)?f:kn(t[i+1])?[]:{})}Ts(s,u,l),s=s[u]}return r}function OS(r,t,e){for(var n=-1,i=t.length,a={};++n<i;){var o=t[n],s=ta(r,o);e(s,o)&&ks(a,pi(o,r),s)}return a}function kS(r,t){if(r==null)return{};var e=Qt(Pv(r),function(n){return[n]});return t=bt(t),OS(r,e,function(n,i){return t(n,i[0])})}function Yk(r,t){return kS(r,Os(bt(t)))}function Xk(r){return O_(2,r)}function Zk(r,t){var e=r.length;for(r.sort(t);e--;)r[e]=r[e].value;return r}function NS(r,t){if(r!==t){var e=r!==void 0,n=r===null,i=r===r,a=sr(r),o=t!==void 0,s=t===null,u=t===t,l=sr(t);if(!s&&!l&&!a&&r>t||a&&o&&u&&!s&&!l||n&&o&&u||!e&&u||!i)return 1;if(!n&&!a&&!l&&r<t||l&&e&&i&&!n&&!a||s&&e&&i||!o&&i||!u)return-1}return 0}function qk(r,t,e){for(var n=-1,i=r.criteria,a=t.criteria,o=i.length,s=e.length;++n<o;){var u=NS(i[n],a[n]);if(u){if(n>=s)return u;var l=e[n];return u*(l=="desc"?-1:1)}}return r.index-t.index}function zS(r,t,e){t.length?t=Qt(t,function(a){return xt(a)?function(o){return ta(o,a.length===1?a[0]:a)}:a}):t=[Re];var n=-1;t=Qt(t,fr(bt));var i=SS(r,function(a,o,s){var u=Qt(t,function(l){return l(a)});return{criteria:u,index:++n,value:a}});return Zk(i,function(a,o){return qk(a,o,e)})}function Kk(r,t,e,n){return r==null?[]:(xt(t)||(t=t==null?[]:[t]),e=n?void 0:e,xt(e)||(e=e==null?[]:[e]),zS(r,t,e))}function ap(r){return $n(function(t){return t=Qt(t,fr(bt)),Lt(function(e){var n=this;return r(t,function(i){return lr(i,n,e)})})})}var jk=ap(Qt),Jk=Lt,Qk=Math.min,t7=Jk(function(r,t){t=t.length==1&&xt(t[0])?Qt(t[0],fr(bt)):Qt(be(t,1),fr(bt));var e=t.length;return Lt(function(n){for(var i=-1,a=Qk(n.length,e);++i<a;)n[i]=t[i].call(this,n[i]);return lr(r,this,n)})}),e7=ap(cS),r7=ap(Ov),n7=9007199254740991,i7=Math.floor;function op(r,t){var e="";if(!r||t<1||t>n7)return e;do t%2&&(e+=r),t=i7(t/2),t&&(r+=r);while(t);return e}var a7=$v("length"),GS="\\ud800-\\udfff",o7="\\u0300-\\u036f",s7="\\ufe20-\\ufe2f",u7="\\u20d0-\\u20ff",l7=o7+s7+u7,f7="\\ufe0e\\ufe0f",h7="["+GS+"]",sp="["+l7+"]",up="\\ud83c[\\udffb-\\udfff]",c7="(?:"+sp+"|"+up+")",VS="[^"+GS+"]",$S="(?:\\ud83c[\\udde6-\\uddff]){2}",HS="[\\ud800-\\udbff][\\udc00-\\udfff]",v7="\\u200d",WS=c7+"?",US="["+f7+"]?",p7="(?:"+v7+"(?:"+[VS,$S,HS].join("|")+")"+US+WS+")*",d7=US+WS+p7,g7="(?:"+[VS+sp+"?",sp,$S,HS,h7].join("|")+")",YS=RegExp(up+"(?="+up+")|"+g7+d7,"g");function y7(r){for(var t=YS.lastIndex=0;YS.test(r);)++t;return t}function Ao(r){return _o(r)?y7(r):a7(r)}var m7=Math.ceil;function lf(r,t){t=t===void 0?" ":ur(t);var e=t.length;if(e<2)return e?op(t,r):t;var n=op(t,m7(r/Ao(t)));return _o(t)?gi(Wr(n),0,r).join(""):n.slice(0,r)}var _7=Math.ceil,S7=Math.floor;function b7(r,t,e){r=zt(r),t=Ct(t);var n=t?Ao(r):0;if(!t||n>=t)return r;var i=(t-n)/2;return lf(S7(i),e)+r+lf(_7(i),e)}function w7(r,t,e){r=zt(r),t=Ct(t);var n=t?Ao(r):0;return t&&n<t?r+lf(t-n,e):r}function x7(r,t,e){r=zt(r),t=Ct(t);var n=t?Ao(r):0;return t&&n<t?lf(t-n,e)+r:r}var A7=/^\s+/,C7=me.parseInt;function T7(r,t,e){return e||t==null?t=0:t&&(t=+t),C7(zt(r).replace(A7,""),t||0)}var D7=32,ff=Lt(function(r,t){var e=ci(t,go(ff));return Nn(r,D7,void 0,t,e)});ff.placeholder={};var E7=64,lp=Lt(function(r,t){var e=ci(t,go(lp));return Nn(r,E7,void 0,t,e)});lp.placeholder={};var M7=Ql(function(r,t,e){r[e?0:1].push(t)},function(){return[[],[]]});function L7(r,t){return OS(r,t,function(e,n){return Vv(r,n)})}var I7=$n(function(r,t){return r==null?{}:L7(r,t)});function P7(r){for(var t,e=this;e instanceof Ol;){var n=n_(e);n.__index__=0,n.__values__=void 0,t?i.__wrapped__=n:t=n;var i=n;e=e.__wrapped__}return i.__wrapped__=r,t}function F7(r){return function(t){return r==null?void 0:ta(r,t)}}function R7(r,t,e,n){for(var i=e-1,a=r.length;++i<a;)if(n(r[i],t))return i;return-1}var B7=Array.prototype,XS=B7.splice;function fp(r,t,e,n){var i=n?R7:po,a=-1,o=t.length,s=r;for(r===t&&(t=Xe(t)),e&&(s=Qt(r,fr(e)));++a<o;)for(var u=0,l=t[a],f=e?e(l):l;(u=i(s,f,u,n))>-1;)s!==r&&XS.call(s,u,1),XS.call(r,u,1);return r}function ZS(r,t){return r&&r.length&&t&&t.length?fp(r,t):r}var O7=Lt(ZS);function k7(r,t,e){return r&&r.length&&t&&t.length?fp(r,t,bt(e)):r}function N7(r,t,e){return r&&r.length&&t&&t.length?fp(r,t,void 0,e):r}var z7=Array.prototype,G7=z7.splice;function qS(r,t){for(var e=r?t.length:0,n=e-1;e--;){var i=t[e];if(e==n||i!==a){var a=i;kn(i)?G7.call(r,i,1):ip(r,i)}}return r}var V7=$n(function(r,t){var e=r==null?0:r.length,n=Sv(r,t);return qS(r,Qt(t,function(i){return kn(i,e)?+i:i}).sort(NS)),n}),$7=Math.floor,H7=Math.random;function hp(r,t){return r+$7(H7()*(t-r+1))}var W7=parseFloat,U7=Math.min,Y7=Math.random;function X7(r,t,e){if(e&&typeof e!="boolean"&&Be(r,t,e)&&(t=e=void 0),e===void 0&&(typeof t=="boolean"?(e=t,t=void 0):typeof r=="boolean"&&(e=r,r=void 0)),r===void 0&&t===void 0?(r=0,t=1):(r=Bn(r),t===void 0?(t=r,r=0):t=Bn(t)),r>t){var n=r;r=t,t=n}if(e||r%1||t%1){var i=Y7();return U7(r+i*(t-r+W7("1e-"+((i+"").length-1))),t)}return hp(r,t)}var Z7=Math.ceil,q7=Math.max;function K7(r,t,e,n){for(var i=-1,a=q7(Z7((t-r)/(e||1)),0),o=Array(a);a--;)o[n?a:++i]=r,r+=e;return o}function KS(r){return function(t,e,n){return n&&typeof n!="number"&&Be(t,e,n)&&(e=n=void 0),t=Bn(t),e===void 0?(e=t,t=0):e=Bn(e),n=n===void 0?t<e?1:-1:Bn(n),K7(t,e,n,r)}}var j7=KS(),J7=KS(!0),Q7=256,tN=$n(function(r,t){return Nn(r,Q7,void 0,void 0,void 0,t)});function jS(r,t,e,n,i){return i(r,function(a,o,s){e=n?(n=!1,a):t(e,a,o,s)}),e}function eN(r,t,e){var n=xt(r)?Tv:jS,i=arguments.length<3;return n(r,bt(t),e,i,mi)}function rN(r,t,e,n){var i=r==null?0:r.length;for(n&&i&&(e=r[--i]);i--;)e=t(e,r[i],i,r);return e}function nN(r,t,e){var n=xt(r)?rN:jS,i=arguments.length<3;return n(r,bt(t),e,i,iS)}function iN(r,t){var e=xt(r)?yi:pS;return e(r,Os(bt(t)))}function aN(r,t){var e=[];if(!(r&&r.length))return e;var n=-1,i=[],a=r.length;for(t=bt(t);++n<a;){var o=r[n];t(o,n,r)&&(e.push(o),i.push(n))}return qS(r,i),e}function oN(r,t,e){return(e?Be(r,t,e):t===void 0)?t=1:t=Ct(t),op(zt(r),t)}function sN(){var r=arguments,t=zt(r[0]);return r.length<3?t:t.replace(r[1],r[2])}var uN="Expected a function";function lN(r,t){if(typeof r!="function")throw new TypeError(uN);return t=t===void 0?t:Ct(t),Lt(r,t)}function fN(r,t,e){t=pi(t,r);var n=-1,i=t.length;for(i||(i=1,r=void 0);++n<i;){var a=r==null?void 0:r[hn(t[n])];a===void 0&&(n=i,a=e),r=On(a)?a.call(r):a}return r}var hN=Array.prototype,cN=hN.reverse;function cp(r){return r==null?r:cN.call(r)}var vN=Ev("round");function JS(r){var t=r.length;return t?r[hp(0,t-1)]:void 0}function pN(r){return JS(xo(r))}function dN(r){var t=xt(r)?JS:pN;return t(r)}function hf(r,t){var e=-1,n=r.length,i=n-1;for(t=t===void 0?n:t;++e<t;){var a=hp(e,i),o=r[a];r[a]=r[e],r[e]=o}return r.length=t,r}function gN(r,t){return hf(Xe(r),ea(t,0,r.length))}function yN(r,t){var e=xo(r);return hf(e,ea(t,0,e.length))}function mN(r,t,e){(e?Be(r,t,e):t===void 0)?t=1:t=Ct(t);var n=xt(r)?gN:yN;return n(r,t)}function _N(r,t,e){return r==null?r:ks(r,t,e)}function SN(r,t,e,n){return n=typeof n=="function"?n:void 0,r==null?r:ks(r,t,e,n)}function bN(r){return hf(Xe(r))}function wN(r){return hf(xo(r))}function xN(r){var t=xt(r)?bN:wN;return t(r)}var AN="[object Map]",CN="[object Set]";function TN(r){if(r==null)return 0;if(Ze(r))return sf(r)?Ao(r):r.length;var t=cn(r);return t==AN||t==CN?r.size:mv(r).length}function DN(r,t,e){var n=r==null?0:r.length;return n?(e&&typeof e!="number"&&Be(r,t,e)?(t=0,e=n):(t=t==null?0:Ct(t),e=e===void 0?n:Ct(e)),xr(r,t,e)):[]}var EN=bo(function(r,t,e){return r+(e?"_":"")+t.toLowerCase()});function MN(r,t){var e;return mi(r,function(n,i,a){return e=t(n,i,a),!e}),!!e}function LN(r,t,e){var n=xt(r)?Ov:MN;return e&&Be(r,t,e)&&(t=void 0),n(r,bt(t))}var IN=Lt(function(r,t){if(r==null)return[];var e=t.length;return e>1&&Be(r,t[0],t[1])?t=[]:e>2&&Be(t[0],t[1],t[2])&&(t=[t[0]]),zS(r,be(t,1),[])}),PN=4294967295,FN=PN-1,RN=Math.floor,BN=Math.min;function vp(r,t,e,n){var i=0,a=r==null?0:r.length;if(a===0)return 0;t=e(t);for(var o=t!==t,s=t===null,u=sr(t),l=t===void 0;i<a;){var f=RN((i+a)/2),h=e(r[f]),c=h!==void 0,v=h===null,p=h===h,g=sr(h);if(o)var d=n||p;else l?d=p&&(n||c):s?d=p&&c&&(n||!v):u?d=p&&c&&!v&&(n||!g):v||g?d=!1:d=n?h<=t:h<t;d?i=f+1:a=f}return BN(a,FN)}var ON=4294967295,kN=ON>>>1;function cf(r,t,e){var n=0,i=r==null?n:r.length;if(typeof t=="number"&&t===t&&i<=kN){for(;n<i;){var a=n+i>>>1,o=r[a];o!==null&&!sr(o)&&(e?o<=t:o<t)?n=a+1:i=a}return i}return vp(r,t,Re,e)}function NN(r,t){return cf(r,t)}function zN(r,t,e){return vp(r,t,bt(e))}function GN(r,t){var e=r==null?0:r.length;if(e){var n=cf(r,t);if(n<e&&Hr(r[n],t))return n}return-1}function VN(r,t){return cf(r,t,!0)}function $N(r,t,e){return vp(r,t,bt(e),!0)}function HN(r,t){var e=r==null?0:r.length;if(e){var n=cf(r,t,!0)-1;if(Hr(r[n],t))return n}return-1}function QS(r,t){for(var e=-1,n=r.length,i=0,a=[];++e<n;){var o=r[e],s=t?t(o):o;if(!e||!Hr(s,u)){var u=s;a[i++]=o===0?0:o}}return a}function WN(r){return r&&r.length?QS(r):[]}function UN(r,t){return r&&r.length?QS(r,bt(t)):[]}var YN=4294967295;function XN(r,t,e){return e&&typeof e!="number"&&Be(r,t,e)&&(t=e=void 0),e=e===void 0?YN:e>>>0,e?(r=zt(r),r&&(typeof t=="string"||t!=null&&!tp(t))&&(t=ur(t),!t&&_o(r))?gi(Wr(r),0,e):r.split(t,e)):[]}var ZN="Expected a function",qN=Math.max;function KN(r,t){if(typeof r!="function")throw new TypeError(ZN);return t=t==null?0:qN(Ct(t),0),Lt(function(e){var n=e[t],i=gi(e,0,t);return n&&di(i,n),lr(r,this,i)})}var jN=bo(function(r,t,e){return r+(e?" ":"")+Cv(t)});function JN(r,t,e){return r=zt(r),e=e==null?0:ea(Ct(e),0,r.length),t=ur(t),r.slice(e,e+t.length)==t}function QN(){return{}}function t9(){return""}function e9(){return!0}var r9=Fl(function(r,t){return r-t},0);function n9(r){return r&&r.length?rp(r,Re):0}function i9(r,t){return r&&r.length?rp(r,bt(t)):0}function a9(r){var t=r==null?0:r.length;return t?xr(r,1,t):[]}function o9(r,t,e){return r&&r.length?(t=e||t===void 0?1:Ct(t),xr(r,0,t<0?0:t)):[]}function s9(r,t,e){var n=r==null?0:r.length;return n?(t=e||t===void 0?1:Ct(t),t=n-t,xr(r,t<0?0:t,n)):[]}function u9(r,t){return r&&r.length?rf(r,bt(t),!1,!0):[]}function l9(r,t){return r&&r.length?rf(r,bt(t)):[]}function f9(r,t){return t(r),r}var tb=Object.prototype,h9=tb.hasOwnProperty;function eb(r,t,e,n){return r===void 0||Hr(r,tb[e])&&!h9.call(n,e)?t:r}var c9={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};function v9(r){return"\\"+c9[r]}var rb=/<%=([\s\S]+?)%>/g,p9=/<%-([\s\S]+?)%>/g,d9=/<%([\s\S]+?)%>/g,pp={escape:p9,evaluate:d9,interpolate:rb,variable:"",imports:{_:{escape:fS}}},g9="Invalid `variable` option passed into `_.template`",y9=/\b__p \+= '';/g,m9=/\b(__p \+=) '' \+/g,_9=/(__e\(.*?\)|\b__t\)) \+\n'';/g,S9=/[()=,{}\[\]\/\s]/,b9=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,vf=/($^)/,w9=/['\n\r\u2028\u2029\\]/g,x9=Object.prototype,nb=x9.hasOwnProperty;function A9(r,t,e){var n=pp.imports._.templateSettings||pp;e&&Be(r,t,e)&&(t=void 0),r=zt(r),t=Hl({},t,n,eb);var i=Hl({},t.imports,n.imports,eb),a=ve(i),o=jv(i,a),s,u,l=0,f=t.interpolate||vf,h="__p += '",c=RegExp((t.escape||vf).source+"|"+f.source+"|"+(f===rb?b9:vf).source+"|"+(t.evaluate||vf).source+"|$","g"),v=nb.call(t,"sourceURL")?"//# sourceURL="+(t.sourceURL+"").replace(/\s/g," ")+`
|
|
4
|
+
`:"";r.replace(c,function(d,y,m,_,S,w){return m||(m=_),h+=r.slice(l,w).replace(w9,v9),y&&(s=!0,h+=`' +
|
|
5
|
+
__e(`+y+`) +
|
|
6
|
+
'`),S&&(u=!0,h+=`';
|
|
7
|
+
`+S+`;
|
|
8
|
+
__p += '`),m&&(h+=`' +
|
|
9
|
+
((__t = (`+m+`)) == null ? '' : __t) +
|
|
10
|
+
'`),l=w+d.length,d}),h+=`';
|
|
11
|
+
`;var p=nb.call(t,"variable")&&t.variable;if(!p)h=`with (obj) {
|
|
12
|
+
`+h+`
|
|
13
|
+
}
|
|
14
|
+
`;else if(S9.test(p))throw new Error(g9);h=(u?h.replace(y9,""):h).replace(m9,"$1").replace(_9,"$1;"),h="function("+(p||"obj")+`) {
|
|
15
|
+
`+(p?"":`obj || (obj = {});
|
|
16
|
+
`)+"var __t, __p = ''"+(s?", __e = _.escape":"")+(u?`, __j = Array.prototype.join;
|
|
17
|
+
function print() { __p += __j.call(arguments, '') }
|
|
18
|
+
`:`;
|
|
19
|
+
`)+h+`return __p
|
|
20
|
+
}`;var g=B_(function(){return Function(a,v+"return "+h).apply(void 0,o)});if(g.source=h,bv(g))throw g;return g}var C9="Expected a function";function T9(r,t,e){var n=!0,i=!0;if(typeof r!="function")throw new TypeError(C9);return te(e)&&(n="leading"in e?!!e.leading:n,i="trailing"in e?!!e.trailing:i),K1(r,t,{leading:n,maxWait:t,trailing:i})}function Ns(r,t){return t(r)}var D9=9007199254740991,dp=4294967295,E9=Math.min;function M9(r,t){if(r=Ct(r),r<1||r>D9)return[];var e=dp,n=E9(r,dp);t=pn(t),r-=dp;for(var i=dv(n,t);++e<r;)t(e);return i}function L9(){return this}function ib(r,t){var e=r;return e instanceof Ft&&(e=e.value()),Tv(t,function(n,i){return i.func.apply(i.thisArg,di([n],i.args))},e)}function gp(){return ib(this.__wrapped__,this.__actions__)}function I9(r){return zt(r).toLowerCase()}function P9(r){return xt(r)?Qt(r,hn):sr(r)?[r]:Xe(I_(zt(r)))}var ab=9007199254740991;function F9(r){return r?ea(Ct(r),-ab,ab):r===0?r:0}function R9(r){return zt(r).toUpperCase()}function B9(r,t,e){var n=xt(r),i=n||vi(r)||mo(r);if(t=bt(t),e==null){var a=r&&r.constructor;i?e=n?new a:[]:te(r)?e=On(a)?co(Zl(r)):{}:e={}}return(i?br:vn)(r,function(o,s,u){return t(e,o,s,u)}),e}function ob(r,t){for(var e=r.length;e--&&po(t,r[e],0)>-1;);return e}function sb(r,t){for(var e=-1,n=r.length;++e<n&&po(t,r[e],0)>-1;);return e}function O9(r,t,e){if(r=zt(r),r&&(e||t===void 0))return Zm(r);if(!r||!(t=ur(t)))return r;var n=Wr(r),i=Wr(t),a=sb(n,i),o=ob(n,i)+1;return gi(n,a,o).join("")}function k9(r,t,e){if(r=zt(r),r&&(e||t===void 0))return r.slice(0,Xm(r)+1);if(!r||!(t=ur(t)))return r;var n=Wr(r),i=ob(n,Wr(t))+1;return gi(n,0,i).join("")}var N9=/^\s+/;function z9(r,t,e){if(r=zt(r),r&&(e||t===void 0))return r.replace(N9,"");if(!r||!(t=ur(t)))return r;var n=Wr(r),i=sb(n,Wr(t));return gi(n,i).join("")}var G9=30,V9="...",$9=/\w*$/;function H9(r,t){var e=G9,n=V9;if(te(t)){var i="separator"in t?t.separator:i;e="length"in t?Ct(t.length):e,n="omission"in t?ur(t.omission):n}r=zt(r);var a=r.length;if(_o(r)){var o=Wr(r);a=o.length}if(e>=a)return r;var s=e-Ao(n);if(s<1)return n;var u=o?gi(o,0,s).join(""):r.slice(0,s);if(i===void 0)return u+n;if(o&&(s+=u.length-s),tp(i)){if(r.slice(s).search(i)){var l,f=u;for(i.global||(i=RegExp(i.source,zt($9.exec(i))+"g")),i.lastIndex=0;l=i.exec(f);)var h=l.index;u=u.slice(0,h===void 0?s:h)}}else if(r.indexOf(ur(i),s)!=s){var c=u.lastIndexOf(i);c>-1&&(u=u.slice(0,c))}return u+n}function W9(r){return m_(r,1)}var U9={"&":"&","<":"<",">":">",""":'"',"'":"'"},Y9=Dv(U9),ub=/&(?:amp|lt|gt|quot|#39);/g,X9=RegExp(ub.source);function Z9(r){return r=zt(r),r&&X9.test(r)?r.replace(ub,Y9):r}var q9=1/0,K9=wo&&1/jl(new wo([,-0]))[1]==q9?function(r){return new wo(r)}:ov,j9=200;function _i(r,t,e){var n=-1,i=Gl,a=r.length,o=!0,s=[],u=s;if(e)o=!1,i=Zv;else if(a>=j9){var l=t?null:K9(r);if(l)return jl(l);o=!1,i=Ps,u=new na}else u=t?[]:s;t:for(;++n<a;){var f=r[n],h=t?t(f):f;if(f=e||f!==0?f:0,o&&h===h){for(var c=u.length;c--;)if(u[c]===h)continue t;t&&u.push(h),s.push(f)}else i(u,h,e)||(u!==s&&u.push(h),s.push(f))}return s}var J9=Lt(function(r){return _i(be(r,1,oe,!0))}),Q9=Lt(function(r){var t=hr(r);return oe(t)&&(t=void 0),_i(be(r,1,oe,!0),bt(t))}),tz=Lt(function(r){var t=hr(r);return t=typeof t=="function"?t:void 0,_i(be(r,1,oe,!0),void 0,t)});function ez(r){return r&&r.length?_i(r):[]}function rz(r,t){return r&&r.length?_i(r,bt(t)):[]}function nz(r,t){return t=typeof t=="function"?t:void 0,r&&r.length?_i(r,void 0,t):[]}var iz=0;function az(r){var t=++iz;return zt(r)+t}function oz(r,t){return r==null?!0:ip(r,t)}var sz=Math.max;function yp(r){if(!(r&&r.length))return[];var t=0;return r=yi(r,function(e){if(oe(e))return t=sz(e.length,t),!0}),dv(t,function(e){return Qt(r,$v(e))})}function lb(r,t){if(!(r&&r.length))return[];var e=yp(r);return t==null?e:Qt(e,function(n){return lr(t,void 0,n)})}function fb(r,t,e,n){return ks(r,t,e(ta(r,t)),n)}function uz(r,t,e){return r==null?r:fb(r,t,pn(e))}function lz(r,t,e,n){return n=typeof n=="function"?n:void 0,r==null?r:fb(r,t,pn(e),n)}var fz=bo(function(r,t,e){return r+(e?" ":"")+t.toUpperCase()});function hz(r){return r==null?[]:jv(r,qe(r))}var cz=Lt(function(r,t){return oe(r)?Rs(r,t):[]});function vz(r,t){return ff(pn(t),r)}var pz=$n(function(r){var t=r.length,e=t?r[0]:0,n=this.__wrapped__,i=function(a){return Sv(a,r)};return t>1||this.__actions__.length||!(n instanceof Ft)||!kn(e)?this.thru(i):(n=n.slice(e,+e+(t?1:0)),n.__actions__.push({func:Ns,args:[i],thisArg:void 0}),new Sr(n,this.__chain__).thru(function(a){return t&&!a.length&&a.push(void 0),a}))});function dz(){return f1(this)}function gz(){var r=this.__wrapped__;if(r instanceof Ft){var t=r;return this.__actions__.length&&(t=new Ft(this)),t=t.reverse(),t.__actions__.push({func:Ns,args:[cp],thisArg:void 0}),new Sr(t,this.__chain__)}return this.thru(cp)}function mp(r,t,e){var n=r.length;if(n<2)return n?_i(r[0]):[];for(var i=-1,a=Array(n);++i<n;)for(var o=r[i],s=-1;++s<n;)s!=i&&(a[i]=Rs(a[i]||o,r[s],t,e));return _i(be(a,1),t,e)}var yz=Lt(function(r){return mp(yi(r,oe))}),mz=Lt(function(r){var t=hr(r);return oe(t)&&(t=void 0),mp(yi(r,oe),bt(t))}),_z=Lt(function(r){var t=hr(r);return t=typeof t=="function"?t:void 0,mp(yi(r,oe),void 0,t)}),Sz=Lt(yp);function hb(r,t,e){for(var n=-1,i=r.length,a=t.length,o={};++n<i;){var s=n<a?t[n]:void 0;e(o,r[n],s)}return o}function bz(r,t){return hb(r||[],t||[],Ts)}function wz(r,t){return hb(r||[],t||[],ks)}var xz=Lt(function(r){var t=r.length,e=t>1?r[t-1]:void 0;return e=typeof e=="function"?(r.pop(),e):void 0,lb(r,e)}),it={chunk:eB,compact:O3,concat:k3,difference:$O,differenceBy:HO,differenceWith:WO,drop:YO,dropRight:XO,dropRightWhile:ZO,dropWhile:qO,fill:h8,findIndex:gS,findLastIndex:mS,first:_S,flatten:F_,flattenDeep:C8,flattenDepth:T8,fromPairs:wS,head:_S,indexOf:o4,initial:s4,intersection:l4,intersectionBy:f4,intersectionWith:h4,join:ok,last:hr,lastIndexOf:ck,nth:zk,pull:O7,pullAll:ZS,pullAllBy:k7,pullAllWith:N7,pullAt:V7,remove:aN,reverse:cp,slice:DN,sortedIndex:NN,sortedIndexBy:zN,sortedIndexOf:GN,sortedLastIndex:VN,sortedLastIndexBy:$N,sortedLastIndexOf:HN,sortedUniq:WN,sortedUniqBy:UN,tail:a9,take:o9,takeRight:s9,takeRightWhile:u9,takeWhile:l9,union:J9,unionBy:Q9,unionWith:tz,uniq:ez,uniqBy:rz,uniqWith:nz,unzip:yp,unzipWith:lb,without:cz,xor:yz,xorBy:mz,xorWith:_z,zip:Sz,zipObject:bz,zipObjectDeep:wz,zipWith:xz},Ut={countBy:TO,each:rS,eachRight:aS,every:u8,filter:c8,find:p8,findLast:m8,flatMap:S8,flatMapDeep:w8,flatMapDepth:x8,forEach:rS,forEachRight:aS,groupBy:U8,includes:i4,invokeMap:S4,keyBy:uk,map:nf,orderBy:Kk,partition:M7,reduce:eN,reduceRight:nN,reject:iN,sample:dN,sampleSize:mN,shuffle:xN,size:TN,some:LN,sortBy:IN},Az={now:tf},ie={after:kI,ary:m_,before:O_,bind:ql,bindKey:wv,curry:Wv,curryRight:Uv,debounce:K1,defer:zO,delay:GO,flip:E8,memoize:Yl,negate:Os,once:Xk,overArgs:t7,partial:ff,partialRight:lp,rearg:tN,rest:lN,spread:KN,throttle:T9,unary:W9,wrap:vz},ct={castArray:q6,clone:T3,cloneDeep:M3,cloneDeepWith:P3,cloneWith:R3,conformsTo:bO,eq:Hr,gt:Y8,gte:X8,isArguments:Ji,isArray:xt,isArrayBuffer:x4,isArrayLike:Ze,isArrayLikeObject:oe,isBoolean:C4,isBuffer:vi,isDate:E4,isElement:M4,isEmpty:R4,isEqual:B4,isEqualWith:O4,isError:bv,isFinite:N4,isFunction:On,isInteger:ES,isLength:$l,isMap:L1,isMatch:z4,isMatchWith:G4,isNaN:$4,isNative:U4,isNil:Y4,isNull:X4,isNumber:MS,isObject:te,isObjectLike:ne,isPlainObject:Is,isRegExp:tp,isSafeInteger:K4,isSet:P1,isString:sf,isSymbol:sr,isTypedArray:mo,isUndefined:j4,isWeakMap:Q4,isWeakSet:ek,lt:dk,lte:gk,toArray:RS,toFinite:Bn,toInteger:Ct,toLength:vS,toNumber:_r,toPlainObject:J1,toSafeInteger:F9,toString:zt},Oe={add:EI,ceil:J6,divide:UO,floor:M8,max:xk,maxBy:Ak,mean:Tk,meanBy:Dk,min:Ik,minBy:Pk,multiply:Fk,round:vN,subtract:r9,sum:n9,sumBy:i9},_p={clamp:rB,inRange:e4,random:X7},mt={assign:$F,assignIn:L_,assignInWith:Hl,assignWith:XF,at:DR,create:DO,defaults:BO,defaultsDeep:kO,entries:sS,entriesIn:uS,extend:L_,extendWith:Hl,findKey:d8,findLastKey:_8,forIn:k8,forInRight:N8,forOwn:z8,forOwnRight:G8,functions:V8,functionsIn:$8,get:Xl,has:j8,hasIn:Vv,invert:d4,invertBy:m4,invoke:_4,keys:ve,keysIn:qe,mapKeys:yk,mapValues:mk,merge:Ek,mergeWith:tS,omit:Uk,omitBy:Yk,pick:I7,pickBy:kS,result:fN,set:_N,setWith:SN,toPairs:sS,toPairsIn:uS,transform:B9,unset:oz,update:uz,updateWith:lz,values:xo,valuesIn:hz},dn={at:pz,chain:f1,commit:B3,lodash:M,next:Nk,plant:P7,reverse:gz,tap:f9,thru:Ns,toIterator:L9,toJSON:gp,value:gp,valueOf:gp,wrapperChain:dz},kt={camelCase:Z6,capitalize:W_,deburr:U_,endsWith:jO,escape:fS,escapeRegExp:o8,kebabCase:sk,lowerCase:vk,lowerFirst:pk,pad:b7,padEnd:w7,padStart:x7,parseInt:T7,repeat:oN,replace:sN,snakeCase:EN,split:XN,startCase:jN,startsWith:JN,template:A9,templateSettings:pp,toLower:I9,toUpper:R9,trim:O9,trimEnd:k9,trimStart:z9,truncate:H9,unescape:Z9,upperCase:fz,upperFirst:Cv,words:l1},Gt={attempt:B_,bindAll:NR,cond:yO,conforms:SO,constant:lv,defaultTo:FO,flow:B8,flowRight:O8,identity:Re,iteratee:nk,matches:Sk,matchesProperty:wk,method:Mk,methodOf:Lk,mixin:FS,noop:ov,nthArg:Gk,over:jk,overEvery:e7,overSome:r7,property:Y1,propertyOf:F7,range:j7,rangeRight:J7,stubArray:Mv,stubFalse:gv,stubObject:QN,stubString:t9,stubTrue:e9,times:M9,toPath:P9,uniqueId:az};function Cz(){var r=new Ft(this.__wrapped__);return r.__actions__=Xe(this.__actions__),r.__dir__=this.__dir__,r.__filtered__=this.__filtered__,r.__iteratees__=Xe(this.__iteratees__),r.__takeCount__=this.__takeCount__,r.__views__=Xe(this.__views__),r}function Tz(){if(this.__filtered__){var r=new Ft(this);r.__dir__=-1,r.__filtered__=!0}else r=this.clone(),r.__dir__*=-1;return r}var Dz=Math.max,Ez=Math.min;function Mz(r,t,e){for(var n=-1,i=e.length;++n<i;){var a=e[n],o=a.size;switch(a.type){case"drop":r+=o;break;case"dropRight":t-=o;break;case"take":t=Ez(t,r+o);break;case"takeRight":r=Dz(r,t-o);break}}return{start:r,end:t}}var Lz=1,Iz=2,Pz=Math.min;function Fz(){var r=this.__wrapped__.value(),t=this.__dir__,e=xt(r),n=t<0,i=e?r.length:0,a=Mz(0,i,this.__views__),o=a.start,s=a.end,u=s-o,l=n?s:o-1,f=this.__iteratees__,h=f.length,c=0,v=Pz(u,this.__takeCount__);if(!e||!n&&i==u&&v==u)return ib(r,this.__actions__);var p=[];t:for(;u--&&c<v;){l+=t;for(var g=-1,d=r[l];++g<h;){var y=f[g],m=y.iteratee,_=y.type,S=m(d);if(_==Iz)d=S;else if(!S){if(_==Lz)continue t;break t}}p[c++]=d}return p}var Rz="4.17.21",Bz=2,Oz=1,kz=3,cb=4294967295,Nz=Array.prototype,zz=Object.prototype,vb=zz.hasOwnProperty,pb=De?De.iterator:void 0,Gz=Math.max,db=Math.min,Sp=function(r){return function(t,e,n){if(n==null){var i=te(e),a=i&&ve(e),o=a&&a.length&&af(e,a);(o?o.length:i)||(n=e,e=t,t=this)}return r(t,e,n)}}(FS);M.after=ie.after,M.ary=ie.ary,M.assign=mt.assign,M.assignIn=mt.assignIn,M.assignInWith=mt.assignInWith,M.assignWith=mt.assignWith,M.at=mt.at,M.before=ie.before,M.bind=ie.bind,M.bindAll=Gt.bindAll,M.bindKey=ie.bindKey,M.castArray=ct.castArray,M.chain=dn.chain,M.chunk=it.chunk,M.compact=it.compact,M.concat=it.concat,M.cond=Gt.cond,M.conforms=Gt.conforms,M.constant=Gt.constant,M.countBy=Ut.countBy,M.create=mt.create,M.curry=ie.curry,M.curryRight=ie.curryRight,M.debounce=ie.debounce,M.defaults=mt.defaults,M.defaultsDeep=mt.defaultsDeep,M.defer=ie.defer,M.delay=ie.delay,M.difference=it.difference,M.differenceBy=it.differenceBy,M.differenceWith=it.differenceWith,M.drop=it.drop,M.dropRight=it.dropRight,M.dropRightWhile=it.dropRightWhile,M.dropWhile=it.dropWhile,M.fill=it.fill,M.filter=Ut.filter,M.flatMap=Ut.flatMap,M.flatMapDeep=Ut.flatMapDeep,M.flatMapDepth=Ut.flatMapDepth,M.flatten=it.flatten,M.flattenDeep=it.flattenDeep,M.flattenDepth=it.flattenDepth,M.flip=ie.flip,M.flow=Gt.flow,M.flowRight=Gt.flowRight,M.fromPairs=it.fromPairs,M.functions=mt.functions,M.functionsIn=mt.functionsIn,M.groupBy=Ut.groupBy,M.initial=it.initial,M.intersection=it.intersection,M.intersectionBy=it.intersectionBy,M.intersectionWith=it.intersectionWith,M.invert=mt.invert,M.invertBy=mt.invertBy,M.invokeMap=Ut.invokeMap,M.iteratee=Gt.iteratee,M.keyBy=Ut.keyBy,M.keys=ve,M.keysIn=mt.keysIn,M.map=Ut.map,M.mapKeys=mt.mapKeys,M.mapValues=mt.mapValues,M.matches=Gt.matches,M.matchesProperty=Gt.matchesProperty,M.memoize=ie.memoize,M.merge=mt.merge,M.mergeWith=mt.mergeWith,M.method=Gt.method,M.methodOf=Gt.methodOf,M.mixin=Sp,M.negate=Os,M.nthArg=Gt.nthArg,M.omit=mt.omit,M.omitBy=mt.omitBy,M.once=ie.once,M.orderBy=Ut.orderBy,M.over=Gt.over,M.overArgs=ie.overArgs,M.overEvery=Gt.overEvery,M.overSome=Gt.overSome,M.partial=ie.partial,M.partialRight=ie.partialRight,M.partition=Ut.partition,M.pick=mt.pick,M.pickBy=mt.pickBy,M.property=Gt.property,M.propertyOf=Gt.propertyOf,M.pull=it.pull,M.pullAll=it.pullAll,M.pullAllBy=it.pullAllBy,M.pullAllWith=it.pullAllWith,M.pullAt=it.pullAt,M.range=Gt.range,M.rangeRight=Gt.rangeRight,M.rearg=ie.rearg,M.reject=Ut.reject,M.remove=it.remove,M.rest=ie.rest,M.reverse=it.reverse,M.sampleSize=Ut.sampleSize,M.set=mt.set,M.setWith=mt.setWith,M.shuffle=Ut.shuffle,M.slice=it.slice,M.sortBy=Ut.sortBy,M.sortedUniq=it.sortedUniq,M.sortedUniqBy=it.sortedUniqBy,M.split=kt.split,M.spread=ie.spread,M.tail=it.tail,M.take=it.take,M.takeRight=it.takeRight,M.takeRightWhile=it.takeRightWhile,M.takeWhile=it.takeWhile,M.tap=dn.tap,M.throttle=ie.throttle,M.thru=Ns,M.toArray=ct.toArray,M.toPairs=mt.toPairs,M.toPairsIn=mt.toPairsIn,M.toPath=Gt.toPath,M.toPlainObject=ct.toPlainObject,M.transform=mt.transform,M.unary=ie.unary,M.union=it.union,M.unionBy=it.unionBy,M.unionWith=it.unionWith,M.uniq=it.uniq,M.uniqBy=it.uniqBy,M.uniqWith=it.uniqWith,M.unset=mt.unset,M.unzip=it.unzip,M.unzipWith=it.unzipWith,M.update=mt.update,M.updateWith=mt.updateWith,M.values=mt.values,M.valuesIn=mt.valuesIn,M.without=it.without,M.words=kt.words,M.wrap=ie.wrap,M.xor=it.xor,M.xorBy=it.xorBy,M.xorWith=it.xorWith,M.zip=it.zip,M.zipObject=it.zipObject,M.zipObjectDeep=it.zipObjectDeep,M.zipWith=it.zipWith,M.entries=mt.toPairs,M.entriesIn=mt.toPairsIn,M.extend=mt.assignIn,M.extendWith=mt.assignInWith,Sp(M,M),M.add=Oe.add,M.attempt=Gt.attempt,M.camelCase=kt.camelCase,M.capitalize=kt.capitalize,M.ceil=Oe.ceil,M.clamp=_p.clamp,M.clone=ct.clone,M.cloneDeep=ct.cloneDeep,M.cloneDeepWith=ct.cloneDeepWith,M.cloneWith=ct.cloneWith,M.conformsTo=ct.conformsTo,M.deburr=kt.deburr,M.defaultTo=Gt.defaultTo,M.divide=Oe.divide,M.endsWith=kt.endsWith,M.eq=ct.eq,M.escape=kt.escape,M.escapeRegExp=kt.escapeRegExp,M.every=Ut.every,M.find=Ut.find,M.findIndex=it.findIndex,M.findKey=mt.findKey,M.findLast=Ut.findLast,M.findLastIndex=it.findLastIndex,M.findLastKey=mt.findLastKey,M.floor=Oe.floor,M.forEach=Ut.forEach,M.forEachRight=Ut.forEachRight,M.forIn=mt.forIn,M.forInRight=mt.forInRight,M.forOwn=mt.forOwn,M.forOwnRight=mt.forOwnRight,M.get=mt.get,M.gt=ct.gt,M.gte=ct.gte,M.has=mt.has,M.hasIn=mt.hasIn,M.head=it.head,M.identity=Re,M.includes=Ut.includes,M.indexOf=it.indexOf,M.inRange=_p.inRange,M.invoke=mt.invoke,M.isArguments=ct.isArguments,M.isArray=xt,M.isArrayBuffer=ct.isArrayBuffer,M.isArrayLike=ct.isArrayLike,M.isArrayLikeObject=ct.isArrayLikeObject,M.isBoolean=ct.isBoolean,M.isBuffer=ct.isBuffer,M.isDate=ct.isDate,M.isElement=ct.isElement,M.isEmpty=ct.isEmpty,M.isEqual=ct.isEqual,M.isEqualWith=ct.isEqualWith,M.isError=ct.isError,M.isFinite=ct.isFinite,M.isFunction=ct.isFunction,M.isInteger=ct.isInteger,M.isLength=ct.isLength,M.isMap=ct.isMap,M.isMatch=ct.isMatch,M.isMatchWith=ct.isMatchWith,M.isNaN=ct.isNaN,M.isNative=ct.isNative,M.isNil=ct.isNil,M.isNull=ct.isNull,M.isNumber=ct.isNumber,M.isObject=te,M.isObjectLike=ct.isObjectLike,M.isPlainObject=ct.isPlainObject,M.isRegExp=ct.isRegExp,M.isSafeInteger=ct.isSafeInteger,M.isSet=ct.isSet,M.isString=ct.isString,M.isSymbol=ct.isSymbol,M.isTypedArray=ct.isTypedArray,M.isUndefined=ct.isUndefined,M.isWeakMap=ct.isWeakMap,M.isWeakSet=ct.isWeakSet,M.join=it.join,M.kebabCase=kt.kebabCase,M.last=hr,M.lastIndexOf=it.lastIndexOf,M.lowerCase=kt.lowerCase,M.lowerFirst=kt.lowerFirst,M.lt=ct.lt,M.lte=ct.lte,M.max=Oe.max,M.maxBy=Oe.maxBy,M.mean=Oe.mean,M.meanBy=Oe.meanBy,M.min=Oe.min,M.minBy=Oe.minBy,M.stubArray=Gt.stubArray,M.stubFalse=Gt.stubFalse,M.stubObject=Gt.stubObject,M.stubString=Gt.stubString,M.stubTrue=Gt.stubTrue,M.multiply=Oe.multiply,M.nth=it.nth,M.noop=Gt.noop,M.now=Az.now,M.pad=kt.pad,M.padEnd=kt.padEnd,M.padStart=kt.padStart,M.parseInt=kt.parseInt,M.random=_p.random,M.reduce=Ut.reduce,M.reduceRight=Ut.reduceRight,M.repeat=kt.repeat,M.replace=kt.replace,M.result=mt.result,M.round=Oe.round,M.sample=Ut.sample,M.size=Ut.size,M.snakeCase=kt.snakeCase,M.some=Ut.some,M.sortedIndex=it.sortedIndex,M.sortedIndexBy=it.sortedIndexBy,M.sortedIndexOf=it.sortedIndexOf,M.sortedLastIndex=it.sortedLastIndex,M.sortedLastIndexBy=it.sortedLastIndexBy,M.sortedLastIndexOf=it.sortedLastIndexOf,M.startCase=kt.startCase,M.startsWith=kt.startsWith,M.subtract=Oe.subtract,M.sum=Oe.sum,M.sumBy=Oe.sumBy,M.template=kt.template,M.times=Gt.times,M.toFinite=ct.toFinite,M.toInteger=Ct,M.toLength=ct.toLength,M.toLower=kt.toLower,M.toNumber=ct.toNumber,M.toSafeInteger=ct.toSafeInteger,M.toString=ct.toString,M.toUpper=kt.toUpper,M.trim=kt.trim,M.trimEnd=kt.trimEnd,M.trimStart=kt.trimStart,M.truncate=kt.truncate,M.unescape=kt.unescape,M.uniqueId=Gt.uniqueId,M.upperCase=kt.upperCase,M.upperFirst=kt.upperFirst,M.each=Ut.forEach,M.eachRight=Ut.forEachRight,M.first=it.head,Sp(M,function(){var r={};return vn(M,function(t,e){vb.call(M.prototype,e)||(r[e]=t)}),r}(),{chain:!1}),M.VERSION=Rz,(M.templateSettings=kt.templateSettings).imports._=M,br(["bind","bindKey","curry","curryRight","partial","partialRight"],function(r){M[r].placeholder=M}),br(["drop","take"],function(r,t){Ft.prototype[r]=function(e){e=e===void 0?1:Gz(Ct(e),0);var n=this.__filtered__&&!t?new Ft(this):this.clone();return n.__filtered__?n.__takeCount__=db(e,n.__takeCount__):n.__views__.push({size:db(e,cb),type:r+(n.__dir__<0?"Right":"")}),n},Ft.prototype[r+"Right"]=function(e){return this.reverse()[r](e).reverse()}}),br(["filter","map","takeWhile"],function(r,t){var e=t+1,n=e==Oz||e==kz;Ft.prototype[r]=function(i){var a=this.clone();return a.__iteratees__.push({iteratee:bt(i),type:e}),a.__filtered__=a.__filtered__||n,a}}),br(["head","last"],function(r,t){var e="take"+(t?"Right":"");Ft.prototype[r]=function(){return this[e](1).value()[0]}}),br(["initial","tail"],function(r,t){var e="drop"+(t?"":"Right");Ft.prototype[r]=function(){return this.__filtered__?new Ft(this):this[e](1)}}),Ft.prototype.compact=function(){return this.filter(Re)},Ft.prototype.find=function(r){return this.filter(r).head()},Ft.prototype.findLast=function(r){return this.reverse().find(r)},Ft.prototype.invokeMap=Lt(function(r,t){return typeof r=="function"?new Ft(this):this.map(function(e){return Bs(e,r,t)})}),Ft.prototype.reject=function(r){return this.filter(Os(bt(r)))},Ft.prototype.slice=function(r,t){r=Ct(r);var e=this;return e.__filtered__&&(r>0||t<0)?new Ft(e):(r<0?e=e.takeRight(-r):r&&(e=e.drop(r)),t!==void 0&&(t=Ct(t),e=t<0?e.dropRight(-t):e.take(t-r)),e)},Ft.prototype.takeRightWhile=function(r){return this.reverse().takeWhile(r).reverse()},Ft.prototype.toArray=function(){return this.take(cb)},vn(Ft.prototype,function(r,t){var e=/^(?:filter|find|map|reject)|While$/.test(t),n=/^(?:head|last)$/.test(t),i=M[n?"take"+(t=="last"?"Right":""):t],a=n||/^find/.test(t);!i||(M.prototype[t]=function(){var o=this.__wrapped__,s=n?[1]:arguments,u=o instanceof Ft,l=s[0],f=u||xt(o),h=function(y){var m=i.apply(M,di([y],s));return n&&c?m[0]:m};f&&e&&typeof l=="function"&&l.length!=1&&(u=f=!1);var c=this.__chain__,v=!!this.__actions__.length,p=a&&!c,g=u&&!v;if(!a&&f){o=g?o:new Ft(this);var d=r.apply(o,s);return d.__actions__.push({func:Ns,args:[h],thisArg:void 0}),new Sr(d,c)}return p&&g?r.apply(this,s):(d=this.thru(h),p?n?d.value()[0]:d.value():d)})}),br(["pop","push","shift","sort","splice","unshift"],function(r){var t=Nz[r],e=/^(?:push|sort|unshift)$/.test(r)?"tap":"thru",n=/^(?:pop|shift)$/.test(r);M.prototype[r]=function(){var i=arguments;if(n&&!this.__chain__){var a=this.value();return t.apply(xt(a)?a:[],i)}return this[e](function(o){return t.apply(xt(o)?o:[],i)})}}),vn(Ft.prototype,function(r,t){var e=M[t];if(e){var n=e.name+"";vb.call(vo,n)||(vo[n]=[]),vo[n].push({name:t,func:e})}}),vo[Vl(void 0,Bz).name]=[{name:"wrapper",func:void 0}],Ft.prototype.clone=Cz,Ft.prototype.reverse=Tz,Ft.prototype.value=Fz,M.prototype.at=dn.at,M.prototype.chain=dn.wrapperChain,M.prototype.commit=dn.commit,M.prototype.next=dn.next,M.prototype.plant=dn.plant,M.prototype.reverse=dn.reverse,M.prototype.toJSON=M.prototype.valueOf=M.prototype.value=dn.value,M.prototype.first=M.prototype.head,pb&&(M.prototype[pb]=dn.toIterator);/**
|
|
21
|
+
* @license
|
|
22
|
+
* Lodash (Custom Build) <https://lodash.com/>
|
|
23
|
+
* Build: `lodash modularize exports="es" -o ./`
|
|
24
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
25
|
+
* Released under MIT license <https://lodash.com/license>
|
|
26
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
27
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
28
|
+
*/var gb;const yb=typeof window!="undefined";yb&&((gb=window==null?void 0:window.navigator)==null?void 0:gb.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);const Vz=Object.prototype.hasOwnProperty,mb=(r,t)=>Vz.call(r,t),_b=r=>r!==null&&typeof r=="object";/*! #__NO_SIDE_EFFECTS__ *//**
|
|
29
|
+
* @vue/shared v3.5.12
|
|
30
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
31
|
+
* @license MIT
|
|
32
|
+
**/const Sb=r=>Object.keys(r);yb&&document.body;const bp=(r,t)=>{if(r.install=e=>{for(const n of[r,...Object.values(t!=null?t:{})])e.component(n.name,n)},t)for(const[e,n]of Object.entries(t))r[e]=n;return r},bb="__epPropKey",wb=r=>r,$z=r=>_b(r)&&!!r[bb],Hz=(r,t)=>{if(!_b(r)||$z(r))return r;const{values:e,required:n,default:i,type:a,validator:o}=r,u={type:a,required:!!n,validator:e||o?l=>{let f=!1,h=[];if(e&&(h=Array.from(e),mb(r,"default")&&h.push(i),f||(f=h.includes(l))),o&&(f||(f=o(l))),!f&&h.length>0){const c=[...new Set(h)].map(v=>JSON.stringify(v)).join(", ");sI(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${c}], got value ${JSON.stringify(l)}.`)}return f}:void 0,[bb]:!0};return mb(r,"default")&&(u.default=i),u},zs=r=>wS(Object.entries(r).map(([t,e])=>[t,Hz(e,t)])),Wz={tab:"Tab",enter:"Enter",space:"Space",left:"ArrowLeft",up:"ArrowUp",right:"ArrowRight",down:"ArrowDown",esc:"Escape",delete:"Delete",backspace:"Backspace",numpadEnter:"NumpadEnter",pageUp:"PageUp",pageDown:"PageDown",home:"Home",end:"End"},Uz=["year","month","date","dates","week","datetime","datetimerange","daterange","monthrange"],Yz=["sun","mon","tue","wed","thu","fri","sat"],Xz="update:modelValue",Zz="change",qz="input",wp=Symbol("INSTALLED_KEY"),Kz=["","default","small","large"],jz={large:40,default:32,small:24},xb=Symbol(),pf=Ll();function xp(r,t=void 0){const e=iv()?bs(xb,pf):pf;return r?ln(()=>{var n,i;return(i=(n=e.value)==null?void 0:n[r])!=null?i:t}):e}const Ab=(r,t,e=!1)=>{var n;const i=!!iv(),a=i?xp():void 0,o=(n=t==null?void 0:t.provide)!=null?n:i?Bm:void 0;if(!o)return;const s=ln(()=>{const u=hi(r);return a!=null&&a.value?Jz(a.value,u):u});return o(xb,s),(e||!pf.value)&&(pf.value=s.value),s},Jz=(r,t)=>{var e;const n=[...new Set([...Sb(r),...Sb(t)])],i={};for(const a of n)i[a]=(e=t[a])!=null?e:r[a];return i};var Qz={name:"zh-cn",el:{accessTypeDisplay:{private:"\u79C1\u6709",shared:"\u5171\u4EAB",public:"\u516C\u5F00"},accessTypeEdit:{title:"\u516C\u5F00\u6027",certain:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},accessTypeItem:{private:"\u79C1\u6709",public:"\u516C\u5F00",thisWorkspace:"\u672C\u7A7A\u95F4",shareTo:"\u5171\u4EAB \u81F3",shared:"\u5171\u4EAB"},basicInformation:{createTime:"\u521B\u5EFA\u65F6\u95F4\uFF1A",reviseAt:"\u4FEE\u6539\u4E8E",describe:"\u6682\u65E0\u63CF\u8FF0",tag:"\u6682\u65E0\u6807\u7B7E",modify:"\u4FEE\u6539\u4E0E"},card:{editVisibility:"\u4FEE\u6539\u516C\u5F00\u6027",editBasicAttribute:"\u4FEE\u6539\u57FA\u7840\u5C5E\u6027",delete:"\u5220\u9664",deleting:"\u5220\u9664\u4E2D",cloning:"\u514B\u9686\u4E2D",creating:"\u521B\u5EFA\u4E2D",Unzip:"\u6587\u4EF6\u89E3\u538B\u4E2D",sftp:"SFTP \u4F20\u8F93\u4E2D",describe:"\u6682\u65E0\u63CF\u8FF0"},cardList:{noData:"\u6682\u65E0\u6570\u636E",records:"\u5171 {count} \u6761"},codeRepository:{name:"\u4ED3\u5E93\u540D\u79F0",namePlaceholder:"\u8BF7\u8F93\u5165\u5916\u90E8\u4EE3\u7801\u4ED3\u5E93\u540D\u79F0",address:"git \u5730\u5740",addressPlaceholder:"\u8BF7\u8F93\u5165",prompt:"\u5982\u679C git \u4E3A\u79C1\u6709\u4ED3\u5E93\uFF0C\u9700\u8981\u6388\u6743\u5E73\u53F0\u8BFB\u53D6\u6743\u9650\uFF0C",docButton:"\u67E5\u770B\u6587\u6863",tokenPlaceholder:"\u8BF7\u8F93\u5165 personal access token",checkButton:"\u6D4B\u8BD5\u8FDE\u63A5",branch:"\u9ED8\u8BA4\u5206\u652F",branchPlaceholder:"\u8BF7\u8F93\u5165\u5206\u652F",nameEmpty:"\u5916\u90E8\u4EE3\u7801\u4ED3\u5E93\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",emoji:"\u6682\u4E0D\u652F\u6301emoji\u5B57\u7B26",nameOverLength:"\u5916\u90E8\u4EE3\u7801\u4ED3\u5E93\u540D\u79F0\u4E0D\u80FD\u8D85\u8FC764\u4F4D",addressEmpty:"git\u5730\u5740\u4E0D\u80FD\u4E3A\u7A7A",branchEmpty:"\u9ED8\u8BA4\u5206\u652F\u4E0D\u80FD\u4E3A\u7A7A",success:"\u6D4B\u8BD5\u8FDE\u63A5\u6210\u529F\uFF01",githubPrompt:"\u9274\u4E8E\u7F51\u7EDC\u539F\u56E0\uFF0C\u8FDE\u63A5GitHub\u6709\u4E00\u5B9A\u6982\u7387\u5931\u8D25\uFF0C\u5982\u9047\u53D1\u751F\uFF0C\u53EF\u91CD\u8BD5\u89E3\u51B3"},copy:{text:"\u590D\u5236",copied:"\u590D\u5236\u6210\u529F",fail:"\u590D\u5236\u5931\u8D25"},coverSelect:{title:"\u66F4\u6539\u5C01\u9762",certain:"\u786E\u5B9A",cancel:"\u53D6\u6D88",currentTitle:"\u5C01\u9762\u9884\u89C8",coversListTitle:"\u4ECE\u5185\u7F6E\u5C01\u9762\u4E2D\u9009\u62E9"},customColumns:{title:"\u81EA\u5B9A\u4E49\u5217\u8868"},editName:{certain:"\u786E\u8BA4",cancel:"\u53D6\u6D88",errorPrompt:"\u9519\u8BEF\u63D0\u793A",nameEmpty:"\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",emoji:"\u6682\u4E0D\u652F\u6301emoji\u5B57\u7B26",nameOverLength:"\u540D\u79F0\u4E0D\u80FD\u8D85\u8FC764\u4F4D",defaultName:"\u9ED8\u8BA4\u540D\u79F0"},fileViewer:{size:"\u6570\u636E\u6587\u4EF6",refreshTime:"\u66F4\u65B0\u65F6\u95F4\uFF1A",download:"\u4E0B\u8F7D\u5F53\u524D\u6587\u4EF6",loading:"\u52A0\u8F7D\u4E2D...",noSelectFile:"\u672A\u9009\u62E9\u6587\u4EF6",notSupport:"\u6682\u4E0D\u652F\u6301\u9884\u89C8\u6B64\u683C\u5F0F\u7684\u6587\u4EF6",downloadLocally:"\u53EF\u5C1D\u8BD5\u4E0B\u8F7D\u540E\u5728\u672C\u5730\u67E5\u770B",introduction:"\u9879\u76EE\u7B80\u4ECB",more:"\u52A0\u8F7D\u66F4\u591A\u2026",invalidPreview:"\u6B64\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8",just:"\u521A\u521A",minutes:"{m}\u5206\u949F\u524D",today:"\u4ECA\u5929",daysAgo:"{d}\u5929\u524D"},filter:{visibility:"\u516C\u5F00\u6027\uFF1A",private:"\u79C1\u6709",shared:"\u5171\u4EAB",public:"\u516C\u5F00",my:"\u6211\u7684",workspace:"\u7A7A\u95F4",myExplain:"\u67E5\u627E\u6211\u5728\u672C\u7A7A\u95F4\u521B\u5EFA\u7684{title}",workspaceExplain:"\u67E5\u627E\u5171\u4EAB\u81F3\u672C\u7A7A\u95F4\u7684{title}\uFF0C\u7A7A\u95F4\u62E5\u6709\u8005\u8FD8\u53EF\u89C1\u6210\u5458\u5728\u672C\u7A7A\u95F4\u521B\u5EFA\u7684{title}",publicExplain:"\u67E5\u627E\u516C\u5F00\u7684{title}"},labelSelect:{title:"\u7B5B\u9009",buttonText:"\u5168\u90E8\u6E05\u7A7A"},maxRunTime:{unLimit:"\u4E0D\u9650\u5236",unit:"\u5C0F\u65F6",defined:"\u81EA\u5B9A\u4E49",emptyText:"\u8BF7\u8F93\u5165\u6700\u957F\u8FD0\u884C\u65F6\u95F4",overText:"\u6700\u957F\u8FD0\u884C\u65F6\u95F4\u4E0D\u80FD\u8D85\u8FC7 10000 \u5C0F\u65F6",time1:"2\u5C0F\u65F6",time2:"8\u5C0F\u65F6",time3:"12\u5C0F\u65F6",time4:"24\u5C0F\u65F6"},pullImage:{title:"\u8BF7\u5728\u60A8\u7684\u547D\u4EE4\u884C\u5DE5\u5177\u5185\u6309\u4EE5\u4E0B\u6B65\u9AA4\u64CD\u4F5C\uFF08\u9700\u8981\u914D\u7F6Essl\u8BC1\u4E66\uFF09",docText:"\u5982\u4F55\u62C9\u53D6\uFF1F",step:"\u7B2C {index} \u6B65\uFF1A",closeText:"\u5173 \u95ED",modalTitle:"\u62C9\u53D6\u955C\u50CF"},tagSelect:{addTags:"\u6DFB\u52A0\u6807\u7B7E",selectTags:"\u6807\u7B7E\u9009\u62E9",certain:"\u786E\u5B9A",cancel:"\u53D6\u6D88",selected:"\u5DF2\u9009"},upload:{operationDeclaration:"\u70B9\u51FB\u4E0A\u4F20 / \u62D6\u62FD\u6587\u4EF6\u5230\u6B64\u533A\u57DF",uploadHint:"\u6587\u4EF6\u540D\u79F0\u8BF4\u660E\u3001\u6587\u4EF6\u5927\u5C0F\u3001\u683C\u5F0F\u9650\u5236\uFF0C\u5176\u4ED6\u9650\u5236",repeat:"\u6587\u4EF6\u5DF2\u5728\u4E0A\u4F20\u5217\u8868\uFF1A{filename}",criterion:"\u540D\u79F0\u4E0D\u7B26\u5408\u89C4\u8303",format:"\u6587\u4EF6\u683C\u5F0F\u4E0D\u5BF9",singleSizeMax:"\u5355\u4E2A\u6587\u4EF6\u5927\u5C0F\u4E0D\u8981\u8D85\u8FC7",totalSizeMax:"\u6587\u4EF6\u603B\u91CF\u6700\u591A",countLimit:"\u6700\u591A\u540C\u65F6\u4E0A\u4F20{count}\u4E2A\u6587\u4EF6",error:"\u9519\u8BEF",total:"\u4E0A\u4F20\u6587\u4EF6\u7684\u603B\u4E2A\u6570\u4E0D\u80FD\u8D85\u8FC7{totalFiles}\u4E2A",defaultText:"\u70B9\u51FB\u6216\u5C06\u6587\u4EF6\u62D6\u62FD\u5230\u8FD9\u91CC\u4E0A\u4F20\uFF5E",notes:"\u6CE8\u610F\u4E8B\u9879\uFF1A",text1:"1. \u8BF7\u52FF\u5728\u6587\u4EF6\u540D\u79F0\u4E2D\u4F7F\u7528\u201C/\u201D\u7B26\u53F7\u3002",text2:"2. \u4EC5\u652F\u6301\u4E0A\u4F20\u5355\u4E2A\u6587\u4EF6\uFF0C\u6587\u4EF6\u5939\u5EFA\u8BAE\u538B\u7F29\u540E\u8FDB\u884C\u4E0A\u4F20\u3002",text3:"3. \u652F\u6301\u5728\u7EBF\u89E3\u538B\u7684\u683C\u5F0F\u5305\u62EC\uFF1Azip\u3001rar\u3001tar\u3001tgz\uFF08tar.gz\uFF09\uFF0C \u5982\u4E0D\u5C5E\u4E8E\u8FD9\u4E9B\u683C\u5F0F\u8BF7\u5728\u7F51\u9875\u7EC8\u7AEF\u6267\u884C\u89E3\u538B\u547D\u4EE4\u3002"},visitingCard:{banned:"\uFF08\u5DF2\u7981\u7528\uFF09"},avatar:{banned:"\uFF08\u5DF2\u7981\u7528\uFF09",name:"\u672A\u547D\u540D"},RunningTimeline:{NodeScheduling:"\u8282\u70B9\u8C03\u5EA6",config:{Create:"\u521B\u5EFA",Waiting:"\u7B49\u5F85\u4E2D",Running:"\u8FD0\u884C\u4E2D",Stopping:"\u505C\u6B62\u4E2D",Succeed:"\u6210\u529F",Stopped:"\u5DF2\u505C\u6B62",Failed:"\u5931\u8D25",Unknown:"\u672A\u77E5",Quota:"\u7B49\u5F85\u914D\u989D",Cluster:"\u96C6\u7FA4\u9009\u62E9",Resource:"\u8D44\u6E90\u6392\u961F",Scheduler:"\u4EFB\u52A1\u8C03\u5EA6",Init:"\u4EFB\u52A1\u542F\u52A8",ImagePull:"\u955C\u50CF\u62C9\u53D6",DataMount:"\u6570\u636E\u6302\u8F7D",InitScript:"\u811A\u672C\u521D\u59CB\u5316",Commiting:"\u73AF\u5883\u955C\u50CF\u4FDD\u5B58\u4E2D",Tool:"\u5DE5\u5177\u68C0\u6D4B",JupyterLab:"\u68C0\u6D4B JupyterLab",Tensorboard:"\u68C0\u6D4B Tensorboard",SSH:"\u914D\u7F6E SSH",CommitFailed:"\u73AF\u5883\u955C\u50CF\u4FDD\u5B58\u5931\u8D25",DataPrepare:"\u6570\u636E\u51C6\u5907",ImagePrepare:"\u955C\u50CF\u51C6\u5907",CodePrepare:"\u4EE3\u7801\u51C6\u5907",PullImage:"\u62C9\u53D6\u955C\u50CF",MountData:"\u6302\u8F7D\u6570\u636E",OutputPrepare:"\u4EFB\u52A1\u7ED3\u679C\u51C6\u5907",ResourceCheck:"\u8D44\u6E90\u68C0\u6D4B",IntoTaskPool:"\u8FDB\u5165\u4EFB\u52A1\u6C60",WaitingScheduler:"\u7B49\u5F85\u8C03\u5EA6",N:"\u65E0"}},deleteConfirm:{delete:"\u786E\u5B9A\u5220\u9664\uFF1F",confirm:"\u6211\u5DF2\u660E\u767D\uFF0C\u786E\u5B9A\u5220\u9664"},empty:{text:"\u6682\u65E0\u6570\u636E"},projectCard:{cloning:"\u514B\u9686\u4E2D\u2026",create:"\u521B\u5EFA\u4E8E",tags:"\u6682\u65E0\u6807\u7B7E",m:"{m}\u5206\u949F\u524D",h:"{h}\u5C0F\u65F6\u524D",d:"{d}\u5929\u524D",w:"{w}\u5468\u524D",month:"{m}\u6708\u524D",y:"{y}\u5E74\u524D",instance:"\u5F00\u53D1",stopTime:"\u73AF\u5883\u5C06\u4E8E{time}\u540E\u81EA\u52A8\u505C\u6B62",task:"\u8BAD\u7EC3",taskCount:"\u9879\u76EE\u5185\u5171{count}\u4E2A\u8BAD\u7EC3\u4EFB\u52A1",visual:"\u53EF\u89C6\u5316"},projectCardList:{total:"\u5171 {total} \u6761"},messageText:{config:{task:"\u8BAD\u7EC3\u4EFB\u52A1",instance:"\u5F00\u53D1\u73AF\u5883",visual:"\u53EF\u89C6\u5316",autoTask:"\u81EA\u52A8\u4EFB\u52A1",dataset:"\u6570\u636E\u96C6",resultSet:"\u7ED3\u679C\u96C6",codeSet:"\u4EE3\u7801\u96C6",imageRepository:"\u955C\u50CF\u4ED3\u5E93",image:"\u955C\u50CF",dataSource:"\u5916\u90E8\u6570\u636E\u6E90",codeRepository:"\u5916\u90E8\u4EE3\u7801\u4ED3\u5E93",model:"\u6A21\u578B",imageTag:"\u955C\u50CFTag",codeVersion:"\u4EE3\u7801\u7248\u672C",cluster:"\u96C6\u7FA4",node:"\u8282\u70B9",gpu:"GPU",application:"\u5E94\u7528",systemService:"\u7CFB\u7EDF\u670D\u52A1",license:"\u8BB8\u53EF\u8BC1",inStorage:"\u5185\u7F6E\u5B58\u50A8",maximum:"\u6700\u5927\u503C",minimum:"\u6700\u5C0F\u503C",sum:"\u6C42\u548C\u503C",average:"\u5E73\u5747\u503C",count:"\u8BA1\u6570\u503C"},projectName:{of:"\u7684",project:"\u9879\u76EE"},space:{space:"\u7A7A\u95F4",belong:"\u6240\u5C5E"},template1:{start:"\u5DF2\u5F00\u59CB\u8FD0\u884C"},template2:{stop:"\u5DF2\u505C\u6B62"},template3:{success:"\u5DF2\u8FD0\u884C\u6210\u529F"},template4:{execute:"\u5DF2\u8FD0\u884C\u5931\u8D25"},template5:{urgent:"\u8BBE\u4E3A\u7D27\u6025\u4EFB\u52A1"},template6:{fail:"\u83B7\u53D6\u5916\u90E8\u7AEF\u53E3\u5931\u8D25\uFF0C\u8BF7\u5C1D\u8BD5\u5220\u9664\u8BE5\u5185\u90E8\u7AEF\u53E3",add:"\u540E\u91CD\u65B0\u6DFB\u52A0"},template7:{tryAgain:"\u505C\u6B62\u5E76\u4FDD\u5B58\u73AF\u5883\u955C\u50CF\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5"},template8:{delete:"\u5DF2\u5220\u9664{text1}{text2}"},template9:{delete:"\u5DF2\u5C06{text1}\u4ECE{text2}\u4E2D\u5220\u9664 "},template10:{clone:"\u7684\u4EE3\u7801\u96C6\u5DF2\u514B\u9686\u5B8C\u6210"},template11:{codeVersion:"\u7684\u4EE3\u7801\u7248\u672C",create:"\u5DF2\u65B0\u5EFA\u5B8C\u6210"},template12:{text:"\u5DE5\u4F5C\u955C\u50CF\u300C{text}\u300D\u4FDD\u5B58\u6210\u529F"},template14:{node:"\u8282\u70B9",configure:"\u5DF2\u7ECF\u914D\u7F6E\u4E3A\u5B58\u50A8\u8282\u70B9"},template15:{node:"\u8282\u70B9",configure:"\u5DF2\u7ECF\u914D\u7F6E\u4E3A\u975E\u5B58\u50A8\u8282\u70B9"},template16:{image:"\u5DE5\u4F5C\u955C\u50CF",save:"\u5DF2\u53E6\u5B58\u4E3A\u6210\u529F\uFF0C\u7ACB\u5373",task:"\u63D0\u4EA4\u8BAD\u7EC3\u4EFB\u52A1"},template17:{image:"\u5DE5\u4F5C\u955C\u50CF",fail:"\u5DF2\u53E6\u5B58\u4E3A\u5931\u8D25\uFF0C\u8BF7\u91CD\u65B0\u4FDD\u5B58\u540E\u63D0\u4EA4"},template18:{dataset:"\u6570\u636E",cache:" \u7684\u7F13\u5B58\u5DF2\u4ECE\u7CFB\u7EDF\u91CA\u653E "},template19:{stop:"\u5DF2\u81EA\u52A8\u505C\u6B62\uFF0C\u56E0\u4E3A\u4EFB\u52A1\u7684\u7F13\u5B58\u6570\u636E",release:"\u88AB\u7BA1\u7406\u5458\u91CA\u653E"},template20:{urgent:"\u8BBE\u4E3A\u7D27\u6025\u4EFB\u52A1"},template21:{start:"\u5DF2\u542F\u52A8"},template22:{stop:"\u5DF2\u505C\u6B62"},template23:{fail:"\u505C\u6B62\u5E76\u4FDD\u5B58\u73AF\u5883\u955C\u50CF\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5"},template24:{delete:"\u5DF2\u5220\u9664{text1}{text2}"},template25:{delete:"\u5DF2\u5C06{image}\u4ECE{dataSet}\u4E2D\u5220\u9664"},template26:{convert:"\u8F6C\u6362\u4E3A\u7269\u7406\u5361"},template27:{convert:"\u8F6C\u6362\u4E3A\u865A\u62DF\u5361"},template28:{stop:"\u5DF2\u88AB\u7A7A\u95F4\u62E5\u6709\u8005\u505C\u6B62"},template29:{delete:"\u5DF2\u88AB\u7A7A\u95F4\u62E5\u6709\u8005\u5220\u9664"},template30:{delete:"\u5DF2\u88AB\u7A7A\u95F4\u62E5\u6709\u8005\u5220\u9664"},template31:{owner:"\u5DF2\u88AB\u7A7A\u95F4\u62E5\u6709\u8005\u4ECE",delete:" \u4E2D\u5220\u9664 "},template32:{urgent:"\u5DF2\u88AB\u7BA1\u7406\u5458\u8BBE\u4E3A\u7D27\u6025\u4EFB\u52A1"},template33:{start:"\u5DF2\u88AB\u7BA1\u7406\u5458\u542F\u52A8"},template34:{stop:"\u5DF2\u88AB\u7BA1\u7406\u5458\u505C\u6B62"},template35:{delete:"\u5DF2\u88AB\u7BA1\u7406\u5458\u5220\u9664"},template36:{delete:"\u5DF2\u88AB\u7BA1\u7406\u5458\u5220\u9664"},template37:{text:"{image}\u5DF2\u88AB\u7BA1\u7406\u5458\u4ECE",delete:"\u4E2D\u5220\u9664"},template38:{node:"\u8282\u70B9",fail:"\u914D\u7F6E\u4E3A\u5B58\u50A8\u8282\u70B9\u5931\u8D25"},template39:{node:"\u8282\u70B9",fail:"\u914D\u7F6E\u4E3A\u975E\u5B58\u50A8\u8282\u70B9\u5931\u8D25"},template50:{user:"\u7528\u6237",join:"\u5DF2\u52A0\u5165"},template51:{transfer:"\u60A8\u5DF2\u88AB\u8F6C\u8BA9\u4E3A",owner:"\u7684\u62E5\u6709\u8005"},template52:{text:"\u8BA2\u5355 {order} \u7684\u9000\u6B3E\u5DF2\u539F\u8DEF\u8FD4\u56DE\u81F3\u5145\u503C\u5E10\u6237\uFF0C\u8BF7\u6CE8\u610F\u67E5\u6536\u3002\uFF08\u9000\u6B3E\u91D1\u989D\uFF1A\xA5 {count})"},template54:{text:" \u5DF2\u6B20\u8D39\uFF0C\u7A7A\u95F4\u5185\u7684\u8BA1\u7B97\u4EFB\u52A1\u5DF2\u505C\u6B62\u8FD0\u884C\u3002"},template55:{cluster:"\u96C6\u7FA4 {cluster}",node:"\u4E2D\u8282\u70B9",text:"\u7684\u7F13\u5B58\u670D\u52A1\u5F02\u5E38\uFF0C\u5C06\u5F71\u54CD\u5230\u6B64\u8282\u70B9\u4E0A\u8FD0\u884C\u7684\u7F13\u5B58\u4EFB\u52A1\uFF0C\u82E5\u5DF2\u6709\u5931\u8D25\u7684\u7F13\u5B58\u4EFB\u52A1\u53EF\u5C1D\u8BD5\u91CD\u542F\u4EE5\u8C03\u5EA6\u81F3\u5176\u5B83\u8282\u70B9\u3002"},template56:{information:"{count} \u6761\u7528\u6237\u4FE1\u606F\u5BFC\u5165\u5931\u8D25\uFF0C\u8BF7\u53C2\u8003",record:"\u5931\u8D25\u8BB0\u5F55",correct:"\u5E76\u4E8E\u4FEE\u6B63\u540E\u91CD\u65B0\u4E0A\u4F20\u5BFC\u5165\u5931\u8D25\u7684\u7528\u6237\u3002"},template60:{text:"\u6B22\u8FCE\u4F7F\u7528\u672C\u7CFB\u7EDF\uFF0C\u4E3A\u4E86\u60A8\u7684\u8D26\u6237\u5B89\u5168\uFF0C\u5EFA\u8BAE\u60A8\u5C3D\u5FEB ",changePassword:"\u4FEE\u6539\u5BC6\u7801\u3002"},template73:{del:"\u5DF2\u88AB\u7A7A\u95F4\u62E5\u6709\u8005\u5220\u9664"},template75:{del:"\u5DF2\u88AB\u7BA1\u7406\u5458\u5220\u9664"},template81:{space:"\u60A8\u5728",text:"\u7684\u8D39\u7528\u989D\u5EA6\u5DF2\u7528\u5B8C\uFF0C\u7A7A\u95F4\u5185\u7684\u8BA1\u7B97\u4EFB\u52A1\u5DF2\u505C\u6B62\u8FD0\u884C\u3002"},template101:{del:"\u63D0\u4EA4\u53D1\u5E03\u81F3\u793E\u533A\u7684\u6570\u636E\u300C{dataName}\u300D\u5DF2\u88AB\u7A7A\u95F4\u62E5\u6709\u8005\u5220\u9664"},template102:{del:"\u63D0\u4EA4\u53D1\u5E03\u81F3\u793E\u533A\u7684\u6570\u636E\u300C{dataName}\u300D\u5DF2\u88AB\u6570\u636E\u5BA1\u6838\u4EBA\u5458\u5220\u9664\u3002\u5982\u6709\u7591\u95EE\uFF0C\u8BF7\u6DFB\u52A0\u5BA2\u670D\u5FAE\u4FE1\u54A8\u8BE2\u8BE6\u60C5"},template103:{congratulations:"\u606D\u559C\uFF01\u6570\u636E",publish:"\u5DF2\u901A\u8FC7\u5BA1\u6838\u5E76\u53D1\u5E03\u81F3\u793E\u533A"},template104:{dataset:"\u6570\u636E",noPass:"\u6682\u672A\u901A\u8FC7\u5BA1\u6838\uFF0C\u60A8\u53EF",check:"\u7ACB\u5373\u67E5\u770B\u5BA1\u6838\u610F\u89C1",modify:"\u5E76\u4E8E\u4FEE\u6539\u540E\u518D\u6B21\u63D0\u4EA4"},template111:{dataset:"\u793E\u533A\u6570\u636E",clone:"\u5DF2\u88AB\u514B\u9686\u6210\u529F"},template112:{title:"\u6570\u636E\u96C6",sftp:"\u7684SFTP \u4F20\u8F93\u901A\u9053\u5DF2\u5F00\u542F\u8D85\u8FC7\u4E00\u5468\uFF0C\u73B0\u5DF2\u81EA\u52A8\u5173\u95ED\uFF0C\u5982\u60A8\u4ECD\u9700\u66F4\u65B0\u6B64\u6570\u636E\uFF0C\u53EF\u518D\u6B21\u5728\u6B64\u6570\u636E\u96C6\u5185\u5F00\u542F\u65B0\u901A\u9053\u7EED\u4F20"},template113:{title:"\u6570\u636E\u96C6",sftp:"\u7684SFTP\u4F20\u8F93\u901A\u9053\u5DF2\u88AB\u7BA1\u7406\u5458\u5173\u95ED"},template114:{title:"\u6A21\u578B",sftp:"\u7684SFTP \u4F20\u8F93\u901A\u9053\u5DF2\u5F00\u542F\u8D85\u8FC7\u4E00\u5468\uFF0C\u73B0\u5DF2\u81EA\u52A8\u5173\u95ED\uFF0C\u5982\u60A8\u4ECD\u9700\u66F4\u65B0\u6B64\u6570\u636E\uFF0C\u53EF\u518D\u6B21\u5728\u6B64\u6A21\u578B\u5185\u5F00\u542F\u65B0\u901A\u9053\u7EED\u4F20"},template115:{title:"\u6A21\u578B",sftp:"\u7684SFTP\u4F20\u8F93\u901A\u9053\u5DF2\u88AB\u7BA1\u7406\u5458\u5173\u95ED"},template116:{title:"\u6570\u636E\u96C6",compress:"\u7684\u538B\u7F29\u5305",success:"\u5DF2\u89E3\u538B\u6210\u529F\uFF0C\u5220\u9664\u538B\u7F29\u5305\u53EF\u91CA\u653E\u5B58\u50A8\u7A7A\u95F4"},template117:{title:"\u6570\u636E\u96C6",compress:"\u7684\u538B\u7F29\u5305",fail:"\u5DF2\u89E3\u538B\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u3002\u5982\u6709\u7834\u635F\u6587\u4EF6\uFF0C\u5EFA\u8BAE\u53CA\u65F6\u6E05\u7406\u4EE5\u91CA\u653E\u5B58\u50A8"},template118:{title:"\u6A21\u578B",compress:"\u7684\u538B\u7F29\u5305",success:"\u5DF2\u89E3\u538B\u6210\u529F\uFF0C\u5220\u9664\u538B\u7F29\u5305\u53EF\u91CA\u653E\u5B58\u50A8\u7A7A\u95F4"},template119:{title:"\u6A21\u578B",compress:"\u7684\u538B\u7F29\u5305",fail:"\u5DF2\u89E3\u538B\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u3002\u5982\u6709\u7834\u635F\u6587\u4EF6\uFF0C\u5EFA\u8BAE\u53CA\u65F6\u6E05\u7406\u4EE5\u91CA\u653E\u5B58\u50A8"},template120:{port:"\u5185\u90E8\u7AEF\u53E3",address:"\u5DF2\u88AB\u7BA1\u7406\u5458\u5220\u9664\uFF0C\u5916\u90E8\u8BBF\u95EE\u5730\u5740: "},template121:{text:"\u5DF2\u5220\u9664{dataset}{target}",version:"\u7684{version}\u7248\u672C",temporary:"\u6682\u5B58\u6570\u636E"},template122:{text:"\u7684{target}\u300C{fileName}\u300D\u5DF2\u6210\u529F\u5BFC\u51FA\u6570\u636E\u96C6",file:"\u6587\u4EF6",folder:"\u6587\u4EF6\u5939"},template123:{text:"\u7684{target}\u300C{dataset}\u5BFC\u51FA\u6570\u636E\u96C6\u300C{codeSet}\u300D\u5931\u8D25",file:"\u6587\u4EF6",folder:"\u6587\u4EF6\u5939"},template124:{text:"\u7684\u4EFB\u52A1\u7ED3\u679C",success:"\u5DF2\u6210\u529F\u5BFC\u51FA\u6570\u636E\u96C6"},template125:{text:"\u7684\u4EFB\u52A1\u7ED3\u679C",fail:"\u5BFC\u51FA\u6570\u636E\u96C6\u300C{dataset}\u300D\u5931\u8D25"},template126:{text:"\u7684\u4EFB\u52A1\u7ED3\u679C",success:"\u5DF2\u6210\u529F\u5BFC\u51FA\u6A21\u578B"},template127:{text:"\u7684\u4EFB\u52A1\u7ED3\u679C",fail:"\u5BFC\u51FA\u6A21\u578B\u300C{model}\u300D\u5931\u8D25"},template128:{text:"\u4EE3\u7801\u7684\u538B\u7F29\u5305\u300C{file}\u300D\u5DF2\u89E3\u538B\u6210\u529F\uFF0C\u5220\u9664\u538B\u7F29\u5305\u53EF\u91CA\u653E\u5B58\u50A8\u7A7A\u95F4"},template129:{text:"\u4EE3\u7801\u7684\u538B\u7F29\u5305\u300C{file}\u300D\u5DF2\u89E3\u538B\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5"},template135:{text:"\u7684{target}\u300C{fileName}\u300D\u5DF2\u6210\u529F\u5BFC\u51FA\u6A21\u578B",file:"\u4EE3\u7801\u6587\u4EF6\u6587\u4EF6",folder:"\u4EE3\u7801\u6587\u4EF6\u6587\u4EF6\u5939"},template136:{text:"\u7684{target}\u300C{fileName}\u300D\u5BFC\u51FA\u6A21\u578B\u300C{model}\u300D\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5",file:"\u4EE3\u7801\u6587\u4EF6\u6587\u4EF6",folder:"\u4EE3\u7801\u6587\u4EF6\u6587\u4EF6\u5939"},template151:{text:"\u7684\u4EE3\u7801\u6B63\u5728\u7EF4\u62A4\u4E2D\uFF0C\u521B\u5EFA\u4EE3\u7801\u7248\u672C\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"},template152:{text:"\u7684\u4EE3\u7801\u7531\u4E8E\u6B63\u5728\u8FDB\u884C\u7F51\u9875\u4FEE\u6539\u6216\u5DF2\u6302\u8F7D\u81F3\u8FD0\u884C\u4E2D\u7684\u5F00\u53D1\u73AF\u5883\uFF0C\u521B\u5EFA\u4EE3\u7801\u7248\u672C\u5931\u8D25\uFF0C\u8BF7\u4E8E\u505C\u6B62\u5F00\u53D1\u73AF\u5883\u540E\u91CD\u8BD5"},template153:{title:"\u7684\u4EFB\u52A1\u7ED3\u679C",text:"\u6B63\u5728\u7EF4\u62A4\u4E2D\uFF0C\u5BFC\u51FA\u6A21\u578B\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"},template154:{title:"\u7684\u4EFB\u52A1\u7ED3\u679C",text:" \u7531\u4E8E\u6B63\u5728\u8FDB\u884C\u7F51\u9875\u4FEE\u6539\u6216\u5DF2\u6302\u8F7D\u81F3\u8FD0\u884C\u4E2D\u7684\u53EF\u89C6\u5316\u4EFB\u52A1\uFF0C\u5BFC\u51FA\u6A21\u578B\u5931\u8D25\uFF0C\u8BF7\u4E8E\u53EF\u89C6\u5316\u4EFB\u52A1\u505C\u6B62\u540E\u91CD\u8BD5"},template155:{title:"\u6570\u636E\u96C6",text:"\u6B63\u5728\u7EF4\u62A4\u4E2D\uFF0C\u89E3\u538B\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"},template156:{title:"\u6570\u636E\u96C6",text:"\u6B63\u5728\u7EF4\u62A4\u4E2D\uFF0C\u63D0\u4EA4\u53D1\u5E03\u81F3\u793E\u533A\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5 "},template157:{title:"\u793E\u533A\u6570\u636E",text:"\u6B63\u5728\u7EF4\u62A4\u4E2D\uFF0C\u514B\u9686\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"},template158:{text:"\u9879\u76EE\u300C{projectName}\u300D\u7684\u4EE3\u7801\u7248\u672C\u300C{versionName}\u300D\u5DF2\u88AB\u7A7A\u95F4\u62E5\u6709\u8005\u5220\u9664"},template200:{text:"\u7A7A\u95F4\u6210\u5458 {member} \u7684\u6570\u636E",publish:"\u5DF2\u53D1\u5E03\u81F3\u793E\u533A"},template201:{text:"\u7A7A\u95F4\u6210\u5458{member}\u7684",publish:"\u5DF2\u53D1\u5E03\u81F3\u793E\u533A"},template202:{text:"\u63D0\u4EA4\u53D1\u5E03\u81F3\u793E\u533A\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u540E\u91CD\u8BD5"},template205:{community:"\u793E\u533A",clone:"\u5DF2\u514B\u9686\u6210\u529F"},template206:{community:"\u514B\u9686\u793E\u533A",clone:"\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u540E\u91CD\u8BD5"},template208:{dataset:"\u6570\u636E",publish:"\u63D0\u4EA4\u53D1\u5E03\u81F3\u793E\u533A\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u540E\u91CD\u8BD5"},template210:{community:"\u793E\u533A\u6570\u636E",clone:"\u5DF2\u514B\u9686\u6210\u529F"},template211:{community:"\u514B\u9686\u793E\u533A\u6570\u636E",clone:"\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u540E\u91CD\u8BD5"},template300:{text:"\u9080\u8BF7\u6D3B\u52A8\u8D60\u9001{count}\uFFE5 \u4F53\u9A8C\u91D1\u5DF2\u5230\u8D26"},template301:{text:"\u9080\u8BF7\u6D3B\u52A8\u8D60\u9001{count}\uFFE5 \u4F53\u9A8C\u91D1\u5DF2\u9000\u56DE"},template1000:{node:"\u8282\u70B9",in:"\u4E2D",time:"\u4E14 \u6301\u7EED{time}\u5206\u949F",cluster:"\u6240\u5C5E\u96C6\u7FA4\uFF1A"},template1011:{work:"\u5DE5\u4F5C\u8282\u70B9",abnormal:"\u72B6\u6001\u5F02\u5E38- \u6240\u5C5E\u96C6\u7FA4\uFF1A{cluster}"},template1012:{master:"\u4E3B\u63A7\u8282\u70B9",abnormal:"\u72B6\u6001\u5F02\u5E38- \u6240\u5C5E\u96C6\u7FA4\uFF1A{cluster}"},template1013:{fail:"\u8F6C\u5361\u5931\u8D25- \u6240\u5C5E\u96C6\u7FA4\uFF1A{cluster}"},template1014:{service:"\u7CFB\u7EDF\u670D\u52A1",abnormal:"\u72B6\u6001\u5F02\u5E38- \u6240\u5C5E\u96C6\u7FA4\uFF1A{cluster}"},template1015:{license:"\u8BB8\u53EF\u8BC1",expire:"\u5373\u5C06\u5931\u6548"},template1016:{image:"\u955C\u50CF",built:"\u5DF2\u6784\u5EFA\u5B8C\u6210"},template1017:{image:"\u955C\u50CF",built:"\u6784\u5EFA\u5931\u8D25"},template1018:{text:"\u60A8\u4FDD\u5B58\u7684\u4E34\u65F6\u955C\u50CF\u5927\u4E8E40G\uFF0C\u4FDD\u5B58\u5931\u8D25\uFF0C\u8BF7\u4EE5\u6807\u51C6\u6784\u5EFA\u65B9\u5F0F",build:"\u53BB\u6784\u5EFA"},template1019:{text:"\u60A8\u4FDD\u5B58\u4E34\u65F6\u955C\u50CF\u5931\u8D25 \uFF0C\u8BF7\u4EE5\u6807\u51C6\u6784\u5EFA\u65B9\u5F0F",build:"\u53BB\u6784\u5EFA"}},imageCard:{official:"\u5B98\u65B9",private:"\u79C1\u6709",public:"\u516C\u5F00",temporary:"\u4E34\u65F6",create:"\u521B\u5EFA\u4E0E",describe:"\u6682\u65E0\u63CF\u8FF0",tag:"\u6682\u65E0\u6807\u7B7E",layer:"\u5C42\u6570\uFF1A",size:"\u538B\u7F29\u540E\u5927\u5C0F\uFF1A"},instanceCard:{card:"\u5361",memoryPer:"\u6BCF\u5361\u663E\u5B58",core:"\u6838",memory:"\u5185\u5B58",storage:"\u4E34\u65F6\u5B58\u50A8"}}};function tG(r){return(t,e)=>eG(t,e,hi(r))}function eG(r,t,e){return Xl(e,r,r).replace(/\{(\w+)\}/g,(n,i)=>{var a;return`${(a=t==null?void 0:t[i])!=null?a:`{${i}}`}`})}function rG(r){const t=ln(()=>hi(r).name),e=Om(r)?r:Ll(r);return{lang:t,locale:e,t:tG(r)}}function nG(){const r=xp("locale");return rG(ln(()=>r.value||Qz))}const iG="greeks",aG="is-",ia=(r,t,e,n,i)=>{let a=`${r}-${t}`;return e&&(a+=`-${e}`),n&&(a+=`__${n}`),i&&(a+=`--${i}`),a},Cb=r=>{const t=xp("namespace",iG);return{namespace:t,b:(p="")=>ia(t.value,r,p,"",""),e:p=>p?ia(t.value,r,"",p,""):"",m:p=>p?ia(t.value,r,"","",p):"",be:(p,g)=>p&&g?ia(t.value,r,p,g,""):"",em:(p,g)=>p&&g?ia(t.value,r,"",p,g):"",bm:(p,g)=>p&&g?ia(t.value,r,p,"",g):"",bem:(p,g,d)=>p&&g&&d?ia(t.value,r,p,g,d):"",is:(p,...g)=>{const d=g.length>=1?g[0]:!0;return p&&d?`${aG}${p}`:""},cssVar:p=>{const g={};for(const d in p)p[d]&&(g[`--${t.value}-${d}`]=p[d]);return g},cssVarName:p=>`--${t.value}-${p}`,cssVarBlock:p=>{const g={};for(const d in p)p[d]&&(g[`--${t.value}-${r}-${d}`]=p[d]);return g},cssVarBlockName:p=>`--${t.value}-${r}-${p}`}};zs({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200}}),Ll(0),zs({});var Tb=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},oG={exports:{}};(function(r,t){(function(n,i){r.exports=i()})(Tb,function(){return function(){var e={686:function(a,o,s){s.d(o,{default:function(){return W}});var u=s(279),l=s.n(u),f=s(370),h=s.n(f),c=s(817),v=s.n(c);function p(G){try{return document.execCommand(G)}catch(V){return!1}}var g=function(V){var $=v()(V);return p("cut"),$},d=g;function y(G){var V=document.documentElement.getAttribute("dir")==="rtl",$=document.createElement("textarea");$.style.fontSize="12pt",$.style.border="0",$.style.padding="0",$.style.margin="0",$.style.position="absolute",$.style[V?"right":"left"]="-9999px";var X=window.pageYOffset||document.documentElement.scrollTop;return $.style.top="".concat(X,"px"),$.setAttribute("readonly",""),$.value=G,$}var m=function(V,$){var X=y(V);$.container.appendChild(X);var q=v()(X);return p("copy"),X.remove(),q},_=function(V){var $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},X="";return typeof V=="string"?X=m(V,$):V instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(V==null?void 0:V.type)?X=m(V.value,$):(X=v()(V),p("copy")),X},S=_;function w(G){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?w=function($){return typeof $}:w=function($){return $&&typeof Symbol=="function"&&$.constructor===Symbol&&$!==Symbol.prototype?"symbol":typeof $},w(G)}var b=function(){var V=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},$=V.action,X=$===void 0?"copy":$,q=V.container,K=V.target,tt=V.text;if(X!=="copy"&&X!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(K!==void 0)if(K&&w(K)==="object"&&K.nodeType===1){if(X==="copy"&&K.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(X==="cut"&&(K.hasAttribute("readonly")||K.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(tt)return S(tt,{container:q});if(K)return X==="cut"?d(K):S(K,{container:q})},x=b;function A(G){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?A=function($){return typeof $}:A=function($){return $&&typeof Symbol=="function"&&$.constructor===Symbol&&$!==Symbol.prototype?"symbol":typeof $},A(G)}function D(G,V){if(!(G instanceof V))throw new TypeError("Cannot call a class as a function")}function C(G,V){for(var $=0;$<V.length;$++){var X=V[$];X.enumerable=X.enumerable||!1,X.configurable=!0,"value"in X&&(X.writable=!0),Object.defineProperty(G,X.key,X)}}function T(G,V,$){return V&&C(G.prototype,V),$&&C(G,$),G}function I(G,V){if(typeof V!="function"&&V!==null)throw new TypeError("Super expression must either be null or a function");G.prototype=Object.create(V&&V.prototype,{constructor:{value:G,writable:!0,configurable:!0}}),V&&F(G,V)}function F(G,V){return F=Object.setPrototypeOf||function(X,q){return X.__proto__=q,X},F(G,V)}function P(G){var V=k();return function(){var X=B(G),q;if(V){var K=B(this).constructor;q=Reflect.construct(X,arguments,K)}else q=X.apply(this,arguments);return L(this,q)}}function L(G,V){return V&&(A(V)==="object"||typeof V=="function")?V:R(G)}function R(G){if(G===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return G}function k(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(G){return!1}}function B(G){return B=Object.setPrototypeOf?Object.getPrototypeOf:function($){return $.__proto__||Object.getPrototypeOf($)},B(G)}function N(G,V){var $="data-clipboard-".concat(G);if(!!V.hasAttribute($))return V.getAttribute($)}var z=function(G){I($,G);var V=P($);function $(X,q){var K;return D(this,$),K=V.call(this),K.resolveOptions(q),K.listenClick(X),K}return T($,[{key:"resolveOptions",value:function(){var q=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof q.action=="function"?q.action:this.defaultAction,this.target=typeof q.target=="function"?q.target:this.defaultTarget,this.text=typeof q.text=="function"?q.text:this.defaultText,this.container=A(q.container)==="object"?q.container:document.body}},{key:"listenClick",value:function(q){var K=this;this.listener=h()(q,"click",function(tt){return K.onClick(tt)})}},{key:"onClick",value:function(q){var K=q.delegateTarget||q.currentTarget,tt=this.action(K)||"copy",vt=x({action:tt,container:this.container,target:this.target(K),text:this.text(K)});this.emit(vt?"success":"error",{action:tt,text:vt,trigger:K,clearSelection:function(){K&&K.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(q){return N("action",q)}},{key:"defaultTarget",value:function(q){var K=N("target",q);if(K)return document.querySelector(K)}},{key:"defaultText",value:function(q){return N("text",q)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(q){var K=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return S(q,K)}},{key:"cut",value:function(q){return d(q)}},{key:"isSupported",value:function(){var q=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],K=typeof q=="string"?[q]:q,tt=!!document.queryCommandSupported;return K.forEach(function(vt){tt=tt&&!!document.queryCommandSupported(vt)}),tt}}]),$}(l()),W=z},828:function(a){var o=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var s=Element.prototype;s.matches=s.matchesSelector||s.mozMatchesSelector||s.msMatchesSelector||s.oMatchesSelector||s.webkitMatchesSelector}function u(l,f){for(;l&&l.nodeType!==o;){if(typeof l.matches=="function"&&l.matches(f))return l;l=l.parentNode}}a.exports=u},438:function(a,o,s){var u=s(828);function l(c,v,p,g,d){var y=h.apply(this,arguments);return c.addEventListener(p,y,d),{destroy:function(){c.removeEventListener(p,y,d)}}}function f(c,v,p,g,d){return typeof c.addEventListener=="function"?l.apply(null,arguments):typeof p=="function"?l.bind(null,document).apply(null,arguments):(typeof c=="string"&&(c=document.querySelectorAll(c)),Array.prototype.map.call(c,function(y){return l(y,v,p,g,d)}))}function h(c,v,p,g){return function(d){d.delegateTarget=u(d.target,v),d.delegateTarget&&g.call(c,d)}}a.exports=f},879:function(a,o){o.node=function(s){return s!==void 0&&s instanceof HTMLElement&&s.nodeType===1},o.nodeList=function(s){var u=Object.prototype.toString.call(s);return s!==void 0&&(u==="[object NodeList]"||u==="[object HTMLCollection]")&&"length"in s&&(s.length===0||o.node(s[0]))},o.string=function(s){return typeof s=="string"||s instanceof String},o.fn=function(s){var u=Object.prototype.toString.call(s);return u==="[object Function]"}},370:function(a,o,s){var u=s(879),l=s(438);function f(p,g,d){if(!p&&!g&&!d)throw new Error("Missing required arguments");if(!u.string(g))throw new TypeError("Second argument must be a String");if(!u.fn(d))throw new TypeError("Third argument must be a Function");if(u.node(p))return h(p,g,d);if(u.nodeList(p))return c(p,g,d);if(u.string(p))return v(p,g,d);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function h(p,g,d){return p.addEventListener(g,d),{destroy:function(){p.removeEventListener(g,d)}}}function c(p,g,d){return Array.prototype.forEach.call(p,function(y){y.addEventListener(g,d)}),{destroy:function(){Array.prototype.forEach.call(p,function(y){y.removeEventListener(g,d)})}}}function v(p,g,d){return l(document.body,p,g,d)}a.exports=f},817:function(a){function o(s){var u;if(s.nodeName==="SELECT")s.focus(),u=s.value;else if(s.nodeName==="INPUT"||s.nodeName==="TEXTAREA"){var l=s.hasAttribute("readonly");l||s.setAttribute("readonly",""),s.select(),s.setSelectionRange(0,s.value.length),l||s.removeAttribute("readonly"),u=s.value}else{s.hasAttribute("contenteditable")&&s.focus();var f=window.getSelection(),h=document.createRange();h.selectNodeContents(s),f.removeAllRanges(),f.addRange(h),u=f.toString()}return u}a.exports=o},279:function(a){function o(){}o.prototype={on:function(s,u,l){var f=this.e||(this.e={});return(f[s]||(f[s]=[])).push({fn:u,ctx:l}),this},once:function(s,u,l){var f=this;function h(){f.off(s,h),u.apply(l,arguments)}return h._=u,this.on(s,h,l)},emit:function(s){var u=[].slice.call(arguments,1),l=((this.e||(this.e={}))[s]||[]).slice(),f=0,h=l.length;for(f;f<h;f++)l[f].fn.apply(l[f].ctx,u);return this},off:function(s,u){var l=this.e||(this.e={}),f=l[s],h=[];if(f&&u)for(var c=0,v=f.length;c<v;c++)f[c].fn!==u&&f[c].fn._!==u&&h.push(f[c]);return h.length?l[s]=h:delete l[s],this}},a.exports=o,a.exports.TinyEmitter=o}},n={};function i(a){if(n[a])return n[a].exports;var o=n[a]={exports:{}};return e[a](o,o.exports,i),o.exports}return function(){i.n=function(a){var o=a&&a.__esModule?function(){return a.default}:function(){return a};return i.d(o,{a:o}),o}}(),function(){i.d=function(a,o){for(var s in o)i.o(o,s)&&!i.o(a,s)&&Object.defineProperty(a,s,{enumerable:!0,get:o[s]})}}(),function(){i.o=function(a,o){return Object.prototype.hasOwnProperty.call(a,o)}}(),i(686)}().default})})(oG);/*!
|
|
33
|
+
* clipboard.js v2.0.11
|
|
34
|
+
* https://clipboardjs.com/
|
|
35
|
+
*
|
|
36
|
+
* Licensed MIT © Zeno Rocha
|
|
37
|
+
*/const sG="2.5.0",Db=(r=[])=>({version:sG,install:(e,n)=>{e[wp]||(e[wp]=!0,r.forEach(i=>e.use(i)),n&&Ab(n,e,!0))}});var Ap=function(r,t){return Ap=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])},Ap(r,t)};function O(r,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ap(r,t);function e(){this.constructor=r}r.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}/*! *****************************************************************************
|
|
38
|
+
Copyright (c) Microsoft Corporation.
|
|
39
|
+
|
|
40
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
41
|
+
purpose with or without fee is hereby granted.
|
|
42
|
+
|
|
43
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
44
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
45
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
46
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
47
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
48
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
49
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
50
|
+
***************************************************************************** */var uG=function(){function r(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1}return r}(),lG=function(){function r(){this.browser=new uG,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow=typeof window!="undefined"}return r}(),_t=new lG;typeof wx=="object"&&typeof wx.getSystemInfoSync=="function"?(_t.wxa=!0,_t.touchEventsSupported=!0):typeof document=="undefined"&&typeof self!="undefined"?_t.worker=!0:typeof navigator=="undefined"||navigator.userAgent.indexOf("Node.js")===0?(_t.node=!0,_t.svgSupported=!0):fG(navigator.userAgent,_t);function fG(r,t){var e=t.browser,n=r.match(/Firefox\/([\d.]+)/),i=r.match(/MSIE\s([\d.]+)/)||r.match(/Trident\/.+?rv:(([\d.]+))/),a=r.match(/Edge?\/([\d.]+)/),o=/micromessenger/i.test(r);n&&(e.firefox=!0,e.version=n[1]),i&&(e.ie=!0,e.version=i[1]),a&&(e.edge=!0,e.version=a[1],e.newEdge=+a[1].split(".")[0]>18),o&&(e.weChat=!0),t.svgSupported=typeof SVGRect!="undefined",t.touchEventsSupported="ontouchstart"in window&&!e.ie&&!e.edge,t.pointerEventsSupported="onpointerdown"in window&&(e.edge||e.ie&&+e.version>=11),t.domSupported=typeof document!="undefined";var s=document.documentElement.style;t.transform3dSupported=(e.ie&&"transition"in s||e.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in s)&&!("OTransition"in s),t.transformSupported=t.transform3dSupported||e.ie&&+e.version>=9}var Cp=12,hG="sans-serif",aa=Cp+"px "+hG,cG=20,vG=100,pG="007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N";function dG(r){var t={};if(typeof JSON=="undefined")return t;for(var e=0;e<r.length;e++){var n=String.fromCharCode(e+32),i=(r.charCodeAt(e)-cG)/vG;t[n]=i}return t}var gG=dG(pG),Si={createCanvas:function(){return typeof document!="undefined"&&document.createElement("canvas")},measureText:function(){var r,t;return function(e,n){if(!r){var i=Si.createCanvas();r=i&&i.getContext("2d")}if(r)return t!==n&&(t=r.font=n||aa),r.measureText(e);e=e||"",n=n||aa;var a=/((?:\d+)?\.?\d*)px/.exec(n),o=a&&+a[1]||Cp,s=0;if(n.indexOf("mono")>=0)s=o*e.length;else for(var u=0;u<e.length;u++){var l=gG[e[u]];s+=l==null?o:l*o}return{width:s}}}(),loadImage:function(r,t,e){var n=new Image;return n.onload=t,n.onerror=e,n.src=r,n}},Eb=gn(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(r,t){return r["[object "+t+"]"]=!0,r},{}),Mb=gn(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(r,t){return r["[object "+t+"Array]"]=!0,r},{}),Gs=Object.prototype.toString,df=Array.prototype,yG=df.forEach,mG=df.filter,Tp=df.slice,_G=df.map,Lb=function(){}.constructor,gf=Lb?Lb.prototype:null,Dp="__proto__",SG=2311;function Ib(){return SG++}function Ep(){for(var r=[],t=0;t<arguments.length;t++)r[t]=arguments[t];typeof console!="undefined"&&console.error.apply(console,r)}function st(r){if(r==null||typeof r!="object")return r;var t=r,e=Gs.call(r);if(e==="[object Array]"){if(!Vs(r)){t=[];for(var n=0,i=r.length;n<i;n++)t[n]=st(r[n])}}else if(Mb[e]){if(!Vs(r)){var a=r.constructor;if(a.from)t=a.from(r);else{t=new a(r.length);for(var n=0,i=r.length;n<i;n++)t[n]=r[n]}}}else if(!Eb[e]&&!Vs(r)&&!Co(r)){t={};for(var o in r)r.hasOwnProperty(o)&&o!==Dp&&(t[o]=st(r[o]))}return t}function St(r,t,e){if(!lt(t)||!lt(r))return e?st(t):r;for(var n in t)if(t.hasOwnProperty(n)&&n!==Dp){var i=r[n],a=t[n];lt(a)&<(i)&&!Y(a)&&!Y(i)&&!Co(a)&&!Co(i)&&!Pb(a)&&!Pb(i)&&!Vs(a)&&!Vs(i)?St(i,a,e):(e||!(n in r))&&(r[n]=st(t[n]))}return r}function Mp(r,t){for(var e=r[0],n=1,i=r.length;n<i;n++)e=St(e,r[n],t);return e}function H(r,t){if(Object.assign)Object.assign(r,t);else for(var e in t)t.hasOwnProperty(e)&&e!==Dp&&(r[e]=t[e]);return r}function ft(r,t,e){for(var n=Ot(t),i=0;i<n.length;i++){var a=n[i];(e?t[a]!=null:r[a]==null)&&(r[a]=t[a])}return r}function At(r,t){if(r){if(r.indexOf)return r.indexOf(t);for(var e=0,n=r.length;e<n;e++)if(r[e]===t)return e}return-1}function bG(r,t){var e=r.prototype;function n(){}n.prototype=t.prototype,r.prototype=new n;for(var i in e)e.hasOwnProperty(i)&&(r.prototype[i]=e[i]);r.prototype.constructor=r,r.superClass=t}function se(r,t,e){if(r="prototype"in r?r.prototype:r,t="prototype"in t?t.prototype:t,Object.getOwnPropertyNames)for(var n=Object.getOwnPropertyNames(t),i=0;i<n.length;i++){var a=n[i];a!=="constructor"&&(e?t[a]!=null:r[a]==null)&&(r[a]=t[a])}else ft(r,t,e)}function ke(r){return!r||typeof r=="string"?!1:typeof r.length=="number"}function E(r,t,e){if(!!(r&&t))if(r.forEach&&r.forEach===yG)r.forEach(t,e);else if(r.length===+r.length)for(var n=0,i=r.length;n<i;n++)t.call(e,r[n],n,r);else for(var a in r)r.hasOwnProperty(a)&&t.call(e,r[a],a,r)}function U(r,t,e){if(!r)return[];if(!t)return Ip(r);if(r.map&&r.map===_G)return r.map(t,e);for(var n=[],i=0,a=r.length;i<a;i++)n.push(t.call(e,r[i],i,r));return n}function gn(r,t,e,n){if(!!(r&&t)){for(var i=0,a=r.length;i<a;i++)e=t.call(n,e,r[i],i,r);return e}}function Xt(r,t,e){if(!r)return[];if(!t)return Ip(r);if(r.filter&&r.filter===mG)return r.filter(t,e);for(var n=[],i=0,a=r.length;i<a;i++)t.call(e,r[i],i,r)&&n.push(r[i]);return n}function Ot(r){if(!r)return[];if(Object.keys)return Object.keys(r);var t=[];for(var e in r)r.hasOwnProperty(e)&&t.push(e);return t}function wG(r,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return function(){return r.apply(t,e.concat(Tp.call(arguments)))}}var Z=gf&&ot(gf.bind)?gf.call.bind(gf.bind):wG;function pt(r){for(var t=[],e=1;e<arguments.length;e++)t[e-1]=arguments[e];return function(){return r.apply(this,t.concat(Tp.call(arguments)))}}function Y(r){return Array.isArray?Array.isArray(r):Gs.call(r)==="[object Array]"}function ot(r){return typeof r=="function"}function J(r){return typeof r=="string"}function Lp(r){return Gs.call(r)==="[object String]"}function Bt(r){return typeof r=="number"}function lt(r){var t=typeof r;return t==="function"||!!r&&t==="object"}function Pb(r){return!!Eb[Gs.call(r)]}function Ke(r){return!!Mb[Gs.call(r)]}function Co(r){return typeof r=="object"&&typeof r.nodeType=="number"&&typeof r.ownerDocument=="object"}function yf(r){return r.colorStops!=null}function xG(r){return r.image!=null}function Fb(r){return r!==r}function we(){for(var r=[],t=0;t<arguments.length;t++)r[t]=arguments[t];for(var e=0,n=r.length;e<n;e++)if(r[e]!=null)return r[e]}function dt(r,t){return r!=null?r:t}function Hn(r,t,e){return r!=null?r:t!=null?t:e}function Ip(r){for(var t=[],e=1;e<arguments.length;e++)t[e-1]=arguments[e];return Tp.apply(r,t)}function Pp(r){if(typeof r=="number")return[r,r,r,r];var t=r.length;return t===2?[r[0],r[1],r[0],r[1]]:t===3?[r[0],r[1],r[2],r[1]]:r}function cr(r,t){if(!r)throw new Error(t)}function Yr(r){return r==null?null:typeof r.trim=="function"?r.trim():r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var Rb="__ec_primitive__";function mf(r){r[Rb]=!0}function Vs(r){return r[Rb]}var AG=function(){function r(){this.data={}}return r.prototype.delete=function(t){var e=this.has(t);return e&&delete this.data[t],e},r.prototype.has=function(t){return this.data.hasOwnProperty(t)},r.prototype.get=function(t){return this.data[t]},r.prototype.set=function(t,e){return this.data[t]=e,this},r.prototype.keys=function(){return Ot(this.data)},r.prototype.forEach=function(t){var e=this.data;for(var n in e)e.hasOwnProperty(n)&&t(e[n],n)},r}(),Bb=typeof Map=="function";function CG(){return Bb?new Map:new AG}var TG=function(){function r(t){var e=Y(t);this.data=CG();var n=this;t instanceof r?t.each(i):t&&E(t,i);function i(a,o){e?n.set(a,o):n.set(o,a)}}return r.prototype.hasKey=function(t){return this.data.has(t)},r.prototype.get=function(t){return this.data.get(t)},r.prototype.set=function(t,e){return this.data.set(t,e),e},r.prototype.each=function(t,e){this.data.forEach(function(n,i){t.call(e,n,i)})},r.prototype.keys=function(){var t=this.data.keys();return Bb?Array.from(t):t},r.prototype.removeKey=function(t){this.data.delete(t)},r}();function et(r){return new TG(r)}function _f(r,t){for(var e=new r.constructor(r.length+t.length),n=0;n<r.length;n++)e[n]=r[n];for(var i=r.length,n=0;n<t.length;n++)e[n+i]=t[n];return e}function Sf(r,t){var e;if(Object.create)e=Object.create(r);else{var n=function(){};n.prototype=r,e=new n}return t&&H(e,t),e}function Ob(r){var t=r.style;t.webkitUserSelect="none",t.userSelect="none",t.webkitTapHighlightColor="rgba(0,0,0,0)",t["-webkit-touch-callout"]="none"}function j(r,t){return r.hasOwnProperty(t)}function Ee(){}var DG=180/Math.PI;function To(r,t){return r==null&&(r=0),t==null&&(t=0),[r,t]}function Xr(r,t){return r[0]=t[0],r[1]=t[1],r}function bi(r){return[r[0],r[1]]}function kb(r,t,e){return r[0]=t[0]+e[0],r[1]=t[1]+e[1],r}function Nb(r,t,e,n){return r[0]=t[0]+e[0]*n,r[1]=t[1]+e[1]*n,r}function Fp(r,t,e){return r[0]=t[0]-e[0],r[1]=t[1]-e[1],r}function EG(r){return Math.sqrt(MG(r))}function MG(r){return r[0]*r[0]+r[1]*r[1]}function bf(r,t,e){return r[0]=t[0]*e,r[1]=t[1]*e,r}function $s(r,t){var e=EG(t);return e===0?(r[0]=0,r[1]=0):(r[0]=t[0]/e,r[1]=t[1]/e),r}function Rp(r,t){return Math.sqrt((r[0]-t[0])*(r[0]-t[0])+(r[1]-t[1])*(r[1]-t[1]))}var wi=Rp;function LG(r,t){return(r[0]-t[0])*(r[0]-t[0])+(r[1]-t[1])*(r[1]-t[1])}var oa=LG;function Bp(r,t,e,n){return r[0]=t[0]+n*(e[0]-t[0]),r[1]=t[1]+n*(e[1]-t[1]),r}function xe(r,t,e){var n=t[0],i=t[1];return r[0]=e[0]*n+e[2]*i+e[4],r[1]=e[1]*n+e[3]*i+e[5],r}function xi(r,t,e){return r[0]=Math.min(t[0],e[0]),r[1]=Math.min(t[1],e[1]),r}function Ai(r,t,e){return r[0]=Math.max(t[0],e[0]),r[1]=Math.max(t[1],e[1]),r}var Do=function(){function r(t,e){this.target=t,this.topTarget=e&&e.topTarget}return r}(),IG=function(){function r(t){this.handler=t,t.on("mousedown",this._dragStart,this),t.on("mousemove",this._drag,this),t.on("mouseup",this._dragEnd,this)}return r.prototype._dragStart=function(t){for(var e=t.target;e&&!e.draggable;)e=e.parent||e.__hostTarget;e&&(this._draggingTarget=e,e.dragging=!0,this._x=t.offsetX,this._y=t.offsetY,this.handler.dispatchToElement(new Do(e,t),"dragstart",t.event))},r.prototype._drag=function(t){var e=this._draggingTarget;if(e){var n=t.offsetX,i=t.offsetY,a=n-this._x,o=i-this._y;this._x=n,this._y=i,e.drift(a,o,t),this.handler.dispatchToElement(new Do(e,t),"drag",t.event);var s=this.handler.findHover(n,i,e).target,u=this._dropTarget;this._dropTarget=s,e!==s&&(u&&s!==u&&this.handler.dispatchToElement(new Do(u,t),"dragleave",t.event),s&&s!==u&&this.handler.dispatchToElement(new Do(s,t),"dragenter",t.event))}},r.prototype._dragEnd=function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.handler.dispatchToElement(new Do(e,t),"dragend",t.event),this._dropTarget&&this.handler.dispatchToElement(new Do(this._dropTarget,t),"drop",t.event),this._draggingTarget=null,this._dropTarget=null},r}(),Cr=function(){function r(t){t&&(this._$eventProcessor=t)}return r.prototype.on=function(t,e,n,i){this._$handlers||(this._$handlers={});var a=this._$handlers;if(typeof e=="function"&&(i=n,n=e,e=null),!n||!t)return this;var o=this._$eventProcessor;e!=null&&o&&o.normalizeQuery&&(e=o.normalizeQuery(e)),a[t]||(a[t]=[]);for(var s=0;s<a[t].length;s++)if(a[t][s].h===n)return this;var u={h:n,query:e,ctx:i||this,callAtLast:n.zrEventfulCallAtLast},l=a[t].length-1,f=a[t][l];return f&&f.callAtLast?a[t].splice(l,0,u):a[t].push(u),this},r.prototype.isSilent=function(t){var e=this._$handlers;return!e||!e[t]||!e[t].length},r.prototype.off=function(t,e){var n=this._$handlers;if(!n)return this;if(!t)return this._$handlers={},this;if(e){if(n[t]){for(var i=[],a=0,o=n[t].length;a<o;a++)n[t][a].h!==e&&i.push(n[t][a]);n[t]=i}n[t]&&n[t].length===0&&delete n[t]}else delete n[t];return this},r.prototype.trigger=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(!this._$handlers)return this;var i=this._$handlers[t],a=this._$eventProcessor;if(i)for(var o=e.length,s=i.length,u=0;u<s;u++){var l=i[u];if(!(a&&a.filter&&l.query!=null&&!a.filter(t,l.query)))switch(o){case 0:l.h.call(l.ctx);break;case 1:l.h.call(l.ctx,e[0]);break;case 2:l.h.call(l.ctx,e[0],e[1]);break;default:l.h.apply(l.ctx,e);break}}return a&&a.afterTrigger&&a.afterTrigger(t),this},r.prototype.triggerWithContext=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(!this._$handlers)return this;var i=this._$handlers[t],a=this._$eventProcessor;if(i)for(var o=e.length,s=e[o-1],u=i.length,l=0;l<u;l++){var f=i[l];if(!(a&&a.filter&&f.query!=null&&!a.filter(t,f.query)))switch(o){case 0:f.h.call(s);break;case 1:f.h.call(s,e[0]);break;case 2:f.h.call(s,e[0],e[1]);break;default:f.h.apply(s,e.slice(1,o-1));break}}return a&&a.afterTrigger&&a.afterTrigger(t),this},r}(),PG=Math.log(2);function Op(r,t,e,n,i,a){var o=n+"-"+i,s=r.length;if(a.hasOwnProperty(o))return a[o];if(t===1){var u=Math.round(Math.log((1<<s)-1&~i)/PG);return r[e][u]}for(var l=n|1<<e,f=e+1;n&1<<f;)f++;for(var h=0,c=0,v=0;c<s;c++){var p=1<<c;p&i||(h+=(v%2?-1:1)*r[e][c]*Op(r,t-1,f,l,i|p,a),v++)}return a[o]=h,h}function zb(r,t){var e=[[r[0],r[1],1,0,0,0,-t[0]*r[0],-t[0]*r[1]],[0,0,0,r[0],r[1],1,-t[1]*r[0],-t[1]*r[1]],[r[2],r[3],1,0,0,0,-t[2]*r[2],-t[2]*r[3]],[0,0,0,r[2],r[3],1,-t[3]*r[2],-t[3]*r[3]],[r[4],r[5],1,0,0,0,-t[4]*r[4],-t[4]*r[5]],[0,0,0,r[4],r[5],1,-t[5]*r[4],-t[5]*r[5]],[r[6],r[7],1,0,0,0,-t[6]*r[6],-t[6]*r[7]],[0,0,0,r[6],r[7],1,-t[7]*r[6],-t[7]*r[7]]],n={},i=Op(e,8,0,0,0,n);if(i!==0){for(var a=[],o=0;o<8;o++)for(var s=0;s<8;s++)a[s]==null&&(a[s]=0),a[s]+=((o+s)%2?-1:1)*Op(e,7,o===0?1:0,1<<o,1<<s,n)/i*t[o];return function(u,l,f){var h=l*a[6]+f*a[7]+1;u[0]=(l*a[0]+f*a[1]+a[2])/h,u[1]=(l*a[3]+f*a[4]+a[5])/h}}}var Gb="___zrEVENTSAVED",kp=[];function FG(r,t,e,n,i){return Np(kp,t,n,i,!0)&&Np(r,e,kp[0],kp[1])}function Np(r,t,e,n,i){if(t.getBoundingClientRect&&_t.domSupported&&!Vb(t)){var a=t[Gb]||(t[Gb]={}),o=RG(t,a),s=BG(o,a,i);if(s)return s(r,e,n),!0}return!1}function RG(r,t){var e=t.markers;if(e)return e;e=t.markers=[];for(var n=["left","right"],i=["top","bottom"],a=0;a<4;a++){var o=document.createElement("div"),s=o.style,u=a%2,l=(a>>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",n[u]+":0",i[l]+":0",n[1-u]+":auto",i[1-l]+":auto",""].join("!important;"),r.appendChild(o),e.push(o)}return e}function BG(r,t,e){for(var n=e?"invTrans":"trans",i=t[n],a=t.srcCoords,o=[],s=[],u=!0,l=0;l<4;l++){var f=r[l].getBoundingClientRect(),h=2*l,c=f.left,v=f.top;o.push(c,v),u=u&&a&&c===a[h]&&v===a[h+1],s.push(r[l].offsetLeft,r[l].offsetTop)}return u&&i?i:(t.srcCoords=o,t[n]=e?zb(s,o):zb(o,s))}function Vb(r){return r.nodeName.toUpperCase()==="CANVAS"}var OG=/([&<>"'])/g,kG={"&":"&","<":"<",">":">",'"':""","'":"'"};function je(r){return r==null?"":(r+"").replace(OG,function(t,e){return kG[e]})}var NG=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,zp=[],zG=_t.browser.firefox&&+_t.browser.version.split(".")[0]<39;function Gp(r,t,e,n){return e=e||{},n?$b(r,t,e):zG&&t.layerX!=null&&t.layerX!==t.offsetX?(e.zrX=t.layerX,e.zrY=t.layerY):t.offsetX!=null?(e.zrX=t.offsetX,e.zrY=t.offsetY):$b(r,t,e),e}function $b(r,t,e){if(_t.domSupported&&r.getBoundingClientRect){var n=t.clientX,i=t.clientY;if(Vb(r)){var a=r.getBoundingClientRect();e.zrX=n-a.left,e.zrY=i-a.top;return}else if(Np(zp,r,n,i)){e.zrX=zp[0],e.zrY=zp[1];return}}e.zrX=e.zrY=0}function Vp(r){return r||window.event}function Tr(r,t,e){if(t=Vp(t),t.zrX!=null)return t;var n=t.type,i=n&&n.indexOf("touch")>=0;if(i){var o=n!=="touchend"?t.targetTouches[0]:t.changedTouches[0];o&&Gp(r,o,t,e)}else{Gp(r,t,t,e);var a=GG(t);t.zrDelta=a?a/120:-(t.detail||0)/3}var s=t.button;return t.which==null&&s!==void 0&&NG.test(t.type)&&(t.which=s&1?1:s&2?3:s&4?2:0),t}function GG(r){var t=r.wheelDelta;if(t)return t;var e=r.deltaX,n=r.deltaY;if(e==null||n==null)return t;var i=Math.abs(n!==0?n:e),a=n>0?-1:n<0?1:e>0?-1:1;return 3*i*a}function $p(r,t,e,n){r.addEventListener(t,e,n)}function VG(r,t,e,n){r.removeEventListener(t,e,n)}var Wn=function(r){r.preventDefault(),r.stopPropagation(),r.cancelBubble=!0};function Hb(r){return r.which===2||r.which===3}var $G=function(){function r(){this._track=[]}return r.prototype.recognize=function(t,e,n){return this._doTrack(t,e,n),this._recognize(t)},r.prototype.clear=function(){return this._track.length=0,this},r.prototype._doTrack=function(t,e,n){var i=t.touches;if(!!i){for(var a={points:[],touches:[],target:e,event:t},o=0,s=i.length;o<s;o++){var u=i[o],l=Gp(n,u,{});a.points.push([l.zrX,l.zrY]),a.touches.push(u)}this._track.push(a)}},r.prototype._recognize=function(t){for(var e in Hp)if(Hp.hasOwnProperty(e)){var n=Hp[e](this._track,t);if(n)return n}},r}();function Wb(r){var t=r[1][0]-r[0][0],e=r[1][1]-r[0][1];return Math.sqrt(t*t+e*e)}function HG(r){return[(r[0][0]+r[1][0])/2,(r[0][1]+r[1][1])/2]}var Hp={pinch:function(r,t){var e=r.length;if(!!e){var n=(r[e-1]||{}).points,i=(r[e-2]||{}).points||n;if(i&&i.length>1&&n&&n.length>1){var a=Wb(n)/Wb(i);!isFinite(a)&&(a=1),t.pinchScale=a;var o=HG(n);return t.pinchX=o[0],t.pinchY=o[1],{type:"pinch",target:r[0].target,event:t}}}}};function Dr(){return[1,0,0,1,0,0]}function wf(r){return r[0]=1,r[1]=0,r[2]=0,r[3]=1,r[4]=0,r[5]=0,r}function Wp(r,t){return r[0]=t[0],r[1]=t[1],r[2]=t[2],r[3]=t[3],r[4]=t[4],r[5]=t[5],r}function Un(r,t,e){var n=t[0]*e[0]+t[2]*e[1],i=t[1]*e[0]+t[3]*e[1],a=t[0]*e[2]+t[2]*e[3],o=t[1]*e[2]+t[3]*e[3],s=t[0]*e[4]+t[2]*e[5]+t[4],u=t[1]*e[4]+t[3]*e[5]+t[5];return r[0]=n,r[1]=i,r[2]=a,r[3]=o,r[4]=s,r[5]=u,r}function Yn(r,t,e){return r[0]=t[0],r[1]=t[1],r[2]=t[2],r[3]=t[3],r[4]=t[4]+e[0],r[5]=t[5]+e[1],r}function Eo(r,t,e,n){n===void 0&&(n=[0,0]);var i=t[0],a=t[2],o=t[4],s=t[1],u=t[3],l=t[5],f=Math.sin(e),h=Math.cos(e);return r[0]=i*h+s*f,r[1]=-i*f+s*h,r[2]=a*h+u*f,r[3]=-a*f+h*u,r[4]=h*(o-n[0])+f*(l-n[1])+n[0],r[5]=h*(l-n[1])-f*(o-n[0])+n[1],r}function Up(r,t,e){var n=e[0],i=e[1];return r[0]=t[0]*n,r[1]=t[1]*i,r[2]=t[2]*n,r[3]=t[3]*i,r[4]=t[4]*n,r[5]=t[5]*i,r}function Mo(r,t){var e=t[0],n=t[2],i=t[4],a=t[1],o=t[3],s=t[5],u=e*o-a*n;return u?(u=1/u,r[0]=o*u,r[1]=-a*u,r[2]=-n*u,r[3]=e*u,r[4]=(n*s-o*i)*u,r[5]=(a*i-e*s)*u,r):null}function WG(r){var t=Dr();return Wp(t,r),t}var gt=function(){function r(t,e){this.x=t||0,this.y=e||0}return r.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this},r.prototype.clone=function(){return new r(this.x,this.y)},r.prototype.set=function(t,e){return this.x=t,this.y=e,this},r.prototype.equal=function(t){return t.x===this.x&&t.y===this.y},r.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this},r.prototype.scale=function(t){this.x*=t,this.y*=t},r.prototype.scaleAndAdd=function(t,e){this.x+=t.x*e,this.y+=t.y*e},r.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this},r.prototype.dot=function(t){return this.x*t.x+this.y*t.y},r.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},r.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},r.prototype.normalize=function(){var t=this.len();return this.x/=t,this.y/=t,this},r.prototype.distance=function(t){var e=this.x-t.x,n=this.y-t.y;return Math.sqrt(e*e+n*n)},r.prototype.distanceSquare=function(t){var e=this.x-t.x,n=this.y-t.y;return e*e+n*n},r.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},r.prototype.transform=function(t){if(!!t){var e=this.x,n=this.y;return this.x=t[0]*e+t[2]*n+t[4],this.y=t[1]*e+t[3]*n+t[5],this}},r.prototype.toArray=function(t){return t[0]=this.x,t[1]=this.y,t},r.prototype.fromArray=function(t){this.x=t[0],this.y=t[1]},r.set=function(t,e,n){t.x=e,t.y=n},r.copy=function(t,e){t.x=e.x,t.y=e.y},r.len=function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},r.lenSquare=function(t){return t.x*t.x+t.y*t.y},r.dot=function(t,e){return t.x*e.x+t.y*e.y},r.add=function(t,e,n){t.x=e.x+n.x,t.y=e.y+n.y},r.sub=function(t,e,n){t.x=e.x-n.x,t.y=e.y-n.y},r.scale=function(t,e,n){t.x=e.x*n,t.y=e.y*n},r.scaleAndAdd=function(t,e,n,i){t.x=e.x+n.x*i,t.y=e.y+n.y*i},r.lerp=function(t,e,n,i){var a=1-i;t.x=a*e.x+i*n.x,t.y=a*e.y+i*n.y},r}(),xf=Math.min,Af=Math.max,sa=new gt,ua=new gt,la=new gt,fa=new gt,Hs=new gt,Ws=new gt,yt=function(){function r(t,e,n,i){n<0&&(t=t+n,n=-n),i<0&&(e=e+i,i=-i),this.x=t,this.y=e,this.width=n,this.height=i}return r.prototype.union=function(t){var e=xf(t.x,this.x),n=xf(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=Af(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=Af(t.y+t.height,this.y+this.height)-n:this.height=t.height,this.x=e,this.y=n},r.prototype.applyTransform=function(t){r.applyTransform(this,this,t)},r.prototype.calculateTransform=function(t){var e=this,n=t.width/e.width,i=t.height/e.height,a=Dr();return Yn(a,a,[-e.x,-e.y]),Up(a,a,[n,i]),Yn(a,a,[t.x,t.y]),a},r.prototype.intersect=function(t,e){if(!t)return!1;t instanceof r||(t=r.create(t));var n=this,i=n.x,a=n.x+n.width,o=n.y,s=n.y+n.height,u=t.x,l=t.x+t.width,f=t.y,h=t.y+t.height,c=!(a<u||l<i||s<f||h<o);if(e){var v=1/0,p=0,g=Math.abs(a-u),d=Math.abs(l-i),y=Math.abs(s-f),m=Math.abs(h-o),_=Math.min(g,d),S=Math.min(y,m);a<u||l<i?_>p&&(p=_,g<d?gt.set(Ws,-g,0):gt.set(Ws,d,0)):_<v&&(v=_,g<d?gt.set(Hs,g,0):gt.set(Hs,-d,0)),s<f||h<o?S>p&&(p=S,y<m?gt.set(Ws,0,-y):gt.set(Ws,0,m)):_<v&&(v=_,y<m?gt.set(Hs,0,y):gt.set(Hs,0,-m))}return e&>.copy(e,c?Hs:Ws),c},r.prototype.contain=function(t,e){var n=this;return t>=n.x&&t<=n.x+n.width&&e>=n.y&&e<=n.y+n.height},r.prototype.clone=function(){return new r(this.x,this.y,this.width,this.height)},r.prototype.copy=function(t){r.copy(this,t)},r.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},r.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},r.prototype.isZero=function(){return this.width===0||this.height===0},r.create=function(t){return new r(t.x,t.y,t.width,t.height)},r.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},r.applyTransform=function(t,e,n){if(!n){t!==e&&r.copy(t,e);return}if(n[1]<1e-5&&n[1]>-1e-5&&n[2]<1e-5&&n[2]>-1e-5){var i=n[0],a=n[3],o=n[4],s=n[5];t.x=e.x*i+o,t.y=e.y*a+s,t.width=e.width*i,t.height=e.height*a,t.width<0&&(t.x+=t.width,t.width=-t.width),t.height<0&&(t.y+=t.height,t.height=-t.height);return}sa.x=la.x=e.x,sa.y=fa.y=e.y,ua.x=fa.x=e.x+e.width,ua.y=la.y=e.y+e.height,sa.transform(n),fa.transform(n),ua.transform(n),la.transform(n),t.x=xf(sa.x,ua.x,la.x,fa.x),t.y=xf(sa.y,ua.y,la.y,fa.y);var u=Af(sa.x,ua.x,la.x,fa.x),l=Af(sa.y,ua.y,la.y,fa.y);t.width=u-t.x,t.height=l-t.y},r}(),Ub="silent";function UG(r,t,e){return{type:r,event:e,target:t.target,topTarget:t.topTarget,cancelBubble:!1,offsetX:e.zrX,offsetY:e.zrY,gestureEvent:e.gestureEvent,pinchX:e.pinchX,pinchY:e.pinchY,pinchScale:e.pinchScale,wheelDelta:e.zrDelta,zrByTouch:e.zrByTouch,which:e.which,stop:YG}}function YG(){Wn(this.event)}var XG=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.handler=null,e}return t.prototype.dispose=function(){},t.prototype.setCursor=function(){},t}(Cr),Us=function(){function r(t,e){this.x=t,this.y=e}return r}(),ZG=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],Yp=new yt(0,0,0,0),Yb=function(r){O(t,r);function t(e,n,i,a,o){var s=r.call(this)||this;return s._hovered=new Us(0,0),s.storage=e,s.painter=n,s.painterRoot=a,s._pointerSize=o,i=i||new XG,s.proxy=null,s.setHandlerProxy(i),s._draggingMgr=new IG(s),s}return t.prototype.setHandlerProxy=function(e){this.proxy&&this.proxy.dispose(),e&&(E(ZG,function(n){e.on&&e.on(n,this[n],this)},this),e.handler=this),this.proxy=e},t.prototype.mousemove=function(e){var n=e.zrX,i=e.zrY,a=Zb(this,n,i),o=this._hovered,s=o.target;s&&!s.__zr&&(o=this.findHover(o.x,o.y),s=o.target);var u=this._hovered=a?new Us(n,i):this.findHover(n,i),l=u.target,f=this.proxy;f.setCursor&&f.setCursor(l?l.cursor:"default"),s&&l!==s&&this.dispatchToElement(o,"mouseout",e),this.dispatchToElement(u,"mousemove",e),l&&l!==s&&this.dispatchToElement(u,"mouseover",e)},t.prototype.mouseout=function(e){var n=e.zrEventControl;n!=="only_globalout"&&this.dispatchToElement(this._hovered,"mouseout",e),n!=="no_globalout"&&this.trigger("globalout",{type:"globalout",event:e})},t.prototype.resize=function(){this._hovered=new Us(0,0)},t.prototype.dispatch=function(e,n){var i=this[e];i&&i.call(this,n)},t.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},t.prototype.setCursorStyle=function(e){var n=this.proxy;n.setCursor&&n.setCursor(e)},t.prototype.dispatchToElement=function(e,n,i){e=e||{};var a=e.target;if(!(a&&a.silent)){for(var o="on"+n,s=UG(n,e,i);a&&(a[o]&&(s.cancelBubble=!!a[o].call(a,s)),a.trigger(n,s),a=a.__hostTarget?a.__hostTarget:a.parent,!s.cancelBubble););s.cancelBubble||(this.trigger(n,s),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer(function(u){typeof u[o]=="function"&&u[o].call(u,s),u.trigger&&u.trigger(n,s)}))}},t.prototype.findHover=function(e,n,i){var a=this.storage.getDisplayList(),o=new Us(e,n);if(Xb(a,o,e,n,i),this._pointerSize&&!o.target){for(var s=[],u=this._pointerSize,l=u/2,f=new yt(e-l,n-l,u,u),h=a.length-1;h>=0;h--){var c=a[h];c!==i&&!c.ignore&&!c.ignoreCoarsePointer&&(!c.parent||!c.parent.ignoreCoarsePointer)&&(Yp.copy(c.getBoundingRect()),c.transform&&Yp.applyTransform(c.transform),Yp.intersect(f)&&s.push(c))}if(s.length)for(var v=4,p=Math.PI/12,g=Math.PI*2,d=0;d<l;d+=v)for(var y=0;y<g;y+=p){var m=e+d*Math.cos(y),_=n+d*Math.sin(y);if(Xb(s,o,m,_,i),o.target)return o}}return o},t.prototype.processGesture=function(e,n){this._gestureMgr||(this._gestureMgr=new $G);var i=this._gestureMgr;n==="start"&&i.clear();var a=i.recognize(e,this.findHover(e.zrX,e.zrY,null).target,this.proxy.dom);if(n==="end"&&i.clear(),a){var o=a.type;e.gestureEvent=o;var s=new Us;s.target=a.target,this.dispatchToElement(s,o,a.event)}},t}(Cr);E(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(r){Yb.prototype[r]=function(t){var e=t.zrX,n=t.zrY,i=Zb(this,e,n),a,o;if((r!=="mouseup"||!i)&&(a=this.findHover(e,n),o=a.target),r==="mousedown")this._downEl=o,this._downPoint=[t.zrX,t.zrY],this._upEl=o;else if(r==="mouseup")this._upEl=o;else if(r==="click"){if(this._downEl!==this._upEl||!this._downPoint||wi(this._downPoint,[t.zrX,t.zrY])>4)return;this._downPoint=null}this.dispatchToElement(a,r,t)}});function qG(r,t,e){if(r[r.rectHover?"rectContain":"contain"](t,e)){for(var n=r,i=void 0,a=!1;n;){if(n.ignoreClip&&(a=!0),!a){var o=n.getClipPath();if(o&&!o.contain(t,e))return!1}n.silent&&(i=!0);var s=n.__hostTarget;n=s||n.parent}return i?Ub:!0}return!1}function Xb(r,t,e,n,i){for(var a=r.length-1;a>=0;a--){var o=r[a],s=void 0;if(o!==i&&!o.ignore&&(s=qG(o,e,n))&&(!t.topTarget&&(t.topTarget=o),s!==Ub)){t.target=o;break}}}function Zb(r,t,e){var n=r.painter;return t<0||t>n.getWidth()||e<0||e>n.getHeight()}var qb=32,Ys=7;function KG(r){for(var t=0;r>=qb;)t|=r&1,r>>=1;return r+t}function Kb(r,t,e,n){var i=t+1;if(i===e)return 1;if(n(r[i++],r[t])<0){for(;i<e&&n(r[i],r[i-1])<0;)i++;jG(r,t,i)}else for(;i<e&&n(r[i],r[i-1])>=0;)i++;return i-t}function jG(r,t,e){for(e--;t<e;){var n=r[t];r[t++]=r[e],r[e--]=n}}function jb(r,t,e,n,i){for(n===t&&n++;n<e;n++){for(var a=r[n],o=t,s=n,u;o<s;)u=o+s>>>1,i(a,r[u])<0?s=u:o=u+1;var l=n-o;switch(l){case 3:r[o+3]=r[o+2];case 2:r[o+2]=r[o+1];case 1:r[o+1]=r[o];break;default:for(;l>0;)r[o+l]=r[o+l-1],l--}r[o]=a}}function Xp(r,t,e,n,i,a){var o=0,s=0,u=1;if(a(r,t[e+i])>0){for(s=n-i;u<s&&a(r,t[e+i+u])>0;)o=u,u=(u<<1)+1,u<=0&&(u=s);u>s&&(u=s),o+=i,u+=i}else{for(s=i+1;u<s&&a(r,t[e+i-u])<=0;)o=u,u=(u<<1)+1,u<=0&&(u=s);u>s&&(u=s);var l=o;o=i-u,u=i-l}for(o++;o<u;){var f=o+(u-o>>>1);a(r,t[e+f])>0?o=f+1:u=f}return u}function Zp(r,t,e,n,i,a){var o=0,s=0,u=1;if(a(r,t[e+i])<0){for(s=i+1;u<s&&a(r,t[e+i-u])<0;)o=u,u=(u<<1)+1,u<=0&&(u=s);u>s&&(u=s);var l=o;o=i-u,u=i-l}else{for(s=n-i;u<s&&a(r,t[e+i+u])>=0;)o=u,u=(u<<1)+1,u<=0&&(u=s);u>s&&(u=s),o+=i,u+=i}for(o++;o<u;){var f=o+(u-o>>>1);a(r,t[e+f])<0?u=f:o=f+1}return u}function JG(r,t){var e=Ys,n,i,a=0,o=[];n=[],i=[];function s(v,p){n[a]=v,i[a]=p,a+=1}function u(){for(;a>1;){var v=a-2;if(v>=1&&i[v-1]<=i[v]+i[v+1]||v>=2&&i[v-2]<=i[v]+i[v-1])i[v-1]<i[v+1]&&v--;else if(i[v]>i[v+1])break;f(v)}}function l(){for(;a>1;){var v=a-2;v>0&&i[v-1]<i[v+1]&&v--,f(v)}}function f(v){var p=n[v],g=i[v],d=n[v+1],y=i[v+1];i[v]=g+y,v===a-3&&(n[v+1]=n[v+2],i[v+1]=i[v+2]),a--;var m=Zp(r[d],r,p,g,0,t);p+=m,g-=m,g!==0&&(y=Xp(r[p+g-1],r,d,y,y-1,t),y!==0&&(g<=y?h(p,g,d,y):c(p,g,d,y)))}function h(v,p,g,d){var y=0;for(y=0;y<p;y++)o[y]=r[v+y];var m=0,_=g,S=v;if(r[S++]=r[_++],--d===0){for(y=0;y<p;y++)r[S+y]=o[m+y];return}if(p===1){for(y=0;y<d;y++)r[S+y]=r[_+y];r[S+d]=o[m];return}for(var w=e,b,x,A;;){b=0,x=0,A=!1;do if(t(r[_],o[m])<0){if(r[S++]=r[_++],x++,b=0,--d===0){A=!0;break}}else if(r[S++]=o[m++],b++,x=0,--p===1){A=!0;break}while((b|x)<w);if(A)break;do{if(b=Zp(r[_],o,m,p,0,t),b!==0){for(y=0;y<b;y++)r[S+y]=o[m+y];if(S+=b,m+=b,p-=b,p<=1){A=!0;break}}if(r[S++]=r[_++],--d===0){A=!0;break}if(x=Xp(o[m],r,_,d,0,t),x!==0){for(y=0;y<x;y++)r[S+y]=r[_+y];if(S+=x,_+=x,d-=x,d===0){A=!0;break}}if(r[S++]=o[m++],--p===1){A=!0;break}w--}while(b>=Ys||x>=Ys);if(A)break;w<0&&(w=0),w+=2}if(e=w,e<1&&(e=1),p===1){for(y=0;y<d;y++)r[S+y]=r[_+y];r[S+d]=o[m]}else{if(p===0)throw new Error;for(y=0;y<p;y++)r[S+y]=o[m+y]}}function c(v,p,g,d){var y=0;for(y=0;y<d;y++)o[y]=r[g+y];var m=v+p-1,_=d-1,S=g+d-1,w=0,b=0;if(r[S--]=r[m--],--p===0){for(w=S-(d-1),y=0;y<d;y++)r[w+y]=o[y];return}if(d===1){for(S-=p,m-=p,b=S+1,w=m+1,y=p-1;y>=0;y--)r[b+y]=r[w+y];r[S]=o[_];return}for(var x=e;;){var A=0,D=0,C=!1;do if(t(o[_],r[m])<0){if(r[S--]=r[m--],A++,D=0,--p===0){C=!0;break}}else if(r[S--]=o[_--],D++,A=0,--d===1){C=!0;break}while((A|D)<x);if(C)break;do{if(A=p-Zp(o[_],r,v,p,p-1,t),A!==0){for(S-=A,m-=A,p-=A,b=S+1,w=m+1,y=A-1;y>=0;y--)r[b+y]=r[w+y];if(p===0){C=!0;break}}if(r[S--]=o[_--],--d===1){C=!0;break}if(D=d-Xp(r[m],o,0,d,d-1,t),D!==0){for(S-=D,_-=D,d-=D,b=S+1,w=_+1,y=0;y<D;y++)r[b+y]=o[w+y];if(d<=1){C=!0;break}}if(r[S--]=r[m--],--p===0){C=!0;break}x--}while(A>=Ys||D>=Ys);if(C)break;x<0&&(x=0),x+=2}if(e=x,e<1&&(e=1),d===1){for(S-=p,m-=p,b=S+1,w=m+1,y=p-1;y>=0;y--)r[b+y]=r[w+y];r[S]=o[_]}else{if(d===0)throw new Error;for(w=S-(d-1),y=0;y<d;y++)r[w+y]=o[y]}}return{mergeRuns:u,forceMergeRuns:l,pushRun:s}}function Cf(r,t,e,n){e||(e=0),n||(n=r.length);var i=n-e;if(!(i<2)){var a=0;if(i<qb){a=Kb(r,e,n,t),jb(r,e,n,e+a,t);return}var o=JG(r,t),s=KG(i);do{if(a=Kb(r,e,n,t),a<s){var u=i;u>s&&(u=s),jb(r,e,e+u,e+a,t),a=u}o.pushRun(e,a),o.mergeRuns(),i-=a,e+=a}while(i!==0);o.forceMergeRuns()}}var vr=1,Xs=2,Lo=4,Jb=!1;function qp(){Jb||(Jb=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function Qb(r,t){return r.zlevel===t.zlevel?r.z===t.z?r.z2-t.z2:r.z-t.z:r.zlevel-t.zlevel}var QG=function(){function r(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=Qb}return r.prototype.traverse=function(t,e){for(var n=0;n<this._roots.length;n++)this._roots[n].traverse(t,e)},r.prototype.getDisplayList=function(t,e){e=e||!1;var n=this._displayList;return(t||!n.length)&&this.updateDisplayList(e),n},r.prototype.updateDisplayList=function(t){this._displayListLen=0;for(var e=this._roots,n=this._displayList,i=0,a=e.length;i<a;i++)this._updateAndAddDisplayable(e[i],null,t);n.length=this._displayListLen,Cf(n,Qb)},r.prototype._updateAndAddDisplayable=function(t,e,n){if(!(t.ignore&&!n)){t.beforeUpdate(),t.update(),t.afterUpdate();var i=t.getClipPath();if(t.ignoreClip)e=null;else if(i){e?e=e.slice():e=[];for(var a=i,o=t;a;)a.parent=o,a.updateTransform(),e.push(a),o=a,a=a.getClipPath()}if(t.childrenRef){for(var s=t.childrenRef(),u=0;u<s.length;u++){var l=s[u];t.__dirty&&(l.__dirty|=vr),this._updateAndAddDisplayable(l,e,n)}t.__dirty=0}else{var f=t;e&&e.length?f.__clipPaths=e:f.__clipPaths&&f.__clipPaths.length>0&&(f.__clipPaths=[]),isNaN(f.z)&&(qp(),f.z=0),isNaN(f.z2)&&(qp(),f.z2=0),isNaN(f.zlevel)&&(qp(),f.zlevel=0),this._displayList[this._displayListLen++]=f}var h=t.getDecalElement&&t.getDecalElement();h&&this._updateAndAddDisplayable(h,e,n);var c=t.getTextGuideLine();c&&this._updateAndAddDisplayable(c,e,n);var v=t.getTextContent();v&&this._updateAndAddDisplayable(v,e,n)}},r.prototype.addRoot=function(t){t.__zr&&t.__zr.storage===this||this._roots.push(t)},r.prototype.delRoot=function(t){if(t instanceof Array){for(var e=0,n=t.length;e<n;e++)this.delRoot(t[e]);return}var i=At(this._roots,t);i>=0&&this._roots.splice(i,1)},r.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},r.prototype.getRoots=function(){return this._roots},r.prototype.dispose=function(){this._displayList=null,this._roots=null},r}(),tw;tw=_t.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(r){return setTimeout(r,16)};var Kp=tw,Zs={linear:function(r){return r},quadraticIn:function(r){return r*r},quadraticOut:function(r){return r*(2-r)},quadraticInOut:function(r){return(r*=2)<1?.5*r*r:-.5*(--r*(r-2)-1)},cubicIn:function(r){return r*r*r},cubicOut:function(r){return--r*r*r+1},cubicInOut:function(r){return(r*=2)<1?.5*r*r*r:.5*((r-=2)*r*r+2)},quarticIn:function(r){return r*r*r*r},quarticOut:function(r){return 1- --r*r*r*r},quarticInOut:function(r){return(r*=2)<1?.5*r*r*r*r:-.5*((r-=2)*r*r*r-2)},quinticIn:function(r){return r*r*r*r*r},quinticOut:function(r){return--r*r*r*r*r+1},quinticInOut:function(r){return(r*=2)<1?.5*r*r*r*r*r:.5*((r-=2)*r*r*r*r+2)},sinusoidalIn:function(r){return 1-Math.cos(r*Math.PI/2)},sinusoidalOut:function(r){return Math.sin(r*Math.PI/2)},sinusoidalInOut:function(r){return .5*(1-Math.cos(Math.PI*r))},exponentialIn:function(r){return r===0?0:Math.pow(1024,r-1)},exponentialOut:function(r){return r===1?1:1-Math.pow(2,-10*r)},exponentialInOut:function(r){return r===0?0:r===1?1:(r*=2)<1?.5*Math.pow(1024,r-1):.5*(-Math.pow(2,-10*(r-1))+2)},circularIn:function(r){return 1-Math.sqrt(1-r*r)},circularOut:function(r){return Math.sqrt(1- --r*r)},circularInOut:function(r){return(r*=2)<1?-.5*(Math.sqrt(1-r*r)-1):.5*(Math.sqrt(1-(r-=2)*r)+1)},elasticIn:function(r){var t,e=.1,n=.4;return r===0?0:r===1?1:(!e||e<1?(e=1,t=n/4):t=n*Math.asin(1/e)/(2*Math.PI),-(e*Math.pow(2,10*(r-=1))*Math.sin((r-t)*(2*Math.PI)/n)))},elasticOut:function(r){var t,e=.1,n=.4;return r===0?0:r===1?1:(!e||e<1?(e=1,t=n/4):t=n*Math.asin(1/e)/(2*Math.PI),e*Math.pow(2,-10*r)*Math.sin((r-t)*(2*Math.PI)/n)+1)},elasticInOut:function(r){var t,e=.1,n=.4;return r===0?0:r===1?1:(!e||e<1?(e=1,t=n/4):t=n*Math.asin(1/e)/(2*Math.PI),(r*=2)<1?-.5*(e*Math.pow(2,10*(r-=1))*Math.sin((r-t)*(2*Math.PI)/n)):e*Math.pow(2,-10*(r-=1))*Math.sin((r-t)*(2*Math.PI)/n)*.5+1)},backIn:function(r){var t=1.70158;return r*r*((t+1)*r-t)},backOut:function(r){var t=1.70158;return--r*r*((t+1)*r+t)+1},backInOut:function(r){var t=2.5949095;return(r*=2)<1?.5*(r*r*((t+1)*r-t)):.5*((r-=2)*r*((t+1)*r+t)+2)},bounceIn:function(r){return 1-Zs.bounceOut(1-r)},bounceOut:function(r){return r<1/2.75?7.5625*r*r:r<2/2.75?7.5625*(r-=1.5/2.75)*r+.75:r<2.5/2.75?7.5625*(r-=2.25/2.75)*r+.9375:7.5625*(r-=2.625/2.75)*r+.984375},bounceInOut:function(r){return r<.5?Zs.bounceIn(r*2)*.5:Zs.bounceOut(r*2-1)*.5+.5}},Tf=Math.pow,Ci=Math.sqrt,Df=1e-8,ew=1e-4,rw=Ci(3),Ef=1/3,yn=To(),Er=To(),Io=To();function Ti(r){return r>-Df&&r<Df}function nw(r){return r>Df||r<-Df}function pe(r,t,e,n,i){var a=1-i;return a*a*(a*r+3*i*t)+i*i*(i*n+3*a*e)}function iw(r,t,e,n,i){var a=1-i;return 3*(((t-r)*a+2*(e-t)*i)*a+(n-e)*i*i)}function Mf(r,t,e,n,i,a){var o=n+3*(t-e)-r,s=3*(e-t*2+r),u=3*(t-r),l=r-i,f=s*s-3*o*u,h=s*u-9*o*l,c=u*u-3*s*l,v=0;if(Ti(f)&&Ti(h))if(Ti(s))a[0]=0;else{var p=-u/s;p>=0&&p<=1&&(a[v++]=p)}else{var g=h*h-4*f*c;if(Ti(g)){var d=h/f,p=-s/o+d,y=-d/2;p>=0&&p<=1&&(a[v++]=p),y>=0&&y<=1&&(a[v++]=y)}else if(g>0){var m=Ci(g),_=f*s+1.5*o*(-h+m),S=f*s+1.5*o*(-h-m);_<0?_=-Tf(-_,Ef):_=Tf(_,Ef),S<0?S=-Tf(-S,Ef):S=Tf(S,Ef);var p=(-s-(_+S))/(3*o);p>=0&&p<=1&&(a[v++]=p)}else{var w=(2*f*s-3*o*h)/(2*Ci(f*f*f)),b=Math.acos(w)/3,x=Ci(f),A=Math.cos(b),p=(-s-2*x*A)/(3*o),y=(-s+x*(A+rw*Math.sin(b)))/(3*o),D=(-s+x*(A-rw*Math.sin(b)))/(3*o);p>=0&&p<=1&&(a[v++]=p),y>=0&&y<=1&&(a[v++]=y),D>=0&&D<=1&&(a[v++]=D)}}return v}function aw(r,t,e,n,i){var a=6*e-12*t+6*r,o=9*t+3*n-3*r-9*e,s=3*t-3*r,u=0;if(Ti(o)){if(nw(a)){var l=-s/a;l>=0&&l<=1&&(i[u++]=l)}}else{var f=a*a-4*o*s;if(Ti(f))i[0]=-a/(2*o);else if(f>0){var h=Ci(f),l=(-a+h)/(2*o),c=(-a-h)/(2*o);l>=0&&l<=1&&(i[u++]=l),c>=0&&c<=1&&(i[u++]=c)}}return u}function Lf(r,t,e,n,i,a){var o=(t-r)*i+r,s=(e-t)*i+t,u=(n-e)*i+e,l=(s-o)*i+o,f=(u-s)*i+s,h=(f-l)*i+l;a[0]=r,a[1]=o,a[2]=l,a[3]=h,a[4]=h,a[5]=f,a[6]=u,a[7]=n}function ow(r,t,e,n,i,a,o,s,u,l,f){var h,c=.005,v=1/0,p,g,d,y;yn[0]=u,yn[1]=l;for(var m=0;m<1;m+=.05)Er[0]=pe(r,e,i,o,m),Er[1]=pe(t,n,a,s,m),d=oa(yn,Er),d<v&&(h=m,v=d);v=1/0;for(var _=0;_<32&&!(c<ew);_++)p=h-c,g=h+c,Er[0]=pe(r,e,i,o,p),Er[1]=pe(t,n,a,s,p),d=oa(Er,yn),p>=0&&d<v?(h=p,v=d):(Io[0]=pe(r,e,i,o,g),Io[1]=pe(t,n,a,s,g),y=oa(Io,yn),g<=1&&y<v?(h=g,v=y):c*=.5);return f&&(f[0]=pe(r,e,i,o,h),f[1]=pe(t,n,a,s,h)),Ci(v)}function tV(r,t,e,n,i,a,o,s,u){for(var l=r,f=t,h=0,c=1/u,v=1;v<=u;v++){var p=v*c,g=pe(r,e,i,o,p),d=pe(t,n,a,s,p),y=g-l,m=d-f;h+=Math.sqrt(y*y+m*m),l=g,f=d}return h}function _e(r,t,e,n){var i=1-n;return i*(i*r+2*n*t)+n*n*e}function jp(r,t,e,n){return 2*((1-n)*(t-r)+n*(e-t))}function eV(r,t,e,n,i){var a=r-2*t+e,o=2*(t-r),s=r-n,u=0;if(Ti(a)){if(nw(o)){var l=-s/o;l>=0&&l<=1&&(i[u++]=l)}}else{var f=o*o-4*a*s;if(Ti(f)){var l=-o/(2*a);l>=0&&l<=1&&(i[u++]=l)}else if(f>0){var h=Ci(f),l=(-o+h)/(2*a),c=(-o-h)/(2*a);l>=0&&l<=1&&(i[u++]=l),c>=0&&c<=1&&(i[u++]=c)}}return u}function sw(r,t,e){var n=r+e-2*t;return n===0?.5:(r-t)/n}function qs(r,t,e,n,i){var a=(t-r)*n+r,o=(e-t)*n+t,s=(o-a)*n+a;i[0]=r,i[1]=a,i[2]=s,i[3]=s,i[4]=o,i[5]=e}function uw(r,t,e,n,i,a,o,s,u){var l,f=.005,h=1/0;yn[0]=o,yn[1]=s;for(var c=0;c<1;c+=.05){Er[0]=_e(r,e,i,c),Er[1]=_e(t,n,a,c);var v=oa(yn,Er);v<h&&(l=c,h=v)}h=1/0;for(var p=0;p<32&&!(f<ew);p++){var g=l-f,d=l+f;Er[0]=_e(r,e,i,g),Er[1]=_e(t,n,a,g);var v=oa(Er,yn);if(g>=0&&v<h)l=g,h=v;else{Io[0]=_e(r,e,i,d),Io[1]=_e(t,n,a,d);var y=oa(Io,yn);d<=1&&y<h?(l=d,h=y):f*=.5}}return u&&(u[0]=_e(r,e,i,l),u[1]=_e(t,n,a,l)),Ci(h)}function rV(r,t,e,n,i,a,o){for(var s=r,u=t,l=0,f=1/o,h=1;h<=o;h++){var c=h*f,v=_e(r,e,i,c),p=_e(t,n,a,c),g=v-s,d=p-u;l+=Math.sqrt(g*g+d*d),s=v,u=p}return l}var nV=/cubic-bezier\(([0-9,\.e ]+)\)/;function lw(r){var t=r&&nV.exec(r);if(t){var e=t[1].split(","),n=+Yr(e[0]),i=+Yr(e[1]),a=+Yr(e[2]),o=+Yr(e[3]);if(isNaN(n+i+a+o))return;var s=[];return function(u){return u<=0?0:u>=1?1:Mf(0,n,a,1,u,s)&&pe(0,i,o,1,s[0])}}}var iV=function(){function r(t){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=t.life||1e3,this._delay=t.delay||0,this.loop=t.loop||!1,this.onframe=t.onframe||Ee,this.ondestroy=t.ondestroy||Ee,this.onrestart=t.onrestart||Ee,t.easing&&this.setEasing(t.easing)}return r.prototype.step=function(t,e){if(this._inited||(this._startTime=t+this._delay,this._inited=!0),this._paused){this._pausedTime+=e;return}var n=this._life,i=t-this._startTime-this._pausedTime,a=i/n;a<0&&(a=0),a=Math.min(a,1);var o=this.easingFunc,s=o?o(a):a;if(this.onframe(s),a===1)if(this.loop){var u=i%n;this._startTime=t-u,this._pausedTime=0,this.onrestart()}else return!0;return!1},r.prototype.pause=function(){this._paused=!0},r.prototype.resume=function(){this._paused=!1},r.prototype.setEasing=function(t){this.easing=t,this.easingFunc=ot(t)?t:Zs[t]||lw(t)},r}(),fw=function(){function r(t){this.value=t}return r}(),aV=function(){function r(){this._len=0}return r.prototype.insert=function(t){var e=new fw(t);return this.insertEntry(e),e},r.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},r.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},r.prototype.len=function(){return this._len},r.prototype.clear=function(){this.head=this.tail=null,this._len=0},r}(),Ks=function(){function r(t){this._list=new aV,this._maxSize=10,this._map={},this._maxSize=t}return r.prototype.put=function(t,e){var n=this._list,i=this._map,a=null;if(i[t]==null){var o=n.len(),s=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var u=n.head;n.remove(u),delete i[u.key],a=u.value,this._lastRemovedEntry=u}s?s.value=e:s=new fw(e),s.key=t,n.insertEntry(s),i[t]=s}return a},r.prototype.get=function(t){var e=this._map[t],n=this._list;if(e!=null)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},r.prototype.clear=function(){this._list.clear(),this._map={}},r.prototype.len=function(){return this._list.len()},r}(),hw={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function Zr(r){return r=Math.round(r),r<0?0:r>255?255:r}function oV(r){return r=Math.round(r),r<0?0:r>360?360:r}function js(r){return r<0?0:r>1?1:r}function Jp(r){var t=r;return t.length&&t.charAt(t.length-1)==="%"?Zr(parseFloat(t)/100*255):Zr(parseInt(t,10))}function ha(r){var t=r;return t.length&&t.charAt(t.length-1)==="%"?js(parseFloat(t)/100):js(parseFloat(t))}function Qp(r,t,e){return e<0?e+=1:e>1&&(e-=1),e*6<1?r+(t-r)*e*6:e*2<1?t:e*3<2?r+(t-r)*(2/3-e)*6:r}function Di(r,t,e){return r+(t-r)*e}function Mr(r,t,e,n,i){return r[0]=t,r[1]=e,r[2]=n,r[3]=i,r}function td(r,t){return r[0]=t[0],r[1]=t[1],r[2]=t[2],r[3]=t[3],r}var cw=new Ks(20),If=null;function Po(r,t){If&&td(If,t),If=cw.put(r,If||t.slice())}function Lr(r,t){if(!!r){t=t||[];var e=cw.get(r);if(e)return td(t,e);r=r+"";var n=r.replace(/ /g,"").toLowerCase();if(n in hw)return td(t,hw[n]),Po(r,t),t;var i=n.length;if(n.charAt(0)==="#"){if(i===4||i===5){var a=parseInt(n.slice(1,4),16);if(!(a>=0&&a<=4095)){Mr(t,0,0,0,1);return}return Mr(t,(a&3840)>>4|(a&3840)>>8,a&240|(a&240)>>4,a&15|(a&15)<<4,i===5?parseInt(n.slice(4),16)/15:1),Po(r,t),t}else if(i===7||i===9){var a=parseInt(n.slice(1,7),16);if(!(a>=0&&a<=16777215)){Mr(t,0,0,0,1);return}return Mr(t,(a&16711680)>>16,(a&65280)>>8,a&255,i===9?parseInt(n.slice(7),16)/255:1),Po(r,t),t}return}var o=n.indexOf("("),s=n.indexOf(")");if(o!==-1&&s+1===i){var u=n.substr(0,o),l=n.substr(o+1,s-(o+1)).split(","),f=1;switch(u){case"rgba":if(l.length!==4)return l.length===3?Mr(t,+l[0],+l[1],+l[2],1):Mr(t,0,0,0,1);f=ha(l.pop());case"rgb":if(l.length>=3)return Mr(t,Jp(l[0]),Jp(l[1]),Jp(l[2]),l.length===3?f:ha(l[3])),Po(r,t),t;Mr(t,0,0,0,1);return;case"hsla":if(l.length!==4){Mr(t,0,0,0,1);return}return l[3]=ha(l[3]),ed(l,t),Po(r,t),t;case"hsl":if(l.length!==3){Mr(t,0,0,0,1);return}return ed(l,t),Po(r,t),t;default:return}}Mr(t,0,0,0,1)}}function ed(r,t){var e=(parseFloat(r[0])%360+360)%360/360,n=ha(r[1]),i=ha(r[2]),a=i<=.5?i*(n+1):i+n-i*n,o=i*2-a;return t=t||[],Mr(t,Zr(Qp(o,a,e+1/3)*255),Zr(Qp(o,a,e)*255),Zr(Qp(o,a,e-1/3)*255),1),r.length===4&&(t[3]=r[3]),t}function sV(r){if(!!r){var t=r[0]/255,e=r[1]/255,n=r[2]/255,i=Math.min(t,e,n),a=Math.max(t,e,n),o=a-i,s=(a+i)/2,u,l;if(o===0)u=0,l=0;else{s<.5?l=o/(a+i):l=o/(2-a-i);var f=((a-t)/6+o/2)/o,h=((a-e)/6+o/2)/o,c=((a-n)/6+o/2)/o;t===a?u=c-h:e===a?u=1/3+f-c:n===a&&(u=2/3+h-f),u<0&&(u+=1),u>1&&(u-=1)}var v=[u*360,l,s];return r[3]!=null&&v.push(r[3]),v}}function vw(r,t){var e=Lr(r);if(e){for(var n=0;n<3;n++)t<0?e[n]=e[n]*(1-t)|0:e[n]=(255-e[n])*t+e[n]|0,e[n]>255?e[n]=255:e[n]<0&&(e[n]=0);return Xn(e,e.length===4?"rgba":"rgb")}}function rd(r,t,e){if(!(!(t&&t.length)||!(r>=0&&r<=1))){e=e||[];var n=r*(t.length-1),i=Math.floor(n),a=Math.ceil(n),o=t[i],s=t[a],u=n-i;return e[0]=Zr(Di(o[0],s[0],u)),e[1]=Zr(Di(o[1],s[1],u)),e[2]=Zr(Di(o[2],s[2],u)),e[3]=js(Di(o[3],s[3],u)),e}}function uV(r,t,e){if(!(!(t&&t.length)||!(r>=0&&r<=1))){var n=r*(t.length-1),i=Math.floor(n),a=Math.ceil(n),o=Lr(t[i]),s=Lr(t[a]),u=n-i,l=Xn([Zr(Di(o[0],s[0],u)),Zr(Di(o[1],s[1],u)),Zr(Di(o[2],s[2],u)),js(Di(o[3],s[3],u))],"rgba");return e?{color:l,leftIndex:i,rightIndex:a,value:n}:l}}function nd(r,t,e,n){var i=Lr(r);if(r)return i=sV(i),t!=null&&(i[0]=oV(t)),e!=null&&(i[1]=ha(e)),n!=null&&(i[2]=ha(n)),Xn(ed(i),"rgba")}function id(r,t){var e=Lr(r);if(e&&t!=null)return e[3]=js(t),Xn(e,"rgba")}function Xn(r,t){if(!(!r||!r.length)){var e=r[0]+","+r[1]+","+r[2];return(t==="rgba"||t==="hsva"||t==="hsla")&&(e+=","+r[3]),t+"("+e+")"}}function Pf(r,t){var e=Lr(r);return e?(.299*e[0]+.587*e[1]+.114*e[2])*e[3]/255+(1-e[3])*t:0}var pw=new Ks(100);function dw(r){if(J(r)){var t=pw.get(r);return t||(t=vw(r,-.1),pw.put(r,t)),t}else if(yf(r)){var e=H({},r);return e.colorStops=U(r.colorStops,function(n){return{offset:n.offset,color:vw(n.color,-.1)}}),e}return r}function lV(r){return r.type==="linear"}function fV(r){return r.type==="radial"}(function(){return _t.hasGlobalWindow&&ot(window.btoa)?function(r){return window.btoa(unescape(encodeURIComponent(r)))}:typeof Buffer!="undefined"?function(r){return Buffer.from(r).toString("base64")}:function(r){return null}})();var ad=Array.prototype.slice;function Zn(r,t,e){return(t-r)*e+r}function od(r,t,e,n){for(var i=t.length,a=0;a<i;a++)r[a]=Zn(t[a],e[a],n);return r}function hV(r,t,e,n){for(var i=t.length,a=i&&t[0].length,o=0;o<i;o++){r[o]||(r[o]=[]);for(var s=0;s<a;s++)r[o][s]=Zn(t[o][s],e[o][s],n)}return r}function Ff(r,t,e,n){for(var i=t.length,a=0;a<i;a++)r[a]=t[a]+e[a]*n;return r}function gw(r,t,e,n){for(var i=t.length,a=i&&t[0].length,o=0;o<i;o++){r[o]||(r[o]=[]);for(var s=0;s<a;s++)r[o][s]=t[o][s]+e[o][s]*n}return r}function cV(r,t){for(var e=r.length,n=t.length,i=e>n?t:r,a=Math.min(e,n),o=i[a-1]||{color:[0,0,0,0],offset:0},s=a;s<Math.max(e,n);s++)i.push({offset:o.offset,color:o.color.slice()})}function vV(r,t,e){var n=r,i=t;if(!(!n.push||!i.push)){var a=n.length,o=i.length;if(a!==o){var s=a>o;if(s)n.length=o;else for(var u=a;u<o;u++)n.push(e===1?i[u]:ad.call(i[u]))}for(var l=n[0]&&n[0].length,u=0;u<n.length;u++)if(e===1)isNaN(n[u])&&(n[u]=i[u]);else for(var f=0;f<l;f++)isNaN(n[u][f])&&(n[u][f]=i[u][f])}}function Js(r){if(ke(r)){var t=r.length;if(ke(r[0])){for(var e=[],n=0;n<t;n++)e.push(ad.call(r[n]));return e}return ad.call(r)}return r}function Rf(r){return r[0]=Math.floor(r[0])||0,r[1]=Math.floor(r[1])||0,r[2]=Math.floor(r[2])||0,r[3]=r[3]==null?1:r[3],"rgba("+r.join(",")+")"}function pV(r){return ke(r&&r[0])?2:1}var Bf=0,Of=1,yw=2,Qs=3,sd=4,ud=5,mw=6;function _w(r){return r===sd||r===ud}function kf(r){return r===Of||r===yw}var tu=[0,0,0,0],dV=function(){function r(t){this.keyframes=[],this.discrete=!1,this._invalid=!1,this._needsSort=!1,this._lastFr=0,this._lastFrP=0,this.propName=t}return r.prototype.isFinished=function(){return this._finished},r.prototype.setFinished=function(){this._finished=!0,this._additiveTrack&&this._additiveTrack.setFinished()},r.prototype.needsAnimate=function(){return this.keyframes.length>=1},r.prototype.getAdditiveTrack=function(){return this._additiveTrack},r.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,a=i.length,o=!1,s=mw,u=e;if(ke(e)){var l=pV(e);s=l,(l===1&&!Bt(e[0])||l===2&&!Bt(e[0][0]))&&(o=!0)}else if(Bt(e)&&!Fb(e))s=Bf;else if(J(e))if(!isNaN(+e))s=Bf;else{var f=Lr(e);f&&(u=f,s=Qs)}else if(yf(e)){var h=H({},u);h.colorStops=U(e.colorStops,function(v){return{offset:v.offset,color:Lr(v.color)}}),lV(e)?s=sd:fV(e)&&(s=ud),u=h}a===0?this.valType=s:(s!==this.valType||s===mw)&&(o=!0),this.discrete=this.discrete||o;var c={time:t,value:u,rawValue:e,percent:0};return n&&(c.easing=n,c.easingFunc=ot(n)?n:Zs[n]||lw(n)),i.push(c),c},r.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort(function(g,d){return g.time-d.time});for(var i=this.valType,a=n.length,o=n[a-1],s=this.discrete,u=kf(i),l=_w(i),f=0;f<a;f++){var h=n[f],c=h.value,v=o.value;h.percent=h.time/t,s||(u&&f!==a-1?vV(c,v,i):l&&cV(c.colorStops,v.colorStops))}if(!s&&i!==ud&&e&&this.needsAnimate()&&e.needsAnimate()&&i===e.valType&&!e._finished){this._additiveTrack=e;for(var p=n[0].value,f=0;f<a;f++)i===Bf?n[f].additiveValue=n[f].value-p:i===Qs?n[f].additiveValue=Ff([],n[f].value,p,-1):kf(i)&&(n[f].additiveValue=i===Of?Ff([],n[f].value,p,-1):gw([],n[f].value,p,-1))}},r.prototype.step=function(t,e){if(!this._finished){this._additiveTrack&&this._additiveTrack._finished&&(this._additiveTrack=null);var n=this._additiveTrack!=null,i=n?"additiveValue":"value",a=this.valType,o=this.keyframes,s=o.length,u=this.propName,l=a===Qs,f,h=this._lastFr,c=Math.min,v,p;if(s===1)v=p=o[0];else{if(e<0)f=0;else if(e<this._lastFrP){var g=c(h+1,s-1);for(f=g;f>=0&&!(o[f].percent<=e);f--);f=c(f,s-2)}else{for(f=h;f<s&&!(o[f].percent>e);f++);f=c(f-1,s-2)}p=o[f+1],v=o[f]}if(!!(v&&p)){this._lastFr=f,this._lastFrP=e;var d=p.percent-v.percent,y=d===0?1:c((e-v.percent)/d,1);p.easingFunc&&(y=p.easingFunc(y));var m=n?this._additiveValue:l?tu:t[u];if((kf(a)||l)&&!m&&(m=this._additiveValue=[]),this.discrete)t[u]=y<1?v.rawValue:p.rawValue;else if(kf(a))a===Of?od(m,v[i],p[i],y):hV(m,v[i],p[i],y);else if(_w(a)){var _=v[i],S=p[i],w=a===sd;t[u]={type:w?"linear":"radial",x:Zn(_.x,S.x,y),y:Zn(_.y,S.y,y),colorStops:U(_.colorStops,function(x,A){var D=S.colorStops[A];return{offset:Zn(x.offset,D.offset,y),color:Rf(od([],x.color,D.color,y))}}),global:S.global},w?(t[u].x2=Zn(_.x2,S.x2,y),t[u].y2=Zn(_.y2,S.y2,y)):t[u].r=Zn(_.r,S.r,y)}else if(l)od(m,v[i],p[i],y),n||(t[u]=Rf(m));else{var b=Zn(v[i],p[i],y);n?this._additiveValue=b:t[u]=b}n&&this._addToTarget(t)}}},r.prototype._addToTarget=function(t){var e=this.valType,n=this.propName,i=this._additiveValue;e===Bf?t[n]=t[n]+i:e===Qs?(Lr(t[n],tu),Ff(tu,tu,i,1),t[n]=Rf(tu)):e===Of?Ff(t[n],t[n],i,1):e===yw&&gw(t[n],t[n],i,1)},r}(),ld=function(){function r(t,e,n,i){if(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i){Ep("Can' use additive animation on looped animation.");return}this._additiveAnimators=i,this._allowDiscrete=n}return r.prototype.getMaxTime=function(){return this._maxTime},r.prototype.getDelay=function(){return this._delay},r.prototype.getLoop=function(){return this._loop},r.prototype.getTarget=function(){return this._target},r.prototype.changeTarget=function(t){this._target=t},r.prototype.when=function(t,e,n){return this.whenWithKeys(t,e,Ot(e),n)},r.prototype.whenWithKeys=function(t,e,n,i){for(var a=this._tracks,o=0;o<n.length;o++){var s=n[o],u=a[s];if(!u){u=a[s]=new dV(s);var l=void 0,f=this._getAdditiveTrack(s);if(f){var h=f.keyframes,c=h[h.length-1];l=c&&c.value,f.valType===Qs&&l&&(l=Rf(l))}else l=this._target[s];if(l==null)continue;t>0&&u.addKeyframe(0,Js(l),i),this._trackKeys.push(s)}u.addKeyframe(t,Js(e[s]),i)}return this._maxTime=Math.max(this._maxTime,t),this},r.prototype.pause=function(){this._clip.pause(),this._paused=!0},r.prototype.resume=function(){this._clip.resume(),this._paused=!1},r.prototype.isPaused=function(){return!!this._paused},r.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},r.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n<e;n++)t[n].call(this)},r.prototype._abortedCallback=function(){this._setTracksFinished();var t=this.animation,e=this._abortedCbs;if(t&&t.removeClip(this._clip),this._clip=null,e)for(var n=0;n<e.length;n++)e[n].call(this)},r.prototype._setTracksFinished=function(){for(var t=this._tracks,e=this._trackKeys,n=0;n<e.length;n++)t[e[n]].setFinished()},r.prototype._getAdditiveTrack=function(t){var e,n=this._additiveAnimators;if(n)for(var i=0;i<n.length;i++){var a=n[i].getTrack(t);a&&(e=a)}return e},r.prototype.start=function(t){if(!(this._started>0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,a=0;a<this._trackKeys.length;a++){var o=this._trackKeys[a],s=this._tracks[o],u=this._getAdditiveTrack(o),l=s.keyframes,f=l.length;if(s.prepare(i,u),s.needsAnimate())if(!this._allowDiscrete&&s.discrete){var h=l[f-1];h&&(e._target[s.propName]=h.rawValue),s.setFinished()}else n.push(s)}if(n.length||this._force){var c=new iV({life:i,loop:this._loop,delay:this._delay||0,onframe:function(v){e._started=2;var p=e._additiveAnimators;if(p){for(var g=!1,d=0;d<p.length;d++)if(p[d]._clip){g=!0;break}g||(e._additiveAnimators=null)}for(var d=0;d<n.length;d++)n[d].step(e._target,v);var y=e._onframeCbs;if(y)for(var d=0;d<y.length;d++)y[d](e._target,v)},ondestroy:function(){e._doneCallback()}});this._clip=c,this.animation&&this.animation.addClip(c),t&&c.setEasing(t)}else this._doneCallback();return this}},r.prototype.stop=function(t){if(!!this._clip){var e=this._clip;t&&e.onframe(1),this._abortedCallback()}},r.prototype.delay=function(t){return this._delay=t,this},r.prototype.during=function(t){return t&&(this._onframeCbs||(this._onframeCbs=[]),this._onframeCbs.push(t)),this},r.prototype.done=function(t){return t&&(this._doneCbs||(this._doneCbs=[]),this._doneCbs.push(t)),this},r.prototype.aborted=function(t){return t&&(this._abortedCbs||(this._abortedCbs=[]),this._abortedCbs.push(t)),this},r.prototype.getClip=function(){return this._clip},r.prototype.getTrack=function(t){return this._tracks[t]},r.prototype.getTracks=function(){var t=this;return U(this._trackKeys,function(e){return t._tracks[e]})},r.prototype.stopTracks=function(t,e){if(!t.length||!this._clip)return!0;for(var n=this._tracks,i=this._trackKeys,a=0;a<t.length;a++){var o=n[t[a]];o&&!o.isFinished()&&(e?o.step(this._target,1):this._started===1&&o.step(this._target,0),o.setFinished())}for(var s=!0,a=0;a<i.length;a++)if(!n[i[a]].isFinished()){s=!1;break}return s&&this._abortedCallback(),s},r.prototype.saveTo=function(t,e,n){if(!!t){e=e||this._trackKeys;for(var i=0;i<e.length;i++){var a=e[i],o=this._tracks[a];if(!(!o||o.isFinished())){var s=o.keyframes,u=s[n?0:s.length-1];u&&(t[a]=Js(u.rawValue))}}}},r.prototype.__changeFinalValue=function(t,e){e=e||Ot(t);for(var n=0;n<e.length;n++){var i=e[n],a=this._tracks[i];if(!!a){var o=a.keyframes;if(o.length>1){var s=o.pop();a.addKeyframe(s.time,t[i]),a.prepare(this._maxTime,a.getAdditiveTrack())}}}},r}();function Fo(){return new Date().getTime()}var gV=function(r){O(t,r);function t(e){var n=r.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,e=e||{},n.stage=e.stage||{},n}return t.prototype.addClip=function(e){e.animation&&this.removeClip(e),this._head?(this._tail.next=e,e.prev=this._tail,e.next=null,this._tail=e):this._head=this._tail=e,e.animation=this},t.prototype.addAnimator=function(e){e.animation=this;var n=e.getClip();n&&this.addClip(n)},t.prototype.removeClip=function(e){if(!!e.animation){var n=e.prev,i=e.next;n?n.next=i:this._head=i,i?i.prev=n:this._tail=n,e.next=e.prev=e.animation=null}},t.prototype.removeAnimator=function(e){var n=e.getClip();n&&this.removeClip(n),e.animation=null},t.prototype.update=function(e){for(var n=Fo()-this._pausedTime,i=n-this._time,a=this._head;a;){var o=a.next,s=a.step(n,i);s&&(a.ondestroy(),this.removeClip(a)),a=o}this._time=n,e||(this.trigger("frame",i),this.stage.update&&this.stage.update())},t.prototype._startLoop=function(){var e=this;this._running=!0;function n(){e._running&&(Kp(n),!e._paused&&e.update())}Kp(n)},t.prototype.start=function(){this._running||(this._time=Fo(),this._pausedTime=0,this._startLoop())},t.prototype.stop=function(){this._running=!1},t.prototype.pause=function(){this._paused||(this._pauseStart=Fo(),this._paused=!0)},t.prototype.resume=function(){this._paused&&(this._pausedTime+=Fo()-this._pauseStart,this._paused=!1)},t.prototype.clear=function(){for(var e=this._head;e;){var n=e.next;e.prev=e.next=e.animation=null,e=n}this._head=this._tail=null},t.prototype.isFinished=function(){return this._head==null},t.prototype.animate=function(e,n){n=n||{},this.start();var i=new ld(e,n.loop);return this.addAnimator(i),i},t}(Cr),yV=300,fd=_t.domSupported,hd=function(){var r=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],t=["touchstart","touchend","touchmove"],e={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},n=U(r,function(i){var a=i.replace("mouse","pointer");return e.hasOwnProperty(a)?a:i});return{mouse:r,touch:t,pointer:n}}(),Sw={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},bw=!1;function cd(r){var t=r.pointerType;return t==="pen"||t==="touch"}function mV(r){r.touching=!0,r.touchTimer!=null&&(clearTimeout(r.touchTimer),r.touchTimer=null),r.touchTimer=setTimeout(function(){r.touching=!1,r.touchTimer=null},700)}function vd(r){r&&(r.zrByTouch=!0)}function _V(r,t){return Tr(r.dom,new SV(r,t),!0)}function ww(r,t){for(var e=t,n=!1;e&&e.nodeType!==9&&!(n=e.domBelongToZr||e!==t&&e===r.painterRoot);)e=e.parentNode;return n}var SV=function(){function r(t,e){this.stopPropagation=Ee,this.stopImmediatePropagation=Ee,this.preventDefault=Ee,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY}return r}(),qr={mousedown:function(r){r=Tr(this.dom,r),this.__mayPointerCapture=[r.zrX,r.zrY],this.trigger("mousedown",r)},mousemove:function(r){r=Tr(this.dom,r);var t=this.__mayPointerCapture;t&&(r.zrX!==t[0]||r.zrY!==t[1])&&this.__togglePointerCapture(!0),this.trigger("mousemove",r)},mouseup:function(r){r=Tr(this.dom,r),this.__togglePointerCapture(!1),this.trigger("mouseup",r)},mouseout:function(r){r=Tr(this.dom,r);var t=r.toElement||r.relatedTarget;ww(this,t)||(this.__pointerCapturing&&(r.zrEventControl="no_globalout"),this.trigger("mouseout",r))},wheel:function(r){bw=!0,r=Tr(this.dom,r),this.trigger("mousewheel",r)},mousewheel:function(r){bw||(r=Tr(this.dom,r),this.trigger("mousewheel",r))},touchstart:function(r){r=Tr(this.dom,r),vd(r),this.__lastTouchMoment=new Date,this.handler.processGesture(r,"start"),qr.mousemove.call(this,r),qr.mousedown.call(this,r)},touchmove:function(r){r=Tr(this.dom,r),vd(r),this.handler.processGesture(r,"change"),qr.mousemove.call(this,r)},touchend:function(r){r=Tr(this.dom,r),vd(r),this.handler.processGesture(r,"end"),qr.mouseup.call(this,r),+new Date-+this.__lastTouchMoment<yV&&qr.click.call(this,r)},pointerdown:function(r){qr.mousedown.call(this,r)},pointermove:function(r){cd(r)||qr.mousemove.call(this,r)},pointerup:function(r){qr.mouseup.call(this,r)},pointerout:function(r){cd(r)||qr.mouseout.call(this,r)}};E(["click","dblclick","contextmenu"],function(r){qr[r]=function(t){t=Tr(this.dom,t),this.trigger(r,t)}});var pd={pointermove:function(r){cd(r)||pd.mousemove.call(this,r)},pointerup:function(r){pd.mouseup.call(this,r)},mousemove:function(r){this.trigger("mousemove",r)},mouseup:function(r){var t=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger("mouseup",r),t&&(r.zrEventControl="only_globalout",this.trigger("mouseout",r))}};function bV(r,t){var e=t.domHandlers;_t.pointerEventsSupported?E(hd.pointer,function(n){Nf(t,n,function(i){e[n].call(r,i)})}):(_t.touchEventsSupported&&E(hd.touch,function(n){Nf(t,n,function(i){e[n].call(r,i),mV(t)})}),E(hd.mouse,function(n){Nf(t,n,function(i){i=Vp(i),t.touching||e[n].call(r,i)})}))}function wV(r,t){_t.pointerEventsSupported?E(Sw.pointer,e):_t.touchEventsSupported||E(Sw.mouse,e);function e(n){function i(a){a=Vp(a),ww(r,a.target)||(a=_V(r,a),t.domHandlers[n].call(r,a))}Nf(t,n,i,{capture:!0})}}function Nf(r,t,e,n){r.mounted[t]=e,r.listenerOpts[t]=n,$p(r.domTarget,t,e,n)}function dd(r){var t=r.mounted;for(var e in t)t.hasOwnProperty(e)&&VG(r.domTarget,e,t[e],r.listenerOpts[e]);r.mounted={}}var xw=function(){function r(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e}return r}(),xV=function(r){O(t,r);function t(e,n){var i=r.call(this)||this;return i.__pointerCapturing=!1,i.dom=e,i.painterRoot=n,i._localHandlerScope=new xw(e,qr),fd&&(i._globalHandlerScope=new xw(document,pd)),bV(i,i._localHandlerScope),i}return t.prototype.dispose=function(){dd(this._localHandlerScope),fd&&dd(this._globalHandlerScope)},t.prototype.setCursor=function(e){this.dom.style&&(this.dom.style.cursor=e||"default")},t.prototype.__togglePointerCapture=function(e){if(this.__mayPointerCapture=null,fd&&+this.__pointerCapturing^+e){this.__pointerCapturing=e;var n=this._globalHandlerScope;e?wV(this,n):dd(n)}},t}(Cr),Aw=1;_t.hasGlobalWindow&&(Aw=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var zf=Aw,gd=.4,yd="#333",md="#ccc",AV="#eee",Cw=wf,Tw=5e-5;function ca(r){return r>Tw||r<-Tw}var va=[],Ro=[],_d=Dr(),Sd=Math.abs,Ei=function(){function r(){}return r.prototype.getLocalTransform=function(t){return r.getLocalTransform(this,t)},r.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},r.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},r.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},r.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},r.prototype.needLocalTransform=function(){return ca(this.rotation)||ca(this.x)||ca(this.y)||ca(this.scaleX-1)||ca(this.scaleY-1)||ca(this.skewX)||ca(this.skewY)},r.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;if(!(e||t)){n&&(Cw(n),this.invTransform=null);return}n=n||Dr(),e?this.getLocalTransform(n):Cw(n),t&&(e?Un(n,t,n):Wp(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)},r.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(e!=null&&e!==1){this.getGlobalScale(va);var n=va[0]<0?-1:1,i=va[1]<0?-1:1,a=((va[0]-n)*e+n)/va[0]||0,o=((va[1]-i)*e+i)/va[1]||0;t[0]*=a,t[1]*=a,t[2]*=o,t[3]*=o}this.invTransform=this.invTransform||Dr(),Mo(this.invTransform,t)},r.prototype.getComputedTransform=function(){for(var t=this,e=[];t;)e.push(t),t=t.parent;for(;t=e.pop();)t.updateTransform();return this.transform},r.prototype.setLocalTransform=function(t){if(!!t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),a=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(a),e=Math.sqrt(e),this.skewX=a,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},r.prototype.decomposeTransform=function(){if(!!this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(t.invTransform=t.invTransform||Dr(),Un(Ro,t.invTransform,e),e=Ro);var n=this.originX,i=this.originY;(n||i)&&(_d[4]=n,_d[5]=i,Un(Ro,e,_d),Ro[4]-=n,Ro[5]-=i,e=Ro),this.setLocalTransform(e)}},r.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},r.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&xe(n,n,i),n},r.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&xe(n,n,i),n},r.prototype.getLineScale=function(){var t=this.transform;return t&&Sd(t[0]-1)>1e-10&&Sd(t[3]-1)>1e-10?Math.sqrt(Sd(t[0]*t[3]-t[2]*t[1])):1},r.prototype.copyTransform=function(t){CV(this,t)},r.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,i=t.originY||0,a=t.scaleX,o=t.scaleY,s=t.anchorX,u=t.anchorY,l=t.rotation||0,f=t.x,h=t.y,c=t.skewX?Math.tan(t.skewX):0,v=t.skewY?Math.tan(-t.skewY):0;if(n||i||s||u){var p=n+s,g=i+u;e[4]=-p*a-c*g*o,e[5]=-g*o-v*p*a}else e[4]=e[5]=0;return e[0]=a,e[3]=o,e[1]=v*a,e[2]=c*o,l&&Eo(e,e,l),e[4]+=n+f,e[5]+=i+h,e},r.initDefaultProps=function(){var t=r.prototype;t.scaleX=t.scaleY=t.globalScaleRatio=1,t.x=t.y=t.originX=t.originY=t.skewX=t.skewY=t.rotation=t.anchorX=t.anchorY=0}(),r}(),mn=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function CV(r,t){for(var e=0;e<mn.length;e++){var n=mn[e];r[n]=t[n]}}var Dw={};function pr(r,t){t=t||aa;var e=Dw[t];e||(e=Dw[t]=new Ks(500));var n=e.get(r);return n==null&&(n=Si.measureText(r,t).width,e.put(r,n)),n}function Ew(r,t,e,n){var i=pr(r,t),a=bd(t),o=ru(0,i,e),s=Bo(0,a,n),u=new yt(o,s,i,a);return u}function eu(r,t,e,n){var i=((r||"")+"").split(`
|
|
51
|
+
`),a=i.length;if(a===1)return Ew(i[0],t,e,n);for(var o=new yt(0,0,0,0),s=0;s<i.length;s++){var u=Ew(i[s],t,e,n);s===0?o.copy(u):o.union(u)}return o}function ru(r,t,e){return e==="right"?r-=t:e==="center"&&(r-=t/2),r}function Bo(r,t,e){return e==="middle"?r-=t/2:e==="bottom"&&(r-=t),r}function bd(r){return pr("\u56FD",r)}function qn(r,t){return typeof r=="string"?r.lastIndexOf("%")>=0?parseFloat(r)/100*t:parseFloat(r):r}function Gf(r,t,e){var n=t.position||"inside",i=t.distance!=null?t.distance:5,a=e.height,o=e.width,s=a/2,u=e.x,l=e.y,f="left",h="top";if(n instanceof Array)u+=qn(n[0],e.width),l+=qn(n[1],e.height),f=null,h=null;else switch(n){case"left":u-=i,l+=s,f="right",h="middle";break;case"right":u+=i+o,l+=s,h="middle";break;case"top":u+=o/2,l-=i,f="center",h="bottom";break;case"bottom":u+=o/2,l+=a+i,f="center";break;case"inside":u+=o/2,l+=s,f="center",h="middle";break;case"insideLeft":u+=i,l+=s,h="middle";break;case"insideRight":u+=o-i,l+=s,f="right",h="middle";break;case"insideTop":u+=o/2,l+=i,f="center";break;case"insideBottom":u+=o/2,l+=a-i,f="center",h="bottom";break;case"insideTopLeft":u+=i,l+=i;break;case"insideTopRight":u+=o-i,l+=i,f="right";break;case"insideBottomLeft":u+=i,l+=a-i,h="bottom";break;case"insideBottomRight":u+=o-i,l+=a-i,f="right",h="bottom";break}return r=r||{},r.x=u,r.y=l,r.align=f,r.verticalAlign=h,r}var wd="__zr_normal__",xd=mn.concat(["ignore"]),TV=gn(mn,function(r,t){return r[t]=!0,r},{ignore:!1}),Oo={},DV=new yt(0,0,0,0),Vf=function(){function r(t){this.id=Ib(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return r.prototype._init=function(t){this.attr(t)},r.prototype.drift=function(t,e,n){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0;break}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},r.prototype.beforeUpdate=function(){},r.prototype.afterUpdate=function(){},r.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},r.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,a=e.innerTransformable,o=void 0,s=void 0,u=!1;a.parent=i?this:null;var l=!1;if(a.copyTransform(e),n.position!=null){var f=DV;n.layoutRect?f.copy(n.layoutRect):f.copy(this.getBoundingRect()),i||f.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(Oo,n,f):Gf(Oo,n,f),a.x=Oo.x,a.y=Oo.y,o=Oo.align,s=Oo.verticalAlign;var h=n.origin;if(h&&n.rotation!=null){var c=void 0,v=void 0;h==="center"?(c=f.width*.5,v=f.height*.5):(c=qn(h[0],f.width),v=qn(h[1],f.height)),l=!0,a.originX=-a.x+c+(i?0:f.x),a.originY=-a.y+v+(i?0:f.y)}}n.rotation!=null&&(a.rotation=n.rotation);var p=n.offset;p&&(a.x+=p[0],a.y+=p[1],l||(a.originX=-p[0],a.originY=-p[1]));var g=n.inside==null?typeof n.position=="string"&&n.position.indexOf("inside")>=0:n.inside,d=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),y=void 0,m=void 0,_=void 0;g&&this.canBeInsideText()?(y=n.insideFill,m=n.insideStroke,(y==null||y==="auto")&&(y=this.getInsideTextFill()),(m==null||m==="auto")&&(m=this.getInsideTextStroke(y),_=!0)):(y=n.outsideFill,m=n.outsideStroke,(y==null||y==="auto")&&(y=this.getOutsideFill()),(m==null||m==="auto")&&(m=this.getOutsideStroke(y),_=!0)),y=y||"#000",(y!==d.fill||m!==d.stroke||_!==d.autoStroke||o!==d.align||s!==d.verticalAlign)&&(u=!0,d.fill=y,d.stroke=m,d.autoStroke=_,d.align=o,d.verticalAlign=s,e.setDefaultTextStyle(d)),e.__dirty|=vr,u&&e.dirtyStyle(!0)}},r.prototype.canBeInsideText=function(){return!0},r.prototype.getInsideTextFill=function(){return"#fff"},r.prototype.getInsideTextStroke=function(t){return"#000"},r.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?md:yd},r.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n=typeof e=="string"&&Lr(e);n||(n=[255,255,255,1]);for(var i=n[3],a=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+(a?0:255)*(1-i);return n[3]=1,Xn(n,"rgba")},r.prototype.traverse=function(t,e){},r.prototype.attrKV=function(t,e){t==="textConfig"?this.setTextConfig(e):t==="textContent"?this.setTextContent(e):t==="clipPath"?this.setClipPath(e):t==="extra"?(this.extra=this.extra||{},H(this.extra,e)):this[t]=e},r.prototype.hide=function(){this.ignore=!0,this.markRedraw()},r.prototype.show=function(){this.ignore=!1,this.markRedraw()},r.prototype.attr=function(t,e){if(typeof t=="string")this.attrKV(t,e);else if(lt(t))for(var n=t,i=Ot(n),a=0;a<i.length;a++){var o=i[a];this.attrKV(o,t[o])}return this.markRedraw(),this},r.prototype.saveCurrentToNormalState=function(t){this._innerSaveToNormal(t);for(var e=this._normalState,n=0;n<this.animators.length;n++){var i=this.animators[n],a=i.__fromStateTransition;if(!(i.getLoop()||a&&a!==wd)){var o=i.targetName,s=o?e[o]:e;i.saveTo(s)}}},r.prototype._innerSaveToNormal=function(t){var e=this._normalState;e||(e=this._normalState={}),t.textConfig&&!e.textConfig&&(e.textConfig=this.textConfig),this._savePrimaryToNormal(t,e,xd)},r.prototype._savePrimaryToNormal=function(t,e,n){for(var i=0;i<n.length;i++){var a=n[i];t[a]!=null&&!(a in e)&&(e[a]=this[a])}},r.prototype.hasState=function(){return this.currentStates.length>0},r.prototype.getState=function(t){return this.states[t]},r.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},r.prototype.clearStates=function(t){this.useState(wd,!1,t)},r.prototype.useState=function(t,e,n,i){var a=t===wd,o=this.hasState();if(!(!o&&a)){var s=this.currentStates,u=this.stateTransition;if(!(At(s,t)>=0&&(e||s.length===1))){var l;if(this.stateProxy&&!a&&(l=this.stateProxy(t)),l||(l=this.states&&this.states[t]),!l&&!a){Ep("State "+t+" not exists.");return}a||this.saveCurrentToNormalState(l);var f=!!(l&&l.hoverLayer||i);f&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,l,this._normalState,e,!n&&!this.__inHover&&u&&u.duration>0,u);var h=this._textContent,c=this._textGuide;return h&&h.useState(t,e,n,f),c&&c.useState(t,e,n,f),a?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!f&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~vr),l}}},r.prototype.useStates=function(t,e,n){if(!t.length)this.clearStates();else{var i=[],a=this.currentStates,o=t.length,s=o===a.length;if(s){for(var u=0;u<o;u++)if(t[u]!==a[u]){s=!1;break}}if(s)return;for(var u=0;u<o;u++){var l=t[u],f=void 0;this.stateProxy&&(f=this.stateProxy(l,t)),f||(f=this.states[l]),f&&i.push(f)}var h=i[o-1],c=!!(h&&h.hoverLayer||n);c&&this._toggleHoverLayerFlag(!0);var v=this._mergeStates(i),p=this.stateTransition;this.saveCurrentToNormalState(v),this._applyStateObj(t.join(","),v,this._normalState,!1,!e&&!this.__inHover&&p&&p.duration>0,p);var g=this._textContent,d=this._textGuide;g&&g.useStates(t,e,c),d&&d.useStates(t,e,c),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!c&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~vr)}},r.prototype.isSilent=function(){for(var t=this.silent,e=this.parent;!t&&e;){if(e.silent){t=!0;break}e=e.parent}return t},r.prototype._updateAnimationTargets=function(){for(var t=0;t<this.animators.length;t++){var e=this.animators[t];e.targetName&&e.changeTarget(this[e.targetName])}},r.prototype.removeState=function(t){var e=At(this.currentStates,t);if(e>=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},r.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),a=At(i,t),o=At(i,e)>=0;a>=0?o?i.splice(a,1):i[a]=e:n&&!o&&i.push(e),this.useStates(i)},r.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},r.prototype._mergeStates=function(t){for(var e={},n,i=0;i<t.length;i++){var a=t[i];H(e,a),a.textConfig&&(n=n||{},H(n,a.textConfig))}return n&&(e.textConfig=n),e},r.prototype._applyStateObj=function(t,e,n,i,a,o){var s=!(e&&i);e&&e.textConfig?(this.textConfig=H({},i?this.textConfig:n.textConfig),H(this.textConfig,e.textConfig)):s&&n.textConfig&&(this.textConfig=n.textConfig);for(var u={},l=!1,f=0;f<xd.length;f++){var h=xd[f],c=a&&TV[h];e&&e[h]!=null?c?(l=!0,u[h]=e[h]):this[h]=e[h]:s&&n[h]!=null&&(c?(l=!0,u[h]=n[h]):this[h]=n[h])}if(!a)for(var f=0;f<this.animators.length;f++){var v=this.animators[f],p=v.targetName;v.getLoop()||v.__changeFinalValue(p?(e||n)[p]:e||n)}l&&this._transitionState(t,u,o)},r.prototype._attachComponent=function(t){if(!(t.__zr&&!t.__hostTarget)&&t!==this){var e=this.__zr;e&&t.addSelfToZr(e),t.__zr=e,t.__hostTarget=this}},r.prototype._detachComponent=function(t){t.__zr&&t.removeSelfFromZr(t.__zr),t.__zr=null,t.__hostTarget=null},r.prototype.getClipPath=function(){return this._clipPath},r.prototype.setClipPath=function(t){this._clipPath&&this._clipPath!==t&&this.removeClipPath(),this._attachComponent(t),this._clipPath=t,this.markRedraw()},r.prototype.removeClipPath=function(){var t=this._clipPath;t&&(this._detachComponent(t),this._clipPath=null,this.markRedraw())},r.prototype.getTextContent=function(){return this._textContent},r.prototype.setTextContent=function(t){var e=this._textContent;e!==t&&(e&&e!==t&&this.removeTextContent(),t.innerTransformable=new Ei,this._attachComponent(t),this._textContent=t,this.markRedraw())},r.prototype.setTextConfig=function(t){this.textConfig||(this.textConfig={}),H(this.textConfig,t),this.markRedraw()},r.prototype.removeTextConfig=function(){this.textConfig=null,this.markRedraw()},r.prototype.removeTextContent=function(){var t=this._textContent;t&&(t.innerTransformable=null,this._detachComponent(t),this._textContent=null,this._innerTextDefaultStyle=null,this.markRedraw())},r.prototype.getTextGuideLine=function(){return this._textGuide},r.prototype.setTextGuideLine=function(t){this._textGuide&&this._textGuide!==t&&this.removeTextGuideLine(),this._attachComponent(t),this._textGuide=t,this.markRedraw()},r.prototype.removeTextGuideLine=function(){var t=this._textGuide;t&&(this._detachComponent(t),this._textGuide=null,this.markRedraw())},r.prototype.markRedraw=function(){this.__dirty|=vr;var t=this.__zr;t&&(this.__inHover?t.refreshHover():t.refresh()),this.__hostTarget&&this.__hostTarget.markRedraw()},r.prototype.dirty=function(){this.markRedraw()},r.prototype._toggleHoverLayerFlag=function(t){this.__inHover=t;var e=this._textContent,n=this._textGuide;e&&(e.__inHover=t),n&&(n.__inHover=t)},r.prototype.addSelfToZr=function(t){if(this.__zr!==t){this.__zr=t;var e=this.animators;if(e)for(var n=0;n<e.length;n++)t.animation.addAnimator(e[n]);this._clipPath&&this._clipPath.addSelfToZr(t),this._textContent&&this._textContent.addSelfToZr(t),this._textGuide&&this._textGuide.addSelfToZr(t)}},r.prototype.removeSelfFromZr=function(t){if(!!this.__zr){this.__zr=null;var e=this.animators;if(e)for(var n=0;n<e.length;n++)t.animation.removeAnimator(e[n]);this._clipPath&&this._clipPath.removeSelfFromZr(t),this._textContent&&this._textContent.removeSelfFromZr(t),this._textGuide&&this._textGuide.removeSelfFromZr(t)}},r.prototype.animate=function(t,e,n){var i=t?this[t]:this,a=new ld(i,e,n);return t&&(a.targetName=t),this.addAnimator(a,t),a},r.prototype.addAnimator=function(t,e){var n=this.__zr,i=this;t.during(function(){i.updateDuringAnimation(e)}).done(function(){var a=i.animators,o=At(a,t);o>=0&&a.splice(o,1)}),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},r.prototype.updateDuringAnimation=function(t){this.markRedraw()},r.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,a=[],o=0;o<i;o++){var s=n[o];!t||t===s.scope?s.stop(e):a.push(s)}return this.animators=a,this},r.prototype.animateTo=function(t,e,n){Ad(this,t,e,n)},r.prototype.animateFrom=function(t,e,n){Ad(this,t,e,n,!0)},r.prototype._transitionState=function(t,e,n,i){for(var a=Ad(this,e,n,i),o=0;o<a.length;o++)a[o].__fromStateTransition=t},r.prototype.getBoundingRect=function(){return null},r.prototype.getPaintRect=function(){return null},r.initDefaultProps=function(){var t=r.prototype;t.type="element",t.name="",t.ignore=t.silent=t.isGroup=t.draggable=t.dragging=t.ignoreClip=t.__inHover=!1,t.__dirty=vr;function e(n,i,a,o){Object.defineProperty(t,n,{get:function(){if(!this[i]){var u=this[i]=[];s(this,u)}return this[i]},set:function(u){this[a]=u[0],this[o]=u[1],this[i]=u,s(this,u)}});function s(u,l){Object.defineProperty(l,0,{get:function(){return u[a]},set:function(f){u[a]=f}}),Object.defineProperty(l,1,{get:function(){return u[o]},set:function(f){u[o]=f}})}}Object.defineProperty&&(e("position","_legacyPos","x","y"),e("scale","_legacyScale","scaleX","scaleY"),e("origin","_legacyOrigin","originX","originY"))}(),r}();se(Vf,Cr),se(Vf,Ei);function Ad(r,t,e,n,i){e=e||{};var a=[];Mw(r,"",r,t,e,n,a,i);var o=a.length,s=!1,u=e.done,l=e.aborted,f=function(){s=!0,o--,o<=0&&(s?u&&u():l&&l())},h=function(){o--,o<=0&&(s?u&&u():l&&l())};o||u&&u(),a.length>0&&e.during&&a[0].during(function(p,g){e.during(g)});for(var c=0;c<a.length;c++){var v=a[c];f&&v.done(f),h&&v.aborted(h),e.force&&v.duration(e.duration),v.start(e.easing)}return a}function Cd(r,t,e){for(var n=0;n<e;n++)r[n]=t[n]}function EV(r){return ke(r[0])}function MV(r,t,e){if(ke(t[e]))if(ke(r[e])||(r[e]=[]),Ke(t[e])){var n=t[e].length;r[e].length!==n&&(r[e]=new t[e].constructor(n),Cd(r[e],t[e],n))}else{var i=t[e],a=r[e],o=i.length;if(EV(i))for(var s=i[0].length,u=0;u<o;u++)a[u]?Cd(a[u],i[u],s):a[u]=Array.prototype.slice.call(i[u]);else Cd(a,i,o);a.length=i.length}else r[e]=t[e]}function LV(r,t){return r===t||ke(r)&&ke(t)&&IV(r,t)}function IV(r,t){var e=r.length;if(e!==t.length)return!1;for(var n=0;n<e;n++)if(r[n]!==t[n])return!1;return!0}function Mw(r,t,e,n,i,a,o,s){for(var u=Ot(n),l=i.duration,f=i.delay,h=i.additive,c=i.setToFinal,v=!lt(a),p=r.animators,g=[],d=0;d<u.length;d++){var y=u[d],m=n[y];if(m!=null&&e[y]!=null&&(v||a[y]))if(lt(m)&&!ke(m)&&!yf(m)){if(t){s||(e[y]=m,r.updateDuringAnimation(t));continue}Mw(r,y,e[y],m,i,a&&a[y],o,s)}else g.push(y);else s||(e[y]=m,r.updateDuringAnimation(t),g.push(y))}var _=g.length;if(!h&&_)for(var S=0;S<p.length;S++){var w=p[S];if(w.targetName===t){var b=w.stopTracks(g);if(b){var x=At(p,w);p.splice(x,1)}}}if(i.force||(g=Xt(g,function(T){return!LV(n[T],e[T])}),_=g.length),_>0||i.force&&!o.length){var A=void 0,D=void 0,C=void 0;if(s){D={},c&&(A={});for(var S=0;S<_;S++){var y=g[S];D[y]=e[y],c?A[y]=n[y]:e[y]=n[y]}}else if(c){C={};for(var S=0;S<_;S++){var y=g[S];C[y]=Js(e[y]),MV(e,n,y)}}var w=new ld(e,!1,!1,h?Xt(p,function(I){return I.targetName===t}):null);w.targetName=t,i.scope&&(w.scope=i.scope),c&&A&&w.whenWithKeys(0,A,g),C&&w.whenWithKeys(0,C,g),w.whenWithKeys(l==null?500:l,s?D:n,g).delay(f||0),r.addAnimator(w,t),o.push(w)}}var at=function(r){O(t,r);function t(e){var n=r.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(e),n}return t.prototype.childrenRef=function(){return this._children},t.prototype.children=function(){return this._children.slice()},t.prototype.childAt=function(e){return this._children[e]},t.prototype.childOfName=function(e){for(var n=this._children,i=0;i<n.length;i++)if(n[i].name===e)return n[i]},t.prototype.childCount=function(){return this._children.length},t.prototype.add=function(e){return e&&e!==this&&e.parent!==this&&(this._children.push(e),this._doAdd(e)),this},t.prototype.addBefore=function(e,n){if(e&&e!==this&&e.parent!==this&&n&&n.parent===this){var i=this._children,a=i.indexOf(n);a>=0&&(i.splice(a,0,e),this._doAdd(e))}return this},t.prototype.replace=function(e,n){var i=At(this._children,e);return i>=0&&this.replaceAt(n,i),this},t.prototype.replaceAt=function(e,n){var i=this._children,a=i[n];if(e&&e!==this&&e.parent!==this&&e!==a){i[n]=e,a.parent=null;var o=this.__zr;o&&a.removeSelfFromZr(o),this._doAdd(e)}return this},t.prototype._doAdd=function(e){e.parent&&e.parent.remove(e),e.parent=this;var n=this.__zr;n&&n!==e.__zr&&e.addSelfToZr(n),n&&n.refresh()},t.prototype.remove=function(e){var n=this.__zr,i=this._children,a=At(i,e);return a<0?this:(i.splice(a,1),e.parent=null,n&&e.removeSelfFromZr(n),n&&n.refresh(),this)},t.prototype.removeAll=function(){for(var e=this._children,n=this.__zr,i=0;i<e.length;i++){var a=e[i];n&&a.removeSelfFromZr(n),a.parent=null}return e.length=0,this},t.prototype.eachChild=function(e,n){for(var i=this._children,a=0;a<i.length;a++){var o=i[a];e.call(n,o,a)}return this},t.prototype.traverse=function(e,n){for(var i=0;i<this._children.length;i++){var a=this._children[i],o=e.call(n,a);a.isGroup&&!o&&a.traverse(e,n)}return this},t.prototype.addSelfToZr=function(e){r.prototype.addSelfToZr.call(this,e);for(var n=0;n<this._children.length;n++){var i=this._children[n];i.addSelfToZr(e)}},t.prototype.removeSelfFromZr=function(e){r.prototype.removeSelfFromZr.call(this,e);for(var n=0;n<this._children.length;n++){var i=this._children[n];i.removeSelfFromZr(e)}},t.prototype.getBoundingRect=function(e){for(var n=new yt(0,0,0,0),i=e||this._children,a=[],o=null,s=0;s<i.length;s++){var u=i[s];if(!(u.ignore||u.invisible)){var l=u.getBoundingRect(),f=u.getLocalTransform(a);f?(yt.applyTransform(n,l,f),o=o||n.clone(),o.union(n)):(o=o||l.clone(),o.union(l))}}return o||n},t}(Vf);at.prototype.type="group";var $f={},Lw={};function PV(r){delete Lw[r]}function FV(r){if(!r)return!1;if(typeof r=="string")return Pf(r,1)<gd;if(r.colorStops){for(var t=r.colorStops,e=0,n=t.length,i=0;i<n;i++)e+=Pf(t[i].color,1);return e/=n,e<gd}return!1}var RV=function(){function r(t,e,n){var i=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!0,this._darkMode=!1,n=n||{},this.dom=e,this.id=t;var a=new QG,o=n.renderer||"canvas";$f[o]||(o=Ot($f)[0]),n.useDirtyRect=n.useDirtyRect==null?!1:n.useDirtyRect;var s=new $f[o](e,a,n,t),u=n.ssr||s.ssrOnly;this.storage=a,this.painter=s;var l=!_t.node&&!_t.worker&&!u?new xV(s.getViewportRoot(),s.root):null,f=n.useCoarsePointer,h=f==null||f==="auto"?_t.touchEventsSupported:!!f,c=44,v;h&&(v=dt(n.pointerSize,c)),this.handler=new Yb(a,s,l,s.root,v),this.animation=new gV({stage:{update:u?null:function(){return i._flush(!0)}}}),u||this.animation.start()}return r.prototype.add=function(t){this._disposed||!t||(this.storage.addRoot(t),t.addSelfToZr(this),this.refresh())},r.prototype.remove=function(t){this._disposed||!t||(this.storage.delRoot(t),t.removeSelfFromZr(this),this.refresh())},r.prototype.configLayer=function(t,e){this._disposed||(this.painter.configLayer&&this.painter.configLayer(t,e),this.refresh())},r.prototype.setBackgroundColor=function(t){this._disposed||(this.painter.setBackgroundColor&&this.painter.setBackgroundColor(t),this.refresh(),this._backgroundColor=t,this._darkMode=FV(t))},r.prototype.getBackgroundColor=function(){return this._backgroundColor},r.prototype.setDarkMode=function(t){this._darkMode=t},r.prototype.isDarkMode=function(){return this._darkMode},r.prototype.refreshImmediately=function(t){this._disposed||(t||this.animation.update(!0),this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1)},r.prototype.refresh=function(){this._disposed||(this._needsRefresh=!0,this.animation.start())},r.prototype.flush=function(){this._disposed||this._flush(!1)},r.prototype._flush=function(t){var e,n=Fo();this._needsRefresh&&(e=!0,this.refreshImmediately(t)),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately());var i=Fo();e?(this._stillFrameAccum=0,this.trigger("rendered",{elapsedTime:i-n})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},r.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},r.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},r.prototype.refreshHover=function(){this._needsRefreshHover=!0},r.prototype.refreshHoverImmediately=function(){this._disposed||(this._needsRefreshHover=!1,this.painter.refreshHover&&this.painter.getType()==="canvas"&&this.painter.refreshHover())},r.prototype.resize=function(t){this._disposed||(t=t||{},this.painter.resize(t.width,t.height),this.handler.resize())},r.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},r.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},r.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},r.prototype.setCursorStyle=function(t){this._disposed||this.handler.setCursorStyle(t)},r.prototype.findHover=function(t,e){if(!this._disposed)return this.handler.findHover(t,e)},r.prototype.on=function(t,e,n){return this._disposed||this.handler.on(t,e,n),this},r.prototype.off=function(t,e){this._disposed||this.handler.off(t,e)},r.prototype.trigger=function(t,e){this._disposed||this.handler.trigger(t,e)},r.prototype.clear=function(){if(!this._disposed){for(var t=this.storage.getRoots(),e=0;e<t.length;e++)t[e]instanceof at&&t[e].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()}},r.prototype.dispose=function(){this._disposed||(this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,this._disposed=!0,PV(this.id))},r}();function Iw(r,t){var e=new RV(Ib(),r,t);return Lw[e.id]=e,e}function BV(r,t){$f[r]=t}/*!
|
|
52
|
+
* ZRender, a high performance 2d drawing library.
|
|
53
|
+
*
|
|
54
|
+
* Copyright (c) 2013, Baidu Inc.
|
|
55
|
+
* All rights reserved.
|
|
56
|
+
*
|
|
57
|
+
* LICENSE
|
|
58
|
+
* https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
|
|
59
|
+
*/var Pw=1e-4,Fw=20;function OV(r){return r.replace(/^\s+|\s+$/g,"")}function Jt(r,t,e,n){var i=t[0],a=t[1],o=e[0],s=e[1],u=a-i,l=s-o;if(u===0)return l===0?o:(o+s)/2;if(n)if(u>0){if(r<=i)return o;if(r>=a)return s}else{if(r>=i)return o;if(r<=a)return s}else{if(r===i)return o;if(r===a)return s}return(r-i)/u*l+o}function rt(r,t){switch(r){case"center":case"middle":r="50%";break;case"left":case"top":r="0%";break;case"right":case"bottom":r="100%";break}return J(r)?OV(r).match(/%$/)?parseFloat(r)/100*t:parseFloat(r):r==null?NaN:+r}function Se(r,t,e){return t==null&&(t=10),t=Math.min(Math.max(0,t),Fw),r=(+r).toFixed(t),e?r:+r}function _n(r){return r.sort(function(t,e){return t-e}),r}function Sn(r){if(r=+r,isNaN(r))return 0;if(r>1e-14){for(var t=1,e=0;e<15;e++,t*=10)if(Math.round(r*t)/t===r)return e}return kV(r)}function kV(r){var t=r.toString().toLowerCase(),e=t.indexOf("e"),n=e>0?+t.slice(e+1):0,i=e>0?e:t.length,a=t.indexOf("."),o=a<0?0:i-1-a;return Math.max(0,o-n)}function NV(r,t){var e=Math.log,n=Math.LN10,i=Math.floor(e(r[1]-r[0])/n),a=Math.round(e(Math.abs(t[1]-t[0]))/n),o=Math.min(Math.max(-i+a,0),20);return isFinite(o)?o:20}function zV(r,t){var e=gn(r,function(v,p){return v+(isNaN(p)?0:p)},0);if(e===0)return[];for(var n=Math.pow(10,t),i=U(r,function(v){return(isNaN(v)?0:v)/e*n*100}),a=n*100,o=U(i,function(v){return Math.floor(v)}),s=gn(o,function(v,p){return v+p},0),u=U(i,function(v,p){return v-o[p]});s<a;){for(var l=Number.NEGATIVE_INFINITY,f=null,h=0,c=u.length;h<c;++h)u[h]>l&&(l=u[h],f=h);++o[f],u[f]=0,++s}return U(o,function(v){return v/n})}function GV(r,t){var e=Math.max(Sn(r),Sn(t)),n=r+t;return e>Fw?n:Se(n,e)}function Rw(r){var t=Math.PI*2;return(r%t+t)%t}function nu(r){return r>-Pw&&r<Pw}var VV=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d{1,2})(?::(\d{1,2})(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;function Kn(r){if(r instanceof Date)return r;if(J(r)){var t=VV.exec(r);if(!t)return new Date(NaN);if(t[8]){var e=+t[4]||0;return t[8].toUpperCase()!=="Z"&&(e-=+t[8].slice(0,3)),new Date(Date.UTC(+t[1],+(t[2]||1)-1,+t[3]||1,e,+(t[5]||0),+t[6]||0,t[7]?+t[7].substring(0,3):0))}else return new Date(+t[1],+(t[2]||1)-1,+t[3]||1,+t[4]||0,+(t[5]||0),+t[6]||0,t[7]?+t[7].substring(0,3):0)}else if(r==null)return new Date(NaN);return new Date(Math.round(r))}function $V(r){return Math.pow(10,Bw(r))}function Bw(r){if(r===0)return 0;var t=Math.floor(Math.log(r)/Math.LN10);return r/Math.pow(10,t)>=10&&t++,t}function Ow(r,t){var e=Bw(r),n=Math.pow(10,e),i=r/n,a;return t?i<1.5?a=1:i<2.5?a=2:i<4?a=3:i<7?a=5:a=10:i<1?a=1:i<2?a=2:i<3?a=3:i<5?a=5:a=10,r=a*n,e>=-20?+r.toFixed(e<0?-e:0):r}function kw(r){r.sort(function(u,l){return s(u,l,0)?-1:1});for(var t=-1/0,e=1,n=0;n<r.length;){for(var i=r[n].interval,a=r[n].close,o=0;o<2;o++)i[o]<=t&&(i[o]=t,a[o]=o?1:1-e),t=i[o],e=a[o];i[0]===i[1]&&a[0]*a[1]!==1?r.splice(n,1):n++}return r;function s(u,l,f){return u.interval[f]<l.interval[f]||u.interval[f]===l.interval[f]&&(u.close[f]-l.close[f]===(f?-1:1)||!f&&s(u,l,1))}}function iu(r){var t=parseFloat(r);return t==r&&(t!==0||!J(r)||r.indexOf("x")<=0)?t:NaN}function Nw(r){return!isNaN(iu(r))}function zw(){return Math.round(Math.random()*9)}function Gw(r,t){return t===0?r:Gw(t,r%t)}function Vw(r,t){return r==null?t:t==null?r:r*t/Gw(r,t)}var HV="[ECharts] ",$w={},WV=typeof console!="undefined"&&console.warn&&console.log;function UV(r,t,e){if(WV){if(e){if($w[t])return;$w[t]=!0}console[r](HV+t)}}function urt(r,t){UV("warn",r,t)}function Ne(r){throw new Error(r)}function Hw(r,t,e){return(t-r)*e+r}var Ww="series\0",Uw="\0_ec_\0";function re(r){return r instanceof Array?r:r==null?[]:[r]}function pa(r,t,e){if(r){r[t]=r[t]||{},r.emphasis=r.emphasis||{},r.emphasis[t]=r.emphasis[t]||{};for(var n=0,i=e.length;n<i;n++){var a=e[n];!r.emphasis[t].hasOwnProperty(a)&&r[t].hasOwnProperty(a)&&(r.emphasis[t][a]=r[t][a])}}}var Yw=["fontStyle","fontWeight","fontSize","fontFamily","rich","tag","color","textBorderColor","textBorderWidth","width","height","lineHeight","align","verticalAlign","baseline","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY","backgroundColor","borderColor","borderWidth","borderRadius","padding"];function ko(r){return lt(r)&&!Y(r)&&!(r instanceof Date)?r.value:r}function YV(r){return lt(r)&&!(r instanceof Array)}function Xw(r,t,e){var n=e==="normalMerge",i=e==="replaceMerge",a=e==="replaceAll";r=r||[],t=(t||[]).slice();var o=et();E(t,function(u,l){if(!lt(u)){t[l]=null;return}});var s=XV(r,o,e);return(n||i)&&ZV(s,r,o,t),n&&qV(s,t),n||i?KV(s,t,i):a&&jV(s,t),JV(s),s}function XV(r,t,e){var n=[];if(e==="replaceAll")return n;for(var i=0;i<r.length;i++){var a=r[i];a&&a.id!=null&&t.set(a.id,i),n.push({existing:e==="replaceMerge"||ou(a)?null:a,newOption:null,keyInfo:null,brandNew:null})}return n}function ZV(r,t,e,n){E(n,function(i,a){if(!(!i||i.id==null)){var o=au(i.id),s=e.get(o);if(s!=null){var u=r[s];cr(!u.newOption,'Duplicated option on id "'+o+'".'),u.newOption=i,u.existing=t[s],n[a]=null}}})}function qV(r,t){E(t,function(e,n){if(!(!e||e.name==null))for(var i=0;i<r.length;i++){var a=r[i].existing;if(!r[i].newOption&&a&&(a.id==null||e.id==null)&&!ou(e)&&!ou(a)&&Zw("name",a,e)){r[i].newOption=e,t[n]=null;return}}})}function KV(r,t,e){E(t,function(n){if(!!n){for(var i,a=0;(i=r[a])&&(i.newOption||ou(i.existing)||i.existing&&n.id!=null&&!Zw("id",n,i.existing));)a++;i?(i.newOption=n,i.brandNew=e):r.push({newOption:n,brandNew:e,existing:null,keyInfo:null}),a++}})}function jV(r,t){E(t,function(e){r.push({newOption:e,brandNew:!0,existing:null,keyInfo:null})})}function JV(r){var t=et();E(r,function(e){var n=e.existing;n&&t.set(n.id,e)}),E(r,function(e){var n=e.newOption;cr(!n||n.id==null||!t.get(n.id)||t.get(n.id)===e,"id duplicates: "+(n&&n.id)),n&&n.id!=null&&t.set(n.id,e),!e.keyInfo&&(e.keyInfo={})}),E(r,function(e,n){var i=e.existing,a=e.newOption,o=e.keyInfo;if(!!lt(a)){if(o.name=a.name!=null?au(a.name):i?i.name:Ww+n,i)o.id=au(i.id);else if(a.id!=null)o.id=au(a.id);else{var s=0;do o.id="\0"+o.name+"\0"+s++;while(t.get(o.id))}t.set(o.id,e)}})}function Zw(r,t,e){var n=he(t[r],null),i=he(e[r],null);return n!=null&&i!=null&&n===i}function au(r){return he(r,"")}function he(r,t){return r==null?t:J(r)?r:Bt(r)||Lp(r)?r+"":t}function Td(r){var t=r.name;return!!(t&&t.indexOf(Ww))}function ou(r){return r&&r.id!=null&&au(r.id).indexOf(Uw)===0}function QV(r){return Uw+r}function t$(r,t,e){E(r,function(n){var i=n.newOption;lt(i)&&(n.keyInfo.mainType=t,n.keyInfo.subType=e$(t,i,n.existing,e))})}function e$(r,t,e,n){var i=t.type?t.type:e?e.subType:n.determineSubType(r,t);return i}function r$(r,t){var e={},n={};return i(r||[],e),i(t||[],n,e),[a(e),a(n)];function i(o,s,u){for(var l=0,f=o.length;l<f;l++){var h=he(o[l].seriesId,null);if(h==null)return;for(var c=re(o[l].dataIndex),v=u&&u[h],p=0,g=c.length;p<g;p++){var d=c[p];v&&v[d]?v[d]=null:(s[h]||(s[h]={}))[d]=1}}}function a(o,s){var u=[];for(var l in o)if(o.hasOwnProperty(l)&&o[l]!=null)if(s)u.push(+l);else{var f=a(o[l],!0);f.length&&u.push({seriesId:l,dataIndex:f})}return u}}function da(r,t){if(t.dataIndexInside!=null)return t.dataIndexInside;if(t.dataIndex!=null)return Y(t.dataIndex)?U(t.dataIndex,function(e){return r.indexOfRawIndex(e)}):r.indexOfRawIndex(t.dataIndex);if(t.name!=null)return Y(t.name)?U(t.name,function(e){return r.indexOfName(e)}):r.indexOfName(t.name)}function Tt(){var r="__ec_inner_"+n$++;return function(t){return t[r]||(t[r]={})}}var n$=zw();function su(r,t,e){var n=Dd(t,e),i=n.mainTypeSpecified,a=n.queryOptionMap,o=n.others,s=o,u=e?e.defaultMainType:null;return!i&&u&&a.set(u,{}),a.each(function(l,f){var h=uu(r,f,l,{useDefault:u===f,enableAll:e&&e.enableAll!=null?e.enableAll:!0,enableNone:e&&e.enableNone!=null?e.enableNone:!0});s[f+"Models"]=h.models,s[f+"Model"]=h.models[0]}),s}function Dd(r,t){var e;if(J(r)){var n={};n[r+"Index"]=0,e=n}else e=r;var i=et(),a={},o=!1;return E(e,function(s,u){if(u==="dataIndex"||u==="dataIndexInside"){a[u]=s;return}var l=u.match(/^(\w+)(Index|Id|Name)$/)||[],f=l[1],h=(l[2]||"").toLowerCase();if(!(!f||!h||t&&t.includeMainTypes&&At(t.includeMainTypes,f)<0)){o=o||!!f;var c=i.get(f)||i.set(f,{});c[h]=s}}),{mainTypeSpecified:o,queryOptionMap:i,others:a}}var Je={useDefault:!0,enableAll:!1,enableNone:!1},i$={useDefault:!1,enableAll:!0,enableNone:!0};function uu(r,t,e,n){n=n||Je;var i=e.index,a=e.id,o=e.name,s={models:null,specified:i!=null||a!=null||o!=null};if(!s.specified){var u=void 0;return s.models=n.useDefault&&(u=r.getComponent(t))?[u]:[],s}return i==="none"||i===!1?(cr(n.enableNone,'`"none"` or `false` is not a valid value on index option.'),s.models=[],s):(i==="all"&&(cr(n.enableAll,'`"all"` is not a valid value on index option.'),i=a=o=null),s.models=r.queryComponents({mainType:t,index:i,id:a,name:o}),s)}function qw(r,t,e){r.setAttribute?r.setAttribute(t,e):r[t]=e}function a$(r,t){return r.getAttribute?r.getAttribute(t):r[t]}function o$(r){return r==="auto"?_t.domSupported?"html":"richText":r||"html"}function Kw(r,t){var e=et(),n=[];return E(r,function(i){var a=t(i);(e.get(a)||(n.push(a),e.set(a,[]))).push(i)}),{keys:n,buckets:e}}function jw(r,t,e,n,i){var a=t==null||t==="auto";if(n==null)return n;if(Bt(n)){var o=Hw(e||0,n,i);return Se(o,a?Math.max(Sn(e||0),Sn(n)):t)}else{if(J(n))return i<1?e:n;for(var s=[],u=e,l=n,f=Math.max(u?u.length:0,l.length),h=0;h<f;++h){var c=r.getDimensionInfo(h);if(c&&c.type==="ordinal")s[h]=(i<1&&u?u:l)[h];else{var v=u&&u[h]?u[h]:0,p=l[h],o=Hw(v,p,i);s[h]=Se(o,a?Math.max(Sn(v),Sn(p)):t)}}return s}}var s$=".",ga="___EC__COMPONENT__CONTAINER___",Jw="___EC__EXTENDED_CLASS___";function bn(r){var t={main:"",sub:""};if(r){var e=r.split(s$);t.main=e[0]||"",t.sub=e[1]||""}return t}function u$(r){cr(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(r),'componentType "'+r+'" illegal')}function l$(r){return!!(r&&r[Jw])}function Ed(r,t){r.$constructor=r,r.extend=function(e){var n=this,i;return f$(n)?i=function(a){O(o,a);function o(){return a.apply(this,arguments)||this}return o}(n):(i=function(){(e.$constructor||n).apply(this,arguments)},bG(i,this)),H(i.prototype,e),i[Jw]=!0,i.extend=this.extend,i.superCall=v$,i.superApply=p$,i.superClass=n,i}}function f$(r){return ot(r)&&/^class\s/.test(Function.prototype.toString.call(r))}function Qw(r,t){r.extend=t.extend}var h$=Math.round(Math.random()*10);function c$(r){var t=["__\0is_clz",h$++].join("_");r.prototype[t]=!0,r.isInstance=function(e){return!!(e&&e[t])}}function v$(r,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return this.superClass.prototype[t].apply(r,e)}function p$(r,t,e){return this.superClass.prototype[t].apply(r,e)}function Hf(r){var t={};r.registerClass=function(n){var i=n.type||n.prototype.type;if(i){u$(i),n.prototype.type=i;var a=bn(i);if(!a.sub)t[a.main]=n;else if(a.sub!==ga){var o=e(a);o[a.sub]=n}}return n},r.getClass=function(n,i,a){var o=t[n];if(o&&o[ga]&&(o=i?o[i]:null),a&&!o)throw new Error(i?"Component "+n+"."+(i||"")+" is used but not imported.":n+".type should be specified.");return o},r.getClassesByMainType=function(n){var i=bn(n),a=[],o=t[i.main];return o&&o[ga]?E(o,function(s,u){u!==ga&&a.push(s)}):a.push(o),a},r.hasClass=function(n){var i=bn(n);return!!t[i.main]},r.getAllClassMainTypes=function(){var n=[];return E(t,function(i,a){n.push(a)}),n},r.hasSubTypes=function(n){var i=bn(n),a=t[i.main];return a&&a[ga]};function e(n){var i=t[n.main];return(!i||!i[ga])&&(i=t[n.main]={},i[ga]=!0),i}}function ya(r,t){for(var e=0;e<r.length;e++)r[e][1]||(r[e][1]=r[e][0]);return t=t||!1,function(n,i,a){for(var o={},s=0;s<r.length;s++){var u=r[s][1];if(!(i&&At(i,u)>=0||a&&At(a,u)<0)){var l=n.getShallow(u,t);l!=null&&(o[r[s][0]]=l)}}return o}}var d$=[["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]],g$=ya(d$),y$=function(){function r(){}return r.prototype.getAreaStyle=function(t,e){return g$(this,t,e)},r}(),Md=new Ks(50);function m$(r){if(typeof r=="string"){var t=Md.get(r);return t&&t.image}else return r}function tx(r,t,e,n,i){if(r)if(typeof r=="string"){if(t&&t.__zrImageSrc===r||!e)return t;var a=Md.get(r),o={hostEl:e,cb:n,cbPayload:i};return a?(t=a.image,!Wf(t)&&a.pending.push(o)):(t=Si.loadImage(r,ex,ex),t.__zrImageSrc=r,Md.put(r,t.__cachedImgObj={image:t,pending:[o]})),t}else return r;else return t}function ex(){var r=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var t=0;t<r.pending.length;t++){var e=r.pending[t],n=e.cb;n&&n(this,e.cbPayload),e.hostEl.dirty()}r.pending.length=0}function Wf(r){return r&&r.width&&r.height}var Ld=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function _$(r,t,e,n,i){if(!t)return"";var a=(r+"").split(`
|
|
60
|
+
`);i=rx(t,e,n,i);for(var o=0,s=a.length;o<s;o++)a[o]=nx(a[o],i);return a.join(`
|
|
61
|
+
`)}function rx(r,t,e,n){n=n||{};var i=H({},n);i.font=t,e=dt(e,"..."),i.maxIterations=dt(n.maxIterations,2);var a=i.minChar=dt(n.minChar,0);i.cnCharWidth=pr("\u56FD",t);var o=i.ascCharWidth=pr("a",t);i.placeholder=dt(n.placeholder,"");for(var s=r=Math.max(0,r-1),u=0;u<a&&s>=o;u++)s-=o;var l=pr(e,t);return l>s&&(e="",l=0),s=r-l,i.ellipsis=e,i.ellipsisWidth=l,i.contentWidth=s,i.containerWidth=r,i}function nx(r,t){var e=t.containerWidth,n=t.font,i=t.contentWidth;if(!e)return"";var a=pr(r,n);if(a<=e)return r;for(var o=0;;o++){if(a<=i||o>=t.maxIterations){r+=t.ellipsis;break}var s=o===0?S$(r,i,t.ascCharWidth,t.cnCharWidth):a>0?Math.floor(r.length*i/a):0;r=r.substr(0,s),a=pr(r,n)}return r===""&&(r=t.placeholder),r}function S$(r,t,e,n){for(var i=0,a=0,o=r.length;a<o&&i<t;a++){var s=r.charCodeAt(a);i+=0<=s&&s<=127?e:n}return a}function b$(r,t){r!=null&&(r+="");var e=t.overflow,n=t.padding,i=t.font,a=e==="truncate",o=bd(i),s=dt(t.lineHeight,o),u=!!t.backgroundColor,l=t.lineOverflow==="truncate",f=t.width,h;f!=null&&(e==="break"||e==="breakAll")?h=r?ax(r,t.font,f,e==="breakAll",0).lines:[]:h=r?r.split(`
|
|
62
|
+
`):[];var c=h.length*s,v=dt(t.height,c);if(c>v&&l){var p=Math.floor(v/s);h=h.slice(0,p)}if(r&&a&&f!=null)for(var g=rx(f,i,t.ellipsis,{minChar:t.truncateMinChar,placeholder:t.placeholder}),d=0;d<h.length;d++)h[d]=nx(h[d],g);for(var y=v,m=0,d=0;d<h.length;d++)m=Math.max(pr(h[d],i),m);f==null&&(f=m);var _=m;return n&&(y+=n[0]+n[2],_+=n[1]+n[3],f+=n[1]+n[3]),u&&(_=f),{lines:h,height:v,outerWidth:_,outerHeight:y,lineHeight:s,calculatedLineHeight:o,contentWidth:m,contentHeight:c,width:f}}var w$=function(){function r(){}return r}(),ix=function(){function r(t){this.tokens=[],t&&(this.tokens=t)}return r}(),x$=function(){function r(){this.width=0,this.height=0,this.contentWidth=0,this.contentHeight=0,this.outerWidth=0,this.outerHeight=0,this.lines=[]}return r}();function A$(r,t){var e=new x$;if(r!=null&&(r+=""),!r)return e;for(var n=t.width,i=t.height,a=t.overflow,o=(a==="break"||a==="breakAll")&&n!=null?{width:n,accumWidth:0,breakAll:a==="breakAll"}:null,s=Ld.lastIndex=0,u;(u=Ld.exec(r))!=null;){var l=u.index;l>s&&Id(e,r.substring(s,l),t,o),Id(e,u[2],t,o,u[1]),s=Ld.lastIndex}s<r.length&&Id(e,r.substring(s,r.length),t,o);var f=[],h=0,c=0,v=t.padding,p=a==="truncate",g=t.lineOverflow==="truncate";function d(B,N,z){B.width=N,B.lineHeight=z,h+=z,c=Math.max(c,N)}t:for(var y=0;y<e.lines.length;y++){for(var m=e.lines[y],_=0,S=0,w=0;w<m.tokens.length;w++){var b=m.tokens[w],x=b.styleName&&t.rich[b.styleName]||{},A=b.textPadding=x.padding,D=A?A[1]+A[3]:0,C=b.font=x.font||t.font;b.contentHeight=bd(C);var T=dt(x.height,b.contentHeight);if(b.innerHeight=T,A&&(T+=A[0]+A[2]),b.height=T,b.lineHeight=Hn(x.lineHeight,t.lineHeight,T),b.align=x&&x.align||t.align,b.verticalAlign=x&&x.verticalAlign||"middle",g&&i!=null&&h+b.lineHeight>i){w>0?(m.tokens=m.tokens.slice(0,w),d(m,S,_),e.lines=e.lines.slice(0,y+1)):e.lines=e.lines.slice(0,y);break t}var I=x.width,F=I==null||I==="auto";if(typeof I=="string"&&I.charAt(I.length-1)==="%")b.percentWidth=I,f.push(b),b.contentWidth=pr(b.text,C);else{if(F){var P=x.backgroundColor,L=P&&P.image;L&&(L=m$(L),Wf(L)&&(b.width=Math.max(b.width,L.width*T/L.height)))}var R=p&&n!=null?n-S:null;R!=null&&R<b.width?!F||R<D?(b.text="",b.width=b.contentWidth=0):(b.text=_$(b.text,R-D,C,t.ellipsis,{minChar:t.truncateMinChar}),b.width=b.contentWidth=pr(b.text,C)):b.contentWidth=pr(b.text,C)}b.width+=D,S+=b.width,x&&(_=Math.max(_,b.lineHeight))}d(m,S,_)}e.outerWidth=e.width=dt(n,c),e.outerHeight=e.height=dt(i,h),e.contentHeight=h,e.contentWidth=c,v&&(e.outerWidth+=v[1]+v[3],e.outerHeight+=v[0]+v[2]);for(var y=0;y<f.length;y++){var b=f[y],k=b.percentWidth;b.width=parseInt(k,10)/100*e.width}return e}function Id(r,t,e,n,i){var a=t==="",o=i&&e.rich[i]||{},s=r.lines,u=o.font||e.font,l=!1,f,h;if(n){var c=o.padding,v=c?c[1]+c[3]:0;if(o.width!=null&&o.width!=="auto"){var p=qn(o.width,n.width)+v;s.length>0&&p+n.accumWidth>n.width&&(f=t.split(`
|
|
63
|
+
`),l=!0),n.accumWidth=p}else{var g=ax(t,u,n.width,n.breakAll,n.accumWidth);n.accumWidth=g.accumWidth+v,h=g.linesWidths,f=g.lines}}else f=t.split(`
|
|
64
|
+
`);for(var d=0;d<f.length;d++){var y=f[d],m=new w$;if(m.styleName=i,m.text=y,m.isLineHolder=!y&&!a,typeof o.width=="number"?m.width=o.width:m.width=h?h[d]:pr(y,u),!d&&!l){var _=(s[s.length-1]||(s[0]=new ix)).tokens,S=_.length;S===1&&_[0].isLineHolder?_[0]=m:(y||!S||a)&&_.push(m)}else s.push(new ix([m]))}}function C$(r){var t=r.charCodeAt(0);return t>=32&&t<=591||t>=880&&t<=4351||t>=4608&&t<=5119||t>=7680&&t<=8303}var T$=gn(",&?/;] ".split(""),function(r,t){return r[t]=!0,r},{});function D$(r){return C$(r)?!!T$[r]:!0}function ax(r,t,e,n,i){for(var a=[],o=[],s="",u="",l=0,f=0,h=0;h<r.length;h++){var c=r.charAt(h);if(c===`
|
|
65
|
+
`){u&&(s+=u,f+=l),a.push(s),o.push(f),s="",u="",l=0,f=0;continue}var v=pr(c,t),p=n?!1:!D$(c);if(a.length?f+v>e:i+f+v>e){f?(s||u)&&(p?(s||(s=u,u="",l=0,f=l),a.push(s),o.push(f-l),u+=c,l+=v,s="",f=l):(u&&(s+=u,u="",l=0),a.push(s),o.push(f),s=c,f=v)):p?(a.push(u),o.push(l),u=c,l=v):(a.push(c),o.push(v));continue}f+=v,p?(u+=c,l+=v):(u&&(s+=u,u="",l=0),s+=c)}return!a.length&&!s&&(s=r,u="",l=0),u&&(s+=u),s&&(a.push(s),o.push(f)),a.length===1&&(f+=i),{accumWidth:f,lines:a,linesWidths:o}}var Pd="__zr_style_"+Math.round(Math.random()*10),ma={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},Uf={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};ma[Pd]=!0;var ox=["z","z2","invisible"],E$=["invisible"],Kr=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype._init=function(e){for(var n=Ot(e),i=0;i<n.length;i++){var a=n[i];a==="style"?this.useStyle(e[a]):r.prototype.attrKV.call(this,a,e[a])}this.style||this.useStyle({})},t.prototype.beforeBrush=function(){},t.prototype.afterBrush=function(){},t.prototype.innerBeforeBrush=function(){},t.prototype.innerAfterBrush=function(){},t.prototype.shouldBePainted=function(e,n,i,a){var o=this.transform;if(this.ignore||this.invisible||this.style.opacity===0||this.culling&&M$(this,e,n)||o&&!o[0]&&!o[3])return!1;if(i&&this.__clipPaths){for(var s=0;s<this.__clipPaths.length;++s)if(this.__clipPaths[s].isZeroArea())return!1}if(a&&this.parent)for(var u=this.parent;u;){if(u.ignore)return!1;u=u.parent}return!0},t.prototype.contain=function(e,n){return this.rectContain(e,n)},t.prototype.traverse=function(e,n){e.call(n,this)},t.prototype.rectContain=function(e,n){var i=this.transformCoordToLocal(e,n),a=this.getBoundingRect();return a.contain(i[0],i[1])},t.prototype.getPaintRect=function(){var e=this._paintRect;if(!this._paintRect||this.__dirty){var n=this.transform,i=this.getBoundingRect(),a=this.style,o=a.shadowBlur||0,s=a.shadowOffsetX||0,u=a.shadowOffsetY||0;e=this._paintRect||(this._paintRect=new yt(0,0,0,0)),n?yt.applyTransform(e,i,n):e.copy(i),(o||s||u)&&(e.width+=o*2+Math.abs(s),e.height+=o*2+Math.abs(u),e.x=Math.min(e.x,e.x+s-o),e.y=Math.min(e.y,e.y+u-o));var l=this.dirtyRectTolerance;e.isZero()||(e.x=Math.floor(e.x-l),e.y=Math.floor(e.y-l),e.width=Math.ceil(e.width+1+l*2),e.height=Math.ceil(e.height+1+l*2))}return e},t.prototype.setPrevPaintRect=function(e){e?(this._prevPaintRect=this._prevPaintRect||new yt(0,0,0,0),this._prevPaintRect.copy(e)):this._prevPaintRect=null},t.prototype.getPrevPaintRect=function(){return this._prevPaintRect},t.prototype.animateStyle=function(e){return this.animate("style",e)},t.prototype.updateDuringAnimation=function(e){e==="style"?this.dirtyStyle():this.markRedraw()},t.prototype.attrKV=function(e,n){e!=="style"?r.prototype.attrKV.call(this,e,n):this.style?this.setStyle(n):this.useStyle(n)},t.prototype.setStyle=function(e,n){return typeof e=="string"?this.style[e]=n:H(this.style,e),this.dirtyStyle(),this},t.prototype.dirtyStyle=function(e){e||this.markRedraw(),this.__dirty|=Xs,this._rect&&(this._rect=null)},t.prototype.dirty=function(){this.dirtyStyle()},t.prototype.styleChanged=function(){return!!(this.__dirty&Xs)},t.prototype.styleUpdated=function(){this.__dirty&=~Xs},t.prototype.createStyle=function(e){return Sf(ma,e)},t.prototype.useStyle=function(e){e[Pd]||(e=this.createStyle(e)),this.__inHover?this.__hoverStyle=e:this.style=e,this.dirtyStyle()},t.prototype.isStyleObject=function(e){return e[Pd]},t.prototype._innerSaveToNormal=function(e){r.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.style&&!n.style&&(n.style=this._mergeStyle(this.createStyle(),this.style)),this._savePrimaryToNormal(e,n,ox)},t.prototype._applyStateObj=function(e,n,i,a,o,s){r.prototype._applyStateObj.call(this,e,n,i,a,o,s);var u=!(n&&a),l;if(n&&n.style?o?a?l=n.style:(l=this._mergeStyle(this.createStyle(),i.style),this._mergeStyle(l,n.style)):(l=this._mergeStyle(this.createStyle(),a?this.style:i.style),this._mergeStyle(l,n.style)):u&&(l=i.style),l)if(o){var f=this.style;if(this.style=this.createStyle(u?{}:f),u)for(var h=Ot(f),c=0;c<h.length;c++){var v=h[c];v in l&&(l[v]=l[v],this.style[v]=f[v])}for(var p=Ot(l),c=0;c<p.length;c++){var v=p[c];this.style[v]=this.style[v]}this._transitionState(e,{style:l},s,this.getAnimationStyleProps())}else this.useStyle(l);for(var g=this.__inHover?E$:ox,c=0;c<g.length;c++){var v=g[c];n&&n[v]!=null?this[v]=n[v]:u&&i[v]!=null&&(this[v]=i[v])}},t.prototype._mergeStates=function(e){for(var n=r.prototype._mergeStates.call(this,e),i,a=0;a<e.length;a++){var o=e[a];o.style&&(i=i||{},this._mergeStyle(i,o.style))}return i&&(n.style=i),n},t.prototype._mergeStyle=function(e,n){return H(e,n),e},t.prototype.getAnimationStyleProps=function(){return Uf},t.initDefaultProps=function(){var e=t.prototype;e.type="displayable",e.invisible=!1,e.z=0,e.z2=0,e.zlevel=0,e.culling=!1,e.cursor="pointer",e.rectHover=!1,e.incremental=!1,e._rect=null,e.dirtyRectTolerance=0,e.__dirty=vr|Xs}(),t}(Vf),Fd=new yt(0,0,0,0),Rd=new yt(0,0,0,0);function M$(r,t,e){return Fd.copy(r.getBoundingRect()),r.transform&&Fd.applyTransform(r.transform),Rd.width=t,Rd.height=e,!Fd.intersect(Rd)}var Qe=Math.min,tr=Math.max,Bd=Math.sin,Od=Math.cos,_a=Math.PI*2,Yf=To(),Xf=To(),Zf=To();function L$(r,t,e){if(r.length!==0){for(var n=r[0],i=n[0],a=n[0],o=n[1],s=n[1],u=1;u<r.length;u++)n=r[u],i=Qe(i,n[0]),a=tr(a,n[0]),o=Qe(o,n[1]),s=tr(s,n[1]);t[0]=i,t[1]=o,e[0]=a,e[1]=s}}function sx(r,t,e,n,i,a){i[0]=Qe(r,e),i[1]=Qe(t,n),a[0]=tr(r,e),a[1]=tr(t,n)}var ux=[],lx=[];function I$(r,t,e,n,i,a,o,s,u,l){var f=aw,h=pe,c=f(r,e,i,o,ux);u[0]=1/0,u[1]=1/0,l[0]=-1/0,l[1]=-1/0;for(var v=0;v<c;v++){var p=h(r,e,i,o,ux[v]);u[0]=Qe(p,u[0]),l[0]=tr(p,l[0])}c=f(t,n,a,s,lx);for(var v=0;v<c;v++){var g=h(t,n,a,s,lx[v]);u[1]=Qe(g,u[1]),l[1]=tr(g,l[1])}u[0]=Qe(r,u[0]),l[0]=tr(r,l[0]),u[0]=Qe(o,u[0]),l[0]=tr(o,l[0]),u[1]=Qe(t,u[1]),l[1]=tr(t,l[1]),u[1]=Qe(s,u[1]),l[1]=tr(s,l[1])}function P$(r,t,e,n,i,a,o,s){var u=sw,l=_e,f=tr(Qe(u(r,e,i),1),0),h=tr(Qe(u(t,n,a),1),0),c=l(r,e,i,f),v=l(t,n,a,h);o[0]=Qe(r,i,c),o[1]=Qe(t,a,v),s[0]=tr(r,i,c),s[1]=tr(t,a,v)}function F$(r,t,e,n,i,a,o,s,u){var l=xi,f=Ai,h=Math.abs(i-a);if(h%_a<1e-4&&h>1e-4){s[0]=r-e,s[1]=t-n,u[0]=r+e,u[1]=t+n;return}if(Yf[0]=Od(i)*e+r,Yf[1]=Bd(i)*n+t,Xf[0]=Od(a)*e+r,Xf[1]=Bd(a)*n+t,l(s,Yf,Xf),f(u,Yf,Xf),i=i%_a,i<0&&(i=i+_a),a=a%_a,a<0&&(a=a+_a),i>a&&!o?a+=_a:i<a&&o&&(i+=_a),o){var c=a;a=i,i=c}for(var v=0;v<a;v+=Math.PI/2)v>i&&(Zf[0]=Od(v)*e+r,Zf[1]=Bd(v)*n+t,l(s,Zf,s),f(u,Zf,u))}var Vt={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},Sa=[],ba=[],wn=[],Mi=[],xn=[],An=[],kd=Math.min,Nd=Math.max,wa=Math.cos,xa=Math.sin,jn=Math.abs,zd=Math.PI,Li=zd*2,Gd=typeof Float32Array!="undefined",lu=[];function Vd(r){var t=Math.round(r/zd*1e8)/1e8;return t%2*zd}function $d(r,t){var e=Vd(r[0]);e<0&&(e+=Li);var n=e-r[0],i=r[1];i+=n,!t&&i-e>=Li?i=e+Li:t&&e-i>=Li?i=e-Li:!t&&e>i?i=e+(Li-Vd(e-i)):t&&e<i&&(i=e-(Li-Vd(i-e))),r[0]=e,r[1]=i}var Ii=function(){function r(t){this.dpr=1,this._xi=0,this._yi=0,this._x0=0,this._y0=0,this._len=0,t&&(this._saveData=!1),this._saveData&&(this.data=[])}return r.prototype.increaseVersion=function(){this._version++},r.prototype.getVersion=function(){return this._version},r.prototype.setScale=function(t,e,n){n=n||0,n>0&&(this._ux=jn(n/zf/t)||0,this._uy=jn(n/zf/e)||0)},r.prototype.setDPR=function(t){this.dpr=t},r.prototype.setContext=function(t){this._ctx=t},r.prototype.getContext=function(){return this._ctx},r.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},r.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},r.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData(Vt.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},r.prototype.lineTo=function(t,e){var n=jn(t-this._xi),i=jn(e-this._yi),a=n>this._ux||i>this._uy;if(this.addData(Vt.L,t,e),this._ctx&&a&&this._ctx.lineTo(t,e),a)this._xi=t,this._yi=e,this._pendingPtDist=0;else{var o=n*n+i*i;o>this._pendingPtDist&&(this._pendingPtX=t,this._pendingPtY=e,this._pendingPtDist=o)}return this},r.prototype.bezierCurveTo=function(t,e,n,i,a,o){return this._drawPendingPt(),this.addData(Vt.C,t,e,n,i,a,o),this._ctx&&this._ctx.bezierCurveTo(t,e,n,i,a,o),this._xi=a,this._yi=o,this},r.prototype.quadraticCurveTo=function(t,e,n,i){return this._drawPendingPt(),this.addData(Vt.Q,t,e,n,i),this._ctx&&this._ctx.quadraticCurveTo(t,e,n,i),this._xi=n,this._yi=i,this},r.prototype.arc=function(t,e,n,i,a,o){this._drawPendingPt(),lu[0]=i,lu[1]=a,$d(lu,o),i=lu[0],a=lu[1];var s=a-i;return this.addData(Vt.A,t,e,n,n,i,s,0,o?0:1),this._ctx&&this._ctx.arc(t,e,n,i,a,o),this._xi=wa(a)*n+t,this._yi=xa(a)*n+e,this},r.prototype.arcTo=function(t,e,n,i,a){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,n,i,a),this},r.prototype.rect=function(t,e,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,n,i),this.addData(Vt.R,t,e,n,i),this},r.prototype.closePath=function(){this._drawPendingPt(),this.addData(Vt.Z);var t=this._ctx,e=this._x0,n=this._y0;return t&&t.closePath(),this._xi=e,this._yi=n,this},r.prototype.fill=function(t){t&&t.fill(),this.toStatic()},r.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},r.prototype.len=function(){return this._len},r.prototype.setData=function(t){var e=t.length;!(this.data&&this.data.length===e)&&Gd&&(this.data=new Float32Array(e));for(var n=0;n<e;n++)this.data[n]=t[n];this._len=e},r.prototype.appendPath=function(t){t instanceof Array||(t=[t]);for(var e=t.length,n=0,i=this._len,a=0;a<e;a++)n+=t[a].len();Gd&&this.data instanceof Float32Array&&(this.data=new Float32Array(i+n));for(var a=0;a<e;a++)for(var o=t[a].data,s=0;s<o.length;s++)this.data[i++]=o[s];this._len=i},r.prototype.addData=function(t,e,n,i,a,o,s,u,l){if(!!this._saveData){var f=this.data;this._len+arguments.length>f.length&&(this._expandData(),f=this.data);for(var h=0;h<arguments.length;h++)f[this._len++]=arguments[h]}},r.prototype._drawPendingPt=function(){this._pendingPtDist>0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},r.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var t=[],e=0;e<this._len;e++)t[e]=this.data[e];this.data=t}},r.prototype.toStatic=function(){if(!!this._saveData){this._drawPendingPt();var t=this.data;t instanceof Array&&(t.length=this._len,Gd&&this._len>11&&(this.data=new Float32Array(t)))}},r.prototype.getBoundingRect=function(){wn[0]=wn[1]=xn[0]=xn[1]=Number.MAX_VALUE,Mi[0]=Mi[1]=An[0]=An[1]=-Number.MAX_VALUE;var t=this.data,e=0,n=0,i=0,a=0,o;for(o=0;o<this._len;){var s=t[o++],u=o===1;switch(u&&(e=t[o],n=t[o+1],i=e,a=n),s){case Vt.M:e=i=t[o++],n=a=t[o++],xn[0]=i,xn[1]=a,An[0]=i,An[1]=a;break;case Vt.L:sx(e,n,t[o],t[o+1],xn,An),e=t[o++],n=t[o++];break;case Vt.C:I$(e,n,t[o++],t[o++],t[o++],t[o++],t[o],t[o+1],xn,An),e=t[o++],n=t[o++];break;case Vt.Q:P$(e,n,t[o++],t[o++],t[o],t[o+1],xn,An),e=t[o++],n=t[o++];break;case Vt.A:var l=t[o++],f=t[o++],h=t[o++],c=t[o++],v=t[o++],p=t[o++]+v;o+=1;var g=!t[o++];u&&(i=wa(v)*h+l,a=xa(v)*c+f),F$(l,f,h,c,v,p,g,xn,An),e=wa(p)*h+l,n=xa(p)*c+f;break;case Vt.R:i=e=t[o++],a=n=t[o++];var d=t[o++],y=t[o++];sx(i,a,i+d,a+y,xn,An);break;case Vt.Z:e=i,n=a;break}xi(wn,wn,xn),Ai(Mi,Mi,An)}return o===0&&(wn[0]=wn[1]=Mi[0]=Mi[1]=0),new yt(wn[0],wn[1],Mi[0]-wn[0],Mi[1]-wn[1])},r.prototype._calculateLength=function(){var t=this.data,e=this._len,n=this._ux,i=this._uy,a=0,o=0,s=0,u=0;this._pathSegLen||(this._pathSegLen=[]);for(var l=this._pathSegLen,f=0,h=0,c=0;c<e;){var v=t[c++],p=c===1;p&&(a=t[c],o=t[c+1],s=a,u=o);var g=-1;switch(v){case Vt.M:a=s=t[c++],o=u=t[c++];break;case Vt.L:{var d=t[c++],y=t[c++],m=d-a,_=y-o;(jn(m)>n||jn(_)>i||c===e-1)&&(g=Math.sqrt(m*m+_*_),a=d,o=y);break}case Vt.C:{var S=t[c++],w=t[c++],d=t[c++],y=t[c++],b=t[c++],x=t[c++];g=tV(a,o,S,w,d,y,b,x,10),a=b,o=x;break}case Vt.Q:{var S=t[c++],w=t[c++],d=t[c++],y=t[c++];g=rV(a,o,S,w,d,y,10),a=d,o=y;break}case Vt.A:var A=t[c++],D=t[c++],C=t[c++],T=t[c++],I=t[c++],F=t[c++],P=F+I;c+=1,p&&(s=wa(I)*C+A,u=xa(I)*T+D),g=Nd(C,T)*kd(Li,Math.abs(F)),a=wa(P)*C+A,o=xa(P)*T+D;break;case Vt.R:{s=a=t[c++],u=o=t[c++];var L=t[c++],R=t[c++];g=L*2+R*2;break}case Vt.Z:{var m=s-a,_=u-o;g=Math.sqrt(m*m+_*_),a=s,o=u;break}}g>=0&&(l[h++]=g,f+=g)}return this._pathLen=f,f},r.prototype.rebuildPath=function(t,e){var n=this.data,i=this._ux,a=this._uy,o=this._len,s,u,l,f,h,c,v=e<1,p,g,d=0,y=0,m,_=0,S,w;if(v&&(this._pathSegLen||this._calculateLength(),p=this._pathSegLen,g=this._pathLen,m=e*g,!m))return;t:for(var b=0;b<o;){var x=n[b++],A=b===1;switch(A&&(l=n[b],f=n[b+1],s=l,u=f),x!==Vt.L&&_>0&&(t.lineTo(S,w),_=0),x){case Vt.M:s=l=n[b++],u=f=n[b++],t.moveTo(l,f);break;case Vt.L:{h=n[b++],c=n[b++];var D=jn(h-l),C=jn(c-f);if(D>i||C>a){if(v){var T=p[y++];if(d+T>m){var I=(m-d)/T;t.lineTo(l*(1-I)+h*I,f*(1-I)+c*I);break t}d+=T}t.lineTo(h,c),l=h,f=c,_=0}else{var F=D*D+C*C;F>_&&(S=h,w=c,_=F)}break}case Vt.C:{var P=n[b++],L=n[b++],R=n[b++],k=n[b++],B=n[b++],N=n[b++];if(v){var T=p[y++];if(d+T>m){var I=(m-d)/T;Lf(l,P,R,B,I,Sa),Lf(f,L,k,N,I,ba),t.bezierCurveTo(Sa[1],ba[1],Sa[2],ba[2],Sa[3],ba[3]);break t}d+=T}t.bezierCurveTo(P,L,R,k,B,N),l=B,f=N;break}case Vt.Q:{var P=n[b++],L=n[b++],R=n[b++],k=n[b++];if(v){var T=p[y++];if(d+T>m){var I=(m-d)/T;qs(l,P,R,I,Sa),qs(f,L,k,I,ba),t.quadraticCurveTo(Sa[1],ba[1],Sa[2],ba[2]);break t}d+=T}t.quadraticCurveTo(P,L,R,k),l=R,f=k;break}case Vt.A:var z=n[b++],W=n[b++],G=n[b++],V=n[b++],$=n[b++],X=n[b++],q=n[b++],K=!n[b++],tt=G>V?G:V,vt=jn(G-V)>.001,nt=$+X,Q=!1;if(v){var T=p[y++];d+T>m&&(nt=$+X*(m-d)/T,Q=!0),d+=T}if(vt&&t.ellipse?t.ellipse(z,W,G,V,q,$,nt,K):t.arc(z,W,tt,$,nt,K),Q)break t;A&&(s=wa($)*G+z,u=xa($)*V+W),l=wa(nt)*G+z,f=xa(nt)*V+W;break;case Vt.R:s=l=n[b],u=f=n[b+1],h=n[b++],c=n[b++];var ht=n[b++],Yt=n[b++];if(v){var T=p[y++];if(d+T>m){var Pt=m-d;t.moveTo(h,c),t.lineTo(h+kd(Pt,ht),c),Pt-=ht,Pt>0&&t.lineTo(h+ht,c+kd(Pt,Yt)),Pt-=Yt,Pt>0&&t.lineTo(h+Nd(ht-Pt,0),c+Yt),Pt-=ht,Pt>0&&t.lineTo(h,c+Nd(Yt-Pt,0));break t}d+=T}t.rect(h,c,ht,Yt);break;case Vt.Z:if(v){var T=p[y++];if(d+T>m){var I=(m-d)/T;t.lineTo(l*(1-I)+s*I,f*(1-I)+u*I);break t}d+=T}t.closePath(),l=s,f=u}}},r.prototype.clone=function(){var t=new r,e=this.data;return t.data=e.slice?e.slice():Array.prototype.slice.call(e),t._len=this._len,t},r.CMD=Vt,r.initDefaultProps=function(){var t=r.prototype;t._saveData=!0,t._ux=0,t._uy=0,t._pendingPtDist=0,t._version=0}(),r}();function Pi(r,t,e,n,i,a,o){if(i===0)return!1;var s=i,u=0,l=r;if(o>t+s&&o>n+s||o<t-s&&o<n-s||a>r+s&&a>e+s||a<r-s&&a<e-s)return!1;if(r!==e)u=(t-n)/(r-e),l=(r*n-e*t)/(r-e);else return Math.abs(a-r)<=s/2;var f=u*a-o+l,h=f*f/(u*u+1);return h<=s/2*s/2}function R$(r,t,e,n,i,a,o,s,u,l,f){if(u===0)return!1;var h=u;if(f>t+h&&f>n+h&&f>a+h&&f>s+h||f<t-h&&f<n-h&&f<a-h&&f<s-h||l>r+h&&l>e+h&&l>i+h&&l>o+h||l<r-h&&l<e-h&&l<i-h&&l<o-h)return!1;var c=ow(r,t,e,n,i,a,o,s,l,f,null);return c<=h/2}function fx(r,t,e,n,i,a,o,s,u){if(o===0)return!1;var l=o;if(u>t+l&&u>n+l&&u>a+l||u<t-l&&u<n-l&&u<a-l||s>r+l&&s>e+l&&s>i+l||s<r-l&&s<e-l&&s<i-l)return!1;var f=uw(r,t,e,n,i,a,s,u,null);return f<=l/2}var hx=Math.PI*2;function dr(r){return r%=hx,r<0&&(r+=hx),r}var fu=Math.PI*2;function B$(r,t,e,n,i,a,o,s,u){if(o===0)return!1;var l=o;s-=r,u-=t;var f=Math.sqrt(s*s+u*u);if(f-l>e||f+l<e)return!1;if(Math.abs(n-i)%fu<1e-4)return!0;if(a){var h=n;n=dr(i),i=dr(h)}else n=dr(n),i=dr(i);n>i&&(i+=fu);var c=Math.atan2(u,s);return c<0&&(c+=fu),c>=n&&c<=i||c+fu>=n&&c+fu<=i}function Jn(r,t,e,n,i,a){if(a>t&&a>n||a<t&&a<n||n===t)return 0;var o=(a-t)/(n-t),s=n<t?1:-1;(o===1||o===0)&&(s=n<t?.5:-.5);var u=o*(e-r)+r;return u===i?1/0:u>i?s:0}var Fi=Ii.CMD,Aa=Math.PI*2,O$=1e-4;function k$(r,t){return Math.abs(r-t)<O$}var ze=[-1,-1,-1],Ir=[-1,-1];function N$(){var r=Ir[0];Ir[0]=Ir[1],Ir[1]=r}function z$(r,t,e,n,i,a,o,s,u,l){if(l>t&&l>n&&l>a&&l>s||l<t&&l<n&&l<a&&l<s)return 0;var f=Mf(t,n,a,s,l,ze);if(f===0)return 0;for(var h=0,c=-1,v=void 0,p=void 0,g=0;g<f;g++){var d=ze[g],y=d===0||d===1?.5:1,m=pe(r,e,i,o,d);m<u||(c<0&&(c=aw(t,n,a,s,Ir),Ir[1]<Ir[0]&&c>1&&N$(),v=pe(t,n,a,s,Ir[0]),c>1&&(p=pe(t,n,a,s,Ir[1]))),c===2?d<Ir[0]?h+=v<t?y:-y:d<Ir[1]?h+=p<v?y:-y:h+=s<p?y:-y:d<Ir[0]?h+=v<t?y:-y:h+=s<v?y:-y)}return h}function G$(r,t,e,n,i,a,o,s){if(s>t&&s>n&&s>a||s<t&&s<n&&s<a)return 0;var u=eV(t,n,a,s,ze);if(u===0)return 0;var l=sw(t,n,a);if(l>=0&&l<=1){for(var f=0,h=_e(t,n,a,l),c=0;c<u;c++){var v=ze[c]===0||ze[c]===1?.5:1,p=_e(r,e,i,ze[c]);p<o||(ze[c]<l?f+=h<t?v:-v:f+=a<h?v:-v)}return f}else{var v=ze[0]===0||ze[0]===1?.5:1,p=_e(r,e,i,ze[0]);return p<o?0:a<t?v:-v}}function V$(r,t,e,n,i,a,o,s){if(s-=t,s>e||s<-e)return 0;var u=Math.sqrt(e*e-s*s);ze[0]=-u,ze[1]=u;var l=Math.abs(n-i);if(l<1e-4)return 0;if(l>=Aa-1e-4){n=0,i=Aa;var f=a?1:-1;return o>=ze[0]+r&&o<=ze[1]+r?f:0}if(n>i){var h=n;n=i,i=h}n<0&&(n+=Aa,i+=Aa);for(var c=0,v=0;v<2;v++){var p=ze[v];if(p+r>o){var g=Math.atan2(s,p),f=a?1:-1;g<0&&(g=Aa+g),(g>=n&&g<=i||g+Aa>=n&&g+Aa<=i)&&(g>Math.PI/2&&g<Math.PI*1.5&&(f=-f),c+=f)}}return c}function cx(r,t,e,n,i){for(var a=r.data,o=r.len(),s=0,u=0,l=0,f=0,h=0,c,v,p=0;p<o;){var g=a[p++],d=p===1;switch(g===Fi.M&&p>1&&(e||(s+=Jn(u,l,f,h,n,i))),d&&(u=a[p],l=a[p+1],f=u,h=l),g){case Fi.M:f=a[p++],h=a[p++],u=f,l=h;break;case Fi.L:if(e){if(Pi(u,l,a[p],a[p+1],t,n,i))return!0}else s+=Jn(u,l,a[p],a[p+1],n,i)||0;u=a[p++],l=a[p++];break;case Fi.C:if(e){if(R$(u,l,a[p++],a[p++],a[p++],a[p++],a[p],a[p+1],t,n,i))return!0}else s+=z$(u,l,a[p++],a[p++],a[p++],a[p++],a[p],a[p+1],n,i)||0;u=a[p++],l=a[p++];break;case Fi.Q:if(e){if(fx(u,l,a[p++],a[p++],a[p],a[p+1],t,n,i))return!0}else s+=G$(u,l,a[p++],a[p++],a[p],a[p+1],n,i)||0;u=a[p++],l=a[p++];break;case Fi.A:var y=a[p++],m=a[p++],_=a[p++],S=a[p++],w=a[p++],b=a[p++];p+=1;var x=!!(1-a[p++]);c=Math.cos(w)*_+y,v=Math.sin(w)*S+m,d?(f=c,h=v):s+=Jn(u,l,c,v,n,i);var A=(n-y)*S/_+y;if(e){if(B$(y,m,S,w,w+b,x,t,A,i))return!0}else s+=V$(y,m,S,w,w+b,x,A,i);u=Math.cos(w+b)*_+y,l=Math.sin(w+b)*S+m;break;case Fi.R:f=u=a[p++],h=l=a[p++];var D=a[p++],C=a[p++];if(c=f+D,v=h+C,e){if(Pi(f,h,c,h,t,n,i)||Pi(c,h,c,v,t,n,i)||Pi(c,v,f,v,t,n,i)||Pi(f,v,f,h,t,n,i))return!0}else s+=Jn(c,h,c,v,n,i),s+=Jn(f,v,f,h,n,i);break;case Fi.Z:if(e){if(Pi(u,l,f,h,t,n,i))return!0}else s+=Jn(u,l,f,h,n,i);u=f,l=h;break}}return!e&&!k$(l,h)&&(s+=Jn(u,l,f,h,n,i)||0),s!==0}function $$(r,t,e){return cx(r,0,!1,t,e)}function H$(r,t,e,n){return cx(r,t,!0,e,n)}var vx=ft({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},ma),W$={style:ft({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},Uf.style)},Hd=mn.concat(["invisible","culling","z","z2","zlevel","parent"]),Dt=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.update=function(){var e=this;r.prototype.update.call(this);var n=this.style;if(n.decal){var i=this._decalEl=this._decalEl||new t;i.buildPath===t.prototype.buildPath&&(i.buildPath=function(u){e.buildPath(u,e.shape)}),i.silent=!0;var a=i.style;for(var o in n)a[o]!==n[o]&&(a[o]=n[o]);a.fill=n.fill?n.decal:null,a.decal=null,a.shadowColor=null,n.strokeFirst&&(a.stroke=null);for(var s=0;s<Hd.length;++s)i[Hd[s]]=this[Hd[s]];i.__dirty|=vr}else this._decalEl&&(this._decalEl=null)},t.prototype.getDecalElement=function(){return this._decalEl},t.prototype._init=function(e){var n=Ot(e);this.shape=this.getDefaultShape();var i=this.getDefaultStyle();i&&this.useStyle(i);for(var a=0;a<n.length;a++){var o=n[a],s=e[o];o==="style"?this.style?H(this.style,s):this.useStyle(s):o==="shape"?H(this.shape,s):r.prototype.attrKV.call(this,o,s)}this.style||this.useStyle({})},t.prototype.getDefaultStyle=function(){return null},t.prototype.getDefaultShape=function(){return{}},t.prototype.canBeInsideText=function(){return this.hasFill()},t.prototype.getInsideTextFill=function(){var e=this.style.fill;if(e!=="none"){if(J(e)){var n=Pf(e,0);return n>.5?yd:n>.2?AV:md}else if(e)return md}return yd},t.prototype.getInsideTextStroke=function(e){var n=this.style.fill;if(J(n)){var i=this.__zr,a=!!(i&&i.isDarkMode()),o=Pf(e,0)<gd;if(a===o)return n}},t.prototype.buildPath=function(e,n,i){},t.prototype.pathUpdated=function(){this.__dirty&=~Lo},t.prototype.getUpdatedPathProxy=function(e){return!this.path&&this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,e),this.path},t.prototype.createPathProxy=function(){this.path=new Ii(!1)},t.prototype.hasStroke=function(){var e=this.style,n=e.stroke;return!(n==null||n==="none"||!(e.lineWidth>0))},t.prototype.hasFill=function(){var e=this.style,n=e.fill;return n!=null&&n!=="none"},t.prototype.getBoundingRect=function(){var e=this._rect,n=this.style,i=!e;if(i){var a=!1;this.path||(a=!0,this.createPathProxy());var o=this.path;(a||this.__dirty&Lo)&&(o.beginPath(),this.buildPath(o,this.shape,!1),this.pathUpdated()),e=o.getBoundingRect()}if(this._rect=e,this.hasStroke()&&this.path&&this.path.len()>0){var s=this._rectStroke||(this._rectStroke=e.clone());if(this.__dirty||i){s.copy(e);var u=n.strokeNoScale?this.getLineScale():1,l=n.lineWidth;if(!this.hasFill()){var f=this.strokeContainThreshold;l=Math.max(l,f==null?4:f)}u>1e-10&&(s.width+=l/u,s.height+=l/u,s.x-=l/u/2,s.y-=l/u/2)}return s}return e},t.prototype.contain=function(e,n){var i=this.transformCoordToLocal(e,n),a=this.getBoundingRect(),o=this.style;if(e=i[0],n=i[1],a.contain(e,n)){var s=this.path;if(this.hasStroke()){var u=o.lineWidth,l=o.strokeNoScale?this.getLineScale():1;if(l>1e-10&&(this.hasFill()||(u=Math.max(u,this.strokeContainThreshold)),H$(s,u/l,e,n)))return!0}if(this.hasFill())return $$(s,e,n)}return!1},t.prototype.dirtyShape=function(){this.__dirty|=Lo,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},t.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},t.prototype.animateShape=function(e){return this.animate("shape",e)},t.prototype.updateDuringAnimation=function(e){e==="style"?this.dirtyStyle():e==="shape"?this.dirtyShape():this.markRedraw()},t.prototype.attrKV=function(e,n){e==="shape"?this.setShape(n):r.prototype.attrKV.call(this,e,n)},t.prototype.setShape=function(e,n){var i=this.shape;return i||(i=this.shape={}),typeof e=="string"?i[e]=n:H(i,e),this.dirtyShape(),this},t.prototype.shapeChanged=function(){return!!(this.__dirty&Lo)},t.prototype.createStyle=function(e){return Sf(vx,e)},t.prototype._innerSaveToNormal=function(e){r.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=H({},this.shape))},t.prototype._applyStateObj=function(e,n,i,a,o,s){r.prototype._applyStateObj.call(this,e,n,i,a,o,s);var u=!(n&&a),l;if(n&&n.shape?o?a?l=n.shape:(l=H({},i.shape),H(l,n.shape)):(l=H({},a?this.shape:i.shape),H(l,n.shape)):u&&(l=i.shape),l)if(o){this.shape=H({},this.shape);for(var f={},h=Ot(l),c=0;c<h.length;c++){var v=h[c];typeof l[v]=="object"?this.shape[v]=l[v]:f[v]=l[v]}this._transitionState(e,{shape:f},s)}else this.shape=l,this.dirtyShape()},t.prototype._mergeStates=function(e){for(var n=r.prototype._mergeStates.call(this,e),i,a=0;a<e.length;a++){var o=e[a];o.shape&&(i=i||{},this._mergeStyle(i,o.shape))}return i&&(n.shape=i),n},t.prototype.getAnimationStyleProps=function(){return W$},t.prototype.isZeroArea=function(){return!1},t.extend=function(e){var n=function(a){O(o,a);function o(s){var u=a.call(this,s)||this;return e.init&&e.init.call(u,s),u}return o.prototype.getDefaultStyle=function(){return st(e.style)},o.prototype.getDefaultShape=function(){return st(e.shape)},o}(t);for(var i in e)typeof e[i]=="function"&&(n.prototype[i]=e[i]);return n},t.initDefaultProps=function(){var e=t.prototype;e.type="path",e.strokeContainThreshold=5,e.segmentIgnoreThreshold=0,e.subPixelOptimize=!1,e.autoBatch=!1,e.__dirty=vr|Xs|Lo}(),t}(Kr),U$=ft({strokeFirst:!0,font:aa,x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},vx),hu=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.hasStroke=function(){var e=this.style,n=e.stroke;return n!=null&&n!=="none"&&e.lineWidth>0},t.prototype.hasFill=function(){var e=this.style,n=e.fill;return n!=null&&n!=="none"},t.prototype.createStyle=function(e){return Sf(U$,e)},t.prototype.setBoundingRect=function(e){this._rect=e},t.prototype.getBoundingRect=function(){var e=this.style;if(!this._rect){var n=e.text;n!=null?n+="":n="";var i=eu(n,e.font,e.textAlign,e.textBaseline);if(i.x+=e.x||0,i.y+=e.y||0,this.hasStroke()){var a=e.lineWidth;i.x-=a/2,i.y-=a/2,i.width+=a,i.height+=a}this._rect=i}return this._rect},t.initDefaultProps=function(){var e=t.prototype;e.dirtyRectTolerance=10}(),t}(Kr);hu.prototype.type="tspan";var Y$=ft({x:0,y:0},ma),X$={style:ft({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},Uf.style)};function Z$(r){return!!(r&&typeof r!="string"&&r.width&&r.height)}var Me=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.createStyle=function(e){return Sf(Y$,e)},t.prototype._getSize=function(e){var n=this.style,i=n[e];if(i!=null)return i;var a=Z$(n.image)?n.image:this.__image;if(!a)return 0;var o=e==="width"?"height":"width",s=n[o];return s==null?a[e]:a[e]/a[o]*s},t.prototype.getWidth=function(){return this._getSize("width")},t.prototype.getHeight=function(){return this._getSize("height")},t.prototype.getAnimationStyleProps=function(){return X$},t.prototype.getBoundingRect=function(){var e=this.style;return this._rect||(this._rect=new yt(e.x||0,e.y||0,this.getWidth(),this.getHeight())),this._rect},t}(Kr);Me.prototype.type="image";function q$(r,t){var e=t.x,n=t.y,i=t.width,a=t.height,o=t.r,s,u,l,f;i<0&&(e=e+i,i=-i),a<0&&(n=n+a,a=-a),typeof o=="number"?s=u=l=f=o:o instanceof Array?o.length===1?s=u=l=f=o[0]:o.length===2?(s=l=o[0],u=f=o[1]):o.length===3?(s=o[0],u=f=o[1],l=o[2]):(s=o[0],u=o[1],l=o[2],f=o[3]):s=u=l=f=0;var h;s+u>i&&(h=s+u,s*=i/h,u*=i/h),l+f>i&&(h=l+f,l*=i/h,f*=i/h),u+l>a&&(h=u+l,u*=a/h,l*=a/h),s+f>a&&(h=s+f,s*=a/h,f*=a/h),r.moveTo(e+s,n),r.lineTo(e+i-u,n),u!==0&&r.arc(e+i-u,n+u,u,-Math.PI/2,0),r.lineTo(e+i,n+a-l),l!==0&&r.arc(e+i-l,n+a-l,l,0,Math.PI/2),r.lineTo(e+f,n+a),f!==0&&r.arc(e+f,n+a-f,f,Math.PI/2,Math.PI),r.lineTo(e,n+s),s!==0&&r.arc(e+s,n+s,s,Math.PI,Math.PI*1.5)}var No=Math.round;function px(r,t,e){if(!!t){var n=t.x1,i=t.x2,a=t.y1,o=t.y2;r.x1=n,r.x2=i,r.y1=a,r.y2=o;var s=e&&e.lineWidth;return s&&(No(n*2)===No(i*2)&&(r.x1=r.x2=Ca(n,s,!0)),No(a*2)===No(o*2)&&(r.y1=r.y2=Ca(a,s,!0))),r}}function dx(r,t,e){if(!!t){var n=t.x,i=t.y,a=t.width,o=t.height;r.x=n,r.y=i,r.width=a,r.height=o;var s=e&&e.lineWidth;return s&&(r.x=Ca(n,s,!0),r.y=Ca(i,s,!0),r.width=Math.max(Ca(n+a,s,!1)-r.x,a===0?0:1),r.height=Math.max(Ca(i+o,s,!1)-r.y,o===0?0:1)),r}}function Ca(r,t,e){if(!t)return r;var n=No(r*2);return(n+No(t))%2===0?n/2:(n+(e?1:-1))/2}var K$=function(){function r(){this.x=0,this.y=0,this.width=0,this.height=0}return r}(),j$={},Et=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultShape=function(){return new K$},t.prototype.buildPath=function(e,n){var i,a,o,s;if(this.subPixelOptimize){var u=dx(j$,n,this.style);i=u.x,a=u.y,o=u.width,s=u.height,u.r=n.r,n=u}else i=n.x,a=n.y,o=n.width,s=n.height;n.r?q$(e,n):e.rect(i,a,o,s)},t.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},t}(Dt);Et.prototype.type="rect";var gx={fill:"#000"},yx=2,J$={style:ft({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},Uf.style)},Mt=function(r){O(t,r);function t(e){var n=r.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=gx,n.attr(e),n}return t.prototype.childrenRef=function(){return this._children},t.prototype.update=function(){r.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;e<this._children.length;e++){var n=this._children[e];n.zlevel=this.zlevel,n.z=this.z,n.z2=this.z2,n.culling=this.culling,n.cursor=this.cursor,n.invisible=this.invisible}},t.prototype.updateTransform=function(){var e=this.innerTransformable;e?(e.updateTransform(),e.transform&&(this.transform=e.transform)):r.prototype.updateTransform.call(this)},t.prototype.getLocalTransform=function(e){var n=this.innerTransformable;return n?n.getLocalTransform(e):r.prototype.getLocalTransform.call(this,e)},t.prototype.getComputedTransform=function(){return this.__hostTarget&&(this.__hostTarget.getComputedTransform(),this.__hostTarget.updateInnerText(!0)),r.prototype.getComputedTransform.call(this)},t.prototype._updateSubTexts=function(){this._childCursor=0,nH(this.style),this.style.rich?this._updateRichTexts():this._updatePlainTexts(),this._children.length=this._childCursor,this.styleUpdated()},t.prototype.addSelfToZr=function(e){r.prototype.addSelfToZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].__zr=e},t.prototype.removeSelfFromZr=function(e){r.prototype.removeSelfFromZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].__zr=null},t.prototype.getBoundingRect=function(){if(this.styleChanged()&&this._updateSubTexts(),!this._rect){for(var e=new yt(0,0,0,0),n=this._children,i=[],a=null,o=0;o<n.length;o++){var s=n[o],u=s.getBoundingRect(),l=s.getLocalTransform(i);l?(e.copy(u),e.applyTransform(l),a=a||e.clone(),a.union(e)):(a=a||u.clone(),a.union(u))}this._rect=a||e}return this._rect},t.prototype.setDefaultTextStyle=function(e){this._defaultStyle=e||gx},t.prototype.setTextContent=function(e){},t.prototype._mergeStyle=function(e,n){if(!n)return e;var i=n.rich,a=e.rich||i&&{};return H(e,n),i&&a?(this._mergeRich(a,i),e.rich=a):a&&(e.rich=a),e},t.prototype._mergeRich=function(e,n){for(var i=Ot(n),a=0;a<i.length;a++){var o=i[a];e[o]=e[o]||{},H(e[o],n[o])}},t.prototype.getAnimationStyleProps=function(){return J$},t.prototype._getOrCreateChild=function(e){var n=this._children[this._childCursor];return(!n||!(n instanceof e))&&(n=new e),this._children[this._childCursor++]=n,n.__zr=this.__zr,n.parent=this,n},t.prototype._updatePlainTexts=function(){var e=this.style,n=e.font||aa,i=e.padding,a=Cx(e),o=b$(a,e),s=Wd(e),u=!!e.backgroundColor,l=o.outerHeight,f=o.outerWidth,h=o.contentWidth,c=o.lines,v=o.lineHeight,p=this._defaultStyle,g=e.x||0,d=e.y||0,y=e.align||p.align||"left",m=e.verticalAlign||p.verticalAlign||"top",_=g,S=Bo(d,o.contentHeight,m);if(s||i){var w=ru(g,f,y),b=Bo(d,l,m);s&&this._renderBackground(e,e,w,b,f,l)}S+=v/2,i&&(_=Ax(g,y,i),m==="top"?S+=i[0]:m==="bottom"&&(S-=i[2]));for(var x=0,A=!1,D=xx("fill"in e?e.fill:(A=!0,p.fill)),C=bx("stroke"in e?e.stroke:!u&&(!p.autoStroke||A)?(x=yx,p.stroke):null),T=e.textShadowBlur>0,I=e.width!=null&&(e.overflow==="truncate"||e.overflow==="break"||e.overflow==="breakAll"),F=o.calculatedLineHeight,P=0;P<c.length;P++){var L=this._getOrCreateChild(hu),R=L.createStyle();L.useStyle(R),R.text=c[P],R.x=_,R.y=S,y&&(R.textAlign=y),R.textBaseline="middle",R.opacity=e.opacity,R.strokeFirst=!0,T&&(R.shadowBlur=e.textShadowBlur||0,R.shadowColor=e.textShadowColor||"transparent",R.shadowOffsetX=e.textShadowOffsetX||0,R.shadowOffsetY=e.textShadowOffsetY||0),R.stroke=C,R.fill=D,C&&(R.lineWidth=e.lineWidth||x,R.lineDash=e.lineDash,R.lineDashOffset=e.lineDashOffset||0),R.font=n,_x(R,e),S+=v,I&&L.setBoundingRect(new yt(ru(R.x,e.width,R.textAlign),Bo(R.y,F,R.textBaseline),h,F))}},t.prototype._updateRichTexts=function(){var e=this.style,n=Cx(e),i=A$(n,e),a=i.width,o=i.outerWidth,s=i.outerHeight,u=e.padding,l=e.x||0,f=e.y||0,h=this._defaultStyle,c=e.align||h.align,v=e.verticalAlign||h.verticalAlign,p=ru(l,o,c),g=Bo(f,s,v),d=p,y=g;u&&(d+=u[3],y+=u[0]);var m=d+a;Wd(e)&&this._renderBackground(e,e,p,g,o,s);for(var _=!!e.backgroundColor,S=0;S<i.lines.length;S++){for(var w=i.lines[S],b=w.tokens,x=b.length,A=w.lineHeight,D=w.width,C=0,T=d,I=m,F=x-1,P=void 0;C<x&&(P=b[C],!P.align||P.align==="left");)this._placeToken(P,e,A,y,T,"left",_),D-=P.width,T+=P.width,C++;for(;F>=0&&(P=b[F],P.align==="right");)this._placeToken(P,e,A,y,I,"right",_),D-=P.width,I-=P.width,F--;for(T+=(a-(T-d)-(m-I)-D)/2;C<=F;)P=b[C],this._placeToken(P,e,A,y,T+P.width/2,"center",_),T+=P.width,C++;y+=A}},t.prototype._placeToken=function(e,n,i,a,o,s,u){var l=n.rich[e.styleName]||{};l.text=e.text;var f=e.verticalAlign,h=a+i/2;f==="top"?h=a+e.height/2:f==="bottom"&&(h=a+i-e.height/2);var c=!e.isLineHolder&&Wd(l);c&&this._renderBackground(l,n,s==="right"?o-e.width:s==="center"?o-e.width/2:o,h-e.height/2,e.width,e.height);var v=!!l.backgroundColor,p=e.textPadding;p&&(o=Ax(o,s,p),h-=e.height/2-p[0]-e.innerHeight/2);var g=this._getOrCreateChild(hu),d=g.createStyle();g.useStyle(d);var y=this._defaultStyle,m=!1,_=0,S=xx("fill"in l?l.fill:"fill"in n?n.fill:(m=!0,y.fill)),w=bx("stroke"in l?l.stroke:"stroke"in n?n.stroke:!v&&!u&&(!y.autoStroke||m)?(_=yx,y.stroke):null),b=l.textShadowBlur>0||n.textShadowBlur>0;d.text=e.text,d.x=o,d.y=h,b&&(d.shadowBlur=l.textShadowBlur||n.textShadowBlur||0,d.shadowColor=l.textShadowColor||n.textShadowColor||"transparent",d.shadowOffsetX=l.textShadowOffsetX||n.textShadowOffsetX||0,d.shadowOffsetY=l.textShadowOffsetY||n.textShadowOffsetY||0),d.textAlign=s,d.textBaseline="middle",d.font=e.font||aa,d.opacity=Hn(l.opacity,n.opacity,1),_x(d,l),w&&(d.lineWidth=Hn(l.lineWidth,n.lineWidth,_),d.lineDash=dt(l.lineDash,n.lineDash),d.lineDashOffset=n.lineDashOffset||0,d.stroke=w),S&&(d.fill=S);var x=e.contentWidth,A=e.contentHeight;g.setBoundingRect(new yt(ru(d.x,x,d.textAlign),Bo(d.y,A,d.textBaseline),x,A))},t.prototype._renderBackground=function(e,n,i,a,o,s){var u=e.backgroundColor,l=e.borderWidth,f=e.borderColor,h=u&&u.image,c=u&&!h,v=e.borderRadius,p=this,g,d;if(c||e.lineHeight||l&&f){g=this._getOrCreateChild(Et),g.useStyle(g.createStyle()),g.style.fill=null;var y=g.shape;y.x=i,y.y=a,y.width=o,y.height=s,y.r=v,g.dirtyShape()}if(c){var m=g.style;m.fill=u||null,m.fillOpacity=dt(e.fillOpacity,1)}else if(h){d=this._getOrCreateChild(Me),d.onload=function(){p.dirtyStyle()};var _=d.style;_.image=u.image,_.x=i,_.y=a,_.width=o,_.height=s}if(l&&f){var m=g.style;m.lineWidth=l,m.stroke=f,m.strokeOpacity=dt(e.strokeOpacity,1),m.lineDash=e.borderDash,m.lineDashOffset=e.borderDashOffset||0,g.strokeContainThreshold=0,g.hasFill()&&g.hasStroke()&&(m.strokeFirst=!0,m.lineWidth*=2)}var S=(g||d).style;S.shadowBlur=e.shadowBlur||0,S.shadowColor=e.shadowColor||"transparent",S.shadowOffsetX=e.shadowOffsetX||0,S.shadowOffsetY=e.shadowOffsetY||0,S.opacity=Hn(e.opacity,n.opacity,1)},t.makeFont=function(e){var n="";return rH(e)&&(n=[e.fontStyle,e.fontWeight,eH(e.fontSize),e.fontFamily||"sans-serif"].join(" ")),n&&Yr(n)||e.textFont||e.font},t}(Kr),Q$={left:!0,right:1,center:1},tH={top:1,bottom:1,middle:1},mx=["fontStyle","fontWeight","fontSize","fontFamily"];function eH(r){return typeof r=="string"&&(r.indexOf("px")!==-1||r.indexOf("rem")!==-1||r.indexOf("em")!==-1)?r:isNaN(+r)?Cp+"px":r+"px"}function _x(r,t){for(var e=0;e<mx.length;e++){var n=mx[e],i=t[n];i!=null&&(r[n]=i)}}function rH(r){return r.fontSize!=null||r.fontFamily||r.fontWeight}function nH(r){return Sx(r),E(r.rich,Sx),r}function Sx(r){if(r){r.font=Mt.makeFont(r);var t=r.align;t==="middle"&&(t="center"),r.align=t==null||Q$[t]?t:"left";var e=r.verticalAlign;e==="center"&&(e="middle"),r.verticalAlign=e==null||tH[e]?e:"top";var n=r.padding;n&&(r.padding=Pp(r.padding))}}function bx(r,t){return r==null||t<=0||r==="transparent"||r==="none"?null:r.image||r.colorStops?"#000":r}function xx(r){return r==null||r==="none"?null:r.image||r.colorStops?"#000":r}function Ax(r,t,e){return t==="right"?r-e[1]:t==="center"?r+e[3]/2-e[1]/2:r+e[3]}function Cx(r){var t=r.text;return t!=null&&(t+=""),t}function Wd(r){return!!(r.backgroundColor||r.lineHeight||r.borderWidth&&r.borderColor)}var ut=Tt(),Ud=function(r,t,e,n){if(n){var i=ut(n);i.dataIndex=e,i.dataType=t,i.seriesIndex=r,i.ssrType="chart",n.type==="group"&&n.traverse(function(a){var o=ut(a);o.seriesIndex=r,o.dataIndex=e,o.dataType=t,o.ssrType="chart"})}},Tx=1,Dx={},Ex=Tt(),Yd=Tt(),Xd=0,cu=1,qf=2,Ge=["emphasis","blur","select"],vu=["normal","emphasis","blur","select"],zo=10,iH=9,Ta="highlight",Kf="downplay",pu="select",jf="unselect",du="toggleSelect";function Go(r){return r!=null&&r!=="none"}function Jf(r,t,e){r.onHoverStateChange&&(r.hoverState||0)!==e&&r.onHoverStateChange(t),r.hoverState=e}function Mx(r){Jf(r,"emphasis",qf)}function Lx(r){r.hoverState===qf&&Jf(r,"normal",Xd)}function Zd(r){Jf(r,"blur",cu)}function Ix(r){r.hoverState===cu&&Jf(r,"normal",Xd)}function aH(r){r.selected=!0}function oH(r){r.selected=!1}function Px(r,t,e){t(r,e)}function Qn(r,t,e){Px(r,t,e),r.isGroup&&r.traverse(function(n){Px(n,t,e)})}function Qf(r,t){switch(t){case"emphasis":r.hoverState=qf;break;case"normal":r.hoverState=Xd;break;case"blur":r.hoverState=cu;break;case"select":r.selected=!0}}function sH(r,t,e,n){for(var i=r.style,a={},o=0;o<t.length;o++){var s=t[o],u=i[s];a[s]=u==null?n&&n[s]:u}for(var o=0;o<r.animators.length;o++){var l=r.animators[o];l.__fromStateTransition&&l.__fromStateTransition.indexOf(e)<0&&l.targetName==="style"&&l.saveTo(a,t)}return a}function uH(r,t,e,n){var i=e&&At(e,"select")>=0,a=!1;if(r instanceof Dt){var o=Ex(r),s=i&&o.selectFill||o.normalFill,u=i&&o.selectStroke||o.normalStroke;if(Go(s)||Go(u)){n=n||{};var l=n.style||{};l.fill==="inherit"?(a=!0,n=H({},n),l=H({},l),l.fill=s):!Go(l.fill)&&Go(s)?(a=!0,n=H({},n),l=H({},l),l.fill=dw(s)):!Go(l.stroke)&&Go(u)&&(a||(n=H({},n),l=H({},l)),l.stroke=dw(u)),n.style=l}}if(n&&n.z2==null){a||(n=H({},n));var f=r.z2EmphasisLift;n.z2=r.z2+(f!=null?f:zo)}return n}function lH(r,t,e){if(e&&e.z2==null){e=H({},e);var n=r.z2SelectLift;e.z2=r.z2+(n!=null?n:iH)}return e}function fH(r,t,e){var n=At(r.currentStates,t)>=0,i=r.style.opacity,a=n?null:sH(r,["opacity"],t,{opacity:1});e=e||{};var o=e.style||{};return o.opacity==null&&(e=H({},e),o=H({opacity:n?i:a.opacity*.1},o),e.style=o),e}function qd(r,t){var e=this.states[r];if(this.style){if(r==="emphasis")return uH(this,r,t,e);if(r==="blur")return fH(this,r,e);if(r==="select")return lH(this,r,e)}return e}function Da(r){r.stateProxy=qd;var t=r.getTextContent(),e=r.getTextGuideLine();t&&(t.stateProxy=qd),e&&(e.stateProxy=qd)}function Fx(r,t){!Nx(r,t)&&!r.__highByOuter&&Qn(r,Mx)}function Rx(r,t){!Nx(r,t)&&!r.__highByOuter&&Qn(r,Lx)}function ti(r,t){r.__highByOuter|=1<<(t||0),Qn(r,Mx)}function ei(r,t){!(r.__highByOuter&=~(1<<(t||0)))&&Qn(r,Lx)}function Bx(r){Qn(r,Zd)}function Kd(r){Qn(r,Ix)}function Ox(r){Qn(r,aH)}function kx(r){Qn(r,oH)}function Nx(r,t){return r.__highDownSilentOnTouch&&t.zrByTouch}function zx(r){var t=r.getModel(),e=[],n=[];t.eachComponent(function(i,a){var o=Yd(a),s=i==="series",u=s?r.getViewOfSeriesModel(a):r.getViewOfComponentModel(a);!s&&n.push(u),o.isBlured&&(u.group.traverse(function(l){Ix(l)}),s&&e.push(a)),o.isBlured=!1}),E(n,function(i){i&&i.toggleBlurSeries&&i.toggleBlurSeries(e,!1,t)})}function jd(r,t,e,n){var i=n.getModel();e=e||"coordinateSystem";function a(l,f){for(var h=0;h<f.length;h++){var c=l.getItemGraphicEl(f[h]);c&&Kd(c)}}if(r!=null&&!(!t||t==="none")){var o=i.getSeriesByIndex(r),s=o.coordinateSystem;s&&s.master&&(s=s.master);var u=[];i.eachSeries(function(l){var f=o===l,h=l.coordinateSystem;h&&h.master&&(h=h.master);var c=h&&s?h===s:f;if(!(e==="series"&&!f||e==="coordinateSystem"&&!c||t==="series"&&f)){var v=n.getViewOfSeriesModel(l);if(v.group.traverse(function(d){d.__highByOuter&&f&&t==="self"||Zd(d)}),ke(t))a(l.getData(),t);else if(lt(t))for(var p=Ot(t),g=0;g<p.length;g++)a(l.getData(p[g]),t[p[g]]);u.push(l),Yd(l).isBlured=!0}}),i.eachComponent(function(l,f){if(l!=="series"){var h=n.getViewOfComponentModel(f);h&&h.toggleBlurSeries&&h.toggleBlurSeries(u,!0,i)}})}}function Jd(r,t,e){if(!(r==null||t==null)){var n=e.getModel().getComponent(r,t);if(!!n){Yd(n).isBlured=!0;var i=e.getViewOfComponentModel(n);!i||!i.focusBlurEnabled||i.group.traverse(function(a){Zd(a)})}}}function hH(r,t,e){var n=r.seriesIndex,i=r.getData(t.dataType);if(!!i){var a=da(i,t);a=(Y(a)?a[0]:a)||0;var o=i.getItemGraphicEl(a);if(!o)for(var s=i.count(),u=0;!o&&u<s;)o=i.getItemGraphicEl(u++);if(o){var l=ut(o);jd(n,l.focus,l.blurScope,e)}else{var f=r.get(["emphasis","focus"]),h=r.get(["emphasis","blurScope"]);f!=null&&jd(n,f,h,e)}}}function Qd(r,t,e,n){var i={focusSelf:!1,dispatchers:null};if(r==null||r==="series"||t==null||e==null)return i;var a=n.getModel().getComponent(r,t);if(!a)return i;var o=n.getViewOfComponentModel(a);if(!o||!o.findHighDownDispatchers)return i;for(var s=o.findHighDownDispatchers(e),u,l=0;l<s.length;l++)if(ut(s[l]).focus==="self"){u=!0;break}return{focusSelf:u,dispatchers:s}}function cH(r,t,e){var n=ut(r),i=Qd(n.componentMainType,n.componentIndex,n.componentHighDownName,e),a=i.dispatchers,o=i.focusSelf;a?(o&&Jd(n.componentMainType,n.componentIndex,e),E(a,function(s){return Fx(s,t)})):(jd(n.seriesIndex,n.focus,n.blurScope,e),n.focus==="self"&&Jd(n.componentMainType,n.componentIndex,e),Fx(r,t))}function vH(r,t,e){zx(e);var n=ut(r),i=Qd(n.componentMainType,n.componentIndex,n.componentHighDownName,e).dispatchers;i?E(i,function(a){return Rx(a,t)}):Rx(r,t)}function pH(r,t,e){if(!!eg(t)){var n=t.dataType,i=r.getData(n),a=da(i,t);Y(a)||(a=[a]),r[t.type===du?"toggleSelect":t.type===pu?"select":"unselect"](a,n)}}function Gx(r){var t=r.getAllData();E(t,function(e){var n=e.data,i=e.type;n.eachItemGraphicEl(function(a,o){r.isSelected(o,i)?Ox(a):kx(a)})})}function dH(r){var t=[];return r.eachSeries(function(e){var n=e.getAllData();E(n,function(i){i.data;var a=i.type,o=e.getSelectedDataIndices();if(o.length>0){var s={dataIndex:o,seriesIndex:e.seriesIndex};a!=null&&(s.dataType=a),t.push(s)}})}),t}function Ea(r,t,e){Ma(r,!0),Qn(r,Da),tg(r,t,e)}function gH(r){Ma(r,!1)}function ee(r,t,e,n){n?gH(r):Ea(r,t,e)}function tg(r,t,e){var n=ut(r);t!=null?(n.focus=t,n.blurScope=e):n.focus&&(n.focus=null)}var Vx=["emphasis","blur","select"],yH={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function Ae(r,t,e,n){e=e||"itemStyle";for(var i=0;i<Vx.length;i++){var a=Vx[i],o=t.getModel([a,e]),s=r.ensureState(a);s.style=n?n(o):o[yH[e]]()}}function Ma(r,t){var e=t===!1,n=r;r.highDownSilentOnTouch&&(n.__highDownSilentOnTouch=r.highDownSilentOnTouch),(!e||n.__highDownDispatcher)&&(n.__highByOuter=n.__highByOuter||0,n.__highDownDispatcher=!e)}function gu(r){return!!(r&&r.__highDownDispatcher)}function mH(r,t,e){var n=ut(r);n.componentMainType=t.mainType,n.componentIndex=t.componentIndex,n.componentHighDownName=e}function _H(r){var t=Dx[r];return t==null&&Tx<=32&&(t=Dx[r]=Tx++),t}function eg(r){var t=r.type;return t===pu||t===jf||t===du}function $x(r){var t=r.type;return t===Ta||t===Kf}function SH(r){var t=Ex(r);t.normalFill=r.style.fill,t.normalStroke=r.style.stroke;var e=r.states.select||{};t.selectFill=e.style&&e.style.fill||null,t.selectStroke=e.style&&e.style.stroke||null}var Vo=Ii.CMD,bH=[[],[],[]],Hx=Math.sqrt,wH=Math.atan2;function xH(r,t){if(!!t){var e=r.data,n=r.len(),i,a,o,s,u,l,f=Vo.M,h=Vo.C,c=Vo.L,v=Vo.R,p=Vo.A,g=Vo.Q;for(o=0,s=0;o<n;){switch(i=e[o++],s=o,a=0,i){case f:a=1;break;case c:a=1;break;case h:a=3;break;case g:a=2;break;case p:var d=t[4],y=t[5],m=Hx(t[0]*t[0]+t[1]*t[1]),_=Hx(t[2]*t[2]+t[3]*t[3]),S=wH(-t[1]/_,t[0]/m);e[o]*=m,e[o++]+=d,e[o]*=_,e[o++]+=y,e[o++]*=m,e[o++]*=_,e[o++]+=S,e[o++]+=S,o+=2,s=o;break;case v:l[0]=e[o++],l[1]=e[o++],xe(l,l,t),e[s++]=l[0],e[s++]=l[1],l[0]+=e[o++],l[1]+=e[o++],xe(l,l,t),e[s++]=l[0],e[s++]=l[1]}for(u=0;u<a;u++){var w=bH[u];w[0]=e[o++],w[1]=e[o++],xe(w,w,t),e[s++]=w[0],e[s++]=w[1]}}r.increaseVersion()}}var rg=Math.sqrt,th=Math.sin,eh=Math.cos,yu=Math.PI;function Wx(r){return Math.sqrt(r[0]*r[0]+r[1]*r[1])}function ng(r,t){return(r[0]*t[0]+r[1]*t[1])/(Wx(r)*Wx(t))}function Ux(r,t){return(r[0]*t[1]<r[1]*t[0]?-1:1)*Math.acos(ng(r,t))}function Yx(r,t,e,n,i,a,o,s,u,l,f){var h=u*(yu/180),c=eh(h)*(r-e)/2+th(h)*(t-n)/2,v=-1*th(h)*(r-e)/2+eh(h)*(t-n)/2,p=c*c/(o*o)+v*v/(s*s);p>1&&(o*=rg(p),s*=rg(p));var g=(i===a?-1:1)*rg((o*o*(s*s)-o*o*(v*v)-s*s*(c*c))/(o*o*(v*v)+s*s*(c*c)))||0,d=g*o*v/s,y=g*-s*c/o,m=(r+e)/2+eh(h)*d-th(h)*y,_=(t+n)/2+th(h)*d+eh(h)*y,S=Ux([1,0],[(c-d)/o,(v-y)/s]),w=[(c-d)/o,(v-y)/s],b=[(-1*c-d)/o,(-1*v-y)/s],x=Ux(w,b);if(ng(w,b)<=-1&&(x=yu),ng(w,b)>=1&&(x=0),x<0){var A=Math.round(x/yu*1e6)/1e6;x=yu*2+A%2*yu}f.addData(l,m,_,o,s,S,x,h,a)}var AH=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,CH=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function TH(r){var t=new Ii;if(!r)return t;var e=0,n=0,i=e,a=n,o,s=Ii.CMD,u=r.match(AH);if(!u)return t;for(var l=0;l<u.length;l++){for(var f=u[l],h=f.charAt(0),c=void 0,v=f.match(CH)||[],p=v.length,g=0;g<p;g++)v[g]=parseFloat(v[g]);for(var d=0;d<p;){var y=void 0,m=void 0,_=void 0,S=void 0,w=void 0,b=void 0,x=void 0,A=e,D=n,C=void 0,T=void 0;switch(h){case"l":e+=v[d++],n+=v[d++],c=s.L,t.addData(c,e,n);break;case"L":e=v[d++],n=v[d++],c=s.L,t.addData(c,e,n);break;case"m":e+=v[d++],n+=v[d++],c=s.M,t.addData(c,e,n),i=e,a=n,h="l";break;case"M":e=v[d++],n=v[d++],c=s.M,t.addData(c,e,n),i=e,a=n,h="L";break;case"h":e+=v[d++],c=s.L,t.addData(c,e,n);break;case"H":e=v[d++],c=s.L,t.addData(c,e,n);break;case"v":n+=v[d++],c=s.L,t.addData(c,e,n);break;case"V":n=v[d++],c=s.L,t.addData(c,e,n);break;case"C":c=s.C,t.addData(c,v[d++],v[d++],v[d++],v[d++],v[d++],v[d++]),e=v[d-2],n=v[d-1];break;case"c":c=s.C,t.addData(c,v[d++]+e,v[d++]+n,v[d++]+e,v[d++]+n,v[d++]+e,v[d++]+n),e+=v[d-2],n+=v[d-1];break;case"S":y=e,m=n,C=t.len(),T=t.data,o===s.C&&(y+=e-T[C-4],m+=n-T[C-3]),c=s.C,A=v[d++],D=v[d++],e=v[d++],n=v[d++],t.addData(c,y,m,A,D,e,n);break;case"s":y=e,m=n,C=t.len(),T=t.data,o===s.C&&(y+=e-T[C-4],m+=n-T[C-3]),c=s.C,A=e+v[d++],D=n+v[d++],e+=v[d++],n+=v[d++],t.addData(c,y,m,A,D,e,n);break;case"Q":A=v[d++],D=v[d++],e=v[d++],n=v[d++],c=s.Q,t.addData(c,A,D,e,n);break;case"q":A=v[d++]+e,D=v[d++]+n,e+=v[d++],n+=v[d++],c=s.Q,t.addData(c,A,D,e,n);break;case"T":y=e,m=n,C=t.len(),T=t.data,o===s.Q&&(y+=e-T[C-4],m+=n-T[C-3]),e=v[d++],n=v[d++],c=s.Q,t.addData(c,y,m,e,n);break;case"t":y=e,m=n,C=t.len(),T=t.data,o===s.Q&&(y+=e-T[C-4],m+=n-T[C-3]),e+=v[d++],n+=v[d++],c=s.Q,t.addData(c,y,m,e,n);break;case"A":_=v[d++],S=v[d++],w=v[d++],b=v[d++],x=v[d++],A=e,D=n,e=v[d++],n=v[d++],c=s.A,Yx(A,D,e,n,b,x,_,S,w,c,t);break;case"a":_=v[d++],S=v[d++],w=v[d++],b=v[d++],x=v[d++],A=e,D=n,e+=v[d++],n+=v[d++],c=s.A,Yx(A,D,e,n,b,x,_,S,w,c,t);break}}(h==="z"||h==="Z")&&(c=s.Z,t.addData(c),e=i,n=a),o=c}return t.toStatic(),t}var Xx=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.applyTransform=function(e){},t}(Dt);function Zx(r){return r.setData!=null}function qx(r,t){var e=TH(r),n=H({},t);return n.buildPath=function(i){if(Zx(i)){i.setData(e.data);var a=i.getContext();a&&i.rebuildPath(a,1)}else{var a=i;e.rebuildPath(a,1)}},n.applyTransform=function(i){xH(e,i),this.dirtyShape()},n}function Kx(r,t){return new Xx(qx(r,t))}function DH(r,t){var e=qx(r,t),n=function(i){O(a,i);function a(o){var s=i.call(this,o)||this;return s.applyTransform=e.applyTransform,s.buildPath=e.buildPath,s}return a}(Xx);return n}function EH(r,t){for(var e=[],n=r.length,i=0;i<n;i++){var a=r[i];e.push(a.getUpdatedPathProxy(!0))}var o=new Dt(t);return o.createPathProxy(),o.buildPath=function(s){if(Zx(s)){s.appendPath(e);var u=s.getContext();u&&s.rebuildPath(u,1)}},o}var MH=function(){function r(){this.cx=0,this.cy=0,this.r=0}return r}(),ri=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultShape=function(){return new MH},t.prototype.buildPath=function(e,n){e.moveTo(n.cx+n.r,n.cy),e.arc(n.cx,n.cy,n.r,0,Math.PI*2)},t}(Dt);ri.prototype.type="circle";var LH=function(){function r(){this.cx=0,this.cy=0,this.rx=0,this.ry=0}return r}(),rh=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultShape=function(){return new LH},t.prototype.buildPath=function(e,n){var i=.5522848,a=n.cx,o=n.cy,s=n.rx,u=n.ry,l=s*i,f=u*i;e.moveTo(a-s,o),e.bezierCurveTo(a-s,o-f,a-l,o-u,a,o-u),e.bezierCurveTo(a+l,o-u,a+s,o-f,a+s,o),e.bezierCurveTo(a+s,o+f,a+l,o+u,a,o+u),e.bezierCurveTo(a-l,o+u,a-s,o+f,a-s,o),e.closePath()},t}(Dt);rh.prototype.type="ellipse";var jx=Math.PI,ig=jx*2,La=Math.sin,$o=Math.cos,IH=Math.acos,Le=Math.atan2,Jx=Math.abs,mu=Math.sqrt,_u=Math.max,Cn=Math.min,jr=1e-4;function PH(r,t,e,n,i,a,o,s){var u=e-r,l=n-t,f=o-i,h=s-a,c=h*u-f*l;if(!(c*c<jr))return c=(f*(t-a)-h*(r-i))/c,[r+c*u,t+c*l]}function nh(r,t,e,n,i,a,o){var s=r-e,u=t-n,l=(o?a:-a)/mu(s*s+u*u),f=l*u,h=-l*s,c=r+f,v=t+h,p=e+f,g=n+h,d=(c+p)/2,y=(v+g)/2,m=p-c,_=g-v,S=m*m+_*_,w=i-a,b=c*g-p*v,x=(_<0?-1:1)*mu(_u(0,w*w*S-b*b)),A=(b*_-m*x)/S,D=(-b*m-_*x)/S,C=(b*_+m*x)/S,T=(-b*m+_*x)/S,I=A-d,F=D-y,P=C-d,L=T-y;return I*I+F*F>P*P+L*L&&(A=C,D=T),{cx:A,cy:D,x0:-f,y0:-h,x1:A*(i/w-1),y1:D*(i/w-1)}}function FH(r){var t;if(Y(r)){var e=r.length;if(!e)return r;e===1?t=[r[0],r[0],0,0]:e===2?t=[r[0],r[0],r[1],r[1]]:e===3?t=r.concat(r[2]):t=r}else t=[r,r,r,r];return t}function RH(r,t){var e,n=_u(t.r,0),i=_u(t.r0||0,0),a=n>0,o=i>0;if(!(!a&&!o)){if(a||(n=i,i=0),i>n){var s=n;n=i,i=s}var u=t.startAngle,l=t.endAngle;if(!(isNaN(u)||isNaN(l))){var f=t.cx,h=t.cy,c=!!t.clockwise,v=Jx(l-u),p=v>ig&&v%ig;if(p>jr&&(v=p),!(n>jr))r.moveTo(f,h);else if(v>ig-jr)r.moveTo(f+n*$o(u),h+n*La(u)),r.arc(f,h,n,u,l,!c),i>jr&&(r.moveTo(f+i*$o(l),h+i*La(l)),r.arc(f,h,i,l,u,c));else{var g=void 0,d=void 0,y=void 0,m=void 0,_=void 0,S=void 0,w=void 0,b=void 0,x=void 0,A=void 0,D=void 0,C=void 0,T=void 0,I=void 0,F=void 0,P=void 0,L=n*$o(u),R=n*La(u),k=i*$o(l),B=i*La(l),N=v>jr;if(N){var z=t.cornerRadius;z&&(e=FH(z),g=e[0],d=e[1],y=e[2],m=e[3]);var W=Jx(n-i)/2;if(_=Cn(W,y),S=Cn(W,m),w=Cn(W,g),b=Cn(W,d),D=x=_u(_,S),C=A=_u(w,b),(x>jr||A>jr)&&(T=n*$o(l),I=n*La(l),F=i*$o(u),P=i*La(u),v<jx)){var G=PH(L,R,F,P,T,I,k,B);if(G){var V=L-G[0],$=R-G[1],X=T-G[0],q=I-G[1],K=1/La(IH((V*X+$*q)/(mu(V*V+$*$)*mu(X*X+q*q)))/2),tt=mu(G[0]*G[0]+G[1]*G[1]);D=Cn(x,(n-tt)/(K+1)),C=Cn(A,(i-tt)/(K-1))}}}if(!N)r.moveTo(f+L,h+R);else if(D>jr){var vt=Cn(y,D),nt=Cn(m,D),Q=nh(F,P,L,R,n,vt,c),ht=nh(T,I,k,B,n,nt,c);r.moveTo(f+Q.cx+Q.x0,h+Q.cy+Q.y0),D<x&&vt===nt?r.arc(f+Q.cx,h+Q.cy,D,Le(Q.y0,Q.x0),Le(ht.y0,ht.x0),!c):(vt>0&&r.arc(f+Q.cx,h+Q.cy,vt,Le(Q.y0,Q.x0),Le(Q.y1,Q.x1),!c),r.arc(f,h,n,Le(Q.cy+Q.y1,Q.cx+Q.x1),Le(ht.cy+ht.y1,ht.cx+ht.x1),!c),nt>0&&r.arc(f+ht.cx,h+ht.cy,nt,Le(ht.y1,ht.x1),Le(ht.y0,ht.x0),!c))}else r.moveTo(f+L,h+R),r.arc(f,h,n,u,l,!c);if(!(i>jr)||!N)r.lineTo(f+k,h+B);else if(C>jr){var vt=Cn(g,C),nt=Cn(d,C),Q=nh(k,B,T,I,i,-nt,c),ht=nh(L,R,F,P,i,-vt,c);r.lineTo(f+Q.cx+Q.x0,h+Q.cy+Q.y0),C<A&&vt===nt?r.arc(f+Q.cx,h+Q.cy,C,Le(Q.y0,Q.x0),Le(ht.y0,ht.x0),!c):(nt>0&&r.arc(f+Q.cx,h+Q.cy,nt,Le(Q.y0,Q.x0),Le(Q.y1,Q.x1),!c),r.arc(f,h,i,Le(Q.cy+Q.y1,Q.cx+Q.x1),Le(ht.cy+ht.y1,ht.cx+ht.x1),c),vt>0&&r.arc(f+ht.cx,h+ht.cy,vt,Le(ht.y1,ht.x1),Le(ht.y0,ht.x0),!c))}else r.lineTo(f+k,h+B),r.arc(f,h,i,l,u,c)}r.closePath()}}}var BH=function(){function r(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0,this.cornerRadius=0}return r}(),gr=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultShape=function(){return new BH},t.prototype.buildPath=function(e,n){RH(e,n)},t.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},t}(Dt);gr.prototype.type="sector";var OH=function(){function r(){this.cx=0,this.cy=0,this.r=0,this.r0=0}return r}(),Su=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultShape=function(){return new OH},t.prototype.buildPath=function(e,n){var i=n.cx,a=n.cy,o=Math.PI*2;e.moveTo(i+n.r,a),e.arc(i,a,n.r,0,o,!1),e.moveTo(i+n.r0,a),e.arc(i,a,n.r0,0,o,!0)},t}(Dt);Su.prototype.type="ring";function kH(r,t,e,n){var i=[],a=[],o=[],s=[],u,l,f,h;if(n){f=[1/0,1/0],h=[-1/0,-1/0];for(var c=0,v=r.length;c<v;c++)xi(f,f,r[c]),Ai(h,h,r[c]);xi(f,f,n[0]),Ai(h,h,n[1])}for(var c=0,v=r.length;c<v;c++){var p=r[c];if(e)u=r[c?c-1:v-1],l=r[(c+1)%v];else if(c===0||c===v-1){i.push(bi(r[c]));continue}else u=r[c-1],l=r[c+1];Fp(a,l,u),bf(a,a,t);var g=Rp(p,u),d=Rp(p,l),y=g+d;y!==0&&(g/=y,d/=y),bf(o,a,-g),bf(s,a,d);var m=kb([],p,o),_=kb([],p,s);n&&(Ai(m,m,f),xi(m,m,h),Ai(_,_,f),xi(_,_,h)),i.push(m),i.push(_)}return e&&i.push(i.shift()),i}function Qx(r,t,e){var n=t.smooth,i=t.points;if(i&&i.length>=2){if(n){var a=kH(i,n,e,t.smoothConstraint);r.moveTo(i[0][0],i[0][1]);for(var o=i.length,s=0;s<(e?o:o-1);s++){var u=a[s*2],l=a[s*2+1],f=i[(s+1)%o];r.bezierCurveTo(u[0],u[1],l[0],l[1],f[0],f[1])}}else{r.moveTo(i[0][0],i[0][1]);for(var s=1,h=i.length;s<h;s++)r.lineTo(i[s][0],i[s][1])}e&&r.closePath()}}var NH=function(){function r(){this.points=null,this.smooth=0,this.smoothConstraint=null}return r}(),er=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultShape=function(){return new NH},t.prototype.buildPath=function(e,n){Qx(e,n,!0)},t}(Dt);er.prototype.type="polygon";var zH=function(){function r(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null}return r}(),Ve=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new zH},t.prototype.buildPath=function(e,n){Qx(e,n,!1)},t}(Dt);Ve.prototype.type="polyline";var GH={},VH=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1}return r}(),de=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new VH},t.prototype.buildPath=function(e,n){var i,a,o,s;if(this.subPixelOptimize){var u=px(GH,n,this.style);i=u.x1,a=u.y1,o=u.x2,s=u.y2}else i=n.x1,a=n.y1,o=n.x2,s=n.y2;var l=n.percent;l!==0&&(e.moveTo(i,a),l<1&&(o=i*(1-l)+o*l,s=a*(1-l)+s*l),e.lineTo(o,s))},t.prototype.pointAt=function(e){var n=this.shape;return[n.x1*(1-e)+n.x2*e,n.y1*(1-e)+n.y2*e]},t}(Dt);de.prototype.type="line";var rr=[],$H=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1}return r}();function t2(r,t,e){var n=r.cpx2,i=r.cpy2;return n!=null||i!=null?[(e?iw:pe)(r.x1,r.cpx1,r.cpx2,r.x2,t),(e?iw:pe)(r.y1,r.cpy1,r.cpy2,r.y2,t)]:[(e?jp:_e)(r.x1,r.cpx1,r.x2,t),(e?jp:_e)(r.y1,r.cpy1,r.y2,t)]}var bu=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new $H},t.prototype.buildPath=function(e,n){var i=n.x1,a=n.y1,o=n.x2,s=n.y2,u=n.cpx1,l=n.cpy1,f=n.cpx2,h=n.cpy2,c=n.percent;c!==0&&(e.moveTo(i,a),f==null||h==null?(c<1&&(qs(i,u,o,c,rr),u=rr[1],o=rr[2],qs(a,l,s,c,rr),l=rr[1],s=rr[2]),e.quadraticCurveTo(u,l,o,s)):(c<1&&(Lf(i,u,f,o,c,rr),u=rr[1],f=rr[2],o=rr[3],Lf(a,l,h,s,c,rr),l=rr[1],h=rr[2],s=rr[3]),e.bezierCurveTo(u,l,f,h,o,s)))},t.prototype.pointAt=function(e){return t2(this.shape,e,!1)},t.prototype.tangentAt=function(e){var n=t2(this.shape,e,!0);return $s(n,n)},t}(Dt);bu.prototype.type="bezier-curve";var HH=function(){function r(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0}return r}(),ih=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new HH},t.prototype.buildPath=function(e,n){var i=n.cx,a=n.cy,o=Math.max(n.r,0),s=n.startAngle,u=n.endAngle,l=n.clockwise,f=Math.cos(s),h=Math.sin(s);e.moveTo(f*o+i,h*o+a),e.arc(i,a,o,s,u,!l)},t}(Dt);ih.prototype.type="arc";var e2=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="compound",e}return t.prototype._updatePathDirty=function(){for(var e=this.shape.paths,n=this.shapeChanged(),i=0;i<e.length;i++)n=n||e[i].shapeChanged();n&&this.dirtyShape()},t.prototype.beforeBrush=function(){this._updatePathDirty();for(var e=this.shape.paths||[],n=this.getGlobalScale(),i=0;i<e.length;i++)e[i].path||e[i].createPathProxy(),e[i].path.setScale(n[0],n[1],e[i].segmentIgnoreThreshold)},t.prototype.buildPath=function(e,n){for(var i=n.paths||[],a=0;a<i.length;a++)i[a].buildPath(e,i[a].shape,!0)},t.prototype.afterBrush=function(){for(var e=this.shape.paths||[],n=0;n<e.length;n++)e[n].pathUpdated()},t.prototype.getBoundingRect=function(){return this._updatePathDirty.call(this),Dt.prototype.getBoundingRect.call(this)},t}(Dt),r2=function(){function r(t){this.colorStops=t||[]}return r.prototype.addColorStop=function(t,e){this.colorStops.push({offset:t,color:e})},r}(),wu=function(r){O(t,r);function t(e,n,i,a,o,s){var u=r.call(this,o)||this;return u.x=e==null?0:e,u.y=n==null?0:n,u.x2=i==null?1:i,u.y2=a==null?0:a,u.type="linear",u.global=s||!1,u}return t}(r2),n2=function(r){O(t,r);function t(e,n,i,a,o){var s=r.call(this,a)||this;return s.x=e==null?.5:e,s.y=n==null?.5:n,s.r=i==null?.5:i,s.type="radial",s.global=o||!1,s}return t}(r2),Ia=[0,0],Pa=[0,0],ah=new gt,oh=new gt,sh=function(){function r(t,e){this._corners=[],this._axes=[],this._origin=[0,0];for(var n=0;n<4;n++)this._corners[n]=new gt;for(var n=0;n<2;n++)this._axes[n]=new gt;t&&this.fromBoundingRect(t,e)}return r.prototype.fromBoundingRect=function(t,e){var n=this._corners,i=this._axes,a=t.x,o=t.y,s=a+t.width,u=o+t.height;if(n[0].set(a,o),n[1].set(s,o),n[2].set(s,u),n[3].set(a,u),e)for(var l=0;l<4;l++)n[l].transform(e);gt.sub(i[0],n[1],n[0]),gt.sub(i[1],n[3],n[0]),i[0].normalize(),i[1].normalize();for(var l=0;l<2;l++)this._origin[l]=i[l].dot(n[0])},r.prototype.intersect=function(t,e){var n=!0,i=!e;return ah.set(1/0,1/0),oh.set(0,0),!this._intersectCheckOneSide(this,t,ah,oh,i,1)&&(n=!1,i)||!this._intersectCheckOneSide(t,this,ah,oh,i,-1)&&(n=!1,i)||i||gt.copy(e,n?ah:oh),n},r.prototype._intersectCheckOneSide=function(t,e,n,i,a,o){for(var s=!0,u=0;u<2;u++){var l=this._axes[u];if(this._getProjMinMaxOnAxis(u,t._corners,Ia),this._getProjMinMaxOnAxis(u,e._corners,Pa),Ia[1]<Pa[0]||Ia[0]>Pa[1]){if(s=!1,a)return s;var f=Math.abs(Pa[0]-Ia[1]),h=Math.abs(Ia[0]-Pa[1]);Math.min(f,h)>i.len()&&(f<h?gt.scale(i,l,-f*o):gt.scale(i,l,h*o))}else if(n){var f=Math.abs(Pa[0]-Ia[1]),h=Math.abs(Ia[0]-Pa[1]);Math.min(f,h)<n.len()&&(f<h?gt.scale(n,l,f*o):gt.scale(n,l,-h*o))}}return s},r.prototype._getProjMinMaxOnAxis=function(t,e,n){for(var i=this._axes[t],a=this._origin,o=e[0].dot(i)+a[t],s=o,u=o,l=1;l<e.length;l++){var f=e[l].dot(i)+a[t];s=Math.min(f,s),u=Math.max(f,u)}n[0]=s,n[1]=u},r}(),WH=[],UH=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.notClear=!0,e.incremental=!0,e._displayables=[],e._temporaryDisplayables=[],e._cursor=0,e}return t.prototype.traverse=function(e,n){e.call(n,this)},t.prototype.useStyle=function(){this.style={}},t.prototype.getCursor=function(){return this._cursor},t.prototype.innerAfterBrush=function(){this._cursor=this._displayables.length},t.prototype.clearDisplaybles=function(){this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.markRedraw(),this.notClear=!1},t.prototype.clearTemporalDisplayables=function(){this._temporaryDisplayables=[]},t.prototype.addDisplayable=function(e,n){n?this._temporaryDisplayables.push(e):this._displayables.push(e),this.markRedraw()},t.prototype.addDisplayables=function(e,n){n=n||!1;for(var i=0;i<e.length;i++)this.addDisplayable(e[i],n)},t.prototype.getDisplayables=function(){return this._displayables},t.prototype.getTemporalDisplayables=function(){return this._temporaryDisplayables},t.prototype.eachPendingDisplayable=function(e){for(var n=this._cursor;n<this._displayables.length;n++)e&&e(this._displayables[n]);for(var n=0;n<this._temporaryDisplayables.length;n++)e&&e(this._temporaryDisplayables[n])},t.prototype.update=function(){this.updateTransform();for(var e=this._cursor;e<this._displayables.length;e++){var n=this._displayables[e];n.parent=this,n.update(),n.parent=null}for(var e=0;e<this._temporaryDisplayables.length;e++){var n=this._temporaryDisplayables[e];n.parent=this,n.update(),n.parent=null}},t.prototype.getBoundingRect=function(){if(!this._rect){for(var e=new yt(1/0,1/0,-1/0,-1/0),n=0;n<this._displayables.length;n++){var i=this._displayables[n],a=i.getBoundingRect().clone();i.needLocalTransform()&&a.applyTransform(i.getLocalTransform(WH)),e.union(a)}this._rect=e}return this._rect},t.prototype.contain=function(e,n){var i=this.transformCoordToLocal(e,n),a=this.getBoundingRect();if(a.contain(i[0],i[1]))for(var o=0;o<this._displayables.length;o++){var s=this._displayables[o];if(s.contain(e,n))return!0}return!1},t}(Kr),YH=Tt();function ag(r,t,e,n,i){var a;if(t&&t.ecModel){var o=t.ecModel.getUpdatePayload();a=o&&o.animation}var s=t&&t.isAnimationEnabled(),u=r==="update";if(s){var l=void 0,f=void 0,h=void 0;n?(l=dt(n.duration,200),f=dt(n.easing,"cubicOut"),h=0):(l=t.getShallow(u?"animationDurationUpdate":"animationDuration"),f=t.getShallow(u?"animationEasingUpdate":"animationEasing"),h=t.getShallow(u?"animationDelayUpdate":"animationDelay")),a&&(a.duration!=null&&(l=a.duration),a.easing!=null&&(f=a.easing),a.delay!=null&&(h=a.delay)),ot(h)&&(h=h(e,i)),ot(l)&&(l=l(e));var c={duration:l||0,delay:h,easing:f};return c}else return null}function og(r,t,e,n,i,a,o){var s=!1,u;ot(i)?(o=a,a=i,i=null):lt(i)&&(a=i.cb,o=i.during,s=i.isFrom,u=i.removeOpt,i=i.dataIndex);var l=r==="leave";l||t.stopAnimation("leave");var f=ag(r,n,i,l?u||{}:null,n&&n.getAnimationDelayParams?n.getAnimationDelayParams(t,i):null);if(f&&f.duration>0){var h=f.duration,c=f.delay,v=f.easing,p={duration:h,delay:c||0,easing:v,done:a,force:!!a||!!o,setToFinal:!l,scope:r,during:o};s?t.animateFrom(e,p):t.animateTo(e,p)}else t.stopAnimation(),!s&&t.attr(e),o&&o(1),a&&a()}function It(r,t,e,n,i,a){og("update",r,t,e,n,i,a)}function qt(r,t,e,n,i,a){og("enter",r,t,e,n,i,a)}function Ho(r){if(!r.__zr)return!0;for(var t=0;t<r.animators.length;t++){var e=r.animators[t];if(e.scope==="leave")return!0}return!1}function Ri(r,t,e,n,i,a){Ho(r)||og("leave",r,t,e,n,i,a)}function i2(r,t,e,n){r.removeTextContent(),r.removeTextGuideLine(),Ri(r,{style:{opacity:0}},t,e,n)}function xu(r,t,e){function n(){r.parent&&r.parent.remove(r)}r.isGroup?r.traverse(function(i){i.isGroup||i2(i,t,e,n)}):i2(r,t,e,n)}function Jr(r){YH(r).oldStyle=r.style}var uh=Math.max,lh=Math.min,sg={};function XH(r){return Dt.extend(r)}var ZH=DH;function qH(r,t){return ZH(r,t)}function Qr(r,t){sg[r]=t}function ug(r){if(sg.hasOwnProperty(r))return sg[r]}function fh(r,t,e,n){var i=Kx(r,t);return e&&(n==="center"&&(e=o2(e,i.getBoundingRect())),s2(i,e)),i}function a2(r,t,e){var n=new Me({style:{image:r,x:t.x,y:t.y,width:t.width,height:t.height},onload:function(i){if(e==="center"){var a={width:i.width,height:i.height};n.setStyle(o2(t,a))}}});return n}function o2(r,t){var e=t.width/t.height,n=r.height*e,i;n<=r.width?i=r.height:(n=r.width,i=n/e);var a=r.x+r.width/2,o=r.y+r.height/2;return{x:a-n/2,y:o-i/2,width:n,height:i}}var Pr=EH;function s2(r,t){if(!!r.applyTransform){var e=r.getBoundingRect(),n=e.calculateTransform(t);r.applyTransform(n)}}function Wo(r,t){return px(r,r,{lineWidth:t}),r}function KH(r){return dx(r.shape,r.shape,r.style),r}var hh=Ca;function Fa(r,t){for(var e=wf([]);r&&r!==t;)Un(e,r.getLocalTransform(),e),r=r.parent;return e}function Tn(r,t,e){return t&&!ke(t)&&(t=Ei.getLocalTransform(t)),e&&(t=Mo([],t)),xe([],r,t)}function ch(r,t,e){var n=t[4]===0||t[5]===0||t[0]===0?1:Math.abs(2*t[4]/t[0]),i=t[4]===0||t[5]===0||t[2]===0?1:Math.abs(2*t[4]/t[2]),a=[r==="left"?-n:r==="right"?n:0,r==="top"?-i:r==="bottom"?i:0];return a=Tn(a,t,e),Math.abs(a[0])>Math.abs(a[1])?a[0]>0?"right":"left":a[1]>0?"bottom":"top"}function u2(r){return!r.isGroup}function jH(r){return r.shape!=null}function Au(r,t,e){if(!r||!t)return;function n(o){var s={};return o.traverse(function(u){u2(u)&&u.anid&&(s[u.anid]=u)}),s}function i(o){var s={x:o.x,y:o.y,rotation:o.rotation};return jH(o)&&(s.shape=H({},o.shape)),s}var a=n(r);t.traverse(function(o){if(u2(o)&&o.anid){var s=a[o.anid];if(s){var u=i(o);o.attr(i(s)),It(o,u,e,ut(o).dataIndex)}}})}function l2(r,t){return U(r,function(e){var n=e[0];n=uh(n,t.x),n=lh(n,t.x+t.width);var i=e[1];return i=uh(i,t.y),i=lh(i,t.y+t.height),[n,i]})}function JH(r,t){var e=uh(r.x,t.x),n=lh(r.x+r.width,t.x+t.width),i=uh(r.y,t.y),a=lh(r.y+r.height,t.y+t.height);if(n>=e&&a>=i)return{x:e,y:i,width:n-e,height:a-i}}function Cu(r,t,e){var n=H({rectHover:!0},t),i=n.style={strokeNoScale:!0};if(e=e||{x:-1,y:-1,width:2,height:2},r)return r.indexOf("image://")===0?(i.image=r.slice(8),ft(i,e),new Me(n)):fh(r.replace("path://",""),n,e,"center")}function QH(r,t,e,n,i){for(var a=0,o=i[i.length-1];a<i.length;a++){var s=i[a];if(f2(r,t,e,n,s[0],s[1],o[0],o[1]))return!0;o=s}}function f2(r,t,e,n,i,a,o,s){var u=e-r,l=n-t,f=o-i,h=s-a,c=lg(f,h,u,l);if(tW(c))return!1;var v=r-i,p=t-a,g=lg(v,p,u,l)/c;if(g<0||g>1)return!1;var d=lg(v,p,f,h)/c;return!(d<0||d>1)}function lg(r,t,e,n){return r*n-e*t}function tW(r){return r<=1e-6&&r>=-1e-6}function Uo(r){var t=r.itemTooltipOption,e=r.componentModel,n=r.itemName,i=J(t)?{formatter:t}:t,a=e.mainType,o=e.componentIndex,s={componentType:a,name:n,$vars:["name"]};s[a+"Index"]=o;var u=r.formatterParamsExtra;u&&E(Ot(u),function(f){j(s,f)||(s[f]=u[f],s.$vars.push(f))});var l=ut(r.el);l.componentMainType=a,l.componentIndex=o,l.tooltipConfig={name:n,option:ft({content:n,encodeHTMLContent:!0,formatterParams:s},i)}}function h2(r,t){var e;r.isGroup&&(e=t(r)),e||r.traverse(t)}function Bi(r,t){if(r)if(Y(r))for(var e=0;e<r.length;e++)h2(r[e],t);else h2(r,t)}Qr("circle",ri),Qr("ellipse",rh),Qr("sector",gr),Qr("ring",Su),Qr("polygon",er),Qr("polyline",Ve),Qr("rect",Et),Qr("line",de),Qr("bezierCurve",bu),Qr("arc",ih);var Ra=Object.freeze({__proto__:null,updateProps:It,initProps:qt,removeElement:Ri,removeElementWithFadeOut:xu,isElementRemoved:Ho,extendShape:XH,extendPath:qH,registerShape:Qr,getShapeClass:ug,makePath:fh,makeImage:a2,mergePath:Pr,resizePath:s2,subPixelOptimizeLine:Wo,subPixelOptimizeRect:KH,subPixelOptimize:hh,getTransform:Fa,applyTransform:Tn,transformDirection:ch,groupTransition:Au,clipPointsByRect:l2,clipRectByRect:JH,createIcon:Cu,linePolygonIntersect:QH,lineLineIntersect:f2,setTooltipConfig:Uo,traverseElements:Bi,Group:at,Image:Me,Text:Mt,Circle:ri,Ellipse:rh,Sector:gr,Ring:Su,Polygon:er,Polyline:Ve,Rect:Et,Line:de,BezierCurve:bu,Arc:ih,IncrementalDisplayable:UH,CompoundPath:e2,LinearGradient:wu,RadialGradient:n2,BoundingRect:yt,OrientedBoundingRect:sh,Point:gt,Path:Dt}),vh={};function c2(r,t){for(var e=0;e<Ge.length;e++){var n=Ge[e],i=t[n],a=r.ensureState(n);a.style=a.style||{},a.style.text=i}var o=r.currentStates.slice();r.clearStates(!0),r.setStyle({text:t.normal}),r.useStates(o,!0)}function fg(r,t,e){var n=r.labelFetcher,i=r.labelDataIndex,a=r.labelDimIndex,o=t.normal,s;n&&(s=n.getFormattedLabel(i,"normal",null,a,o&&o.get("formatter"),e!=null?{interpolatedValue:e}:null)),s==null&&(s=ot(r.defaultText)?r.defaultText(i,r,e):r.defaultText);for(var u={normal:s},l=0;l<Ge.length;l++){var f=Ge[l],h=t[f];u[f]=dt(n?n.getFormattedLabel(i,f,null,a,h&&h.get("formatter")):null,s)}return u}function Ce(r,t,e,n){e=e||vh;for(var i=r instanceof Mt,a=!1,o=0;o<vu.length;o++){var s=t[vu[o]];if(s&&s.getShallow("show")){a=!0;break}}var u=i?r:r.getTextContent();if(a){i||(u||(u=new Mt,r.setTextContent(u)),r.stateProxy&&(u.stateProxy=r.stateProxy));var l=fg(e,t),f=t.normal,h=!!f.getShallow("show"),c=$t(f,n&&n.normal,e,!1,!i);c.text=l.normal,i||r.setTextConfig(ph(f,e,!1));for(var o=0;o<Ge.length;o++){var v=Ge[o],s=t[v];if(s){var p=u.ensureState(v),g=!!dt(s.getShallow("show"),h);if(g!==h&&(p.ignore=!g),p.style=$t(s,n&&n[v],e,!0,!i),p.style.text=l[v],!i){var d=r.ensureState(v);d.textConfig=ph(s,e,!0)}}}u.silent=!!f.getShallow("silent"),u.style.x!=null&&(c.x=u.style.x),u.style.y!=null&&(c.y=u.style.y),u.ignore=!h,u.useStyle(c),u.dirty(),e.enableTextSetter&&(Yo(u).setLabelText=function(y){var m=fg(e,t,y);c2(u,m)})}else u&&(u.ignore=!0);r.dirty()}function ge(r,t){t=t||"label";for(var e={normal:r.getModel(t)},n=0;n<Ge.length;n++){var i=Ge[n];e[i]=r.getModel([i,t])}return e}function $t(r,t,e,n,i){var a={};return eW(a,r,e,n,i),t&&H(a,t),a}function ph(r,t,e){t=t||{};var n={},i,a=r.getShallow("rotate"),o=dt(r.getShallow("distance"),e?null:5),s=r.getShallow("offset");return i=r.getShallow("position")||(e?null:"inside"),i==="outside"&&(i=t.defaultOutsidePosition||"top"),i!=null&&(n.position=i),s!=null&&(n.offset=s),a!=null&&(a*=Math.PI/180,n.rotation=a),o!=null&&(n.distance=o),n.outsideFill=r.get("color")==="inherit"?t.inheritColor||null:"auto",n}function eW(r,t,e,n,i){e=e||vh;var a=t.ecModel,o=a&&a.option.textStyle,s=rW(t),u;if(s){u={};for(var l in s)if(s.hasOwnProperty(l)){var f=t.getModel(["rich",l]);g2(u[l]={},f,o,e,n,i,!1,!0)}}u&&(r.rich=u);var h=t.get("overflow");h&&(r.overflow=h);var c=t.get("minMargin");c!=null&&(r.margin=c),g2(r,t,o,e,n,i,!0,!1)}function rW(r){for(var t;r&&r!==r.ecModel;){var e=(r.option||vh).rich;if(e){t=t||{};for(var n=Ot(e),i=0;i<n.length;i++){var a=n[i];t[a]=1}}r=r.parentModel}return t}var v2=["fontStyle","fontWeight","fontSize","fontFamily","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY"],p2=["align","lineHeight","width","height","tag","verticalAlign","ellipsis"],d2=["padding","borderWidth","borderRadius","borderDashOffset","backgroundColor","borderColor","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function g2(r,t,e,n,i,a,o,s){e=!i&&e||vh;var u=n&&n.inheritColor,l=t.getShallow("color"),f=t.getShallow("textBorderColor"),h=dt(t.getShallow("opacity"),e.opacity);(l==="inherit"||l==="auto")&&(u?l=u:l=null),(f==="inherit"||f==="auto")&&(u?f=u:f=null),a||(l=l||e.color,f=f||e.textBorderColor),l!=null&&(r.fill=l),f!=null&&(r.stroke=f);var c=dt(t.getShallow("textBorderWidth"),e.textBorderWidth);c!=null&&(r.lineWidth=c);var v=dt(t.getShallow("textBorderType"),e.textBorderType);v!=null&&(r.lineDash=v);var p=dt(t.getShallow("textBorderDashOffset"),e.textBorderDashOffset);p!=null&&(r.lineDashOffset=p),!i&&h==null&&!s&&(h=n&&n.defaultOpacity),h!=null&&(r.opacity=h),!i&&!a&&r.fill==null&&n.inheritColor&&(r.fill=n.inheritColor);for(var g=0;g<v2.length;g++){var d=v2[g],y=dt(t.getShallow(d),e[d]);y!=null&&(r[d]=y)}for(var g=0;g<p2.length;g++){var d=p2[g],y=t.getShallow(d);y!=null&&(r[d]=y)}if(r.verticalAlign==null){var m=t.getShallow("baseline");m!=null&&(r.verticalAlign=m)}if(!o||!n.disableBox){for(var g=0;g<d2.length;g++){var d=d2[g],y=t.getShallow(d);y!=null&&(r[d]=y)}var _=t.getShallow("borderType");_!=null&&(r.borderDash=_),(r.backgroundColor==="auto"||r.backgroundColor==="inherit")&&u&&(r.backgroundColor=u),(r.borderColor==="auto"||r.borderColor==="inherit")&&u&&(r.borderColor=u)}}function hg(r,t){var e=t&&t.getModel("textStyle");return Yr([r.fontStyle||e&&e.getShallow("fontStyle")||"",r.fontWeight||e&&e.getShallow("fontWeight")||"",(r.fontSize||e&&e.getShallow("fontSize")||12)+"px",r.fontFamily||e&&e.getShallow("fontFamily")||"sans-serif"].join(" "))}var Yo=Tt();function y2(r,t,e,n){if(!!r){var i=Yo(r);i.prevValue=i.value,i.value=e;var a=t.normal;i.valueAnimation=a.get("valueAnimation"),i.valueAnimation&&(i.precision=a.get("precision"),i.defaultInterpolatedText=n,i.statesModels=t)}}function m2(r,t,e,n,i){var a=Yo(r);if(!a.valueAnimation||a.prevValue===a.value)return;var o=a.defaultInterpolatedText,s=dt(a.interpolatedValue,a.prevValue),u=a.value;function l(f){var h=jw(e,a.precision,s,u,f);a.interpolatedValue=f===1?null:h;var c=fg({labelDataIndex:t,labelFetcher:i,defaultText:o?o(h):h+""},a.statesModels,h);c2(r,c)}r.percent=0,(a.prevValue==null?qt:It)(r,{percent:1},n,t,null,l)}var nW=["textStyle","color"],cg=["fontStyle","fontWeight","fontSize","fontFamily","padding","lineHeight","rich","width","height","overflow"],vg=new Mt,iW=function(){function r(){}return r.prototype.getTextColor=function(t){var e=this.ecModel;return this.getShallow("color")||(!t&&e?e.get(nW):null)},r.prototype.getFont=function(){return hg({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},r.prototype.getTextRect=function(t){for(var e={text:t,verticalAlign:this.getShallow("verticalAlign")||this.getShallow("baseline")},n=0;n<cg.length;n++)e[cg[n]]=this.getShallow(cg[n]);return vg.useStyle(e),vg.update(),vg.getBoundingRect()},r}(),_2=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],aW=ya(_2),oW=function(){function r(){}return r.prototype.getLineStyle=function(t){return aW(this,t)},r}(),S2=[["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","borderType"],["lineDashOffset","borderDashOffset"],["lineCap","borderCap"],["lineJoin","borderJoin"],["miterLimit","borderMiterLimit"]],sW=ya(S2),uW=function(){function r(){}return r.prototype.getItemStyle=function(t,e){return sW(this,t,e)},r}(),Rt=function(){function r(t,e,n){this.parentModel=e,this.ecModel=n,this.option=t}return r.prototype.init=function(t,e,n){},r.prototype.mergeOption=function(t,e){St(this.option,t,!0)},r.prototype.get=function(t,e){return t==null?this.option:this._doGet(this.parsePath(t),!e&&this.parentModel)},r.prototype.getShallow=function(t,e){var n=this.option,i=n==null?n:n[t];if(i==null&&!e){var a=this.parentModel;a&&(i=a.getShallow(t))}return i},r.prototype.getModel=function(t,e){var n=t!=null,i=n?this.parsePath(t):null,a=n?this._doGet(i):this.option;return e=e||this.parentModel&&this.parentModel.getModel(this.resolveParentPath(i)),new r(a,e,this.ecModel)},r.prototype.isEmpty=function(){return this.option==null},r.prototype.restoreData=function(){},r.prototype.clone=function(){var t=this.constructor;return new t(st(this.option))},r.prototype.parsePath=function(t){return typeof t=="string"?t.split("."):t},r.prototype.resolveParentPath=function(t){return t},r.prototype.isAnimationEnabled=function(){if(!_t.node&&this.option){if(this.option.animation!=null)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}},r.prototype._doGet=function(t,e){var n=this.option;if(!t)return n;for(var i=0;i<t.length&&!(!!t[i]&&(n=n&&typeof n=="object"?n[t[i]]:null,n==null));i++);return n==null&&e&&(n=e._doGet(this.resolveParentPath(t),e.parentModel)),n},r}();Ed(Rt),c$(Rt),se(Rt,oW),se(Rt,uW),se(Rt,y$),se(Rt,iW);var lW=Math.round(Math.random()*10);function Xo(r){return[r||"",lW++].join("_")}function fW(r){var t={};r.registerSubTypeDefaulter=function(e,n){var i=bn(e);t[i.main]=n},r.determineSubType=function(e,n){var i=n.type;if(!i){var a=bn(e).main;r.hasSubTypes(e)&&t[a]&&(i=t[a](n))}return i}}function hW(r,t){r.topologicalTravel=function(a,o,s,u){if(!a.length)return;var l=e(o),f=l.graph,h=l.noEntryList,c={};for(E(a,function(m){c[m]=!0});h.length;){var v=h.pop(),p=f[v],g=!!c[v];g&&(s.call(u,v,p.originalDeps.slice()),delete c[v]),E(p.successor,g?y:d)}E(c,function(){var m="";throw new Error(m)});function d(m){f[m].entryCount--,f[m].entryCount===0&&h.push(m)}function y(m){c[m]=!0,d(m)}};function e(a){var o={},s=[];return E(a,function(u){var l=n(o,u),f=l.originalDeps=t(u),h=i(f,a);l.entryCount=h.length,l.entryCount===0&&s.push(u),E(h,function(c){At(l.predecessor,c)<0&&l.predecessor.push(c);var v=n(o,c);At(v.successor,c)<0&&v.successor.push(u)})}),{graph:o,noEntryList:s}}function n(a,o){return a[o]||(a[o]={predecessor:[],successor:[]}),a[o]}function i(a,o){var s=[];return E(a,function(u){At(o,u)>=0&&s.push(u)}),s}}function Oi(r,t){return St(St({},r,!0),t,!0)}var cW={time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}},vW={time:{month:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"],monthAbbr:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],dayOfWeek:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"],dayOfWeekAbbr:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"]},legend:{selector:{all:"\u5168\u9009",inverse:"\u53CD\u9009"}},toolbox:{brush:{title:{rect:"\u77E9\u5F62\u9009\u62E9",polygon:"\u5708\u9009",lineX:"\u6A2A\u5411\u9009\u62E9",lineY:"\u7EB5\u5411\u9009\u62E9",keep:"\u4FDD\u6301\u9009\u62E9",clear:"\u6E05\u9664\u9009\u62E9"}},dataView:{title:"\u6570\u636E\u89C6\u56FE",lang:["\u6570\u636E\u89C6\u56FE","\u5173\u95ED","\u5237\u65B0"]},dataZoom:{title:{zoom:"\u533A\u57DF\u7F29\u653E",back:"\u533A\u57DF\u7F29\u653E\u8FD8\u539F"}},magicType:{title:{line:"\u5207\u6362\u4E3A\u6298\u7EBF\u56FE",bar:"\u5207\u6362\u4E3A\u67F1\u72B6\u56FE",stack:"\u5207\u6362\u4E3A\u5806\u53E0",tiled:"\u5207\u6362\u4E3A\u5E73\u94FA"}},restore:{title:"\u8FD8\u539F"},saveAsImage:{title:"\u4FDD\u5B58\u4E3A\u56FE\u7247",lang:["\u53F3\u952E\u53E6\u5B58\u4E3A\u56FE\u7247"]}},series:{typeNames:{pie:"\u997C\u56FE",bar:"\u67F1\u72B6\u56FE",line:"\u6298\u7EBF\u56FE",scatter:"\u6563\u70B9\u56FE",effectScatter:"\u6D9F\u6F2A\u6563\u70B9\u56FE",radar:"\u96F7\u8FBE\u56FE",tree:"\u6811\u56FE",treemap:"\u77E9\u5F62\u6811\u56FE",boxplot:"\u7BB1\u578B\u56FE",candlestick:"K\u7EBF\u56FE",k:"K\u7EBF\u56FE",heatmap:"\u70ED\u529B\u56FE",map:"\u5730\u56FE",parallel:"\u5E73\u884C\u5750\u6807\u56FE",lines:"\u7EBF\u56FE",graph:"\u5173\u7CFB\u56FE",sankey:"\u6851\u57FA\u56FE",funnel:"\u6F0F\u6597\u56FE",gauge:"\u4EEA\u8868\u76D8\u56FE",pictorialBar:"\u8C61\u5F62\u67F1\u56FE",themeRiver:"\u4E3B\u9898\u6CB3\u6D41\u56FE",sunburst:"\u65ED\u65E5\u56FE",custom:"\u81EA\u5B9A\u4E49\u56FE\u8868",chart:"\u56FE\u8868"}},aria:{general:{withTitle:"\u8FD9\u662F\u4E00\u4E2A\u5173\u4E8E\u201C{title}\u201D\u7684\u56FE\u8868\u3002",withoutTitle:"\u8FD9\u662F\u4E00\u4E2A\u56FE\u8868\uFF0C"},series:{single:{prefix:"",withName:"\u56FE\u8868\u7C7B\u578B\u662F{seriesType}\uFF0C\u8868\u793A{seriesName}\u3002",withoutName:"\u56FE\u8868\u7C7B\u578B\u662F{seriesType}\u3002"},multiple:{prefix:"\u5B83\u7531{seriesCount}\u4E2A\u56FE\u8868\u7CFB\u5217\u7EC4\u6210\u3002",withName:"\u7B2C{seriesId}\u4E2A\u7CFB\u5217\u662F\u4E00\u4E2A\u8868\u793A{seriesName}\u7684{seriesType}\uFF0C",withoutName:"\u7B2C{seriesId}\u4E2A\u7CFB\u5217\u662F\u4E00\u4E2A{seriesType}\uFF0C",separator:{middle:"\uFF1B",end:"\u3002"}}},data:{allData:"\u5176\u6570\u636E\u662F\u2014\u2014",partialData:"\u5176\u4E2D\uFF0C\u524D{displayCnt}\u9879\u662F\u2014\u2014",withName:"{name}\u7684\u6570\u636E\u662F{value}",withoutName:"{value}",separator:{middle:"\uFF0C",end:""}}}},dh="ZH",pg="EN",Zo=pg,gh={},dg={},b2=_t.domSupported?function(){var r=(document.documentElement.lang||navigator.language||navigator.browserLanguage||Zo).toUpperCase();return r.indexOf(dh)>-1?dh:Zo}():Zo;function w2(r,t){r=r.toUpperCase(),dg[r]=new Rt(t),gh[r]=t}function pW(r){if(J(r)){var t=gh[r.toUpperCase()]||{};return r===dh||r===pg?st(t):St(st(t),st(gh[Zo]),!1)}else return St(st(r),st(gh[Zo]),!1)}function gg(r){return dg[r]}function dW(){return dg[Zo]}w2(pg,cW),w2(dh,vW);var yg=1e3,mg=yg*60,Tu=mg*60,Fr=Tu*24,x2=Fr*365,Du={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},yh="{yyyy}-{MM}-{dd}",A2={year:"{yyyy}",month:"{yyyy}-{MM}",day:yh,hour:yh+" "+Du.hour,minute:yh+" "+Du.minute,second:yh+" "+Du.second,millisecond:Du.none},_g=["year","month","day","hour","minute","second","millisecond"],C2=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function ki(r,t){return r+="","0000".substr(0,t-r.length)+r}function qo(r){switch(r){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return r}}function gW(r){return r===qo(r)}function yW(r){switch(r){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function mh(r,t,e,n){var i=Kn(r),a=i[Sg(e)](),o=i[Ko(e)]()+1,s=Math.floor((o-1)/3)+1,u=i[_h(e)](),l=i["get"+(e?"UTC":"")+"Day"](),f=i[Eu(e)](),h=(f-1)%12+1,c=i[Sh(e)](),v=i[bh(e)](),p=i[wh(e)](),g=f>=12?"pm":"am",d=g.toUpperCase(),y=n instanceof Rt?n:gg(n||b2)||dW(),m=y.getModel("time"),_=m.get("month"),S=m.get("monthAbbr"),w=m.get("dayOfWeek"),b=m.get("dayOfWeekAbbr");return(t||"").replace(/{a}/g,g+"").replace(/{A}/g,d+"").replace(/{yyyy}/g,a+"").replace(/{yy}/g,ki(a%100+"",2)).replace(/{Q}/g,s+"").replace(/{MMMM}/g,_[o-1]).replace(/{MMM}/g,S[o-1]).replace(/{MM}/g,ki(o,2)).replace(/{M}/g,o+"").replace(/{dd}/g,ki(u,2)).replace(/{d}/g,u+"").replace(/{eeee}/g,w[l]).replace(/{ee}/g,b[l]).replace(/{e}/g,l+"").replace(/{HH}/g,ki(f,2)).replace(/{H}/g,f+"").replace(/{hh}/g,ki(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,ki(c,2)).replace(/{m}/g,c+"").replace(/{ss}/g,ki(v,2)).replace(/{s}/g,v+"").replace(/{SSS}/g,ki(p,3)).replace(/{S}/g,p+"")}function mW(r,t,e,n,i){var a=null;if(J(e))a=e;else if(ot(e))a=e(r.value,t,{level:r.level});else{var o=H({},Du);if(r.level>0)for(var s=0;s<_g.length;++s)o[_g[s]]="{primary|"+o[_g[s]]+"}";var u=e?e.inherit===!1?e:ft(e,o):o,l=T2(r.value,i);if(u[l])a=u[l];else if(u.inherit){for(var f=C2.indexOf(l),s=f-1;s>=0;--s)if(u[l]){a=u[l];break}a=a||o.none}if(Y(a)){var h=r.level==null?0:r.level>=0?r.level:a.length+r.level;h=Math.min(h,a.length-1),a=a[h]}}return mh(new Date(r.value),a,i,n)}function T2(r,t){var e=Kn(r),n=e[Ko(t)]()+1,i=e[_h(t)](),a=e[Eu(t)](),o=e[Sh(t)](),s=e[bh(t)](),u=e[wh(t)](),l=u===0,f=l&&s===0,h=f&&o===0,c=h&&a===0,v=c&&i===1,p=v&&n===1;return p?"year":v?"month":c?"day":h?"hour":f?"minute":l?"second":"millisecond"}function D2(r,t,e){var n=Bt(r)?Kn(r):r;switch(t=t||T2(r,e),t){case"year":return n[Sg(e)]();case"half-year":return n[Ko(e)]()>=6?1:0;case"quarter":return Math.floor((n[Ko(e)]()+1)/4);case"month":return n[Ko(e)]();case"day":return n[_h(e)]();case"half-day":return n[Eu(e)]()/24;case"hour":return n[Eu(e)]();case"minute":return n[Sh(e)]();case"second":return n[bh(e)]();case"millisecond":return n[wh(e)]()}}function Sg(r){return r?"getUTCFullYear":"getFullYear"}function Ko(r){return r?"getUTCMonth":"getMonth"}function _h(r){return r?"getUTCDate":"getDate"}function Eu(r){return r?"getUTCHours":"getHours"}function Sh(r){return r?"getUTCMinutes":"getMinutes"}function bh(r){return r?"getUTCSeconds":"getSeconds"}function wh(r){return r?"getUTCMilliseconds":"getMilliseconds"}function _W(r){return r?"setUTCFullYear":"setFullYear"}function E2(r){return r?"setUTCMonth":"setMonth"}function M2(r){return r?"setUTCDate":"setDate"}function L2(r){return r?"setUTCHours":"setHours"}function I2(r){return r?"setUTCMinutes":"setMinutes"}function P2(r){return r?"setUTCSeconds":"setSeconds"}function F2(r){return r?"setUTCMilliseconds":"setMilliseconds"}function R2(r){if(!Nw(r))return J(r)?r:"-";var t=(r+"").split(".");return t[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(t.length>1?"."+t[1]:"")}function B2(r,t){return r=(r||"").toLowerCase().replace(/-(.)/g,function(e,n){return n.toUpperCase()}),t&&r&&(r=r.charAt(0).toUpperCase()+r.slice(1)),r}var jo=Pp;function bg(r,t,e){var n="{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}";function i(f){return f&&Yr(f)?f:"-"}function a(f){return!!(f!=null&&!isNaN(f)&&isFinite(f))}var o=t==="time",s=r instanceof Date;if(o||s){var u=o?Kn(r):r;if(isNaN(+u)){if(s)return"-"}else return mh(u,n,e)}if(t==="ordinal")return Lp(r)?i(r):Bt(r)&&a(r)?r+"":"-";var l=iu(r);return a(l)?R2(l):Lp(r)?i(r):typeof r=="boolean"?r+"":"-"}var O2=["a","b","c","d","e","f","g"],wg=function(r,t){return"{"+r+(t==null?"":t)+"}"};function k2(r,t,e){Y(t)||(t=[t]);var n=t.length;if(!n)return"";for(var i=t[0].$vars||[],a=0;a<i.length;a++){var o=O2[a];r=r.replace(wg(o),wg(o,0))}for(var s=0;s<n;s++)for(var u=0;u<i.length;u++){var l=t[s][i[u]];r=r.replace(wg(O2[u],s),e?je(l):l)}return r}function SW(r,t,e){return E(t,function(n,i){r=r.replace("{"+i+"}",e?je(n):n)}),r}function bW(r,t){var e=J(r)?{color:r,extraCssText:t}:r||{},n=e.color,i=e.type;t=e.extraCssText;var a=e.renderMode||"html";if(!n)return"";if(a==="html")return i==="subItem"?'<span style="display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+je(n)+";"+(t||"")+'"></span>':'<span style="display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+je(n)+";"+(t||"")+'"></span>';var o=e.markerId||"markerX";return{renderMode:a,content:"{"+o+"|} ",style:i==="subItem"?{width:4,height:4,borderRadius:2,backgroundColor:n}:{width:10,height:10,borderRadius:5,backgroundColor:n}}}function Ba(r,t){return t=t||"transparent",J(r)?r:lt(r)&&r.colorStops&&(r.colorStops[0]||{}).color||t}function xh(r,t){if(t==="_blank"||t==="blank"){var e=window.open();e.opener=null,e.location.href=r}else window.open(r,t)}var Ah=E,N2=["left","right","top","bottom","width","height"],Oa=[["width","left","right"],["height","top","bottom"]];function xg(r,t,e,n,i){var a=0,o=0;n==null&&(n=1/0),i==null&&(i=1/0);var s=0;t.eachChild(function(u,l){var f=u.getBoundingRect(),h=t.childAt(l+1),c=h&&h.getBoundingRect(),v,p;if(r==="horizontal"){var g=f.width+(c?-c.x+f.x:0);v=a+g,v>n||u.newline?(a=0,v=g,o+=s+e,s=f.height):s=Math.max(s,f.height)}else{var d=f.height+(c?-c.y+f.y:0);p=o+d,p>i||u.newline?(a+=s+e,o=0,p=d,s=f.width):s=Math.max(s,f.width)}u.newline||(u.x=a,u.y=o,u.markRedraw(),r==="horizontal"?a=v+e:o=p+e)})}var ka=xg;pt(xg,"vertical"),pt(xg,"horizontal");function wW(r,t,e){var n=t.width,i=t.height,a=rt(r.left,n),o=rt(r.top,i),s=rt(r.right,n),u=rt(r.bottom,i);return(isNaN(a)||isNaN(parseFloat(r.left)))&&(a=0),(isNaN(s)||isNaN(parseFloat(r.right)))&&(s=n),(isNaN(o)||isNaN(parseFloat(r.top)))&&(o=0),(isNaN(u)||isNaN(parseFloat(r.bottom)))&&(u=i),e=jo(e||0),{width:Math.max(s-a-e[1]-e[3],0),height:Math.max(u-o-e[0]-e[2],0)}}function tn(r,t,e){e=jo(e||0);var n=t.width,i=t.height,a=rt(r.left,n),o=rt(r.top,i),s=rt(r.right,n),u=rt(r.bottom,i),l=rt(r.width,n),f=rt(r.height,i),h=e[2]+e[0],c=e[1]+e[3],v=r.aspect;switch(isNaN(l)&&(l=n-s-c-a),isNaN(f)&&(f=i-u-h-o),v!=null&&(isNaN(l)&&isNaN(f)&&(v>n/i?l=n*.8:f=i*.8),isNaN(l)&&(l=v*f),isNaN(f)&&(f=l/v)),isNaN(a)&&(a=n-s-l-c),isNaN(o)&&(o=i-u-f-h),r.left||r.right){case"center":a=n/2-l/2-e[3];break;case"right":a=n-l-c;break}switch(r.top||r.bottom){case"middle":case"center":o=i/2-f/2-e[0];break;case"bottom":o=i-f-h;break}a=a||0,o=o||0,isNaN(l)&&(l=n-c-a-(s||0)),isNaN(f)&&(f=i-h-o-(u||0));var p=new yt(a+e[3],o+e[0],l,f);return p.margin=e,p}function Ch(r,t,e,n,i,a){var o=!i||!i.hv||i.hv[0],s=!i||!i.hv||i.hv[1],u=i&&i.boundingMode||"all";if(a=a||r,a.x=r.x,a.y=r.y,!o&&!s)return!1;var l;if(u==="raw")l=r.type==="group"?new yt(0,0,+t.width||0,+t.height||0):r.getBoundingRect();else if(l=r.getBoundingRect(),r.needLocalTransform()){var f=r.getLocalTransform();l=l.clone(),l.applyTransform(f)}var h=tn(ft({width:l.width,height:l.height},t),e,n),c=o?h.x-l.x:0,v=s?h.y-l.y:0;return u==="raw"?(a.x=c,a.y=v):(a.x+=c,a.y+=v),a===r&&r.markRedraw(),!0}function xW(r,t){return r[Oa[t][0]]!=null||r[Oa[t][1]]!=null&&r[Oa[t][2]]!=null}function Th(r){var t=r.layoutMode||r.constructor.layoutMode;return lt(t)?t:t?{type:t}:null}function Na(r,t,e){var n=e&&e.ignoreSize;!Y(n)&&(n=[n,n]);var i=o(Oa[0],0),a=o(Oa[1],1);l(Oa[0],r,i),l(Oa[1],r,a);function o(f,h){var c={},v=0,p={},g=0,d=2;if(Ah(f,function(_){p[_]=r[_]}),Ah(f,function(_){s(t,_)&&(c[_]=p[_]=t[_]),u(c,_)&&v++,u(p,_)&&g++}),n[h])return u(t,f[1])?p[f[2]]=null:u(t,f[2])&&(p[f[1]]=null),p;if(g===d||!v)return p;if(v>=d)return c;for(var y=0;y<f.length;y++){var m=f[y];if(!s(c,m)&&s(r,m)){c[m]=r[m];break}}return c}function s(f,h){return f.hasOwnProperty(h)}function u(f,h){return f[h]!=null&&f[h]!=="auto"}function l(f,h,c){Ah(f,function(v){h[v]=c[v]})}}function Mu(r){return z2({},r)}function z2(r,t){return t&&r&&Ah(N2,function(e){t.hasOwnProperty(e)&&(r[e]=t[e])}),r}var AW=Tt(),wt=function(r){O(t,r);function t(e,n,i){var a=r.call(this,e,n,i)||this;return a.uid=Xo("ec_cpt_model"),a}return t.prototype.init=function(e,n,i){this.mergeDefaultAndTheme(e,i)},t.prototype.mergeDefaultAndTheme=function(e,n){var i=Th(this),a=i?Mu(e):{},o=n.getTheme();St(e,o.get(this.mainType)),St(e,this.getDefaultOption()),i&&Na(e,a,i)},t.prototype.mergeOption=function(e,n){St(this.option,e,!0);var i=Th(this);i&&Na(this.option,e,i)},t.prototype.optionUpdated=function(e,n){},t.prototype.getDefaultOption=function(){var e=this.constructor;if(!l$(e))return e.defaultOption;var n=AW(this);if(!n.defaultOption){for(var i=[],a=e;a;){var o=a.prototype.defaultOption;o&&i.push(o),a=a.superClass}for(var s={},u=i.length-1;u>=0;u--)s=St(s,i[u],!0);n.defaultOption=s}return n.defaultOption},t.prototype.getReferringComponents=function(e,n){var i=e+"Index",a=e+"Id";return uu(this.ecModel,e,{index:this.get(i,!0),id:this.get(a,!0)},n)},t.prototype.getBoxLayoutParams=function(){var e=this;return{left:e.get("left"),top:e.get("top"),right:e.get("right"),bottom:e.get("bottom"),width:e.get("width"),height:e.get("height")}},t.prototype.getZLevelKey=function(){return""},t.prototype.setZLevel=function(e){this.option.zlevel=e},t.protoInitialize=function(){var e=t.prototype;e.type="component",e.id="",e.name="",e.mainType="",e.subType="",e.componentIndex=0}(),t}(Rt);Qw(wt,Rt),Hf(wt),fW(wt),hW(wt,CW);function CW(r){var t=[];return E(wt.getClassesByMainType(r),function(e){t=t.concat(e.dependencies||e.prototype.dependencies||[])}),t=U(t,function(e){return bn(e).main}),r!=="dataset"&&At(t,"dataset")<=0&&t.unshift("dataset"),t}var G2="";typeof navigator!="undefined"&&(G2=navigator.platform||"");var Jo="rgba(0, 0, 0, 0.2)",TW={darkMode:"auto",colorBy:"series",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientColor:["#f6efa6","#d88273","#bf444c"],aria:{decal:{decals:[{color:Jo,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:Jo,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:Jo,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:Jo,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:Jo,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:Jo,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:G2.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,stateAnimation:{duration:300,easing:"cubicOut"},animation:"auto",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicInOut",animationEasingUpdate:"cubicInOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},V2=et(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),Rr="original",nr="arrayRows",en="objectRows",Dn="keyedColumns",Ni="typedArray",$2="unknown",En="column",Qo="row",Te={Must:1,Might:2,Not:3},H2=Tt();function DW(r){H2(r).datasetMap=et()}function W2(r,t,e){var n={},i=Cg(t);if(!i||!r)return n;var a=[],o=[],s=t.ecModel,u=H2(s).datasetMap,l=i.uid+"_"+e.seriesLayoutBy,f,h;r=r.slice(),E(r,function(g,d){var y=lt(g)?g:r[d]={name:g};y.type==="ordinal"&&f==null&&(f=d,h=p(y)),n[y.name]=[]});var c=u.get(l)||u.set(l,{categoryWayDim:h,valueWayDim:0});E(r,function(g,d){var y=g.name,m=p(g);if(f==null){var _=c.valueWayDim;v(n[y],_,m),v(o,_,m),c.valueWayDim+=m}else if(f===d)v(n[y],0,m),v(a,0,m);else{var _=c.categoryWayDim;v(n[y],_,m),v(o,_,m),c.categoryWayDim+=m}});function v(g,d,y){for(var m=0;m<y;m++)g.push(d+m)}function p(g){var d=g.dimsDef;return d?d.length:1}return a.length&&(n.itemName=a),o.length&&(n.seriesName=o),n}function Ag(r,t,e){var n={},i=Cg(r);if(!i)return n;var a=t.sourceFormat,o=t.dimensionsDefine,s;(a===en||a===Dn)&&E(o,function(f,h){(lt(f)?f.name:f)==="name"&&(s=h)});var u=function(){for(var f={},h={},c=[],v=0,p=Math.min(5,e);v<p;v++){var g=Y2(t.data,a,t.seriesLayoutBy,o,t.startIndex,v);c.push(g);var d=g===Te.Not;if(d&&f.v==null&&v!==s&&(f.v=v),(f.n==null||f.n===f.v||!d&&c[f.n]===Te.Not)&&(f.n=v),y(f)&&c[f.n]!==Te.Not)return f;d||(g===Te.Might&&h.v==null&&v!==s&&(h.v=v),(h.n==null||h.n===h.v)&&(h.n=v))}function y(m){return m.v!=null&&m.n!=null}return y(f)?f:y(h)?h:null}();if(u){n.value=[u.v];var l=s!=null?s:u.n;n.itemName=[l],n.seriesName=[l]}return n}function Cg(r){var t=r.get("data",!0);if(!t)return uu(r.ecModel,"dataset",{index:r.get("datasetIndex",!0),id:r.get("datasetId",!0)},Je).models[0]}function EW(r){return!r.get("transform",!0)&&!r.get("fromTransformResult",!0)?[]:uu(r.ecModel,"dataset",{index:r.get("fromDatasetIndex",!0),id:r.get("fromDatasetId",!0)},Je).models}function U2(r,t){return Y2(r.data,r.sourceFormat,r.seriesLayoutBy,r.dimensionsDefine,r.startIndex,t)}function Y2(r,t,e,n,i,a){var o,s=5;if(Ke(r))return Te.Not;var u,l;if(n){var f=n[a];lt(f)?(u=f.name,l=f.type):J(f)&&(u=f)}if(l!=null)return l==="ordinal"?Te.Must:Te.Not;if(t===nr){var h=r;if(e===Qo){for(var c=h[a],v=0;v<(c||[]).length&&v<s;v++)if((o=S(c[i+v]))!=null)return o}else for(var v=0;v<h.length&&v<s;v++){var p=h[i+v];if(p&&(o=S(p[a]))!=null)return o}}else if(t===en){var g=r;if(!u)return Te.Not;for(var v=0;v<g.length&&v<s;v++){var d=g[v];if(d&&(o=S(d[u]))!=null)return o}}else if(t===Dn){var y=r;if(!u)return Te.Not;var c=y[u];if(!c||Ke(c))return Te.Not;for(var v=0;v<c.length&&v<s;v++)if((o=S(c[v]))!=null)return o}else if(t===Rr)for(var m=r,v=0;v<m.length&&v<s;v++){var d=m[v],_=ko(d);if(!Y(_))return Te.Not;if((o=S(_[a]))!=null)return o}function S(w){var b=J(w);if(w!=null&&Number.isFinite(Number(w))&&w!=="")return b?Te.Might:Te.Not;if(b&&w!=="-")return Te.Must}return Te.Not}var Tg=et();function MW(r,t){cr(Tg.get(r)==null&&t),Tg.set(r,t)}function LW(r,t,e){var n=Tg.get(t);if(!n)return e;var i=n(r);return i?e.concat(i):e}var X2=Tt(),IW=Tt(),Dg=function(){function r(){}return r.prototype.getColorFromPalette=function(t,e,n){var i=re(this.get("color",!0)),a=this.get("colorLayer",!0);return Z2(this,X2,i,a,t,e,n)},r.prototype.clearColorPalette=function(){RW(this,X2)},r}();function PW(r,t,e,n){var i=re(r.get(["aria","decal","decals"]));return Z2(r,IW,i,null,t,e,n)}function FW(r,t){for(var e=r.length,n=0;n<e;n++)if(r[n].length>t)return r[n];return r[e-1]}function Z2(r,t,e,n,i,a,o){a=a||r;var s=t(a),u=s.paletteIdx||0,l=s.paletteNameMap=s.paletteNameMap||{};if(l.hasOwnProperty(i))return l[i];var f=o==null||!n?e:FW(n,o);if(f=f||e,!(!f||!f.length)){var h=f[u];return i&&(l[i]=h),s.paletteIdx=(u+1)%f.length,h}}function RW(r,t){t(r).paletteIdx=0,t(r).paletteNameMap={}}var Dh,Lu,q2,K2="\0_ec_inner",BW=1,Eg=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.init=function(e,n,i,a,o,s){a=a||{},this.option=null,this._theme=new Rt(a),this._locale=new Rt(o),this._optionManager=s},t.prototype.setOption=function(e,n,i){var a=Q2(n);this._optionManager.setOption(e,i,a),this._resetOption(null,a)},t.prototype.resetOption=function(e,n){return this._resetOption(e,Q2(n))},t.prototype._resetOption=function(e,n){var i=!1,a=this._optionManager;if(!e||e==="recreate"){var o=a.mountOption(e==="recreate");!this.option||e==="recreate"?q2(this,o):(this.restoreData(),this._mergeOption(o,n)),i=!0}if((e==="timeline"||e==="media")&&this.restoreData(),!e||e==="recreate"||e==="timeline"){var s=a.getTimelineOption(this);s&&(i=!0,this._mergeOption(s,n))}if(!e||e==="recreate"||e==="media"){var u=a.getMediaOption(this);u.length&&E(u,function(l){i=!0,this._mergeOption(l,n)},this)}return i},t.prototype.mergeOption=function(e){this._mergeOption(e,null)},t.prototype._mergeOption=function(e,n){var i=this.option,a=this._componentsMap,o=this._componentsCount,s=[],u=et(),l=n&&n.replaceMergeMainTypeMap;DW(this),E(e,function(h,c){h!=null&&(wt.hasClass(c)?c&&(s.push(c),u.set(c,!0)):i[c]=i[c]==null?st(h):St(i[c],h,!0))}),l&&l.each(function(h,c){wt.hasClass(c)&&!u.get(c)&&(s.push(c),u.set(c,!0))}),wt.topologicalTravel(s,wt.getAllClassMainTypes(),f,this);function f(h){var c=LW(this,h,re(e[h])),v=a.get(h),p=v?l&&l.get(h)?"replaceMerge":"normalMerge":"replaceAll",g=Xw(v,c,p);t$(g,h,wt),i[h]=null,a.set(h,null),o.set(h,0);var d=[],y=[],m=0,_;E(g,function(S,w){var b=S.existing,x=S.newOption;if(!x)b&&(b.mergeOption({},this),b.optionUpdated({},!1));else{var A=h==="series",D=wt.getClass(h,S.keyInfo.subType,!A);if(!D)return;if(h==="tooltip"){if(_)return;_=!0}if(b&&b.constructor===D)b.name=S.keyInfo.name,b.mergeOption(x,this),b.optionUpdated(x,!1);else{var C=H({componentIndex:w},S.keyInfo);b=new D(x,this,this,C),H(b,C),S.brandNew&&(b.__requireNewView=!0),b.init(x,this,this),b.optionUpdated(null,!0)}}b?(d.push(b.option),y.push(b),m++):(d.push(void 0),y.push(void 0))},this),i[h]=d,a.set(h,y),o.set(h,m),h==="series"&&Dh(this)}this._seriesIndices||Dh(this)},t.prototype.getOption=function(){var e=st(this.option);return E(e,function(n,i){if(wt.hasClass(i)){for(var a=re(n),o=a.length,s=!1,u=o-1;u>=0;u--)a[u]&&!ou(a[u])?s=!0:(a[u]=null,!s&&o--);a.length=o,e[i]=a}}),delete e[K2],e},t.prototype.getTheme=function(){return this._theme},t.prototype.getLocaleModel=function(){return this._locale},t.prototype.setUpdatePayload=function(e){this._payload=e},t.prototype.getUpdatePayload=function(){return this._payload},t.prototype.getComponent=function(e,n){var i=this._componentsMap.get(e);if(i){var a=i[n||0];if(a)return a;if(n==null){for(var o=0;o<i.length;o++)if(i[o])return i[o]}}},t.prototype.queryComponents=function(e){var n=e.mainType;if(!n)return[];var i=e.index,a=e.id,o=e.name,s=this._componentsMap.get(n);if(!s||!s.length)return[];var u;return i!=null?(u=[],E(re(i),function(l){s[l]&&u.push(s[l])})):a!=null?u=j2("id",a,s):o!=null?u=j2("name",o,s):u=Xt(s,function(l){return!!l}),J2(u,e)},t.prototype.findComponents=function(e){var n=e.query,i=e.mainType,a=s(n),o=a?this.queryComponents(a):Xt(this._componentsMap.get(i),function(l){return!!l});return u(J2(o,e));function s(l){var f=i+"Index",h=i+"Id",c=i+"Name";return l&&(l[f]!=null||l[h]!=null||l[c]!=null)?{mainType:i,index:l[f],id:l[h],name:l[c]}:null}function u(l){return e.filter?Xt(l,e.filter):l}},t.prototype.eachComponent=function(e,n,i){var a=this._componentsMap;if(ot(e)){var o=n,s=e;a.each(function(h,c){for(var v=0;h&&v<h.length;v++){var p=h[v];p&&s.call(o,c,p,p.componentIndex)}})}else for(var u=J(e)?a.get(e):lt(e)?this.findComponents(e):null,l=0;u&&l<u.length;l++){var f=u[l];f&&n.call(i,f,f.componentIndex)}},t.prototype.getSeriesByName=function(e){var n=he(e,null);return Xt(this._componentsMap.get("series"),function(i){return!!i&&n!=null&&i.name===n})},t.prototype.getSeriesByIndex=function(e){return this._componentsMap.get("series")[e]},t.prototype.getSeriesByType=function(e){return Xt(this._componentsMap.get("series"),function(n){return!!n&&n.subType===e})},t.prototype.getSeries=function(){return Xt(this._componentsMap.get("series"),function(e){return!!e})},t.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},t.prototype.eachSeries=function(e,n){Lu(this),E(this._seriesIndices,function(i){var a=this._componentsMap.get("series")[i];e.call(n,a,i)},this)},t.prototype.eachRawSeries=function(e,n){E(this._componentsMap.get("series"),function(i){i&&e.call(n,i,i.componentIndex)})},t.prototype.eachSeriesByType=function(e,n,i){Lu(this),E(this._seriesIndices,function(a){var o=this._componentsMap.get("series")[a];o.subType===e&&n.call(i,o,a)},this)},t.prototype.eachRawSeriesByType=function(e,n,i){return E(this.getSeriesByType(e),n,i)},t.prototype.isSeriesFiltered=function(e){return Lu(this),this._seriesIndicesMap.get(e.componentIndex)==null},t.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},t.prototype.filterSeries=function(e,n){Lu(this);var i=[];E(this._seriesIndices,function(a){var o=this._componentsMap.get("series")[a];e.call(n,o,a)&&i.push(a)},this),this._seriesIndices=i,this._seriesIndicesMap=et(i)},t.prototype.restoreData=function(e){Dh(this);var n=this._componentsMap,i=[];n.each(function(a,o){wt.hasClass(o)&&i.push(o)}),wt.topologicalTravel(i,wt.getAllClassMainTypes(),function(a){E(n.get(a),function(o){o&&(a!=="series"||!OW(o,e))&&o.restoreData()})})},t.internalField=function(){Dh=function(e){var n=e._seriesIndices=[];E(e._componentsMap.get("series"),function(i){i&&n.push(i.componentIndex)}),e._seriesIndicesMap=et(n)},Lu=function(e){},q2=function(e,n){e.option={},e.option[K2]=BW,e._componentsMap=et({series:[]}),e._componentsCount=et();var i=n.aria;lt(i)&&i.enabled==null&&(i.enabled=!0),kW(n,e._theme.option),St(n,TW,!1),e._mergeOption(n,null)}}(),t}(Rt);function OW(r,t){if(t){var e=t.seriesIndex,n=t.seriesId,i=t.seriesName;return e!=null&&r.componentIndex!==e||n!=null&&r.id!==n||i!=null&&r.name!==i}}function kW(r,t){var e=r.color&&!r.colorLayer;E(t,function(n,i){i==="colorLayer"&&e||wt.hasClass(i)||(typeof n=="object"?r[i]=r[i]?St(r[i],n,!1):st(n):r[i]==null&&(r[i]=n))})}function j2(r,t,e){if(Y(t)){var n=et();return E(t,function(a){if(a!=null){var o=he(a,null);o!=null&&n.set(a,!0)}}),Xt(e,function(a){return a&&n.get(a[r])})}else{var i=he(t,null);return Xt(e,function(a){return a&&i!=null&&a[r]===i})}}function J2(r,t){return t.hasOwnProperty("subType")?Xt(r,function(e){return e&&e.subType===t.subType}):r}function Q2(r){var t=et();return r&&E(re(r.replaceMerge),function(e){t.set(e,!0)}),{replaceMergeMainTypeMap:t}}se(Eg,Dg);var NW=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],tA=function(){function r(t){E(NW,function(e){this[e]=Z(t[e],t)},this)}return r}(),Mg={},Iu=function(){function r(){this._coordinateSystems=[]}return r.prototype.create=function(t,e){var n=[];E(Mg,function(i,a){var o=i.create(t,e);n=n.concat(o||[])}),this._coordinateSystems=n},r.prototype.update=function(t,e){E(this._coordinateSystems,function(n){n.update&&n.update(t,e)})},r.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},r.register=function(t,e){Mg[t]=e},r.get=function(t){return Mg[t]},r}(),zW=/^(min|max)?(.+)$/,GW=function(){function r(t){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=t}return r.prototype.setOption=function(t,e,n){t&&(E(re(t.series),function(o){o&&o.data&&Ke(o.data)&&mf(o.data)}),E(re(t.dataset),function(o){o&&o.source&&Ke(o.source)&&mf(o.source)})),t=st(t);var i=this._optionBackup,a=VW(t,e,!i);this._newBaseOption=a.baseOption,i?(a.timelineOptions.length&&(i.timelineOptions=a.timelineOptions),a.mediaList.length&&(i.mediaList=a.mediaList),a.mediaDefault&&(i.mediaDefault=a.mediaDefault)):this._optionBackup=a},r.prototype.mountOption=function(t){var e=this._optionBackup;return this._timelineOptions=e.timelineOptions,this._mediaList=e.mediaList,this._mediaDefault=e.mediaDefault,this._currentMediaIndices=[],st(t?e.baseOption:this._newBaseOption)},r.prototype.getTimelineOption=function(t){var e,n=this._timelineOptions;if(n.length){var i=t.getComponent("timeline");i&&(e=st(n[i.getCurrentIndex()]))}return e},r.prototype.getMediaOption=function(t){var e=this._api.getWidth(),n=this._api.getHeight(),i=this._mediaList,a=this._mediaDefault,o=[],s=[];if(!i.length&&!a)return s;for(var u=0,l=i.length;u<l;u++)$W(i[u].query,e,n)&&o.push(u);return!o.length&&a&&(o=[-1]),o.length&&!WW(o,this._currentMediaIndices)&&(s=U(o,function(f){return st(f===-1?a.option:i[f].option)})),this._currentMediaIndices=o,s},r}();function VW(r,t,e){var n=[],i,a,o=r.baseOption,s=r.timeline,u=r.options,l=r.media,f=!!r.media,h=!!(u||s||o&&o.timeline);o?(a=o,a.timeline||(a.timeline=s)):((h||f)&&(r.options=r.media=null),a=r),f&&Y(l)&&E(l,function(v){v&&v.option&&(v.query?n.push(v):i||(i=v))}),c(a),E(u,function(v){return c(v)}),E(n,function(v){return c(v.option)});function c(v){E(t,function(p){p(v,e)})}return{baseOption:a,timelineOptions:u||[],mediaDefault:i,mediaList:n}}function $W(r,t,e){var n={width:t,height:e,aspectratio:t/e},i=!0;return E(r,function(a,o){var s=o.match(zW);if(!(!s||!s[1]||!s[2])){var u=s[1],l=s[2].toLowerCase();HW(n[l],a,u)||(i=!1)}}),i}function HW(r,t,e){return e==="min"?r>=t:e==="max"?r<=t:r===t}function WW(r,t){return r.join(",")===t.join(",")}var rn=E,Pu=lt,eA=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function Lg(r){var t=r&&r.itemStyle;if(!!t)for(var e=0,n=eA.length;e<n;e++){var i=eA[e],a=t.normal,o=t.emphasis;a&&a[i]&&(r[i]=r[i]||{},r[i].normal?St(r[i].normal,a[i]):r[i].normal=a[i],a[i]=null),o&&o[i]&&(r[i]=r[i]||{},r[i].emphasis?St(r[i].emphasis,o[i]):r[i].emphasis=o[i],o[i]=null)}}function Ie(r,t,e){if(r&&r[t]&&(r[t].normal||r[t].emphasis)){var n=r[t].normal,i=r[t].emphasis;n&&(e?(r[t].normal=r[t].emphasis=null,ft(r[t],n)):r[t]=n),i&&(r.emphasis=r.emphasis||{},r.emphasis[t]=i,i.focus&&(r.emphasis.focus=i.focus),i.blurScope&&(r.emphasis.blurScope=i.blurScope))}}function Fu(r){Ie(r,"itemStyle"),Ie(r,"lineStyle"),Ie(r,"areaStyle"),Ie(r,"label"),Ie(r,"labelLine"),Ie(r,"upperLabel"),Ie(r,"edgeLabel")}function ue(r,t){var e=Pu(r)&&r[t],n=Pu(e)&&e.textStyle;if(n)for(var i=0,a=Yw.length;i<a;i++){var o=Yw[i];n.hasOwnProperty(o)&&(e[o]=n[o])}}function Br(r){r&&(Fu(r),ue(r,"label"),r.emphasis&&ue(r.emphasis,"label"))}function UW(r){if(!!Pu(r)){Lg(r),Fu(r),ue(r,"label"),ue(r,"upperLabel"),ue(r,"edgeLabel"),r.emphasis&&(ue(r.emphasis,"label"),ue(r.emphasis,"upperLabel"),ue(r.emphasis,"edgeLabel"));var t=r.markPoint;t&&(Lg(t),Br(t));var e=r.markLine;e&&(Lg(e),Br(e));var n=r.markArea;n&&Br(n);var i=r.data;if(r.type==="graph"){i=i||r.nodes;var a=r.links||r.edges;if(a&&!Ke(a))for(var o=0;o<a.length;o++)Br(a[o]);E(r.categories,function(l){Fu(l)})}if(i&&!Ke(i))for(var o=0;o<i.length;o++)Br(i[o]);if(t=r.markPoint,t&&t.data)for(var s=t.data,o=0;o<s.length;o++)Br(s[o]);if(e=r.markLine,e&&e.data)for(var u=e.data,o=0;o<u.length;o++)Y(u[o])?(Br(u[o][0]),Br(u[o][1])):Br(u[o]);r.type==="gauge"?(ue(r,"axisLabel"),ue(r,"title"),ue(r,"detail")):r.type==="treemap"?(Ie(r.breadcrumb,"itemStyle"),E(r.levels,function(l){Fu(l)})):r.type==="tree"&&Fu(r.leaves)}}function ni(r){return Y(r)?r:r?[r]:[]}function rA(r){return(Y(r)?r[0]:r)||{}}function YW(r,t){rn(ni(r.series),function(n){Pu(n)&&UW(n)});var e=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"];t&&e.push("valueAxis","categoryAxis","logAxis","timeAxis"),rn(e,function(n){rn(ni(r[n]),function(i){i&&(ue(i,"axisLabel"),ue(i.axisPointer,"label"))})}),rn(ni(r.parallel),function(n){var i=n&&n.parallelAxisDefault;ue(i,"axisLabel"),ue(i&&i.axisPointer,"label")}),rn(ni(r.calendar),function(n){Ie(n,"itemStyle"),ue(n,"dayLabel"),ue(n,"monthLabel"),ue(n,"yearLabel")}),rn(ni(r.radar),function(n){ue(n,"name"),n.name&&n.axisName==null&&(n.axisName=n.name,delete n.name),n.nameGap!=null&&n.axisNameGap==null&&(n.axisNameGap=n.nameGap,delete n.nameGap)}),rn(ni(r.geo),function(n){Pu(n)&&(Br(n),rn(ni(n.regions),function(i){Br(i)}))}),rn(ni(r.timeline),function(n){Br(n),Ie(n,"label"),Ie(n,"itemStyle"),Ie(n,"controlStyle",!0);var i=n.data;Y(i)&&E(i,function(a){lt(a)&&(Ie(a,"label"),Ie(a,"itemStyle"))})}),rn(ni(r.toolbox),function(n){Ie(n,"iconStyle"),rn(n.feature,function(i){Ie(i,"iconStyle")})}),ue(rA(r.axisPointer),"label"),ue(rA(r.tooltip).axisPointer,"label")}function XW(r,t){for(var e=t.split(","),n=r,i=0;i<e.length&&(n=n&&n[e[i]],n!=null);i++);return n}function ZW(r,t,e,n){for(var i=t.split(","),a=r,o,s=0;s<i.length-1;s++)o=i[s],a[o]==null&&(a[o]={}),a=a[o];(n||a[i[s]]==null)&&(a[i[s]]=e)}function nA(r){r&&E(qW,function(t){t[0]in r&&!(t[1]in r)&&(r[t[1]]=r[t[0]])})}var qW=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],KW=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],Ig=[["borderRadius","barBorderRadius"],["borderColor","barBorderColor"],["borderWidth","barBorderWidth"]];function Ru(r){var t=r&&r.itemStyle;if(t)for(var e=0;e<Ig.length;e++){var n=Ig[e][1],i=Ig[e][0];t[n]!=null&&(t[i]=t[n])}}function iA(r){!r||r.alignTo==="edge"&&r.margin!=null&&r.edgeDistance==null&&(r.edgeDistance=r.margin)}function aA(r){!r||r.downplay&&!r.blur&&(r.blur=r.downplay)}function jW(r){!r||r.focusNodeAdjacency!=null&&(r.emphasis=r.emphasis||{},r.emphasis.focus==null&&(r.emphasis.focus="adjacency"))}function oA(r,t){if(r)for(var e=0;e<r.length;e++)t(r[e]),r[e]&&oA(r[e].children,t)}function sA(r,t){YW(r,t),r.series=re(r.series),E(r.series,function(e){if(!!lt(e)){var n=e.type;if(n==="line")e.clipOverflow!=null&&(e.clip=e.clipOverflow);else if(n==="pie"||n==="gauge"){e.clockWise!=null&&(e.clockwise=e.clockWise),iA(e.label);var i=e.data;if(i&&!Ke(i))for(var a=0;a<i.length;a++)iA(i[a]);e.hoverOffset!=null&&(e.emphasis=e.emphasis||{},(e.emphasis.scaleSize=null)&&(e.emphasis.scaleSize=e.hoverOffset))}else if(n==="gauge"){var o=XW(e,"pointer.color");o!=null&&ZW(e,"itemStyle.color",o)}else if(n==="bar"){Ru(e),Ru(e.backgroundStyle),Ru(e.emphasis);var i=e.data;if(i&&!Ke(i))for(var a=0;a<i.length;a++)typeof i[a]=="object"&&(Ru(i[a]),Ru(i[a]&&i[a].emphasis))}else if(n==="sunburst"){var s=e.highlightPolicy;s&&(e.emphasis=e.emphasis||{},e.emphasis.focus||(e.emphasis.focus=s)),aA(e),oA(e.data,aA)}else n==="graph"||n==="sankey"?jW(e):n==="map"&&(e.mapType&&!e.map&&(e.map=e.mapType),e.mapLocation&&ft(e,e.mapLocation));e.hoverAnimation!=null&&(e.emphasis=e.emphasis||{},e.emphasis&&e.emphasis.scale==null&&(e.emphasis.scale=e.hoverAnimation)),nA(e)}}),r.dataRange&&(r.visualMap=r.dataRange),E(KW,function(e){var n=r[e];n&&(Y(n)||(n=[n]),E(n,function(i){nA(i)}))})}function JW(r){var t=et();r.eachSeries(function(e){var n=e.get("stack");if(n){var i=t.get(n)||t.set(n,[]),a=e.getData(),o={stackResultDimension:a.getCalculationInfo("stackResultDimension"),stackedOverDimension:a.getCalculationInfo("stackedOverDimension"),stackedDimension:a.getCalculationInfo("stackedDimension"),stackedByDimension:a.getCalculationInfo("stackedByDimension"),isStackedByIndex:a.getCalculationInfo("isStackedByIndex"),data:a,seriesModel:e};if(!o.stackedDimension||!(o.isStackedByIndex||o.stackedByDimension))return;i.length&&a.setCalculationInfo("stackedOnSeries",i[i.length-1].seriesModel),i.push(o)}}),t.each(QW)}function QW(r){E(r,function(t,e){var n=[],i=[NaN,NaN],a=[t.stackResultDimension,t.stackedOverDimension],o=t.data,s=t.isStackedByIndex,u=t.seriesModel.get("stackStrategy")||"samesign";o.modify(a,function(l,f,h){var c=o.get(t.stackedDimension,h);if(isNaN(c))return i;var v,p;s?p=o.getRawIndex(h):v=o.get(t.stackedByDimension,h);for(var g=NaN,d=e-1;d>=0;d--){var y=r[d];if(s||(p=y.data.rawIndexOf(y.stackedByDimension,v)),p>=0){var m=y.data.getByRawIndex(y.stackResultDimension,p);if(u==="all"||u==="positive"&&m>0||u==="negative"&&m<0||u==="samesign"&&c>=0&&m>0||u==="samesign"&&c<=0&&m<0){c=GV(c,m),g=m;break}}}return n[0]=c,n[1]=g,n})})}var Eh=function(){function r(t){this.data=t.data||(t.sourceFormat===Dn?{}:[]),this.sourceFormat=t.sourceFormat||$2,this.seriesLayoutBy=t.seriesLayoutBy||En,this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var e=this.dimensionsDefine=t.dimensionsDefine;if(e)for(var n=0;n<e.length;n++){var i=e[n];i.type==null&&U2(this,n)===Te.Must&&(i.type="ordinal")}}return r}();function Pg(r){return r instanceof Eh}function Fg(r,t,e){e=e||uA(r);var n=t.seriesLayoutBy,i=eU(r,e,n,t.sourceHeader,t.dimensions),a=new Eh({data:r,sourceFormat:e,seriesLayoutBy:n,dimensionsDefine:i.dimensionsDefine,startIndex:i.startIndex,dimensionsDetectedCount:i.dimensionsDetectedCount,metaRawOption:st(t)});return a}function Rg(r){return new Eh({data:r,sourceFormat:Ke(r)?Ni:Rr})}function tU(r){return new Eh({data:r.data,sourceFormat:r.sourceFormat,seriesLayoutBy:r.seriesLayoutBy,dimensionsDefine:st(r.dimensionsDefine),startIndex:r.startIndex,dimensionsDetectedCount:r.dimensionsDetectedCount})}function uA(r){var t=$2;if(Ke(r))t=Ni;else if(Y(r)){r.length===0&&(t=nr);for(var e=0,n=r.length;e<n;e++){var i=r[e];if(i!=null){if(Y(i)||Ke(i)){t=nr;break}else if(lt(i)){t=en;break}}}}else if(lt(r)){for(var a in r)if(j(r,a)&&ke(r[a])){t=Dn;break}}return t}function eU(r,t,e,n,i){var a,o;if(!r)return{dimensionsDefine:lA(i),startIndex:o,dimensionsDetectedCount:a};if(t===nr){var s=r;n==="auto"||n==null?fA(function(l){l!=null&&l!=="-"&&(J(l)?o==null&&(o=1):o=0)},e,s,10):o=Bt(n)?n:n?1:0,!i&&o===1&&(i=[],fA(function(l,f){i[f]=l!=null?l+"":""},e,s,1/0)),a=i?i.length:e===Qo?s.length:s[0]?s[0].length:null}else if(t===en)i||(i=rU(r));else if(t===Dn)i||(i=[],E(r,function(l,f){i.push(f)}));else if(t===Rr){var u=ko(r[0]);a=Y(u)&&u.length||1}return{startIndex:o,dimensionsDefine:lA(i),dimensionsDetectedCount:a}}function rU(r){for(var t=0,e;t<r.length&&!(e=r[t++]););if(e)return Ot(e)}function lA(r){if(!!r){var t=et();return U(r,function(e,n){e=lt(e)?e:{name:e};var i={name:e.name,displayName:e.displayName,type:e.type};if(i.name==null)return i;i.name+="",i.displayName==null&&(i.displayName=i.name);var a=t.get(i.name);return a?i.name+="-"+a.count++:t.set(i.name,{count:1}),i})}}function fA(r,t,e,n){if(t===Qo)for(var i=0;i<e.length&&i<n;i++)r(e[i]?e[i][0]:null,i);else for(var a=e[0]||[],i=0;i<a.length&&i<n;i++)r(a[i],i)}function hA(r){var t=r.sourceFormat;return t===en||t===Dn}var za,Ga,Va,cA,vA,pA=function(){function r(t,e){var n=Pg(t)?t:Rg(t);this._source=n;var i=this._data=n.data;n.sourceFormat===Ni&&(this._offset=0,this._dimSize=e,this._data=i),vA(this,i,n)}return r.prototype.getSource=function(){return this._source},r.prototype.count=function(){return 0},r.prototype.getItem=function(t,e){},r.prototype.appendData=function(t){},r.prototype.clean=function(){},r.protoInitialize=function(){var t=r.prototype;t.pure=!1,t.persistent=!0}(),r.internalField=function(){var t;vA=function(o,s,u){var l=u.sourceFormat,f=u.seriesLayoutBy,h=u.startIndex,c=u.dimensionsDefine,v=cA[Og(l,f)];if(H(o,v),l===Ni)o.getItem=e,o.count=i,o.fillStorage=n;else{var p=gA(l,f);o.getItem=Z(p,null,s,h,c);var g=mA(l,f);o.count=Z(g,null,s,h,c)}};var e=function(o,s){o=o-this._offset,s=s||[];for(var u=this._data,l=this._dimSize,f=l*o,h=0;h<l;h++)s[h]=u[f+h];return s},n=function(o,s,u,l){for(var f=this._data,h=this._dimSize,c=0;c<h;c++){for(var v=l[c],p=v[0]==null?1/0:v[0],g=v[1]==null?-1/0:v[1],d=s-o,y=u[c],m=0;m<d;m++){var _=f[m*h+c];y[o+m]=_,_<p&&(p=_),_>g&&(g=_)}v[0]=p,v[1]=g}},i=function(){return this._data?this._data.length/this._dimSize:0};cA=(t={},t[nr+"_"+En]={pure:!0,appendData:a},t[nr+"_"+Qo]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},t[en]={pure:!0,appendData:a},t[Dn]={pure:!0,appendData:function(o){var s=this._data;E(o,function(u,l){for(var f=s[l]||(s[l]=[]),h=0;h<(u||[]).length;h++)f.push(u[h])})}},t[Rr]={appendData:a},t[Ni]={persistent:!1,pure:!0,appendData:function(o){this._data=o},clean:function(){this._offset+=this.count(),this._data=null}},t);function a(o){for(var s=0;s<o.length;s++)this._data.push(o[s])}}(),r}(),dA=function(r,t,e,n){return r[n]},nU=(za={},za[nr+"_"+En]=function(r,t,e,n){return r[n+t]},za[nr+"_"+Qo]=function(r,t,e,n,i){n+=t;for(var a=i||[],o=r,s=0;s<o.length;s++){var u=o[s];a[s]=u?u[n]:null}return a},za[en]=dA,za[Dn]=function(r,t,e,n,i){for(var a=i||[],o=0;o<e.length;o++){var s=e[o].name,u=r[s];a[o]=u?u[n]:null}return a},za[Rr]=dA,za);function gA(r,t){var e=nU[Og(r,t)];return e}var yA=function(r,t,e){return r.length},iU=(Ga={},Ga[nr+"_"+En]=function(r,t,e){return Math.max(0,r.length-t)},Ga[nr+"_"+Qo]=function(r,t,e){var n=r[0];return n?Math.max(0,n.length-t):0},Ga[en]=yA,Ga[Dn]=function(r,t,e){var n=e[0].name,i=r[n];return i?i.length:0},Ga[Rr]=yA,Ga);function mA(r,t){var e=iU[Og(r,t)];return e}var Bg=function(r,t,e){return r[t]},aU=(Va={},Va[nr]=Bg,Va[en]=function(r,t,e){return r[e]},Va[Dn]=Bg,Va[Rr]=function(r,t,e){var n=ko(r);return n instanceof Array?n[t]:n},Va[Ni]=Bg,Va);function _A(r){var t=aU[r];return t}function Og(r,t){return r===nr?r+"_"+t:r}function ts(r,t,e){if(!!r){var n=r.getRawDataItem(t);if(n!=null){var i=r.getStore(),a=i.getSource().sourceFormat;if(e!=null){var o=r.getDimensionIndex(e),s=i.getDimensionProperty(o);return _A(a)(n,o,s)}else{var u=n;return a===Rr&&(u=ko(n)),u}}}}var oU=/\{@(.+?)\}/g,Mh=function(){function r(){}return r.prototype.getDataParams=function(t,e){var n=this.getData(e),i=this.getRawValue(t,e),a=n.getRawIndex(t),o=n.getName(t),s=n.getRawDataItem(t),u=n.getItemVisual(t,"style"),l=u&&u[n.getItemVisual(t,"drawType")||"fill"],f=u&&u.stroke,h=this.mainType,c=h==="series",v=n.userOutput&&n.userOutput.get();return{componentType:h,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:c?this.subType:null,seriesIndex:this.seriesIndex,seriesId:c?this.id:null,seriesName:c?this.name:null,name:o,dataIndex:a,data:s,dataType:e,value:i,color:l,borderColor:f,dimensionNames:v?v.fullDimensions:null,encode:v?v.encode:null,$vars:["seriesName","name","value"]}},r.prototype.getFormattedLabel=function(t,e,n,i,a,o){e=e||"normal";var s=this.getData(n),u=this.getDataParams(t,n);if(o&&(u.value=o.interpolatedValue),i!=null&&Y(u.value)&&(u.value=u.value[i]),!a){var l=s.getItemModel(t);a=l.get(e==="normal"?["label","formatter"]:[e,"label","formatter"])}if(ot(a))return u.status=e,u.dimensionIndex=i,a(u);if(J(a)){var f=k2(a,u);return f.replace(oU,function(h,c){var v=c.length,p=c;p.charAt(0)==="["&&p.charAt(v-1)==="]"&&(p=+p.slice(1,v-1));var g=ts(s,t,p);if(o&&Y(o.interpolatedValue)){var d=s.getDimensionIndex(p);d>=0&&(g=o.interpolatedValue[d])}return g!=null?g+"":""})}},r.prototype.getRawValue=function(t,e){return ts(this.getData(e),t)},r.prototype.formatTooltip=function(t,e,n){},r}();function SA(r){var t,e;return lt(r)?r.type&&(e=r):t=r,{text:t,frag:e}}function Bu(r){return new sU(r)}var sU=function(){function r(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0}return r.prototype.perform=function(t){var e=this._upstream,n=t&&t.skip;if(this._dirty&&e){var i=this.context;i.data=i.outputData=e.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var a;this._plan&&!n&&(a=this._plan(this.context));var o=f(this._modBy),s=this._modDataCount||0,u=f(t&&t.modBy),l=t&&t.modDataCount||0;(o!==u||s!==l)&&(a="reset");function f(m){return!(m>=1)&&(m=1),m}var h;(this._dirty||a==="reset")&&(this._dirty=!1,h=this._doReset(n)),this._modBy=u,this._modDataCount=l;var c=t&&t.step;if(e?this._dueEnd=e._outputDueEnd:this._dueEnd=this._count?this._count(this.context):1/0,this._progress){var v=this._dueIndex,p=Math.min(c!=null?this._dueIndex+c:1/0,this._dueEnd);if(!n&&(h||v<p)){var g=this._progress;if(Y(g))for(var d=0;d<g.length;d++)this._doProgress(g[d],v,p,u,l);else this._doProgress(g,v,p,u,l)}this._dueIndex=p;var y=this._settedOutputEnd!=null?this._settedOutputEnd:p;this._outputDueEnd=y}else this._dueIndex=this._outputDueEnd=this._settedOutputEnd!=null?this._settedOutputEnd:this._dueEnd;return this.unfinished()},r.prototype.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},r.prototype._doProgress=function(t,e,n,i,a){bA.reset(e,n,i,a),this._callingProgress=t,this._callingProgress({start:e,end:n,count:n-e,next:bA.next},this.context)},r.prototype._doReset=function(t){this._dueIndex=this._outputDueEnd=this._dueEnd=0,this._settedOutputEnd=null;var e,n;!t&&this._reset&&(e=this._reset(this.context),e&&e.progress&&(n=e.forceFirstProgress,e=e.progress),Y(e)&&!e.length&&(e=null)),this._progress=e,this._modBy=this._modDataCount=null;var i=this._downstream;return i&&i.dirty(),n},r.prototype.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},r.prototype.pipe=function(t){(this._downstream!==t||this._dirty)&&(this._downstream=t,t._upstream=this,t.dirty())},r.prototype.dispose=function(){this._disposed||(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},r.prototype.getUpstream=function(){return this._upstream},r.prototype.getDownstream=function(){return this._downstream},r.prototype.setOutputEnd=function(t){this._outputDueEnd=this._settedOutputEnd=t},r}(),bA=function(){var r,t,e,n,i,a={reset:function(u,l,f,h){t=u,r=l,e=f,n=h,i=Math.ceil(n/e),a.next=e>1&&n>0?s:o}};return a;function o(){return t<r?t++:null}function s(){var u=t%i*e+Math.ceil(t/i),l=t>=r?null:u<n?u:t;return t++,l}}();function zi(r,t){var e=t&&t.type;return e==="ordinal"?r:(e==="time"&&!Bt(r)&&r!=null&&r!=="-"&&(r=+Kn(r)),r==null||r===""?NaN:Number(r))}et({number:function(r){return parseFloat(r)},time:function(r){return+Kn(r)},trim:function(r){return J(r)?Yr(r):r}});var uU=function(){function r(t,e){var n=t==="desc";this._resultLT=n?1:-1,e==null&&(e=n?"min":"max"),this._incomparable=e==="min"?-1/0:1/0}return r.prototype.evaluate=function(t,e){var n=Bt(t)?t:iu(t),i=Bt(e)?e:iu(e),a=isNaN(n),o=isNaN(i);if(a&&(n=this._incomparable),o&&(i=this._incomparable),a&&o){var s=J(t),u=J(e);s&&(n=u?t:0),u&&(i=s?e:0)}return n<i?this._resultLT:n>i?-this._resultLT:0},r}(),lU=function(){function r(){}return r.prototype.getRawData=function(){throw new Error("not supported")},r.prototype.getRawDataItem=function(t){throw new Error("not supported")},r.prototype.cloneRawData=function(){},r.prototype.getDimensionInfo=function(t){},r.prototype.cloneAllDimensionInfo=function(){},r.prototype.count=function(){},r.prototype.retrieveValue=function(t,e){},r.prototype.retrieveValueFromItem=function(t,e){},r.prototype.convertValue=function(t,e){return zi(t,e)},r}();function fU(r,t){var e=new lU,n=r.data,i=e.sourceFormat=r.sourceFormat,a=r.startIndex,o="";r.seriesLayoutBy!==En&&Ne(o);var s=[],u={},l=r.dimensionsDefine;if(l)E(l,function(g,d){var y=g.name,m={index:d,name:y,displayName:g.displayName};if(s.push(m),y!=null){var _="";j(u,y)&&Ne(_),u[y]=m}});else for(var f=0;f<r.dimensionsDetectedCount;f++)s.push({index:f});var h=gA(i,En);t.__isBuiltIn&&(e.getRawDataItem=function(g){return h(n,a,s,g)},e.getRawData=Z(hU,null,r)),e.cloneRawData=Z(cU,null,r);var c=mA(i,En);e.count=Z(c,null,n,a,s);var v=_A(i);e.retrieveValue=function(g,d){var y=h(n,a,s,g);return p(y,d)};var p=e.retrieveValueFromItem=function(g,d){if(g!=null){var y=s[d];if(y)return v(g,d,y.name)}};return e.getDimensionInfo=Z(vU,null,s,u),e.cloneAllDimensionInfo=Z(pU,null,s),e}function hU(r){var t=r.sourceFormat;if(!kg(t)){var e="";Ne(e)}return r.data}function cU(r){var t=r.sourceFormat,e=r.data;if(!kg(t)){var n="";Ne(n)}if(t===nr){for(var i=[],a=0,o=e.length;a<o;a++)i.push(e[a].slice());return i}else if(t===en){for(var i=[],a=0,o=e.length;a<o;a++)i.push(H({},e[a]));return i}}function vU(r,t,e){if(e!=null){if(Bt(e)||!isNaN(e)&&!j(t,e))return r[e];if(j(t,e))return t[e]}}function pU(r){return st(r)}var wA=et();function dU(r){r=st(r);var t=r.type,e="";t||Ne(e);var n=t.split(":");n.length!==2&&Ne(e);var i=!1;n[0]==="echarts"&&(t=n[1],i=!0),r.__isBuiltIn=i,wA.set(t,r)}function gU(r,t,e){var n=re(r),i=n.length,a="";i||Ne(a);for(var o=0,s=i;o<s;o++){var u=n[o];t=yU(u,t),o!==s-1&&(t.length=Math.max(t.length,1))}return t}function yU(r,t,e,n){var i="";t.length||Ne(i),lt(r)||Ne(i);var a=r.type,o=wA.get(a);o||Ne(i);var s=U(t,function(l){return fU(l,o)}),u=re(o.transform({upstream:s[0],upstreamList:s,config:st(r.config)}));return U(u,function(l,f){var h="";lt(l)||Ne(h),l.data||Ne(h);var c=uA(l.data);kg(c)||Ne(h);var v,p=t[0];if(p&&f===0&&!l.dimensions){var g=p.startIndex;g&&(l.data=p.data.slice(0,g).concat(l.data)),v={seriesLayoutBy:En,sourceHeader:g,dimensions:p.metaRawOption.dimensions}}else v={seriesLayoutBy:En,sourceHeader:0,dimensions:l.dimensions};return Fg(l.data,v,null)})}function kg(r){return r===nr||r===en}var Lh="undefined",mU=typeof Uint32Array===Lh?Array:Uint32Array,_U=typeof Uint16Array===Lh?Array:Uint16Array,xA=typeof Int32Array===Lh?Array:Int32Array,AA=typeof Float64Array===Lh?Array:Float64Array,CA={float:AA,int:xA,ordinal:Array,number:Array,time:AA},Ng;function Ou(r){return r>65535?mU:_U}function es(){return[1/0,-1/0]}function SU(r){var t=r.constructor;return t===Array?r.slice():new t(r)}function TA(r,t,e,n,i){var a=CA[e||"float"];if(i){var o=r[t],s=o&&o.length;if(s!==n){for(var u=new a(n),l=0;l<s;l++)u[l]=o[l];r[t]=u}}else r[t]=new a(n)}var zg=function(){function r(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=et()}return r.prototype.initData=function(t,e,n){this._provider=t,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var i=t.getSource(),a=this.defaultDimValueGetter=Ng[i.sourceFormat];this._dimValueGetter=n||a,this._rawExtent=[],hA(i),this._dimensions=U(e,function(o){return{type:o.type,property:o.property}}),this._initDataFromProvider(0,t.count())},r.prototype.getProvider=function(){return this._provider},r.prototype.getSource=function(){return this._provider.getSource()},r.prototype.ensureCalculationDimension=function(t,e){var n=this._calcDimNameToIdx,i=this._dimensions,a=n.get(t);if(a!=null){if(i[a].type===e)return a}else a=i.length;return i[a]={type:e},n.set(t,a),this._chunks[a]=new CA[e||"float"](this._rawCount),this._rawExtent[a]=es(),a},r.prototype.collectOrdinalMeta=function(t,e){var n=this._chunks[t],i=this._dimensions[t],a=this._rawExtent,o=i.ordinalOffset||0,s=n.length;o===0&&(a[t]=es());for(var u=a[t],l=o;l<s;l++){var f=n[l]=e.parseAndCollect(n[l]);isNaN(f)||(u[0]=Math.min(f,u[0]),u[1]=Math.max(f,u[1]))}i.ordinalMeta=e,i.ordinalOffset=s,i.type="ordinal"},r.prototype.getOrdinalMeta=function(t){var e=this._dimensions[t],n=e.ordinalMeta;return n},r.prototype.getDimensionProperty=function(t){var e=this._dimensions[t];return e&&e.property},r.prototype.appendData=function(t){var e=this._provider,n=this.count();e.appendData(t);var i=e.count();return e.persistent||(i+=n),n<i&&this._initDataFromProvider(n,i,!0),[n,i]},r.prototype.appendValues=function(t,e){for(var n=this._chunks,i=this._dimensions,a=i.length,o=this._rawExtent,s=this.count(),u=s+Math.max(t.length,e||0),l=0;l<a;l++){var f=i[l];TA(n,l,f.type,u,!0)}for(var h=[],c=s;c<u;c++)for(var v=c-s,p=0;p<a;p++){var f=i[p],g=Ng.arrayRows.call(this,t[v]||h,f.property,v,p);n[p][c]=g;var d=o[p];g<d[0]&&(d[0]=g),g>d[1]&&(d[1]=g)}return this._rawCount=this._count=u,{start:s,end:u}},r.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,a=this._chunks,o=this._dimensions,s=o.length,u=this._rawExtent,l=U(o,function(m){return m.property}),f=0;f<s;f++){var h=o[f];u[f]||(u[f]=es()),TA(a,f,h.type,e,n)}if(i.fillStorage)i.fillStorage(t,e,a,u);else for(var c=[],v=t;v<e;v++){c=i.getItem(v,c);for(var p=0;p<s;p++){var g=a[p],d=this._dimValueGetter(c,l[p],v,p);g[v]=d;var y=u[p];d<y[0]&&(y[0]=d),d>y[1]&&(y[1]=d)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},r.prototype.count=function(){return this._count},r.prototype.get=function(t,e){if(!(e>=0&&e<this._count))return NaN;var n=this._chunks[t];return n?n[this.getRawIndex(e)]:NaN},r.prototype.getValues=function(t,e){var n=[],i=[];if(e==null){e=t,t=[];for(var a=0;a<this._dimensions.length;a++)i.push(a)}else i=t;for(var a=0,o=i.length;a<o;a++)n.push(this.get(i[a],e));return n},r.prototype.getByRawIndex=function(t,e){if(!(e>=0&&e<this._rawCount))return NaN;var n=this._chunks[t];return n?n[e]:NaN},r.prototype.getSum=function(t){var e=this._chunks[t],n=0;if(e)for(var i=0,a=this.count();i<a;i++){var o=this.get(t,i);isNaN(o)||(n+=o)}return n},r.prototype.getMedian=function(t){var e=[];this.each([t],function(a){isNaN(a)||e.push(a)});var n=e.sort(function(a,o){return a-o}),i=this.count();return i===0?0:i%2===1?n[(i-1)/2]:(n[i/2]+n[i/2-1])/2},r.prototype.indexOfRawIndex=function(t){if(t>=this._rawCount||t<0)return-1;if(!this._indices)return t;var e=this._indices,n=e[t];if(n!=null&&n<this._count&&n===t)return t;for(var i=0,a=this._count-1;i<=a;){var o=(i+a)/2|0;if(e[o]<t)i=o+1;else if(e[o]>t)a=o-1;else return o}return-1},r.prototype.indicesOfNearest=function(t,e,n){var i=this._chunks,a=i[t],o=[];if(!a)return o;n==null&&(n=1/0);for(var s=1/0,u=-1,l=0,f=0,h=this.count();f<h;f++){var c=this.getRawIndex(f),v=e-a[c],p=Math.abs(v);p<=n&&((p<s||p===s&&v>=0&&u<0)&&(s=p,u=v,l=0),v===u&&(o[l++]=f))}return o.length=l,o},r.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var a=0;a<i;a++)t[a]=e[a]}else t=new n(e.buffer,0,i)}else{var n=Ou(this._rawCount);t=new n(this.count());for(var a=0;a<t.length;a++)t[a]=a}return t},r.prototype.filter=function(t,e){if(!this._count)return this;for(var n=this.clone(),i=n.count(),a=Ou(n._rawCount),o=new a(i),s=[],u=t.length,l=0,f=t[0],h=n._chunks,c=0;c<i;c++){var v=void 0,p=n.getRawIndex(c);if(u===0)v=e(c);else if(u===1){var g=h[f][p];v=e(g,c)}else{for(var d=0;d<u;d++)s[d]=h[t[d]][p];s[d]=c,v=e.apply(null,s)}v&&(o[l++]=p)}return l<i&&(n._indices=o),n._count=l,n._extent=[],n._updateGetRawIdx(),n},r.prototype.selectRange=function(t){var e=this.clone(),n=e._count;if(!n)return this;var i=Ot(t),a=i.length;if(!a)return this;var o=e.count(),s=Ou(e._rawCount),u=new s(o),l=0,f=i[0],h=t[f][0],c=t[f][1],v=e._chunks,p=!1;if(!e._indices){var g=0;if(a===1){for(var d=v[i[0]],y=0;y<n;y++){var m=d[y];(m>=h&&m<=c||isNaN(m))&&(u[l++]=g),g++}p=!0}else if(a===2){for(var d=v[i[0]],_=v[i[1]],S=t[i[1]][0],w=t[i[1]][1],y=0;y<n;y++){var m=d[y],b=_[y];(m>=h&&m<=c||isNaN(m))&&(b>=S&&b<=w||isNaN(b))&&(u[l++]=g),g++}p=!0}}if(!p)if(a===1)for(var y=0;y<o;y++){var x=e.getRawIndex(y),m=v[i[0]][x];(m>=h&&m<=c||isNaN(m))&&(u[l++]=x)}else for(var y=0;y<o;y++){for(var A=!0,x=e.getRawIndex(y),D=0;D<a;D++){var C=i[D],m=v[C][x];(m<t[C][0]||m>t[C][1])&&(A=!1)}A&&(u[l++]=e.getRawIndex(y))}return l<o&&(e._indices=u),e._count=l,e._extent=[],e._updateGetRawIdx(),e},r.prototype.map=function(t,e){var n=this.clone(t);return this._updateDims(n,t,e),n},r.prototype.modify=function(t,e){this._updateDims(this,t,e)},r.prototype._updateDims=function(t,e,n){for(var i=t._chunks,a=[],o=e.length,s=t.count(),u=[],l=t._rawExtent,f=0;f<e.length;f++)l[e[f]]=es();for(var h=0;h<s;h++){for(var c=t.getRawIndex(h),v=0;v<o;v++)u[v]=i[e[v]][c];u[o]=h;var p=n&&n.apply(null,u);if(p!=null){typeof p!="object"&&(a[0]=p,p=a);for(var f=0;f<p.length;f++){var g=e[f],d=p[f],y=l[g],m=i[g];m&&(m[c]=d),d<y[0]&&(y[0]=d),d>y[1]&&(y[1]=d)}}}},r.prototype.lttbDownSample=function(t,e){var n=this.clone([t],!0),i=n._chunks,a=i[t],o=this.count(),s=0,u=Math.floor(1/e),l=this.getRawIndex(0),f,h,c,v=new(Ou(this._rawCount))(Math.min((Math.ceil(o/u)+2)*2,o));v[s++]=l;for(var p=1;p<o-1;p+=u){for(var g=Math.min(p+u,o-1),d=Math.min(p+u*2,o),y=(d+g)/2,m=0,_=g;_<d;_++){var S=this.getRawIndex(_),w=a[S];isNaN(w)||(m+=w)}m/=d-g;var b=p,x=Math.min(p+u,o),A=p-1,D=a[l];f=-1,c=b;for(var C=-1,T=0,_=b;_<x;_++){var S=this.getRawIndex(_),w=a[S];if(isNaN(w)){T++,C<0&&(C=S);continue}h=Math.abs((A-y)*(w-D)-(A-_)*(m-D)),h>f&&(f=h,c=S)}T>0&&T<x-b&&(v[s++]=Math.min(C,c),c=Math.max(C,c)),v[s++]=c,l=c}return v[s++]=this.getRawIndex(o-1),n._count=s,n._indices=v,n.getRawIndex=this._getRawIdx,n},r.prototype.downSample=function(t,e,n,i){for(var a=this.clone([t],!0),o=a._chunks,s=[],u=Math.floor(1/e),l=o[t],f=this.count(),h=a._rawExtent[t]=es(),c=new(Ou(this._rawCount))(Math.ceil(f/u)),v=0,p=0;p<f;p+=u){u>f-p&&(u=f-p,s.length=u);for(var g=0;g<u;g++){var d=this.getRawIndex(p+g);s[g]=l[d]}var y=n(s),m=this.getRawIndex(Math.min(p+i(s,y)||0,f-1));l[m]=y,y<h[0]&&(h[0]=y),y>h[1]&&(h[1]=y),c[v++]=m}return a._count=v,a._indices=c,a._updateGetRawIdx(),a},r.prototype.each=function(t,e){if(!!this._count)for(var n=t.length,i=this._chunks,a=0,o=this.count();a<o;a++){var s=this.getRawIndex(a);switch(n){case 0:e(a);break;case 1:e(i[t[0]][s],a);break;case 2:e(i[t[0]][s],i[t[1]][s],a);break;default:for(var u=0,l=[];u<n;u++)l[u]=i[t[u]][s];l[u]=a,e.apply(null,l)}}},r.prototype.getDataExtent=function(t){var e=this._chunks[t],n=es();if(!e)return n;var i=this.count(),a=!this._indices,o;if(a)return this._rawExtent[t].slice();if(o=this._extent[t],o)return o.slice();o=n;for(var s=o[0],u=o[1],l=0;l<i;l++){var f=this.getRawIndex(l),h=e[f];h<s&&(s=h),h>u&&(u=h)}return o=[s,u],this._extent[t]=o,o},r.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,a=0;a<i.length;a++)n.push(i[a][e]);return n},r.prototype.clone=function(t,e){var n=new r,i=this._chunks,a=t&&gn(t,function(s,u){return s[u]=!0,s},{});if(a)for(var o=0;o<i.length;o++)n._chunks[o]=a[o]?SU(i[o]):i[o];else n._chunks=i;return this._copyCommonProps(n),e||(n._indices=this._cloneIndices()),n._updateGetRawIdx(),n},r.prototype._copyCommonProps=function(t){t._count=this._count,t._rawCount=this._rawCount,t._provider=this._provider,t._dimensions=this._dimensions,t._extent=st(this._extent),t._rawExtent=st(this._rawExtent)},r.prototype._cloneIndices=function(){if(this._indices){var t=this._indices.constructor,e=void 0;if(t===Array){var n=this._indices.length;e=new t(n);for(var i=0;i<n;i++)e[i]=this._indices[i]}else e=new t(this._indices);return e}return null},r.prototype._getRawIdxIdentity=function(t){return t},r.prototype._getRawIdx=function(t){return t<this._count&&t>=0?this._indices[t]:-1},r.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},r.internalField=function(){function t(e,n,i,a){return zi(e[a],this._dimensions[a])}Ng={arrayRows:t,objectRows:function(e,n,i,a){return zi(e[n],this._dimensions[a])},keyedColumns:t,original:function(e,n,i,a){var o=e&&(e.value==null?e:e.value);return zi(o instanceof Array?o[a]:o,this._dimensions[a])},typedArray:function(e,n,i,a){return e[a]}}}(),r}(),DA=function(){function r(t){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=t}return r.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},r.prototype._setLocalSource=function(t,e){this._sourceList=t,this._upstreamSignList=e,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},r.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},r.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},r.prototype._createSource=function(){this._setLocalSource([],[]);var t=this._sourceHost,e=this._getUpstreamSourceManagers(),n=!!e.length,i,a;if(Ih(t)){var o=t,s=void 0,u=void 0,l=void 0;if(n){var f=e[0];f.prepareSource(),l=f.getSource(),s=l.data,u=l.sourceFormat,a=[f._getVersionSign()]}else s=o.get("data",!0),u=Ke(s)?Ni:Rr,a=[];var h=this._getSourceMetaRawOption()||{},c=l&&l.metaRawOption||{},v=dt(h.seriesLayoutBy,c.seriesLayoutBy)||null,p=dt(h.sourceHeader,c.sourceHeader),g=dt(h.dimensions,c.dimensions),d=v!==c.seriesLayoutBy||!!p!=!!c.sourceHeader||g;i=d?[Fg(s,{seriesLayoutBy:v,sourceHeader:p,dimensions:g},u)]:[]}else{var y=t;if(n){var m=this._applyTransform(e);i=m.sourceList,a=m.upstreamSignList}else{var _=y.get("source",!0);i=[Fg(_,this._getSourceMetaRawOption(),null)],a=[]}}this._setLocalSource(i,a)},r.prototype._applyTransform=function(t){var e=this._sourceHost,n=e.get("transform",!0),i=e.get("fromTransformResult",!0);if(i!=null){var a="";t.length!==1&&MA(a)}var o,s=[],u=[];return E(t,function(l){l.prepareSource();var f=l.getSource(i||0),h="";i!=null&&!f&&MA(h),s.push(f),u.push(l._getVersionSign())}),n?o=gU(n,s,{datasetIndex:e.componentIndex}):i!=null&&(o=[tU(s[0])]),{sourceList:o,upstreamSignList:u}},r.prototype._isDirty=function(){if(this._dirty)return!0;for(var t=this._getUpstreamSourceManagers(),e=0;e<t.length;e++){var n=t[e];if(n._isDirty()||this._upstreamSignList[e]!==n._getVersionSign())return!0}},r.prototype.getSource=function(t){t=t||0;var e=this._sourceList[t];if(!e){var n=this._getUpstreamSourceManagers();return n[0]&&n[0].getSource(t)}return e},r.prototype.getSharedDataStore=function(t){var e=t.makeStoreSchema();return this._innerGetDataStore(e.dimensions,t.source,e.hash)},r.prototype._innerGetDataStore=function(t,e,n){var i=0,a=this._storeList,o=a[i];o||(o=a[i]={});var s=o[n];if(!s){var u=this._getUpstreamSourceManagers()[0];Ih(this._sourceHost)&&u?s=u._innerGetDataStore(t,e,n):(s=new zg,s.initData(new pA(e,t.length),t)),o[n]=s}return s},r.prototype._getUpstreamSourceManagers=function(){var t=this._sourceHost;if(Ih(t)){var e=Cg(t);return e?[e.getSourceManager()]:[]}else return U(EW(t),function(n){return n.getSourceManager()})},r.prototype._getSourceMetaRawOption=function(){var t=this._sourceHost,e,n,i;if(Ih(t))e=t.get("seriesLayoutBy",!0),n=t.get("sourceHeader",!0),i=t.get("dimensions",!0);else if(!this._getUpstreamSourceManagers().length){var a=t;e=a.get("seriesLayoutBy",!0),n=a.get("sourceHeader",!0),i=a.get("dimensions",!0)}return{seriesLayoutBy:e,sourceHeader:n,dimensions:i}},r}();function EA(r){var t=r.option.transform;t&&mf(r.option.transform)}function Ih(r){return r.mainType==="series"}function MA(r){throw new Error(r)}var LA="line-height:1";function IA(r,t){var e=r.color||"#6e7079",n=r.fontSize||12,i=r.fontWeight||"400",a=r.color||"#464646",o=r.fontSize||14,s=r.fontWeight||"900";return t==="html"?{nameStyle:"font-size:"+je(n+"")+"px;color:"+je(e)+";font-weight:"+je(i+""),valueStyle:"font-size:"+je(o+"")+"px;color:"+je(a)+";font-weight:"+je(s+"")}:{nameStyle:{fontSize:n,fill:e,fontWeight:i},valueStyle:{fontSize:o,fill:a,fontWeight:s}}}var bU=[0,10,20,30],wU=["",`
|
|
66
|
+
`,`
|
|
67
|
+
|
|
68
|
+
`,`
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
`];function ye(r,t){return t.type=r,t}function Gg(r){return r.type==="section"}function PA(r){return Gg(r)?xU:AU}function FA(r){if(Gg(r)){var t=0,e=r.blocks.length,n=e>1||e>0&&!r.noHeader;return E(r.blocks,function(i){var a=FA(i);a>=t&&(t=a+ +(n&&(!a||Gg(i)&&!i.noHeader)))}),t}return 0}function xU(r,t,e,n){var i=t.noHeader,a=CU(FA(t)),o=[],s=t.blocks||[];cr(!s||Y(s)),s=s||[];var u=r.orderMode;if(t.sortBlocks&&u){s=s.slice();var l={valueAsc:"asc",valueDesc:"desc"};if(j(l,u)){var f=new uU(l[u],null);s.sort(function(p,g){return f.evaluate(p.sortParam,g.sortParam)})}else u==="seriesDesc"&&s.reverse()}E(s,function(p,g){var d=t.valueFormatter,y=PA(p)(d?H(H({},r),{valueFormatter:d}):r,p,g>0?a.html:0,n);y!=null&&o.push(y)});var h=r.renderMode==="richText"?o.join(a.richText):Vg(o.join(""),i?e:a.html);if(i)return h;var c=bg(t.header,"ordinal",r.useUTC),v=IA(n,r.renderMode).nameStyle;return r.renderMode==="richText"?BA(r,c,v)+a.richText+h:Vg('<div style="'+v+";"+LA+';">'+je(c)+"</div>"+h,e)}function AU(r,t,e,n){var i=r.renderMode,a=t.noName,o=t.noValue,s=!t.markerType,u=t.name,l=r.useUTC,f=t.valueFormatter||r.valueFormatter||function(S){return S=Y(S)?S:[S],U(S,function(w,b){return bg(w,Y(v)?v[b]:v,l)})};if(!(a&&o)){var h=s?"":r.markupStyleCreator.makeTooltipMarker(t.markerType,t.markerColor||"#333",i),c=a?"":bg(u,"ordinal",l),v=t.valueType,p=o?[]:f(t.value,t.dataIndex),g=!s||!a,d=!s&&a,y=IA(n,i),m=y.nameStyle,_=y.valueStyle;return i==="richText"?(s?"":h)+(a?"":BA(r,c,m))+(o?"":EU(r,p,g,d,_)):Vg((s?"":h)+(a?"":TU(c,!s,m))+(o?"":DU(p,g,d,_)),e)}}function RA(r,t,e,n,i,a){if(!!r){var o=PA(r),s={useUTC:i,renderMode:e,orderMode:n,markupStyleCreator:t,valueFormatter:r.valueFormatter};return o(s,r,0,a)}}function CU(r){return{html:bU[r],richText:wU[r]}}function Vg(r,t){var e='<div style="clear:both"></div>',n="margin: "+t+"px 0 0";return'<div style="'+n+";"+LA+';">'+r+e+"</div>"}function TU(r,t,e){var n=t?"margin-left:2px":"";return'<span style="'+e+";"+n+'">'+je(r)+"</span>"}function DU(r,t,e,n){var i=e?"10px":"20px",a=t?"float:right;margin-left:"+i:"";return r=Y(r)?r:[r],'<span style="'+a+";"+n+'">'+U(r,function(o){return je(o)}).join(" ")+"</span>"}function BA(r,t,e){return r.markupStyleCreator.wrapRichTextStyle(t,e)}function EU(r,t,e,n,i){var a=[i],o=n?10:20;return e&&a.push({padding:[0,0,0,o],align:"right"}),r.markupStyleCreator.wrapRichTextStyle(Y(t)?t.join(" "):t,a)}function OA(r,t){var e=r.getData().getItemVisual(t,"style"),n=e[r.visualDrawType];return Ba(n)}function kA(r,t){var e=r.get("padding");return e!=null?e:t==="richText"?[8,10]:10}var $g=function(){function r(){this.richTextStyles={},this._nextStyleNameId=zw()}return r.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},r.prototype.makeTooltipMarker=function(t,e,n){var i=n==="richText"?this._generateStyleName():null,a=bW({color:e,type:t,renderMode:n,markerId:i});return J(a)?a:(this.richTextStyles[i]=a.style,a.content)},r.prototype.wrapRichTextStyle=function(t,e){var n={};Y(e)?E(e,function(a){return H(n,a)}):H(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},r}();function NA(r){var t=r.series,e=r.dataIndex,n=r.multipleSeries,i=t.getData(),a=i.mapDimensionsAll("defaultedTooltip"),o=a.length,s=t.getRawValue(e),u=Y(s),l=OA(t,e),f,h,c,v;if(o>1||u&&!o){var p=MU(s,t,e,a,l);f=p.inlineValues,h=p.inlineValueTypes,c=p.blocks,v=p.inlineValues[0]}else if(o){var g=i.getDimensionInfo(a[0]);v=f=ts(i,e,a[0]),h=g.type}else v=f=u?s[0]:s;var d=Td(t),y=d&&t.name||"",m=i.getName(e),_=n?y:m;return ye("section",{header:y,noHeader:n||!d,sortParam:v,blocks:[ye("nameValue",{markerType:"item",markerColor:l,name:_,noName:!Yr(_),value:f,valueType:h,dataIndex:e})].concat(c||[])})}function MU(r,t,e,n,i){var a=t.getData(),o=gn(r,function(h,c,v){var p=a.getDimensionInfo(v);return h=h||p&&p.tooltip!==!1&&p.displayName!=null},!1),s=[],u=[],l=[];n.length?E(n,function(h){f(ts(a,e,h),h)}):E(r,f);function f(h,c){var v=a.getDimensionInfo(c);!v||v.otherDims.tooltip===!1||(o?l.push(ye("nameValue",{markerType:"subItem",markerColor:i,name:v.displayName,value:h,valueType:v.type})):(s.push(h),u.push(v.type)))}return{inlineValues:s,inlineValueTypes:u,blocks:l}}var Gi=Tt();function Ph(r,t){return r.getName(t)||r.getId(t)}var LU="__universalTransitionEnabled",Ht=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return t.prototype.init=function(e,n,i){this.seriesIndex=this.componentIndex,this.dataTask=Bu({count:PU,reset:FU}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(e,i);var a=Gi(this).sourceManager=new DA(this);a.prepareSource();var o=this.getInitialData(e,i);GA(o,this),this.dataTask.context.data=o,Gi(this).dataBeforeProcessed=o,zA(this),this._initSelectedMapFromData(o)},t.prototype.mergeDefaultAndTheme=function(e,n){var i=Th(this),a=i?Mu(e):{},o=this.subType;wt.hasClass(o)&&(o+="Series"),St(e,n.getTheme().get(this.subType)),St(e,this.getDefaultOption()),pa(e,"label",["show"]),this.fillDataTextStyle(e.data),i&&Na(e,a,i)},t.prototype.mergeOption=function(e,n){e=St(this.option,e,!0),this.fillDataTextStyle(e.data);var i=Th(this);i&&Na(this.option,e,i);var a=Gi(this).sourceManager;a.dirty(),a.prepareSource();var o=this.getInitialData(e,n);GA(o,this),this.dataTask.dirty(),this.dataTask.context.data=o,Gi(this).dataBeforeProcessed=o,zA(this),this._initSelectedMapFromData(o)},t.prototype.fillDataTextStyle=function(e){if(e&&!Ke(e))for(var n=["show"],i=0;i<e.length;i++)e[i]&&e[i].label&&pa(e[i],"label",n)},t.prototype.getInitialData=function(e,n){},t.prototype.appendData=function(e){var n=this.getRawData();n.appendData(e.data)},t.prototype.getData=function(e){var n=Hg(this);if(n){var i=n.context.data;return e==null||!i.getLinkedData?i:i.getLinkedData(e)}else return Gi(this).data},t.prototype.getAllData=function(){var e=this.getData();return e&&e.getLinkedDataAll?e.getLinkedDataAll():[{data:e}]},t.prototype.setData=function(e){var n=Hg(this);if(n){var i=n.context;i.outputData=e,n!==this.dataTask&&(i.data=e)}Gi(this).data=e},t.prototype.getEncode=function(){var e=this.get("encode",!0);if(e)return et(e)},t.prototype.getSourceManager=function(){return Gi(this).sourceManager},t.prototype.getSource=function(){return this.getSourceManager().getSource()},t.prototype.getRawData=function(){return Gi(this).dataBeforeProcessed},t.prototype.getColorBy=function(){var e=this.get("colorBy");return e||"series"},t.prototype.isColorBySeries=function(){return this.getColorBy()==="series"},t.prototype.getBaseAxis=function(){var e=this.coordinateSystem;return e&&e.getBaseAxis&&e.getBaseAxis()},t.prototype.formatTooltip=function(e,n,i){return NA({series:this,dataIndex:e,multipleSeries:n})},t.prototype.isAnimationEnabled=function(){var e=this.ecModel;if(_t.node&&!(e&&e.ssr))return!1;var n=this.getShallow("animation");return n&&this.getData().count()>this.getShallow("animationThreshold")&&(n=!1),!!n},t.prototype.restoreData=function(){this.dataTask.dirty()},t.prototype.getColorFromPalette=function(e,n,i){var a=this.ecModel,o=Dg.prototype.getColorFromPalette.call(this,e,n,i);return o||(o=a.getColorFromPalette(e,n,i)),o},t.prototype.coordDimToDataDim=function(e){return this.getRawData().mapDimensionsAll(e)},t.prototype.getProgressive=function(){return this.get("progressive")},t.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},t.prototype.select=function(e,n){this._innerSelect(this.getData(n),e)},t.prototype.unselect=function(e,n){var i=this.option.selectedMap;if(!!i){var a=this.option.selectedMode,o=this.getData(n);if(a==="series"||i==="all"){this.option.selectedMap={},this._selectedDataIndicesMap={};return}for(var s=0;s<e.length;s++){var u=e[s],l=Ph(o,u);i[l]=!1,this._selectedDataIndicesMap[l]=-1}}},t.prototype.toggleSelect=function(e,n){for(var i=[],a=0;a<e.length;a++)i[0]=e[a],this.isSelected(e[a],n)?this.unselect(i,n):this.select(i,n)},t.prototype.getSelectedDataIndices=function(){if(this.option.selectedMap==="all")return[].slice.call(this.getData().getIndices());for(var e=this._selectedDataIndicesMap,n=Ot(e),i=[],a=0;a<n.length;a++){var o=e[n[a]];o>=0&&i.push(o)}return i},t.prototype.isSelected=function(e,n){var i=this.option.selectedMap;if(!i)return!1;var a=this.getData(n);return(i==="all"||i[Ph(a,e)])&&!a.getItemModel(e).get(["select","disabled"])},t.prototype.isUniversalTransitionEnabled=function(){if(this[LU])return!0;var e=this.option.universalTransition;return e?e===!0?!0:e&&e.enabled:!1},t.prototype._innerSelect=function(e,n){var i,a,o=this.option,s=o.selectedMode,u=n.length;if(!(!s||!u)){if(s==="series")o.selectedMap="all";else if(s==="multiple"){lt(o.selectedMap)||(o.selectedMap={});for(var l=o.selectedMap,f=0;f<u;f++){var h=n[f],c=Ph(e,h);l[c]=!0,this._selectedDataIndicesMap[c]=e.getRawIndex(h)}}else if(s==="single"||s===!0){var v=n[u-1],c=Ph(e,v);o.selectedMap=(i={},i[c]=!0,i),this._selectedDataIndicesMap=(a={},a[c]=e.getRawIndex(v),a)}}},t.prototype._initSelectedMapFromData=function(e){if(!this.option.selectedMap){var n=[];e.hasItemOption&&e.each(function(i){var a=e.getRawDataItem(i);a&&a.selected&&n.push(i)}),n.length>0&&this._innerSelect(e,n)}},t.registerClass=function(e){return wt.registerClass(e)},t.protoInitialize=function(){var e=t.prototype;e.type="series.__base__",e.seriesIndex=0,e.ignoreStyleOnData=!1,e.hasSymbolVisual=!1,e.defaultSymbol="circle",e.visualStyleAccessPath="itemStyle",e.visualDrawType="fill"}(),t}(wt);se(Ht,Mh),se(Ht,Dg),Qw(Ht,wt);function zA(r){var t=r.name;Td(r)||(r.name=IU(r)||t)}function IU(r){var t=r.getRawData(),e=t.mapDimensionsAll("seriesName"),n=[];return E(e,function(i){var a=t.getDimensionInfo(i);a.displayName&&n.push(a.displayName)}),n.join(" ")}function PU(r){return r.model.getRawData().count()}function FU(r){var t=r.model;return t.setData(t.getRawData().cloneShallow()),RU}function RU(r,t){t.outputData&&r.end>t.outputData.count()&&t.model.getRawData().cloneShallow(t.outputData)}function GA(r,t){E(_f(r.CHANGABLE_METHODS,r.DOWNSAMPLE_METHODS),function(e){r.wrapMethod(e,pt(BU,t))})}function BU(r,t){var e=Hg(r);return e&&e.setOutputEnd((t||this).count()),t}function Hg(r){var t=(r.ecModel||{}).scheduler,e=t&&t.getPipeline(r.uid);if(e){var n=e.currentTask;if(n){var i=n.agentStubMap;i&&(n=i.get(r.uid))}return n}}var Kt=function(){function r(){this.group=new at,this.uid=Xo("viewComponent")}return r.prototype.init=function(t,e){},r.prototype.render=function(t,e,n,i){},r.prototype.dispose=function(t,e){},r.prototype.updateView=function(t,e,n,i){},r.prototype.updateLayout=function(t,e,n,i){},r.prototype.updateVisual=function(t,e,n,i){},r.prototype.toggleBlurSeries=function(t,e,n){},r.prototype.eachRendered=function(t){var e=this.group;e&&e.traverse(t)},r}();Ed(Kt),Hf(Kt);function ku(){var r=Tt();return function(t){var e=r(t),n=t.pipelineContext,i=!!e.large,a=!!e.progressiveRender,o=e.large=!!(n&&n.large),s=e.progressiveRender=!!(n&&n.progressiveRender);return(i!==o||a!==s)&&"reset"}}var VA=Tt(),OU=ku(),Nt=function(){function r(){this.group=new at,this.uid=Xo("viewChart"),this.renderTask=Bu({plan:kU,reset:NU}),this.renderTask.context={view:this}}return r.prototype.init=function(t,e){},r.prototype.render=function(t,e,n,i){},r.prototype.highlight=function(t,e,n,i){var a=t.getData(i&&i.dataType);!a||HA(a,i,"emphasis")},r.prototype.downplay=function(t,e,n,i){var a=t.getData(i&&i.dataType);!a||HA(a,i,"normal")},r.prototype.remove=function(t,e){this.group.removeAll()},r.prototype.dispose=function(t,e){},r.prototype.updateView=function(t,e,n,i){this.render(t,e,n,i)},r.prototype.updateLayout=function(t,e,n,i){this.render(t,e,n,i)},r.prototype.updateVisual=function(t,e,n,i){this.render(t,e,n,i)},r.prototype.eachRendered=function(t){Bi(this.group,t)},r.markUpdateMethod=function(t,e){VA(t).updateMethod=e},r.protoInitialize=function(){var t=r.prototype;t.type="chart"}(),r}();function $A(r,t,e){r&&gu(r)&&(t==="emphasis"?ti:ei)(r,e)}function HA(r,t,e){var n=da(r,t),i=t&&t.highlightKey!=null?_H(t.highlightKey):null;n!=null?E(re(n),function(a){$A(r.getItemGraphicEl(a),e,i)}):r.eachItemGraphicEl(function(a){$A(a,e,i)})}Ed(Nt),Hf(Nt);function kU(r){return OU(r.model)}function NU(r){var t=r.model,e=r.ecModel,n=r.api,i=r.payload,a=t.pipelineContext.progressiveRender,o=r.view,s=i&&VA(i).updateMethod,u=a?"incrementalPrepareRender":s&&o[s]?s:"render";return u!=="render"&&o[u](t,e,n,i),zU[u]}var zU={incrementalPrepareRender:{progress:function(r,t){t.view.incrementalRender(r,t.model,t.ecModel,t.api,t.payload)}},render:{forceFirstProgress:!0,progress:function(r,t){t.view.render(t.model,t.ecModel,t.api,t.payload)}}},Fh="\0__throttleOriginMethod",WA="\0__throttleRate",UA="\0__throttleType";function Rh(r,t,e){var n,i=0,a=0,o=null,s,u,l,f;t=t||0;function h(){a=new Date().getTime(),o=null,r.apply(u,l||[])}var c=function(){for(var v=[],p=0;p<arguments.length;p++)v[p]=arguments[p];n=new Date().getTime(),u=this,l=v;var g=f||t,d=f||e;f=null,s=n-(d?i:a)-g,clearTimeout(o),d?o=setTimeout(h,g):s>=0?h():o=setTimeout(h,-s),i=n};return c.clear=function(){o&&(clearTimeout(o),o=null)},c.debounceNextCall=function(v){f=v},c}function Bh(r,t,e,n){var i=r[t];if(!!i){var a=i[Fh]||i,o=i[UA],s=i[WA];if(s!==e||o!==n){if(e==null||!n)return r[t]=a;i=r[t]=Rh(a,e,n==="debounce"),i[Fh]=a,i[UA]=n,i[WA]=e}return i}}function Nu(r,t){var e=r[t];e&&e[Fh]&&(e.clear&&e.clear(),r[t]=e[Fh])}var YA=Tt(),XA={itemStyle:ya(S2,!0),lineStyle:ya(_2,!0)},GU={lineStyle:"stroke",itemStyle:"fill"};function ZA(r,t){var e=r.visualStyleMapper||XA[t];return e||(console.warn("Unknown style type '"+t+"'."),XA.itemStyle)}function qA(r,t){var e=r.visualDrawType||GU[t];return e||(console.warn("Unknown style type '"+t+"'."),"fill")}var VU={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,t){var e=r.getData(),n=r.visualStyleAccessPath||"itemStyle",i=r.getModel(n),a=ZA(r,n),o=a(i),s=i.getShallow("decal");s&&(e.setVisual("decal",s),s.dirty=!0);var u=qA(r,n),l=o[u],f=ot(l)?l:null,h=o.fill==="auto"||o.stroke==="auto";if(!o[u]||f||h){var c=r.getColorFromPalette(r.name,null,t.getSeriesCount());o[u]||(o[u]=c,e.setVisual("colorFromPalette",!0)),o.fill=o.fill==="auto"||ot(o.fill)?c:o.fill,o.stroke=o.stroke==="auto"||ot(o.stroke)?c:o.stroke}if(e.setVisual("style",o),e.setVisual("drawType",u),!t.isSeriesFiltered(r)&&f)return e.setVisual("colorFromPalette",!1),{dataEach:function(v,p){var g=r.getDataParams(p),d=H({},o);d[u]=f(g),v.setItemVisual(p,"style",d)}}}},zu=new Rt,$U={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,t){if(!(r.ignoreStyleOnData||t.isSeriesFiltered(r))){var e=r.getData(),n=r.visualStyleAccessPath||"itemStyle",i=ZA(r,n),a=e.getVisual("drawType");return{dataEach:e.hasItemOption?function(o,s){var u=o.getRawDataItem(s);if(u&&u[n]){zu.option=u[n];var l=i(zu),f=o.ensureUniqueItemVisual(s,"style");H(f,l),zu.option.decal&&(o.setItemVisual(s,"decal",zu.option.decal),zu.option.decal.dirty=!0),a in l&&o.setItemVisual(s,"colorFromPalette",!1)}}:null}}}},HU={performRawSeries:!0,overallReset:function(r){var t=et();r.eachSeries(function(e){var n=e.getColorBy();if(!e.isColorBySeries()){var i=e.type+"-"+n,a=t.get(i);a||(a={},t.set(i,a)),YA(e).scope=a}}),r.eachSeries(function(e){if(!(e.isColorBySeries()||r.isSeriesFiltered(e))){var n=e.getRawData(),i={},a=e.getData(),o=YA(e).scope,s=e.visualStyleAccessPath||"itemStyle",u=qA(e,s);a.each(function(l){var f=a.getRawIndex(l);i[f]=l}),n.each(function(l){var f=i[l],h=a.getItemVisual(f,"colorFromPalette");if(h){var c=a.ensureUniqueItemVisual(f,"style"),v=n.getName(l)||l+"",p=n.count();c[u]=e.getColorFromPalette(v,o,p)}})}})}},Oh=Math.PI;function WU(r,t){t=t||{},ft(t,{text:"loading",textColor:"#000",fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#5470c6",spinnerRadius:10,lineWidth:5,zlevel:0});var e=new at,n=new Et({style:{fill:t.maskColor},zlevel:t.zlevel,z:1e4});e.add(n);var i=new Mt({style:{text:t.text,fill:t.textColor,fontSize:t.fontSize,fontWeight:t.fontWeight,fontStyle:t.fontStyle,fontFamily:t.fontFamily},zlevel:t.zlevel,z:10001}),a=new Et({style:{fill:"none"},textContent:i,textConfig:{position:"right",distance:10},zlevel:t.zlevel,z:10001});e.add(a);var o;return t.showSpinner&&(o=new ih({shape:{startAngle:-Oh/2,endAngle:-Oh/2+.1,r:t.spinnerRadius},style:{stroke:t.color,lineCap:"round",lineWidth:t.lineWidth},zlevel:t.zlevel,z:10001}),o.animateShape(!0).when(1e3,{endAngle:Oh*3/2}).start("circularInOut"),o.animateShape(!0).when(1e3,{startAngle:Oh*3/2}).delay(300).start("circularInOut"),e.add(o)),e.resize=function(){var s=i.getBoundingRect().width,u=t.showSpinner?t.spinnerRadius:0,l=(r.getWidth()-u*2-(t.showSpinner&&s?10:0)-s)/2-(t.showSpinner&&s?0:5+s/2)+(t.showSpinner?0:s/2)+(s?0:u),f=r.getHeight()/2;t.showSpinner&&o.setShape({cx:l,cy:f}),a.setShape({x:l-u,y:f-u,width:u*2,height:u*2}),n.setShape({x:0,y:0,width:r.getWidth(),height:r.getHeight()})},e.resize(),e}var KA=function(){function r(t,e,n,i){this._stageTaskMap=et(),this.ecInstance=t,this.api=e,n=this._dataProcessorHandlers=n.slice(),i=this._visualHandlers=i.slice(),this._allHandlers=n.concat(i)}return r.prototype.restoreData=function(t,e){t.restoreData(e),this._stageTaskMap.each(function(n){var i=n.overallTask;i&&i.dirty()})},r.prototype.getPerformArgs=function(t,e){if(!!t.__pipeline){var n=this._pipelineMap.get(t.__pipeline.id),i=n.context,a=!e&&n.progressiveEnabled&&(!i||i.progressiveRender)&&t.__idxInPipeline>n.blockIndex,o=a?n.step:null,s=i&&i.modDataCount,u=s!=null?Math.ceil(s/o):null;return{step:o,modBy:u,modDataCount:s}}},r.prototype.getPipeline=function(t){return this._pipelineMap.get(t)},r.prototype.updateStreamModes=function(t,e){var n=this._pipelineMap.get(t.uid),i=t.getData(),a=i.count(),o=n.progressiveEnabled&&e.incrementalPrepareRender&&a>=n.threshold,s=t.get("large")&&a>=t.get("largeThreshold"),u=t.get("progressiveChunkMode")==="mod"?a:null;t.pipelineContext=n.context={progressiveRender:o,modDataCount:u,large:s}},r.prototype.restorePipelines=function(t){var e=this,n=e._pipelineMap=et();t.eachSeries(function(i){var a=i.getProgressive(),o=i.uid;n.set(o,{id:o,head:null,tail:null,threshold:i.getProgressiveThreshold(),progressiveEnabled:a&&!(i.preventIncremental&&i.preventIncremental()),blockIndex:-1,step:Math.round(a||700),count:0}),e._pipe(i,i.dataTask)})},r.prototype.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.api.getModel(),n=this.api;E(this._allHandlers,function(i){var a=t.get(i.uid)||t.set(i.uid,{}),o="";cr(!(i.reset&&i.overallReset),o),i.reset&&this._createSeriesStageTask(i,a,e,n),i.overallReset&&this._createOverallStageTask(i,a,e,n)},this)},r.prototype.prepareView=function(t,e,n,i){var a=t.renderTask,o=a.context;o.model=e,o.ecModel=n,o.api=i,a.__block=!t.incrementalPrepareRender,this._pipe(e,a)},r.prototype.performDataProcessorTasks=function(t,e){this._performStageTasks(this._dataProcessorHandlers,t,e,{block:!0})},r.prototype.performVisualTasks=function(t,e,n){this._performStageTasks(this._visualHandlers,t,e,n)},r.prototype._performStageTasks=function(t,e,n,i){i=i||{};var a=!1,o=this;E(t,function(u,l){if(!(i.visualType&&i.visualType!==u.visualType)){var f=o._stageTaskMap.get(u.uid),h=f.seriesTaskMap,c=f.overallTask;if(c){var v,p=c.agentStubMap;p.each(function(d){s(i,d)&&(d.dirty(),v=!0)}),v&&c.dirty(),o.updatePayload(c,n);var g=o.getPerformArgs(c,i.block);p.each(function(d){d.perform(g)}),c.perform(g)&&(a=!0)}else h&&h.each(function(d,y){s(i,d)&&d.dirty();var m=o.getPerformArgs(d,i.block);m.skip=!u.performRawSeries&&e.isSeriesFiltered(d.context.model),o.updatePayload(d,n),d.perform(m)&&(a=!0)})}});function s(u,l){return u.setDirty&&(!u.dirtyMap||u.dirtyMap.get(l.__pipeline.id))}this.unfinished=a||this.unfinished},r.prototype.performSeriesTasks=function(t){var e;t.eachSeries(function(n){e=n.dataTask.perform()||e}),this.unfinished=e||this.unfinished},r.prototype.plan=function(){this._pipelineMap.each(function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)})},r.prototype.updatePayload=function(t,e){e!=="remain"&&(t.context.payload=e)},r.prototype._createSeriesStageTask=function(t,e,n,i){var a=this,o=e.seriesTaskMap,s=e.seriesTaskMap=et(),u=t.seriesType,l=t.getTargetSeries;t.createOnAllSeries?n.eachRawSeries(f):u?n.eachRawSeriesByType(u,f):l&&l(n,i).each(f);function f(h){var c=h.uid,v=s.set(c,o&&o.get(c)||Bu({plan:qU,reset:KU,count:JU}));v.context={model:h,ecModel:n,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:a},a._pipe(h,v)}},r.prototype._createOverallStageTask=function(t,e,n,i){var a=this,o=e.overallTask=e.overallTask||Bu({reset:UU});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:a};var s=o.agentStubMap,u=o.agentStubMap=et(),l=t.seriesType,f=t.getTargetSeries,h=!0,c=!1,v="";cr(!t.createOnAllSeries,v),l?n.eachRawSeriesByType(l,p):f?f(n,i).each(p):(h=!1,E(n.getSeries(),p));function p(g){var d=g.uid,y=u.set(d,s&&s.get(d)||(c=!0,Bu({reset:YU,onDirty:ZU})));y.context={model:g,overallProgress:h},y.agent=o,y.__block=h,a._pipe(g,y)}c&&o.dirty()},r.prototype._pipe=function(t,e){var n=t.uid,i=this._pipelineMap.get(n);!i.head&&(i.head=e),i.tail&&i.tail.pipe(e),i.tail=e,e.__idxInPipeline=i.count++,e.__pipeline=i},r.wrapStageHandler=function(t,e){return ot(t)&&(t={overallReset:t,seriesType:QU(t)}),t.uid=Xo("stageHandler"),e&&(t.visualType=e),t},r}();function UU(r){r.overallReset(r.ecModel,r.api,r.payload)}function YU(r){return r.overallProgress&&XU}function XU(){this.agent.dirty(),this.getDownstream().dirty()}function ZU(){this.agent&&this.agent.dirty()}function qU(r){return r.plan?r.plan(r.model,r.ecModel,r.api,r.payload):null}function KU(r){r.useClearVisual&&r.data.clearAllVisual();var t=r.resetDefines=re(r.reset(r.model,r.ecModel,r.api,r.payload));return t.length>1?U(t,function(e,n){return jA(n)}):jU}var jU=jA(0);function jA(r){return function(t,e){var n=e.data,i=e.resetDefines[r];if(i&&i.dataEach)for(var a=t.start;a<t.end;a++)i.dataEach(n,a);else i&&i.progress&&i.progress(t,n)}}function JU(r){return r.data.count()}function QU(r){kh=null;try{r(Gu,JA)}catch(t){}return kh}var Gu={},JA={},kh;QA(Gu,Eg),QA(JA,tA),Gu.eachSeriesByType=Gu.eachRawSeriesByType=function(r){kh=r},Gu.eachComponent=function(r){r.mainType==="series"&&r.subType&&(kh=r.subType)};function QA(r,t){for(var e in t.prototype)r[e]=Ee}var tC=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],tY={color:tC,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],tC]},$e="#B9B8CE",eC="#100C2A",Nh=function(){return{axisLine:{lineStyle:{color:$e}},splitLine:{lineStyle:{color:"#484753"}},splitArea:{areaStyle:{color:["rgba(255,255,255,0.02)","rgba(255,255,255,0.05)"]}},minorSplitLine:{lineStyle:{color:"#20203B"}}}},rC=["#4992ff","#7cffb2","#fddd60","#ff6e76","#58d9f9","#05c091","#ff8a45","#8d48e3","#dd79ff"],nC={darkMode:!0,color:rC,backgroundColor:eC,axisPointer:{lineStyle:{color:"#817f91"},crossStyle:{color:"#817f91"},label:{color:"#fff"}},legend:{textStyle:{color:$e}},textStyle:{color:$e},title:{textStyle:{color:"#EEF1FA"},subtextStyle:{color:"#B9B8CE"}},toolbox:{iconStyle:{borderColor:$e}},dataZoom:{borderColor:"#71708A",textStyle:{color:$e},brushStyle:{color:"rgba(135,163,206,0.3)"},handleStyle:{color:"#353450",borderColor:"#C5CBE3"},moveHandleStyle:{color:"#B0B6C3",opacity:.3},fillerColor:"rgba(135,163,206,0.2)",emphasis:{handleStyle:{borderColor:"#91B7F2",color:"#4D587D"},moveHandleStyle:{color:"#636D9A",opacity:.7}},dataBackground:{lineStyle:{color:"#71708A",width:1},areaStyle:{color:"#71708A"}},selectedDataBackground:{lineStyle:{color:"#87A3CE"},areaStyle:{color:"#87A3CE"}}},visualMap:{textStyle:{color:$e}},timeline:{lineStyle:{color:$e},label:{color:$e},controlStyle:{color:$e,borderColor:$e}},calendar:{itemStyle:{color:eC},dayLabel:{color:$e},monthLabel:{color:$e},yearLabel:{color:$e}},timeAxis:Nh(),logAxis:Nh(),valueAxis:Nh(),categoryAxis:Nh(),line:{symbol:"circle"},graph:{color:rC},gauge:{title:{color:$e},axisLine:{lineStyle:{color:[[1,"rgba(207,212,219,0.2)"]]}},axisLabel:{color:$e},detail:{color:"#EEF1FA"}},candlestick:{itemStyle:{color:"#f64e56",color0:"#54ea92",borderColor:"#f64e56",borderColor0:"#54ea92"}}};nC.categoryAxis.splitLine.show=!1;var eY=function(){function r(){}return r.prototype.normalizeQuery=function(t){var e={},n={},i={};if(J(t)){var a=bn(t);e.mainType=a.main||null,e.subType=a.sub||null}else{var o=["Index","Name","Id"],s={name:1,dataIndex:1,dataType:1};E(t,function(u,l){for(var f=!1,h=0;h<o.length;h++){var c=o[h],v=l.lastIndexOf(c);if(v>0&&v===l.length-c.length){var p=l.slice(0,v);p!=="data"&&(e.mainType=p,e[c.toLowerCase()]=u,f=!0)}}s.hasOwnProperty(l)&&(n[l]=u,f=!0),f||(i[l]=u)})}return{cptQuery:e,dataQuery:n,otherQuery:i}},r.prototype.filter=function(t,e){var n=this.eventInfo;if(!n)return!0;var i=n.targetEl,a=n.packedEvent,o=n.model,s=n.view;if(!o||!s)return!0;var u=e.cptQuery,l=e.dataQuery;return f(u,o,"mainType")&&f(u,o,"subType")&&f(u,o,"index","componentIndex")&&f(u,o,"name")&&f(u,o,"id")&&f(l,a,"name")&&f(l,a,"dataIndex")&&f(l,a,"dataType")&&(!s.filterForExposedEvent||s.filterForExposedEvent(t,e.otherQuery,i,a));function f(h,c,v,p){return h[v]==null||c[p||v]===h[v]}},r.prototype.afterTrigger=function(){this.eventInfo=null},r}(),Wg=["symbol","symbolSize","symbolRotate","symbolOffset"],iC=Wg.concat(["symbolKeepAspect"]),rY={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,t){var e=r.getData();if(r.legendIcon&&e.setVisual("legendIcon",r.legendIcon),!r.hasSymbolVisual)return;for(var n={},i={},a=!1,o=0;o<Wg.length;o++){var s=Wg[o],u=r.get(s);ot(u)?(a=!0,i[s]=u):n[s]=u}if(n.symbol=n.symbol||r.defaultSymbol,e.setVisual(H({legendIcon:r.legendIcon||n.symbol,symbolKeepAspect:r.get("symbolKeepAspect")},n)),t.isSeriesFiltered(r))return;var l=Ot(i);function f(h,c){for(var v=r.getRawValue(c),p=r.getDataParams(c),g=0;g<l.length;g++){var d=l[g];h.setItemVisual(c,d,i[d](v,p))}}return{dataEach:a?f:null}}},nY={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,t){if(!r.hasSymbolVisual||t.isSeriesFiltered(r))return;var e=r.getData();function n(i,a){for(var o=i.getItemModel(a),s=0;s<iC.length;s++){var u=iC[s],l=o.getShallow(u,!0);l!=null&&i.setItemVisual(a,u,l)}}return{dataEach:e.hasItemOption?n:null}}};function iY(r,t,e){switch(e){case"color":var n=r.getItemVisual(t,"style");return n[r.getVisual("drawType")];case"opacity":return r.getItemVisual(t,"style").opacity;case"symbol":case"symbolSize":case"liftZ":return r.getItemVisual(t,e)}}function zh(r,t){switch(t){case"color":var e=r.getVisual("style");return e[r.getVisual("drawType")];case"opacity":return r.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return r.getVisual(t)}}function aY(r,t){function e(n,i){var a=[];return n.eachComponent({mainType:"series",subType:r,query:i},function(o){a.push(o.seriesIndex)}),a}E([[r+"ToggleSelect","toggleSelect"],[r+"Select","select"],[r+"UnSelect","unselect"]],function(n){t(n[0],function(i,a,o){i=H({},i),o.dispatchAction(H(i,{type:n[1],seriesIndex:e(a,i)}))})})}function rs(r,t,e,n,i){var a=r+t;e.isSilent(a)||n.eachComponent({mainType:"series",subType:"pie"},function(o){for(var s=o.seriesIndex,u=o.option.selectedMap,l=i.selected,f=0;f<l.length;f++)if(l[f].seriesIndex===s){var h=o.getData(),c=da(h,i.fromActionPayload);e.trigger(a,{type:a,seriesId:o.id,name:Y(c)?h.getName(c[0]):h.getName(c),selected:J(u)?u:H({},u)})}})}function oY(r,t,e){r.on("selectchanged",function(n){var i=e.getModel();n.isFromClick?(rs("map","selectchanged",t,i,n),rs("pie","selectchanged",t,i,n)):n.fromAction==="select"?(rs("map","selected",t,i,n),rs("pie","selected",t,i,n)):n.fromAction==="unselect"&&(rs("map","unselected",t,i,n),rs("pie","unselected",t,i,n))})}function $a(r,t,e){for(var n;r&&!(t(r)&&(n=r,e));)r=r.__hostTarget||r.parent;return n}var sY=Math.round(Math.random()*9),uY=typeof Object.defineProperty=="function",lY=function(){function r(){this._id="__ec_inner_"+sY++}return r.prototype.get=function(t){return this._guard(t)[this._id]},r.prototype.set=function(t,e){var n=this._guard(t);return uY?Object.defineProperty(n,this._id,{value:e,enumerable:!1,configurable:!0}):n[this._id]=e,this},r.prototype.delete=function(t){return this.has(t)?(delete this._guard(t)[this._id],!0):!1},r.prototype.has=function(t){return!!this._guard(t)[this._id]},r.prototype._guard=function(t){if(t!==Object(t))throw TypeError("Value of WeakMap is not a non-null object.");return t},r}(),fY=Dt.extend({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(r,t){var e=t.cx,n=t.cy,i=t.width/2,a=t.height/2;r.moveTo(e,n-a),r.lineTo(e+i,n+a),r.lineTo(e-i,n+a),r.closePath()}}),hY=Dt.extend({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(r,t){var e=t.cx,n=t.cy,i=t.width/2,a=t.height/2;r.moveTo(e,n-a),r.lineTo(e+i,n),r.lineTo(e,n+a),r.lineTo(e-i,n),r.closePath()}}),cY=Dt.extend({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(r,t){var e=t.x,n=t.y,i=t.width/5*3,a=Math.max(i,t.height),o=i/2,s=o*o/(a-o),u=n-a+o+s,l=Math.asin(s/o),f=Math.cos(l)*o,h=Math.sin(l),c=Math.cos(l),v=o*.6,p=o*.7;r.moveTo(e-f,u+s),r.arc(e,u,o,Math.PI-l,Math.PI*2+l),r.bezierCurveTo(e+f-h*v,u+s+c*v,e,n-p,e,n),r.bezierCurveTo(e,n-p,e-f+h*v,u+s+c*v,e-f,u+s),r.closePath()}}),vY=Dt.extend({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(r,t){var e=t.height,n=t.width,i=t.x,a=t.y,o=n/3*2;r.moveTo(i,a),r.lineTo(i+o,a+e),r.lineTo(i,a+e/4*3),r.lineTo(i-o,a+e),r.lineTo(i,a),r.closePath()}}),pY={line:de,rect:Et,roundRect:Et,square:Et,circle:ri,diamond:hY,pin:cY,arrow:vY,triangle:fY},dY={line:function(r,t,e,n,i){i.x1=r,i.y1=t+n/2,i.x2=r+e,i.y2=t+n/2},rect:function(r,t,e,n,i){i.x=r,i.y=t,i.width=e,i.height=n},roundRect:function(r,t,e,n,i){i.x=r,i.y=t,i.width=e,i.height=n,i.r=Math.min(e,n)/4},square:function(r,t,e,n,i){var a=Math.min(e,n);i.x=r,i.y=t,i.width=a,i.height=a},circle:function(r,t,e,n,i){i.cx=r+e/2,i.cy=t+n/2,i.r=Math.min(e,n)/2},diamond:function(r,t,e,n,i){i.cx=r+e/2,i.cy=t+n/2,i.width=e,i.height=n},pin:function(r,t,e,n,i){i.x=r+e/2,i.y=t+n/2,i.width=e,i.height=n},arrow:function(r,t,e,n,i){i.x=r+e/2,i.y=t+n/2,i.width=e,i.height=n},triangle:function(r,t,e,n,i){i.cx=r+e/2,i.cy=t+n/2,i.width=e,i.height=n}},Gh={};E(pY,function(r,t){Gh[t]=new r});var gY=Dt.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(r,t,e){var n=Gf(r,t,e),i=this.shape;return i&&i.symbolType==="pin"&&t.position==="inside"&&(n.y=e.y+e.height*.4),n},buildPath:function(r,t,e){var n=t.symbolType;if(n!=="none"){var i=Gh[n];i||(n="rect",i=Gh[n]),dY[n](t.x,t.y,t.width,t.height,i.shape),i.buildPath(r,i.shape,e)}}});function yY(r,t){if(this.type!=="image"){var e=this.style;this.__isEmptyBrush?(e.stroke=r,e.fill=t||"#fff",e.lineWidth=2):this.shape.symbolType==="line"?e.stroke=r:e.fill=r,this.markRedraw()}}function le(r,t,e,n,i,a,o){var s=r.indexOf("empty")===0;s&&(r=r.substr(5,1).toLowerCase()+r.substr(6));var u;return r.indexOf("image://")===0?u=a2(r.slice(8),new yt(t,e,n,i),o?"center":"cover"):r.indexOf("path://")===0?u=fh(r.slice(7),{},new yt(t,e,n,i),o?"center":"cover"):u=new gY({shape:{symbolType:r,x:t,y:e,width:n,height:i}}),u.__isEmptyBrush=s,u.setColor=yY,a&&u.setColor(a),u}function ns(r){return Y(r)||(r=[+r,+r]),[r[0]||0,r[1]||0]}function Ha(r,t){if(r!=null)return Y(r)||(r=[r,r]),[rt(r[0],t[0])||0,rt(dt(r[1],r[0]),t[1])||0]}function Wa(r){return isFinite(r)}function mY(r,t,e){var n=t.x==null?0:t.x,i=t.x2==null?1:t.x2,a=t.y==null?0:t.y,o=t.y2==null?0:t.y2;t.global||(n=n*e.width+e.x,i=i*e.width+e.x,a=a*e.height+e.y,o=o*e.height+e.y),n=Wa(n)?n:0,i=Wa(i)?i:1,a=Wa(a)?a:0,o=Wa(o)?o:0;var s=r.createLinearGradient(n,a,i,o);return s}function _Y(r,t,e){var n=e.width,i=e.height,a=Math.min(n,i),o=t.x==null?.5:t.x,s=t.y==null?.5:t.y,u=t.r==null?.5:t.r;t.global||(o=o*n+e.x,s=s*i+e.y,u=u*a),o=Wa(o)?o:.5,s=Wa(s)?s:.5,u=u>=0&&Wa(u)?u:.5;var l=r.createRadialGradient(o,s,0,o,s,u);return l}function Ug(r,t,e){for(var n=t.type==="radial"?_Y(r,t,e):mY(r,t,e),i=t.colorStops,a=0;a<i.length;a++)n.addColorStop(i[a].offset,i[a].color);return n}function SY(r,t){if(r===t||!r&&!t)return!1;if(!r||!t||r.length!==t.length)return!0;for(var e=0;e<r.length;e++)if(r[e]!==t[e])return!0;return!1}function Vh(r){return parseInt(r,10)}function $h(r,t,e){var n=["width","height"][t],i=["clientWidth","clientHeight"][t],a=["paddingLeft","paddingTop"][t],o=["paddingRight","paddingBottom"][t];if(e[n]!=null&&e[n]!=="auto")return parseFloat(e[n]);var s=document.defaultView.getComputedStyle(r);return(r[i]||Vh(s[n])||Vh(r.style[n]))-(Vh(s[a])||0)-(Vh(s[o])||0)|0}function bY(r,t){return!r||r==="solid"||!(t>0)?null:r==="dashed"?[4*t,2*t]:r==="dotted"?[t]:Bt(r)?[r]:Y(r)?r:null}function aC(r){var t=r.style,e=t.lineDash&&t.lineWidth>0&&bY(t.lineDash,t.lineWidth),n=t.lineDashOffset;if(e){var i=t.strokeNoScale&&r.getLineScale?r.getLineScale():1;i&&i!==1&&(e=U(e,function(a){return a/i}),n/=i)}return[e,n]}var wY=new Ii(!0);function Hh(r){var t=r.stroke;return!(t==null||t==="none"||!(r.lineWidth>0))}function oC(r){return typeof r=="string"&&r!=="none"}function Wh(r){var t=r.fill;return t!=null&&t!=="none"}function sC(r,t){if(t.fillOpacity!=null&&t.fillOpacity!==1){var e=r.globalAlpha;r.globalAlpha=t.fillOpacity*t.opacity,r.fill(),r.globalAlpha=e}else r.fill()}function uC(r,t){if(t.strokeOpacity!=null&&t.strokeOpacity!==1){var e=r.globalAlpha;r.globalAlpha=t.strokeOpacity*t.opacity,r.stroke(),r.globalAlpha=e}else r.stroke()}function Yg(r,t,e){var n=tx(t.image,t.__image,e);if(Wf(n)){var i=r.createPattern(n,t.repeat||"repeat");if(typeof DOMMatrix=="function"&&i&&i.setTransform){var a=new DOMMatrix;a.translateSelf(t.x||0,t.y||0),a.rotateSelf(0,0,(t.rotation||0)*DG),a.scaleSelf(t.scaleX||1,t.scaleY||1),i.setTransform(a)}return i}}function xY(r,t,e,n){var i,a=Hh(e),o=Wh(e),s=e.strokePercent,u=s<1,l=!t.path;(!t.silent||u)&&l&&t.createPathProxy();var f=t.path||wY,h=t.__dirty;if(!n){var c=e.fill,v=e.stroke,p=o&&!!c.colorStops,g=a&&!!v.colorStops,d=o&&!!c.image,y=a&&!!v.image,m=void 0,_=void 0,S=void 0,w=void 0,b=void 0;(p||g)&&(b=t.getBoundingRect()),p&&(m=h?Ug(r,c,b):t.__canvasFillGradient,t.__canvasFillGradient=m),g&&(_=h?Ug(r,v,b):t.__canvasStrokeGradient,t.__canvasStrokeGradient=_),d&&(S=h||!t.__canvasFillPattern?Yg(r,c,t):t.__canvasFillPattern,t.__canvasFillPattern=S),y&&(w=h||!t.__canvasStrokePattern?Yg(r,v,t):t.__canvasStrokePattern,t.__canvasStrokePattern=S),p?r.fillStyle=m:d&&(S?r.fillStyle=S:o=!1),g?r.strokeStyle=_:y&&(w?r.strokeStyle=w:a=!1)}var x=t.getGlobalScale();f.setScale(x[0],x[1],t.segmentIgnoreThreshold);var A,D;r.setLineDash&&e.lineDash&&(i=aC(t),A=i[0],D=i[1]);var C=!0;(l||h&Lo)&&(f.setDPR(r.dpr),u?f.setContext(null):(f.setContext(r),C=!1),f.reset(),t.buildPath(f,t.shape,n),f.toStatic(),t.pathUpdated()),C&&f.rebuildPath(r,u?s:1),A&&(r.setLineDash(A),r.lineDashOffset=D),n||(e.strokeFirst?(a&&uC(r,e),o&&sC(r,e)):(o&&sC(r,e),a&&uC(r,e))),A&&r.setLineDash([])}function AY(r,t,e){var n=t.__image=tx(e.image,t.__image,t,t.onload);if(!(!n||!Wf(n))){var i=e.x||0,a=e.y||0,o=t.getWidth(),s=t.getHeight(),u=n.width/n.height;if(o==null&&s!=null?o=s*u:s==null&&o!=null?s=o/u:o==null&&s==null&&(o=n.width,s=n.height),e.sWidth&&e.sHeight){var l=e.sx||0,f=e.sy||0;r.drawImage(n,l,f,e.sWidth,e.sHeight,i,a,o,s)}else if(e.sx&&e.sy){var l=e.sx,f=e.sy,h=o-l,c=s-f;r.drawImage(n,l,f,h,c,i,a,o,s)}else r.drawImage(n,i,a,o,s)}}function CY(r,t,e){var n,i=e.text;if(i!=null&&(i+=""),i){r.font=e.font||aa,r.textAlign=e.textAlign,r.textBaseline=e.textBaseline;var a=void 0,o=void 0;r.setLineDash&&e.lineDash&&(n=aC(t),a=n[0],o=n[1]),a&&(r.setLineDash(a),r.lineDashOffset=o),e.strokeFirst?(Hh(e)&&r.strokeText(i,e.x,e.y),Wh(e)&&r.fillText(i,e.x,e.y)):(Wh(e)&&r.fillText(i,e.x,e.y),Hh(e)&&r.strokeText(i,e.x,e.y)),a&&r.setLineDash([])}}var lC=["shadowBlur","shadowOffsetX","shadowOffsetY"],fC=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function hC(r,t,e,n,i){var a=!1;if(!n&&(e=e||{},t===e))return!1;if(n||t.opacity!==e.opacity){ir(r,i),a=!0;var o=Math.max(Math.min(t.opacity,1),0);r.globalAlpha=isNaN(o)?ma.opacity:o}(n||t.blend!==e.blend)&&(a||(ir(r,i),a=!0),r.globalCompositeOperation=t.blend||ma.blend);for(var s=0;s<lC.length;s++){var u=lC[s];(n||t[u]!==e[u])&&(a||(ir(r,i),a=!0),r[u]=r.dpr*(t[u]||0))}return(n||t.shadowColor!==e.shadowColor)&&(a||(ir(r,i),a=!0),r.shadowColor=t.shadowColor||ma.shadowColor),a}function cC(r,t,e,n,i){var a=Vu(t,i.inHover),o=n?null:e&&Vu(e,i.inHover)||{};if(a===o)return!1;var s=hC(r,a,o,n,i);if((n||a.fill!==o.fill)&&(s||(ir(r,i),s=!0),oC(a.fill)&&(r.fillStyle=a.fill)),(n||a.stroke!==o.stroke)&&(s||(ir(r,i),s=!0),oC(a.stroke)&&(r.strokeStyle=a.stroke)),(n||a.opacity!==o.opacity)&&(s||(ir(r,i),s=!0),r.globalAlpha=a.opacity==null?1:a.opacity),t.hasStroke()){var u=a.lineWidth,l=u/(a.strokeNoScale&&t.getLineScale?t.getLineScale():1);r.lineWidth!==l&&(s||(ir(r,i),s=!0),r.lineWidth=l)}for(var f=0;f<fC.length;f++){var h=fC[f],c=h[0];(n||a[c]!==o[c])&&(s||(ir(r,i),s=!0),r[c]=a[c]||h[1])}return s}function TY(r,t,e,n,i){return hC(r,Vu(t,i.inHover),e&&Vu(e,i.inHover),n,i)}function vC(r,t){var e=t.transform,n=r.dpr||1;e?r.setTransform(n*e[0],n*e[1],n*e[2],n*e[3],n*e[4],n*e[5]):r.setTransform(n,0,0,n,0,0)}function DY(r,t,e){for(var n=!1,i=0;i<r.length;i++){var a=r[i];n=n||a.isZeroArea(),vC(t,a),t.beginPath(),a.buildPath(t,a.shape),t.clip()}e.allClipped=n}function EY(r,t){return r&&t?r[0]!==t[0]||r[1]!==t[1]||r[2]!==t[2]||r[3]!==t[3]||r[4]!==t[4]||r[5]!==t[5]:!(!r&&!t)}var pC=1,dC=2,gC=3,yC=4;function MY(r){var t=Wh(r),e=Hh(r);return!(r.lineDash||!(+t^+e)||t&&typeof r.fill!="string"||e&&typeof r.stroke!="string"||r.strokePercent<1||r.strokeOpacity<1||r.fillOpacity<1)}function ir(r,t){t.batchFill&&r.fill(),t.batchStroke&&r.stroke(),t.batchFill="",t.batchStroke=""}function Vu(r,t){return t&&r.__hoverStyle||r.style}function mC(r,t){Ua(r,t,{inHover:!1,viewWidth:0,viewHeight:0},!0)}function Ua(r,t,e,n){var i=t.transform;if(!t.shouldBePainted(e.viewWidth,e.viewHeight,!1,!1)){t.__dirty&=~vr,t.__isRendered=!1;return}var a=t.__clipPaths,o=e.prevElClipPaths,s=!1,u=!1;if((!o||SY(a,o))&&(o&&o.length&&(ir(r,e),r.restore(),u=s=!0,e.prevElClipPaths=null,e.allClipped=!1,e.prevEl=null),a&&a.length&&(ir(r,e),r.save(),DY(a,r,e),s=!0),e.prevElClipPaths=a),e.allClipped){t.__isRendered=!1;return}t.beforeBrush&&t.beforeBrush(),t.innerBeforeBrush();var l=e.prevEl;l||(u=s=!0);var f=t instanceof Dt&&t.autoBatch&&MY(t.style);s||EY(i,l.transform)?(ir(r,e),vC(r,t)):f||ir(r,e);var h=Vu(t,e.inHover);t instanceof Dt?(e.lastDrawType!==pC&&(u=!0,e.lastDrawType=pC),cC(r,t,l,u,e),(!f||!e.batchFill&&!e.batchStroke)&&r.beginPath(),xY(r,t,h,f),f&&(e.batchFill=h.fill||"",e.batchStroke=h.stroke||"")):t instanceof hu?(e.lastDrawType!==gC&&(u=!0,e.lastDrawType=gC),cC(r,t,l,u,e),CY(r,t,h)):t instanceof Me?(e.lastDrawType!==dC&&(u=!0,e.lastDrawType=dC),TY(r,t,l,u,e),AY(r,t,h)):t.getTemporalDisplayables&&(e.lastDrawType!==yC&&(u=!0,e.lastDrawType=yC),LY(r,t,e)),f&&n&&ir(r,e),t.innerAfterBrush(),t.afterBrush&&t.afterBrush(),e.prevEl=t,t.__dirty=0,t.__isRendered=!0}function LY(r,t,e){var n=t.getDisplayables(),i=t.getTemporalDisplayables();r.save();var a={prevElClipPaths:null,prevEl:null,allClipped:!1,viewWidth:e.viewWidth,viewHeight:e.viewHeight,inHover:e.inHover},o,s;for(o=t.getCursor(),s=n.length;o<s;o++){var u=n[o];u.beforeBrush&&u.beforeBrush(),u.innerBeforeBrush(),Ua(r,u,a,o===s-1),u.innerAfterBrush(),u.afterBrush&&u.afterBrush(),a.prevEl=u}for(var l=0,f=i.length;l<f;l++){var u=i[l];u.beforeBrush&&u.beforeBrush(),u.innerBeforeBrush(),Ua(r,u,a,l===f-1),u.innerAfterBrush(),u.afterBrush&&u.afterBrush(),a.prevEl=u}t.clearTemporalDisplayables(),t.notClear=!0,r.restore()}var Xg=new lY,_C=new Ks(100),SC=["symbol","symbolSize","symbolKeepAspect","color","backgroundColor","dashArrayX","dashArrayY","maxTileWidth","maxTileHeight"];function is(r,t){if(r==="none")return null;var e=t.getDevicePixelRatio(),n=t.getZr(),i=n.painter.type==="svg";r.dirty&&Xg.delete(r);var a=Xg.get(r);if(a)return a;var o=ft(r,{symbol:"rect",symbolSize:1,symbolKeepAspect:!0,color:"rgba(0, 0, 0, 0.2)",backgroundColor:null,dashArrayX:5,dashArrayY:5,rotation:0,maxTileWidth:512,maxTileHeight:512});o.backgroundColor==="none"&&(o.backgroundColor=null);var s={repeat:"repeat"};return u(s),s.rotation=o.rotation,s.scaleX=s.scaleY=i?1:1/e,Xg.set(r,s),r.dirty=!1,s;function u(l){for(var f=[e],h=!0,c=0;c<SC.length;++c){var v=o[SC[c]];if(v!=null&&!Y(v)&&!J(v)&&!Bt(v)&&typeof v!="boolean"){h=!1;break}f.push(v)}var p;if(h){p=f.join(",")+(i?"-svg":"");var g=_C.get(p);g&&(i?l.svgElement=g:l.image=g)}var d=wC(o.dashArrayX),y=IY(o.dashArrayY),m=bC(o.symbol),_=PY(d),S=xC(y),w=!i&&Si.createCanvas(),b=i&&{tag:"g",attrs:{},key:"dcl",children:[]},x=D(),A;w&&(w.width=x.width*e,w.height=x.height*e,A=w.getContext("2d")),C(),h&&_C.put(p,w||b),l.image=w,l.svgElement=b,l.svgWidth=x.width,l.svgHeight=x.height;function D(){for(var T=1,I=0,F=_.length;I<F;++I)T=Vw(T,_[I]);for(var P=1,I=0,F=m.length;I<F;++I)P=Vw(P,m[I].length);T*=P;var L=S*_.length*m.length;return{width:Math.max(1,Math.min(T,o.maxTileWidth)),height:Math.max(1,Math.min(L,o.maxTileHeight))}}function C(){A&&(A.clearRect(0,0,w.width,w.height),o.backgroundColor&&(A.fillStyle=o.backgroundColor,A.fillRect(0,0,w.width,w.height)));for(var T=0,I=0;I<y.length;++I)T+=y[I];if(T<=0)return;for(var F=-S,P=0,L=0,R=0;F<x.height;){if(P%2===0){for(var k=L/2%m.length,B=0,N=0,z=0;B<x.width*2;){for(var W=0,I=0;I<d[R].length;++I)W+=d[R][I];if(W<=0)break;if(N%2===0){var G=(1-o.symbolSize)*.5,V=B+d[R][N]*G,$=F+y[P]*G,X=d[R][N]*o.symbolSize,q=y[P]*o.symbolSize,K=z/2%m[k].length;tt(V,$,X,q,m[k][K])}B+=d[R][N],++z,++N,N===d[R].length&&(N=0)}++R,R===d.length&&(R=0)}F+=y[P],++L,++P,P===y.length&&(P=0)}function tt(vt,nt,Q,ht,Yt){var Pt=i?1:e,fe=le(Yt,vt*Pt,nt*Pt,Q*Pt,ht*Pt,o.color,o.symbolKeepAspect);if(i){var ce=n.painter.renderOneToVNode(fe);ce&&b.children.push(ce)}else mC(A,fe)}}}}function bC(r){if(!r||r.length===0)return[["rect"]];if(J(r))return[[r]];for(var t=!0,e=0;e<r.length;++e)if(!J(r[e])){t=!1;break}if(t)return bC([r]);for(var n=[],e=0;e<r.length;++e)J(r[e])?n.push([r[e]]):n.push(r[e]);return n}function wC(r){if(!r||r.length===0)return[[0,0]];if(Bt(r)){var t=Math.ceil(r);return[[t,t]]}for(var e=!0,n=0;n<r.length;++n)if(!Bt(r[n])){e=!1;break}if(e)return wC([r]);for(var i=[],n=0;n<r.length;++n)if(Bt(r[n])){var t=Math.ceil(r[n]);i.push([t,t])}else{var t=U(r[n],function(s){return Math.ceil(s)});t.length%2===1?i.push(t.concat(t)):i.push(t)}return i}function IY(r){if(!r||typeof r=="object"&&r.length===0)return[0,0];if(Bt(r)){var t=Math.ceil(r);return[t,t]}var e=U(r,function(n){return Math.ceil(n)});return r.length%2?e.concat(e):e}function PY(r){return U(r,function(t){return xC(t)})}function xC(r){for(var t=0,e=0;e<r.length;++e)t+=r[e];return r.length%2===1?t*2:t}function FY(r,t){r.eachRawSeries(function(e){if(!r.isSeriesFiltered(e)){var n=e.getData();n.hasItemVisual()&&n.each(function(o){var s=n.getItemVisual(o,"decal");if(s){var u=n.ensureUniqueItemVisual(o,"style");u.decal=is(s,t)}});var i=n.getVisual("decal");if(i){var a=n.getVisual("style");a.decal=is(i,t)}}})}var nn=new Cr,AC={};function RY(r,t){AC[r]=t}function BY(r){return AC[r]}var OY=1,kY=800,NY=900,zY=1e3,GY=2e3,VY=5e3,CC=1e3,$Y=1100,Zg=2e3,TC=3e3,HY=4e3,Uh=4500,WY=4600,UY=5e3,YY=6e3,DC=7e3,XY={PROCESSOR:{FILTER:zY,SERIES_FILTER:kY,STATISTIC:VY},VISUAL:{LAYOUT:CC,PROGRESSIVE_LAYOUT:$Y,GLOBAL:Zg,CHART:TC,POST_CHART_LAYOUT:WY,COMPONENT:HY,BRUSH:UY,CHART_ITEM:Uh,ARIA:YY,DECAL:DC}},Pe="__flagInMainProcess",ar="__pendingUpdate",qg="__needsUpdateStatus",EC=/^[a-zA-Z0-9_]+$/,Kg="__connectUpdateStatus",MC=0,ZY=1,qY=2;function LC(r){return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];if(this.isDisposed()){this.id;return}return PC(this,r,t)}}function IC(r){return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return PC(this,r,t)}}function PC(r,t,e){return e[0]=e[0]&&e[0].toLowerCase(),Cr.prototype[t].apply(r,e)}var FC=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t}(Cr),RC=FC.prototype;RC.on=IC("on"),RC.off=IC("off");var as,jg,Yh,Vi,Jg,Qg,ty,$u,Hu,BC,OC,ey,kC,Xh,NC,zC,Or,GC,VC=function(r){O(t,r);function t(e,n,i){var a=r.call(this,new eY)||this;a._chartsViews=[],a._chartsMap={},a._componentsViews=[],a._componentsMap={},a._pendingActions=[],i=i||{},J(n)&&(n=$C[n]),a._dom=e;var o="canvas",s="auto",u=!1;i.ssr;var l=a._zr=Iw(e,{renderer:i.renderer||o,devicePixelRatio:i.devicePixelRatio,width:i.width,height:i.height,ssr:i.ssr,useDirtyRect:dt(i.useDirtyRect,u),useCoarsePointer:dt(i.useCoarsePointer,s),pointerSize:i.pointerSize});a._ssr=i.ssr,a._throttledZrFlush=Rh(Z(l.flush,l),17),n=st(n),n&&sA(n,!0),a._theme=n,a._locale=pW(i.locale||b2),a._coordSysMgr=new Iu;var f=a._api=NC(a);function h(c,v){return c.__prio-v.__prio}return Cf(qh,h),Cf(ny,h),a._scheduler=new KA(a,f,ny,qh),a._messageCenter=new FC,a._initEvents(),a.resize=Z(a.resize,a),l.animation.on("frame",a._onframe,a),BC(l,a),OC(l,a),mf(a),a}return t.prototype._onframe=function(){if(!this._disposed){GC(this);var e=this._scheduler;if(this[ar]){var n=this[ar].silent;this[Pe]=!0;try{as(this),Vi.update.call(this,null,this[ar].updateParams)}catch(u){throw this[Pe]=!1,this[ar]=null,u}this._zr.flush(),this[Pe]=!1,this[ar]=null,$u.call(this,n),Hu.call(this,n)}else if(e.unfinished){var i=OY,a=this._model,o=this._api;e.unfinished=!1;do{var s=+new Date;e.performSeriesTasks(a),e.performDataProcessorTasks(a),Qg(this,a),e.performVisualTasks(a),Xh(this,this._model,o,"remain",{}),i-=+new Date-s}while(i>0&&e.unfinished);e.unfinished||this._zr.flush()}}},t.prototype.getDom=function(){return this._dom},t.prototype.getId=function(){return this.id},t.prototype.getZr=function(){return this._zr},t.prototype.isSSR=function(){return this._ssr},t.prototype.setOption=function(e,n,i){if(!this[Pe]){if(this._disposed){this.id;return}var a,o,s;if(lt(n)&&(i=n.lazyUpdate,a=n.silent,o=n.replaceMerge,s=n.transition,n=n.notMerge),this[Pe]=!0,!this._model||n){var u=new GW(this._api),l=this._theme,f=this._model=new Eg;f.scheduler=this._scheduler,f.ssr=this._ssr,f.init(null,null,null,l,this._locale,u)}this._model.setOption(e,{replaceMerge:o},iy);var h={seriesTransition:s,optionChanged:!0};if(i)this[ar]={silent:a,updateParams:h},this[Pe]=!1,this.getZr().wakeUp();else{try{as(this),Vi.update.call(this,null,h)}catch(c){throw this[ar]=null,this[Pe]=!1,c}this._ssr||this._zr.flush(),this[ar]=null,this[Pe]=!1,$u.call(this,a),Hu.call(this,a)}}},t.prototype.setTheme=function(){},t.prototype.getModel=function(){return this._model},t.prototype.getOption=function(){return this._model&&this._model.getOption()},t.prototype.getWidth=function(){return this._zr.getWidth()},t.prototype.getHeight=function(){return this._zr.getHeight()},t.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||_t.hasGlobalWindow&&window.devicePixelRatio||1},t.prototype.getRenderedCanvas=function(e){return this.renderToCanvas(e)},t.prototype.renderToCanvas=function(e){e=e||{};var n=this._zr.painter;return n.getRenderedCanvas({backgroundColor:e.backgroundColor||this._model.get("backgroundColor"),pixelRatio:e.pixelRatio||this.getDevicePixelRatio()})},t.prototype.renderToSVGString=function(e){e=e||{};var n=this._zr.painter;return n.renderToString({useViewBox:e.useViewBox})},t.prototype.getSvgDataURL=function(){if(!!_t.svgSupported){var e=this._zr,n=e.storage.getDisplayList();return E(n,function(i){i.stopAnimation(null,!0)}),e.painter.toDataURL()}},t.prototype.getDataURL=function(e){if(this._disposed){this.id;return}e=e||{};var n=e.excludeComponents,i=this._model,a=[],o=this;E(n,function(u){i.eachComponent({mainType:u},function(l){var f=o._componentsMap[l.__viewId];f.group.ignore||(a.push(f),f.group.ignore=!0)})});var s=this._zr.painter.getType()==="svg"?this.getSvgDataURL():this.renderToCanvas(e).toDataURL("image/"+(e&&e.type||"png"));return E(a,function(u){u.group.ignore=!1}),s},t.prototype.getConnectedDataURL=function(e){if(this._disposed){this.id;return}var n=e.type==="svg",i=this.group,a=Math.min,o=Math.max,s=1/0;if(HC[i]){var u=s,l=s,f=-s,h=-s,c=[],v=e&&e.pixelRatio||this.getDevicePixelRatio();E(Uu,function(_,S){if(_.group===i){var w=n?_.getZr().painter.getSvgDom().innerHTML:_.renderToCanvas(st(e)),b=_.getDom().getBoundingClientRect();u=a(b.left,u),l=a(b.top,l),f=o(b.right,f),h=o(b.bottom,h),c.push({dom:w,left:b.left,top:b.top})}}),u*=v,l*=v,f*=v,h*=v;var p=f-u,g=h-l,d=Si.createCanvas(),y=Iw(d,{renderer:n?"svg":"canvas"});if(y.resize({width:p,height:g}),n){var m="";return E(c,function(_){var S=_.left-u,w=_.top-l;m+='<g transform="translate('+S+","+w+')">'+_.dom+"</g>"}),y.painter.getSvgRoot().innerHTML=m,e.connectedBackgroundColor&&y.painter.setBackgroundColor(e.connectedBackgroundColor),y.refreshImmediately(),y.painter.toDataURL()}else return e.connectedBackgroundColor&&y.add(new Et({shape:{x:0,y:0,width:p,height:g},style:{fill:e.connectedBackgroundColor}})),E(c,function(_){var S=new Me({style:{x:_.left*v-u,y:_.top*v-l,image:_.dom}});y.add(S)}),y.refreshImmediately(),d.toDataURL("image/"+(e&&e.type||"png"))}else return this.getDataURL(e)},t.prototype.convertToPixel=function(e,n){return Jg(this,"convertToPixel",e,n)},t.prototype.convertFromPixel=function(e,n){return Jg(this,"convertFromPixel",e,n)},t.prototype.containPixel=function(e,n){if(this._disposed){this.id;return}var i=this._model,a,o=su(i,e);return E(o,function(s,u){u.indexOf("Models")>=0&&E(s,function(l){var f=l.coordinateSystem;if(f&&f.containPoint)a=a||!!f.containPoint(n);else if(u==="seriesModels"){var h=this._chartsMap[l.__viewId];h&&h.containPoint&&(a=a||h.containPoint(n,l))}},this)},this),!!a},t.prototype.getVisual=function(e,n){var i=this._model,a=su(i,e,{defaultMainType:"series"}),o=a.seriesModel,s=o.getData(),u=a.hasOwnProperty("dataIndexInside")?a.dataIndexInside:a.hasOwnProperty("dataIndex")?s.indexOfRawIndex(a.dataIndex):null;return u!=null?iY(s,u,n):zh(s,n)},t.prototype.getViewOfComponentModel=function(e){return this._componentsMap[e.__viewId]},t.prototype.getViewOfSeriesModel=function(e){return this._chartsMap[e.__viewId]},t.prototype._initEvents=function(){var e=this;E(KY,function(n){var i=function(a){var o=e.getModel(),s=a.target,u,l=n==="globalout";if(l?u={}:s&&$a(s,function(p){var g=ut(p);if(g&&g.dataIndex!=null){var d=g.dataModel||o.getSeriesByIndex(g.seriesIndex);return u=d&&d.getDataParams(g.dataIndex,g.dataType,s)||{},!0}else if(g.eventData)return u=H({},g.eventData),!0},!0),u){var f=u.componentType,h=u.componentIndex;(f==="markLine"||f==="markPoint"||f==="markArea")&&(f="series",h=u.seriesIndex);var c=f&&h!=null&&o.getComponent(f,h),v=c&&e[c.mainType==="series"?"_chartsMap":"_componentsMap"][c.__viewId];u.event=a,u.type=n,e._$eventProcessor.eventInfo={targetEl:s,packedEvent:u,model:c,view:v},e.trigger(n,u)}};i.zrEventfulCallAtLast=!0,e._zr.on(n,i,e)}),E(Wu,function(n,i){e._messageCenter.on(i,function(a){this.trigger(i,a)},e)}),E(["selectchanged"],function(n){e._messageCenter.on(n,function(i){this.trigger(n,i)},e)}),oY(this._messageCenter,this,this._api)},t.prototype.isDisposed=function(){return this._disposed},t.prototype.clear=function(){if(this._disposed){this.id;return}this.setOption({series:[]},!0)},t.prototype.dispose=function(){if(this._disposed){this.id;return}this._disposed=!0;var e=this.getDom();e&&qw(this.getDom(),oy,"");var n=this,i=n._api,a=n._model;E(n._componentsViews,function(o){o.dispose(a,i)}),E(n._chartsViews,function(o){o.dispose(a,i)}),n._zr.dispose(),n._dom=n._model=n._chartsMap=n._componentsMap=n._chartsViews=n._componentsViews=n._scheduler=n._api=n._zr=n._throttledZrFlush=n._theme=n._coordSysMgr=n._messageCenter=null,delete Uu[n.id]},t.prototype.resize=function(e){if(!this[Pe]){if(this._disposed){this.id;return}this._zr.resize(e);var n=this._model;if(this._loadingFX&&this._loadingFX.resize(),!!n){var i=n.resetOption("media"),a=e&&e.silent;this[ar]&&(a==null&&(a=this[ar].silent),i=!0,this[ar]=null),this[Pe]=!0;try{i&&as(this),Vi.update.call(this,{type:"resize",animation:H({duration:0},e&&e.animation)})}catch(o){throw this[Pe]=!1,o}this[Pe]=!1,$u.call(this,a),Hu.call(this,a)}}},t.prototype.showLoading=function(e,n){if(this._disposed){this.id;return}if(lt(e)&&(n=e,e=""),e=e||"default",this.hideLoading(),!!ay[e]){var i=ay[e](this._api,n),a=this._zr;this._loadingFX=i,a.add(i)}},t.prototype.hideLoading=function(){if(this._disposed){this.id;return}this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},t.prototype.makeActionFromEvent=function(e){var n=H({},e);return n.type=Wu[e.type],n},t.prototype.dispatchAction=function(e,n){if(this._disposed){this.id;return}if(lt(n)||(n={silent:!!n}),!!Zh[e.type]&&!!this._model){if(this[Pe]){this._pendingActions.push(e);return}var i=n.silent;ty.call(this,e,i);var a=n.flush;a?this._zr.flush():a!==!1&&_t.browser.weChat&&this._throttledZrFlush(),$u.call(this,i),Hu.call(this,i)}},t.prototype.updateLabelLayout=function(){nn.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},t.prototype.appendData=function(e){if(this._disposed){this.id;return}var n=e.seriesIndex,i=this.getModel(),a=i.getSeriesByIndex(n);a.appendData(e),this._scheduler.unfinished=!0,this.getZr().wakeUp()},t.internalField=function(){as=function(h){var c=h._scheduler;c.restorePipelines(h._model),c.prepareStageTasks(),jg(h,!0),jg(h,!1),c.plan()},jg=function(h,c){for(var v=h._model,p=h._scheduler,g=c?h._componentsViews:h._chartsViews,d=c?h._componentsMap:h._chartsMap,y=h._zr,m=h._api,_=0;_<g.length;_++)g[_].__alive=!1;c?v.eachComponent(function(b,x){b!=="series"&&S(x)}):v.eachSeries(S);function S(b){var x=b.__requireNewView;b.__requireNewView=!1;var A="_ec_"+b.id+"_"+b.type,D=!x&&d[A];if(!D){var C=bn(b.type),T=c?Kt.getClass(C.main,C.sub):Nt.getClass(C.sub);D=new T,D.init(v,m),d[A]=D,g.push(D),y.add(D.group)}b.__viewId=D.__id=A,D.__alive=!0,D.__model=b,D.group.__ecComponentInfo={mainType:b.mainType,index:b.componentIndex},!c&&p.prepareView(D,b,v,m)}for(var _=0;_<g.length;){var w=g[_];w.__alive?_++:(!c&&w.renderTask.dispose(),y.remove(w.group),w.dispose(v,m),g.splice(_,1),d[w.__id]===w&&delete d[w.__id],w.__id=w.group.__ecComponentInfo=null)}},Yh=function(h,c,v,p,g){var d=h._model;if(d.setUpdatePayload(v),!p){E([].concat(h._componentsViews).concat(h._chartsViews),w);return}var y={};y[p+"Id"]=v[p+"Id"],y[p+"Index"]=v[p+"Index"],y[p+"Name"]=v[p+"Name"];var m={mainType:p,query:y};g&&(m.subType=g);var _=v.excludeSeriesId,S;_!=null&&(S=et(),E(re(_),function(b){var x=he(b,null);x!=null&&S.set(x,!0)})),d&&d.eachComponent(m,function(b){var x=S&&S.get(b.id)!=null;if(!x)if($x(v))if(b instanceof Ht)v.type===Ta&&!v.notBlur&&!b.get(["emphasis","disabled"])&&hH(b,v,h._api);else{var A=Qd(b.mainType,b.componentIndex,v.name,h._api),D=A.focusSelf,C=A.dispatchers;v.type===Ta&&D&&!v.notBlur&&Jd(b.mainType,b.componentIndex,h._api),C&&E(C,function(T){v.type===Ta?ti(T):ei(T)})}else eg(v)&&b instanceof Ht&&(pH(b,v,h._api),Gx(b),Or(h))},h),d&&d.eachComponent(m,function(b){var x=S&&S.get(b.id)!=null;x||w(h[p==="series"?"_chartsMap":"_componentsMap"][b.__viewId])},h);function w(b){b&&b.__alive&&b[c]&&b[c](b.__model,d,h._api,v)}},Vi={prepareAndUpdate:function(h){as(this),Vi.update.call(this,h,{optionChanged:h.newOption!=null})},update:function(h,c){var v=this._model,p=this._api,g=this._zr,d=this._coordSysMgr,y=this._scheduler;if(!!v){v.setUpdatePayload(h),y.restoreData(v,h),y.performSeriesTasks(v),d.create(v,p),y.performDataProcessorTasks(v,h),Qg(this,v),d.update(v,p),e(v),y.performVisualTasks(v,h),ey(this,v,p,h,c);var m=v.get("backgroundColor")||"transparent",_=v.get("darkMode");g.setBackgroundColor(m),_!=null&&_!=="auto"&&g.setDarkMode(_),nn.trigger("afterupdate",v,p)}},updateTransform:function(h){var c=this,v=this._model,p=this._api;if(!!v){v.setUpdatePayload(h);var g=[];v.eachComponent(function(y,m){if(y!=="series"){var _=c.getViewOfComponentModel(m);if(_&&_.__alive)if(_.updateTransform){var S=_.updateTransform(m,v,p,h);S&&S.update&&g.push(_)}else g.push(_)}});var d=et();v.eachSeries(function(y){var m=c._chartsMap[y.__viewId];if(m.updateTransform){var _=m.updateTransform(y,v,p,h);_&&_.update&&d.set(y.uid,1)}else d.set(y.uid,1)}),e(v),this._scheduler.performVisualTasks(v,h,{setDirty:!0,dirtyMap:d}),Xh(this,v,p,h,{},d),nn.trigger("afterupdate",v,p)}},updateView:function(h){var c=this._model;!c||(c.setUpdatePayload(h),Nt.markUpdateMethod(h,"updateView"),e(c),this._scheduler.performVisualTasks(c,h,{setDirty:!0}),ey(this,c,this._api,h,{}),nn.trigger("afterupdate",c,this._api))},updateVisual:function(h){var c=this,v=this._model;!v||(v.setUpdatePayload(h),v.eachSeries(function(p){p.getData().clearAllVisual()}),Nt.markUpdateMethod(h,"updateVisual"),e(v),this._scheduler.performVisualTasks(v,h,{visualType:"visual",setDirty:!0}),v.eachComponent(function(p,g){if(p!=="series"){var d=c.getViewOfComponentModel(g);d&&d.__alive&&d.updateVisual(g,v,c._api,h)}}),v.eachSeries(function(p){var g=c._chartsMap[p.__viewId];g.updateVisual(p,v,c._api,h)}),nn.trigger("afterupdate",v,this._api))},updateLayout:function(h){Vi.update.call(this,h)}},Jg=function(h,c,v,p){if(h._disposed){h.id;return}for(var g=h._model,d=h._coordSysMgr.getCoordinateSystems(),y,m=su(g,v),_=0;_<d.length;_++){var S=d[_];if(S[c]&&(y=S[c](g,m,p))!=null)return y}},Qg=function(h,c){var v=h._chartsMap,p=h._scheduler;c.eachSeries(function(g){p.updateStreamModes(g,v[g.__viewId])})},ty=function(h,c){var v=this,p=this.getModel(),g=h.type,d=h.escapeConnect,y=Zh[g],m=y.actionInfo,_=(m.update||"update").split(":"),S=_.pop(),w=_[0]!=null&&bn(_[0]);this[Pe]=!0;var b=[h],x=!1;h.batch&&(x=!0,b=U(h.batch,function(P){return P=ft(H({},P),h),P.batch=null,P}));var A=[],D,C=eg(h),T=$x(h);if(T&&zx(this._api),E(b,function(P){if(D=y.action(P,v._model,v._api),D=D||H({},P),D.type=m.event||D.type,A.push(D),T){var L=Dd(h),R=L.queryOptionMap,k=L.mainTypeSpecified,B=k?R.keys()[0]:"series";Yh(v,S,P,B),Or(v)}else C?(Yh(v,S,P,"series"),Or(v)):w&&Yh(v,S,P,w.main,w.sub)}),S!=="none"&&!T&&!C&&!w)try{this[ar]?(as(this),Vi.update.call(this,h),this[ar]=null):Vi[S].call(this,h)}catch(P){throw this[Pe]=!1,P}if(x?D={type:m.event||g,escapeConnect:d,batch:A}:D=A[0],this[Pe]=!1,!c){var I=this._messageCenter;if(I.trigger(D.type,D),C){var F={type:"selectchanged",escapeConnect:d,selected:dH(p),isFromClick:h.isFromClick||!1,fromAction:h.type,fromActionPayload:h};I.trigger(F.type,F)}}},$u=function(h){for(var c=this._pendingActions;c.length;){var v=c.shift();ty.call(this,v,h)}},Hu=function(h){!h&&this.trigger("updated")},BC=function(h,c){h.on("rendered",function(v){c.trigger("rendered",v),h.animation.isFinished()&&!c[ar]&&!c._scheduler.unfinished&&!c._pendingActions.length&&c.trigger("finished")})},OC=function(h,c){h.on("mouseover",function(v){var p=v.target,g=$a(p,gu);g&&(cH(g,v,c._api),Or(c))}).on("mouseout",function(v){var p=v.target,g=$a(p,gu);g&&(vH(g,v,c._api),Or(c))}).on("click",function(v){var p=v.target,g=$a(p,function(m){return ut(m).dataIndex!=null},!0);if(g){var d=g.selected?"unselect":"select",y=ut(g);c._api.dispatchAction({type:d,dataType:y.dataType,dataIndexInside:y.dataIndex,seriesIndex:y.seriesIndex,isFromClick:!0})}})};function e(h){h.clearColorPalette(),h.eachSeries(function(c){c.clearColorPalette()})}function n(h){var c=[],v=[],p=!1;if(h.eachComponent(function(m,_){var S=_.get("zlevel")||0,w=_.get("z")||0,b=_.getZLevelKey();p=p||!!b,(m==="series"?v:c).push({zlevel:S,z:w,idx:_.componentIndex,type:m,key:b})}),p){var g=c.concat(v),d,y;Cf(g,function(m,_){return m.zlevel===_.zlevel?m.z-_.z:m.zlevel-_.zlevel}),E(g,function(m){var _=h.getComponent(m.type,m.idx),S=m.zlevel,w=m.key;d!=null&&(S=Math.max(d,S)),w?(S===d&&w!==y&&S++,y=w):y&&(S===d&&S++,y=""),d=S,_.setZLevel(S)})}}ey=function(h,c,v,p,g){n(c),kC(h,c,v,p,g),E(h._chartsViews,function(d){d.__alive=!1}),Xh(h,c,v,p,g),E(h._chartsViews,function(d){d.__alive||d.remove(c,v)})},kC=function(h,c,v,p,g,d){E(d||h._componentsViews,function(y){var m=y.__model;l(m,y),y.render(m,c,v,p),s(m,y),f(m,y)})},Xh=function(h,c,v,p,g,d){var y=h._scheduler;g=H(g||{},{updatedSeries:c.getSeries()}),nn.trigger("series:beforeupdate",c,v,g);var m=!1;c.eachSeries(function(_){var S=h._chartsMap[_.__viewId];S.__alive=!0;var w=S.renderTask;y.updatePayload(w,p),l(_,S),d&&d.get(_.uid)&&w.dirty(),w.perform(y.getPerformArgs(w))&&(m=!0),S.group.silent=!!_.get("silent"),o(_,S),Gx(_)}),y.unfinished=m||y.unfinished,nn.trigger("series:layoutlabels",c,v,g),nn.trigger("series:transition",c,v,g),c.eachSeries(function(_){var S=h._chartsMap[_.__viewId];s(_,S),f(_,S)}),a(h,c),nn.trigger("series:afterupdate",c,v,g)},Or=function(h){h[qg]=!0,h.getZr().wakeUp()},GC=function(h){!h[qg]||(h.getZr().storage.traverse(function(c){Ho(c)||i(c)}),h[qg]=!1)};function i(h){for(var c=[],v=h.currentStates,p=0;p<v.length;p++){var g=v[p];g==="emphasis"||g==="blur"||g==="select"||c.push(g)}h.selected&&h.states.select&&c.push("select"),h.hoverState===qf&&h.states.emphasis?c.push("emphasis"):h.hoverState===cu&&h.states.blur&&c.push("blur"),h.useStates(c)}function a(h,c){var v=h._zr,p=v.storage,g=0;p.traverse(function(d){d.isGroup||g++}),g>c.get("hoverLayerThreshold")&&!_t.node&&!_t.worker&&c.eachSeries(function(d){if(!d.preventUsingHoverLayer){var y=h._chartsMap[d.__viewId];y.__alive&&y.eachRendered(function(m){m.states.emphasis&&(m.states.emphasis.hoverLayer=!0)})}})}function o(h,c){var v=h.get("blendMode")||null;c.eachRendered(function(p){p.isGroup||(p.style.blend=v)})}function s(h,c){if(!h.preventAutoZ){var v=h.get("z")||0,p=h.get("zlevel")||0;c.eachRendered(function(g){return u(g,v,p,-1/0),!0})}}function u(h,c,v,p){var g=h.getTextContent(),d=h.getTextGuideLine(),y=h.isGroup;if(y)for(var m=h.childrenRef(),_=0;_<m.length;_++)p=Math.max(u(m[_],c,v,p),p);else h.z=c,h.zlevel=v,p=Math.max(h.z2,p);if(g&&(g.z=c,g.zlevel=v,isFinite(p)&&(g.z2=p+2)),d){var S=h.textGuideLineConfig;d.z=c,d.zlevel=v,isFinite(p)&&(d.z2=p+(S&&S.showAbove?1:-1))}return p}function l(h,c){c.eachRendered(function(v){if(!Ho(v)){var p=v.getTextContent(),g=v.getTextGuideLine();v.stateTransition&&(v.stateTransition=null),p&&p.stateTransition&&(p.stateTransition=null),g&&g.stateTransition&&(g.stateTransition=null),v.hasState()?(v.prevStates=v.currentStates,v.clearStates()):v.prevStates&&(v.prevStates=null)}})}function f(h,c){var v=h.getModel("stateAnimation"),p=h.isAnimationEnabled(),g=v.get("duration"),d=g>0?{duration:g,delay:v.get("delay"),easing:v.get("easing")}:null;c.eachRendered(function(y){if(y.states&&y.states.emphasis){if(Ho(y))return;if(y instanceof Dt&&SH(y),y.__dirty){var m=y.prevStates;m&&y.useStates(m)}if(p){y.stateTransition=d;var _=y.getTextContent(),S=y.getTextGuideLine();_&&(_.stateTransition=d),S&&(S.stateTransition=d)}y.__dirty&&i(y)}})}NC=function(h){return new(function(c){O(v,c);function v(){return c!==null&&c.apply(this,arguments)||this}return v.prototype.getCoordinateSystems=function(){return h._coordSysMgr.getCoordinateSystems()},v.prototype.getComponentByElement=function(p){for(;p;){var g=p.__ecComponentInfo;if(g!=null)return h._model.getComponent(g.mainType,g.index);p=p.parent}},v.prototype.enterEmphasis=function(p,g){ti(p,g),Or(h)},v.prototype.leaveEmphasis=function(p,g){ei(p,g),Or(h)},v.prototype.enterBlur=function(p){Bx(p),Or(h)},v.prototype.leaveBlur=function(p){Kd(p),Or(h)},v.prototype.enterSelect=function(p){Ox(p),Or(h)},v.prototype.leaveSelect=function(p){kx(p),Or(h)},v.prototype.getModel=function(){return h.getModel()},v.prototype.getViewOfComponentModel=function(p){return h.getViewOfComponentModel(p)},v.prototype.getViewOfSeriesModel=function(p){return h.getViewOfSeriesModel(p)},v}(tA))(h)},zC=function(h){function c(v,p){for(var g=0;g<v.length;g++){var d=v[g];d[Kg]=p}}E(Wu,function(v,p){h._messageCenter.on(p,function(g){if(HC[h.group]&&h[Kg]!==MC){if(g&&g.escapeConnect)return;var d=h.makeActionFromEvent(g),y=[];E(Uu,function(m){m!==h&&m.group===h.group&&y.push(m)}),c(y,MC),E(y,function(m){m[Kg]!==ZY&&m.dispatchAction(d)}),c(y,qY)}})})}}(),t}(Cr),ry=VC.prototype;ry.on=LC("on"),ry.off=LC("off"),ry.one=function(r,t,e){var n=this;function i(){for(var a=[],o=0;o<arguments.length;o++)a[o]=arguments[o];t&&t.apply&&t.apply(this,a),n.off(r,i)}this.on.call(this,r,i,e)};var KY=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];function lrt(r){}var Zh={},Wu={},ny=[],iy=[],qh=[],$C={},ay={},Uu={},HC={},jY=+new Date-0,oy="_echarts_instance_";function JY(r,t,e){var n=!(e&&e.ssr);if(n){var i=QY(r);if(i)return i}var a=new VC(r,t,e);return a.id="ec_"+jY++,Uu[a.id]=a,n&&qw(r,oy,a.id),zC(a),nn.trigger("afterinit",a),a}function QY(r){return Uu[a$(r,oy)]}function WC(r,t){$C[r]=t}function UC(r){At(iy,r)<0&&iy.push(r)}function YC(r,t){uy(ny,r,t,GY)}function tX(r){sy("afterinit",r)}function eX(r){sy("afterupdate",r)}function sy(r,t){nn.on(r,t)}function Mn(r,t,e){ot(t)&&(e=t,t="");var n=lt(r)?r.type:[r,r={event:t}][0];r.event=(r.event||n).toLowerCase(),t=r.event,!Wu[t]&&(cr(EC.test(n)&&EC.test(t)),Zh[n]||(Zh[n]={action:e,actionInfo:r}),Wu[t]=n)}function rX(r,t){Iu.register(r,t)}function nX(r,t){uy(qh,r,t,CC,"layout")}function Ya(r,t){uy(qh,r,t,TC,"visual")}var XC=[];function uy(r,t,e,n,i){if((ot(t)||lt(t))&&(e=t,t=n),!(At(XC,e)>=0)){XC.push(e);var a=KA.wrapStageHandler(e,i);a.__prio=t,a.__raw=e,r.push(a)}}function ZC(r,t){ay[r]=t}function iX(r,t,e){var n=BY("registerMap");n&&n(r,t,e)}var aX=dU;Ya(Zg,VU),Ya(Uh,$U),Ya(Uh,HU),Ya(Zg,rY),Ya(Uh,nY),Ya(DC,FY),UC(sA),YC(NY,JW),ZC("default",WU),Mn({type:Ta,event:Ta,update:Ta},Ee),Mn({type:Kf,event:Kf,update:Kf},Ee),Mn({type:pu,event:pu,update:pu},Ee),Mn({type:jf,event:jf,update:jf},Ee),Mn({type:du,event:du,update:du},Ee),WC("light",tY),WC("dark",nC);function Yu(r){return r==null?0:r.length||1}function qC(r){return r}var Xa=function(){function r(t,e,n,i,a,o){this._old=t,this._new=e,this._oldKeyGetter=n||qC,this._newKeyGetter=i||qC,this.context=a,this._diffModeMultiple=o==="multiple"}return r.prototype.add=function(t){return this._add=t,this},r.prototype.update=function(t){return this._update=t,this},r.prototype.updateManyToOne=function(t){return this._updateManyToOne=t,this},r.prototype.updateOneToMany=function(t){return this._updateOneToMany=t,this},r.prototype.updateManyToMany=function(t){return this._updateManyToMany=t,this},r.prototype.remove=function(t){return this._remove=t,this},r.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},r.prototype._executeOneToOne=function(){var t=this._old,e=this._new,n={},i=new Array(t.length),a=new Array(e.length);this._initIndexMap(t,null,i,"_oldKeyGetter"),this._initIndexMap(e,n,a,"_newKeyGetter");for(var o=0;o<t.length;o++){var s=i[o],u=n[s],l=Yu(u);if(l>1){var f=u.shift();u.length===1&&(n[s]=u[0]),this._update&&this._update(f,o)}else l===1?(n[s]=null,this._update&&this._update(u,o)):this._remove&&this._remove(o)}this._performRestAdd(a,n)},r.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},i={},a=[],o=[];this._initIndexMap(t,n,a,"_oldKeyGetter"),this._initIndexMap(e,i,o,"_newKeyGetter");for(var s=0;s<a.length;s++){var u=a[s],l=n[u],f=i[u],h=Yu(l),c=Yu(f);if(h>1&&c===1)this._updateManyToOne&&this._updateManyToOne(f,l),i[u]=null;else if(h===1&&c>1)this._updateOneToMany&&this._updateOneToMany(f,l),i[u]=null;else if(h===1&&c===1)this._update&&this._update(f,l),i[u]=null;else if(h>1&&c>1)this._updateManyToMany&&this._updateManyToMany(f,l),i[u]=null;else if(h>1)for(var v=0;v<h;v++)this._remove&&this._remove(l[v]);else this._remove&&this._remove(l)}this._performRestAdd(o,i)},r.prototype._performRestAdd=function(t,e){for(var n=0;n<t.length;n++){var i=t[n],a=e[i],o=Yu(a);if(o>1)for(var s=0;s<o;s++)this._add&&this._add(a[s]);else o===1&&this._add&&this._add(a);e[i]=null}},r.prototype._initIndexMap=function(t,e,n,i){for(var a=this._diffModeMultiple,o=0;o<t.length;o++){var s="_ec_"+this[i](t[o],o);if(a||(n[o]=s),!!e){var u=e[s],l=Yu(u);l===0?(e[s]=o,a&&n.push(s)):l===1?e[s]=[u,o]:u.push(o)}}},r}(),oX=function(){function r(t,e){this._encode=t,this._schema=e}return r.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},r.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},r}();function sX(r,t){var e={},n=e.encode={},i=et(),a=[],o=[],s={};E(r.dimensions,function(c){var v=r.getDimensionInfo(c),p=v.coordDim;if(p){var g=v.coordDimIndex;ly(n,p)[g]=c,v.isExtraCoord||(i.set(p,1),uX(v.type)&&(a[0]=c),ly(s,p)[g]=r.getDimensionIndex(v.name)),v.defaultTooltip&&o.push(c)}V2.each(function(d,y){var m=ly(n,y),_=v.otherDims[y];_!=null&&_!==!1&&(m[_]=v.name)})});var u=[],l={};i.each(function(c,v){var p=n[v];l[v]=p[0],u=u.concat(p)}),e.dataDimsOnCoord=u,e.dataDimIndicesOnCoord=U(u,function(c){return r.getDimensionInfo(c).storeDimIndex}),e.encodeFirstDimNotExtra=l;var f=n.label;f&&f.length&&(a=f.slice());var h=n.tooltip;return h&&h.length?o=h.slice():o.length||(o=a.slice()),n.defaultedLabel=a,n.defaultedTooltip=o,e.userOutput=new oX(s,t),e}function ly(r,t){return r.hasOwnProperty(t)||(r[t]=[]),r[t]}function Kh(r){return r==="category"?"ordinal":r==="time"?"time":"float"}function uX(r){return!(r==="ordinal"||r==="time")}var jh=function(){function r(t){this.otherDims={},t!=null&&H(this,t)}return r}(),lX=Tt(),fX={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},KC=function(){function r(t){this.dimensions=t.dimensions,this._dimOmitted=t.dimensionOmitted,this.source=t.source,this._fullDimCount=t.fullDimensionCount,this._updateDimOmitted(t.dimensionOmitted)}return r.prototype.isDimensionOmitted=function(){return this._dimOmitted},r.prototype._updateDimOmitted=function(t){this._dimOmitted=t,t&&(this._dimNameMap||(this._dimNameMap=QC(this.source)))},r.prototype.getSourceDimensionIndex=function(t){return dt(this._dimNameMap.get(t),-1)},r.prototype.getSourceDimension=function(t){var e=this.source.dimensionsDefine;if(e)return e[t]},r.prototype.makeStoreSchema=function(){for(var t=this._fullDimCount,e=hA(this.source),n=!tT(t),i="",a=[],o=0,s=0;o<t;o++){var u=void 0,l=void 0,f=void 0,h=this.dimensions[s];if(h&&h.storeDimIndex===o)u=e?h.name:null,l=h.type,f=h.ordinalMeta,s++;else{var c=this.getSourceDimension(o);c&&(u=e?c.name:null,l=c.type)}a.push({property:u,type:l,ordinalMeta:f}),e&&u!=null&&(!h||!h.isCalculationCoord)&&(i+=n?u.replace(/\`/g,"`1").replace(/\$/g,"`2"):u),i+="$",i+=fX[l]||"f",f&&(i+=f.uid),i+="$"}var v=this.source,p=[v.seriesLayoutBy,v.startIndex,i].join("$$");return{dimensions:a,hash:p}},r.prototype.makeOutputDimensionNames=function(){for(var t=[],e=0,n=0;e<this._fullDimCount;e++){var i=void 0,a=this.dimensions[n];if(a&&a.storeDimIndex===e)a.isCalculationCoord||(i=a.name),n++;else{var o=this.getSourceDimension(e);o&&(i=o.name)}t.push(i)}return t},r.prototype.appendCalculationDimension=function(t){this.dimensions.push(t),t.isCalculationCoord=!0,this._fullDimCount++,this._updateDimOmitted(!0)},r}();function jC(r){return r instanceof KC}function JC(r){for(var t=et(),e=0;e<(r||[]).length;e++){var n=r[e],i=lt(n)?n.name:n;i!=null&&t.get(i)==null&&t.set(i,e)}return t}function QC(r){var t=lX(r);return t.dimNameMap||(t.dimNameMap=JC(r.dimensionsDefine))}function tT(r){return r>30}var Xu=lt,$i=U,hX=typeof Int32Array=="undefined"?Array:Int32Array,cX="e\0\0",eT=-1,vX=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],pX=["_approximateExtent"],rT,Jh,Zu,qu,fy,Qh,hy,He=function(){function r(t,e){this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","lttbDownSample"];var n,i=!1;jC(t)?(n=t.dimensions,this._dimOmitted=t.isDimensionOmitted(),this._schema=t):(i=!0,n=t),n=n||["x","y"];for(var a={},o=[],s={},u=!1,l={},f=0;f<n.length;f++){var h=n[f],c=J(h)?new jh({name:h}):h instanceof jh?h:new jh(h),v=c.name;c.type=c.type||"float",c.coordDim||(c.coordDim=v,c.coordDimIndex=0);var p=c.otherDims=c.otherDims||{};o.push(v),a[v]=c,l[v]!=null&&(u=!0),c.createInvertedIndices&&(s[v]=[]),p.itemName===0&&(this._nameDimIdx=f),p.itemId===0&&(this._idDimIdx=f),i&&(c.storeDimIndex=f)}if(this.dimensions=o,this._dimInfos=a,this._initGetDimensionInfo(u),this.hostModel=e,this._invertedIndicesMap=s,this._dimOmitted){var g=this._dimIdxToName=et();E(o,function(d){g.set(a[d].storeDimIndex,d)})}}return r.prototype.getDimension=function(t){var e=this._recognizeDimIndex(t);if(e==null)return t;if(e=t,!this._dimOmitted)return this.dimensions[e];var n=this._dimIdxToName.get(e);if(n!=null)return n;var i=this._schema.getSourceDimension(e);if(i)return i.name},r.prototype.getDimensionIndex=function(t){var e=this._recognizeDimIndex(t);if(e!=null)return e;if(t==null)return-1;var n=this._getDimInfo(t);return n?n.storeDimIndex:this._dimOmitted?this._schema.getSourceDimensionIndex(t):-1},r.prototype._recognizeDimIndex=function(t){if(Bt(t)||t!=null&&!isNaN(t)&&!this._getDimInfo(t)&&(!this._dimOmitted||this._schema.getSourceDimensionIndex(t)<0))return+t},r.prototype._getStoreDimIndex=function(t){var e=this.getDimensionIndex(t);return e},r.prototype.getDimensionInfo=function(t){return this._getDimInfo(this.getDimension(t))},r.prototype._initGetDimensionInfo=function(t){var e=this._dimInfos;this._getDimInfo=t?function(n){return e.hasOwnProperty(n)?e[n]:void 0}:function(n){return e[n]}},r.prototype.getDimensionsOnCoord=function(){return this._dimSummary.dataDimsOnCoord.slice()},r.prototype.mapDimension=function(t,e){var n=this._dimSummary;if(e==null)return n.encodeFirstDimNotExtra[t];var i=n.encode[t];return i?i[e]:null},r.prototype.mapDimensionsAll=function(t){var e=this._dimSummary,n=e.encode[t];return(n||[]).slice()},r.prototype.getStore=function(){return this._store},r.prototype.initData=function(t,e,n){var i=this,a;if(t instanceof zg&&(a=t),!a){var o=this.dimensions,s=Pg(t)||ke(t)?new pA(t,o.length):t;a=new zg;var u=$i(o,function(l){return{type:i._dimInfos[l].type,property:l}});a.initData(s,u,n)}this._store=a,this._nameList=(e||[]).slice(),this._idList=[],this._nameRepeatCount={},this._doInit(0,a.count()),this._dimSummary=sX(this,this._schema),this.userOutput=this._dimSummary.userOutput},r.prototype.appendData=function(t){var e=this._store.appendData(t);this._doInit(e[0],e[1])},r.prototype.appendValues=function(t,e){var n=this._store.appendValues(t,e.length),i=n.start,a=n.end,o=this._shouldMakeIdFromName();if(this._updateOrdinalMeta(),e)for(var s=i;s<a;s++){var u=s-i;this._nameList[s]=e[u],o&&hy(this,s)}},r.prototype._updateOrdinalMeta=function(){for(var t=this._store,e=this.dimensions,n=0;n<e.length;n++){var i=this._dimInfos[e[n]];i.ordinalMeta&&t.collectOrdinalMeta(i.storeDimIndex,i.ordinalMeta)}},r.prototype._shouldMakeIdFromName=function(){var t=this._store.getProvider();return this._idDimIdx==null&&t.getSource().sourceFormat!==Ni&&!t.fillStorage},r.prototype._doInit=function(t,e){if(!(t>=e)){var n=this._store,i=n.getProvider();this._updateOrdinalMeta();var a=this._nameList,o=this._idList,s=i.getSource().sourceFormat,u=s===Rr;if(u&&!i.pure)for(var l=[],f=t;f<e;f++){var h=i.getItem(f,l);if(!this.hasItemOption&&YV(h)&&(this.hasItemOption=!0),h){var c=h.name;a[f]==null&&c!=null&&(a[f]=he(c,null));var v=h.id;o[f]==null&&v!=null&&(o[f]=he(v,null))}}if(this._shouldMakeIdFromName())for(var f=t;f<e;f++)hy(this,f);rT(this)}},r.prototype.getApproximateExtent=function(t){return this._approximateExtent[t]||this._store.getDataExtent(this._getStoreDimIndex(t))},r.prototype.setApproximateExtent=function(t,e){e=this.getDimension(e),this._approximateExtent[e]=t.slice()},r.prototype.getCalculationInfo=function(t){return this._calculationInfo[t]},r.prototype.setCalculationInfo=function(t,e){Xu(t)?H(this._calculationInfo,t):this._calculationInfo[t]=e},r.prototype.getName=function(t){var e=this.getRawIndex(t),n=this._nameList[e];return n==null&&this._nameDimIdx!=null&&(n=Zu(this,this._nameDimIdx,e)),n==null&&(n=""),n},r.prototype._getCategory=function(t,e){var n=this._store.get(t,e),i=this._store.getOrdinalMeta(t);return i?i.categories[n]:n},r.prototype.getId=function(t){return Jh(this,this.getRawIndex(t))},r.prototype.count=function(){return this._store.count()},r.prototype.get=function(t,e){var n=this._store,i=this._dimInfos[t];if(i)return n.get(i.storeDimIndex,e)},r.prototype.getByRawIndex=function(t,e){var n=this._store,i=this._dimInfos[t];if(i)return n.getByRawIndex(i.storeDimIndex,e)},r.prototype.getIndices=function(){return this._store.getIndices()},r.prototype.getDataExtent=function(t){return this._store.getDataExtent(this._getStoreDimIndex(t))},r.prototype.getSum=function(t){return this._store.getSum(this._getStoreDimIndex(t))},r.prototype.getMedian=function(t){return this._store.getMedian(this._getStoreDimIndex(t))},r.prototype.getValues=function(t,e){var n=this,i=this._store;return Y(t)?i.getValues($i(t,function(a){return n._getStoreDimIndex(a)}),e):i.getValues(t)},r.prototype.hasValue=function(t){for(var e=this._dimSummary.dataDimIndicesOnCoord,n=0,i=e.length;n<i;n++)if(isNaN(this._store.get(e[n],t)))return!1;return!0},r.prototype.indexOfName=function(t){for(var e=0,n=this._store.count();e<n;e++)if(this.getName(e)===t)return e;return-1},r.prototype.getRawIndex=function(t){return this._store.getRawIndex(t)},r.prototype.indexOfRawIndex=function(t){return this._store.indexOfRawIndex(t)},r.prototype.rawIndexOf=function(t,e){var n=t&&this._invertedIndicesMap[t],i=n[e];return i==null||isNaN(i)?eT:i},r.prototype.indicesOfNearest=function(t,e,n){return this._store.indicesOfNearest(this._getStoreDimIndex(t),e,n)},r.prototype.each=function(t,e,n){ot(t)&&(n=e,e=t,t=[]);var i=n||this,a=$i(qu(t),this._getStoreDimIndex,this);this._store.each(a,i?Z(e,i):e)},r.prototype.filterSelf=function(t,e,n){ot(t)&&(n=e,e=t,t=[]);var i=n||this,a=$i(qu(t),this._getStoreDimIndex,this);return this._store=this._store.filter(a,i?Z(e,i):e),this},r.prototype.selectRange=function(t){var e=this,n={},i=Ot(t);return E(i,function(a){var o=e._getStoreDimIndex(a);n[o]=t[a]}),this._store=this._store.selectRange(n),this},r.prototype.mapArray=function(t,e,n){ot(t)&&(n=e,e=t,t=[]),n=n||this;var i=[];return this.each(t,function(){i.push(e&&e.apply(this,arguments))},n),i},r.prototype.map=function(t,e,n,i){var a=n||i||this,o=$i(qu(t),this._getStoreDimIndex,this),s=Qh(this);return s._store=this._store.map(o,a?Z(e,a):e),s},r.prototype.modify=function(t,e,n,i){var a=n||i||this,o=$i(qu(t),this._getStoreDimIndex,this);this._store.modify(o,a?Z(e,a):e)},r.prototype.downSample=function(t,e,n,i){var a=Qh(this);return a._store=this._store.downSample(this._getStoreDimIndex(t),e,n,i),a},r.prototype.lttbDownSample=function(t,e){var n=Qh(this);return n._store=this._store.lttbDownSample(this._getStoreDimIndex(t),e),n},r.prototype.getRawDataItem=function(t){return this._store.getRawDataItem(t)},r.prototype.getItemModel=function(t){var e=this.hostModel,n=this.getRawDataItem(t);return new Rt(n,e,e&&e.ecModel)},r.prototype.diff=function(t){var e=this;return new Xa(t?t.getStore().getIndices():[],this.getStore().getIndices(),function(n){return Jh(t,n)},function(n){return Jh(e,n)})},r.prototype.getVisual=function(t){var e=this._visual;return e&&e[t]},r.prototype.setVisual=function(t,e){this._visual=this._visual||{},Xu(t)?H(this._visual,t):this._visual[t]=e},r.prototype.getItemVisual=function(t,e){var n=this._itemVisuals[t],i=n&&n[e];return i==null?this.getVisual(e):i},r.prototype.hasItemVisual=function(){return this._itemVisuals.length>0},r.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var a=i[e];return a==null&&(a=this.getVisual(e),Y(a)?a=a.slice():Xu(a)&&(a=H({},a)),i[e]=a),a},r.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,Xu(e)?H(i,e):i[e]=n},r.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},r.prototype.setLayout=function(t,e){Xu(t)?H(this._layout,t):this._layout[t]=e},r.prototype.getLayout=function(t){return this._layout[t]},r.prototype.getItemLayout=function(t){return this._itemLayouts[t]},r.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?H(this._itemLayouts[t]||{},e):e},r.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},r.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;Ud(n,this.dataType,t,e),this._graphicEls[t]=e},r.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},r.prototype.eachItemGraphicEl=function(t,e){E(this._graphicEls,function(n,i){n&&t&&t.call(e,n,i)})},r.prototype.cloneShallow=function(t){return t||(t=new r(this._schema?this._schema:$i(this.dimensions,this._getDimInfo,this),this.hostModel)),fy(t,this),t._store=this._store,t},r.prototype.wrapMethod=function(t,e){var n=this[t];!ot(n)||(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var i=n.apply(this,arguments);return e.apply(this,[i].concat(Ip(arguments)))})},r.internalField=function(){rT=function(t){var e=t._invertedIndicesMap;E(e,function(n,i){var a=t._dimInfos[i],o=a.ordinalMeta,s=t._store;if(o){n=e[i]=new hX(o.categories.length);for(var u=0;u<n.length;u++)n[u]=eT;for(var u=0;u<s.count();u++)n[s.get(a.storeDimIndex,u)]=u}})},Zu=function(t,e,n){return he(t._getCategory(e,n),null)},Jh=function(t,e){var n=t._idList[e];return n==null&&t._idDimIdx!=null&&(n=Zu(t,t._idDimIdx,e)),n==null&&(n=cX+e),n},qu=function(t){return Y(t)||(t=t!=null?[t]:[]),t},Qh=function(t){var e=new r(t._schema?t._schema:$i(t.dimensions,t._getDimInfo,t),t.hostModel);return fy(e,t),e},fy=function(t,e){E(vX.concat(e.__wrappedMethods||[]),function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t.__wrappedMethods=e.__wrappedMethods,E(pX,function(n){t[n]=st(e[n])}),t._calculationInfo=H({},e._calculationInfo)},hy=function(t,e){var n=t._nameList,i=t._idList,a=t._nameDimIdx,o=t._idDimIdx,s=n[e],u=i[e];if(s==null&&a!=null&&(n[e]=s=Zu(t,a,e)),u==null&&o!=null&&(i[e]=u=Zu(t,o,e)),u==null&&s!=null){var l=t._nameRepeatCount,f=l[s]=(l[s]||0)+1;u=s,f>1&&(u+="__ec__"+f),i[e]=u}}}(),r}();function Ku(r,t){Pg(r)||(r=Rg(r)),t=t||{};var e=t.coordDimensions||[],n=t.dimensionsDefine||r.dimensionsDefine||[],i=et(),a=[],o=gX(r,e,n,t.dimensionsCount),s=t.canOmitUnusedDimensions&&tT(o),u=n===r.dimensionsDefine,l=u?QC(r):JC(n),f=t.encodeDefine;!f&&t.encodeDefaulter&&(f=t.encodeDefaulter(r,o));for(var h=et(f),c=new xA(o),v=0;v<c.length;v++)c[v]=-1;function p(D){var C=c[D];if(C<0){var T=n[D],I=lt(T)?T:{name:T},F=new jh,P=I.name;P!=null&&l.get(P)!=null&&(F.name=F.displayName=P),I.type!=null&&(F.type=I.type),I.displayName!=null&&(F.displayName=I.displayName);var L=a.length;return c[D]=L,F.storeDimIndex=D,a.push(F),F}return a[C]}if(!s)for(var v=0;v<o;v++)p(v);h.each(function(D,C){var T=re(D).slice();if(T.length===1&&!J(T[0])&&T[0]<0){h.set(C,!1);return}var I=h.set(C,[]);E(T,function(F,P){var L=J(F)?l.get(F):F;L!=null&&L<o&&(I[P]=L,d(p(L),C,P))})});var g=0;E(e,function(D){var C,T,I,F;if(J(D))C=D,F={};else{F=D,C=F.name;var P=F.ordinalMeta;F.ordinalMeta=null,F=H({},F),F.ordinalMeta=P,T=F.dimsDef,I=F.otherDims,F.name=F.coordDim=F.coordDimIndex=F.dimsDef=F.otherDims=null}var L=h.get(C);if(L!==!1){if(L=re(L),!L.length)for(var R=0;R<(T&&T.length||1);R++){for(;g<o&&p(g).coordDim!=null;)g++;g<o&&L.push(g++)}E(L,function(k,B){var N=p(k);if(u&&F.type!=null&&(N.type=F.type),d(ft(N,F),C,B),N.name==null&&T){var z=T[B];!lt(z)&&(z={name:z}),N.name=N.displayName=z.name,N.defaultTooltip=z.defaultTooltip}I&&ft(N.otherDims,I)})}});function d(D,C,T){V2.get(C)!=null?D.otherDims[C]=T:(D.coordDim=C,D.coordDimIndex=T,i.set(C,!0))}var y=t.generateCoord,m=t.generateCoordCount,_=m!=null;m=y?m||1:0;var S=y||"value";function w(D){D.name==null&&(D.name=D.coordDim)}if(s)E(a,function(D){w(D)}),a.sort(function(D,C){return D.storeDimIndex-C.storeDimIndex});else for(var b=0;b<o;b++){var x=p(b),A=x.coordDim;A==null&&(x.coordDim=yX(S,i,_),x.coordDimIndex=0,(!y||m<=0)&&(x.isExtraCoord=!0),m--),w(x),x.type==null&&(U2(r,b)===Te.Must||x.isExtraCoord&&(x.otherDims.itemName!=null||x.otherDims.seriesName!=null))&&(x.type="ordinal")}return dX(a),new KC({source:r,dimensions:a,fullDimensionCount:o,dimensionOmitted:s})}function dX(r){for(var t=et(),e=0;e<r.length;e++){var n=r[e],i=n.name,a=t.get(i)||0;a>0&&(n.name=i+(a-1)),a++,t.set(i,a)}}function gX(r,t,e,n){var i=Math.max(r.dimensionsDetectedCount||1,t.length,e.length,n||0);return E(t,function(a){var o;lt(a)&&(o=a.dimsDef)&&(i=Math.max(i,o.length))}),i}function yX(r,t,e){if(e||t.hasKey(r)){for(var n=0;t.hasKey(r+n);)n++;r+=n}return t.set(r,!0),r}var mX=function(){function r(t){this.coordSysDims=[],this.axisMap=et(),this.categoryAxisMap=et(),this.coordSysName=t}return r}();function _X(r){var t=r.get("coordinateSystem"),e=new mX(t),n=SX[t];if(n)return n(r,e,e.axisMap,e.categoryAxisMap),e}var SX={cartesian2d:function(r,t,e,n){var i=r.getReferringComponents("xAxis",Je).models[0],a=r.getReferringComponents("yAxis",Je).models[0];t.coordSysDims=["x","y"],e.set("x",i),e.set("y",a),os(i)&&(n.set("x",i),t.firstCategoryDimIndex=0),os(a)&&(n.set("y",a),t.firstCategoryDimIndex==null&&(t.firstCategoryDimIndex=1))},singleAxis:function(r,t,e,n){var i=r.getReferringComponents("singleAxis",Je).models[0];t.coordSysDims=["single"],e.set("single",i),os(i)&&(n.set("single",i),t.firstCategoryDimIndex=0)},polar:function(r,t,e,n){var i=r.getReferringComponents("polar",Je).models[0],a=i.findAxisModel("radiusAxis"),o=i.findAxisModel("angleAxis");t.coordSysDims=["radius","angle"],e.set("radius",a),e.set("angle",o),os(a)&&(n.set("radius",a),t.firstCategoryDimIndex=0),os(o)&&(n.set("angle",o),t.firstCategoryDimIndex==null&&(t.firstCategoryDimIndex=1))},geo:function(r,t,e,n){t.coordSysDims=["lng","lat"]},parallel:function(r,t,e,n){var i=r.ecModel,a=i.getComponent("parallel",r.get("parallelIndex")),o=t.coordSysDims=a.dimensions.slice();E(a.parallelAxisIndex,function(s,u){var l=i.getComponent("parallelAxis",s),f=o[u];e.set(f,l),os(l)&&(n.set(f,l),t.firstCategoryDimIndex==null&&(t.firstCategoryDimIndex=u))})}};function os(r){return r.get("type")==="category"}function bX(r,t,e){e=e||{};var n=e.byIndex,i=e.stackedCoordDimension,a,o,s;wX(t)?a=t:(o=t.schema,a=o.dimensions,s=t.store);var u=!!(r&&r.get("stack")),l,f,h,c;if(E(a,function(m,_){J(m)&&(a[_]=m={name:m}),u&&!m.isExtraCoord&&(!n&&!l&&m.ordinalMeta&&(l=m),!f&&m.type!=="ordinal"&&m.type!=="time"&&(!i||i===m.coordDim)&&(f=m))}),f&&!n&&!l&&(n=!0),f){h="__\0ecstackresult_"+r.id,c="__\0ecstackedover_"+r.id,l&&(l.createInvertedIndices=!0);var v=f.coordDim,p=f.type,g=0;E(a,function(m){m.coordDim===v&&g++});var d={name:h,coordDim:v,coordDimIndex:g,type:p,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:a.length},y={name:c,coordDim:c,coordDimIndex:g+1,type:p,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:a.length+1};o?(s&&(d.storeDimIndex=s.ensureCalculationDimension(c,p),y.storeDimIndex=s.ensureCalculationDimension(h,p)),o.appendCalculationDimension(d),o.appendCalculationDimension(y)):(a.push(d),a.push(y))}return{stackedDimension:f&&f.name,stackedByDimension:l&&l.name,isStackedByIndex:n,stackedOverDimension:c,stackResultDimension:h}}function wX(r){return!jC(r.schema)}function ss(r,t){return!!t&&t===r.getCalculationInfo("stackedDimension")}function xX(r,t){return ss(r,t)?r.getCalculationInfo("stackResultDimension"):t}function AX(r,t){var e=r.get("coordinateSystem"),n=Iu.get(e),i;return t&&t.coordSysDims&&(i=U(t.coordSysDims,function(a){var o={name:a},s=t.axisMap.get(a);if(s){var u=s.get("type");o.type=Kh(u)}return o})),i||(i=n&&(n.getDimensionsInfo?n.getDimensionsInfo():n.dimensions.slice())||["x","y"]),i}function CX(r,t,e){var n,i;return e&&E(r,function(a,o){var s=a.coordDim,u=e.categoryAxisMap.get(s);u&&(n==null&&(n=o),a.ordinalMeta=u.getOrdinalMeta(),t&&(a.createInvertedIndices=!0)),a.otherDims.itemName!=null&&(i=!0)}),!i&&n!=null&&(r[n].otherDims.itemName=0),n}function ii(r,t,e){e=e||{};var n=t.getSourceManager(),i,a=!1;r?(a=!0,i=Rg(r)):(i=n.getSource(),a=i.sourceFormat===Rr);var o=_X(t),s=AX(t,o),u=e.useEncodeDefaulter,l=ot(u)?u:u?pt(W2,s,t):null,f={coordDimensions:s,generateCoord:e.generateCoord,encodeDefine:t.getEncode(),encodeDefaulter:l,canOmitUnusedDimensions:!a},h=Ku(i,f),c=CX(h.dimensions,e.createInvertedIndices,o),v=a?null:n.getSharedDataStore(h),p=bX(t,{schema:h,store:v}),g=new He(h,t);g.setCalculationInfo(p);var d=c!=null&&TX(i)?function(y,m,_,S){return S===c?_:this.defaultDimValueGetter(y,m,_,S)}:null;return g.hasItemOption=!1,g.initData(a?i:v,null,d),g}function TX(r){if(r.sourceFormat===Rr){var t=DX(r.data||[]);return!Y(ko(t))}}function DX(r){for(var t=0;t<r.length&&r[t]==null;)t++;return r[t]}var ai=function(){function r(t){this._setting=t||{},this._extent=[1/0,-1/0]}return r.prototype.getSetting=function(t){return this._setting[t]},r.prototype.unionExtent=function(t){var e=this._extent;t[0]<e[0]&&(e[0]=t[0]),t[1]>e[1]&&(e[1]=t[1])},r.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},r.prototype.getExtent=function(){return this._extent.slice()},r.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},r.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},r.prototype.isBlank=function(){return this._isBlank},r.prototype.setBlank=function(t){this._isBlank=t},r}();Hf(ai);var EX=0,nT=function(){function r(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++EX}return r.createByAxisModel=function(t){var e=t.option,n=e.data,i=n&&U(n,MX);return new r({categories:i,needCollect:!i,deduplication:e.dedplication!==!1})},r.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},r.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!J(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,e;var i=this._getOrCreateMap();return e=i.get(t),e==null&&(n?(e=this.categories.length,this.categories[e]=t,i.set(t,e)):e=NaN),e},r.prototype._getOrCreateMap=function(){return this._map||(this._map=et(this.categories))},r}();function MX(r){return lt(r)&&r.value!=null?r.value:r+""}function LX(r){return r.type==="interval"||r.type==="log"}function IX(r,t,e,n){var i={},a=r[1]-r[0],o=i.interval=Ow(a/t,!0);e!=null&&o<e&&(o=i.interval=e),n!=null&&o>n&&(o=i.interval=n);var s=i.intervalPrecision=iT(o),u=i.niceTickExtent=[Se(Math.ceil(r[0]/o)*o,s),Se(Math.floor(r[1]/o)*o,s)];return PX(u,r),i}function iT(r){return Sn(r)+2}function aT(r,t,e){r[t]=Math.max(Math.min(r[t],e[1]),e[0])}function PX(r,t){!isFinite(r[0])&&(r[0]=t[0]),!isFinite(r[1])&&(r[1]=t[1]),aT(r,0,t),aT(r,1,t),r[0]>r[1]&&(r[0]=r[1])}function tc(r,t){return r>=t[0]&&r<=t[1]}function ec(r,t){return t[1]===t[0]?.5:(r-t[0])/(t[1]-t[0])}function rc(r,t){return r*(t[1]-t[0])+t[0]}var oT=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new nT({})),Y(i)&&(i=new nT({categories:U(i,function(a){return lt(a)?a.value:a})})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return t.prototype.parse=function(e){return e==null?NaN:J(e)?this._ordinalMeta.getOrdinal(e):Math.round(e)},t.prototype.contain=function(e){return e=this.parse(e),tc(e,this._extent)&&this._ordinalMeta.categories[e]!=null},t.prototype.normalize=function(e){return e=this._getTickNumber(this.parse(e)),ec(e,this._extent)},t.prototype.scale=function(e){return e=Math.round(rc(e,this._extent)),this.getRawOrdinalNumber(e)},t.prototype.getTicks=function(){for(var e=[],n=this._extent,i=n[0];i<=n[1];)e.push({value:i}),i++;return e},t.prototype.getMinorTicks=function(e){},t.prototype.setSortInfo=function(e){if(e==null){this._ordinalNumbersByTick=this._ticksByOrdinalNumber=null;return}for(var n=e.ordinalNumbers,i=this._ordinalNumbersByTick=[],a=this._ticksByOrdinalNumber=[],o=0,s=this._ordinalMeta.categories.length,u=Math.min(s,n.length);o<u;++o){var l=n[o];i[o]=l,a[l]=o}for(var f=0;o<s;++o){for(;a[f]!=null;)f++;i.push(f),a[f]=o}},t.prototype._getTickNumber=function(e){var n=this._ticksByOrdinalNumber;return n&&e>=0&&e<n.length?n[e]:e},t.prototype.getRawOrdinalNumber=function(e){var n=this._ordinalNumbersByTick;return n&&e>=0&&e<n.length?n[e]:e},t.prototype.getLabel=function(e){if(!this.isBlank()){var n=this.getRawOrdinalNumber(e.value),i=this._ordinalMeta.categories[n];return i==null?"":i+""}},t.prototype.count=function(){return this._extent[1]-this._extent[0]+1},t.prototype.unionExtentFromData=function(e,n){this.unionExtent(e.getApproximateExtent(n))},t.prototype.isInExtentRange=function(e){return e=this._getTickNumber(e),this._extent[0]<=e&&this._extent[1]>=e},t.prototype.getOrdinalMeta=function(){return this._ordinalMeta},t.prototype.calcNiceTicks=function(){},t.prototype.calcNiceExtent=function(){},t.type="ordinal",t}(ai);ai.registerClass(oT);var Za=Se,ju=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="interval",e._interval=0,e._intervalPrecision=2,e}return t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return tc(e,this._extent)},t.prototype.normalize=function(e){return ec(e,this._extent)},t.prototype.scale=function(e){return rc(e,this._extent)},t.prototype.setExtent=function(e,n){var i=this._extent;isNaN(e)||(i[0]=parseFloat(e)),isNaN(n)||(i[1]=parseFloat(n))},t.prototype.unionExtent=function(e){var n=this._extent;e[0]<n[0]&&(n[0]=e[0]),e[1]>n[1]&&(n[1]=e[1]),this.setExtent(n[0],n[1])},t.prototype.getInterval=function(){return this._interval},t.prototype.setInterval=function(e){this._interval=e,this._niceExtent=this._extent.slice(),this._intervalPrecision=iT(e)},t.prototype.getTicks=function(e){var n=this._interval,i=this._extent,a=this._niceExtent,o=this._intervalPrecision,s=[];if(!n)return s;var u=1e4;i[0]<a[0]&&(e?s.push({value:Za(a[0]-n,o)}):s.push({value:i[0]}));for(var l=a[0];l<=a[1]&&(s.push({value:l}),l=Za(l+n,o),l!==s[s.length-1].value);)if(s.length>u)return[];var f=s.length?s[s.length-1].value:a[1];return i[1]>f&&(e?s.push({value:Za(f+n,o)}):s.push({value:i[1]})),s},t.prototype.getMinorTicks=function(e){for(var n=this.getTicks(!0),i=[],a=this.getExtent(),o=1;o<n.length;o++){for(var s=n[o],u=n[o-1],l=0,f=[],h=s.value-u.value,c=h/e;l<e-1;){var v=Za(u.value+(l+1)*c);v>a[0]&&v<a[1]&&f.push(v),l++}i.push(f)}return i},t.prototype.getLabel=function(e,n){if(e==null)return"";var i=n&&n.precision;i==null?i=Sn(e.value)||0:i==="auto"&&(i=this._intervalPrecision);var a=Za(e.value,i,!0);return R2(a)},t.prototype.calcNiceTicks=function(e,n,i){e=e||5;var a=this._extent,o=a[1]-a[0];if(!!isFinite(o)){o<0&&(o=-o,a.reverse());var s=IX(a,e,n,i);this._intervalPrecision=s.intervalPrecision,this._interval=s.interval,this._niceExtent=s.niceTickExtent}},t.prototype.calcNiceExtent=function(e){var n=this._extent;if(n[0]===n[1])if(n[0]!==0){var i=Math.abs(n[0]);e.fixMax||(n[1]+=i/2),n[0]-=i/2}else n[1]=1;var a=n[1]-n[0];isFinite(a)||(n[0]=0,n[1]=1),this.calcNiceTicks(e.splitNumber,e.minInterval,e.maxInterval);var o=this._interval;e.fixMin||(n[0]=Za(Math.floor(n[0]/o)*o)),e.fixMax||(n[1]=Za(Math.ceil(n[1]/o)*o))},t.prototype.setNiceExtent=function(e,n){this._niceExtent=[e,n]},t.type="interval",t}(ai);ai.registerClass(ju);var sT=typeof Float32Array!="undefined",FX=sT?Float32Array:Array;function qa(r){return Y(r)?sT?new Float32Array(r):r:new FX(r)}var uT="__ec_stack_";function RX(r){var t=[],e=r.axis,n="axis0";if(e.type==="category"){for(var i=e.getBandWidth(),a=0;a<r.count;a++)t.push(ft({bandWidth:i,axisKey:n,stackId:uT+a},r));for(var o=BX(t),s=[],a=0;a<r.count;a++){var u=o[n][uT+a];u.offsetCenter=u.offset+u.width/2,s.push(u)}return s}}function BX(r){var t={};E(r,function(n,i){var a=n.axisKey,o=n.bandWidth,s=t[a]||{bandWidth:o,remainedWidth:o,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},u=s.stacks;t[a]=s;var l=n.stackId;u[l]||s.autoWidthCount++,u[l]=u[l]||{width:0,maxWidth:0};var f=n.barWidth;f&&!u[l].width&&(u[l].width=f,f=Math.min(s.remainedWidth,f),s.remainedWidth-=f);var h=n.barMaxWidth;h&&(u[l].maxWidth=h);var c=n.barMinWidth;c&&(u[l].minWidth=c);var v=n.barGap;v!=null&&(s.gap=v);var p=n.barCategoryGap;p!=null&&(s.categoryGap=p)});var e={};return E(t,function(n,i){e[i]={};var a=n.stacks,o=n.bandWidth,s=n.categoryGap;if(s==null){var u=Ot(a).length;s=Math.max(35-u*4,15)+"%"}var l=rt(s,o),f=rt(n.gap,1),h=n.remainedWidth,c=n.autoWidthCount,v=(h-l)/(c+(c-1)*f);v=Math.max(v,0),E(a,function(y){var m=y.maxWidth,_=y.minWidth;if(y.width){var S=y.width;m&&(S=Math.min(S,m)),_&&(S=Math.max(S,_)),y.width=S,h-=S+f*S,c--}else{var S=v;m&&m<S&&(S=Math.min(m,h)),_&&_>S&&(S=_),S!==v&&(y.width=S,h-=S+f*S,c--)}}),v=(h-l)/(c+(c-1)*f),v=Math.max(v,0);var p=0,g;E(a,function(y,m){y.width||(y.width=v),g=y,p+=y.width*(1+f)}),g&&(p-=g.width*f);var d=-p/2;E(a,function(y,m){e[i][m]=e[i][m]||{bandWidth:o,offset:d,width:y.width},d+=y.width*(1+f)})}),e}var OX=function(r,t,e,n){for(;e<n;){var i=e+n>>>1;r[i][1]<t?e=i+1:n=i}return e},lT=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="time",n}return t.prototype.getLabel=function(e){var n=this.getSetting("useUTC");return mh(e.value,A2[yW(qo(this._minLevelUnit))]||A2.second,n,this.getSetting("locale"))},t.prototype.getFormattedLabel=function(e,n,i){var a=this.getSetting("useUTC"),o=this.getSetting("locale");return mW(e,n,i,o,a)},t.prototype.getTicks=function(){var e=this._interval,n=this._extent,i=[];if(!e)return i;i.push({value:n[0],level:0});var a=this.getSetting("useUTC"),o=HX(this._minLevelUnit,this._approxInterval,a,n);return i=i.concat(o),i.push({value:n[1],level:0}),i},t.prototype.calcNiceExtent=function(e){var n=this._extent;if(n[0]===n[1]&&(n[0]-=Fr,n[1]+=Fr),n[1]===-1/0&&n[0]===1/0){var i=new Date;n[1]=+new Date(i.getFullYear(),i.getMonth(),i.getDate()),n[0]=n[1]-Fr}this.calcNiceTicks(e.splitNumber,e.minInterval,e.maxInterval)},t.prototype.calcNiceTicks=function(e,n,i){e=e||10;var a=this._extent,o=a[1]-a[0];this._approxInterval=o/e,n!=null&&this._approxInterval<n&&(this._approxInterval=n),i!=null&&this._approxInterval>i&&(this._approxInterval=i);var s=nc.length,u=Math.min(OX(nc,this._approxInterval,0,s),s-1);this._interval=nc[u][1],this._minLevelUnit=nc[Math.max(u-1,0)][0]},t.prototype.parse=function(e){return Bt(e)?e:+Kn(e)},t.prototype.contain=function(e){return tc(this.parse(e),this._extent)},t.prototype.normalize=function(e){return ec(this.parse(e),this._extent)},t.prototype.scale=function(e){return rc(e,this._extent)},t.type="time",t}(ju),nc=[["second",yg],["minute",mg],["hour",Tu],["quarter-day",Tu*6],["half-day",Tu*12],["day",Fr*1.2],["half-week",Fr*3.5],["week",Fr*7],["month",Fr*31],["quarter",Fr*95],["half-year",x2/2],["year",x2]];function kX(r,t,e,n){var i=Kn(t),a=Kn(e),o=function(p){return D2(i,p,n)===D2(a,p,n)},s=function(){return o("year")},u=function(){return s()&&o("month")},l=function(){return u()&&o("day")},f=function(){return l()&&o("hour")},h=function(){return f()&&o("minute")},c=function(){return h()&&o("second")},v=function(){return c()&&o("millisecond")};switch(r){case"year":return s();case"month":return u();case"day":return l();case"hour":return f();case"minute":return h();case"second":return c();case"millisecond":return v()}}function NX(r,t){return r/=Fr,r>16?16:r>7.5?7:r>3.5?4:r>1.5?2:1}function zX(r){var t=30*Fr;return r/=t,r>6?6:r>3?3:r>2?2:1}function GX(r){return r/=Tu,r>12?12:r>6?6:r>3.5?4:r>2?2:1}function fT(r,t){return r/=t?mg:yg,r>30?30:r>20?20:r>15?15:r>10?10:r>5?5:r>2?2:1}function VX(r){return Ow(r,!0)}function $X(r,t,e){var n=new Date(r);switch(qo(t)){case"year":case"month":n[E2(e)](0);case"day":n[M2(e)](1);case"hour":n[L2(e)](0);case"minute":n[I2(e)](0);case"second":n[P2(e)](0),n[F2(e)](0)}return n.getTime()}function HX(r,t,e,n){var i=1e4,a=C2,o=0;function s(C,T,I,F,P,L,R){for(var k=new Date(T),B=T,N=k[F]();B<I&&B<=n[1];)R.push({value:B}),N+=C,k[P](N),B=k.getTime();R.push({value:B,notAdd:!0})}function u(C,T,I){var F=[],P=!T.length;if(!kX(qo(C),n[0],n[1],e)){P&&(T=[{value:$X(new Date(n[0]),C,e)},{value:n[1]}]);for(var L=0;L<T.length-1;L++){var R=T[L].value,k=T[L+1].value;if(R!==k){var B=void 0,N=void 0,z=void 0,W=!1;switch(C){case"year":B=Math.max(1,Math.round(t/Fr/365)),N=Sg(e),z=_W(e);break;case"half-year":case"quarter":case"month":B=zX(t),N=Ko(e),z=E2(e);break;case"week":case"half-week":case"day":B=NX(t),N=_h(e),z=M2(e),W=!0;break;case"half-day":case"quarter-day":case"hour":B=GX(t),N=Eu(e),z=L2(e);break;case"minute":B=fT(t,!0),N=Sh(e),z=I2(e);break;case"second":B=fT(t,!1),N=bh(e),z=P2(e);break;case"millisecond":B=VX(t),N=wh(e),z=F2(e);break}s(B,R,k,N,z,W,F),C==="year"&&I.length>1&&L===0&&I.unshift({value:I[0].value-B})}}for(var L=0;L<F.length;L++)I.push(F[L]);return F}}for(var l=[],f=[],h=0,c=0,v=0;v<a.length&&o++<i;++v){var p=qo(a[v]);if(!!gW(a[v])){u(a[v],l[l.length-1]||[],f);var g=a[v+1]?qo(a[v+1]):null;if(p!==g){if(f.length){c=h,f.sort(function(C,T){return C.value-T.value});for(var d=[],y=0;y<f.length;++y){var m=f[y].value;(y===0||f[y-1].value!==m)&&(d.push(f[y]),m>=n[0]&&m<=n[1]&&h++)}var _=(n[1]-n[0])/t;if(h>_*1.5&&c>_/1.5||(l.push(d),h>_||r===a[v]))break}f=[]}}}for(var S=Xt(U(l,function(C){return Xt(C,function(T){return T.value>=n[0]&&T.value<=n[1]&&!T.notAdd})}),function(C){return C.length>0}),w=[],b=S.length-1,v=0;v<S.length;++v)for(var x=S[v],A=0;A<x.length;++A)w.push({value:x[A].value,level:b-v});w.sort(function(C,T){return C.value-T.value});for(var D=[],v=0;v<w.length;++v)(v===0||w[v].value!==w[v-1].value)&&D.push(w[v]);return D}ai.registerClass(lT);var hT=ai.prototype,Ju=ju.prototype,WX=Se,UX=Math.floor,YX=Math.ceil,ic=Math.pow,an=Math.log,cT=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new ju,e._interval=0,e}return t.prototype.getTicks=function(e){var n=this._originalScale,i=this._extent,a=n.getExtent(),o=Ju.getTicks.call(this,e);return U(o,function(s){var u=s.value,l=Se(ic(this.base,u));return l=u===i[0]&&this._fixMin?ac(l,a[0]):l,l=u===i[1]&&this._fixMax?ac(l,a[1]):l,{value:l}},this)},t.prototype.setExtent=function(e,n){var i=an(this.base);e=an(Math.max(0,e))/i,n=an(Math.max(0,n))/i,Ju.setExtent.call(this,e,n)},t.prototype.getExtent=function(){var e=this.base,n=hT.getExtent.call(this);n[0]=ic(e,n[0]),n[1]=ic(e,n[1]);var i=this._originalScale,a=i.getExtent();return this._fixMin&&(n[0]=ac(n[0],a[0])),this._fixMax&&(n[1]=ac(n[1],a[1])),n},t.prototype.unionExtent=function(e){this._originalScale.unionExtent(e);var n=this.base;e[0]=an(e[0])/an(n),e[1]=an(e[1])/an(n),hT.unionExtent.call(this,e)},t.prototype.unionExtentFromData=function(e,n){this.unionExtent(e.getApproximateExtent(n))},t.prototype.calcNiceTicks=function(e){e=e||10;var n=this._extent,i=n[1]-n[0];if(!(i===1/0||i<=0)){var a=$V(i),o=e/i*a;for(o<=.5&&(a*=10);!isNaN(a)&&Math.abs(a)<1&&Math.abs(a)>0;)a*=10;var s=[Se(YX(n[0]/a)*a),Se(UX(n[1]/a)*a)];this._interval=a,this._niceExtent=s}},t.prototype.calcNiceExtent=function(e){Ju.calcNiceExtent.call(this,e),this._fixMin=e.fixMin,this._fixMax=e.fixMax},t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return e=an(e)/an(this.base),tc(e,this._extent)},t.prototype.normalize=function(e){return e=an(e)/an(this.base),ec(e,this._extent)},t.prototype.scale=function(e){return e=rc(e,this._extent),ic(this.base,e)},t.type="log",t}(ai),vT=cT.prototype;vT.getMinorTicks=Ju.getMinorTicks,vT.getLabel=Ju.getLabel;function ac(r,t){return WX(r,Sn(t))}ai.registerClass(cT);function Qu(r){var t=r.getLabelModel().get("formatter"),e=r.type==="category"?r.scale.getExtent()[0]:null;return r.scale.type==="time"?function(n){return function(i,a){return r.scale.getFormattedLabel(i,a,n)}}(t):J(t)?function(n){return function(i){var a=r.scale.getLabel(i),o=n.replace("{value}",a!=null?a:"");return o}}(t):ot(t)?function(n){return function(i,a){return e!=null&&(a=i.value-e),n(cy(r,i),a,i.level!=null?{level:i.level}:null)}}(t):function(n){return r.scale.getLabel(n)}}function cy(r,t){return r.type==="category"?r.scale.getLabel(t):t.value}function vy(r){var t=r.get("interval");return t==null?"auto":t}function pT(r){return r.type==="category"&&vy(r.getLabelModel())===0}var tl=function(){function r(){}return r.prototype.getNeedCrossZero=function(){var t=this.option;return!t.scale},r.prototype.getCoordSysModel=function(){},r}(),dT=[],XX={registerPreprocessor:UC,registerProcessor:YC,registerPostInit:tX,registerPostUpdate:eX,registerUpdateLifecycle:sy,registerAction:Mn,registerCoordinateSystem:rX,registerLayout:nX,registerVisual:Ya,registerTransform:aX,registerLoading:ZC,registerMap:iX,registerImpl:RY,PRIORITY:XY,ComponentModel:wt,ComponentView:Kt,SeriesModel:Ht,ChartView:Nt,registerComponentModel:function(r){wt.registerClass(r)},registerComponentView:function(r){Kt.registerClass(r)},registerSeriesModel:function(r){Ht.registerClass(r)},registerChartView:function(r){Nt.registerClass(r)},registerSubTypeDefaulter:function(r,t){wt.registerSubTypeDefaulter(r,t)},registerPainter:function(r,t){BV(r,t)}};function Ka(r){if(Y(r)){E(r,function(t){Ka(t)});return}At(dT,r)>=0||(dT.push(r),ot(r)&&(r={install:r}),r.install(XX))}var ZX=1e-8;function gT(r,t){return Math.abs(r-t)<ZX}function yT(r,t,e){var n=0,i=r[0];if(!i)return!1;for(var a=1;a<r.length;a++){var o=r[a];n+=Jn(i[0],i[1],o[0],o[1],t,e),i=o}var s=r[0];return(!gT(i[0],s[0])||!gT(i[1],s[1]))&&(n+=Jn(i[0],i[1],s[0],s[1],t,e)),n!==0}var qX=[];function py(r,t){for(var e=0;e<r.length;e++)xe(r[e],r[e],t)}function mT(r,t,e,n){for(var i=0;i<r.length;i++){var a=r[i];n&&(a=n.project(a)),a&&isFinite(a[0])&&isFinite(a[1])&&(xi(t,t,a),Ai(e,e,a))}}function KX(r){for(var t=0,e=0,n=0,i=r.length,a=r[i-1][0],o=r[i-1][1],s=0;s<i;s++){var u=r[s][0],l=r[s][1],f=a*l-u*o;t+=f,e+=(a+u)*f,n+=(o+l)*f,a=u,o=l}return t?[e/t/3,n/t/3,t]:[r[0][0]||0,r[0][1]||0]}var _T=function(){function r(t){this.name=t}return r.prototype.setCenter=function(t){this._center=t},r.prototype.getCenter=function(){var t=this._center;return t||(t=this._center=this.calcCenter()),t},r}(),ST=function(){function r(t,e){this.type="polygon",this.exterior=t,this.interiors=e}return r}(),bT=function(){function r(t){this.type="linestring",this.points=t}return r}(),wT=function(r){O(t,r);function t(e,n,i){var a=r.call(this,e)||this;return a.type="geoJSON",a.geometries=n,a._center=i&&[i[0],i[1]],a}return t.prototype.calcCenter=function(){for(var e=this.geometries,n,i=0,a=0;a<e.length;a++){var o=e[a],s=o.exterior,u=s&&s.length;u>i&&(n=o,i=u)}if(n)return KX(n.exterior);var l=this.getBoundingRect();return[l.x+l.width/2,l.y+l.height/2]},t.prototype.getBoundingRect=function(e){var n=this._rect;if(n&&!e)return n;var i=[1/0,1/0],a=[-1/0,-1/0],o=this.geometries;return E(o,function(s){s.type==="polygon"?mT(s.exterior,i,a,e):E(s.points,function(u){mT(u,i,a,e)})}),isFinite(i[0])&&isFinite(i[1])&&isFinite(a[0])&&isFinite(a[1])||(i[0]=i[1]=a[0]=a[1]=0),n=new yt(i[0],i[1],a[0]-i[0],a[1]-i[1]),e||(this._rect=n),n},t.prototype.contain=function(e){var n=this.getBoundingRect(),i=this.geometries;if(!n.contain(e[0],e[1]))return!1;t:for(var a=0,o=i.length;a<o;a++){var s=i[a];if(s.type==="polygon"){var u=s.exterior,l=s.interiors;if(yT(u,e[0],e[1])){for(var f=0;f<(l?l.length:0);f++)if(yT(l[f],e[0],e[1]))continue t;return!0}}}return!1},t.prototype.transformTo=function(e,n,i,a){var o=this.getBoundingRect(),s=o.width/o.height;i?a||(a=i/s):i=s*a;for(var u=new yt(e,n,i,a),l=o.calculateTransform(u),f=this.geometries,h=0;h<f.length;h++){var c=f[h];c.type==="polygon"?(py(c.exterior,l),E(c.interiors,function(v){py(v,l)})):E(c.points,function(v){py(v,l)})}o=this._rect,o.copy(u),this._center=[o.x+o.width/2,o.y+o.height/2]},t.prototype.cloneShallow=function(e){e==null&&(e=this.name);var n=new t(e,this.geometries,this._center);return n._rect=this._rect,n.transformTo=null,n},t}(_T),jX=function(r){O(t,r);function t(e,n){var i=r.call(this,e)||this;return i.type="geoSVG",i._elOnlyForCalculate=n,i}return t.prototype.calcCenter=function(){for(var e=this._elOnlyForCalculate,n=e.getBoundingRect(),i=[n.x+n.width/2,n.y+n.height/2],a=wf(qX),o=e;o&&!o.isGeoSVGGraphicRoot;)Un(a,o.getLocalTransform(),a),o=o.parent;return Mo(a,a),xe(i,i,a),i},t}(_T);function JX(r){if(!r.UTF8Encoding)return r;var t=r,e=t.UTF8Scale;e==null&&(e=1024);var n=t.features;return E(n,function(i){var a=i.geometry,o=a.encodeOffsets,s=a.coordinates;if(!!o)switch(a.type){case"LineString":a.coordinates=xT(s,o,e);break;case"Polygon":dy(s,o,e);break;case"MultiLineString":dy(s,o,e);break;case"MultiPolygon":E(s,function(u,l){return dy(u,o[l],e)})}}),t.UTF8Encoding=!1,t}function dy(r,t,e){for(var n=0;n<r.length;n++)r[n]=xT(r[n],t[n],e)}function xT(r,t,e){for(var n=[],i=t[0],a=t[1],o=0;o<r.length;o+=2){var s=r.charCodeAt(o)-64,u=r.charCodeAt(o+1)-64;s=s>>1^-(s&1),u=u>>1^-(u&1),s+=i,u+=a,i=s,a=u,n.push([s/e,u/e])}return n}function QX(r,t){return r=JX(r),U(Xt(r.features,function(e){return e.geometry&&e.properties&&e.geometry.coordinates.length>0}),function(e){var n=e.properties,i=e.geometry,a=[];switch(i.type){case"Polygon":var o=i.coordinates;a.push(new ST(o[0],o.slice(1)));break;case"MultiPolygon":E(i.coordinates,function(u){u[0]&&a.push(new ST(u[0],u.slice(1)))});break;case"LineString":a.push(new bT([i.coordinates]));break;case"MultiLineString":a.push(new bT(i.coordinates))}var s=new wT(n[t||"name"],a,n.cp);return s.properties=n,s})}var el=Tt();function AT(r,t){var e=U(t,function(n){return r.scale.parse(n)});return r.type==="time"&&e.length>0&&(e.sort(),e.unshift(e[0]),e.push(e[e.length-1])),e}function tZ(r){var t=r.getLabelModel().get("customValues");if(t){var e=Qu(r);return{labels:AT(r,t).map(function(n){var i={value:n};return{formattedLabel:e(i),rawLabel:r.scale.getLabel(i),tickValue:n}})}}return r.type==="category"?rZ(r):iZ(r)}function eZ(r,t){var e=r.getTickModel().get("customValues");return e?{ticks:AT(r,e)}:r.type==="category"?nZ(r,t):{ticks:U(r.scale.getTicks(),function(n){return n.value})}}function rZ(r){var t=r.getLabelModel(),e=CT(r,t);return!t.get("show")||r.scale.isBlank()?{labels:[],labelCategoryInterval:e.labelCategoryInterval}:e}function CT(r,t){var e=TT(r,"labels"),n=vy(t),i=DT(e,n);if(i)return i;var a,o;return ot(n)?a=LT(r,n):(o=n==="auto"?aZ(r):n,a=MT(r,o)),ET(e,n,{labels:a,labelCategoryInterval:o})}function nZ(r,t){var e=TT(r,"ticks"),n=vy(t),i=DT(e,n);if(i)return i;var a,o;if((!t.get("show")||r.scale.isBlank())&&(a=[]),ot(n))a=LT(r,n,!0);else if(n==="auto"){var s=CT(r,r.getLabelModel());o=s.labelCategoryInterval,a=U(s.labels,function(u){return u.tickValue})}else o=n,a=MT(r,o,!0);return ET(e,n,{ticks:a,tickCategoryInterval:o})}function iZ(r){var t=r.scale.getTicks(),e=Qu(r);return{labels:U(t,function(n,i){return{level:n.level,formattedLabel:e(n,i),rawLabel:r.scale.getLabel(n),tickValue:n.value}})}}function TT(r,t){return el(r)[t]||(el(r)[t]=[])}function DT(r,t){for(var e=0;e<r.length;e++)if(r[e].key===t)return r[e].value}function ET(r,t,e){return r.push({key:t,value:e}),e}function aZ(r){var t=el(r).autoInterval;return t!=null?t:el(r).autoInterval=r.calculateCategoryInterval()}function oZ(r){var t=sZ(r),e=Qu(r),n=(t.axisRotate-t.labelRotate)/180*Math.PI,i=r.scale,a=i.getExtent(),o=i.count();if(a[1]-a[0]<1)return 0;var s=1;o>40&&(s=Math.max(1,Math.floor(o/40)));for(var u=a[0],l=r.dataToCoord(u+1)-r.dataToCoord(u),f=Math.abs(l*Math.cos(n)),h=Math.abs(l*Math.sin(n)),c=0,v=0;u<=a[1];u+=s){var p=0,g=0,d=eu(e({value:u}),t.font,"center","top");p=d.width*1.3,g=d.height*1.3,c=Math.max(c,p,7),v=Math.max(v,g,7)}var y=c/f,m=v/h;isNaN(y)&&(y=1/0),isNaN(m)&&(m=1/0);var _=Math.max(0,Math.floor(Math.min(y,m))),S=el(r.model),w=r.getExtent(),b=S.lastAutoInterval,x=S.lastTickCount;return b!=null&&x!=null&&Math.abs(b-_)<=1&&Math.abs(x-o)<=1&&b>_&&S.axisExtent0===w[0]&&S.axisExtent1===w[1]?_=b:(S.lastTickCount=o,S.lastAutoInterval=_,S.axisExtent0=w[0],S.axisExtent1=w[1]),_}function sZ(r){var t=r.getLabelModel();return{axisRotate:r.getRotate?r.getRotate():r.isHorizontal&&!r.isHorizontal()?90:0,labelRotate:t.get("rotate")||0,font:t.getFont()}}function MT(r,t,e){var n=Qu(r),i=r.scale,a=i.getExtent(),o=r.getLabelModel(),s=[],u=Math.max((t||0)+1,1),l=a[0],f=i.count();l!==0&&u>1&&f/u>2&&(l=Math.round(Math.ceil(l/u)*u));var h=pT(r),c=o.get("showMinLabel")||h,v=o.get("showMaxLabel")||h;c&&l!==a[0]&&g(a[0]);for(var p=l;p<=a[1];p+=u)g(p);v&&p-u!==a[1]&&g(a[1]);function g(d){var y={value:d};s.push(e?d:{formattedLabel:n(y),rawLabel:i.getLabel(y),tickValue:d})}return s}function LT(r,t,e){var n=r.scale,i=Qu(r),a=[];return E(n.getTicks(),function(o){var s=n.getLabel(o),u=o.value;t(o.value,s)&&a.push(e?u:{formattedLabel:i(o),rawLabel:s,tickValue:u})}),a}var IT=[0,1],on=function(){function r(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return r.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},r.prototype.containData=function(t){return this.scale.contain(t)},r.prototype.getExtent=function(){return this._extent.slice()},r.prototype.getPixelPrecision=function(t){return NV(t||this.scale.getExtent(),this._extent)},r.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},r.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&i.type==="ordinal"&&(n=n.slice(),PT(n,i.count())),Jt(t,IT,n,e)},r.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&i.type==="ordinal"&&(n=n.slice(),PT(n,i.count()));var a=Jt(t,n,IT,e);return this.scale.scale(a)},r.prototype.pointToData=function(t,e){},r.prototype.getTicksCoords=function(t){t=t||{};var e=t.tickModel||this.getTickModel(),n=eZ(this,e),i=n.ticks,a=U(i,function(s){return{coord:this.dataToCoord(this.scale.type==="ordinal"?this.scale.getRawOrdinalNumber(s):s),tickValue:s}},this),o=e.get("alignWithLabel");return uZ(this,a,o,t.clamp),a},r.prototype.getMinorTicksCoords=function(){if(this.scale.type==="ordinal")return[];var t=this.model.getModel("minorTick"),e=t.get("splitNumber");e>0&&e<100||(e=5);var n=this.scale.getMinorTicks(e),i=U(n,function(a){return U(a,function(o){return{coord:this.dataToCoord(o),tickValue:o}},this)},this);return i},r.prototype.getViewLabels=function(){return tZ(this).labels},r.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},r.prototype.getTickModel=function(){return this.model.getModel("axisTick")},r.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);n===0&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},r.prototype.calculateCategoryInterval=function(){return oZ(this)},r}();function PT(r,t){var e=r[1]-r[0],n=t,i=e/n/2;r[0]+=i,r[1]-=i}function uZ(r,t,e,n){var i=t.length;if(!r.onBand||e||!i)return;var a=r.getExtent(),o,s;if(i===1)t[0].coord=a[0],o=t[1]={coord:a[1]};else{var u=t[i-1].tickValue-t[0].tickValue,l=(t[i-1].coord-t[0].coord)/u;E(t,function(v){v.coord-=l/2});var f=r.scale.getExtent();s=1+f[1]-t[i-1].tickValue,o={coord:t[i-1].coord+l*s},t.push(o)}var h=a[0]>a[1];c(t[0].coord,a[0])&&(n?t[0].coord=a[0]:t.shift()),n&&c(a[0],t[0].coord)&&t.unshift({coord:a[0]}),c(a[1],o.coord)&&(n?o.coord=a[1]:t.pop()),n&&c(o.coord,a[1])&&t.push({coord:a[1]});function c(v,p){return v=Se(v),p=Se(p),h?v>p:v<p}}var rl=Math.PI*2,ja=Ii.CMD,lZ=["top","right","bottom","left"];function fZ(r,t,e,n,i){var a=e.width,o=e.height;switch(r){case"top":n.set(e.x+a/2,e.y-t),i.set(0,-1);break;case"bottom":n.set(e.x+a/2,e.y+o+t),i.set(0,1);break;case"left":n.set(e.x-t,e.y+o/2),i.set(-1,0);break;case"right":n.set(e.x+a+t,e.y+o/2),i.set(1,0);break}}function hZ(r,t,e,n,i,a,o,s,u){o-=r,s-=t;var l=Math.sqrt(o*o+s*s);o/=l,s/=l;var f=o*e+r,h=s*e+t;if(Math.abs(n-i)%rl<1e-4)return u[0]=f,u[1]=h,l-e;if(a){var c=n;n=dr(i),i=dr(c)}else n=dr(n),i=dr(i);n>i&&(i+=rl);var v=Math.atan2(s,o);if(v<0&&(v+=rl),v>=n&&v<=i||v+rl>=n&&v+rl<=i)return u[0]=f,u[1]=h,l-e;var p=e*Math.cos(n)+r,g=e*Math.sin(n)+t,d=e*Math.cos(i)+r,y=e*Math.sin(i)+t,m=(p-o)*(p-o)+(g-s)*(g-s),_=(d-o)*(d-o)+(y-s)*(y-s);return m<_?(u[0]=p,u[1]=g,Math.sqrt(m)):(u[0]=d,u[1]=y,Math.sqrt(_))}function oc(r,t,e,n,i,a,o,s){var u=i-r,l=a-t,f=e-r,h=n-t,c=Math.sqrt(f*f+h*h);f/=c,h/=c;var v=u*f+l*h,p=v/c;s&&(p=Math.min(Math.max(p,0),1)),p*=c;var g=o[0]=r+p*f,d=o[1]=t+p*h;return Math.sqrt((g-i)*(g-i)+(d-a)*(d-a))}function FT(r,t,e,n,i,a,o){e<0&&(r=r+e,e=-e),n<0&&(t=t+n,n=-n);var s=r+e,u=t+n,l=o[0]=Math.min(Math.max(i,r),s),f=o[1]=Math.min(Math.max(a,t),u);return Math.sqrt((l-i)*(l-i)+(f-a)*(f-a))}var sn=[];function cZ(r,t,e){var n=FT(t.x,t.y,t.width,t.height,r.x,r.y,sn);return e.set(sn[0],sn[1]),n}function vZ(r,t,e){for(var n=0,i=0,a=0,o=0,s,u,l=1/0,f=t.data,h=r.x,c=r.y,v=0;v<f.length;){var p=f[v++];v===1&&(n=f[v],i=f[v+1],a=n,o=i);var g=l;switch(p){case ja.M:a=f[v++],o=f[v++],n=a,i=o;break;case ja.L:g=oc(n,i,f[v],f[v+1],h,c,sn,!0),n=f[v++],i=f[v++];break;case ja.C:g=ow(n,i,f[v++],f[v++],f[v++],f[v++],f[v],f[v+1],h,c,sn),n=f[v++],i=f[v++];break;case ja.Q:g=uw(n,i,f[v++],f[v++],f[v],f[v+1],h,c,sn),n=f[v++],i=f[v++];break;case ja.A:var d=f[v++],y=f[v++],m=f[v++],_=f[v++],S=f[v++],w=f[v++];v+=1;var b=!!(1-f[v++]);s=Math.cos(S)*m+d,u=Math.sin(S)*_+y,v<=1&&(a=s,o=u);var x=(h-d)*_/m+d;g=hZ(d,y,_,S,S+w,b,x,c,sn),n=Math.cos(S+w)*m+d,i=Math.sin(S+w)*_+y;break;case ja.R:a=n=f[v++],o=i=f[v++];var A=f[v++],D=f[v++];g=FT(a,o,A,D,h,c,sn);break;case ja.Z:g=oc(n,i,a,o,h,c,sn,!0),n=a,i=o;break}g<l&&(l=g,e.set(sn[0],sn[1]))}return l}var un=new gt,Wt=new gt,ae=new gt,Ln=new gt,In=new gt;function RT(r,t){if(!!r){var e=r.getTextGuideLine(),n=r.getTextContent();if(!!(n&&e)){var i=r.textGuideLineConfig||{},a=[[0,0],[0,0],[0,0]],o=i.candidates||lZ,s=n.getBoundingRect().clone();s.applyTransform(n.getComputedTransform());var u=1/0,l=i.anchor,f=r.getComputedTransform(),h=f&&Mo([],f),c=t.get("length2")||0;l&&ae.copy(l);for(var v=0;v<o.length;v++){var p=o[v];fZ(p,0,s,un,Ln),gt.scaleAndAdd(Wt,un,Ln,c),Wt.transform(h);var g=r.getBoundingRect(),d=l?l.distance(Wt):r instanceof Dt?vZ(Wt,r.path,ae):cZ(Wt,g,ae);d<u&&(u=d,Wt.transform(f),ae.transform(f),ae.toArray(a[0]),Wt.toArray(a[1]),un.toArray(a[2]))}BT(a,t.get("minTurnAngle")),e.setShape({points:a})}}}var sc=[],We=new gt;function BT(r,t){if(t<=180&&t>0){t=t/180*Math.PI,un.fromArray(r[0]),Wt.fromArray(r[1]),ae.fromArray(r[2]),gt.sub(Ln,un,Wt),gt.sub(In,ae,Wt);var e=Ln.len(),n=In.len();if(!(e<.001||n<.001)){Ln.scale(1/e),In.scale(1/n);var i=Ln.dot(In),a=Math.cos(t);if(a<i){var o=oc(Wt.x,Wt.y,ae.x,ae.y,un.x,un.y,sc,!1);We.fromArray(sc),We.scaleAndAdd(In,o/Math.tan(Math.PI-t));var s=ae.x!==Wt.x?(We.x-Wt.x)/(ae.x-Wt.x):(We.y-Wt.y)/(ae.y-Wt.y);if(isNaN(s))return;s<0?gt.copy(We,Wt):s>1&>.copy(We,ae),We.toArray(r[1])}}}}function pZ(r,t,e){if(e<=180&&e>0){e=e/180*Math.PI,un.fromArray(r[0]),Wt.fromArray(r[1]),ae.fromArray(r[2]),gt.sub(Ln,Wt,un),gt.sub(In,ae,Wt);var n=Ln.len(),i=In.len();if(!(n<.001||i<.001)){Ln.scale(1/n),In.scale(1/i);var a=Ln.dot(t),o=Math.cos(e);if(a<o){var s=oc(Wt.x,Wt.y,ae.x,ae.y,un.x,un.y,sc,!1);We.fromArray(sc);var u=Math.PI/2,l=Math.acos(In.dot(t)),f=u+l-e;if(f>=u)gt.copy(We,ae);else{We.scaleAndAdd(In,s/Math.tan(Math.PI/2-f));var h=ae.x!==Wt.x?(We.x-Wt.x)/(ae.x-Wt.x):(We.y-Wt.y)/(ae.y-Wt.y);if(isNaN(h))return;h<0?gt.copy(We,Wt):h>1&>.copy(We,ae)}We.toArray(r[1])}}}}function gy(r,t,e,n){var i=e==="normal",a=i?r:r.ensureState(e);a.ignore=t;var o=n.get("smooth");o&&o===!0&&(o=.3),a.shape=a.shape||{},o>0&&(a.shape.smooth=o);var s=n.getModel("lineStyle").getLineStyle();i?r.useStyle(s):a.style=s}function dZ(r,t){var e=t.smooth,n=t.points;if(!!n)if(r.moveTo(n[0][0],n[0][1]),e>0&&n.length>=3){var i=wi(n[0],n[1]),a=wi(n[1],n[2]);if(!i||!a){r.lineTo(n[1][0],n[1][1]),r.lineTo(n[2][0],n[2][1]);return}var o=Math.min(i,a)*e,s=Bp([],n[1],n[0],o/i),u=Bp([],n[1],n[2],o/a),l=Bp([],s,u,.5);r.bezierCurveTo(s[0],s[1],s[0],s[1],l[0],l[1]),r.bezierCurveTo(u[0],u[1],u[0],u[1],n[2][0],n[2][1])}else for(var f=1;f<n.length;f++)r.lineTo(n[f][0],n[f][1])}function yy(r,t,e){var n=r.getTextGuideLine(),i=r.getTextContent();if(!i){n&&r.removeTextGuideLine();return}for(var a=t.normal,o=a.get("show"),s=i.ignore,u=0;u<vu.length;u++){var l=vu[u],f=t[l],h=l==="normal";if(f){var c=f.get("show"),v=h?s:dt(i.states[l]&&i.states[l].ignore,s);if(v||!dt(c,o)){var p=h?n:n&&n.states[l];p&&(p.ignore=!0),n&&gy(n,!0,l,f);continue}n||(n=new Ve,r.setTextGuideLine(n),!h&&(s||!o)&&gy(n,!0,"normal",t.normal),r.stateProxy&&(n.stateProxy=r.stateProxy)),gy(n,!1,l,f)}}if(n){ft(n.style,e),n.style.fill=null;var g=a.get("showAbove"),d=r.textGuideLineConfig=r.textGuideLineConfig||{};d.showAbove=g||!1,n.buildPath=dZ}}function my(r,t){t=t||"labelLine";for(var e={normal:r.getModel(t)},n=0;n<Ge.length;n++){var i=Ge[n];e[i]=r.getModel([i,t])}return e}function OT(r){for(var t=[],e=0;e<r.length;e++){var n=r[e];if(!n.defaultAttr.ignore){var i=n.label,a=i.getComputedTransform(),o=i.getBoundingRect(),s=!a||a[1]<1e-5&&a[2]<1e-5,u=i.style.margin||0,l=o.clone();l.applyTransform(a),l.x-=u/2,l.y-=u/2,l.width+=u,l.height+=u;var f=s?new sh(o,a):null;t.push({label:i,labelLine:n.labelLine,rect:l,localRect:o,obb:f,priority:n.priority,defaultAttr:n.defaultAttr,layoutOption:n.computedLayoutOption,axisAligned:s,transform:a})}}return t}function kT(r,t,e,n,i,a){var o=r.length;if(o<2)return;r.sort(function(A,D){return A.rect[t]-D.rect[t]});for(var s=0,u,l=!1,f=0,h=0;h<o;h++){var c=r[h],v=c.rect;u=v[t]-s,u<0&&(v[t]-=u,c.label[t]-=u,l=!0);var p=Math.max(-u,0);f+=p,s=v[t]+v[e]}f>0&&a&&w(-f/o,0,o);var g=r[0],d=r[o-1],y,m;_(),y<0&&b(-y,.8),m<0&&b(m,.8),_(),S(y,m,1),S(m,y,-1),_(),y<0&&x(-y),m<0&&x(m);function _(){y=g.rect[t]-n,m=i-d.rect[t]-d.rect[e]}function S(A,D,C){if(A<0){var T=Math.min(D,-A);if(T>0){w(T*C,0,o);var I=T+A;I<0&&b(-I*C,1)}else b(-A*C,1)}}function w(A,D,C){A!==0&&(l=!0);for(var T=D;T<C;T++){var I=r[T],F=I.rect;F[t]+=A,I.label[t]+=A}}function b(A,D){for(var C=[],T=0,I=1;I<o;I++){var F=r[I-1].rect,P=Math.max(r[I].rect[t]-F[t]-F[e],0);C.push(P),T+=P}if(!!T){var L=Math.min(Math.abs(A)/T,D);if(A>0)for(var I=0;I<o-1;I++){var R=C[I]*L;w(R,0,I+1)}else for(var I=o-1;I>0;I--){var R=C[I-1]*L;w(-R,I,o)}}}function x(A){var D=A<0?-1:1;A=Math.abs(A);for(var C=Math.ceil(A/(o-1)),T=0;T<o-1;T++)if(D>0?w(C,0,T+1):w(-C,o-T-1,o),A-=C,A<=0)return}return l}function gZ(r,t,e,n){return kT(r,"x","width",t,e,n)}function NT(r,t,e,n){return kT(r,"y","height",t,e,n)}function zT(r){var t=[];r.sort(function(g,d){return d.priority-g.priority});var e=new yt(0,0,0,0);function n(g){if(!g.ignore){var d=g.ensureState("emphasis");d.ignore==null&&(d.ignore=!1)}g.ignore=!0}for(var i=0;i<r.length;i++){var a=r[i],o=a.axisAligned,s=a.localRect,u=a.transform,l=a.label,f=a.labelLine;e.copy(a.rect),e.width-=.1,e.height-=.1,e.x+=.05,e.y+=.05;for(var h=a.obb,c=!1,v=0;v<t.length;v++){var p=t[v];if(!!e.intersect(p.rect)){if(o&&p.axisAligned){c=!0;break}if(p.obb||(p.obb=new sh(p.localRect,p.transform)),h||(h=new sh(s,u)),h.intersect(p.obb)){c=!0;break}}}c?(n(l),f&&n(f)):(l.attr("ignore",a.defaultAttr.ignore),f&&f.attr("ignore",a.defaultAttr.labelGuideIgnore),t.push(a))}}function yZ(r){if(r){for(var t=[],e=0;e<r.length;e++)t.push(r[e].slice());return t}}function mZ(r,t){var e=r.label,n=t&&t.getTextGuideLine();return{dataIndex:r.dataIndex,dataType:r.dataType,seriesIndex:r.seriesModel.seriesIndex,text:r.label.style.text,rect:r.hostRect,labelRect:r.rect,align:e.style.align,verticalAlign:e.style.verticalAlign,labelLinePoints:yZ(n&&n.shape.points)}}var GT=["align","verticalAlign","width","height","fontSize"],Ue=new Ei,_y=Tt(),_Z=Tt();function uc(r,t,e){for(var n=0;n<e.length;n++){var i=e[n];t[i]!=null&&(r[i]=t[i])}}var lc=["x","y","rotation"],SZ=function(){function r(){this._labelList=[],this._chartViewList=[]}return r.prototype.clearLabels=function(){this._labelList=[],this._chartViewList=[]},r.prototype._addLabel=function(t,e,n,i,a){var o=i.style,s=i.__hostTarget,u=s.textConfig||{},l=i.getComputedTransform(),f=i.getBoundingRect().plain();yt.applyTransform(f,f,l),l?Ue.setLocalTransform(l):(Ue.x=Ue.y=Ue.rotation=Ue.originX=Ue.originY=0,Ue.scaleX=Ue.scaleY=1),Ue.rotation=dr(Ue.rotation);var h=i.__hostTarget,c;if(h){c=h.getBoundingRect().plain();var v=h.getComputedTransform();yt.applyTransform(c,c,v)}var p=c&&h.getTextGuideLine();this._labelList.push({label:i,labelLine:p,seriesModel:n,dataIndex:t,dataType:e,layoutOption:a,computedLayoutOption:null,rect:f,hostRect:c,priority:c?c.width*c.height:0,defaultAttr:{ignore:i.ignore,labelGuideIgnore:p&&p.ignore,x:Ue.x,y:Ue.y,scaleX:Ue.scaleX,scaleY:Ue.scaleY,rotation:Ue.rotation,style:{x:o.x,y:o.y,align:o.align,verticalAlign:o.verticalAlign,width:o.width,height:o.height,fontSize:o.fontSize},cursor:i.cursor,attachedPos:u.position,attachedRot:u.rotation}})},r.prototype.addLabelsOfSeries=function(t){var e=this;this._chartViewList.push(t);var n=t.__model,i=n.get("labelLayout");!(ot(i)||Ot(i).length)||t.group.traverse(function(a){if(a.ignore)return!0;var o=a.getTextContent(),s=ut(a);o&&!o.disableLabelLayout&&e._addLabel(s.dataIndex,s.dataType,n,o,i)})},r.prototype.updateLayoutConfig=function(t){var e=t.getWidth(),n=t.getHeight();function i(_,S){return function(){RT(_,S)}}for(var a=0;a<this._labelList.length;a++){var o=this._labelList[a],s=o.label,u=s.__hostTarget,l=o.defaultAttr,f=void 0;ot(o.layoutOption)?f=o.layoutOption(mZ(o,u)):f=o.layoutOption,f=f||{},o.computedLayoutOption=f;var h=Math.PI/180;u&&u.setTextConfig({local:!1,position:f.x!=null||f.y!=null?null:l.attachedPos,rotation:f.rotate!=null?f.rotate*h:l.attachedRot,offset:[f.dx||0,f.dy||0]});var c=!1;if(f.x!=null?(s.x=rt(f.x,e),s.setStyle("x",0),c=!0):(s.x=l.x,s.setStyle("x",l.style.x)),f.y!=null?(s.y=rt(f.y,n),s.setStyle("y",0),c=!0):(s.y=l.y,s.setStyle("y",l.style.y)),f.labelLinePoints){var v=u.getTextGuideLine();v&&(v.setShape({points:f.labelLinePoints}),c=!1)}var p=_y(s);p.needsUpdateLabelLine=c,s.rotation=f.rotate!=null?f.rotate*h:l.rotation,s.scaleX=l.scaleX,s.scaleY=l.scaleY;for(var g=0;g<GT.length;g++){var d=GT[g];s.setStyle(d,f[d]!=null?f[d]:l.style[d])}if(f.draggable){if(s.draggable=!0,s.cursor="move",u){var y=o.seriesModel;if(o.dataIndex!=null){var m=o.seriesModel.getData(o.dataType);y=m.getItemModel(o.dataIndex)}s.on("drag",i(u,y.getModel("labelLine")))}}else s.off("drag"),s.cursor=l.cursor}},r.prototype.layout=function(t){var e=t.getWidth(),n=t.getHeight(),i=OT(this._labelList),a=Xt(i,function(u){return u.layoutOption.moveOverlap==="shiftX"}),o=Xt(i,function(u){return u.layoutOption.moveOverlap==="shiftY"});gZ(a,0,e),NT(o,0,n);var s=Xt(i,function(u){return u.layoutOption.hideOverlap});zT(s)},r.prototype.processLabelsOverall=function(){var t=this;E(this._chartViewList,function(e){var n=e.__model,i=e.ignoreLabelLineUpdate,a=n.isAnimationEnabled();e.group.traverse(function(o){if(o.ignore&&!o.forceLabelAnimation)return!0;var s=!i,u=o.getTextContent();!s&&u&&(s=_y(u).needsUpdateLabelLine),s&&t._updateLabelLine(o,n),a&&t._animateLabels(o,n)})})},r.prototype._updateLabelLine=function(t,e){var n=t.getTextContent(),i=ut(t),a=i.dataIndex;if(n&&a!=null){var o=e.getData(i.dataType),s=o.getItemModel(a),u={},l=o.getItemVisual(a,"style");if(l){var f=o.getVisual("drawType");u.stroke=l[f]}var h=s.getModel("labelLine");yy(t,my(s),u),RT(t,h)}},r.prototype._animateLabels=function(t,e){var n=t.getTextContent(),i=t.getTextGuideLine();if(n&&(t.forceLabelAnimation||!n.ignore&&!n.invisible&&!t.disableLabelAnimation&&!Ho(t))){var a=_y(n),o=a.oldLayout,s=ut(t),u=s.dataIndex,l={x:n.x,y:n.y,rotation:n.rotation},f=e.getData(s.dataType);if(o){n.attr(o);var c=t.prevStates;c&&(At(c,"select")>=0&&n.attr(a.oldLayoutSelect),At(c,"emphasis")>=0&&n.attr(a.oldLayoutEmphasis)),It(n,l,e,u)}else if(n.attr(l),!Yo(n).valueAnimation){var h=dt(n.style.opacity,1);n.style.opacity=0,qt(n,{style:{opacity:h}},e,u)}if(a.oldLayout=l,n.states.select){var v=a.oldLayoutSelect={};uc(v,l,lc),uc(v,n.states.select,lc)}if(n.states.emphasis){var p=a.oldLayoutEmphasis={};uc(p,l,lc),uc(p,n.states.emphasis,lc)}m2(n,u,f,e,e)}if(i&&!i.ignore&&!i.invisible){var a=_Z(i),o=a.oldLayout,g={points:i.shape.points};o?(i.attr({shape:o}),It(i,{shape:g},e)):(i.setShape(g),i.style.strokePercent=0,qt(i,{style:{strokePercent:1}},e)),a.oldLayout=g}},r}(),Sy=Tt();function bZ(r){r.registerUpdateLifecycle("series:beforeupdate",function(t,e,n){var i=Sy(e).labelManager;i||(i=Sy(e).labelManager=new SZ),i.clearLabels()}),r.registerUpdateLifecycle("series:layoutlabels",function(t,e,n){var i=Sy(e).labelManager;n.updatedSeries.forEach(function(a){i.addLabelsOfSeries(e.getViewOfSeriesModel(a))}),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()})}Ka(bZ);var wZ=["lineCap","miterLimit","lineJoin"];U(wZ,function(r){return"stroke-"+r.toLowerCase()});var by=Math.round;function VT(r,t,e){for(var n=r.points,i=[],a=0;a<n.length;a++)i.push(by(n[a][0]*e)/e),i.push(by(n[a][1]*e)/e);t.points=i.join(" ")}function $T(r){return!r.smooth}function xZ(r){var t=U(r,function(e){return typeof e=="string"?[e,e]:e});return function(e,n,i){for(var a=0;a<t.length;a++){var o=t[a],s=e[o[0]];s!=null&&(n[o[1]]=by(s*i)/i)}}}xZ(["cx","cy","r"]);function HT(r,t,e){var n=Si.createCanvas(),i=t.getWidth(),a=t.getHeight(),o=n.style;return o&&(o.position="absolute",o.left="0",o.top="0",o.width=i+"px",o.height=a+"px",n.setAttribute("data-zr-dom-id",r)),n.width=i*e,n.height=a*e,n}var wy=function(r){O(t,r);function t(e,n,i){var a=r.call(this)||this;a.motionBlur=!1,a.lastFrameAlpha=.7,a.dpr=1,a.virtual=!1,a.config={},a.incremental=!1,a.zlevel=0,a.maxRepaintRectCount=5,a.__dirty=!0,a.__firstTimePaint=!0,a.__used=!1,a.__drawIndex=0,a.__startIndex=0,a.__endIndex=0,a.__prevStartIndex=null,a.__prevEndIndex=null;var o;i=i||zf,typeof e=="string"?o=HT(e,n,i):lt(e)&&(o=e,e=o.id),a.id=e,a.dom=o;var s=o.style;return s&&(Ob(o),o.onselectstart=function(){return!1},s.padding="0",s.margin="0",s.borderWidth="0"),a.painter=n,a.dpr=i,a}return t.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},t.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},t.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},t.prototype.setUnpainted=function(){this.__firstTimePaint=!0},t.prototype.createBackBuffer=function(){var e=this.dpr;this.domBack=HT("back-"+this.id,this.painter,e),this.ctxBack=this.domBack.getContext("2d"),e!==1&&this.ctxBack.scale(e,e)},t.prototype.createRepaintRects=function(e,n,i,a){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var o=[],s=this.maxRepaintRectCount,u=!1,l=new yt(0,0,0,0);function f(m){if(!(!m.isFinite()||m.isZero()))if(o.length===0){var _=new yt(0,0,0,0);_.copy(m),o.push(_)}else{for(var S=!1,w=1/0,b=0,x=0;x<o.length;++x){var A=o[x];if(A.intersect(m)){var D=new yt(0,0,0,0);D.copy(A),D.union(m),o[x]=D,S=!0;break}else if(u){l.copy(m),l.union(A);var C=m.width*m.height,T=A.width*A.height,I=l.width*l.height,F=I-C-T;F<w&&(w=F,b=x)}}if(u&&(o[b].union(m),S=!0),!S){var _=new yt(0,0,0,0);_.copy(m),o.push(_)}u||(u=o.length>=s)}}for(var h=this.__startIndex;h<this.__endIndex;++h){var c=e[h];if(c){var v=c.shouldBePainted(i,a,!0,!0),p=c.__isRendered&&(c.__dirty&vr||!v)?c.getPrevPaintRect():null;p&&f(p);var g=v&&(c.__dirty&vr||!c.__isRendered)?c.getPaintRect():null;g&&f(g)}}for(var h=this.__prevStartIndex;h<this.__prevEndIndex;++h){var c=n[h],v=c&&c.shouldBePainted(i,a,!0,!0);if(c&&(!v||!c.__zr)&&c.__isRendered){var p=c.getPrevPaintRect();p&&f(p)}}var d;do{d=!1;for(var h=0;h<o.length;){if(o[h].isZero()){o.splice(h,1);continue}for(var y=h+1;y<o.length;)o[h].intersect(o[y])?(d=!0,o[h].union(o[y]),o.splice(y,1)):y++;h++}}while(d);return this._paintRects=o,o},t.prototype.debugGetPaintRects=function(){return(this._paintRects||[]).slice()},t.prototype.resize=function(e,n){var i=this.dpr,a=this.dom,o=a.style,s=this.domBack;o&&(o.width=e+"px",o.height=n+"px"),a.width=e*i,a.height=n*i,s&&(s.width=e*i,s.height=n*i,i!==1&&this.ctxBack.scale(i,i))},t.prototype.clear=function(e,n,i){var a=this.dom,o=this.ctx,s=a.width,u=a.height;n=n||this.clearColor;var l=this.motionBlur&&!e,f=this.lastFrameAlpha,h=this.dpr,c=this;l&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(a,0,0,s/h,u/h));var v=this.domBack;function p(g,d,y,m){if(o.clearRect(g,d,y,m),n&&n!=="transparent"){var _=void 0;if(yf(n)){var S=n.global||n.__width===y&&n.__height===m;_=S&&n.__canvasGradient||Ug(o,n,{x:0,y:0,width:y,height:m}),n.__canvasGradient=_,n.__width=y,n.__height=m}else xG(n)&&(n.scaleX=n.scaleX||h,n.scaleY=n.scaleY||h,_=Yg(o,n,{dirty:function(){c.setUnpainted(),c.painter.refresh()}}));o.save(),o.fillStyle=_||n,o.fillRect(g,d,y,m),o.restore()}l&&(o.save(),o.globalAlpha=f,o.drawImage(v,g,d,y,m),o.restore())}!i||l?p(0,0,s,u):i.length&&E(i,function(g){p(g.x*h,g.y*h,g.width*h,g.height*h)})},t}(Cr),WT=1e5,Ja=314159,fc=.01,AZ=.001;function CZ(r){return r?r.__builtin__?!0:!(typeof r.resize!="function"||typeof r.refresh!="function"):!1}function TZ(r,t){var e=document.createElement("div");return e.style.cssText=["position:relative","width:"+r+"px","height:"+t+"px","padding:0","margin:0","border-width:0"].join(";")+";",e}var DZ=function(){function r(t,e,n,i){this.type="canvas",this._zlevelList=[],this._prevDisplayList=[],this._layers={},this._layerConfig={},this._needsManuallyCompositing=!1,this.type="canvas";var a=!t.nodeName||t.nodeName.toUpperCase()==="CANVAS";this._opts=n=H({},n||{}),this.dpr=n.devicePixelRatio||zf,this._singleCanvas=a,this.root=t;var o=t.style;o&&(Ob(t),t.innerHTML=""),this.storage=e;var s=this._zlevelList;this._prevDisplayList=[];var u=this._layers;if(a){var f=t,h=f.width,c=f.height;n.width!=null&&(h=n.width),n.height!=null&&(c=n.height),this.dpr=n.devicePixelRatio||1,f.width=h*this.dpr,f.height=c*this.dpr,this._width=h,this._height=c;var v=new wy(f,this,this.dpr);v.__builtin__=!0,v.initContext(),u[Ja]=v,v.zlevel=Ja,s.push(Ja),this._domRoot=t}else{this._width=$h(t,0,n),this._height=$h(t,1,n);var l=this._domRoot=TZ(this._width,this._height);t.appendChild(l)}}return r.prototype.getType=function(){return"canvas"},r.prototype.isSingleCanvas=function(){return this._singleCanvas},r.prototype.getViewportRoot=function(){return this._domRoot},r.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},r.prototype.refresh=function(t){var e=this.storage.getDisplayList(!0),n=this._prevDisplayList,i=this._zlevelList;this._redrawId=Math.random(),this._paintList(e,n,t,this._redrawId);for(var a=0;a<i.length;a++){var o=i[a],s=this._layers[o];if(!s.__builtin__&&s.refresh){var u=a===0?this._backgroundColor:null;s.refresh(u)}}return this._opts.useDirtyRect&&(this._prevDisplayList=e.slice()),this},r.prototype.refreshHover=function(){this._paintHoverList(this.storage.getDisplayList(!1))},r.prototype._paintHoverList=function(t){var e=t.length,n=this._hoverlayer;if(n&&n.clear(),!!e){for(var i={inHover:!0,viewWidth:this._width,viewHeight:this._height},a,o=0;o<e;o++){var s=t[o];s.__inHover&&(n||(n=this._hoverlayer=this.getLayer(WT)),a||(a=n.ctx,a.save()),Ua(a,s,i,o===e-1))}a&&a.restore()}},r.prototype.getHoverLayer=function(){return this.getLayer(WT)},r.prototype.paintOne=function(t,e){mC(t,e)},r.prototype._paintList=function(t,e,n,i){if(this._redrawId===i){n=n||!1,this._updateLayerStatus(t);var a=this._doPaintList(t,e,n),o=a.finished,s=a.needsRefreshHover;if(this._needsManuallyCompositing&&this._compositeManually(),s&&this._paintHoverList(t),o)this.eachLayer(function(l){l.afterBrush&&l.afterBrush()});else{var u=this;Kp(function(){u._paintList(t,e,n,i)})}}},r.prototype._compositeManually=function(){var t=this.getLayer(Ja).ctx,e=this._domRoot.width,n=this._domRoot.height;t.clearRect(0,0,e,n),this.eachBuiltinLayer(function(i){i.virtual&&t.drawImage(i.dom,0,0,e,n)})},r.prototype._doPaintList=function(t,e,n){for(var i=this,a=[],o=this._opts.useDirtyRect,s=0;s<this._zlevelList.length;s++){var u=this._zlevelList[s],l=this._layers[u];l.__builtin__&&l!==this._hoverlayer&&(l.__dirty||n)&&a.push(l)}for(var f=!0,h=!1,c=function(g){var d=a[g],y=d.ctx,m=o&&d.createRepaintRects(t,e,v._width,v._height),_=n?d.__startIndex:d.__drawIndex,S=!n&&d.incremental&&Date.now,w=S&&Date.now(),b=d.zlevel===v._zlevelList[0]?v._backgroundColor:null;if(d.__startIndex===d.__endIndex)d.clear(!1,b,m);else if(_===d.__startIndex){var x=t[_];(!x.incremental||!x.notClear||n)&&d.clear(!1,b,m)}_===-1&&(console.error("For some unknown reason. drawIndex is -1"),_=d.__startIndex);var A,D=function(F){var P={inHover:!1,allClipped:!1,prevEl:null,viewWidth:i._width,viewHeight:i._height};for(A=_;A<d.__endIndex;A++){var L=t[A];if(L.__inHover&&(h=!0),i._doPaintEl(L,d,o,F,P,A===d.__endIndex-1),S){var R=Date.now()-w;if(R>15)break}}P.prevElClipPaths&&y.restore()};if(m)if(m.length===0)A=d.__endIndex;else for(var C=v.dpr,T=0;T<m.length;++T){var I=m[T];y.save(),y.beginPath(),y.rect(I.x*C,I.y*C,I.width*C,I.height*C),y.clip(),D(I),y.restore()}else y.save(),D(),y.restore();d.__drawIndex=A,d.__drawIndex<d.__endIndex&&(f=!1)},v=this,p=0;p<a.length;p++)c(p);return _t.wxa&&E(this._layers,function(g){g&&g.ctx&&g.ctx.draw&&g.ctx.draw()}),{finished:f,needsRefreshHover:h}},r.prototype._doPaintEl=function(t,e,n,i,a,o){var s=e.ctx;if(n){var u=t.getPaintRect();(!i||u&&u.intersect(i))&&(Ua(s,t,a,o),t.setPrevPaintRect(u))}else Ua(s,t,a,o)},r.prototype.getLayer=function(t,e){this._singleCanvas&&!this._needsManuallyCompositing&&(t=Ja);var n=this._layers[t];return n||(n=new wy("zr_"+t,this,this.dpr),n.zlevel=t,n.__builtin__=!0,this._layerConfig[t]?St(n,this._layerConfig[t],!0):this._layerConfig[t-fc]&&St(n,this._layerConfig[t-fc],!0),e&&(n.virtual=e),this.insertLayer(t,n),n.initContext()),n},r.prototype.insertLayer=function(t,e){var n=this._layers,i=this._zlevelList,a=i.length,o=this._domRoot,s=null,u=-1;if(!n[t]&&!!CZ(e)){if(a>0&&t>i[0]){for(u=0;u<a-1&&!(i[u]<t&&i[u+1]>t);u++);s=n[i[u]]}if(i.splice(u+1,0,t),n[t]=e,!e.virtual)if(s){var l=s.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.painter||(e.painter=this)}},r.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var a=n[i];t.call(e,this._layers[a],a)}},r.prototype.eachBuiltinLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var a=n[i],o=this._layers[a];o.__builtin__&&t.call(e,o,a)}},r.prototype.eachOtherLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var a=n[i],o=this._layers[a];o.__builtin__||t.call(e,o,a)}},r.prototype.getLayers=function(){return this._layers},r.prototype._updateLayerStatus=function(t){this.eachBuiltinLayer(function(h,c){h.__dirty=h.__used=!1});function e(h){a&&(a.__endIndex!==h&&(a.__dirty=!0),a.__endIndex=h)}if(this._singleCanvas)for(var n=1;n<t.length;n++){var i=t[n];if(i.zlevel!==t[n-1].zlevel||i.incremental){this._needsManuallyCompositing=!0;break}}var a=null,o=0,s,u;for(u=0;u<t.length;u++){var i=t[u],l=i.zlevel,f=void 0;s!==l&&(s=l,o=0),i.incremental?(f=this.getLayer(l+AZ,this._needsManuallyCompositing),f.incremental=!0,o=1):f=this.getLayer(l+(o>0?fc:0),this._needsManuallyCompositing),f.__builtin__||Ep("ZLevel "+l+" has been used by unkown layer "+f.id),f!==a&&(f.__used=!0,f.__startIndex!==u&&(f.__dirty=!0),f.__startIndex=u,f.incremental?f.__drawIndex=-1:f.__drawIndex=u,e(u),a=f),i.__dirty&vr&&!i.__inHover&&(f.__dirty=!0,f.incremental&&f.__drawIndex<0&&(f.__drawIndex=u))}e(u),this.eachBuiltinLayer(function(h,c){!h.__used&&h.getElementCount()>0&&(h.__dirty=!0,h.__startIndex=h.__endIndex=h.__drawIndex=0),h.__dirty&&h.__drawIndex<0&&(h.__drawIndex=h.__startIndex)})},r.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},r.prototype._clearLayer=function(t){t.clear()},r.prototype.setBackgroundColor=function(t){this._backgroundColor=t,E(this._layers,function(e){e.setUnpainted()})},r.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?St(n[t],e,!0):n[t]=e;for(var i=0;i<this._zlevelList.length;i++){var a=this._zlevelList[i];if(a===t||a===t+fc){var o=this._layers[a];St(o,n[t],!0)}}}},r.prototype.delLayer=function(t){var e=this._layers,n=this._zlevelList,i=e[t];!i||(i.dom.parentNode.removeChild(i.dom),delete e[t],n.splice(At(n,t),1))},r.prototype.resize=function(t,e){if(this._domRoot.style){var n=this._domRoot;n.style.display="none";var i=this._opts,a=this.root;if(t!=null&&(i.width=t),e!=null&&(i.height=e),t=$h(a,0,i),e=$h(a,1,i),n.style.display="",this._width!==t||e!==this._height){n.style.width=t+"px",n.style.height=e+"px";for(var o in this._layers)this._layers.hasOwnProperty(o)&&this._layers[o].resize(t,e);this.refresh(!0)}this._width=t,this._height=e}else{if(t==null||e==null)return;this._width=t,this._height=e,this.getLayer(Ja).resize(t,e)}return this},r.prototype.clearLayer=function(t){var e=this._layers[t];e&&e.clear()},r.prototype.dispose=function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},r.prototype.getRenderedCanvas=function(t){if(t=t||{},this._singleCanvas&&!this._compositeManually)return this._layers[Ja].dom;var e=new wy("image",this,t.pixelRatio||this.dpr);e.initContext(),e.clear(!1,t.backgroundColor||this._backgroundColor);var n=e.ctx;if(t.pixelRatio<=this.dpr){this.refresh();var i=e.dom.width,a=e.dom.height;this.eachLayer(function(h){h.__builtin__?n.drawImage(h.dom,0,0,i,a):h.renderToCanvas&&(n.save(),h.renderToCanvas(n),n.restore())})}else for(var o={inHover:!1,viewWidth:this._width,viewHeight:this._height},s=this.storage.getDisplayList(!0),u=0,l=s.length;u<l;u++){var f=s[u];Ua(n,f,o,u===l-1)}return e.dom},r.prototype.getWidth=function(){return this._width},r.prototype.getHeight=function(){return this._height},r}();function EZ(r){r.registerPainter("canvas",DZ)}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e}return t.prototype.getInitialData=function(e){return ii(null,this,{useEncodeDefaulter:!0})},t.prototype.getLegendIcon=function(e){var n=new at,i=le("line",0,e.itemHeight/2,e.itemWidth,0,e.lineStyle.stroke,!1);n.add(i),i.setStyle(e.lineStyle);var a=this.getData().getVisual("symbol"),o=this.getData().getVisual("symbolRotate"),s=a==="none"?"circle":a,u=e.itemHeight*.8,l=le(s,(e.itemWidth-u)/2,(e.itemHeight-u)/2,u,u,e.itemStyle.fill);n.add(l),l.setStyle(e.itemStyle);var f=e.iconRotate==="inherit"?o:e.iconRotate||0;return l.rotation=f*Math.PI/180,l.setOrigin([e.itemWidth/2,e.itemHeight/2]),s.indexOf("empty")>-1&&(l.style.stroke=l.style.fill,l.style.fill="#fff",l.style.lineWidth=2),n},t.type="series.line",t.dependencies=["grid","polar"],t.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},t})(Ht);function us(r,t){var e=r.mapDimensionsAll("defaultedLabel"),n=e.length;if(n===1){var i=ts(r,t,e[0]);return i!=null?i+"":null}else if(n){for(var a=[],o=0;o<e.length;o++)a.push(ts(r,t,e[o]));return a.join(" ")}}function UT(r,t){var e=r.mapDimensionsAll("defaultedLabel");if(!Y(t))return t+"";for(var n=[],i=0;i<e.length;i++){var a=r.getDimensionIndex(e[i]);a>=0&&n.push(t[a])}return n.join(" ")}var nl=function(r){O(t,r);function t(e,n,i,a){var o=r.call(this)||this;return o.updateData(e,n,i,a),o}return t.prototype._createSymbol=function(e,n,i,a,o){this.removeAll();var s=le(e,-1,-1,2,2,null,o);s.attr({z2:100,culling:!0,scaleX:a[0]/2,scaleY:a[1]/2}),s.drift=MZ,this._symbolType=e,this.add(s)},t.prototype.stopSymbolAnimation=function(e){this.childAt(0).stopAnimation(null,e)},t.prototype.getSymbolType=function(){return this._symbolType},t.prototype.getSymbolPath=function(){return this.childAt(0)},t.prototype.highlight=function(){ti(this.childAt(0))},t.prototype.downplay=function(){ei(this.childAt(0))},t.prototype.setZ=function(e,n){var i=this.childAt(0);i.zlevel=e,i.z=n},t.prototype.setDraggable=function(e,n){var i=this.childAt(0);i.draggable=e,i.cursor=!n&&e?"move":i.cursor},t.prototype.updateData=function(e,n,i,a){this.silent=!1;var o=e.getItemVisual(n,"symbol")||"circle",s=e.hostModel,u=t.getSymbolSize(e,n),l=o!==this._symbolType,f=a&&a.disableAnimation;if(l){var h=e.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,e,n,u,h)}else{var c=this.childAt(0);c.silent=!1;var v={scaleX:u[0]/2,scaleY:u[1]/2};f?c.attr(v):It(c,v,s,n),Jr(c)}if(this._updateCommon(e,n,u,i,a),l){var c=this.childAt(0);if(!f){var v={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:c.style.opacity}};c.scaleX=c.scaleY=0,c.style.opacity=0,qt(c,v,s,n)}}f&&this.childAt(0).stopAnimation("leave")},t.prototype._updateCommon=function(e,n,i,a,o){var s=this.childAt(0),u=e.hostModel,l,f,h,c,v,p,g,d,y;if(a&&(l=a.emphasisItemStyle,f=a.blurItemStyle,h=a.selectItemStyle,c=a.focus,v=a.blurScope,g=a.labelStatesModels,d=a.hoverScale,y=a.cursorStyle,p=a.emphasisDisabled),!a||e.hasItemOption){var m=a&&a.itemModel?a.itemModel:e.getItemModel(n),_=m.getModel("emphasis");l=_.getModel("itemStyle").getItemStyle(),h=m.getModel(["select","itemStyle"]).getItemStyle(),f=m.getModel(["blur","itemStyle"]).getItemStyle(),c=_.get("focus"),v=_.get("blurScope"),p=_.get("disabled"),g=ge(m),d=_.getShallow("scale"),y=m.getShallow("cursor")}var S=e.getItemVisual(n,"symbolRotate");s.attr("rotation",(S||0)*Math.PI/180||0);var w=Ha(e.getItemVisual(n,"symbolOffset"),i);w&&(s.x=w[0],s.y=w[1]),y&&s.attr("cursor",y);var b=e.getItemVisual(n,"style"),x=b.fill;if(s instanceof Me){var A=s.style;s.useStyle(H({image:A.image,x:A.x,y:A.y,width:A.width,height:A.height},b))}else s.__isEmptyBrush?s.useStyle(H({},b)):s.useStyle(b),s.style.decal=null,s.setColor(x,o&&o.symbolInnerColor),s.style.strokeNoScale=!0;var D=e.getItemVisual(n,"liftZ"),C=this._z2;D!=null?C==null&&(this._z2=s.z2,s.z2+=D):C!=null&&(s.z2=C,this._z2=null);var T=o&&o.useNameLabel;Ce(s,g,{labelFetcher:u,labelDataIndex:n,defaultText:I,inheritColor:x,defaultOpacity:b.opacity});function I(L){return T?e.getName(L):us(e,L)}this._sizeX=i[0]/2,this._sizeY=i[1]/2;var F=s.ensureState("emphasis");F.style=l,s.ensureState("select").style=h,s.ensureState("blur").style=f;var P=d==null||d===!0?Math.max(1.1,3/this._sizeY):isFinite(d)&&d>0?+d:1;F.scaleX=this._sizeX*P,F.scaleY=this._sizeY*P,this.setSymbolScale(1),ee(this,c,v,p)},t.prototype.setSymbolScale=function(e){this.scaleX=this.scaleY=e},t.prototype.fadeOut=function(e,n,i){var a=this.childAt(0),o=ut(this).dataIndex,s=i&&i.animation;if(this.silent=a.silent=!0,i&&i.fadeLabel){var u=a.getTextContent();u&&Ri(u,{style:{opacity:0}},n,{dataIndex:o,removeOpt:s,cb:function(){a.removeTextContent()}})}else a.removeTextContent();Ri(a,{style:{opacity:0},scaleX:0,scaleY:0},n,{dataIndex:o,cb:e,removeOpt:s})},t.getSymbolSize=function(e,n){return ns(e.getItemVisual(n,"symbolSize"))},t}(at);function MZ(r,t){this.parent.drift(r,t)}function xy(r,t,e,n){return t&&!isNaN(t[0])&&!isNaN(t[1])&&!(n.isIgnore&&n.isIgnore(e))&&!(n.clipShape&&!n.clipShape.contain(t[0],t[1]))&&r.getItemVisual(e,"symbol")!=="none"}function YT(r){return r!=null&&!lt(r)&&(r={isIgnore:r}),r||{}}function XT(r){var t=r.hostModel,e=t.getModel("emphasis");return{emphasisItemStyle:e.getModel("itemStyle").getItemStyle(),blurItemStyle:t.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:t.getModel(["select","itemStyle"]).getItemStyle(),focus:e.get("focus"),blurScope:e.get("blurScope"),emphasisDisabled:e.get("disabled"),hoverScale:e.get("scale"),labelStatesModels:ge(t),cursorStyle:t.get("cursor")}}var il=function(){function r(t){this.group=new at,this._SymbolCtor=t||nl}return r.prototype.updateData=function(t,e){this._progressiveEls=null,e=YT(e);var n=this.group,i=t.hostModel,a=this._data,o=this._SymbolCtor,s=e.disableAnimation,u=XT(t),l={disableAnimation:s},f=e.getSymbolPoint||function(h){return t.getItemLayout(h)};a||n.removeAll(),t.diff(a).add(function(h){var c=f(h);if(xy(t,c,h,e)){var v=new o(t,h,u,l);v.setPosition(c),t.setItemGraphicEl(h,v),n.add(v)}}).update(function(h,c){var v=a.getItemGraphicEl(c),p=f(h);if(!xy(t,p,h,e)){n.remove(v);return}var g=t.getItemVisual(h,"symbol")||"circle",d=v&&v.getSymbolType&&v.getSymbolType();if(!v||d&&d!==g)n.remove(v),v=new o(t,h,u,l),v.setPosition(p);else{v.updateData(t,h,u,l);var y={x:p[0],y:p[1]};s?v.attr(y):It(v,y,i)}n.add(v),t.setItemGraphicEl(h,v)}).remove(function(h){var c=a.getItemGraphicEl(h);c&&c.fadeOut(function(){n.remove(c)},i)}).execute(),this._getSymbolPoint=f,this._data=t},r.prototype.updateLayout=function(){var t=this,e=this._data;e&&e.eachItemGraphicEl(function(n,i){var a=t._getSymbolPoint(i);n.setPosition(a),n.markRedraw()})},r.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=XT(t),this._data=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(t,e,n){this._progressiveEls=[],n=YT(n);function i(u){u.isGroup||(u.incremental=!0,u.ensureState("emphasis").hoverLayer=!0)}for(var a=t.start;a<t.end;a++){var o=e.getItemLayout(a);if(xy(e,o,a,n)){var s=new this._SymbolCtor(e,a,this._seriesScope);s.traverse(i),s.setPosition(o),this.group.add(s),e.setItemGraphicEl(a,s),this._progressiveEls.push(s)}}},r.prototype.eachRendered=function(t){Bi(this._progressiveEls||this.group,t)},r.prototype.remove=function(t){var e=this.group,n=this._data;n&&t?n.eachItemGraphicEl(function(i){i.fadeOut(function(){e.remove(i)},n.hostModel)}):e.removeAll()},r}();function ZT(r,t,e){var n=r.getBaseAxis(),i=r.getOtherAxis(n),a=LZ(i,e),o=n.dim,s=i.dim,u=t.mapDimension(s),l=t.mapDimension(o),f=s==="x"||s==="radius"?1:0,h=U(r.dimensions,function(p){return t.mapDimension(p)}),c=!1,v=t.getCalculationInfo("stackResultDimension");return ss(t,h[0])&&(c=!0,h[0]=v),ss(t,h[1])&&(c=!0,h[1]=v),{dataDimsForPoint:h,valueStart:a,valueAxisDim:s,baseAxisDim:o,stacked:!!c,valueDim:u,baseDim:l,baseDataOffset:f,stackedOverDimension:t.getCalculationInfo("stackedOverDimension")}}function LZ(r,t){var e=0,n=r.scale.getExtent();return t==="start"?e=n[0]:t==="end"?e=n[1]:Bt(t)&&!isNaN(t)?e=t:n[0]>0?e=n[0]:n[1]<0&&(e=n[1]),e}function qT(r,t,e,n){var i=NaN;r.stacked&&(i=e.get(e.getCalculationInfo("stackedOverDimension"),n)),isNaN(i)&&(i=r.valueStart);var a=r.baseDataOffset,o=[];return o[a]=e.get(r.baseDim,n),o[1-a]=i,t.dataToPoint(o)}function IZ(r,t){var e=[];return t.diff(r).add(function(n){e.push({cmd:"+",idx:n})}).update(function(n,i){e.push({cmd:"=",idx:i,idx1:n})}).remove(function(n){e.push({cmd:"-",idx:n})}).execute(),e}function PZ(r,t,e,n,i,a,o,s){for(var u=IZ(r,t),l=[],f=[],h=[],c=[],v=[],p=[],g=[],d=ZT(i,t,o),y=r.getLayout("points")||[],m=t.getLayout("points")||[],_=0;_<u.length;_++){var S=u[_],w=!0,b=void 0,x=void 0;switch(S.cmd){case"=":b=S.idx*2,x=S.idx1*2;var A=y[b],D=y[b+1],C=m[x],T=m[x+1];(isNaN(A)||isNaN(D))&&(A=C,D=T),l.push(A,D),f.push(C,T),h.push(e[b],e[b+1]),c.push(n[x],n[x+1]),g.push(t.getRawIndex(S.idx1));break;case"+":var I=S.idx,F=d.dataDimsForPoint,P=i.dataToPoint([t.get(F[0],I),t.get(F[1],I)]);x=I*2,l.push(P[0],P[1]),f.push(m[x],m[x+1]);var L=qT(d,i,t,I);h.push(L[0],L[1]),c.push(n[x],n[x+1]),g.push(t.getRawIndex(I));break;case"-":w=!1}w&&(v.push(S),p.push(p.length))}p.sort(function(X,q){return g[X]-g[q]});for(var R=l.length,k=qa(R),B=qa(R),N=qa(R),z=qa(R),W=[],_=0;_<p.length;_++){var G=p[_],V=_*2,$=G*2;k[V]=l[$],k[V+1]=l[$+1],B[V]=f[$],B[V+1]=f[$+1],N[V]=h[$],N[V+1]=h[$+1],z[V]=c[$],z[V+1]=c[$+1],W[_]=v[G]}return{current:k,next:B,stackedOnCurrent:N,stackedOnNext:z,status:W}}var Hi=Math.min,Wi=Math.max;function Qa(r,t){return isNaN(r)||isNaN(t)}function Ay(r,t,e,n,i,a,o,s,u){for(var l,f,h,c,v,p,g=e,d=0;d<n;d++){var y=t[g*2],m=t[g*2+1];if(g>=i||g<0)break;if(Qa(y,m)){if(u){g+=a;continue}break}if(g===e)r[a>0?"moveTo":"lineTo"](y,m),h=y,c=m;else{var _=y-l,S=m-f;if(_*_+S*S<.5){g+=a;continue}if(o>0){for(var w=g+a,b=t[w*2],x=t[w*2+1];b===y&&x===m&&d<n;)d++,w+=a,g+=a,b=t[w*2],x=t[w*2+1],y=t[g*2],m=t[g*2+1],_=y-l,S=m-f;var A=d+1;if(u)for(;Qa(b,x)&&A<n;)A++,w+=a,b=t[w*2],x=t[w*2+1];var D=.5,C=0,T=0,I=void 0,F=void 0;if(A>=n||Qa(b,x))v=y,p=m;else{C=b-l,T=x-f;var P=y-l,L=b-y,R=m-f,k=x-m,B=void 0,N=void 0;if(s==="x"){B=Math.abs(P),N=Math.abs(L);var z=C>0?1:-1;v=y-z*B*o,p=m,I=y+z*N*o,F=m}else if(s==="y"){B=Math.abs(R),N=Math.abs(k);var W=T>0?1:-1;v=y,p=m-W*B*o,I=y,F=m+W*N*o}else B=Math.sqrt(P*P+R*R),N=Math.sqrt(L*L+k*k),D=N/(N+B),v=y-C*o*(1-D),p=m-T*o*(1-D),I=y+C*o*D,F=m+T*o*D,I=Hi(I,Wi(b,y)),F=Hi(F,Wi(x,m)),I=Wi(I,Hi(b,y)),F=Wi(F,Hi(x,m)),C=I-y,T=F-m,v=y-C*B/N,p=m-T*B/N,v=Hi(v,Wi(l,y)),p=Hi(p,Wi(f,m)),v=Wi(v,Hi(l,y)),p=Wi(p,Hi(f,m)),C=y-v,T=m-p,I=y+C*N/B,F=m+T*N/B}r.bezierCurveTo(h,c,v,p,y,m),h=I,c=F}else r.lineTo(y,m)}l=y,f=m,g+=a}return d}var KT=function(){function r(){this.smooth=0,this.smoothConstraint=!0}return r}(),FZ=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="ec-polyline",n}return t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new KT},t.prototype.buildPath=function(e,n){var i=n.points,a=0,o=i.length/2;if(n.connectNulls){for(;o>0&&Qa(i[o*2-2],i[o*2-1]);o--);for(;a<o&&Qa(i[a*2],i[a*2+1]);a++);}for(;a<o;)a+=Ay(e,i,a,o,o,1,n.smooth,n.smoothMonotone,n.connectNulls)+1},t.prototype.getPointOn=function(e,n){this.path||(this.createPathProxy(),this.buildPath(this.path,this.shape));for(var i=this.path,a=i.data,o=Ii.CMD,s,u,l=n==="x",f=[],h=0;h<a.length;){var c=a[h++],v=void 0,p=void 0,g=void 0,d=void 0,y=void 0,m=void 0,_=void 0;switch(c){case o.M:s=a[h++],u=a[h++];break;case o.L:if(v=a[h++],p=a[h++],_=l?(e-s)/(v-s):(e-u)/(p-u),_<=1&&_>=0){var S=l?(p-u)*_+u:(v-s)*_+s;return l?[e,S]:[S,e]}s=v,u=p;break;case o.C:v=a[h++],p=a[h++],g=a[h++],d=a[h++],y=a[h++],m=a[h++];var w=l?Mf(s,v,g,y,e,f):Mf(u,p,d,m,e,f);if(w>0)for(var b=0;b<w;b++){var x=f[b];if(x<=1&&x>=0){var S=l?pe(u,p,d,m,x):pe(s,v,g,y,x);return l?[e,S]:[S,e]}}s=y,u=m;break}}},t}(Dt),RZ=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t}(KT),jT=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="ec-polygon",n}return t.prototype.getDefaultShape=function(){return new RZ},t.prototype.buildPath=function(e,n){var i=n.points,a=n.stackedOnPoints,o=0,s=i.length/2,u=n.smoothMonotone;if(n.connectNulls){for(;s>0&&Qa(i[s*2-2],i[s*2-1]);s--);for(;o<s&&Qa(i[o*2],i[o*2+1]);o++);}for(;o<s;){var l=Ay(e,i,o,s,s,1,n.smooth,u,n.connectNulls);Ay(e,a,o+l-1,l,s,-1,n.stackedOnSmooth,u,n.connectNulls),o+=l+1,e.closePath()}},t}(Dt);function JT(r,t,e,n,i){var a=r.getArea(),o=a.x,s=a.y,u=a.width,l=a.height,f=e.get(["lineStyle","width"])||2;o-=f/2,s-=f/2,u+=f,l+=f,u=Math.ceil(u),o!==Math.floor(o)&&(o=Math.floor(o),u++);var h=new Et({shape:{x:o,y:s,width:u,height:l}});if(t){var c=r.getBaseAxis(),v=c.isHorizontal(),p=c.inverse;v?(p&&(h.shape.x+=u),h.shape.width=0):(p||(h.shape.y+=l),h.shape.height=0);var g=ot(i)?function(d){i(d,h)}:null;qt(h,{shape:{width:u,height:l,x:o,y:s}},e,null,n,g)}return h}function QT(r,t,e){var n=r.getArea(),i=Se(n.r0,1),a=Se(n.r,1),o=new gr({shape:{cx:Se(r.cx,1),cy:Se(r.cy,1),r0:i,r:a,startAngle:n.startAngle,endAngle:n.endAngle,clockwise:n.clockwise}});if(t){var s=r.getBaseAxis().dim==="angle";s?o.shape.endAngle=n.startAngle:o.shape.r=i,qt(o,{shape:{endAngle:n.endAngle,r:a}},e)}return o}function al(r,t,e,n,i){if(r){if(r.type==="polar")return QT(r,t,e);if(r.type==="cartesian2d")return JT(r,t,e,n,i)}else return null;return null}function to(r,t){return r.type===t}function tD(r,t){if(r.length===t.length){for(var e=0;e<r.length;e++)if(r[e]!==t[e])return;return!0}}function eD(r){for(var t=1/0,e=1/0,n=-1/0,i=-1/0,a=0;a<r.length;){var o=r[a++],s=r[a++];isNaN(o)||(t=Math.min(o,t),n=Math.max(o,n)),isNaN(s)||(e=Math.min(s,e),i=Math.max(s,i))}return[[t,e],[n,i]]}function rD(r,t){var e=eD(r),n=e[0],i=e[1],a=eD(t),o=a[0],s=a[1];return Math.max(Math.abs(n[0]-o[0]),Math.abs(n[1]-o[1]),Math.abs(i[0]-s[0]),Math.abs(i[1]-s[1]))}function nD(r){return Bt(r)?r:r?.5:0}function BZ(r,t,e){if(!e.valueDim)return[];for(var n=t.count(),i=qa(n*2),a=0;a<n;a++){var o=qT(e,r,t,a);i[a*2]=o[0],i[a*2+1]=o[1]}return i}function Ui(r,t,e,n){var i=t.getBaseAxis(),a=i.dim==="x"||i.dim==="radius"?0:1,o=[],s=0,u=[],l=[],f=[],h=[];if(n){for(s=0;s<r.length;s+=2)!isNaN(r[s])&&!isNaN(r[s+1])&&h.push(r[s],r[s+1]);r=h}for(s=0;s<r.length-2;s+=2)switch(f[0]=r[s+2],f[1]=r[s+3],l[0]=r[s],l[1]=r[s+1],o.push(l[0],l[1]),e){case"end":u[a]=f[a],u[1-a]=l[1-a],o.push(u[0],u[1]);break;case"middle":var c=(l[a]+f[a])/2,v=[];u[a]=v[a]=c,u[1-a]=l[1-a],v[1-a]=f[1-a],o.push(u[0],u[1]),o.push(v[0],v[1]);break;default:u[a]=l[a],u[1-a]=f[1-a],o.push(u[0],u[1])}return o.push(r[s++],r[s++]),o}function OZ(r,t){var e=[],n=r.length,i,a;function o(f,h,c){var v=f.coord,p=(c-v)/(h.coord-v),g=uV(p,[f.color,h.color]);return{coord:c,color:g}}for(var s=0;s<n;s++){var u=r[s],l=u.coord;if(l<0)i=u;else if(l>t){a?e.push(o(a,u,t)):i&&e.push(o(i,u,0),o(i,u,t));break}else i&&(e.push(o(i,u,0)),i=null),e.push(u),a=u}return e}function kZ(r,t,e){var n=r.getVisual("visualMeta");if(!(!n||!n.length||!r.count())&&t.type==="cartesian2d"){for(var i,a,o=n.length-1;o>=0;o--){var s=r.getDimensionInfo(n[o].dimension);if(i=s&&s.coordDim,i==="x"||i==="y"){a=n[o];break}}if(!!a){var u=t.getAxis(i),l=U(a.stops,function(_){return{coord:u.toGlobalCoord(u.dataToCoord(_.value)),color:_.color}}),f=l.length,h=a.outerColors.slice();f&&l[0].coord>l[f-1].coord&&(l.reverse(),h.reverse());var c=OZ(l,i==="x"?e.getWidth():e.getHeight()),v=c.length;if(!v&&f)return l[0].coord<0?h[1]?h[1]:l[f-1].color:h[0]?h[0]:l[0].color;var p=10,g=c[0].coord-p,d=c[v-1].coord+p,y=d-g;if(y<.001)return"transparent";E(c,function(_){_.offset=(_.coord-g)/y}),c.push({offset:v?c[v-1].offset:.5,color:h[1]||"transparent"}),c.unshift({offset:v?c[0].offset:.5,color:h[0]||"transparent"});var m=new wu(0,0,0,0,c,!0);return m[i]=g,m[i+"2"]=d,m}}}function NZ(r,t,e){var n=r.get("showAllSymbol"),i=n==="auto";if(!(n&&!i)){var a=e.getAxesByScale("ordinal")[0];if(!!a&&!(i&&zZ(a,t))){var o=t.mapDimension(a.dim),s={};return E(a.getViewLabels(),function(u){var l=a.scale.getRawOrdinalNumber(u.tickValue);s[l]=1}),function(u){return!s.hasOwnProperty(t.get(o,u))}}}}function zZ(r,t){var e=r.getExtent(),n=Math.abs(e[1]-e[0])/r.scale.count();isNaN(n)&&(n=0);for(var i=t.count(),a=Math.max(1,Math.round(i/5)),o=0;o<i;o+=a)if(nl.getSymbolSize(t,o)[r.isHorizontal()?1:0]*1.5>n)return!1;return!0}function GZ(r,t){return isNaN(r)||isNaN(t)}function VZ(r){for(var t=r.length/2;t>0&&GZ(r[t*2-2],r[t*2-1]);t--);return t-1}function iD(r,t){return[r[t*2],r[t*2+1]]}function $Z(r,t,e){for(var n=r.length/2,i=e==="x"?0:1,a,o,s=0,u=-1,l=0;l<n;l++)if(o=r[l*2+i],!(isNaN(o)||isNaN(r[l*2+1-i]))){if(l===0){a=o;continue}if(a<=t&&o>=t||a>=t&&o<=t){u=l;break}s=l,a=o}return{range:[s,u],t:(t-a)/(o-a)}}function aD(r){if(r.get(["endLabel","show"]))return!0;for(var t=0;t<Ge.length;t++)if(r.get([Ge[t],"endLabel","show"]))return!0;return!1}function Cy(r,t,e,n){if(to(t,"cartesian2d")){var i=n.getModel("endLabel"),a=i.get("valueAnimation"),o=n.getData(),s={lastFrameIndex:0},u=aD(n)?function(v,p){r._endLabelOnDuring(v,p,o,s,a,i,t)}:null,l=t.getBaseAxis().isHorizontal(),f=JT(t,e,n,function(){var v=r._endLabel;v&&e&&s.originalX!=null&&v.attr({x:s.originalX,y:s.originalY})},u);if(!n.get("clip",!0)){var h=f.shape,c=Math.max(h.width,h.height);l?(h.y-=c,h.height+=c*2):(h.x-=c,h.width+=c*2)}return u&&u(1,f),f}else return QT(t,e,n)}function HZ(r,t){var e=t.getBaseAxis(),n=e.isHorizontal(),i=e.inverse,a=n?i?"right":"left":"center",o=n?"middle":i?"top":"bottom";return{normal:{align:r.get("align")||a,verticalAlign:r.get("verticalAlign")||o}}}(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.init=function(){var e=new at,n=new il;this.group.add(n.group),this._symbolDraw=n,this._lineGroup=e},t.prototype.render=function(e,n,i){var a=this,o=e.coordinateSystem,s=this.group,u=e.getData(),l=e.getModel("lineStyle"),f=e.getModel("areaStyle"),h=u.getLayout("points")||[],c=o.type==="polar",v=this._coordSys,p=this._symbolDraw,g=this._polyline,d=this._polygon,y=this._lineGroup,m=!n.ssr&&e.get("animation"),_=!f.isEmpty(),S=f.get("origin"),w=ZT(o,u,S),b=_&&BZ(o,u,w),x=e.get("showSymbol"),A=e.get("connectNulls"),D=x&&!c&&NZ(e,u,o),C=this._data;C&&C.eachItemGraphicEl(function(q,K){q.__temp&&(s.remove(q),C.setItemGraphicEl(K,null))}),x||p.remove(),s.add(y);var T=c?!1:e.get("step"),I;o&&o.getArea&&e.get("clip",!0)&&(I=o.getArea(),I.width!=null?(I.x-=.1,I.y-=.1,I.width+=.2,I.height+=.2):I.r0&&(I.r0-=.5,I.r+=.5)),this._clipShapeForSymbol=I;var F=kZ(u,o,i)||u.getVisual("style")[u.getVisual("drawType")];if(!(g&&v.type===o.type&&T===this._step))x&&p.updateData(u,{isIgnore:D,clipShape:I,disableAnimation:!0,getSymbolPoint:function(q){return[h[q*2],h[q*2+1]]}}),m&&this._initSymbolLabelAnimation(u,o,I),T&&(h=Ui(h,o,T,A),b&&(b=Ui(b,o,T,A))),g=this._newPolyline(h),_?d=this._newPolygon(h,b):d&&(y.remove(d),d=this._polygon=null),c||this._initOrUpdateEndLabel(e,o,Ba(F)),y.setClipPath(Cy(this,o,!0,e));else{_&&!d?d=this._newPolygon(h,b):d&&!_&&(y.remove(d),d=this._polygon=null),c||this._initOrUpdateEndLabel(e,o,Ba(F));var P=y.getClipPath();if(P){var L=Cy(this,o,!1,e);qt(P,{shape:L.shape},e)}else y.setClipPath(Cy(this,o,!0,e));x&&p.updateData(u,{isIgnore:D,clipShape:I,disableAnimation:!0,getSymbolPoint:function(q){return[h[q*2],h[q*2+1]]}}),(!tD(this._stackedOnPoints,b)||!tD(this._points,h))&&(m?this._doUpdateAnimation(u,b,o,i,T,S,A):(T&&(h=Ui(h,o,T,A),b&&(b=Ui(b,o,T,A))),g.setShape({points:h}),d&&d.setShape({points:h,stackedOnPoints:b})))}var R=e.getModel("emphasis"),k=R.get("focus"),B=R.get("blurScope"),N=R.get("disabled");if(g.useStyle(ft(l.getLineStyle(),{fill:"none",stroke:F,lineJoin:"bevel"})),Ae(g,e,"lineStyle"),g.style.lineWidth>0&&e.get(["emphasis","lineStyle","width"])==="bolder"){var z=g.getState("emphasis").style;z.lineWidth=+g.style.lineWidth+1}ut(g).seriesIndex=e.seriesIndex,ee(g,k,B,N);var W=nD(e.get("smooth")),G=e.get("smoothMonotone");if(g.setShape({smooth:W,smoothMonotone:G,connectNulls:A}),d){var V=u.getCalculationInfo("stackedOnSeries"),$=0;d.useStyle(ft(f.getAreaStyle(),{fill:F,opacity:.7,lineJoin:"bevel",decal:u.getVisual("style").decal})),V&&($=nD(V.get("smooth"))),d.setShape({smooth:W,stackedOnSmooth:$,smoothMonotone:G,connectNulls:A}),Ae(d,e,"areaStyle"),ut(d).seriesIndex=e.seriesIndex,ee(d,k,B,N)}var X=function(q){a._changePolyState(q)};u.eachItemGraphicEl(function(q){q&&(q.onHoverStateChange=X)}),this._polyline.onHoverStateChange=X,this._data=u,this._coordSys=o,this._stackedOnPoints=b,this._points=h,this._step=T,this._valueOrigin=S,e.get("triggerLineEvent")&&(this.packEventData(e,g),d&&this.packEventData(e,d))},t.prototype.packEventData=function(e,n){ut(n).eventData={componentType:"series",componentSubType:"line",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"line"}},t.prototype.highlight=function(e,n,i,a){var o=e.getData(),s=da(o,a);if(this._changePolyState("emphasis"),!(s instanceof Array)&&s!=null&&s>=0){var u=o.getLayout("points"),l=o.getItemGraphicEl(s);if(!l){var f=u[s*2],h=u[s*2+1];if(isNaN(f)||isNaN(h)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(f,h))return;var c=e.get("zlevel")||0,v=e.get("z")||0;l=new nl(o,s),l.x=f,l.y=h,l.setZ(c,v);var p=l.getSymbolPath().getTextContent();p&&(p.zlevel=c,p.z=v,p.z2=this._polyline.z2+1),l.__temp=!0,o.setItemGraphicEl(s,l),l.stopSymbolAnimation(!0),this.group.add(l)}l.highlight()}else Nt.prototype.highlight.call(this,e,n,i,a)},t.prototype.downplay=function(e,n,i,a){var o=e.getData(),s=da(o,a);if(this._changePolyState("normal"),s!=null&&s>=0){var u=o.getItemGraphicEl(s);u&&(u.__temp?(o.setItemGraphicEl(s,null),this.group.remove(u)):u.downplay())}else Nt.prototype.downplay.call(this,e,n,i,a)},t.prototype._changePolyState=function(e){var n=this._polygon;Qf(this._polyline,e),n&&Qf(n,e)},t.prototype._newPolyline=function(e){var n=this._polyline;return n&&this._lineGroup.remove(n),n=new FZ({shape:{points:e},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(n),this._polyline=n,n},t.prototype._newPolygon=function(e,n){var i=this._polygon;return i&&this._lineGroup.remove(i),i=new jT({shape:{points:e,stackedOnPoints:n},segmentIgnoreThreshold:2}),this._lineGroup.add(i),this._polygon=i,i},t.prototype._initSymbolLabelAnimation=function(e,n,i){var a,o,s=n.getBaseAxis(),u=s.inverse;n.type==="cartesian2d"?(a=s.isHorizontal(),o=!1):n.type==="polar"&&(a=s.dim==="angle",o=!0);var l=e.hostModel,f=l.get("animationDuration");ot(f)&&(f=f(null));var h=l.get("animationDelay")||0,c=ot(h)?h(null):h;e.eachItemGraphicEl(function(v,p){var g=v;if(g){var d=[v.x,v.y],y=void 0,m=void 0,_=void 0;if(i)if(o){var S=i,w=n.pointToCoord(d);a?(y=S.startAngle,m=S.endAngle,_=-w[1]/180*Math.PI):(y=S.r0,m=S.r,_=w[0])}else{var b=i;a?(y=b.x,m=b.x+b.width,_=v.x):(y=b.y+b.height,m=b.y,_=v.y)}var x=m===y?0:(_-y)/(m-y);u&&(x=1-x);var A=ot(h)?h(p):f*x+c,D=g.getSymbolPath(),C=D.getTextContent();g.attr({scaleX:0,scaleY:0}),g.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:A}),C&&C.animateFrom({style:{opacity:0}},{duration:300,delay:A}),D.disableLabelAnimation=!0}})},t.prototype._initOrUpdateEndLabel=function(e,n,i){var a=e.getModel("endLabel");if(aD(e)){var o=e.getData(),s=this._polyline,u=o.getLayout("points");if(!u){s.removeTextContent(),this._endLabel=null;return}var l=this._endLabel;l||(l=this._endLabel=new Mt({z2:200}),l.ignoreClip=!0,s.setTextContent(this._endLabel),s.disableLabelAnimation=!0);var f=VZ(u);f>=0&&(Ce(s,ge(e,"endLabel"),{inheritColor:i,labelFetcher:e,labelDataIndex:f,defaultText:function(h,c,v){return v!=null?UT(o,v):us(o,h)},enableTextSetter:!0},HZ(a,n)),s.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},t.prototype._endLabelOnDuring=function(e,n,i,a,o,s,u){var l=this._endLabel,f=this._polyline;if(l){e<1&&a.originalX==null&&(a.originalX=l.x,a.originalY=l.y);var h=i.getLayout("points"),c=i.hostModel,v=c.get("connectNulls"),p=s.get("precision"),g=s.get("distance")||0,d=u.getBaseAxis(),y=d.isHorizontal(),m=d.inverse,_=n.shape,S=m?y?_.x:_.y+_.height:y?_.x+_.width:_.y,w=(y?g:0)*(m?-1:1),b=(y?0:-g)*(m?-1:1),x=y?"x":"y",A=$Z(h,S,x),D=A.range,C=D[1]-D[0],T=void 0;if(C>=1){if(C>1&&!v){var I=iD(h,D[0]);l.attr({x:I[0]+w,y:I[1]+b}),o&&(T=c.getRawValue(D[0]))}else{var I=f.getPointOn(S,x);I&&l.attr({x:I[0]+w,y:I[1]+b});var F=c.getRawValue(D[0]),P=c.getRawValue(D[1]);o&&(T=jw(i,p,F,P,A.t))}a.lastFrameIndex=D[0]}else{var L=e===1||a.lastFrameIndex>0?D[0]:0,I=iD(h,L);o&&(T=c.getRawValue(L)),l.attr({x:I[0]+w,y:I[1]+b})}if(o){var R=Yo(l);typeof R.setLabelText=="function"&&R.setLabelText(T)}}},t.prototype._doUpdateAnimation=function(e,n,i,a,o,s,u){var l=this._polyline,f=this._polygon,h=e.hostModel,c=PZ(this._data,e,this._stackedOnPoints,n,this._coordSys,i,this._valueOrigin),v=c.current,p=c.stackedOnCurrent,g=c.next,d=c.stackedOnNext;if(o&&(v=Ui(c.current,i,o,u),p=Ui(c.stackedOnCurrent,i,o,u),g=Ui(c.next,i,o,u),d=Ui(c.stackedOnNext,i,o,u)),rD(v,g)>3e3||f&&rD(p,d)>3e3){l.stopAnimation(),l.setShape({points:g}),f&&(f.stopAnimation(),f.setShape({points:g,stackedOnPoints:d}));return}l.shape.__points=c.current,l.shape.points=v;var y={shape:{points:g}};c.current!==v&&(y.shape.__points=c.next),l.stopAnimation(),It(l,y,h),f&&(f.setShape({points:v,stackedOnPoints:p}),f.stopAnimation(),It(f,{shape:{stackedOnPoints:d}},h),l.shape.points!==f.shape.points&&(f.shape.points=l.shape.points));for(var m=[],_=c.status,S=0;S<_.length;S++){var w=_[S].cmd;if(w==="="){var b=e.getItemGraphicEl(_[S].idx1);b&&m.push({el:b,ptIdx:S})}}l.animators&&l.animators.length&&l.animators[0].during(function(){f&&f.dirtyShape();for(var x=l.shape.__points,A=0;A<m.length;A++){var D=m[A].el,C=m[A].ptIdx*2;D.x=x[C],D.y=x[C+1],D.markRedraw()}})},t.prototype.remove=function(e){var n=this.group,i=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),i&&i.eachItemGraphicEl(function(a,o){a.__temp&&(n.remove(a),i.setItemGraphicEl(o,null))}),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._endLabel=this._data=null},t.type="line",t})(Nt);function oD(r,t){return{seriesType:r,plan:ku(),reset:function(e){var n=e.getData(),i=e.coordinateSystem,a=e.pipelineContext,o=t||a.large;if(!!i){var s=U(i.dimensions,function(v){return n.mapDimension(v)}).slice(0,2),u=s.length,l=n.getCalculationInfo("stackResultDimension");ss(n,s[0])&&(s[0]=l),ss(n,s[1])&&(s[1]=l);var f=n.getStore(),h=n.getDimensionIndex(s[0]),c=n.getDimensionIndex(s[1]);return u&&{progress:function(v,p){for(var g=v.end-v.start,d=o&&qa(g*u),y=[],m=[],_=v.start,S=0;_<v.end;_++){var w=void 0;if(u===1){var b=f.get(h,_);w=i.dataToPoint(b,null,m)}else y[0]=f.get(h,_),y[1]=f.get(c,_),w=i.dataToPoint(y,null,m);o?(d[S++]=w[0],d[S++]=w[1]):p.setItemLayout(_,w.slice())}o&&p.setLayout("points",d)}}}}}}var ol=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.getInitialData=function(e,n){return ii(null,this,{useEncodeDefaulter:!0})},t.prototype.getMarkerPosition=function(e,n,i){var a=this.coordinateSystem;if(a&&a.clampData){var o=a.clampData(e),s=a.dataToPoint(o);if(i)E(a.getAxes(),function(c,v){if(c.type==="category"&&n!=null){var p=c.getTicksCoords(),g=c.getTickModel().get("alignWithLabel"),d=o[v],y=n[v]==="x1"||n[v]==="y1";if(y&&!g&&(d+=1),p.length<2)return;if(p.length===2){s[v]=c.toGlobalCoord(c.getExtent()[y?1:0]);return}for(var m=void 0,_=void 0,S=1,w=0;w<p.length;w++){var b=p[w].coord,x=w===p.length-1?p[w-1].tickValue+S:p[w].tickValue;if(x===d){_=b;break}else if(x<d)m=b;else if(m!=null&&x>d){_=(b+m)/2;break}w===1&&(S=x-p[0].tickValue)}_==null&&(m?m&&(_=p[p.length-1].coord):_=p[0].coord),s[v]=c.toGlobalCoord(_)}});else{var u=this.getData(),l=u.getLayout("offset"),f=u.getLayout("size"),h=a.getBaseAxis().isHorizontal()?0:1;s[h]+=l+f/2}return s}return[NaN,NaN]},t.type="series.__base_bar__",t.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},t}(Ht);Ht.registerClass(ol),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.getInitialData=function(){return ii(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},t.prototype.getProgressive=function(){return this.get("large")?this.get("progressive"):!1},t.prototype.getProgressiveThreshold=function(){var e=this.get("progressiveThreshold"),n=this.get("largeThreshold");return n>e&&(e=n),e},t.prototype.brushSelector=function(e,n,i){return i.rect(n.getItemLayout(e))},t.type="series.bar",t.dependencies=["grid","polar"],t.defaultOption=Oi(ol.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),t}(ol);var WZ=function(){function r(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0}return r}(),hc=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="sausage",n}return t.prototype.getDefaultShape=function(){return new WZ},t.prototype.buildPath=function(e,n){var i=n.cx,a=n.cy,o=Math.max(n.r0||0,0),s=Math.max(n.r,0),u=(s-o)*.5,l=o+u,f=n.startAngle,h=n.endAngle,c=n.clockwise,v=Math.PI*2,p=c?h-f<v:f-h<v;p||(f=h-(c?v:-v));var g=Math.cos(f),d=Math.sin(f),y=Math.cos(h),m=Math.sin(h);p?(e.moveTo(g*o+i,d*o+a),e.arc(g*l+i,d*l+a,u,-Math.PI+f,f,!c)):e.moveTo(g*s+i,d*s+a),e.arc(i,a,s,f,h,!c),e.arc(y*l+i,m*l+a,u,h-Math.PI*2,h-Math.PI,!c),o!==0&&e.arc(i,a,o,h,f,c)},t}(Dt);function UZ(r,t){t=t||{};var e=t.isRoundCap;return function(n,i,a){var o=i.position;if(!o||o instanceof Array)return Gf(n,i,a);var s=r(o),u=i.distance!=null?i.distance:5,l=this.shape,f=l.cx,h=l.cy,c=l.r,v=l.r0,p=(c+v)/2,g=l.startAngle,d=l.endAngle,y=(g+d)/2,m=e?Math.abs(c-v)/2:0,_=Math.cos,S=Math.sin,w=f+c*_(g),b=h+c*S(g),x="left",A="top";switch(s){case"startArc":w=f+(v-u)*_(y),b=h+(v-u)*S(y),x="center",A="top";break;case"insideStartArc":w=f+(v+u)*_(y),b=h+(v+u)*S(y),x="center",A="bottom";break;case"startAngle":w=f+p*_(g)+cc(g,u+m,!1),b=h+p*S(g)+vc(g,u+m,!1),x="right",A="middle";break;case"insideStartAngle":w=f+p*_(g)+cc(g,-u+m,!1),b=h+p*S(g)+vc(g,-u+m,!1),x="left",A="middle";break;case"middle":w=f+p*_(y),b=h+p*S(y),x="center",A="middle";break;case"endArc":w=f+(c+u)*_(y),b=h+(c+u)*S(y),x="center",A="bottom";break;case"insideEndArc":w=f+(c-u)*_(y),b=h+(c-u)*S(y),x="center",A="top";break;case"endAngle":w=f+p*_(d)+cc(d,u+m,!0),b=h+p*S(d)+vc(d,u+m,!0),x="left",A="middle";break;case"insideEndAngle":w=f+p*_(d)+cc(d,-u+m,!0),b=h+p*S(d)+vc(d,-u+m,!0),x="right",A="middle";break;default:return Gf(n,i,a)}return n=n||{},n.x=w,n.y=b,n.align=x,n.verticalAlign=A,n}}function YZ(r,t,e,n){if(Bt(n)){r.setTextConfig({rotation:n});return}else if(Y(t)){r.setTextConfig({rotation:0});return}var i=r.shape,a=i.clockwise?i.startAngle:i.endAngle,o=i.clockwise?i.endAngle:i.startAngle,s=(a+o)/2,u,l=e(t);switch(l){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":u=s;break;case"startAngle":case"insideStartAngle":u=a;break;case"endAngle":case"insideEndAngle":u=o;break;default:r.setTextConfig({rotation:0});return}var f=Math.PI*1.5-u;l==="middle"&&f>Math.PI/2&&f<Math.PI*1.5&&(f-=Math.PI),r.setTextConfig({rotation:f})}function cc(r,t,e){return t*Math.sin(r)*(e?-1:1)}function vc(r,t,e){return t*Math.cos(r)*(e?1:-1)}function eo(r,t,e){var n=r.get("borderRadius");if(n==null)return e?{cornerRadius:0}:null;Y(n)||(n=[n,n,n,n]);var i=Math.abs(t.r||0-t.r0||0);return{cornerRadius:U(n,function(a){return qn(a,i)})}}var Ty=Math.max,Dy=Math.min;function XZ(r,t){var e=r.getArea&&r.getArea();if(to(r,"cartesian2d")){var n=r.getBaseAxis();if(n.type!=="category"||!n.onBand){var i=t.getLayout("bandWidth");n.isHorizontal()?(e.x-=i,e.width+=i*2):(e.y-=i,e.height+=i*2)}}return e}(function(r){O(t,r);function t(){var e=r.call(this)||this;return e.type=t.type,e._isFirstFrame=!0,e}return t.prototype.render=function(e,n,i,a){this._model=e,this._removeOnRenderedListener(i),this._updateDrawMode(e);var o=e.get("coordinateSystem");(o==="cartesian2d"||o==="polar")&&(this._progressiveEls=null,this._isLargeDraw?this._renderLarge(e,n,i):this._renderNormal(e,n,i,a))},t.prototype.incrementalPrepareRender=function(e){this._clear(),this._updateDrawMode(e),this._updateLargeClip(e)},t.prototype.incrementalRender=function(e,n){this._progressiveEls=[],this._incrementalRenderLarge(e,n)},t.prototype.eachRendered=function(e){Bi(this._progressiveEls||this.group,e)},t.prototype._updateDrawMode=function(e){var n=e.pipelineContext.large;(this._isLargeDraw==null||n!==this._isLargeDraw)&&(this._isLargeDraw=n,this._clear())},t.prototype._renderNormal=function(e,n,i,a){var o=this.group,s=e.getData(),u=this._data,l=e.coordinateSystem,f=l.getBaseAxis(),h;l.type==="cartesian2d"?h=f.isHorizontal():l.type==="polar"&&(h=f.dim==="angle");var c=e.isAnimationEnabled()?e:null,v=ZZ(e,l);v&&this._enableRealtimeSort(v,s,i);var p=e.get("clip",!0)||v,g=XZ(l,s);o.removeClipPath();var d=e.get("roundCap",!0),y=e.get("showBackground",!0),m=e.getModel("backgroundStyle"),_=m.get("borderRadius")||0,S=[],w=this._backgroundEls,b=a&&a.isInitSort,x=a&&a.type==="changeAxisOrder";function A(T){var I=pc[l.type](s,T),F=eq(l,h,I);return F.useStyle(m.getItemStyle()),l.type==="cartesian2d"?F.setShape("r",_):F.setShape("cornerRadius",_),S[T]=F,F}s.diff(u).add(function(T){var I=s.getItemModel(T),F=pc[l.type](s,T,I);if(y&&A(T),!(!s.hasValue(T)||!hD[l.type](F))){var P=!1;p&&(P=sD[l.type](g,F));var L=uD[l.type](e,s,T,F,h,c,f.model,!1,d);v&&(L.forceLabelAnimation=!0),vD(L,s,T,I,F,e,h,l.type==="polar"),b?L.attr({shape:F}):v?lD(v,c,L,F,T,h,!1,!1):qt(L,{shape:F},e,T),s.setItemGraphicEl(T,L),o.add(L),L.ignore=P}}).update(function(T,I){var F=s.getItemModel(T),P=pc[l.type](s,T,F);if(y){var L=void 0;w.length===0?L=A(I):(L=w[I],L.useStyle(m.getItemStyle()),l.type==="cartesian2d"?L.setShape("r",_):L.setShape("cornerRadius",_),S[T]=L);var R=pc[l.type](s,T),k=yD(h,R,l);It(L,{shape:k},c,T)}var B=u.getItemGraphicEl(I);if(!s.hasValue(T)||!hD[l.type](P)){o.remove(B);return}var N=!1;if(p&&(N=sD[l.type](g,P),N&&o.remove(B)),B?Jr(B):B=uD[l.type](e,s,T,P,h,c,f.model,!!B,d),v&&(B.forceLabelAnimation=!0),x){var z=B.getTextContent();if(z){var W=Yo(z);W.prevValue!=null&&(W.prevValue=W.value)}}else vD(B,s,T,F,P,e,h,l.type==="polar");b?B.attr({shape:P}):v?lD(v,c,B,P,T,h,!0,x):It(B,{shape:P},e,T,null),s.setItemGraphicEl(T,B),B.ignore=N,o.add(B)}).remove(function(T){var I=u.getItemGraphicEl(T);I&&xu(I,e,T)}).execute();var D=this._backgroundGroup||(this._backgroundGroup=new at);D.removeAll();for(var C=0;C<S.length;++C)D.add(S[C]);o.add(D),this._backgroundEls=S,this._data=s},t.prototype._renderLarge=function(e,n,i){this._clear(),dD(e,this.group),this._updateLargeClip(e)},t.prototype._incrementalRenderLarge=function(e,n){this._removeBackground(),dD(n,this.group,this._progressiveEls,!0)},t.prototype._updateLargeClip=function(e){var n=e.get("clip",!0)&&al(e.coordinateSystem,!1,e),i=this.group;n?i.setClipPath(n):i.removeClipPath()},t.prototype._enableRealtimeSort=function(e,n,i){var a=this;if(!!n.count()){var o=e.baseAxis;if(this._isFirstFrame)this._dispatchInitSort(n,e,i),this._isFirstFrame=!1;else{var s=function(u){var l=n.getItemGraphicEl(u),f=l&&l.shape;return f&&Math.abs(o.isHorizontal()?f.height:f.width)||0};this._onRendered=function(){a._updateSortWithinSameData(n,s,o,i)},i.getZr().on("rendered",this._onRendered)}}},t.prototype._dataSort=function(e,n,i){var a=[];return e.each(e.mapDimension(n.dim),function(o,s){var u=i(s);u=u==null?NaN:u,a.push({dataIndex:s,mappedValue:u,ordinalNumber:o})}),a.sort(function(o,s){return s.mappedValue-o.mappedValue}),{ordinalNumbers:U(a,function(o){return o.ordinalNumber})}},t.prototype._isOrderChangedWithinSameData=function(e,n,i){for(var a=i.scale,o=e.mapDimension(i.dim),s=Number.MAX_VALUE,u=0,l=a.getOrdinalMeta().categories.length;u<l;++u){var f=e.rawIndexOf(o,a.getRawOrdinalNumber(u)),h=f<0?Number.MIN_VALUE:n(e.indexOfRawIndex(f));if(h>s)return!0;s=h}return!1},t.prototype._isOrderDifferentInView=function(e,n){for(var i=n.scale,a=i.getExtent(),o=Math.max(0,a[0]),s=Math.min(a[1],i.getOrdinalMeta().categories.length-1);o<=s;++o)if(e.ordinalNumbers[o]!==i.getRawOrdinalNumber(o))return!0},t.prototype._updateSortWithinSameData=function(e,n,i,a){if(!!this._isOrderChangedWithinSameData(e,n,i)){var o=this._dataSort(e,i,n);this._isOrderDifferentInView(o,i)&&(this._removeOnRenderedListener(a),a.dispatchAction({type:"changeAxisOrder",componentType:i.dim+"Axis",axisId:i.index,sortInfo:o}))}},t.prototype._dispatchInitSort=function(e,n,i){var a=n.baseAxis,o=this._dataSort(e,a,function(s){return e.get(e.mapDimension(n.otherAxis.dim),s)});i.dispatchAction({type:"changeAxisOrder",componentType:a.dim+"Axis",isInitSort:!0,axisId:a.index,sortInfo:o})},t.prototype.remove=function(e,n){this._clear(this._model),this._removeOnRenderedListener(n)},t.prototype.dispose=function(e,n){this._removeOnRenderedListener(n)},t.prototype._removeOnRenderedListener=function(e){this._onRendered&&(e.getZr().off("rendered",this._onRendered),this._onRendered=null)},t.prototype._clear=function(e){var n=this.group,i=this._data;e&&e.isAnimationEnabled()&&i&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],i.eachItemGraphicEl(function(a){xu(a,e,ut(a).dataIndex)})):n.removeAll(),this._data=null,this._isFirstFrame=!0},t.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},t.type="bar",t})(Nt);var sD={cartesian2d:function(r,t){var e=t.width<0?-1:1,n=t.height<0?-1:1;e<0&&(t.x+=t.width,t.width=-t.width),n<0&&(t.y+=t.height,t.height=-t.height);var i=r.x+r.width,a=r.y+r.height,o=Ty(t.x,r.x),s=Dy(t.x+t.width,i),u=Ty(t.y,r.y),l=Dy(t.y+t.height,a),f=s<o,h=l<u;return t.x=f&&o>i?s:o,t.y=h&&u>a?l:u,t.width=f?0:s-o,t.height=h?0:l-u,e<0&&(t.x+=t.width,t.width=-t.width),n<0&&(t.y+=t.height,t.height=-t.height),f||h},polar:function(r,t){var e=t.r0<=t.r?1:-1;if(e<0){var n=t.r;t.r=t.r0,t.r0=n}var i=Dy(t.r,r.r),a=Ty(t.r0,r.r0);t.r=i,t.r0=a;var o=i-a<0;if(e<0){var n=t.r;t.r=t.r0,t.r0=n}return o}},uD={cartesian2d:function(r,t,e,n,i,a,o,s,u){var l=new Et({shape:H({},n),z2:1});if(l.__dataIndex=e,l.name="item",a){var f=l.shape,h=i?"height":"width";f[h]=0}return l},polar:function(r,t,e,n,i,a,o,s,u){var l=!i&&u?hc:gr,f=new l({shape:n,z2:1});f.name="item";var h=cD(i);if(f.calculateTextPosition=UZ(h,{isRoundCap:l===hc}),a){var c=f.shape,v=i?"r":"endAngle",p={};c[v]=i?n.r0:n.startAngle,p[v]=n[v],(s?It:qt)(f,{shape:p},a)}return f}};function ZZ(r,t){var e=r.get("realtimeSort",!0),n=t.getBaseAxis();if(e&&n.type==="category"&&t.type==="cartesian2d")return{baseAxis:n,otherAxis:t.getOtherAxis(n)}}function lD(r,t,e,n,i,a,o,s){var u,l;a?(l={x:n.x,width:n.width},u={y:n.y,height:n.height}):(l={y:n.y,height:n.height},u={x:n.x,width:n.width}),s||(o?It:qt)(e,{shape:u},t,i,null);var f=t?r.baseAxis.model:null;(o?It:qt)(e,{shape:l},f,i)}function fD(r,t){for(var e=0;e<t.length;e++)if(!isFinite(r[t[e]]))return!0;return!1}var qZ=["x","y","width","height"],KZ=["cx","cy","r","startAngle","endAngle"],hD={cartesian2d:function(r){return!fD(r,qZ)},polar:function(r){return!fD(r,KZ)}},pc={cartesian2d:function(r,t,e){var n=r.getItemLayout(t),i=e?JZ(e,n):0,a=n.width>0?1:-1,o=n.height>0?1:-1;return{x:n.x+a*i/2,y:n.y+o*i/2,width:n.width-a*i,height:n.height-o*i}},polar:function(r,t,e){var n=r.getItemLayout(t);return{cx:n.cx,cy:n.cy,r0:n.r0,r:n.r,startAngle:n.startAngle,endAngle:n.endAngle,clockwise:n.clockwise}}};function jZ(r){return r.startAngle!=null&&r.endAngle!=null&&r.startAngle===r.endAngle}function cD(r){return function(t){var e=t?"Arc":"Angle";return function(n){switch(n){case"start":case"insideStart":case"end":case"insideEnd":return n+e;default:return n}}}(r)}function vD(r,t,e,n,i,a,o,s){var u=t.getItemVisual(e,"style");if(s){if(!a.get("roundCap")){var f=r.shape,h=eo(n.getModel("itemStyle"),f,!0);H(f,h),r.setShape(f)}}else{var l=n.get(["itemStyle","borderRadius"])||0;r.setShape("r",l)}r.useStyle(u);var c=n.getShallow("cursor");c&&r.attr("cursor",c);var v=s?o?i.r>=i.r0?"endArc":"startArc":i.endAngle>=i.startAngle?"endAngle":"startAngle":o?i.height>=0?"bottom":"top":i.width>=0?"right":"left",p=ge(n);Ce(r,p,{labelFetcher:a,labelDataIndex:e,defaultText:us(a.getData(),e),inheritColor:u.fill,defaultOpacity:u.opacity,defaultOutsidePosition:v});var g=r.getTextContent();if(s&&g){var d=n.get(["label","position"]);r.textConfig.inside=d==="middle"?!0:null,YZ(r,d==="outside"?v:d,cD(o),n.get(["label","rotate"]))}y2(g,p,a.getRawValue(e),function(m){return UT(t,m)});var y=n.getModel(["emphasis"]);ee(r,y.get("focus"),y.get("blurScope"),y.get("disabled")),Ae(r,n),jZ(i)&&(r.style.fill="none",r.style.stroke="none",E(r.states,function(m){m.style&&(m.style.fill=m.style.stroke="none")}))}function JZ(r,t){var e=r.get(["itemStyle","borderColor"]);if(!e||e==="none")return 0;var n=r.get(["itemStyle","borderWidth"])||0,i=isNaN(t.width)?Number.MAX_VALUE:Math.abs(t.width),a=isNaN(t.height)?Number.MAX_VALUE:Math.abs(t.height);return Math.min(n,i,a)}var QZ=function(){function r(){}return r}(),pD=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="largeBar",n}return t.prototype.getDefaultShape=function(){return new QZ},t.prototype.buildPath=function(e,n){for(var i=n.points,a=this.baseDimIdx,o=1-this.baseDimIdx,s=[],u=[],l=this.barWidth,f=0;f<i.length;f+=3)u[a]=l,u[o]=i[f+2],s[a]=i[f+a],s[o]=i[f+o],e.rect(s[0],s[1],u[0],u[1])},t}(Dt);function dD(r,t,e,n){var i=r.getData(),a=i.getLayout("valueAxisHorizontal")?1:0,o=i.getLayout("largeDataIndices"),s=i.getLayout("size"),u=r.getModel("backgroundStyle"),l=i.getLayout("largeBackgroundPoints");if(l){var f=new pD({shape:{points:l},incremental:!!n,silent:!0,z2:0});f.baseDimIdx=a,f.largeDataIndices=o,f.barWidth=s,f.useStyle(u.getItemStyle()),t.add(f),e&&e.push(f)}var h=new pD({shape:{points:i.getLayout("largePoints")},incremental:!!n,ignoreCoarsePointer:!0,z2:1});h.baseDimIdx=a,h.largeDataIndices=o,h.barWidth=s,t.add(h),h.useStyle(i.getVisual("style")),ut(h).seriesIndex=r.seriesIndex,r.get("silent")||(h.on("mousedown",gD),h.on("mousemove",gD)),e&&e.push(h)}var gD=Rh(function(r){var t=this,e=tq(t,r.offsetX,r.offsetY);ut(t).dataIndex=e>=0?e:null},30,!1);function tq(r,t,e){for(var n=r.baseDimIdx,i=1-n,a=r.shape.points,o=r.largeDataIndices,s=[],u=[],l=r.barWidth,f=0,h=a.length/3;f<h;f++){var c=f*3;if(u[n]=l,u[i]=a[c+2],s[n]=a[c+n],s[i]=a[c+i],u[i]<0&&(s[i]+=u[i],u[i]=-u[i]),t>=s[0]&&t<=s[0]+u[0]&&e>=s[1]&&e<=s[1]+u[1])return o[f]}return-1}function yD(r,t,e){if(to(e,"cartesian2d")){var n=t,i=e.getArea();return{x:r?n.x:i.x,y:r?i.y:n.y,width:r?n.width:i.width,height:r?i.height:n.height}}else{var i=e.getArea(),a=t;return{cx:i.cx,cy:i.cy,r0:r?i.r0:a.r0,r:r?i.r:a.r,startAngle:r?a.startAngle:0,endAngle:r?a.endAngle:Math.PI*2}}}function eq(r,t,e){var n=r.type==="polar"?gr:Et;return new n({shape:yD(t,e,r),silent:!0,z2:0})}var mD=Math.PI*2,dc=Math.PI/180;function _D(r,t){return tn(r.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function SD(r,t){var e=_D(r,t),n=r.get("center"),i=r.get("radius");Y(i)||(i=[0,i]);var a=rt(e.width,t.getWidth()),o=rt(e.height,t.getHeight()),s=Math.min(a,o),u=rt(i[0],s/2),l=rt(i[1],s/2),f,h,c=r.coordinateSystem;if(c){var v=c.dataToPoint(n);f=v[0]||0,h=v[1]||0}else Y(n)||(n=[n,n]),f=rt(n[0],a)+e.x,h=rt(n[1],o)+e.y;return{cx:f,cy:h,r0:u,r:l}}function rq(r,t,e){t.eachSeriesByType(r,function(n){var i=n.getData(),a=i.mapDimension("value"),o=_D(n,e),s=SD(n,e),u=s.cx,l=s.cy,f=s.r,h=s.r0,c=-n.get("startAngle")*dc,v=n.get("endAngle"),p=n.get("padAngle")*dc;v=v==="auto"?c-mD:-v*dc;var g=n.get("minAngle")*dc,d=g+p,y=0;i.each(a,function(k){!isNaN(k)&&y++});var m=i.getSum(a),_=Math.PI/(m||y)*2,S=n.get("clockwise"),w=n.get("roseType"),b=n.get("stillShowZeroSum"),x=i.getDataExtent(a);x[0]=0;var A=S?1:-1,D=[c,v],C=A*p/2;$d(D,!S),c=D[0],v=D[1];var T=bD(n);T.startAngle=c,T.endAngle=v,T.clockwise=S;var I=Math.abs(v-c),F=I,P=0,L=c;if(i.setLayout({viewRect:o,r:f}),i.each(a,function(k,B){var N;if(isNaN(k)){i.setItemLayout(B,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:S,cx:u,cy:l,r0:h,r:w?NaN:f});return}w!=="area"?N=m===0&&b?_:k*_:N=I/y,N<d?(N=d,F-=d):P+=k;var z=L+A*N,W=0,G=0;p>N?(W=L+A*N/2,G=W):(W=L+C,G=z-C),i.setItemLayout(B,{angle:N,startAngle:W,endAngle:G,clockwise:S,cx:u,cy:l,r0:h,r:w?Jt(k,x,[h,f]):f}),L=z}),F<mD&&y)if(F<=.001){var R=I/y;i.each(a,function(k,B){if(!isNaN(k)){var N=i.getItemLayout(B);N.angle=R;var z=0,W=0;R<p?(z=c+A*(B+1/2)*R,W=z):(z=c+A*B*R+C,W=c+A*(B+1)*R-C),N.startAngle=z,N.endAngle=W}})}else _=F/P,L=c,i.each(a,function(k,B){if(!isNaN(k)){var N=i.getItemLayout(B),z=N.angle===d?d:k*_,W=0,G=0;z<p?(W=L+A*z/2,G=W):(W=L+C,G=L+A*z-C),N.startAngle=W,N.endAngle=G,L+=A*z}})})}var bD=Tt();function nq(r){return{seriesType:r,reset:function(t,e){var n=e.findComponents({mainType:"legend"});if(!(!n||!n.length)){var i=t.getData();i.filterSelf(function(a){for(var o=i.getName(a),s=0;s<n.length;s++)if(!n[s].isSelected(o))return!1;return!0})}}}}var iq=Math.PI/180;function wD(r,t,e,n,i,a,o,s,u,l){if(r.length<2)return;function f(g){for(var d=g.rB,y=d*d,m=0;m<g.list.length;m++){var _=g.list[m],S=Math.abs(_.label.y-e),w=n+_.len,b=w*w,x=Math.sqrt((1-Math.abs(S*S/y))*b),A=t+(x+_.len2)*i,D=A-_.label.x,C=_.targetTextWidth-D*i;xD(_,C,!0),_.label.x=A}}function h(g){for(var d={list:[],maxY:0},y={list:[],maxY:0},m=0;m<g.length;m++)if(g[m].labelAlignTo==="none"){var _=g[m],S=_.label.y>e?y:d,w=Math.abs(_.label.y-e);if(w>=S.maxY){var b=_.label.x-t-_.len2*i,x=n+_.len,A=Math.abs(b)<x?Math.sqrt(w*w/(1-b*b/x/x)):x;S.rB=A,S.maxY=w}S.list.push(_)}f(d),f(y)}for(var c=r.length,v=0;v<c;v++)if(r[v].position==="outer"&&r[v].labelAlignTo==="labelLine"){var p=r[v].label.x-l;r[v].linePoints[1][0]+=p,r[v].label.x=l}NT(r,u,u+o)&&h(r)}function aq(r,t,e,n,i,a,o,s){for(var u=[],l=[],f=Number.MAX_VALUE,h=-Number.MAX_VALUE,c=0;c<r.length;c++){var v=r[c].label;Ey(r[c])||(v.x<t?(f=Math.min(f,v.x),u.push(r[c])):(h=Math.max(h,v.x),l.push(r[c])))}for(var c=0;c<r.length;c++){var p=r[c];if(!Ey(p)&&p.linePoints){if(p.labelStyleWidth!=null)continue;var v=p.label,g=p.linePoints,d=void 0;p.labelAlignTo==="edge"?v.x<t?d=g[2][0]-p.labelDistance-o-p.edgeDistance:d=o+i-p.edgeDistance-g[2][0]-p.labelDistance:p.labelAlignTo==="labelLine"?v.x<t?d=f-o-p.bleedMargin:d=o+i-h-p.bleedMargin:v.x<t?d=v.x-o-p.bleedMargin:d=o+i-v.x-p.bleedMargin,p.targetTextWidth=d,xD(p,d)}}wD(l,t,e,n,1,i,a,o,s,h),wD(u,t,e,n,-1,i,a,o,s,f);for(var c=0;c<r.length;c++){var p=r[c];if(!Ey(p)&&p.linePoints){var v=p.label,g=p.linePoints,y=p.labelAlignTo==="edge",m=v.style.padding,_=m?m[1]+m[3]:0,S=v.style.backgroundColor?0:_,w=p.rect.width+S,b=g[1][0]-g[2][0];y?v.x<t?g[2][0]=o+p.edgeDistance+w+p.labelDistance:g[2][0]=o+i-p.edgeDistance-w-p.labelDistance:(v.x<t?g[2][0]=v.x+p.labelDistance:g[2][0]=v.x-p.labelDistance,g[1][0]=g[2][0]+b),g[1][1]=g[2][1]=v.y}}}function xD(r,t,e){if(e===void 0&&(e=!1),r.labelStyleWidth==null){var n=r.label,i=n.style,a=r.rect,o=i.backgroundColor,s=i.padding,u=s?s[1]+s[3]:0,l=i.overflow,f=a.width+(o?0:u);if(t<f||e){var h=a.height;if(l&&l.match("break")){n.setStyle("backgroundColor",null),n.setStyle("width",t-u);var c=n.getBoundingRect();n.setStyle("width",Math.ceil(c.width)),n.setStyle("backgroundColor",o)}else{var v=t-u,p=t<f?v:e?v>r.unconstrainedWidth?null:v:null;n.setStyle("width",p)}var g=n.getBoundingRect();a.width=g.width;var d=(n.style.margin||0)+2.1;a.height=g.height+d,a.y-=(a.height-h)/2}}}function Ey(r){return r.position==="center"}function oq(r){var t=r.getData(),e=[],n,i,a=!1,o=(r.get("minShowLabelAngle")||0)*iq,s=t.getLayout("viewRect"),u=t.getLayout("r"),l=s.width,f=s.x,h=s.y,c=s.height;function v(b){b.ignore=!0}function p(b){if(!b.ignore)return!0;for(var x in b.states)if(b.states[x].ignore===!1)return!0;return!1}t.each(function(b){var x=t.getItemGraphicEl(b),A=x.shape,D=x.getTextContent(),C=x.getTextGuideLine(),T=t.getItemModel(b),I=T.getModel("label"),F=I.get("position")||T.get(["emphasis","label","position"]),P=I.get("distanceToLabelLine"),L=I.get("alignTo"),R=rt(I.get("edgeDistance"),l),k=I.get("bleedMargin"),B=T.getModel("labelLine"),N=B.get("length");N=rt(N,l);var z=B.get("length2");if(z=rt(z,l),Math.abs(A.endAngle-A.startAngle)<o){E(D.states,v),D.ignore=!0,C&&(E(C.states,v),C.ignore=!0);return}if(!!p(D)){var W=(A.startAngle+A.endAngle)/2,G=Math.cos(W),V=Math.sin(W),$,X,q,K;n=A.cx,i=A.cy;var tt=F==="inside"||F==="inner";if(F==="center")$=A.cx,X=A.cy,K="center";else{var vt=(tt?(A.r+A.r0)/2*G:A.r*G)+n,nt=(tt?(A.r+A.r0)/2*V:A.r*V)+i;if($=vt+G*3,X=nt+V*3,!tt){var Q=vt+G*(N+u-A.r),ht=nt+V*(N+u-A.r),Yt=Q+(G<0?-1:1)*z,Pt=ht;L==="edge"?$=G<0?f+R:f+l-R:$=Yt+(G<0?-P:P),X=Pt,q=[[vt,nt],[Q,ht],[Yt,Pt]]}K=tt?"center":L==="edge"?G>0?"right":"left":G>0?"left":"right"}var fe=Math.PI,ce=0,mr=I.get("rotate");if(Bt(mr))ce=mr*(fe/180);else if(F==="center")ce=0;else if(mr==="radial"||mr===!0){var Ml=G<0?-W+fe:-W;ce=Ml}else if(mr==="tangential"&&F!=="outside"&&F!=="outer"){var Rn=Math.atan2(G,V);Rn<0&&(Rn=fe*2+Rn);var oI=V>0;oI&&(Rn=fe+Rn),ce=Rn-fe}if(a=!!ce,D.x=$,D.y=X,D.rotation=ce,D.setStyle({verticalAlign:"middle"}),tt){D.setStyle({align:K});var nv=D.states.select;nv&&(nv.x+=D.x,nv.y+=D.y)}else{var Ss=D.getBoundingRect().clone();Ss.applyTransform(D.getComputedTransform());var Rm=(D.style.margin||0)+2.1;Ss.y-=Rm/2,Ss.height+=Rm,e.push({label:D,labelLine:C,position:F,len:N,len2:z,minTurnAngle:B.get("minTurnAngle"),maxSurfaceAngle:B.get("maxSurfaceAngle"),surfaceNormal:new gt(G,V),linePoints:q,textAlign:K,labelDistance:P,labelAlignTo:L,edgeDistance:R,bleedMargin:k,rect:Ss,unconstrainedWidth:Ss.width,labelStyleWidth:D.style.width})}x.setTextConfig({inside:tt})}}),!a&&r.get("avoidLabelOverlap")&&aq(e,n,i,u,l,c,f,h);for(var g=0;g<e.length;g++){var d=e[g],y=d.label,m=d.labelLine,_=isNaN(y.x)||isNaN(y.y);if(y){y.setStyle({align:d.textAlign}),_&&(E(y.states,v),y.ignore=!0);var S=y.states.select;S&&(S.x+=y.x,S.y+=y.y)}if(m){var w=d.linePoints;_||!w?(E(m.states,v),m.ignore=!0):(BT(w,d.minTurnAngle),pZ(w,d.surfaceNormal,d.maxSurfaceAngle),m.setShape({points:w}),y.__hostTarget.textGuideLineConfig={anchor:new gt(w[0][0],w[0][1])})}}}var sq=function(r){O(t,r);function t(e,n,i){var a=r.call(this)||this;a.z2=2;var o=new Mt;return a.setTextContent(o),a.updateData(e,n,i,!0),a}return t.prototype.updateData=function(e,n,i,a){var o=this,s=e.hostModel,u=e.getItemModel(n),l=u.getModel("emphasis"),f=e.getItemLayout(n),h=H(eo(u.getModel("itemStyle"),f,!0),f);if(isNaN(h.startAngle)){o.setShape(h);return}if(a){o.setShape(h);var c=s.getShallow("animationType");s.ecModel.ssr?(qt(o,{scaleX:0,scaleY:0},s,{dataIndex:n,isFrom:!0}),o.originX=h.cx,o.originY=h.cy):c==="scale"?(o.shape.r=f.r0,qt(o,{shape:{r:f.r}},s,n)):i!=null?(o.setShape({startAngle:i,endAngle:i}),qt(o,{shape:{startAngle:f.startAngle,endAngle:f.endAngle}},s,n)):(o.shape.endAngle=f.startAngle,It(o,{shape:{endAngle:f.endAngle}},s,n))}else Jr(o),It(o,{shape:h},s,n);o.useStyle(e.getItemVisual(n,"style")),Ae(o,u);var v=(f.startAngle+f.endAngle)/2,p=s.get("selectedOffset"),g=Math.cos(v)*p,d=Math.sin(v)*p,y=u.getShallow("cursor");y&&o.attr("cursor",y),this._updateLabel(s,e,n),o.ensureState("emphasis").shape=H({r:f.r+(l.get("scale")&&l.get("scaleSize")||0)},eo(l.getModel("itemStyle"),f)),H(o.ensureState("select"),{x:g,y:d,shape:eo(u.getModel(["select","itemStyle"]),f)}),H(o.ensureState("blur"),{shape:eo(u.getModel(["blur","itemStyle"]),f)});var m=o.getTextGuideLine(),_=o.getTextContent();m&&H(m.ensureState("select"),{x:g,y:d}),H(_.ensureState("select"),{x:g,y:d}),ee(this,l.get("focus"),l.get("blurScope"),l.get("disabled"))},t.prototype._updateLabel=function(e,n,i){var a=this,o=n.getItemModel(i),s=o.getModel("labelLine"),u=n.getItemVisual(i,"style"),l=u&&u.fill,f=u&&u.opacity;Ce(a,ge(o),{labelFetcher:n.hostModel,labelDataIndex:i,inheritColor:l,defaultOpacity:f,defaultText:e.getFormattedLabel(i,"normal")||n.getName(i)});var h=a.getTextContent();a.setTextConfig({position:null,rotation:null}),h.attr({z2:10});var c=e.get(["label","position"]);if(c!=="outside"&&c!=="outer")a.removeTextGuideLine();else{var v=this.getTextGuideLine();v||(v=new Ve,this.setTextGuideLine(v)),yy(this,my(o),{stroke:l,opacity:Hn(s.get(["lineStyle","opacity"]),f,1)})}},t}(gr),uq=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.ignoreLabelLineUpdate=!0,e}return t.prototype.render=function(e,n,i,a){var o=e.getData(),s=this._data,u=this.group,l;if(!s&&o.count()>0){for(var f=o.getItemLayout(0),h=1;isNaN(f&&f.startAngle)&&h<o.count();++h)f=o.getItemLayout(h);f&&(l=f.startAngle)}if(this._emptyCircleSector&&u.remove(this._emptyCircleSector),o.count()===0&&e.get("showEmptyCircle")){var c=bD(e),v=new gr({shape:H(SD(e,i),c)});v.useStyle(e.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=v,u.add(v)}o.diff(s).add(function(p){var g=new sq(o,p,l);o.setItemGraphicEl(p,g),u.add(g)}).update(function(p,g){var d=s.getItemGraphicEl(g);d.updateData(o,p,l),d.off("click"),u.add(d),o.setItemGraphicEl(p,d)}).remove(function(p){var g=s.getItemGraphicEl(p);xu(g,e,p)}).execute(),oq(e),e.get("animationTypeUpdate")!=="expansion"&&(this._data=o)},t.prototype.dispose=function(){},t.prototype.containPoint=function(e,n){var i=n.getData(),a=i.getItemLayout(0);if(a){var o=e[0]-a.cx,s=e[1]-a.cy,u=Math.sqrt(o*o+s*s);return u<=a.r&&u>=a.r0}},t.type="pie",t}(Nt);function ls(r,t,e){t=Y(t)&&{coordDimensions:t}||H({encodeDefine:r.getEncode()},t);var n=r.getSource(),i=Ku(n,t).dimensions,a=new He(i,r);return a.initData(n,e),a}var sl=function(){function r(t,e){this._getDataWithEncodedVisual=t,this._getRawData=e}return r.prototype.getAllNames=function(){var t=this._getRawData();return t.mapArray(t.getName)},r.prototype.containName=function(t){var e=this._getRawData();return e.indexOfName(t)>=0},r.prototype.indexOfName=function(t){var e=this._getDataWithEncodedVisual();return e.indexOfName(t)},r.prototype.getItemVisual=function(t,e){var n=this._getDataWithEncodedVisual();return n.getItemVisual(t,e)},r}(),lq=Tt(),fq=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.init=function(e){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new sl(Z(this.getData,this),Z(this.getRawData,this)),this._defaultLabelLine(e)},t.prototype.mergeOption=function(){r.prototype.mergeOption.apply(this,arguments)},t.prototype.getInitialData=function(){return ls(this,{coordDimensions:["value"],encodeDefaulter:pt(Ag,this)})},t.prototype.getDataParams=function(e){var n=this.getData(),i=lq(n),a=i.seats;if(!a){var o=[];n.each(n.mapDimension("value"),function(u){o.push(u)}),a=i.seats=zV(o,n.hostModel.get("percentPrecision"))}var s=r.prototype.getDataParams.call(this,e);return s.percent=a[e]||0,s.$vars.push("percent"),s},t.prototype._defaultLabelLine=function(e){pa(e,"labelLine",["show"]);var n=e.labelLine,i=e.emphasis.labelLine;n.show=n.show&&e.label.show,i.show=i.show&&e.emphasis.label.show},t.type="series.pie",t.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},t}(Ht);function hq(r){return{seriesType:r,reset:function(t,e){var n=t.getData();n.filterSelf(function(i){var a=n.mapDimension("value"),o=n.get(a,i);return!(Bt(o)&&!isNaN(o)&&o<0)})}}}function cq(r){r.registerChartView(uq),r.registerSeriesModel(fq),aY("pie",r.registerAction),r.registerLayout(pt(rq,"pie")),r.registerProcessor(nq("pie")),r.registerProcessor(hq("pie"))}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e}return t.prototype.getInitialData=function(e,n){return ii(null,this,{useEncodeDefaulter:!0})},t.prototype.getProgressive=function(){var e=this.option.progressive;return e==null?this.option.large?5e3:this.get("progressive"):e},t.prototype.getProgressiveThreshold=function(){var e=this.option.progressiveThreshold;return e==null?this.option.large?1e4:this.get("progressiveThreshold"):e},t.prototype.brushSelector=function(e,n,i){return i.point(n.getItemLayout(e))},t.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},t.type="series.scatter",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},t})(Ht);var AD=4,vq=function(){function r(){}return r}(),pq=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return t.prototype.getDefaultShape=function(){return new vq},t.prototype.reset=function(){this.notClear=!1,this._off=0},t.prototype.buildPath=function(e,n){var i=n.points,a=n.size,o=this.symbolProxy,s=o.shape,u=e.getContext?e.getContext():e,l=u&&a[0]<AD,f=this.softClipShape,h;if(l){this._ctx=u;return}for(this._ctx=null,h=this._off;h<i.length;){var c=i[h++],v=i[h++];isNaN(c)||isNaN(v)||f&&!f.contain(c,v)||(s.x=c-a[0]/2,s.y=v-a[1]/2,s.width=a[0],s.height=a[1],o.buildPath(e,s,!0))}this.incremental&&(this._off=h,this.notClear=!0)},t.prototype.afterBrush=function(){var e=this.shape,n=e.points,i=e.size,a=this._ctx,o=this.softClipShape,s;if(!!a){for(s=this._off;s<n.length;){var u=n[s++],l=n[s++];isNaN(u)||isNaN(l)||o&&!o.contain(u,l)||a.fillRect(u-i[0]/2,l-i[1]/2,i[0],i[1])}this.incremental&&(this._off=s,this.notClear=!0)}},t.prototype.findDataIndex=function(e,n){for(var i=this.shape,a=i.points,o=i.size,s=Math.max(o[0],4),u=Math.max(o[1],4),l=a.length/2-1;l>=0;l--){var f=l*2,h=a[f]-s/2,c=a[f+1]-u/2;if(e>=h&&n>=c&&e<=h+s&&n<=c+u)return l}return-1},t.prototype.contain=function(e,n){var i=this.transformCoordToLocal(e,n),a=this.getBoundingRect();if(e=i[0],n=i[1],a.contain(e,n)){var o=this.hoverDataIdx=this.findDataIndex(e,n);return o>=0}return this.hoverDataIdx=-1,!1},t.prototype.getBoundingRect=function(){var e=this._rect;if(!e){for(var n=this.shape,i=n.points,a=n.size,o=a[0],s=a[1],u=1/0,l=1/0,f=-1/0,h=-1/0,c=0;c<i.length;){var v=i[c++],p=i[c++];u=Math.min(v,u),f=Math.max(v,f),l=Math.min(p,l),h=Math.max(p,h)}e=this._rect=new yt(u-o/2,l-s/2,f-u+o,h-l+s)}return e},t}(Dt),dq=function(){function r(){this.group=new at}return r.prototype.updateData=function(t,e){this._clear();var n=this._create();n.setShape({points:t.getLayout("points")}),this._setCommon(n,t,e)},r.prototype.updateLayout=function(t){var e=t.getLayout("points");this.group.eachChild(function(n){if(n.startIndex!=null){var i=(n.endIndex-n.startIndex)*2,a=n.startIndex*4*2;e=new Float32Array(e.buffer,a,i)}n.setShape("points",e),n.reset()})},r.prototype.incrementalPrepareUpdate=function(t){this._clear()},r.prototype.incrementalUpdate=function(t,e,n){var i=this._newAdded[0],a=e.getLayout("points"),o=i&&i.shape.points;if(o&&o.length<2e4){var s=o.length,u=new Float32Array(s+a.length);u.set(o),u.set(a,s),i.endIndex=t.end,i.setShape({points:u})}else{this._newAdded=[];var l=this._create();l.startIndex=t.start,l.endIndex=t.end,l.incremental=!0,l.setShape({points:a}),this._setCommon(l,e,n)}},r.prototype.eachRendered=function(t){this._newAdded[0]&&t(this._newAdded[0])},r.prototype._create=function(){var t=new pq({cursor:"default"});return t.ignoreCoarsePointer=!0,this.group.add(t),this._newAdded.push(t),t},r.prototype._setCommon=function(t,e,n){var i=e.hostModel;n=n||{};var a=e.getVisual("symbolSize");t.setShape("size",a instanceof Array?a:[a,a]),t.softClipShape=n.clipShape||null,t.symbolProxy=le(e.getVisual("symbol"),0,0,0,0),t.setColor=t.symbolProxy.setColor;var o=t.shape.size[0]<AD;t.useStyle(i.getModel("itemStyle").getItemStyle(o?["color","shadowBlur","shadowColor"]:["color"]));var s=e.getVisual("style"),u=s&&s.fill;u&&t.setColor(u);var l=ut(t);l.seriesIndex=i.seriesIndex,t.on("mousemove",function(f){l.dataIndex=null;var h=t.hoverDataIdx;h>=0&&(l.dataIndex=h+(t.startIndex||0))})},r.prototype.remove=function(){this._clear()},r.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r}();(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=e.getData(),o=this._updateSymbolDraw(a,e);o.updateData(a,{clipShape:this._getClipShape(e)}),this._finished=!0},t.prototype.incrementalPrepareRender=function(e,n,i){var a=e.getData(),o=this._updateSymbolDraw(a,e);o.incrementalPrepareUpdate(a),this._finished=!1},t.prototype.incrementalRender=function(e,n,i){this._symbolDraw.incrementalUpdate(e,n.getData(),{clipShape:this._getClipShape(n)}),this._finished=e.end===n.getData().count()},t.prototype.updateTransform=function(e,n,i){var a=e.getData();if(this.group.dirty(),!this._finished||a.count()>1e4)return{update:!0};var o=oD("").reset(e,n,i);o.progress&&o.progress({start:0,end:a.count(),count:a.count()},a),this._symbolDraw.updateLayout(a)},t.prototype.eachRendered=function(e){this._symbolDraw&&this._symbolDraw.eachRendered(e)},t.prototype._getClipShape=function(e){if(!!e.get("clip",!0)){var n=e.coordinateSystem;return n&&n.getArea&&n.getArea(.1)}},t.prototype._updateSymbolDraw=function(e,n){var i=this._symbolDraw,a=n.pipelineContext,o=a.large;return(!i||o!==this._isLargeDraw)&&(i&&i.remove(),i=this._symbolDraw=o?new dq:new il,this._isLargeDraw=o,this.group.removeAll()),this.group.add(i.group),i},t.prototype.remove=function(e,n){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},t.prototype.dispose=function(){},t.type="scatter",t})(Nt),function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.type="grid",t.dependencies=["xAxis","yAxis"],t.layoutMode="box",t.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},t}(wt);var gq=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",Je).models[0]},t.type="cartesian2dAxis",t}(wt);se(gq,tl);var CD={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},yq=St({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},CD),My=St({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},CD),mq=St({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},My),_q=ft({logBase:10},My),Sq={category:yq,value:My,time:mq,log:_q},bq=function(){function r(t){this.type="cartesian",this._dimList=[],this._axes={},this.name=t||""}return r.prototype.getAxis=function(t){return this._axes[t]},r.prototype.getAxes=function(){return U(this._dimList,function(t){return this._axes[t]},this)},r.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),Xt(this.getAxes(),function(e){return e.scale.type===t})},r.prototype.addAxis=function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},r}(),wq=["x","y"];function TD(r){return r.type==="interval"||r.type==="time"}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=wq,e}return t.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var e=this.getAxis("x").scale,n=this.getAxis("y").scale;if(!(!TD(e)||!TD(n))){var i=e.getExtent(),a=n.getExtent(),o=this.dataToPoint([i[0],a[0]]),s=this.dataToPoint([i[1],a[1]]),u=i[1]-i[0],l=a[1]-a[0];if(!(!u||!l)){var f=(s[0]-o[0])/u,h=(s[1]-o[1])/l,c=o[0]-i[0]*f,v=o[1]-a[0]*h,p=this._transform=[f,0,0,h,c,v];this._invTransform=Mo([],p)}}},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},t.prototype.containPoint=function(e){var n=this.getAxis("x"),i=this.getAxis("y");return n.contain(n.toLocalCoord(e[0]))&&i.contain(i.toLocalCoord(e[1]))},t.prototype.containData=function(e){return this.getAxis("x").containData(e[0])&&this.getAxis("y").containData(e[1])},t.prototype.containZone=function(e,n){var i=this.dataToPoint(e),a=this.dataToPoint(n),o=this.getArea(),s=new yt(i[0],i[1],a[0]-i[0],a[1]-i[1]);return o.intersect(s)},t.prototype.dataToPoint=function(e,n,i){i=i||[];var a=e[0],o=e[1];if(this._transform&&a!=null&&isFinite(a)&&o!=null&&isFinite(o))return xe(i,e,this._transform);var s=this.getAxis("x"),u=this.getAxis("y");return i[0]=s.toGlobalCoord(s.dataToCoord(a,n)),i[1]=u.toGlobalCoord(u.dataToCoord(o,n)),i},t.prototype.clampData=function(e,n){var i=this.getAxis("x").scale,a=this.getAxis("y").scale,o=i.getExtent(),s=a.getExtent(),u=i.parse(e[0]),l=a.parse(e[1]);return n=n||[],n[0]=Math.min(Math.max(Math.min(o[0],o[1]),u),Math.max(o[0],o[1])),n[1]=Math.min(Math.max(Math.min(s[0],s[1]),l),Math.max(s[0],s[1])),n},t.prototype.pointToData=function(e,n){var i=[];if(this._invTransform)return xe(i,e,this._invTransform);var a=this.getAxis("x"),o=this.getAxis("y");return i[0]=a.coordToData(a.toLocalCoord(e[0]),n),i[1]=o.coordToData(o.toLocalCoord(e[1]),n),i},t.prototype.getOtherAxis=function(e){return this.getAxis(e.dim==="x"?"y":"x")},t.prototype.getArea=function(e){e=e||0;var n=this.getAxis("x").getGlobalExtent(),i=this.getAxis("y").getGlobalExtent(),a=Math.min(n[0],n[1])-e,o=Math.min(i[0],i[1])-e,s=Math.max(n[0],n[1])-a+e,u=Math.max(i[0],i[1])-o+e;return new yt(a,o,s,u)},t})(bq),function(r){O(t,r);function t(e,n,i,a,o){var s=r.call(this,e,n,i)||this;return s.index=0,s.type=a||"value",s.position=o||"bottom",s}return t.prototype.isHorizontal=function(){var e=this.position;return e==="top"||e==="bottom"},t.prototype.getGlobalExtent=function(e){var n=this.getExtent();return n[0]=this.toGlobalCoord(n[0]),n[1]=this.toGlobalCoord(n[1]),e&&n[0]>n[1]&&n.reverse(),n},t.prototype.pointToData=function(e,n){return this.coordToData(this.toLocalCoord(e[this.dim==="x"?0:1]),n)},t.prototype.setCategorySortInfo=function(e){if(this.type!=="category")return!1;this.model.option.categorySortInfo=e,this.scale.setSortInfo(e)},t}(on);function Ly(r,t,e){e=e||{};var n=r.coordinateSystem,i=t.axis,a={},o=i.getAxesOnZeroOf()[0],s=i.position,u=o?"onZero":s,l=i.dim,f=n.getRect(),h=[f.x,f.x+f.width,f.y,f.y+f.height],c={left:0,right:1,top:0,bottom:1,onZero:2},v=t.get("offset")||0,p=l==="x"?[h[2]-v,h[3]+v]:[h[0]-v,h[1]+v];if(o){var g=o.toGlobalCoord(o.dataToCoord(0));p[c.onZero]=Math.max(Math.min(g,p[1]),p[0])}a.position=[l==="y"?p[c[u]]:h[0],l==="x"?p[c[u]]:h[3]],a.rotation=Math.PI/2*(l==="x"?0:1);var d={top:-1,bottom:1,left:-1,right:1};a.labelDirection=a.tickDirection=a.nameDirection=d[s],a.labelOffset=o?p[c[s]]-p[c.onZero]:0,t.get(["axisTick","inside"])&&(a.tickDirection=-a.tickDirection),we(e.labelInside,t.get(["axisLabel","inside"]))&&(a.labelDirection=-a.labelDirection);var y=t.get(["axisLabel","rotate"]);return a.labelRotate=u==="top"?-y:y,a.z2=1,a}var Yi=Math.PI,Ye=function(){function r(t,e){this.group=new at,this.opt=e,this.axisModel=t,ft(e,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var n=new at({x:e.position[0],y:e.position[1],rotation:e.rotation});n.updateTransform(),this._transformGroup=n}return r.prototype.hasBuilder=function(t){return!!DD[t]},r.prototype.add=function(t){DD[t](this.opt,this.axisModel,this.group,this._transformGroup)},r.prototype.getGroup=function(){return this.group},r.innerTextLayout=function(t,e,n){var i=Rw(e-t),a,o;return nu(i)?(o=n>0?"top":"bottom",a="center"):nu(i-Yi)?(o=n>0?"bottom":"top",a="center"):(o="middle",i>0&&i<Yi?a=n>0?"right":"left":a=n>0?"left":"right"),{rotation:i,textAlign:a,textVerticalAlign:o}},r.makeAxisEventDataBase=function(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+"Index"]=t.componentIndex,e},r.isLabelSilent=function(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)},r}(),DD={axisLine:function(r,t,e,n){var i=t.get(["axisLine","show"]);if(i==="auto"&&r.handleAutoShown&&(i=r.handleAutoShown("axisLine")),!!i){var a=t.axis.getExtent(),o=n.transform,s=[a[0],0],u=[a[1],0],l=s[0]>u[0];o&&(xe(s,s,o),xe(u,u,o));var f=H({lineCap:"round"},t.getModel(["axisLine","lineStyle"]).getLineStyle()),h=new de({shape:{x1:s[0],y1:s[1],x2:u[0],y2:u[1]},style:f,strokeContainThreshold:r.strokeContainThreshold||5,silent:!0,z2:1});Wo(h.shape,h.style.lineWidth),h.anid="line",e.add(h);var c=t.get(["axisLine","symbol"]);if(c!=null){var v=t.get(["axisLine","symbolSize"]);J(c)&&(c=[c,c]),(J(v)||Bt(v))&&(v=[v,v]);var p=Ha(t.get(["axisLine","symbolOffset"])||0,v),g=v[0],d=v[1];E([{rotate:r.rotation+Math.PI/2,offset:p[0],r:0},{rotate:r.rotation-Math.PI/2,offset:p[1],r:Math.sqrt((s[0]-u[0])*(s[0]-u[0])+(s[1]-u[1])*(s[1]-u[1]))}],function(y,m){if(c[m]!=="none"&&c[m]!=null){var _=le(c[m],-g/2,-d/2,g,d,f.stroke,!0),S=y.r+y.offset,w=l?u:s;_.attr({rotation:y.rotate,x:w[0]+S*Math.cos(r.rotation),y:w[1]-S*Math.sin(r.rotation),silent:!0,z2:11}),e.add(_)}})}}},axisTickLabel:function(r,t,e,n){var i=Cq(e,n,t,r),a=Dq(e,n,t,r);if(Aq(t,a,i),Tq(e,n,t,r.tickDirection),t.get(["axisLabel","hideOverlap"])){var o=OT(U(a,function(s){return{label:s,priority:s.z2,defaultAttr:{ignore:s.ignore}}}));zT(o)}},axisName:function(r,t,e,n){var i=we(r.axisName,t.get("name"));if(!!i){var a=t.get("nameLocation"),o=r.nameDirection,s=t.getModel("nameTextStyle"),u=t.get("nameGap")||0,l=t.axis.getExtent(),f=l[0]>l[1]?-1:1,h=[a==="start"?l[0]-f*u:a==="end"?l[1]+f*u:(l[0]+l[1])/2,MD(a)?r.labelOffset+o*u:0],c,v=t.get("nameRotate");v!=null&&(v=v*Yi/180);var p;MD(a)?c=Ye.innerTextLayout(r.rotation,v!=null?v:r.rotation,o):(c=xq(r.rotation,a,v||0,l),p=r.axisNameAvailableWidth,p!=null&&(p=Math.abs(p/Math.sin(c.rotation)),!isFinite(p)&&(p=null)));var g=s.getFont(),d=t.get("nameTruncate",!0)||{},y=d.ellipsis,m=we(r.nameTruncateMaxWidth,d.maxWidth,p),_=new Mt({x:h[0],y:h[1],rotation:c.rotation,silent:Ye.isLabelSilent(t),style:$t(s,{text:i,font:g,overflow:"truncate",width:m,ellipsis:y,fill:s.getTextColor()||t.get(["axisLine","lineStyle","color"]),align:s.get("align")||c.textAlign,verticalAlign:s.get("verticalAlign")||c.textVerticalAlign}),z2:1});if(Uo({el:_,componentModel:t,itemName:i}),_.__fullText=i,_.anid="name",t.get("triggerEvent")){var S=Ye.makeAxisEventDataBase(t);S.targetType="axisName",S.name=i,ut(_).eventData=S}n.add(_),_.updateTransform(),e.add(_),_.decomposeTransform()}}};function xq(r,t,e,n){var i=Rw(e-r),a,o,s=n[0]>n[1],u=t==="start"&&!s||t!=="start"&&s;return nu(i-Yi/2)?(o=u?"bottom":"top",a="center"):nu(i-Yi*1.5)?(o=u?"top":"bottom",a="center"):(o="middle",i<Yi*1.5&&i>Yi/2?a=u?"left":"right":a=u?"right":"left"),{rotation:i,textAlign:a,textVerticalAlign:o}}function Aq(r,t,e){if(!pT(r.axis)){var n=r.get(["axisLabel","showMinLabel"]),i=r.get(["axisLabel","showMaxLabel"]);t=t||[],e=e||[];var a=t[0],o=t[1],s=t[t.length-1],u=t[t.length-2],l=e[0],f=e[1],h=e[e.length-1],c=e[e.length-2];n===!1?(kr(a),kr(l)):ED(a,o)&&(n?(kr(o),kr(f)):(kr(a),kr(l))),i===!1?(kr(s),kr(h)):ED(u,s)&&(i?(kr(u),kr(c)):(kr(s),kr(h)))}}function kr(r){r&&(r.ignore=!0)}function ED(r,t){var e=r&&r.getBoundingRect().clone(),n=t&&t.getBoundingRect().clone();if(!(!e||!n)){var i=wf([]);return Eo(i,i,-r.rotation),e.applyTransform(Un([],i,r.getLocalTransform())),n.applyTransform(Un([],i,t.getLocalTransform())),e.intersect(n)}}function MD(r){return r==="middle"||r==="center"}function LD(r,t,e,n,i){for(var a=[],o=[],s=[],u=0;u<r.length;u++){var l=r[u].coord;o[0]=l,o[1]=0,s[0]=l,s[1]=e,t&&(xe(o,o,t),xe(s,s,t));var f=new de({shape:{x1:o[0],y1:o[1],x2:s[0],y2:s[1]},style:n,z2:2,autoBatch:!0,silent:!0});Wo(f.shape,f.style.lineWidth),f.anid=i+"_"+r[u].tickValue,a.push(f)}return a}function Cq(r,t,e,n){var i=e.axis,a=e.getModel("axisTick"),o=a.get("show");if(o==="auto"&&n.handleAutoShown&&(o=n.handleAutoShown("axisTick")),!(!o||i.scale.isBlank())){for(var s=a.getModel("lineStyle"),u=n.tickDirection*a.get("length"),l=i.getTicksCoords(),f=LD(l,t.transform,u,ft(s.getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])}),"ticks"),h=0;h<f.length;h++)r.add(f[h]);return f}}function Tq(r,t,e,n){var i=e.axis,a=e.getModel("minorTick");if(!(!a.get("show")||i.scale.isBlank())){var o=i.getMinorTicksCoords();if(!!o.length)for(var s=a.getModel("lineStyle"),u=n*a.get("length"),l=ft(s.getLineStyle(),ft(e.getModel("axisTick").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})),f=0;f<o.length;f++)for(var h=LD(o[f],t.transform,u,l,"minorticks_"+f),c=0;c<h.length;c++)r.add(h[c])}}function Dq(r,t,e,n){var i=e.axis,a=we(n.axisLabelShow,e.get(["axisLabel","show"]));if(!(!a||i.scale.isBlank())){var o=e.getModel("axisLabel"),s=o.get("margin"),u=i.getViewLabels(),l=(we(n.labelRotate,o.get("rotate"))||0)*Yi/180,f=Ye.innerTextLayout(n.rotation,l,n.labelDirection),h=e.getCategories&&e.getCategories(!0),c=[],v=Ye.isLabelSilent(e),p=e.get("triggerEvent");return E(u,function(g,d){var y=i.scale.type==="ordinal"?i.scale.getRawOrdinalNumber(g.tickValue):g.tickValue,m=g.formattedLabel,_=g.rawLabel,S=o;if(h&&h[y]){var w=h[y];lt(w)&&w.textStyle&&(S=new Rt(w.textStyle,o,e.ecModel))}var b=S.getTextColor()||e.get(["axisLine","lineStyle","color"]),x=i.dataToCoord(y),A=S.getShallow("align",!0)||f.textAlign,D=dt(S.getShallow("alignMinLabel",!0),A),C=dt(S.getShallow("alignMaxLabel",!0),A),T=S.getShallow("verticalAlign",!0)||S.getShallow("baseline",!0)||f.textVerticalAlign,I=dt(S.getShallow("verticalAlignMinLabel",!0),T),F=dt(S.getShallow("verticalAlignMaxLabel",!0),T),P=new Mt({x,y:n.labelOffset+n.labelDirection*s,rotation:f.rotation,silent:v,z2:10+(g.level||0),style:$t(S,{text:m,align:d===0?D:d===u.length-1?C:A,verticalAlign:d===0?I:d===u.length-1?F:T,fill:ot(b)?b(i.type==="category"?_:i.type==="value"?y+"":y,d):b})});if(P.anid="label_"+y,p){var L=Ye.makeAxisEventDataBase(e);L.targetType="axisLabel",L.value=_,L.tickIndex=d,i.type==="category"&&(L.dataIndex=y),ut(P).eventData=L}t.add(P),P.updateTransform(),c.push(P),r.add(P),P.decomposeTransform()}),c}}function Eq(r,t){var e={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return Mq(e,r,t),e.seriesInvolved&&Iq(e,r),e}function Mq(r,t,e){var n=t.getComponent("tooltip"),i=t.getComponent("axisPointer"),a=i.get("link",!0)||[],o=[];E(e.getCoordinateSystems(),function(s){if(!s.axisPointerEnabled)return;var u=ul(s.model),l=r.coordSysAxesInfo[u]={};r.coordSysMap[u]=s;var f=s.model,h=f.getModel("tooltip",n);if(E(s.getAxes(),pt(g,!1,null)),s.getTooltipAxes&&n&&h.get("show")){var c=h.get("trigger")==="axis",v=h.get(["axisPointer","type"])==="cross",p=s.getTooltipAxes(h.get(["axisPointer","axis"]));(c||v)&&E(p.baseAxes,pt(g,v?"cross":!0,c)),v&&E(p.otherAxes,pt(g,"cross",!1))}function g(d,y,m){var _=m.model.getModel("axisPointer",i),S=_.get("show");if(!(!S||S==="auto"&&!d&&!Fy(_))){y==null&&(y=_.get("triggerTooltip")),_=d?Lq(m,h,i,t,d,y):_;var w=_.get("snap"),b=_.get("triggerEmphasis"),x=ul(m.model),A=y||w||m.type==="category",D=r.axesInfo[x]={key:x,axis:m,coordSys:s,axisPointerModel:_,triggerTooltip:y,triggerEmphasis:b,involveSeries:A,snap:w,useHandle:Fy(_),seriesModels:[],linkGroup:null};l[x]=D,r.seriesInvolved=r.seriesInvolved||A;var C=Pq(a,m);if(C!=null){var T=o[C]||(o[C]={axesInfo:{}});T.axesInfo[x]=D,T.mapper=a[C].mapper,D.linkGroup=T}}}})}function Lq(r,t,e,n,i,a){var o=t.getModel("axisPointer"),s=["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],u={};E(s,function(c){u[c]=st(o.get(c))}),u.snap=r.type!=="category"&&!!a,o.get("type")==="cross"&&(u.type="line");var l=u.label||(u.label={});if(l.show==null&&(l.show=!1),i==="cross"){var f=o.get(["label","show"]);if(l.show=f!=null?f:!0,!a){var h=u.lineStyle=o.get("crossStyle");h&&ft(l,h.textStyle)}}return r.model.getModel("axisPointer",new Rt(u,e,n))}function Iq(r,t){t.eachSeries(function(e){var n=e.coordinateSystem,i=e.get(["tooltip","trigger"],!0),a=e.get(["tooltip","show"],!0);!n||i==="none"||i===!1||i==="item"||a===!1||e.get(["axisPointer","show"],!0)===!1||E(r.coordSysAxesInfo[ul(n.model)],function(o){var s=o.axis;n.getAxis(s.dim)===s&&(o.seriesModels.push(e),o.seriesDataCount==null&&(o.seriesDataCount=0),o.seriesDataCount+=e.getData().count())})})}function Pq(r,t){for(var e=t.model,n=t.dim,i=0;i<r.length;i++){var a=r[i]||{};if(Iy(a[n+"AxisId"],e.id)||Iy(a[n+"AxisIndex"],e.componentIndex)||Iy(a[n+"AxisName"],e.name))return i}}function Iy(r,t){return r==="all"||Y(r)&&At(r,t)>=0||r===t}function Fq(r){var t=Py(r);if(!!t){var e=t.axisPointerModel,n=t.axis.scale,i=e.option,a=e.get("status"),o=e.get("value");o!=null&&(o=n.parse(o));var s=Fy(e);a==null&&(i.status=s?"show":"hide");var u=n.getExtent().slice();u[0]>u[1]&&u.reverse(),(o==null||o>u[1])&&(o=u[1]),o<u[0]&&(o=u[0]),i.value=o,s&&(i.status=t.axis.scale.isBlank()?"hide":"show")}}function Py(r){var t=(r.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return t&&t.axesInfo[ul(r)]}function Rq(r){var t=Py(r);return t&&t.axisPointerModel}function Fy(r){return!!r.get(["handle","show"])}function ul(r){return r.type+"||"+r.id}var ID={},ll=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i,a){this.axisPointerClass&&Fq(e),r.prototype.render.apply(this,arguments),this._doUpdateAxisPointerClass(e,i,!0)},t.prototype.updateAxisPointer=function(e,n,i,a){this._doUpdateAxisPointerClass(e,i,!1)},t.prototype.remove=function(e,n){var i=this._axisPointer;i&&i.remove(n)},t.prototype.dispose=function(e,n){this._disposeAxisPointer(n),r.prototype.dispose.apply(this,arguments)},t.prototype._doUpdateAxisPointerClass=function(e,n,i){var a=t.getAxisPointerClass(this.axisPointerClass);if(!!a){var o=Rq(e);o?(this._axisPointer||(this._axisPointer=new a)).render(e,o,n,i):this._disposeAxisPointer(n)}},t.prototype._disposeAxisPointer=function(e){this._axisPointer&&this._axisPointer.dispose(e),this._axisPointer=null},t.registerAxisPointerClass=function(e,n){ID[e]=n},t.getAxisPointerClass=function(e){return e&&ID[e]},t.type="axis",t}(Kt),Ry=Tt();function PD(r,t,e,n){var i=e.axis;if(!i.scale.isBlank()){var a=e.getModel("splitArea"),o=a.getModel("areaStyle"),s=o.get("color"),u=n.coordinateSystem.getRect(),l=i.getTicksCoords({tickModel:a,clamp:!0});if(!!l.length){var f=s.length,h=Ry(r).splitAreaColors,c=et(),v=0;if(h)for(var p=0;p<l.length;p++){var g=h.get(l[p].tickValue);if(g!=null){v=(g+(f-1)*p)%f;break}}var d=i.toGlobalCoord(l[0].coord),y=o.getAreaStyle();s=Y(s)?s:[s];for(var p=1;p<l.length;p++){var m=i.toGlobalCoord(l[p].coord),_=void 0,S=void 0,w=void 0,b=void 0;i.isHorizontal()?(_=d,S=u.y,w=m-_,b=u.height,d=_+w):(_=u.x,S=d,w=u.width,b=m-S,d=S+b);var x=l[p-1].tickValue;x!=null&&c.set(x,v),t.add(new Et({anid:x!=null?"area_"+x:null,shape:{x:_,y:S,width:w,height:b},style:ft({fill:s[v]},y),autoBatch:!0,silent:!0})),v=(v+1)%f}Ry(r).splitAreaColors=c}}}function FD(r){Ry(r).splitAreaColors=null}var Bq=["axisLine","axisTickLabel","axisName"],Oq=["splitArea","splitLine","minorSplitLine"],RD=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.axisPointerClass="CartesianAxisPointer",e}return t.prototype.render=function(e,n,i,a){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new at,this.group.add(this._axisGroup),!!e.get("show")){var s=e.getCoordSysModel(),u=Ly(s,e),l=new Ye(e,H({handleAutoShown:function(h){for(var c=s.coordinateSystem.getCartesians(),v=0;v<c.length;v++)if(LX(c[v].getOtherAxis(e.axis).scale))return!0;return!1}},u));E(Bq,l.add,l),this._axisGroup.add(l.getGroup()),E(Oq,function(h){e.get([h,"show"])&&kq[h](this,this._axisGroup,e,s)},this);var f=a&&a.type==="changeAxisOrder"&&a.isInitSort;f||Au(o,this._axisGroup,e),r.prototype.render.call(this,e,n,i,a)}},t.prototype.remove=function(){FD(this)},t.type="cartesianAxis",t}(ll),kq={splitLine:function(r,t,e,n){var i=e.axis;if(!i.scale.isBlank()){var a=e.getModel("splitLine"),o=a.getModel("lineStyle"),s=o.get("color");s=Y(s)?s:[s];for(var u=n.coordinateSystem.getRect(),l=i.isHorizontal(),f=0,h=i.getTicksCoords({tickModel:a}),c=[],v=[],p=o.getLineStyle(),g=0;g<h.length;g++){var d=i.toGlobalCoord(h[g].coord);l?(c[0]=d,c[1]=u.y,v[0]=d,v[1]=u.y+u.height):(c[0]=u.x,c[1]=d,v[0]=u.x+u.width,v[1]=d);var y=f++%s.length,m=h[g].tickValue,_=new de({anid:m!=null?"line_"+h[g].tickValue:null,autoBatch:!0,shape:{x1:c[0],y1:c[1],x2:v[0],y2:v[1]},style:ft({stroke:s[y]},p),silent:!0});Wo(_.shape,p.lineWidth),t.add(_)}}},minorSplitLine:function(r,t,e,n){var i=e.axis,a=e.getModel("minorSplitLine"),o=a.getModel("lineStyle"),s=n.coordinateSystem.getRect(),u=i.isHorizontal(),l=i.getMinorTicksCoords();if(!!l.length)for(var f=[],h=[],c=o.getLineStyle(),v=0;v<l.length;v++)for(var p=0;p<l[v].length;p++){var g=i.toGlobalCoord(l[v][p].coord);u?(f[0]=g,f[1]=s.y,h[0]=g,h[1]=s.y+s.height):(f[0]=s.x,f[1]=g,h[0]=s.x+s.width,h[1]=g);var d=new de({anid:"minor_line_"+l[v][p].tickValue,autoBatch:!0,shape:{x1:f[0],y1:f[1],x2:h[0],y2:h[1]},style:c,silent:!0});Wo(d.shape,c.lineWidth),t.add(d)}},splitArea:function(r,t,e,n){PD(r,t,e,n)}},Nq=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="xAxis",t}(RD);(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=Nq.type,e}return t.type="yAxis",t})(RD),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="grid",e}return t.prototype.render=function(e,n){this.group.removeAll(),e.get("show")&&this.group.add(new Et({shape:e.coordinateSystem.getRect(),style:ft({fill:e.get("backgroundColor")},e.getItemStyle()),silent:!0,z2:-1}))},t.type="grid",t}(Kt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=e.coordinateSystem,o=this.group,s=e.getData(),u=this._data;function l(c,v){var p=c.getItemVisual(v,"symbol")||"circle";if(p!=="none"){var g=ns(c.getItemVisual(v,"symbolSize")),d=le(p,-1,-1,2,2),y=c.getItemVisual(v,"symbolRotate")||0;return d.attr({style:{strokeNoScale:!0},z2:100,scaleX:g[0]/2,scaleY:g[1]/2,rotation:y*Math.PI/180||0}),d}}function f(c,v,p,g,d,y){p.removeAll();for(var m=0;m<v.length-1;m++){var _=l(g,d);_&&(_.__dimIdx=m,c[m]?(_.setPosition(c[m]),Ra[y?"initProps":"updateProps"](_,{x:v[m][0],y:v[m][1]},e,d)):_.setPosition(v[m]),p.add(_))}}function h(c){return U(c,function(v){return[a.cx,a.cy]})}s.diff(u).add(function(c){var v=s.getItemLayout(c);if(!!v){var p=new er,g=new Ve,d={shape:{points:v}};p.shape.points=h(v),g.shape.points=h(v),qt(p,d,e,c),qt(g,d,e,c);var y=new at,m=new at;y.add(g),y.add(p),y.add(m),f(g.shape.points,v,m,s,c,!0),s.setItemGraphicEl(c,y)}}).update(function(c,v){var p=u.getItemGraphicEl(v),g=p.childAt(0),d=p.childAt(1),y=p.childAt(2),m={shape:{points:s.getItemLayout(c)}};!m.shape.points||(f(g.shape.points,m.shape.points,y,s,c,!1),Jr(d),Jr(g),It(g,m,e),It(d,m,e),s.setItemGraphicEl(c,p))}).remove(function(c){o.remove(u.getItemGraphicEl(c))}).execute(),s.eachItemGraphicEl(function(c,v){var p=s.getItemModel(v),g=c.childAt(0),d=c.childAt(1),y=c.childAt(2),m=s.getItemVisual(v,"style"),_=m.fill;o.add(c),g.useStyle(ft(p.getModel("lineStyle").getLineStyle(),{fill:"none",stroke:_})),Ae(g,p,"lineStyle"),Ae(d,p,"areaStyle");var S=p.getModel("areaStyle"),w=S.isEmpty()&&S.parentModel.isEmpty();d.ignore=w,E(["emphasis","select","blur"],function(A){var D=p.getModel([A,"areaStyle"]),C=D.isEmpty()&&D.parentModel.isEmpty();d.ensureState(A).ignore=C&&w}),d.useStyle(ft(S.getAreaStyle(),{fill:_,opacity:.7,decal:m.decal}));var b=p.getModel("emphasis"),x=b.getModel("itemStyle").getItemStyle();y.eachChild(function(A){if(A instanceof Me){var D=A.style;A.useStyle(H({image:D.image,x:D.x,y:D.y,width:D.width,height:D.height},m))}else A.useStyle(m),A.setColor(_),A.style.strokeNoScale=!0;var C=A.ensureState("emphasis");C.style=st(x);var T=s.getStore().get(s.getDimensionIndex(A.__dimIdx),v);(T==null||isNaN(T))&&(T=""),Ce(A,ge(p),{labelFetcher:s.hostModel,labelDataIndex:v,labelDimIndex:A.__dimIdx,defaultText:T,inheritColor:_,defaultOpacity:m.opacity})}),ee(c,b.get("focus"),b.get("blurScope"),b.get("disabled"))}),this._data=s},t.prototype.remove=function(){this.group.removeAll(),this._data=null},t.type="radar",t}(Nt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e}return t.prototype.init=function(e){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new sl(Z(this.getData,this),Z(this.getRawData,this))},t.prototype.getInitialData=function(e,n){return ls(this,{generateCoord:"indicator_",generateCoordCount:1/0})},t.prototype.formatTooltip=function(e,n,i){var a=this.getData(),o=this.coordinateSystem,s=o.getIndicatorAxes(),u=this.getData().getName(e),l=u===""?this.name:u,f=OA(this,e);return ye("section",{header:l,sortBlocks:!0,blocks:U(s,function(h){var c=a.get(a.mapDimension(h.dim),e);return ye("nameValue",{markerType:"subItem",markerColor:f,name:h.name,value:c,sortParam:c})})})},t.prototype.getTooltipPosition=function(e){if(e!=null){for(var n=this.getData(),i=this.coordinateSystem,a=n.getValues(U(i.dimensions,function(l){return n.mapDimension(l)}),e),o=0,s=a.length;o<s;o++)if(!isNaN(a[o])){var u=i.getIndicatorAxes();return i.coordToPoint(u[o].dataToCoord(a[o]),o)}}},t.type="series.radar",t.dependencies=["radar"],t.defaultOption={z:2,colorBy:"data",coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid",join:"round"},label:{position:"top"},symbolSize:8},t}(Ht);var fl=Sq.value;function gc(r,t){return ft({show:t},r)}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.optionUpdated=function(){var e=this.get("boundaryGap"),n=this.get("splitNumber"),i=this.get("scale"),a=this.get("axisLine"),o=this.get("axisTick"),s=this.get("axisLabel"),u=this.get("axisName"),l=this.get(["axisName","show"]),f=this.get(["axisName","formatter"]),h=this.get("axisNameGap"),c=this.get("triggerEvent"),v=U(this.get("indicator")||[],function(p){p.max!=null&&p.max>0&&!p.min?p.min=0:p.min!=null&&p.min<0&&!p.max&&(p.max=0);var g=u;p.color!=null&&(g=ft({color:p.color},u));var d=St(st(p),{boundaryGap:e,splitNumber:n,scale:i,axisLine:a,axisTick:o,axisLabel:s,name:p.text,showName:l,nameLocation:"end",nameGap:h,nameTextStyle:g,triggerEvent:c},!1);if(J(f)){var y=d.name;d.name=f.replace("{value}",y!=null?y:"")}else ot(f)&&(d.name=f(d.name,d));var m=new Rt(d,null,this.ecModel);return se(m,tl.prototype),m.mainType="radar",m.componentIndex=this.componentIndex,m},this);this._indicatorModels=v},t.prototype.getIndicatorModels=function(){return this._indicatorModels},t.type="radar",t.defaultOption={z:0,center:["50%","50%"],radius:"75%",startAngle:90,axisName:{show:!0},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:St({lineStyle:{color:"#bbb"}},fl.axisLine),axisLabel:gc(fl.axisLabel,!1),axisTick:gc(fl.axisTick,!1),splitLine:gc(fl.splitLine,!0),splitArea:gc(fl.splitArea,!0),indicator:[]},t})(wt);var zq=["axisLine","axisTickLabel","axisName"];(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=this.group;a.removeAll(),this._buildAxes(e),this._buildSplitLineAndArea(e)},t.prototype._buildAxes=function(e){var n=e.coordinateSystem,i=n.getIndicatorAxes(),a=U(i,function(o){var s=o.model.get("showName")?o.name:"",u=new Ye(o.model,{axisName:s,position:[n.cx,n.cy],rotation:o.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return u});E(a,function(o){E(zq,o.add,o),this.group.add(o.getGroup())},this)},t.prototype._buildSplitLineAndArea=function(e){var n=e.coordinateSystem,i=n.getIndicatorAxes();if(!i.length)return;var a=e.get("shape"),o=e.getModel("splitLine"),s=e.getModel("splitArea"),u=o.getModel("lineStyle"),l=s.getModel("areaStyle"),f=o.get("show"),h=s.get("show"),c=u.get("color"),v=l.get("color"),p=Y(c)?c:[c],g=Y(v)?v:[v],d=[],y=[];function m(L,R,k){var B=k%R.length;return L[B]=L[B]||[],B}if(a==="circle")for(var _=i[0].getTicksCoords(),S=n.cx,w=n.cy,b=0;b<_.length;b++){if(f){var x=m(d,p,b);d[x].push(new ri({shape:{cx:S,cy:w,r:_[b].coord}}))}if(h&&b<_.length-1){var x=m(y,g,b);y[x].push(new Su({shape:{cx:S,cy:w,r0:_[b].coord,r:_[b+1].coord}}))}}else for(var A,D=U(i,function(L,R){var k=L.getTicksCoords();return A=A==null?k.length-1:Math.min(k.length-1,A),U(k,function(B){return n.coordToPoint(B.coord,R)})}),C=[],b=0;b<=A;b++){for(var T=[],I=0;I<i.length;I++)T.push(D[I][b]);if(T[0]&&T.push(T[0].slice()),f){var x=m(d,p,b);d[x].push(new Ve({shape:{points:T}}))}if(h&&C){var x=m(y,g,b-1);y[x].push(new er({shape:{points:T.concat(C)}}))}C=T.slice().reverse()}var F=u.getLineStyle(),P=l.getAreaStyle();E(y,function(L,R){this.group.add(Pr(L,{style:ft({stroke:"none",fill:g[R%g.length]},P),silent:!0}))},this),E(d,function(L,R){this.group.add(Pr(L,{style:ft({fill:"none",stroke:p[R%p.length]},F),silent:!0}))},this)},t.type="radar",t})(Kt),function(r){O(t,r);function t(e,n,i){var a=r.call(this,e,n,i)||this;return a.type="value",a.angle=0,a.name="",a}return t}(on);var BD="\0_ec_interaction_mutex";function Gq(r,t,e){var n=By(r);n[t]=e}function Vq(r,t,e){var n=By(r),i=n[t];i===e&&(n[t]=null)}function OD(r,t){return!!By(r)[t]}function By(r){return r[BD]||(r[BD]={})}Mn({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},Ee);var yc=function(r){O(t,r);function t(e){var n=r.call(this)||this;n._zr=e;var i=Z(n._mousedownHandler,n),a=Z(n._mousemoveHandler,n),o=Z(n._mouseupHandler,n),s=Z(n._mousewheelHandler,n),u=Z(n._pinchHandler,n);return n.enable=function(l,f){this.disable(),this._opt=ft(st(f)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),l==null&&(l=!0),(l===!0||l==="move"||l==="pan")&&(e.on("mousedown",i),e.on("mousemove",a),e.on("mouseup",o)),(l===!0||l==="scale"||l==="zoom")&&(e.on("mousewheel",s),e.on("pinch",u))},n.disable=function(){e.off("mousedown",i),e.off("mousemove",a),e.off("mouseup",o),e.off("mousewheel",s),e.off("pinch",u)},n}return t.prototype.isDragging=function(){return this._dragging},t.prototype.isPinching=function(){return this._pinching},t.prototype.setPointerChecker=function(e){this.pointerChecker=e},t.prototype.dispose=function(){this.disable()},t.prototype._mousedownHandler=function(e){if(!Hb(e)){for(var n=e.target;n;){if(n.draggable)return;n=n.__hostTarget||n.parent}var i=e.offsetX,a=e.offsetY;this.pointerChecker&&this.pointerChecker(e,i,a)&&(this._x=i,this._y=a,this._dragging=!0)}},t.prototype._mousemoveHandler=function(e){if(!(!this._dragging||!mc("moveOnMouseMove",e,this._opt)||e.gestureEvent==="pinch"||OD(this._zr,"globalPan"))){var n=e.offsetX,i=e.offsetY,a=this._x,o=this._y,s=n-a,u=i-o;this._x=n,this._y=i,this._opt.preventDefaultMouseMove&&Wn(e.event),kD(this,"pan","moveOnMouseMove",e,{dx:s,dy:u,oldX:a,oldY:o,newX:n,newY:i,isAvailableBehavior:null})}},t.prototype._mouseupHandler=function(e){Hb(e)||(this._dragging=!1)},t.prototype._mousewheelHandler=function(e){var n=mc("zoomOnMouseWheel",e,this._opt),i=mc("moveOnMouseWheel",e,this._opt),a=e.wheelDelta,o=Math.abs(a),s=e.offsetX,u=e.offsetY;if(!(a===0||!n&&!i)){if(n){var l=o>3?1.4:o>1?1.2:1.1,f=a>0?l:1/l;Oy(this,"zoom","zoomOnMouseWheel",e,{scale:f,originX:s,originY:u,isAvailableBehavior:null})}if(i){var h=Math.abs(a),c=(a>0?1:-1)*(h>3?.4:h>1?.15:.05);Oy(this,"scrollMove","moveOnMouseWheel",e,{scrollDelta:c,originX:s,originY:u,isAvailableBehavior:null})}}},t.prototype._pinchHandler=function(e){if(!OD(this._zr,"globalPan")){var n=e.pinchScale>1?1.1:1/1.1;Oy(this,"zoom",null,e,{scale:n,originX:e.pinchX,originY:e.pinchY,isAvailableBehavior:null})}},t}(Cr);function Oy(r,t,e,n,i){r.pointerChecker&&r.pointerChecker(n,i.originX,i.originY)&&(Wn(n.event),kD(r,t,e,n,i))}function kD(r,t,e,n,i){i.isAvailableBehavior=Z(mc,null,e,n),r.trigger(t,i)}function mc(r,t,e){var n=e[r];return!r||n&&(!J(n)||t.event[n+"Key"])}function ky(r,t,e){var n=r.target;n.x+=t,n.y+=e,n.dirty()}function Ny(r,t,e,n){var i=r.target,a=r.zoomLimit,o=r.zoom=r.zoom||1;if(o*=t,a){var s=a.min||0,u=a.max||1/0;o=Math.max(Math.min(u,o),s)}var l=o/r.zoom;r.zoom=o,i.x-=(e-i.x)*(l-1),i.y-=(n-i.y)*(l-1),i.scaleX*=l,i.scaleY*=l,i.dirty()}var $q={axisPointer:1,tooltip:1,brush:1};function _c(r,t,e){var n=t.getComponentByElement(r.topTarget),i=n&&n.coordinateSystem;return n&&n!==e&&!$q.hasOwnProperty(n.mainType)&&i&&i.model!==e}function ND(r){if(J(r)){var t=new DOMParser;r=t.parseFromString(r,"text/xml")}var e=r;for(e.nodeType===9&&(e=e.firstChild);e.nodeName.toLowerCase()!=="svg"||e.nodeType!==1;)e=e.nextSibling;return e}var zy,Sc={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},zD=Ot(Sc),bc={"alignment-baseline":"textBaseline","stop-color":"stopColor"},GD=Ot(bc),Hq=function(){function r(){this._defs={},this._root=null}return r.prototype.parse=function(t,e){e=e||{};var n=ND(t);this._defsUsePending=[];var i=new at;this._root=i;var a=[],o=n.getAttribute("viewBox")||"",s=parseFloat(n.getAttribute("width")||e.width),u=parseFloat(n.getAttribute("height")||e.height);isNaN(s)&&(s=null),isNaN(u)&&(u=null),yr(n,i,null,!0,!1);for(var l=n.firstChild;l;)this._parseNode(l,i,a,null,!1,!1),l=l.nextSibling;Yq(this._defs,this._defsUsePending),this._defsUsePending=[];var f,h;if(o){var c=wc(o);c.length>=4&&(f={x:parseFloat(c[0]||0),y:parseFloat(c[1]||0),width:parseFloat(c[2]),height:parseFloat(c[3])})}if(f&&s!=null&&u!=null&&(h=ZD(f,{x:0,y:0,width:s,height:u}),!e.ignoreViewBox)){var v=i;i=new at,i.add(v),v.scaleX=v.scaleY=h.scale,v.x=h.x,v.y=h.y}return!e.ignoreRootClip&&s!=null&&u!=null&&i.setClipPath(new Et({shape:{x:0,y:0,width:s,height:u}})),{root:i,width:s,height:u,viewBoxRect:f,viewBoxTransform:h,named:a}},r.prototype._parseNode=function(t,e,n,i,a,o){var s=t.nodeName.toLowerCase(),u,l=i;if(s==="defs"&&(a=!0),s==="text"&&(o=!0),s==="defs"||s==="switch")u=e;else{if(!a){var f=zy[s];if(f&&j(zy,s)){u=f.call(this,t,e);var h=t.getAttribute("name");if(h){var c={name:h,namedFrom:null,svgNodeTagLower:s,el:u};n.push(c),s==="g"&&(l=c)}else i&&n.push({name:i.name,namedFrom:i,svgNodeTagLower:s,el:u});e.add(u)}}var v=VD[s];if(v&&j(VD,s)){var p=v.call(this,t),g=t.getAttribute("id");g&&(this._defs[g]=p)}}if(u&&u.isGroup)for(var d=t.firstChild;d;)d.nodeType===1?this._parseNode(d,u,n,l,a,o):d.nodeType===3&&o&&this._parseText(d,u),d=d.nextSibling},r.prototype._parseText=function(t,e){var n=new hu({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});Nr(e,n),yr(t,n,this._defsUsePending,!1,!1),Wq(n,e);var i=n.style,a=i.fontSize;a&&a<9&&(i.fontSize=9,n.scaleX*=a/9,n.scaleY*=a/9);var o=(i.fontSize||i.fontFamily)&&[i.fontStyle,i.fontWeight,(i.fontSize||12)+"px",i.fontFamily||"sans-serif"].join(" ");i.font=o;var s=n.getBoundingRect();return this._textX+=s.width,e.add(n),n},r.internalField=function(){zy={g:function(t,e){var n=new at;return Nr(e,n),yr(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new Et;return Nr(e,n),yr(t,n,this._defsUsePending,!1,!1),n.setShape({x:parseFloat(t.getAttribute("x")||"0"),y:parseFloat(t.getAttribute("y")||"0"),width:parseFloat(t.getAttribute("width")||"0"),height:parseFloat(t.getAttribute("height")||"0")}),n.silent=!0,n},circle:function(t,e){var n=new ri;return Nr(e,n),yr(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),r:parseFloat(t.getAttribute("r")||"0")}),n.silent=!0,n},line:function(t,e){var n=new de;return Nr(e,n),yr(t,n,this._defsUsePending,!1,!1),n.setShape({x1:parseFloat(t.getAttribute("x1")||"0"),y1:parseFloat(t.getAttribute("y1")||"0"),x2:parseFloat(t.getAttribute("x2")||"0"),y2:parseFloat(t.getAttribute("y2")||"0")}),n.silent=!0,n},ellipse:function(t,e){var n=new rh;return Nr(e,n),yr(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),rx:parseFloat(t.getAttribute("rx")||"0"),ry:parseFloat(t.getAttribute("ry")||"0")}),n.silent=!0,n},polygon:function(t,e){var n=t.getAttribute("points"),i;n&&(i=WD(n));var a=new er({shape:{points:i||[]},silent:!0});return Nr(e,a),yr(t,a,this._defsUsePending,!1,!1),a},polyline:function(t,e){var n=t.getAttribute("points"),i;n&&(i=WD(n));var a=new Ve({shape:{points:i||[]},silent:!0});return Nr(e,a),yr(t,a,this._defsUsePending,!1,!1),a},image:function(t,e){var n=new Me;return Nr(e,n),yr(t,n,this._defsUsePending,!1,!1),n.setStyle({image:t.getAttribute("xlink:href")||t.getAttribute("href"),x:+t.getAttribute("x"),y:+t.getAttribute("y"),width:+t.getAttribute("width"),height:+t.getAttribute("height")}),n.silent=!0,n},text:function(t,e){var n=t.getAttribute("x")||"0",i=t.getAttribute("y")||"0",a=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0";this._textX=parseFloat(n)+parseFloat(a),this._textY=parseFloat(i)+parseFloat(o);var s=new at;return Nr(e,s),yr(t,s,this._defsUsePending,!1,!0),s},tspan:function(t,e){var n=t.getAttribute("x"),i=t.getAttribute("y");n!=null&&(this._textX=parseFloat(n)),i!=null&&(this._textY=parseFloat(i));var a=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0",s=new at;return Nr(e,s),yr(t,s,this._defsUsePending,!1,!0),this._textX+=parseFloat(a),this._textY+=parseFloat(o),s},path:function(t,e){var n=t.getAttribute("d")||"",i=Kx(n);return Nr(e,i),yr(t,i,this._defsUsePending,!1,!1),i.silent=!0,i}}}(),r}(),VD={lineargradient:function(r){var t=parseInt(r.getAttribute("x1")||"0",10),e=parseInt(r.getAttribute("y1")||"0",10),n=parseInt(r.getAttribute("x2")||"10",10),i=parseInt(r.getAttribute("y2")||"0",10),a=new wu(t,e,n,i);return $D(r,a),HD(r,a),a},radialgradient:function(r){var t=parseInt(r.getAttribute("cx")||"0",10),e=parseInt(r.getAttribute("cy")||"0",10),n=parseInt(r.getAttribute("r")||"0",10),i=new n2(t,e,n);return $D(r,i),HD(r,i),i}};function $D(r,t){var e=r.getAttribute("gradientUnits");e==="userSpaceOnUse"&&(t.global=!0)}function HD(r,t){for(var e=r.firstChild;e;){if(e.nodeType===1&&e.nodeName.toLocaleLowerCase()==="stop"){var n=e.getAttribute("offset"),i=void 0;n&&n.indexOf("%")>0?i=parseInt(n,10)/100:n?i=parseFloat(n):i=0;var a={};XD(e,a,a);var o=a.stopColor||e.getAttribute("stop-color")||"#000000";t.colorStops.push({offset:i,color:o})}e=e.nextSibling}}function Nr(r,t){r&&r.__inheritedStyle&&(t.__inheritedStyle||(t.__inheritedStyle={}),ft(t.__inheritedStyle,r.__inheritedStyle))}function WD(r){for(var t=wc(r),e=[],n=0;n<t.length;n+=2){var i=parseFloat(t[n]),a=parseFloat(t[n+1]);e.push([i,a])}return e}function yr(r,t,e,n,i){var a=t,o=a.__inheritedStyle=a.__inheritedStyle||{},s={};r.nodeType===1&&(qq(r,t),XD(r,o,s),n||Kq(r,o,s)),a.style=a.style||{},o.fill!=null&&(a.style.fill=UD(a,"fill",o.fill,e)),o.stroke!=null&&(a.style.stroke=UD(a,"stroke",o.stroke,e)),E(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],function(u){o[u]!=null&&(a.style[u]=parseFloat(o[u]))}),E(["lineDashOffset","lineCap","lineJoin","fontWeight","fontFamily","fontStyle","textAlign"],function(u){o[u]!=null&&(a.style[u]=o[u])}),i&&(a.__selfStyle=s),o.lineDash&&(a.style.lineDash=U(wc(o.lineDash),function(u){return parseFloat(u)})),(o.visibility==="hidden"||o.visibility==="collapse")&&(a.invisible=!0),o.display==="none"&&(a.ignore=!0)}function Wq(r,t){var e=t.__selfStyle;if(e){var n=e.textBaseline,i=n;!n||n==="auto"||n==="baseline"?i="alphabetic":n==="before-edge"||n==="text-before-edge"?i="top":n==="after-edge"||n==="text-after-edge"?i="bottom":(n==="central"||n==="mathematical")&&(i="middle"),r.style.textBaseline=i}var a=t.__inheritedStyle;if(a){var o=a.textAlign,s=o;o&&(o==="middle"&&(s="center"),r.style.textAlign=s)}}var Uq=/^url\(\s*#(.*?)\)/;function UD(r,t,e,n){var i=e&&e.match(Uq);if(i){var a=Yr(i[1]);n.push([r,t,a]);return}return e==="none"&&(e=null),e}function Yq(r,t){for(var e=0;e<t.length;e++){var n=t[e];n[0].style[n[1]]=r[n[2]]}}var Xq=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function wc(r){return r.match(Xq)||[]}var Zq=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.eE,]*)\)/g,Gy=Math.PI/180;function qq(r,t){var e=r.getAttribute("transform");if(e){e=e.replace(/,/g," ");var n=[],i=null;e.replace(Zq,function(h,c,v){return n.push(c,v),""});for(var a=n.length-1;a>0;a-=2){var o=n[a],s=n[a-1],u=wc(o);switch(i=i||Dr(),s){case"translate":Yn(i,i,[parseFloat(u[0]),parseFloat(u[1]||"0")]);break;case"scale":Up(i,i,[parseFloat(u[0]),parseFloat(u[1]||u[0])]);break;case"rotate":Eo(i,i,-parseFloat(u[0])*Gy,[parseFloat(u[1]||"0"),parseFloat(u[2]||"0")]);break;case"skewX":var l=Math.tan(parseFloat(u[0])*Gy);Un(i,[1,0,l,1,0,0],i);break;case"skewY":var f=Math.tan(parseFloat(u[0])*Gy);Un(i,[1,f,0,1,0,0],i);break;case"matrix":i[0]=parseFloat(u[0]),i[1]=parseFloat(u[1]),i[2]=parseFloat(u[2]),i[3]=parseFloat(u[3]),i[4]=parseFloat(u[4]),i[5]=parseFloat(u[5]);break}}t.setLocalTransform(i)}}var YD=/([^\s:;]+)\s*:\s*([^:;]+)/g;function XD(r,t,e){var n=r.getAttribute("style");if(!!n){YD.lastIndex=0;for(var i;(i=YD.exec(n))!=null;){var a=i[1],o=j(Sc,a)?Sc[a]:null;o&&(t[o]=i[2]);var s=j(bc,a)?bc[a]:null;s&&(e[s]=i[2])}}}function Kq(r,t,e){for(var n=0;n<zD.length;n++){var i=zD[n],a=r.getAttribute(i);a!=null&&(t[Sc[i]]=a)}for(var n=0;n<GD.length;n++){var i=GD[n],a=r.getAttribute(i);a!=null&&(e[bc[i]]=a)}}function ZD(r,t){var e=t.width/r.width,n=t.height/r.height,i=Math.min(e,n);return{scale:i,x:-(r.x+r.width/2)*i+(t.x+t.width/2),y:-(r.y+r.height/2)*i+(t.y+t.height/2)}}function jq(r,t){var e=new Hq;return e.parse(r,t)}var Jq=et(["rect","circle","line","ellipse","polygon","polyline","path","text","tspan","g"]),Qq=function(){function r(t,e){this.type="geoSVG",this._usedGraphicMap=et(),this._freedGraphics=[],this._mapName=t,this._parsedXML=ND(e)}return r.prototype.load=function(){var t=this._firstGraphic;if(!t){t=this._firstGraphic=this._buildGraphic(this._parsedXML),this._freedGraphics.push(t),this._boundingRect=this._firstGraphic.boundingRect.clone();var e=eK(t.named),n=e.regions,i=e.regionsMap;this._regions=n,this._regionsMap=i}return{boundingRect:this._boundingRect,regions:this._regions,regionsMap:this._regionsMap}},r.prototype._buildGraphic=function(t){var e,n;try{e=t&&jq(t,{ignoreViewBox:!0,ignoreRootClip:!0})||{},n=e.root,cr(n!=null)}catch(d){throw new Error(`Invalid svg format
|
|
72
|
+
`+d.message)}var i=new at;i.add(n),i.isGeoSVGGraphicRoot=!0;var a=e.width,o=e.height,s=e.viewBoxRect,u=this._boundingRect;if(!u){var l=void 0,f=void 0,h=void 0,c=void 0;if(a!=null?(l=0,h=a):s&&(l=s.x,h=s.width),o!=null?(f=0,c=o):s&&(f=s.y,c=s.height),l==null||f==null){var v=n.getBoundingRect();l==null&&(l=v.x,h=v.width),f==null&&(f=v.y,c=v.height)}u=this._boundingRect=new yt(l,f,h,c)}if(s){var p=ZD(s,u);n.scaleX=n.scaleY=p.scale,n.x=p.x,n.y=p.y}i.setClipPath(new Et({shape:u.plain()}));var g=[];return E(e.named,function(d){Jq.get(d.svgNodeTagLower)!=null&&(g.push(d),tK(d.el))}),{root:i,boundingRect:u,named:g}},r.prototype.useGraphic=function(t){var e=this._usedGraphicMap,n=e.get(t);return n||(n=this._freedGraphics.pop()||this._buildGraphic(this._parsedXML),e.set(t,n),n)},r.prototype.freeGraphic=function(t){var e=this._usedGraphicMap,n=e.get(t);n&&(e.removeKey(t),this._freedGraphics.push(n))},r}();function tK(r){r.silent=!1,r.isGroup&&r.traverse(function(t){t.silent=!1})}function eK(r){var t=[],e=et();return E(r,function(n){if(n.namedFrom==null){var i=new jX(n.name,n.el);t.push(i),e.set(n.name,i)}}),{regions:t,regionsMap:e}}for(var Vy=[126,25],qD="\u5357\u6D77\u8BF8\u5C9B",ro=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]],no=0;no<ro.length;no++)for(var fs=0;fs<ro[no].length;fs++)ro[no][fs][0]/=10.5,ro[no][fs][1]/=-10.5/.75,ro[no][fs][0]+=Vy[0],ro[no][fs][1]+=Vy[1];function rK(r,t){if(r==="china"){for(var e=0;e<t.length;e++)if(t[e].name===qD)return;t.push(new wT(qD,U(ro,function(n){return{type:"polygon",exterior:n}}),Vy))}}var nK={\u5357\u6D77\u8BF8\u5C9B:[32,80],\u5E7F\u4E1C:[0,-10],\u9999\u6E2F:[10,5],\u6FB3\u95E8:[-10,10],\u5929\u6D25:[5,5]};function iK(r,t){if(r==="china"){var e=nK[t.name];if(e){var n=t.getCenter();n[0]+=e[0]/10.5,n[1]+=-e[1]/(10.5/.75),t.setCenter(n)}}}var aK=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]];function oK(r,t){r==="china"&&t.name==="\u53F0\u6E7E"&&t.geometries.push({type:"polygon",exterior:aK[0]})}var sK="name",uK=function(){function r(t,e,n){this.type="geoJSON",this._parsedMap=et(),this._mapName=t,this._specialAreas=n,this._geoJSON=fK(e)}return r.prototype.load=function(t,e){e=e||sK;var n=this._parsedMap.get(e);if(!n){var i=this._parseToRegions(e);n=this._parsedMap.set(e,{regions:i,boundingRect:lK(i)})}var a=et(),o=[];return E(n.regions,function(s){var u=s.name;t&&j(t,u)&&(s=s.cloneShallow(u=t[u])),o.push(s),a.set(u,s)}),{regions:o,boundingRect:n.boundingRect||new yt(0,0,0,0),regionsMap:a}},r.prototype._parseToRegions=function(t){var e=this._mapName,n=this._geoJSON,i;try{i=n?QX(n,t):[]}catch(a){throw new Error(`Invalid geoJson format
|
|
73
|
+
`+a.message)}return rK(e,i),E(i,function(a){var o=a.name;iK(e,a),oK(e,a);var s=this._specialAreas&&this._specialAreas[o];s&&a.transformTo(s.left,s.top,s.width,s.height)},this),i},r.prototype.getMapForUser=function(){return{geoJson:this._geoJSON,geoJSON:this._geoJSON,specialAreas:this._specialAreas}},r}();function lK(r){for(var t,e=0;e<r.length;e++){var n=r[e].getBoundingRect();t=t||n.clone(),t.union(n)}return t}function fK(r){return J(r)?typeof JSON!="undefined"&&JSON.parse?JSON.parse(r):new Function("return ("+r+");")():r}var hl=et(),io={registerMap:function(r,t,e){if(t.svg){var n=new Qq(r,t.svg);hl.set(r,n)}else{var i=t.geoJson||t.geoJSON;i&&!t.features?e=t.specialAreas:i=t;var n=new uK(r,i,e);hl.set(r,n)}},getGeoResource:function(r){return hl.get(r)},getMapForUser:function(r){var t=hl.get(r);return t&&t.type==="geoJSON"&&t.getMapForUser()},load:function(r,t,e){var n=hl.get(r);if(!!n)return n.load(t,e)}},$y=["rect","circle","line","ellipse","polygon","polyline","path"],hK=et($y),cK=et($y.concat(["g"])),vK=et($y.concat(["g"])),KD=Tt();function xc(r){var t=r.getItemStyle(),e=r.get("areaColor");return e!=null&&(t.fill=e),t}function jD(r){var t=r.style;t&&(t.stroke=t.stroke||t.fill,t.fill=null)}var JD=function(){function r(t){var e=new at;this.uid=Xo("ec_map_draw"),this._controller=new yc(t.getZr()),this._controllerHost={target:e},this.group=e,e.add(this._regionsGroup=new at),e.add(this._svgGroup=new at)}return r.prototype.draw=function(t,e,n,i,a){var o=t.mainType==="geo",s=t.getData&&t.getData();o&&e.eachComponent({mainType:"series",subType:"map"},function(y){!s&&y.getHostGeoModel()===t&&(s=y.getData())});var u=t.coordinateSystem,l=this._regionsGroup,f=this.group,h=u.getTransformInfo(),c=h.raw,v=h.roam,p=!l.childAt(0)||a;p?(f.x=v.x,f.y=v.y,f.scaleX=v.scaleX,f.scaleY=v.scaleY,f.dirty()):It(f,v,t);var g=s&&s.getVisual("visualMeta")&&s.getVisual("visualMeta").length>0,d={api:n,geo:u,mapOrGeoModel:t,data:s,isVisualEncodedByVisualMap:g,isGeo:o,transformInfoRaw:c};u.resourceType==="geoJSON"?this._buildGeoJSON(d):u.resourceType==="geoSVG"&&this._buildSVG(d),this._updateController(t,e,n),this._updateMapSelectHandler(t,l,n,i)},r.prototype._buildGeoJSON=function(t){var e=this._regionsGroupByName=et(),n=et(),i=this._regionsGroup,a=t.transformInfoRaw,o=t.mapOrGeoModel,s=t.data,u=t.geo.projection,l=u&&u.stream;function f(v,p){return p&&(v=p(v)),v&&[v[0]*a.scaleX+a.x,v[1]*a.scaleY+a.y]}function h(v){for(var p=[],g=!l&&u&&u.project,d=0;d<v.length;++d){var y=f(v[d],g);y&&p.push(y)}return p}function c(v){return{shape:{points:h(v)}}}i.removeAll(),E(t.geo.regions,function(v){var p=v.name,g=e.get(p),d=n.get(p)||{},y=d.dataIdx,m=d.regionModel;g||(g=e.set(p,new at),i.add(g),y=s?s.indexOfName(p):null,m=t.isGeo?o.getRegionModel(p):s?s.getItemModel(y):null,n.set(p,{dataIdx:y,regionModel:m}));var _=[],S=[];E(v.geometries,function(x){if(x.type==="polygon"){var A=[x.exterior].concat(x.interiors||[]);l&&(A=iE(A,l)),E(A,function(C){_.push(new er(c(C)))})}else{var D=x.points;l&&(D=iE(D,l,!0)),E(D,function(C){S.push(new Ve(c(C)))})}});var w=f(v.getCenter(),u&&u.project);function b(x,A){if(!!x.length){var D=new e2({culling:!0,segmentIgnoreThreshold:1,shape:{paths:x}});g.add(D),QD(t,D,y,m),tE(t,D,p,m,o,y,w),A&&(jD(D),E(D.states,jD))}}b(_),b(S,!0)}),e.each(function(v,p){var g=n.get(p),d=g.dataIdx,y=g.regionModel;eE(t,v,p,y,o,d),rE(t,v,p,y,o),nE(t,v,p,y,o)},this)},r.prototype._buildSVG=function(t){var e=t.geo.map,n=t.transformInfoRaw;this._svgGroup.x=n.x,this._svgGroup.y=n.y,this._svgGroup.scaleX=n.scaleX,this._svgGroup.scaleY=n.scaleY,this._svgResourceChanged(e)&&(this._freeSVG(),this._useSVG(e));var i=this._svgDispatcherMap=et(),a=!1;E(this._svgGraphicRecord.named,function(o){var s=o.name,u=t.mapOrGeoModel,l=t.data,f=o.svgNodeTagLower,h=o.el,c=l?l.indexOfName(s):null,v=u.getRegionModel(s);if(hK.get(f)!=null&&h instanceof Kr&&QD(t,h,c,v),h instanceof Kr&&(h.culling=!0),h.z2EmphasisLift=0,!o.namedFrom&&(vK.get(f)!=null&&tE(t,h,s,v,u,c,null),eE(t,h,s,v,u,c),rE(t,h,s,v,u),cK.get(f)!=null)){var p=nE(t,h,s,v,u);p==="self"&&(a=!0);var g=i.get(s)||i.set(s,[]);g.push(h)}},this),this._enableBlurEntireSVG(a,t)},r.prototype._enableBlurEntireSVG=function(t,e){if(t&&e.isGeo){var n=e.mapOrGeoModel.getModel(["blur","itemStyle"]).getItemStyle(),i=n.opacity;this._svgGraphicRecord.root.traverse(function(a){if(!a.isGroup){Da(a);var o=a.ensureState("blur").style||{};o.opacity==null&&i!=null&&(o.opacity=i),a.ensureState("emphasis")}})}},r.prototype.remove=function(){this._regionsGroup.removeAll(),this._regionsGroupByName=null,this._svgGroup.removeAll(),this._freeSVG(),this._controller.dispose(),this._controllerHost=null},r.prototype.findHighDownDispatchers=function(t,e){if(t==null)return[];var n=e.coordinateSystem;if(n.resourceType==="geoJSON"){var i=this._regionsGroupByName;if(i){var a=i.get(t);return a?[a]:[]}}else if(n.resourceType==="geoSVG")return this._svgDispatcherMap&&this._svgDispatcherMap.get(t)||[]},r.prototype._svgResourceChanged=function(t){return this._svgMapName!==t},r.prototype._useSVG=function(t){var e=io.getGeoResource(t);if(e&&e.type==="geoSVG"){var n=e.useGraphic(this.uid);this._svgGroup.add(n.root),this._svgGraphicRecord=n,this._svgMapName=t}},r.prototype._freeSVG=function(){var t=this._svgMapName;if(t!=null){var e=io.getGeoResource(t);e&&e.type==="geoSVG"&&e.freeGraphic(this.uid),this._svgGraphicRecord=null,this._svgDispatcherMap=null,this._svgGroup.removeAll(),this._svgMapName=null}},r.prototype._updateController=function(t,e,n){var i=t.coordinateSystem,a=this._controller,o=this._controllerHost;o.zoomLimit=t.get("scaleLimit"),o.zoom=i.getZoom(),a.enable(t.get("roam")||!1);var s=t.mainType;function u(){var l={type:"geoRoam",componentType:s};return l[s+"Id"]=t.id,l}a.off("pan").on("pan",function(l){this._mouseDownFlag=!1,ky(o,l.dx,l.dy),n.dispatchAction(H(u(),{dx:l.dx,dy:l.dy,animation:{duration:0}}))},this),a.off("zoom").on("zoom",function(l){this._mouseDownFlag=!1,Ny(o,l.scale,l.originX,l.originY),n.dispatchAction(H(u(),{totalZoom:o.zoom,zoom:l.scale,originX:l.originX,originY:l.originY,animation:{duration:0}}))},this),a.setPointerChecker(function(l,f,h){return i.containPoint([f,h])&&!_c(l,n,t)})},r.prototype.resetForLabelLayout=function(){this.group.traverse(function(t){var e=t.getTextContent();e&&(e.ignore=KD(e).ignore)})},r.prototype._updateMapSelectHandler=function(t,e,n,i){var a=this;e.off("mousedown"),e.off("click"),t.get("selectedMode")&&(e.on("mousedown",function(){a._mouseDownFlag=!0}),e.on("click",function(o){!a._mouseDownFlag||(a._mouseDownFlag=!1)}))},r}();function QD(r,t,e,n){var i=n.getModel("itemStyle"),a=n.getModel(["emphasis","itemStyle"]),o=n.getModel(["blur","itemStyle"]),s=n.getModel(["select","itemStyle"]),u=xc(i),l=xc(a),f=xc(s),h=xc(o),c=r.data;if(c){var v=c.getItemVisual(e,"style"),p=c.getItemVisual(e,"decal");r.isVisualEncodedByVisualMap&&v.fill&&(u.fill=v.fill),p&&(u.decal=is(p,r.api))}t.setStyle(u),t.style.strokeNoScale=!0,t.ensureState("emphasis").style=l,t.ensureState("select").style=f,t.ensureState("blur").style=h,Da(t)}function tE(r,t,e,n,i,a,o){var s=r.data,u=r.isGeo,l=s&&isNaN(s.get(s.mapDimension("value"),a)),f=s&&s.getItemLayout(a);if(u||l||f&&f.showLabel){var h=u?e:a,c=void 0;(!s||a>=0)&&(c=i);var v=o?{normal:{align:"center",verticalAlign:"middle"}}:null;Ce(t,ge(n),{labelFetcher:c,labelDataIndex:h,defaultText:e},v);var p=t.getTextContent();if(p&&(KD(p).ignore=p.ignore,t.textConfig&&o)){var g=t.getBoundingRect().clone();t.textConfig.layoutRect=g,t.textConfig.position=[(o[0]-g.x)/g.width*100+"%",(o[1]-g.y)/g.height*100+"%"]}t.disableLabelAnimation=!0}else t.removeTextContent(),t.removeTextConfig(),t.disableLabelAnimation=null}function eE(r,t,e,n,i,a){r.data?r.data.setItemGraphicEl(a,t):ut(t).eventData={componentType:"geo",componentIndex:i.componentIndex,geoIndex:i.componentIndex,name:e,region:n&&n.option||{}}}function rE(r,t,e,n,i){r.data||Uo({el:t,componentModel:i,itemName:e,itemTooltipOption:n.get("tooltip")})}function nE(r,t,e,n,i){t.highDownSilentOnTouch=!!i.get("selectedMode");var a=n.getModel("emphasis"),o=a.get("focus");return ee(t,o,a.get("blurScope"),a.get("disabled")),r.isGeo&&mH(t,i,e),o}function iE(r,t,e){var n=[],i;function a(){i=[]}function o(){i.length&&(n.push(i),i=[])}var s=t({polygonStart:a,polygonEnd:o,lineStart:a,lineEnd:o,point:function(u,l){isFinite(u)&&isFinite(l)&&i.push([u,l])},sphere:function(){}});return!e&&s.polygonStart(),E(r,function(u){s.lineStart();for(var l=0;l<u.length;l++)s.point(u[l][0],u[l][1]);s.lineEnd()}),!e&&s.polygonEnd(),n}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i,a){if(!(a&&a.type==="mapToggleSelect"&&a.from===this.uid)){var o=this.group;if(o.removeAll(),!e.getHostGeoModel()){if(this._mapDraw&&a&&a.type==="geoRoam"&&this._mapDraw.resetForLabelLayout(),a&&a.type==="geoRoam"&&a.componentType==="series"&&a.seriesId===e.id){var s=this._mapDraw;s&&o.add(s.group)}else if(e.needsDrawMap){var s=this._mapDraw||new JD(i);o.add(s.group),s.draw(e,n,i,this,a),this._mapDraw=s}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;e.get("showLegendSymbol")&&n.getComponent("legend")&&this._renderSymbols(e,n,i)}}},t.prototype.remove=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},t.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},t.prototype._renderSymbols=function(e,n,i){var a=e.originalData,o=this.group;a.each(a.mapDimension("value"),function(s,u){if(!isNaN(s)){var l=a.getItemLayout(u);if(!(!l||!l.point)){var f=l.point,h=l.offset,c=new ri({style:{fill:e.getData().getVisual("style").fill},shape:{cx:f[0]+h*9,cy:f[1],r:3},silent:!0,z2:8+(h?0:zo+1)});if(!h){var v=e.mainSeries.getData(),p=a.getName(u),g=v.indexOfName(p),d=a.getItemModel(u),y=d.getModel("label"),m=v.getItemGraphicEl(g);Ce(c,ge(d),{labelFetcher:{getFormattedLabel:function(_,S){return e.getFormattedLabel(g,S)}},defaultText:p}),c.disableLabelAnimation=!0,y.get("position")||c.setTextConfig({position:"bottom"}),m.onHoverStateChange=function(_){Qf(c,_)}}o.add(c)}}})},t.type="map",t})(Nt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.needsDrawMap=!1,e.seriesGroup=[],e.getTooltipPosition=function(n){if(n!=null){var i=this.getData().getName(n),a=this.coordinateSystem,o=a.getRegion(i);return o&&a.dataToPoint(o.getCenter())}},e}return t.prototype.getInitialData=function(e){for(var n=ls(this,{coordDimensions:["value"],encodeDefaulter:pt(Ag,this)}),i=et(),a=[],o=0,s=n.count();o<s;o++){var u=n.getName(o);i.set(u,!0)}var l=io.load(this.getMapType(),this.option.nameMap,this.option.nameProperty);return E(l.regions,function(f){var h=f.name;i.get(h)||a.push(h)}),n.appendValues([],a),n},t.prototype.getHostGeoModel=function(){var e=this.option.geoIndex;return e!=null?this.ecModel.getComponent("geo",e):null},t.prototype.getMapType=function(){return(this.getHostGeoModel()||this).option.map},t.prototype.getRawValue=function(e){var n=this.getData();return n.get(n.mapDimension("value"),e)},t.prototype.getRegionModel=function(e){var n=this.getData();return n.getItemModel(n.indexOfName(e))},t.prototype.formatTooltip=function(e,n,i){for(var a=this.getData(),o=this.getRawValue(e),s=a.getName(e),u=this.seriesGroup,l=[],f=0;f<u.length;f++){var h=u[f].originalData.indexOfName(s),c=a.mapDimension("value");isNaN(u[f].originalData.get(c,h))||l.push(u[f].name)}return ye("section",{header:l.join(", "),noHeader:!l.length,blocks:[ye("nameValue",{name:s,value:o})]})},t.prototype.setZoom=function(e){this.option.zoom=e},t.prototype.setCenter=function(e){this.option.center=e},t.prototype.getLegendIcon=function(e){var n=e.icon||"roundRect",i=le(n,0,0,e.itemWidth,e.itemHeight,e.itemStyle.fill);return i.setStyle(e.itemStyle),i.style.stroke="none",n.indexOf("empty")>-1&&(i.style.stroke=i.style.fill,i.style.fill="#fff",i.style.lineWidth=2),i},t.type="series.map",t.dependencies=["geo"],t.layoutMode="box",t.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},nameProperty:"name"},t}(Ht);var aE=xe,Hy=function(r){O(t,r);function t(e){var n=r.call(this)||this;return n.type="view",n.dimensions=["x","y"],n._roamTransformable=new Ei,n._rawTransformable=new Ei,n.name=e,n}return t.prototype.setBoundingRect=function(e,n,i,a){return this._rect=new yt(e,n,i,a),this._rect},t.prototype.getBoundingRect=function(){return this._rect},t.prototype.setViewRect=function(e,n,i,a){this._transformTo(e,n,i,a),this._viewRect=new yt(e,n,i,a)},t.prototype._transformTo=function(e,n,i,a){var o=this.getBoundingRect(),s=this._rawTransformable;s.transform=o.calculateTransform(new yt(e,n,i,a));var u=s.parent;s.parent=null,s.decomposeTransform(),s.parent=u,this._updateTransform()},t.prototype.setCenter=function(e,n){!e||(this._center=[rt(e[0],n.getWidth()),rt(e[1],n.getHeight())],this._updateCenterAndZoom())},t.prototype.setZoom=function(e){e=e||1;var n=this.zoomLimit;n&&(n.max!=null&&(e=Math.min(n.max,e)),n.min!=null&&(e=Math.max(n.min,e))),this._zoom=e,this._updateCenterAndZoom()},t.prototype.getDefaultCenter=function(){var e=this.getBoundingRect(),n=e.x+e.width/2,i=e.y+e.height/2;return[n,i]},t.prototype.getCenter=function(){return this._center||this.getDefaultCenter()},t.prototype.getZoom=function(){return this._zoom||1},t.prototype.getRoamTransform=function(){return this._roamTransformable.getLocalTransform()},t.prototype._updateCenterAndZoom=function(){var e=this._rawTransformable.getLocalTransform(),n=this._roamTransformable,i=this.getDefaultCenter(),a=this.getCenter(),o=this.getZoom();a=xe([],a,e),i=xe([],i,e),n.originX=a[0],n.originY=a[1],n.x=i[0]-a[0],n.y=i[1]-a[1],n.scaleX=n.scaleY=o,this._updateTransform()},t.prototype._updateTransform=function(){var e=this._roamTransformable,n=this._rawTransformable;n.parent=e,e.updateTransform(),n.updateTransform(),Wp(this.transform||(this.transform=[]),n.transform||Dr()),this._rawTransform=n.getLocalTransform(),this.invTransform=this.invTransform||[],Mo(this.invTransform,this.transform),this.decomposeTransform()},t.prototype.getTransformInfo=function(){var e=this._rawTransformable,n=this._roamTransformable,i=new Ei;return i.transform=n.transform,i.decomposeTransform(),{roam:{x:i.x,y:i.y,scaleX:i.scaleX,scaleY:i.scaleY},raw:{x:e.x,y:e.y,scaleX:e.scaleX,scaleY:e.scaleY}}},t.prototype.getViewRect=function(){return this._viewRect},t.prototype.getViewRectAfterRoam=function(){var e=this.getBoundingRect().clone();return e.applyTransform(this.transform),e},t.prototype.dataToPoint=function(e,n,i){var a=n?this._rawTransform:this.transform;return i=i||[],a?aE(i,e,a):Xr(i,e)},t.prototype.pointToData=function(e){var n=this.invTransform;return n?aE([],e,n):[e[0],e[1]]},t.prototype.convertToPixel=function(e,n,i){var a=oE(n);return a===this?a.dataToPoint(i):null},t.prototype.convertFromPixel=function(e,n,i){var a=oE(n);return a===this?a.pointToData(i):null},t.prototype.containPoint=function(e){return this.getViewRectAfterRoam().contain(e[0],e[1])},t.dimensions=["x","y"],t}(Ei);function oE(r){var t=r.seriesModel;return t?t.coordinateSystem:null}var pK={geoJSON:{aspectScale:.75,invertLongitute:!0},geoSVG:{aspectScale:1,invertLongitute:!1}},sE=["lng","lat"],Wy=function(r){O(t,r);function t(e,n,i){var a=r.call(this,e)||this;a.dimensions=sE,a.type="geo",a._nameCoordMap=et(),a.map=n;var o=i.projection,s=io.load(n,i.nameMap,i.nameProperty),u=io.getGeoResource(n);a.resourceType=u?u.type:null;var l=a.regions=s.regions,f=pK[u.type];a._regionsMap=s.regionsMap,a.regions=s.regions,a.projection=o;var h;if(o)for(var c=0;c<l.length;c++){var v=l[c].getBoundingRect(o);h=h||v.clone(),h.union(v)}else h=s.boundingRect;return a.setBoundingRect(h.x,h.y,h.width,h.height),a.aspectScale=o?1:dt(i.aspectScale,f.aspectScale),a._invertLongitute=o?!1:f.invertLongitute,a}return t.prototype._transformTo=function(e,n,i,a){var o=this.getBoundingRect(),s=this._invertLongitute;o=o.clone(),s&&(o.y=-o.y-o.height);var u=this._rawTransformable;u.transform=o.calculateTransform(new yt(e,n,i,a));var l=u.parent;u.parent=null,u.decomposeTransform(),u.parent=l,s&&(u.scaleY=-u.scaleY),this._updateTransform()},t.prototype.getRegion=function(e){return this._regionsMap.get(e)},t.prototype.getRegionByCoord=function(e){for(var n=this.regions,i=0;i<n.length;i++){var a=n[i];if(a.type==="geoJSON"&&a.contain(e))return n[i]}},t.prototype.addGeoCoord=function(e,n){this._nameCoordMap.set(e,n)},t.prototype.getGeoCoord=function(e){var n=this._regionsMap.get(e);return this._nameCoordMap.get(e)||n&&n.getCenter()},t.prototype.dataToPoint=function(e,n,i){if(J(e)&&(e=this.getGeoCoord(e)),e){var a=this.projection;return a&&(e=a.project(e)),e&&this.projectedToPoint(e,n,i)}},t.prototype.pointToData=function(e){var n=this.projection;return n&&(e=n.unproject(e)),e&&this.pointToProjected(e)},t.prototype.pointToProjected=function(e){return r.prototype.pointToData.call(this,e)},t.prototype.projectedToPoint=function(e,n,i){return r.prototype.dataToPoint.call(this,e,n,i)},t.prototype.convertToPixel=function(e,n,i){var a=uE(n);return a===this?a.dataToPoint(i):null},t.prototype.convertFromPixel=function(e,n,i){var a=uE(n);return a===this?a.pointToData(i):null},t}(Hy);se(Wy,Hy);function uE(r){var t=r.geoModel,e=r.seriesModel;return t?t.coordinateSystem:e?e.coordinateSystem||(e.getReferringComponents("geo",Je).models[0]||{}).coordinateSystem:null}function lE(r,t){var e=r.get("boundingCoords");if(e!=null){var n=e[0],i=e[1];if(isFinite(n[0])&&isFinite(n[1])&&isFinite(i[0])&&isFinite(i[1])){var a=this.projection;if(a){var o=n[0],s=n[1],u=i[0],l=i[1];n=[1/0,1/0],i=[-1/0,-1/0];var f=function(b,x,A,D){for(var C=A-b,T=D-x,I=0;I<=100;I++){var F=I/100,P=a.project([b+C*F,x+T*F]);xi(n,n,P),Ai(i,i,P)}};f(o,s,u,s),f(u,s,u,l),f(u,l,o,l),f(o,l,u,s)}this.setBoundingRect(n[0],n[1],i[0]-n[0],i[1]-n[1])}}var h=this.getBoundingRect(),c=r.get("layoutCenter"),v=r.get("layoutSize"),p=t.getWidth(),g=t.getHeight(),d=h.width/h.height*this.aspectScale,y=!1,m,_;c&&v&&(m=[rt(c[0],p),rt(c[1],g)],_=rt(v,Math.min(p,g)),!isNaN(m[0])&&!isNaN(m[1])&&!isNaN(_)&&(y=!0));var S;if(y)S={},d>1?(S.width=_,S.height=_/d):(S.height=_,S.width=_*d),S.y=m[1]-S.height/2,S.x=m[0]-S.width/2;else{var w=r.getBoxLayoutParams();w.aspect=d,S=tn(w,{width:p,height:g})}this.setViewRect(S.x,S.y,S.width,S.height),this.setCenter(r.get("center"),t),this.setZoom(r.get("zoom"))}function dK(r,t){E(t.get("geoCoord"),function(e,n){r.addGeoCoord(n,e)})}var gK=function(){function r(){this.dimensions=sE}return r.prototype.create=function(t,e){var n=[];function i(o){return{nameProperty:o.get("nameProperty"),aspectScale:o.get("aspectScale"),projection:o.get("projection")}}t.eachComponent("geo",function(o,s){var u=o.get("map"),l=new Wy(u+s,u,H({nameMap:o.get("nameMap")},i(o)));l.zoomLimit=o.get("scaleLimit"),n.push(l),o.coordinateSystem=l,l.model=o,l.resize=lE,l.resize(o,e)}),t.eachSeries(function(o){var s=o.get("coordinateSystem");if(s==="geo"){var u=o.get("geoIndex")||0;o.coordinateSystem=n[u]}});var a={};return t.eachSeriesByType("map",function(o){if(!o.getHostGeoModel()){var s=o.getMapType();a[s]=a[s]||[],a[s].push(o)}}),E(a,function(o,s){var u=U(o,function(f){return f.get("nameMap")}),l=new Wy(s,s,H({nameMap:Mp(u)},i(o[0])));l.zoomLimit=we.apply(null,U(o,function(f){return f.get("scaleLimit")})),n.push(l),l.resize=lE,l.resize(o[0],e),E(o,function(f){f.coordinateSystem=l,dK(l,f)})}),n},r.prototype.getFilledRegions=function(t,e,n,i){for(var a=(t||[]).slice(),o=et(),s=0;s<a.length;s++)o.set(a[s].name,a[s]);var u=io.load(e,n,i);return E(u.regions,function(l){var f=l.name;!o.get(f)&&a.push({name:f})}),a},r}(),yK=new gK;(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e,n,i){var a=io.getGeoResource(e.map);if(a&&a.type==="geoJSON"){var o=e.itemStyle=e.itemStyle||{};"color"in o||(o.color="#eee")}this.mergeDefaultAndTheme(e,i),pa(e,"label",["show"])},t.prototype.optionUpdated=function(){var e=this,n=this.option;n.regions=yK.getFilledRegions(n.regions,n.map,n.nameMap,n.nameProperty);var i={};this._optionModelMap=gn(n.regions||[],function(a,o){var s=o.name;return s&&(a.set(s,new Rt(o,e,e.ecModel)),o.selected&&(i[s]=!0)),a},et()),n.selectedMap||(n.selectedMap=i)},t.prototype.getRegionModel=function(e){return this._optionModelMap.get(e)||new Rt(null,this,this.ecModel)},t.prototype.getFormattedLabel=function(e,n){var i=this.getRegionModel(e),a=n==="normal"?i.get(["label","formatter"]):i.get(["emphasis","label","formatter"]),o={name:e};if(ot(a))return o.status=n,a(o);if(J(a))return a.replace("{a}",e!=null?e:"")},t.prototype.setZoom=function(e){this.option.zoom=e},t.prototype.setCenter=function(e){this.option.center=e},t.prototype.select=function(e){var n=this.option,i=n.selectedMode;if(!!i){i!=="multiple"&&(n.selectedMap=null);var a=n.selectedMap||(n.selectedMap={});a[e]=!0}},t.prototype.unSelect=function(e){var n=this.option.selectedMap;n&&(n[e]=!1)},t.prototype.toggleSelected=function(e){this[this.isSelected(e)?"unSelect":"select"](e)},t.prototype.isSelected=function(e){var n=this.option.selectedMap;return!!(n&&n[e])},t.type="geo",t.layoutMode="box",t.defaultOption={z:0,show:!0,left:"center",top:"center",aspectScale:null,silent:!1,map:"",boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},regions:[]},t})(wt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.focusBlurEnabled=!0,e}return t.prototype.init=function(e,n){this._api=n},t.prototype.render=function(e,n,i,a){if(this._model=e,!e.get("show")){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;return}this._mapDraw||(this._mapDraw=new JD(i));var o=this._mapDraw;o.draw(e,n,i,this,a),o.group.on("click",this._handleRegionClick,this),o.group.silent=e.get("silent"),this.group.add(o.group),this.updateSelectStatus(e,n,i)},t.prototype._handleRegionClick=function(e){var n;$a(e.target,function(i){return(n=ut(i).eventData)!=null},!0),n&&this._api.dispatchAction({type:"geoToggleSelect",geoId:this._model.id,name:n.name})},t.prototype.updateSelectStatus=function(e,n,i){var a=this;this._mapDraw.group.traverse(function(o){var s=ut(o).eventData;if(s)return a._model.isSelected(s.name)?i.enterSelect(o):i.leaveSelect(o),!0})},t.prototype.findHighDownDispatchers=function(e){return this._mapDraw&&this._mapDraw.findHighDownDispatchers(e,this._model)},t.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove()},t.type="geo",t}(Kt);function Ac(r,t){return r-=Math.PI/2,{x:t*Math.cos(r),y:t*Math.sin(r)}}var mK=function(){function r(){this.parentPoint=[],this.childPoints=[]}return r}(),_K=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new mK},t.prototype.buildPath=function(e,n){var i=n.childPoints,a=i.length,o=n.parentPoint,s=i[0],u=i[a-1];if(a===1){e.moveTo(o[0],o[1]),e.lineTo(s[0],s[1]);return}var l=n.orient,f=l==="TB"||l==="BT"?0:1,h=1-f,c=rt(n.forkPosition,1),v=[];v[f]=o[f],v[h]=o[h]+(u[h]-o[h])*c,e.moveTo(o[0],o[1]),e.lineTo(v[0],v[1]),e.moveTo(s[0],s[1]),v[f]=s[f],e.lineTo(v[0],v[1]),v[f]=u[f],e.lineTo(v[0],v[1]),e.lineTo(u[0],u[1]);for(var p=1;p<a-1;p++){var g=i[p];e.moveTo(g[0],g[1]),v[f]=g[f],e.lineTo(v[0],v[1])}},t}(Dt);(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._mainGroup=new at,e}return t.prototype.init=function(e,n){this._controller=new yc(n.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},t.prototype.render=function(e,n,i){var a=e.getData(),o=e.layoutInfo,s=this._mainGroup,u=e.get("layout");u==="radial"?(s.x=o.x+o.width/2,s.y=o.y+o.height/2):(s.x=o.x,s.y=o.y),this._updateViewCoordSys(e,i),this._updateController(e,n,i);var l=this._data;a.diff(l).add(function(f){fE(a,f)&&hE(a,f,null,s,e)}).update(function(f,h){var c=l.getItemGraphicEl(h);if(!fE(a,f)){c&&pE(l,h,c,s,e);return}hE(a,f,c,s,e)}).remove(function(f){var h=l.getItemGraphicEl(f);h&&pE(l,f,h,s,e)}).execute(),this._nodeScaleRatio=e.get("nodeScaleRatio"),this._updateNodeAndLinkScale(e),e.get("expandAndCollapse")===!0&&a.eachItemGraphicEl(function(f,h){f.off("click").on("click",function(){i.dispatchAction({type:"treeExpandAndCollapse",seriesId:e.id,dataIndex:h})})}),this._data=a},t.prototype._updateViewCoordSys=function(e,n){var i=e.getData(),a=[];i.each(function(h){var c=i.getItemLayout(h);c&&!isNaN(c.x)&&!isNaN(c.y)&&a.push([+c.x,+c.y])});var o=[],s=[];L$(a,o,s);var u=this._min,l=this._max;s[0]-o[0]===0&&(o[0]=u?u[0]:o[0]-1,s[0]=l?l[0]:s[0]+1),s[1]-o[1]===0&&(o[1]=u?u[1]:o[1]-1,s[1]=l?l[1]:s[1]+1);var f=e.coordinateSystem=new Hy;f.zoomLimit=e.get("scaleLimit"),f.setBoundingRect(o[0],o[1],s[0]-o[0],s[1]-o[1]),f.setCenter(e.get("center"),n),f.setZoom(e.get("zoom")),this.group.attr({x:f.x,y:f.y,scaleX:f.scaleX,scaleY:f.scaleY}),this._min=o,this._max=s},t.prototype._updateController=function(e,n,i){var a=this,o=this._controller,s=this._controllerHost,u=this.group;o.setPointerChecker(function(l,f,h){var c=u.getBoundingRect();return c.applyTransform(u.transform),c.contain(f,h)&&!_c(l,i,e)}),o.enable(e.get("roam")),s.zoomLimit=e.get("scaleLimit"),s.zoom=e.coordinateSystem.getZoom(),o.off("pan").off("zoom").on("pan",function(l){ky(s,l.dx,l.dy),i.dispatchAction({seriesId:e.id,type:"treeRoam",dx:l.dx,dy:l.dy})}).on("zoom",function(l){Ny(s,l.scale,l.originX,l.originY),i.dispatchAction({seriesId:e.id,type:"treeRoam",zoom:l.scale,originX:l.originX,originY:l.originY}),a._updateNodeAndLinkScale(e),i.updateLabelLayout()})},t.prototype._updateNodeAndLinkScale=function(e){var n=e.getData(),i=this._getNodeGlobalScale(e);n.eachItemGraphicEl(function(a,o){a.setSymbolScale(i)})},t.prototype._getNodeGlobalScale=function(e){var n=e.coordinateSystem;if(n.type!=="view")return 1;var i=this._nodeScaleRatio,a=n.scaleX||1,o=n.getZoom(),s=(o-1)*i+1;return s/a},t.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},t.prototype.remove=function(){this._mainGroup.removeAll(),this._data=null},t.type="tree",t})(Nt);function fE(r,t){var e=r.getItemLayout(t);return e&&!isNaN(e.x)&&!isNaN(e.y)}function hE(r,t,e,n,i){var a=!e,o=r.tree.getNodeByDataIndex(t),s=o.getModel(),u=o.getVisual("style").fill,l=o.isExpand===!1&&o.children.length!==0?u:"#fff",f=r.tree.root,h=o.parentNode===f?o:o.parentNode||o,c=r.getItemGraphicEl(h.dataIndex),v=h.getLayout(),p=c?{x:c.__oldX,y:c.__oldY,rawX:c.__radialOldRawX,rawY:c.__radialOldRawY}:v,g=o.getLayout();a?(e=new nl(r,t,null,{symbolInnerColor:l,useNameLabel:!0}),e.x=p.x,e.y=p.y):e.updateData(r,t,null,{symbolInnerColor:l,useNameLabel:!0}),e.__radialOldRawX=e.__radialRawX,e.__radialOldRawY=e.__radialRawY,e.__radialRawX=g.rawX,e.__radialRawY=g.rawY,n.add(e),r.setItemGraphicEl(t,e),e.__oldX=e.x,e.__oldY=e.y,It(e,{x:g.x,y:g.y},i);var d=e.getSymbolPath();if(i.get("layout")==="radial"){var y=f.children[0],m=y.getLayout(),_=y.children.length,S=void 0,w=void 0;if(g.x===m.x&&o.isExpand===!0&&y.children.length){var b={x:(y.children[0].getLayout().x+y.children[_-1].getLayout().x)/2,y:(y.children[0].getLayout().y+y.children[_-1].getLayout().y)/2};S=Math.atan2(b.y-m.y,b.x-m.x),S<0&&(S=Math.PI*2+S),w=b.x<m.x,w&&(S=S-Math.PI)}else S=Math.atan2(g.y-m.y,g.x-m.x),S<0&&(S=Math.PI*2+S),o.children.length===0||o.children.length!==0&&o.isExpand===!1?(w=g.x<m.x,w&&(S=S-Math.PI)):(w=g.x>m.x,w||(S=S-Math.PI));var x=w?"left":"right",A=s.getModel("label"),D=A.get("rotate"),C=D*(Math.PI/180),T=d.getTextContent();T&&(d.setTextConfig({position:A.get("position")||x,rotation:D==null?-S:C,origin:"center"}),T.setStyle("verticalAlign","middle"))}var I=s.get(["emphasis","focus"]),F=I==="relative"?_f(o.getAncestorsIndices(),o.getDescendantIndices()):I==="ancestor"?o.getAncestorsIndices():I==="descendant"?o.getDescendantIndices():null;F&&(ut(e).focus=F),SK(i,o,f,e,p,v,g,n),e.__edge&&(e.onHoverStateChange=function(P){if(P!=="blur"){var L=o.parentNode&&r.getItemGraphicEl(o.parentNode.dataIndex);L&&L.hoverState===cu||Qf(e.__edge,P)}})}function SK(r,t,e,n,i,a,o,s){var u=t.getModel(),l=r.get("edgeShape"),f=r.get("layout"),h=r.getOrient(),c=r.get(["lineStyle","curveness"]),v=r.get("edgeForkPosition"),p=u.getModel("lineStyle").getLineStyle(),g=n.__edge;if(l==="curve")t.parentNode&&t.parentNode!==e&&(g||(g=n.__edge=new bu({shape:Uy(f,h,c,i,i)})),It(g,{shape:Uy(f,h,c,a,o)},r));else if(l==="polyline"&&f==="orthogonal"&&t!==e&&t.children&&t.children.length!==0&&t.isExpand===!0){for(var d=t.children,y=[],m=0;m<d.length;m++){var _=d[m].getLayout();y.push([_.x,_.y])}g||(g=n.__edge=new _K({shape:{parentPoint:[o.x,o.y],childPoints:[[o.x,o.y]],orient:h,forkPosition:v}})),It(g,{shape:{parentPoint:[o.x,o.y],childPoints:y}},r)}g&&!(l==="polyline"&&!t.isExpand)&&(g.useStyle(ft({strokeNoScale:!0,fill:null},p)),Ae(g,u,"lineStyle"),Da(g),s.add(g))}function cE(r,t,e,n,i){var a=t.tree.root,o=vE(a,r),s=o.source,u=o.sourceLayout,l=t.getItemGraphicEl(r.dataIndex);if(!!l){var f=t.getItemGraphicEl(s.dataIndex),h=f.__edge,c=l.__edge||(s.isExpand===!1||s.children.length===1?h:void 0),v=n.get("edgeShape"),p=n.get("layout"),g=n.get("orient"),d=n.get(["lineStyle","curveness"]);c&&(v==="curve"?Ri(c,{shape:Uy(p,g,d,u,u),style:{opacity:0}},n,{cb:function(){e.remove(c)},removeOpt:i}):v==="polyline"&&n.get("layout")==="orthogonal"&&Ri(c,{shape:{parentPoint:[u.x,u.y],childPoints:[[u.x,u.y]]},style:{opacity:0}},n,{cb:function(){e.remove(c)},removeOpt:i}))}}function vE(r,t){for(var e=t.parentNode===r?t:t.parentNode||t,n;n=e.getLayout(),n==null;)e=e.parentNode===r?e:e.parentNode||e;return{source:e,sourceLayout:n}}function pE(r,t,e,n,i){var a=r.tree.getNodeByDataIndex(t),o=r.tree.root,s=vE(o,a).sourceLayout,u={duration:i.get("animationDurationUpdate"),easing:i.get("animationEasingUpdate")};Ri(e,{x:s.x+1,y:s.y+1},i,{cb:function(){n.remove(e),r.setItemGraphicEl(t,null)},removeOpt:u}),e.fadeOut(null,r.hostModel,{fadeLabel:!0,animation:u}),a.children.forEach(function(l){cE(l,r,n,i,u)}),cE(a,r,n,i,u)}function Uy(r,t,e,n,i){var a,o,s,u,l,f,h,c;if(r==="radial"){l=n.rawX,h=n.rawY,f=i.rawX,c=i.rawY;var v=Ac(l,h),p=Ac(l,h+(c-h)*e),g=Ac(f,c+(h-c)*e),d=Ac(f,c);return{x1:v.x||0,y1:v.y||0,x2:d.x||0,y2:d.y||0,cpx1:p.x||0,cpy1:p.y||0,cpx2:g.x||0,cpy2:g.y||0}}else l=n.x,h=n.y,f=i.x,c=i.y,(t==="LR"||t==="RL")&&(a=l+(f-l)*e,o=h,s=f+(l-f)*e,u=c),(t==="TB"||t==="BT")&&(a=l,o=h+(c-h)*e,s=f,u=c+(h-c)*e);return{x1:l,y1:h,x2:f,y2:c,cpx1:a,cpy1:o,cpx2:s,cpy2:u}}var zr=Tt();function dE(r){var t=r.mainData,e=r.datas;e||(e={main:t},r.datasAttr={main:"data"}),r.datas=r.mainData=null,gE(t,e,r),E(e,function(n){E(t.TRANSFERABLE_METHODS,function(i){n.wrapMethod(i,pt(bK,r))})}),t.wrapMethod("cloneShallow",pt(xK,r)),E(t.CHANGABLE_METHODS,function(n){t.wrapMethod(n,pt(wK,r))}),cr(e[t.dataType]===t)}function bK(r,t){if(TK(this)){var e=H({},zr(this).datas);e[this.dataType]=t,gE(t,e,r)}else Yy(t,this.dataType,zr(this).mainData,r);return t}function wK(r,t){return r.struct&&r.struct.update(),t}function xK(r,t){return E(zr(t).datas,function(e,n){e!==t&&Yy(e.cloneShallow(),n,t,r)}),t}function AK(r){var t=zr(this).mainData;return r==null||t==null?t:zr(t).datas[r]}function CK(){var r=zr(this).mainData;return r==null?[{data:r}]:U(Ot(zr(r).datas),function(t){return{type:t,data:zr(r).datas[t]}})}function TK(r){return zr(r).mainData===r}function gE(r,t,e){zr(r).datas={},E(t,function(n,i){Yy(n,i,r,e)})}function Yy(r,t,e,n){zr(e).datas[t]=r,zr(r).mainData=e,r.dataType=t,n.struct&&(r[n.structAttr]=n.struct,n.struct[n.datasAttr[t]]=r),r.getLinkedData=AK,r.getLinkedDataAll=CK}var DK=function(){function r(t,e){this.depth=0,this.height=0,this.dataIndex=-1,this.children=[],this.viewChildren=[],this.isExpand=!1,this.name=t||"",this.hostTree=e}return r.prototype.isRemoved=function(){return this.dataIndex<0},r.prototype.eachNode=function(t,e,n){ot(t)&&(n=e,e=t,t=null),t=t||{},J(t)&&(t={order:t});var i=t.order||"preorder",a=this[t.attr||"children"],o;i==="preorder"&&(o=e.call(n,this));for(var s=0;!o&&s<a.length;s++)a[s].eachNode(t,e,n);i==="postorder"&&e.call(n,this)},r.prototype.updateDepthAndHeight=function(t){var e=0;this.depth=t;for(var n=0;n<this.children.length;n++){var i=this.children[n];i.updateDepthAndHeight(t+1),i.height>e&&(e=i.height)}this.height=e+1},r.prototype.getNodeById=function(t){if(this.getId()===t)return this;for(var e=0,n=this.children,i=n.length;e<i;e++){var a=n[e].getNodeById(t);if(a)return a}},r.prototype.contains=function(t){if(t===this)return!0;for(var e=0,n=this.children,i=n.length;e<i;e++){var a=n[e].contains(t);if(a)return a}},r.prototype.getAncestors=function(t){for(var e=[],n=t?this:this.parentNode;n;)e.push(n),n=n.parentNode;return e.reverse(),e},r.prototype.getAncestorsIndices=function(){for(var t=[],e=this;e;)t.push(e.dataIndex),e=e.parentNode;return t.reverse(),t},r.prototype.getDescendantIndices=function(){var t=[];return this.eachNode(function(e){t.push(e.dataIndex)}),t},r.prototype.getValue=function(t){var e=this.hostTree.data;return e.getStore().get(e.getDimensionIndex(t||"value"),this.dataIndex)},r.prototype.setLayout=function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},r.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},r.prototype.getModel=function(t){if(!(this.dataIndex<0)){var e=this.hostTree,n=e.data.getItemModel(this.dataIndex);return n.getModel(t)}},r.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},r.prototype.setVisual=function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},r.prototype.getVisual=function(t){return this.hostTree.data.getItemVisual(this.dataIndex,t)},r.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},r.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},r.prototype.getChildIndex=function(){if(this.parentNode){for(var t=this.parentNode.children,e=0;e<t.length;++e)if(t[e]===this)return e;return-1}return-1},r.prototype.isAncestorOf=function(t){for(var e=t.parentNode;e;){if(e===this)return!0;e=e.parentNode}return!1},r.prototype.isDescendantOf=function(t){return t!==this&&t.isAncestorOf(this)},r}(),Xy=function(){function r(t){this.type="tree",this._nodes=[],this.hostModel=t}return r.prototype.eachNode=function(t,e,n){this.root.eachNode(t,e,n)},r.prototype.getNodeByDataIndex=function(t){var e=this.data.getRawIndex(t);return this._nodes[e]},r.prototype.getNodeById=function(t){return this.root.getNodeById(t)},r.prototype.update=function(){for(var t=this.data,e=this._nodes,n=0,i=e.length;n<i;n++)e[n].dataIndex=-1;for(var n=0,i=t.count();n<i;n++)e[t.getRawIndex(n)].dataIndex=n},r.prototype.clearLayouts=function(){this.data.clearItemLayouts()},r.createTree=function(t,e,n){var i=new r(e),a=[],o=1;s(t);function s(f,h){var c=f.value;o=Math.max(o,Y(c)?c.length:1),a.push(f);var v=new DK(he(f.name,""),i);h?EK(v,h):i.root=v,i._nodes.push(v);var p=f.children;if(p)for(var g=0;g<p.length;g++)s(p[g],v)}i.root.updateDepthAndHeight(0);var u=Ku(a,{coordDimensions:["value"],dimensionsCount:o}).dimensions,l=new He(u,e);return l.initData(a),n&&n(l),dE({mainData:l,struct:i,structAttr:"tree"}),i.update(),i},r}();function EK(r,t){var e=t.children;r.parentNode!==t&&(e.push(r),r.parentNode=t)}function MK(r,t,e){if(r&&At(t,r.type)>=0){var n=e.getData().tree.root,i=r.targetNode;if(J(i)&&(i=n.getNodeById(i)),i&&n.contains(i))return{node:i};var a=r.targetNodeId;if(a!=null&&(i=n.getNodeById(a)))return{node:i}}}function LK(r){for(var t=[];r;)r=r.parentNode,r&&t.push(r);return t.reverse()}function IK(r,t){var e=LK(r);return At(e,t)>=0}function Cc(r,t){for(var e=[];r;){var n=r.dataIndex;e.push({name:r.name,dataIndex:n,value:t.getRawValue(n)}),r=r.parentNode}return e.reverse(),e}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.hasSymbolVisual=!0,e.ignoreStyleOnData=!0,e}return t.prototype.getInitialData=function(e){var n={name:e.name,children:e.data},i=e.leaves||{},a=new Rt(i,this,this.ecModel),o=Xy.createTree(n,this,s);function s(h){h.wrapMethod("getItemModel",function(c,v){var p=o.getNodeByDataIndex(v);return p&&p.children.length&&p.isExpand||(c.parentModel=a),c})}var u=0;o.eachNode("preorder",function(h){h.depth>u&&(u=h.depth)});var l=e.expandAndCollapse,f=l&&e.initialTreeDepth>=0?e.initialTreeDepth:u;return o.root.eachNode("preorder",function(h){var c=h.hostTree.data.getRawDataItem(h.dataIndex);h.isExpand=c&&c.collapsed!=null?!c.collapsed:h.depth<=f}),o.data},t.prototype.getOrient=function(){var e=this.get("orient");return e==="horizontal"?e="LR":e==="vertical"&&(e="TB"),e},t.prototype.setZoom=function(e){this.option.zoom=e},t.prototype.setCenter=function(e){this.option.center=e},t.prototype.formatTooltip=function(e,n,i){for(var a=this.getData().tree,o=a.root.children[0],s=a.getNodeByDataIndex(e),u=s.getValue(),l=s.name;s&&s!==o;)l=s.parentNode.name+"."+l,s=s.parentNode;return ye("nameValue",{name:l,value:u,noValue:isNaN(u)||u==null})},t.prototype.getDataParams=function(e){var n=r.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=Cc(i,this),n.collapsed=!i.isExpand,n},t.type="series.tree",t.layoutMode="box",t.defaultOption={z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},t})(Ht);function yE(r){var t=r.getData(),e=t.tree,n={};e.eachNode(function(i){for(var a=i;a&&a.depth>1;)a=a.parentNode;var o=PW(r.ecModel,a.name||a.dataIndex+"",n);i.setVisual("decal",o)})}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.preventUsingHoverLayer=!0,e}return t.prototype.getInitialData=function(e,n){var i={name:e.name,children:e.data};mE(i);var a=e.levels||[],o=this.designatedVisualItemStyle={},s=new Rt({itemStyle:o},this,n);a=e.levels=PK(a,n);var u=U(a||[],function(h){return new Rt(h,s,n)},this),l=Xy.createTree(i,this,f);function f(h){h.wrapMethod("getItemModel",function(c,v){var p=l.getNodeByDataIndex(v),g=p?u[p.depth]:null;return c.parentModel=g||s,c})}return l.data},t.prototype.optionUpdated=function(){this.resetViewRoot()},t.prototype.formatTooltip=function(e,n,i){var a=this.getData(),o=this.getRawValue(e),s=a.getName(e);return ye("nameValue",{name:s,value:o})},t.prototype.getDataParams=function(e){var n=r.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=Cc(i,this),n.treePathInfo=n.treeAncestors,n},t.prototype.setLayoutInfo=function(e){this.layoutInfo=this.layoutInfo||{},H(this.layoutInfo,e)},t.prototype.mapIdToIndex=function(e){var n=this._idIndexMap;n||(n=this._idIndexMap=et(),this._idIndexMapCount=0);var i=n.get(e);return i==null&&n.set(e,i=this._idIndexMapCount++),i},t.prototype.getViewRoot=function(){return this._viewRoot},t.prototype.resetViewRoot=function(e){e?this._viewRoot=e:e=this._viewRoot;var n=this.getRawData().tree.root;(!e||e!==n&&!n.contains(e))&&(this._viewRoot=n)},t.prototype.enableAriaDecal=function(){yE(this)},t.type="series.treemap",t.layoutMode="box",t.defaultOption={progressive:0,left:"center",top:"middle",width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"\u25B6",zoomToNodeRatio:.32*.32,scaleLimit:null,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",textStyle:{color:"#fff"}},emphasis:{itemStyle:{color:"rgba(0,0,0,0.9)"}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},t})(Ht);function mE(r){var t=0;E(r.children,function(n){mE(n);var i=n.value;Y(i)&&(i=i[0]),t+=i});var e=r.value;Y(e)&&(e=e[0]),(e==null||isNaN(e))&&(e=t),e<0&&(e=0),Y(r.value)?r.value[0]=e:r.value=e}function PK(r,t){var e=re(t.get("color")),n=re(t.get(["aria","decal","decals"]));if(!!e){r=r||[];var i,a;E(r,function(s){var u=new Rt(s),l=u.get("color"),f=u.get("decal");(u.get(["itemStyle","color"])||l&&l!=="none")&&(i=!0),(u.get(["itemStyle","decal"])||f&&f!=="none")&&(a=!0)});var o=r[0]||(r[0]={});return i||(o.color=e.slice()),!a&&n&&(o.decal=n.slice()),r}}var FK=8,_E=8,Zy=5,RK=function(){function r(t){this.group=new at,t.add(this.group)}return r.prototype.render=function(t,e,n,i){var a=t.getModel("breadcrumb"),o=this.group;if(o.removeAll(),!(!a.get("show")||!n)){var s=a.getModel("itemStyle"),u=a.getModel("emphasis"),l=s.getModel("textStyle"),f=u.getModel(["itemStyle","textStyle"]),h={pos:{left:a.get("left"),right:a.get("right"),top:a.get("top"),bottom:a.get("bottom")},box:{width:e.getWidth(),height:e.getHeight()},emptyItemWidth:a.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(n,h,l),this._renderContent(t,h,s,u,l,f,i),Ch(o,h.pos,h.box)}},r.prototype._prepare=function(t,e,n){for(var i=t;i;i=i.parentNode){var a=he(i.getModel().get("name"),""),o=n.getTextRect(a),s=Math.max(o.width+FK*2,e.emptyItemWidth);e.totalWidth+=s+_E,e.renderList.push({node:i,text:a,width:s})}},r.prototype._renderContent=function(t,e,n,i,a,o,s){for(var u=0,l=e.emptyItemWidth,f=t.get(["breadcrumb","height"]),h=wW(e.pos,e.box),c=e.totalWidth,v=e.renderList,p=i.getModel("itemStyle").getItemStyle(),g=v.length-1;g>=0;g--){var d=v[g],y=d.node,m=d.width,_=d.text;c>h.width&&(c-=m-l,m=l,_=null);var S=new er({shape:{points:BK(u,0,m,f,g===v.length-1,g===0)},style:ft(n.getItemStyle(),{lineJoin:"bevel"}),textContent:new Mt({style:$t(a,{text:_})}),textConfig:{position:"inside"},z2:zo*1e4,onclick:pt(s,y)});S.disableLabelAnimation=!0,S.getTextContent().ensureState("emphasis").style=$t(o,{text:_}),S.ensureState("emphasis").style=p,ee(S,i.get("focus"),i.get("blurScope"),i.get("disabled")),this.group.add(S),OK(S,t,y),u+=m+_E}},r.prototype.remove=function(){this.group.removeAll()},r}();function BK(r,t,e,n,i,a){var o=[[i?r:r-Zy,t],[r+e,t],[r+e,t+n],[i?r:r-Zy,t+n]];return!a&&o.splice(2,0,[r+e+Zy,t+n/2]),!i&&o.push([r,t+n/2]),o}function OK(r,t,e){ut(r).eventData={componentType:"series",componentSubType:"treemap",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:e&&e.dataIndex,name:e&&e.name},treePathInfo:e&&Cc(e,t)}}var kK=function(){function r(){this._storage=[],this._elExistsMap={}}return r.prototype.add=function(t,e,n,i,a){return this._elExistsMap[t.id]?!1:(this._elExistsMap[t.id]=!0,this._storage.push({el:t,target:e,duration:n,delay:i,easing:a}),!0)},r.prototype.finished=function(t){return this._finishedCallback=t,this},r.prototype.start=function(){for(var t=this,e=this._storage.length,n=function(){e--,e<=0&&(t._storage.length=0,t._elExistsMap={},t._finishedCallback&&t._finishedCallback())},i=0,a=this._storage.length;i<a;i++){var o=this._storage[i];o.el.animateTo(o.target,{duration:o.duration,delay:o.delay,easing:o.easing,setToFinal:!0,done:n,aborted:n})}return this},r}();function NK(){return new kK}var qy=at,SE=Et,bE=3,wE="label",xE="upperLabel",zK=zo*10,GK=zo*2,VK=zo*3,ao=ya([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),AE=function(r){var t=ao(r);return t.stroke=t.fill=t.lineWidth=null,t},Tc=Tt();(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._state="ready",e._storage=cl(),e}return t.prototype.render=function(e,n,i,a){var o=n.findComponents({mainType:"series",subType:"treemap",query:a});if(!(At(o,e)<0)){this.seriesModel=e,this.api=i,this.ecModel=n;var s=["treemapZoomToNode","treemapRootToNode"],u=MK(a,s,e),l=a&&a.type,f=e.layoutInfo,h=!this._oldTree,c=this._storage,v=l==="treemapRootToNode"&&u&&c?{rootNodeGroup:c.nodeGroup[u.node.getRawIndex()],direction:a.direction}:null,p=this._giveContainerGroup(f),g=e.get("animation"),d=this._doRender(p,e,v);g&&!h&&(!l||l==="treemapZoomToNode"||l==="treemapRootToNode")?this._doAnimation(p,d,e,v):d.renderFinally(),this._resetController(i),this._renderBreadcrumb(e,i,u)}},t.prototype._giveContainerGroup=function(e){var n=this._containerGroup;return n||(n=this._containerGroup=new qy,this._initEvents(n),this.group.add(n)),n.x=e.x,n.y=e.y,n},t.prototype._doRender=function(e,n,i){var a=n.getData().tree,o=this._oldTree,s=cl(),u=cl(),l=this._storage,f=[];function h(m,_,S,w){return $K(n,u,l,i,s,f,m,_,S,w)}g(a.root?[a.root]:[],o&&o.root?[o.root]:[],e,a===o||!o,0);var c=d(l);if(this._oldTree=a,this._storage=u,this._controllerHost){var v=this.seriesModel.layoutInfo,p=a.root.getLayout();p.width===v.width&&p.height===v.height&&(this._controllerHost.zoom=1)}return{lastsForAnimation:s,willDeleteEls:c,renderFinally:y};function g(m,_,S,w,b){w?(_=m,E(m,function(D,C){!D.isRemoved()&&A(C,C)})):new Xa(_,m,x,x).add(A).update(A).remove(pt(A,null)).execute();function x(D){return D.getId()}function A(D,C){var T=D!=null?m[D]:null,I=C!=null?_[C]:null,F=h(T,I,S,b);F&&g(T&&T.viewChildren||[],I&&I.viewChildren||[],F,w,b+1)}}function d(m){var _=cl();return m&&E(m,function(S,w){var b=_[w];E(S,function(x){x&&(b.push(x),Tc(x).willDelete=!0)})}),_}function y(){E(c,function(m){E(m,function(_){_.parent&&_.parent.remove(_)})}),E(f,function(m){m.invisible=!0,m.dirty()})}},t.prototype._doAnimation=function(e,n,i,a){var o=i.get("animationDurationUpdate"),s=i.get("animationEasing"),u=(ot(o)?0:o)||0,l=(ot(s)?null:s)||"cubicOut",f=NK();E(n.willDeleteEls,function(h,c){E(h,function(v,p){if(!v.invisible){var g=v.parent,d,y=Tc(g);if(a&&a.direction==="drillDown")d=g===a.rootNodeGroup?{shape:{x:0,y:0,width:y.nodeWidth,height:y.nodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var m=0,_=0;y.willDelete||(m=y.nodeWidth/2,_=y.nodeHeight/2),d=c==="nodeGroup"?{x:m,y:_,style:{opacity:0}}:{shape:{x:m,y:_,width:0,height:0},style:{opacity:0}}}d&&f.add(v,d,u,0,l)}})}),E(this._storage,function(h,c){E(h,function(v,p){var g=n.lastsForAnimation[c][p],d={};!g||(v instanceof at?g.oldX!=null&&(d.x=v.x,d.y=v.y,v.x=g.oldX,v.y=g.oldY):(g.oldShape&&(d.shape=H({},v.shape),v.setShape(g.oldShape)),g.fadein?(v.setStyle("opacity",0),d.style={opacity:1}):v.style.opacity!==1&&(d.style={opacity:1})),f.add(v,d,u,0,l))})},this),this._state="animating",f.finished(Z(function(){this._state="ready",n.renderFinally()},this)).start()},t.prototype._resetController=function(e){var n=this._controller,i=this._controllerHost;i||(this._controllerHost={target:this.group},i=this._controllerHost),n||(n=this._controller=new yc(e.getZr()),n.enable(this.seriesModel.get("roam")),i.zoomLimit=this.seriesModel.get("scaleLimit"),i.zoom=this.seriesModel.get("zoom"),n.on("pan",Z(this._onPan,this)),n.on("zoom",Z(this._onZoom,this)));var a=new yt(0,0,e.getWidth(),e.getHeight());n.setPointerChecker(function(o,s,u){return a.contain(s,u)})},t.prototype._clearController=function(){var e=this._controller;this._controllerHost=null,e&&(e.dispose(),e=null)},t.prototype._onPan=function(e){if(this._state!=="animating"&&(Math.abs(e.dx)>bE||Math.abs(e.dy)>bE)){var n=this.seriesModel.getData().tree.root;if(!n)return;var i=n.getLayout();if(!i)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:i.x+e.dx,y:i.y+e.dy,width:i.width,height:i.height}})}},t.prototype._onZoom=function(e){var n=e.originX,i=e.originY,a=e.scale;if(this._state!=="animating"){var o=this.seriesModel.getData().tree.root;if(!o)return;var s=o.getLayout();if(!s)return;var u=new yt(s.x,s.y,s.width,s.height),l=null,f=this._controllerHost;l=f.zoomLimit;var h=f.zoom=f.zoom||1;if(h*=a,l){var c=l.min||0,v=l.max||1/0;h=Math.max(Math.min(v,h),c)}var p=h/f.zoom;f.zoom=h;var g=this.seriesModel.layoutInfo;n-=g.x,i-=g.y;var d=Dr();Yn(d,d,[-n,-i]),Up(d,d,[p,p]),Yn(d,d,[n,i]),u.applyTransform(d),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:u.x,y:u.y,width:u.width,height:u.height}})}},t.prototype._initEvents=function(e){var n=this;e.on("click",function(i){if(n._state==="ready"){var a=n.seriesModel.get("nodeClick",!0);if(!!a){var o=n.findTarget(i.offsetX,i.offsetY);if(!!o){var s=o.node;if(s.getLayout().isLeafRoot)n._rootToNode(o);else if(a==="zoomToNode")n._zoomToNode(o);else if(a==="link"){var u=s.hostTree.data.getItemModel(s.dataIndex),l=u.get("link",!0),f=u.get("target",!0)||"blank";l&&xh(l,f)}}}}},this)},t.prototype._renderBreadcrumb=function(e,n,i){var a=this;i||(i=e.get("leafDepth",!0)!=null?{node:e.getViewRoot()}:this.findTarget(n.getWidth()/2,n.getHeight()/2),i||(i={node:e.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new RK(this.group))).render(e,n,i.node,function(o){a._state!=="animating"&&(IK(e.getViewRoot(),o)?a._rootToNode({node:o}):a._zoomToNode({node:o}))})},t.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=cl(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},t.prototype.dispose=function(){this._clearController()},t.prototype._zoomToNode=function(e){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:e.node})},t.prototype._rootToNode=function(e){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:e.node})},t.prototype.findTarget=function(e,n){var i,a=this.seriesModel.getViewRoot();return a.eachNode({attr:"viewChildren",order:"preorder"},function(o){var s=this._storage.background[o.getRawIndex()];if(s){var u=s.transformCoordToLocal(e,n),l=s.shape;if(l.x<=u[0]&&u[0]<=l.x+l.width&&l.y<=u[1]&&u[1]<=l.y+l.height)i={node:o,offsetX:u[0],offsetY:u[1]};else return!1}},this),i},t.type="treemap",t})(Nt);function cl(){return{nodeGroup:[],background:[],content:[]}}function $K(r,t,e,n,i,a,o,s,u,l){if(!o)return;var f=o.getLayout(),h=r.getData(),c=o.getModel();if(h.setItemGraphicEl(o.dataIndex,null),!f||!f.isInView)return;var v=f.width,p=f.height,g=f.borderWidth,d=f.invisible,y=o.getRawIndex(),m=s&&s.getRawIndex(),_=o.viewChildren,S=f.upperHeight,w=_&&_.length,b=c.getModel("itemStyle"),x=c.getModel(["emphasis","itemStyle"]),A=c.getModel(["blur","itemStyle"]),D=c.getModel(["select","itemStyle"]),C=b.get("borderRadius")||0,T=$("nodeGroup",qy);if(!T)return;if(u.add(T),T.x=f.x||0,T.y=f.y||0,T.markRedraw(),Tc(T).nodeWidth=v,Tc(T).nodeHeight=p,f.isAboveViewRoot)return T;var I=$("background",SE,l,GK);I&&N(T,I,w&&f.upperLabelHeight);var F=c.getModel("emphasis"),P=F.get("focus"),L=F.get("blurScope"),R=F.get("disabled"),k=P==="ancestor"?o.getAncestorsIndices():P==="descendant"?o.getDescendantIndices():P;if(w)gu(T)&&Ma(T,!1),I&&(Ma(I,!R),h.setItemGraphicEl(o.dataIndex,I),tg(I,k,L));else{var B=$("content",SE,l,VK);B&&z(T,B),I.disableMorphing=!0,I&&gu(I)&&Ma(I,!1),Ma(T,!R),h.setItemGraphicEl(o.dataIndex,T),tg(T,k,L)}return T;function N(K,tt,vt){var nt=ut(tt);if(nt.dataIndex=o.dataIndex,nt.seriesIndex=r.seriesIndex,tt.setShape({x:0,y:0,width:v,height:p,r:C}),d)W(tt);else{tt.invisible=!1;var Q=o.getVisual("style"),ht=Q.stroke,Yt=AE(b);Yt.fill=ht;var Pt=ao(x);Pt.fill=x.get("borderColor");var fe=ao(A);fe.fill=A.get("borderColor");var ce=ao(D);if(ce.fill=D.get("borderColor"),vt){var mr=v-2*g;G(tt,ht,Q.opacity,{x:g,y:0,width:mr,height:S})}else tt.removeTextContent();tt.setStyle(Yt),tt.ensureState("emphasis").style=Pt,tt.ensureState("blur").style=fe,tt.ensureState("select").style=ce,Da(tt)}K.add(tt)}function z(K,tt){var vt=ut(tt);vt.dataIndex=o.dataIndex,vt.seriesIndex=r.seriesIndex;var nt=Math.max(v-2*g,0),Q=Math.max(p-2*g,0);if(tt.culling=!0,tt.setShape({x:g,y:g,width:nt,height:Q,r:C}),d)W(tt);else{tt.invisible=!1;var ht=o.getVisual("style"),Yt=ht.fill,Pt=AE(b);Pt.fill=Yt,Pt.decal=ht.decal;var fe=ao(x),ce=ao(A),mr=ao(D);G(tt,Yt,ht.opacity,null),tt.setStyle(Pt),tt.ensureState("emphasis").style=fe,tt.ensureState("blur").style=ce,tt.ensureState("select").style=mr,Da(tt)}K.add(tt)}function W(K){!K.invisible&&a.push(K)}function G(K,tt,vt,nt){var Q=c.getModel(nt?xE:wE),ht=he(c.get("name"),null),Yt=Q.getShallow("show");Ce(K,ge(c,nt?xE:wE),{defaultText:Yt?ht:null,inheritColor:tt,defaultOpacity:vt,labelFetcher:r,labelDataIndex:o.dataIndex});var Pt=K.getTextContent();if(!!Pt){var fe=Pt.style,ce=Pp(fe.padding||0);nt&&(K.setTextConfig({layoutRect:nt}),Pt.disableLabelLayout=!0),Pt.beforeUpdate=function(){var Ml=Math.max((nt?nt.width:K.shape.width)-ce[1]-ce[3],0),Rn=Math.max((nt?nt.height:K.shape.height)-ce[0]-ce[2],0);(fe.width!==Ml||fe.height!==Rn)&&Pt.setStyle({width:Ml,height:Rn})},fe.truncateMinChar=2,fe.lineOverflow="truncate",V(fe,nt,f);var mr=Pt.getState("emphasis");V(mr?mr.style:null,nt,f)}}function V(K,tt,vt){var nt=K?K.text:null;if(!tt&&vt.isLeafRoot&&nt!=null){var Q=r.get("drillDownIcon",!0);K.text=Q?Q+" "+nt:nt}}function $(K,tt,vt,nt){var Q=m!=null&&e[K][m],ht=i[K];return Q?(e[K][m]=null,X(ht,Q)):d||(Q=new tt,Q instanceof Kr&&(Q.z2=HK(vt,nt)),q(ht,Q)),t[K][y]=Q}function X(K,tt){var vt=K[y]={};tt instanceof qy?(vt.oldX=tt.x,vt.oldY=tt.y):vt.oldShape=H({},tt.shape)}function q(K,tt){var vt=K[y]={},nt=o.parentNode,Q=tt instanceof at;if(nt&&(!n||n.direction==="drillDown")){var ht=0,Yt=0,Pt=i.background[nt.getRawIndex()];!n&&Pt&&Pt.oldShape&&(ht=Pt.oldShape.width,Yt=Pt.oldShape.height),Q?(vt.oldX=0,vt.oldY=Yt):vt.oldShape={x:ht,y:Yt,width:0,height:0}}vt.fadein=!Q}}function HK(r,t){return r*zK+t}var vl=E,WK=lt,Dc=-1,or=function(){function r(t){var e=t.mappingMethod,n=t.type,i=this.option=st(t);this.type=n,this.mappingMethod=e,this._normalizeData=XK[e];var a=r.visualHandlers[n];this.applyVisual=a.applyVisual,this.getColorMapper=a.getColorMapper,this._normalizedToVisual=a._normalizedToVisual[e],e==="piecewise"?(Ky(i),UK(i)):e==="category"?i.categories?YK(i):Ky(i,!0):(cr(e!=="linear"||i.dataExtent),Ky(i))}return r.prototype.mapValueToVisual=function(t){var e=this._normalizeData(t);return this._normalizedToVisual(e,t)},r.prototype.getNormalizer=function(){return Z(this._normalizeData,this)},r.listVisualTypes=function(){return Ot(r.visualHandlers)},r.isValidType=function(t){return r.visualHandlers.hasOwnProperty(t)},r.eachVisual=function(t,e,n){lt(t)?E(t,e,n):e.call(n,t)},r.mapVisual=function(t,e,n){var i,a=Y(t)?[]:lt(t)?{}:(i=!0,null);return r.eachVisual(t,function(o,s){var u=e.call(n,o,s);i?a=u:a[s]=u}),a},r.retrieveVisuals=function(t){var e={},n;return t&&vl(r.visualHandlers,function(i,a){t.hasOwnProperty(a)&&(e[a]=t[a],n=!0)}),n?e:null},r.prepareVisualTypes=function(t){if(Y(t))t=t.slice();else if(WK(t)){var e=[];vl(t,function(n,i){e.push(i)}),t=e}else return[];return t.sort(function(n,i){return i==="color"&&n!=="color"&&n.indexOf("color")===0?1:-1}),t},r.dependsOn=function(t,e){return e==="color"?!!(t&&t.indexOf(e)===0):t===e},r.findPieceIndex=function(t,e,n){for(var i,a=1/0,o=0,s=e.length;o<s;o++){var u=e[o].value;if(u!=null){if(u===t||J(u)&&u===t+"")return o;n&&c(u,o)}}for(var o=0,s=e.length;o<s;o++){var l=e[o],f=l.interval,h=l.close;if(f){if(f[0]===-1/0){if(Mc(h[1],t,f[1]))return o}else if(f[1]===1/0){if(Mc(h[0],f[0],t))return o}else if(Mc(h[0],f[0],t)&&Mc(h[1],t,f[1]))return o;n&&c(f[0],o),n&&c(f[1],o)}}if(n)return t===1/0?e.length-1:t===-1/0?0:i;function c(v,p){var g=Math.abs(v-t);g<a&&(a=g,i=p)}},r.visualHandlers={color:{applyVisual:pl("color"),getColorMapper:function(){var t=this.option;return Z(t.mappingMethod==="category"?function(e,n){return!n&&(e=this._normalizeData(e)),dl.call(this,e)}:function(e,n,i){var a=!!i;return!n&&(e=this._normalizeData(e)),i=rd(e,t.parsedVisual,i),a?i:Xn(i,"rgba")},this)},_normalizedToVisual:{linear:function(t){return Xn(rd(t,this.option.parsedVisual),"rgba")},category:dl,piecewise:function(t,e){var n=Jy.call(this,e);return n==null&&(n=Xn(rd(t,this.option.parsedVisual),"rgba")),n},fixed:oo}},colorHue:Ec(function(t,e){return nd(t,e)}),colorSaturation:Ec(function(t,e){return nd(t,null,e)}),colorLightness:Ec(function(t,e){return nd(t,null,null,e)}),colorAlpha:Ec(function(t,e){return id(t,e)}),decal:{applyVisual:pl("decal"),_normalizedToVisual:{linear:null,category:dl,piecewise:null,fixed:null}},opacity:{applyVisual:pl("opacity"),_normalizedToVisual:jy([0,1])},liftZ:{applyVisual:pl("liftZ"),_normalizedToVisual:{linear:oo,category:oo,piecewise:oo,fixed:oo}},symbol:{applyVisual:function(t,e,n){var i=this.mapValueToVisual(t);n("symbol",i)},_normalizedToVisual:{linear:CE,category:dl,piecewise:function(t,e){var n=Jy.call(this,e);return n==null&&(n=CE.call(this,t)),n},fixed:oo}},symbolSize:{applyVisual:pl("symbolSize"),_normalizedToVisual:jy([0,1])}},r}();function UK(r){var t=r.pieceList;r.hasSpecialVisual=!1,E(t,function(e,n){e.originIndex=n,e.visual!=null&&(r.hasSpecialVisual=!0)})}function YK(r){var t=r.categories,e=r.categoryMap={},n=r.visual;if(vl(t,function(o,s){e[o]=s}),!Y(n)){var i=[];lt(n)?vl(n,function(o,s){var u=e[s];i[u!=null?u:Dc]=o}):i[Dc]=n,n=TE(r,i)}for(var a=t.length-1;a>=0;a--)n[a]==null&&(delete e[t[a]],t.pop())}function Ky(r,t){var e=r.visual,n=[];lt(e)?vl(e,function(a){n.push(a)}):e!=null&&n.push(e);var i={color:1,symbol:1};!t&&n.length===1&&!i.hasOwnProperty(r.type)&&(n[1]=n[0]),TE(r,n)}function Ec(r){return{applyVisual:function(t,e,n){var i=this.mapValueToVisual(t);n("color",r(e("color"),i))},_normalizedToVisual:jy([0,1])}}function CE(r){var t=this.option.visual;return t[Math.round(Jt(r,[0,1],[0,t.length-1],!0))]||{}}function pl(r){return function(t,e,n){n(r,this.mapValueToVisual(t))}}function dl(r){var t=this.option.visual;return t[this.option.loop&&r!==Dc?r%t.length:r]}function oo(){return this.option.visual[0]}function jy(r){return{linear:function(t){return Jt(t,r,this.option.visual,!0)},category:dl,piecewise:function(t,e){var n=Jy.call(this,e);return n==null&&(n=Jt(t,r,this.option.visual,!0)),n},fixed:oo}}function Jy(r){var t=this.option,e=t.pieceList;if(t.hasSpecialVisual){var n=or.findPieceIndex(r,e),i=e[n];if(i&&i.visual)return i.visual[this.type]}}function TE(r,t){return r.visual=t,r.type==="color"&&(r.parsedVisual=U(t,function(e){var n=Lr(e);return n||[0,0,0,1]})),t}var XK={linear:function(r){return Jt(r,this.option.dataExtent,[0,1],!0)},piecewise:function(r){var t=this.option.pieceList,e=or.findPieceIndex(r,t,!0);if(e!=null)return Jt(e,[0,t.length-1],[0,1],!0)},category:function(r){var t=this.option.categories?this.option.categoryMap[r]:r;return t==null?Dc:t},fixed:Ee};function Mc(r,t,e){return r?t<=e:t<e}Tt();var Qy="-->",Lc=function(r){return r.get("autoCurveness")||null},DE=function(r,t){var e=Lc(r),n=20,i=[];if(Bt(e))n=e;else if(Y(e)){r.__curvenessList=e;return}t>n&&(n=t);var a=n%2?n+2:n+3;i=[];for(var o=0;o<a;o++)i.push((o%2?o+1:o)/10*(o%2?-1:1));r.__curvenessList=i},gl=function(r,t,e){var n=[r.id,r.dataIndex].join("."),i=[t.id,t.dataIndex].join(".");return[e.uid,n,i].join(Qy)},EE=function(r){var t=r.split(Qy);return[t[0],t[2],t[1]].join(Qy)},ZK=function(r,t){var e=gl(r.node1,r.node2,t);return t.__edgeMap[e]},qK=function(r,t){var e=t0(gl(r.node1,r.node2,t),t),n=t0(gl(r.node2,r.node1,t),t);return e+n},t0=function(r,t){var e=t.__edgeMap;return e[r]?e[r].length:0};function KK(r){!Lc(r)||(r.__curvenessList=[],r.__edgeMap={},DE(r))}function jK(r,t,e,n){if(!!Lc(e)){var i=gl(r,t,e),a=e.__edgeMap,o=a[EE(i)];a[i]&&!o?a[i].isForward=!0:o&&a[i]&&(o.isForward=!0,a[i].isForward=!1),a[i]=a[i]||[],a[i].push(n)}}function ME(r,t,e,n){var i=Lc(t),a=Y(i);if(!i)return null;var o=ZK(r,t);if(!o)return null;for(var s=-1,u=0;u<o.length;u++)if(o[u]===e){s=u;break}var l=qK(r,t);DE(t,l),r.lineStyle=r.lineStyle||{};var f=gl(r.node1,r.node2,t),h=t.__curvenessList,c=a||l%2?0:1;if(o.isForward)return h[c+s];var v=EE(f),p=t0(v,t),g=h[s+p+c];return n?a?i&&i[0]===0?(p+c)%2?g:-g:((p%2?0:1)+c)%2?g:-g:(p+c)%2?g:-g:h[s+p+c]}function JK(r,t){r.eachEdge(function(e,n){var i=Hn(e.getModel().get(["lineStyle","curveness"]),-ME(e,t,n,!0),0),a=bi(e.node1.getLayout()),o=bi(e.node2.getLayout()),s=[a,o];+i&&s.push([(a[0]+o[0])/2-(a[1]-o[1])*i,(a[1]+o[1])/2-(o[0]-a[0])*i]),e.setLayout(s)})}function yl(r){var t=r.coordinateSystem;if(t.type!=="view")return 1;var e=r.option.nodeScaleRatio,n=t.scaleX,i=t.getZoom(),a=(i-1)*e+1;return a/n}function ml(r){var t=r.getVisual("symbolSize");return t instanceof Array&&(t=(t[0]+t[1])/2),+t}var LE=Math.PI,e0=[];function QK(r,t,e,n){var i=r.coordinateSystem;if(!(i&&i.type!=="view")){var a=i.getBoundingRect(),o=r.getData(),s=o.graph,u=a.width/2+a.x,l=a.height/2+a.y,f=Math.min(a.width,a.height)/2,h=o.count();if(o.setLayout({cx:u,cy:l}),!!h){if(e){var c=i.pointToData(n),v=c[0],p=c[1],g=[v-u,p-l];$s(g,g),bf(g,g,f),e.setLayout([u+g[0],l+g[1]],!0);var d=r.get(["circular","rotateLabel"]);IE(e,d,u,l)}tj[t](r,s,o,f,u,l,h),s.eachEdge(function(y,m){var _=Hn(y.getModel().get(["lineStyle","curveness"]),ME(y,r,m),0),S=bi(y.node1.getLayout()),w=bi(y.node2.getLayout()),b,x=(S[0]+w[0])/2,A=(S[1]+w[1])/2;+_&&(_*=3,b=[u*_+x*(1-_),l*_+A*(1-_)]),y.setLayout([S,w,b])})}}}var tj={value:function(r,t,e,n,i,a,o){var s=0,u=e.getSum("value"),l=Math.PI*2/(u||o);t.eachNode(function(f){var h=f.getValue("value"),c=l*(u?h:1)/2;s+=c,f.setLayout([n*Math.cos(s)+i,n*Math.sin(s)+a]),s+=c})},symbolSize:function(r,t,e,n,i,a,o){var s=0;e0.length=o;var u=yl(r);t.eachNode(function(h){var c=ml(h);isNaN(c)&&(c=2),c<0&&(c=0),c*=u;var v=Math.asin(c/2/n);isNaN(v)&&(v=LE/2),e0[h.dataIndex]=v,s+=v*2});var l=(2*LE-s)/o/2,f=0;t.eachNode(function(h){var c=l+e0[h.dataIndex];f+=c,(!h.getLayout()||!h.getLayout().fixed)&&h.setLayout([n*Math.cos(f)+i,n*Math.sin(f)+a]),f+=c})}};function IE(r,t,e,n){var i=r.getGraphicEl();if(!!i){var a=r.getModel(),o=a.get(["label","rotate"])||0,s=i.getSymbolPath();if(t){var u=r.getLayout(),l=Math.atan2(u[1]-n,u[0]-e);l<0&&(l=Math.PI*2+l);var f=u[0]<e;f&&(l=l-Math.PI);var h=f?"left":"right";s.setTextConfig({rotation:-l,position:h,origin:"center"});var c=s.ensureState("emphasis");H(c.textConfig||(c.textConfig={}),{position:h})}else s.setTextConfig({rotation:o*=Math.PI/180})}}var PE=de.prototype,r0=bu.prototype,FE=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1}return r}();(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t})(FE);function n0(r){return isNaN(+r.cpx1)||isNaN(+r.cpy1)}var ej=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="ec-line",n}return t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new FE},t.prototype.buildPath=function(e,n){n0(n)?PE.buildPath.call(this,e,n):r0.buildPath.call(this,e,n)},t.prototype.pointAt=function(e){return n0(this.shape)?PE.pointAt.call(this,e):r0.pointAt.call(this,e)},t.prototype.tangentAt=function(e){var n=this.shape,i=n0(n)?[n.x2-n.x1,n.y2-n.y1]:r0.tangentAt.call(this,e);return $s(i,i)},t}(Dt),i0=["fromSymbol","toSymbol"];function RE(r){return"_"+r+"Type"}function BE(r,t,e){var n=t.getItemVisual(e,r);if(!n||n==="none")return n;var i=t.getItemVisual(e,r+"Size"),a=t.getItemVisual(e,r+"Rotate"),o=t.getItemVisual(e,r+"Offset"),s=t.getItemVisual(e,r+"KeepAspect"),u=ns(i),l=Ha(o||0,u);return n+u+l+(a||"")+(s||"")}function OE(r,t,e){var n=t.getItemVisual(e,r);if(!(!n||n==="none")){var i=t.getItemVisual(e,r+"Size"),a=t.getItemVisual(e,r+"Rotate"),o=t.getItemVisual(e,r+"Offset"),s=t.getItemVisual(e,r+"KeepAspect"),u=ns(i),l=Ha(o||0,u),f=le(n,-u[0]/2+l[0],-u[1]/2+l[1],u[0],u[1],null,s);return f.__specifiedRotation=a==null||isNaN(a)?void 0:+a*Math.PI/180||0,f.name=r,f}}function rj(r){var t=new ej({name:"line",subPixelOptimize:!0});return a0(t.shape,r),t}function a0(r,t){r.x1=t[0][0],r.y1=t[0][1],r.x2=t[1][0],r.y2=t[1][1],r.percent=1;var e=t[2];e?(r.cpx1=e[0],r.cpy1=e[1]):(r.cpx1=NaN,r.cpy1=NaN)}var o0=function(r){O(t,r);function t(e,n,i){var a=r.call(this)||this;return a._createLine(e,n,i),a}return t.prototype._createLine=function(e,n,i){var a=e.hostModel,o=e.getItemLayout(n),s=rj(o);s.shape.percent=0,qt(s,{shape:{percent:1}},a,n),this.add(s),E(i0,function(u){var l=OE(u,e,n);this.add(l),this[RE(u)]=BE(u,e,n)},this),this._updateCommonStl(e,n,i)},t.prototype.updateData=function(e,n,i){var a=e.hostModel,o=this.childOfName("line"),s=e.getItemLayout(n),u={shape:{}};a0(u.shape,s),It(o,u,a,n),E(i0,function(l){var f=BE(l,e,n),h=RE(l);if(this[h]!==f){this.remove(this.childOfName(l));var c=OE(l,e,n);this.add(c)}this[h]=f},this),this._updateCommonStl(e,n,i)},t.prototype.getLinePath=function(){return this.childAt(0)},t.prototype._updateCommonStl=function(e,n,i){var a=e.hostModel,o=this.childOfName("line"),s=i&&i.emphasisLineStyle,u=i&&i.blurLineStyle,l=i&&i.selectLineStyle,f=i&&i.labelStatesModels,h=i&&i.emphasisDisabled,c=i&&i.focus,v=i&&i.blurScope;if(!i||e.hasItemOption){var p=e.getItemModel(n),g=p.getModel("emphasis");s=g.getModel("lineStyle").getLineStyle(),u=p.getModel(["blur","lineStyle"]).getLineStyle(),l=p.getModel(["select","lineStyle"]).getLineStyle(),h=g.get("disabled"),c=g.get("focus"),v=g.get("blurScope"),f=ge(p)}var d=e.getItemVisual(n,"style"),y=d.stroke;o.useStyle(d),o.style.fill=null,o.style.strokeNoScale=!0,o.ensureState("emphasis").style=s,o.ensureState("blur").style=u,o.ensureState("select").style=l,E(i0,function(b){var x=this.childOfName(b);if(x){x.setColor(y),x.style.opacity=d.opacity;for(var A=0;A<Ge.length;A++){var D=Ge[A],C=o.getState(D);if(C){var T=C.style||{},I=x.ensureState(D),F=I.style||(I.style={});T.stroke!=null&&(F[x.__isEmptyBrush?"stroke":"fill"]=T.stroke),T.opacity!=null&&(F.opacity=T.opacity)}}x.markRedraw()}},this);var m=a.getRawValue(n);Ce(this,f,{labelDataIndex:n,labelFetcher:{getFormattedLabel:function(b,x){return a.getFormattedLabel(b,x,e.dataType)}},inheritColor:y||"#000",defaultOpacity:d.opacity,defaultText:(m==null?e.getName(n):isFinite(m)?Se(m):m)+""});var _=this.getTextContent();if(_){var S=f.normal;_.__align=_.style.align,_.__verticalAlign=_.style.verticalAlign,_.__position=S.get("position")||"middle";var w=S.get("distance");Y(w)||(w=[w,w]),_.__labelDistance=w}this.setTextConfig({position:null,local:!0,inside:!1}),ee(this,c,v,h)},t.prototype.highlight=function(){ti(this)},t.prototype.downplay=function(){ei(this)},t.prototype.updateLayout=function(e,n){this.setLinePoints(e.getItemLayout(n))},t.prototype.setLinePoints=function(e){var n=this.childOfName("line");a0(n.shape,e),n.dirty()},t.prototype.beforeUpdate=function(){var e=this,n=e.childOfName("fromSymbol"),i=e.childOfName("toSymbol"),a=e.getTextContent();if(!n&&!i&&(!a||a.ignore))return;for(var o=1,s=this.parent;s;)s.scaleX&&(o/=s.scaleX),s=s.parent;var u=e.childOfName("line");if(!this.__dirty&&!u.__dirty)return;var l=u.shape.percent,f=u.pointAt(0),h=u.pointAt(l),c=Fp([],h,f);$s(c,c);function v(C,T){var I=C.__specifiedRotation;if(I==null){var F=u.tangentAt(T);C.attr("rotation",(T===1?-1:1)*Math.PI/2-Math.atan2(F[1],F[0]))}else C.attr("rotation",I)}if(n&&(n.setPosition(f),v(n,0),n.scaleX=n.scaleY=o*l,n.markRedraw()),i&&(i.setPosition(h),v(i,1),i.scaleX=i.scaleY=o*l,i.markRedraw()),a&&!a.ignore){a.x=a.y=0,a.originX=a.originY=0;var p=void 0,g=void 0,d=a.__labelDistance,y=d[0]*o,m=d[1]*o,_=l/2,S=u.tangentAt(_),w=[S[1],-S[0]],b=u.pointAt(_);w[1]>0&&(w[0]=-w[0],w[1]=-w[1]);var x=S[0]<0?-1:1;if(a.__position!=="start"&&a.__position!=="end"){var A=-Math.atan2(S[1],S[0]);h[0]<f[0]&&(A=Math.PI+A),a.rotation=A}var D=void 0;switch(a.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":D=-m,g="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":D=m,g="top";break;default:D=0,g="middle"}switch(a.__position){case"end":a.x=c[0]*y+h[0],a.y=c[1]*m+h[1],p=c[0]>.8?"left":c[0]<-.8?"right":"center",g=c[1]>.8?"top":c[1]<-.8?"bottom":"middle";break;case"start":a.x=-c[0]*y+f[0],a.y=-c[1]*m+f[1],p=c[0]>.8?"right":c[0]<-.8?"left":"center",g=c[1]>.8?"bottom":c[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":a.x=y*x+f[0],a.y=f[1]+D,p=S[0]<0?"right":"left",a.originX=-y*x,a.originY=-D;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":a.x=b[0],a.y=b[1]+D,p="center",a.originY=-D;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":a.x=-y*x+h[0],a.y=h[1]+D,p=S[0]>=0?"right":"left",a.originX=y*x,a.originY=-D;break}a.scaleX=a.scaleY=o,a.setStyle({verticalAlign:a.__verticalAlign||g,align:a.__align||p})}},t}(at),s0=function(){function r(t){this.group=new at,this._LineCtor=t||o0}return r.prototype.updateData=function(t){var e=this;this._progressiveEls=null;var n=this,i=n.group,a=n._lineData;n._lineData=t,a||i.removeAll();var o=kE(t);t.diff(a).add(function(s){e._doAdd(t,s,o)}).update(function(s,u){e._doUpdate(a,t,u,s,o)}).remove(function(s){i.remove(a.getItemGraphicEl(s))}).execute()},r.prototype.updateLayout=function(){var t=this._lineData;!t||t.eachItemGraphicEl(function(e,n){e.updateLayout(t,n)},this)},r.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=kE(t),this._lineData=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(t,e){this._progressiveEls=[];function n(s){!s.isGroup&&!nj(s)&&(s.incremental=!0,s.ensureState("emphasis").hoverLayer=!0)}for(var i=t.start;i<t.end;i++){var a=e.getItemLayout(i);if(u0(a)){var o=new this._LineCtor(e,i,this._seriesScope);o.traverse(n),this.group.add(o),e.setItemGraphicEl(i,o),this._progressiveEls.push(o)}}},r.prototype.remove=function(){this.group.removeAll()},r.prototype.eachRendered=function(t){Bi(this._progressiveEls||this.group,t)},r.prototype._doAdd=function(t,e,n){var i=t.getItemLayout(e);if(!!u0(i)){var a=new this._LineCtor(t,e,n);t.setItemGraphicEl(e,a),this.group.add(a)}},r.prototype._doUpdate=function(t,e,n,i,a){var o=t.getItemGraphicEl(n);if(!u0(e.getItemLayout(i))){this.group.remove(o);return}o?o.updateData(e,i,a):o=new this._LineCtor(e,i,a),e.setItemGraphicEl(i,o),this.group.add(o)},r}();function nj(r){return r.animators&&r.animators.length>0}function kE(r){var t=r.hostModel,e=t.getModel("emphasis");return{lineStyle:t.getModel("lineStyle").getLineStyle(),emphasisLineStyle:e.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:t.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:t.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:e.get("disabled"),blurScope:e.get("blurScope"),focus:e.get("focus"),labelStatesModels:ge(t)}}function NE(r){return isNaN(r[0])||isNaN(r[1])}function u0(r){return r&&!NE(r[0])&&!NE(r[1])}var l0=[],f0=[],h0=[],hs=_e,c0=oa,zE=Math.abs;function GE(r,t,e){for(var n=r[0],i=r[1],a=r[2],o=1/0,s,u=e*e,l=.1,f=.1;f<=.9;f+=.1){l0[0]=hs(n[0],i[0],a[0],f),l0[1]=hs(n[1],i[1],a[1],f);var h=zE(c0(l0,t)-u);h<o&&(o=h,s=f)}for(var c=0;c<32;c++){var v=s+l;f0[0]=hs(n[0],i[0],a[0],s),f0[1]=hs(n[1],i[1],a[1],s),h0[0]=hs(n[0],i[0],a[0],v),h0[1]=hs(n[1],i[1],a[1],v);var h=c0(f0,t)-u;if(zE(h)<.01)break;var p=c0(h0,t)-u;l/=2,h<0?p>=0?s=s+l:s=s-l:p>=0?s=s-l:s=s+l}return s}function v0(r,t){var e=[],n=qs,i=[[],[],[]],a=[[],[]],o=[];t/=2,r.eachEdge(function(s,u){var l=s.getLayout(),f=s.getVisual("fromSymbol"),h=s.getVisual("toSymbol");l.__original||(l.__original=[bi(l[0]),bi(l[1])],l[2]&&l.__original.push(bi(l[2])));var c=l.__original;if(l[2]!=null){if(Xr(i[0],c[0]),Xr(i[1],c[2]),Xr(i[2],c[1]),f&&f!=="none"){var v=ml(s.node1),p=GE(i,c[0],v*t);n(i[0][0],i[1][0],i[2][0],p,e),i[0][0]=e[3],i[1][0]=e[4],n(i[0][1],i[1][1],i[2][1],p,e),i[0][1]=e[3],i[1][1]=e[4]}if(h&&h!=="none"){var v=ml(s.node2),p=GE(i,c[1],v*t);n(i[0][0],i[1][0],i[2][0],p,e),i[1][0]=e[1],i[2][0]=e[2],n(i[0][1],i[1][1],i[2][1],p,e),i[1][1]=e[1],i[2][1]=e[2]}Xr(l[0],i[0]),Xr(l[1],i[2]),Xr(l[2],i[1])}else{if(Xr(a[0],c[0]),Xr(a[1],c[1]),Fp(o,a[1],a[0]),$s(o,o),f&&f!=="none"){var v=ml(s.node1);Nb(a[0],a[0],o,v*t)}if(h&&h!=="none"){var v=ml(s.node2);Nb(a[1],a[1],o,-v*t)}Xr(l[0],a[0]),Xr(l[1],a[1])}})}function VE(r){return r.type==="view"}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e,n){var i=new il,a=new s0,o=this.group;this._controller=new yc(n.getZr()),this._controllerHost={target:o},o.add(i.group),o.add(a.group),this._symbolDraw=i,this._lineDraw=a,this._firstRender=!0},t.prototype.render=function(e,n,i){var a=this,o=e.coordinateSystem;this._model=e;var s=this._symbolDraw,u=this._lineDraw,l=this.group;if(VE(o)){var f={x:o.x,y:o.y,scaleX:o.scaleX,scaleY:o.scaleY};this._firstRender?l.attr(f):It(l,f,e)}v0(e.getGraph(),yl(e));var h=e.getData();s.updateData(h);var c=e.getEdgeData();u.updateData(c),this._updateNodeAndLinkScale(),this._updateController(e,n,i),clearTimeout(this._layoutTimeout);var v=e.forceLayout,p=e.get(["force","layoutAnimation"]);v&&this._startForceLayoutIteration(v,p);var g=e.get("layout");h.graph.eachNode(function(_){var S=_.dataIndex,w=_.getGraphicEl(),b=_.getModel();if(!!w){w.off("drag").off("dragend");var x=b.get("draggable");x&&w.on("drag",function(D){switch(g){case"force":v.warmUp(),!a._layouting&&a._startForceLayoutIteration(v,p),v.setFixed(S),h.setItemLayout(S,[w.x,w.y]);break;case"circular":h.setItemLayout(S,[w.x,w.y]),_.setLayout({fixed:!0},!0),QK(e,"symbolSize",_,[D.offsetX,D.offsetY]),a.updateLayout(e);break;case"none":default:h.setItemLayout(S,[w.x,w.y]),JK(e.getGraph(),e),a.updateLayout(e);break}}).on("dragend",function(){v&&v.setUnfixed(S)}),w.setDraggable(x,!!b.get("cursor"));var A=b.get(["emphasis","focus"]);A==="adjacency"&&(ut(w).focus=_.getAdjacentDataIndices())}}),h.graph.eachEdge(function(_){var S=_.getGraphicEl(),w=_.getModel().get(["emphasis","focus"]);!S||w==="adjacency"&&(ut(S).focus={edge:[_.dataIndex],node:[_.node1.dataIndex,_.node2.dataIndex]})});var d=e.get("layout")==="circular"&&e.get(["circular","rotateLabel"]),y=h.getLayout("cx"),m=h.getLayout("cy");h.graph.eachNode(function(_){IE(_,d,y,m)}),this._firstRender=!1},t.prototype.dispose=function(){this.remove(),this._controller&&this._controller.dispose(),this._controllerHost=null},t.prototype._startForceLayoutIteration=function(e,n){var i=this;(function a(){e.step(function(o){i.updateLayout(i._model),(i._layouting=!o)&&(n?i._layoutTimeout=setTimeout(a,16):a())})})()},t.prototype._updateController=function(e,n,i){var a=this,o=this._controller,s=this._controllerHost,u=this.group;if(o.setPointerChecker(function(l,f,h){var c=u.getBoundingRect();return c.applyTransform(u.transform),c.contain(f,h)&&!_c(l,i,e)}),!VE(e.coordinateSystem)){o.disable();return}o.enable(e.get("roam")),s.zoomLimit=e.get("scaleLimit"),s.zoom=e.coordinateSystem.getZoom(),o.off("pan").off("zoom").on("pan",function(l){ky(s,l.dx,l.dy),i.dispatchAction({seriesId:e.id,type:"graphRoam",dx:l.dx,dy:l.dy})}).on("zoom",function(l){Ny(s,l.scale,l.originX,l.originY),i.dispatchAction({seriesId:e.id,type:"graphRoam",zoom:l.scale,originX:l.originX,originY:l.originY}),a._updateNodeAndLinkScale(),v0(e.getGraph(),yl(e)),a._lineDraw.updateLayout(),i.updateLabelLayout()})},t.prototype._updateNodeAndLinkScale=function(){var e=this._model,n=e.getData(),i=yl(e);n.eachItemGraphicEl(function(a,o){a&&a.setSymbolScale(i)})},t.prototype.updateLayout=function(e){v0(e.getGraph(),yl(e)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},t.prototype.remove=function(){clearTimeout(this._layoutTimeout),this._layouting=!1,this._layoutTimeout=null,this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()},t.type="graph",t})(Nt);function cs(r){return"_EC_"+r}var ij=function(){function r(t){this.type="graph",this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this._directed=t||!1}return r.prototype.isDirected=function(){return this._directed},r.prototype.addNode=function(t,e){t=t==null?""+e:""+t;var n=this._nodesMap;if(!n[cs(t)]){var i=new so(t,e);return i.hostGraph=this,this.nodes.push(i),n[cs(t)]=i,i}},r.prototype.getNodeByIndex=function(t){var e=this.data.getRawIndex(t);return this.nodes[e]},r.prototype.getNodeById=function(t){return this._nodesMap[cs(t)]},r.prototype.addEdge=function(t,e,n){var i=this._nodesMap,a=this._edgesMap;if(Bt(t)&&(t=this.nodes[t]),Bt(e)&&(e=this.nodes[e]),t instanceof so||(t=i[cs(t)]),e instanceof so||(e=i[cs(e)]),!(!t||!e)){var o=t.id+"-"+e.id,s=new $E(t,e,n);return s.hostGraph=this,this._directed&&(t.outEdges.push(s),e.inEdges.push(s)),t.edges.push(s),t!==e&&e.edges.push(s),this.edges.push(s),a[o]=s,s}},r.prototype.getEdgeByIndex=function(t){var e=this.edgeData.getRawIndex(t);return this.edges[e]},r.prototype.getEdge=function(t,e){t instanceof so&&(t=t.id),e instanceof so&&(e=e.id);var n=this._edgesMap;return this._directed?n[t+"-"+e]:n[t+"-"+e]||n[e+"-"+t]},r.prototype.eachNode=function(t,e){for(var n=this.nodes,i=n.length,a=0;a<i;a++)n[a].dataIndex>=0&&t.call(e,n[a],a)},r.prototype.eachEdge=function(t,e){for(var n=this.edges,i=n.length,a=0;a<i;a++)n[a].dataIndex>=0&&n[a].node1.dataIndex>=0&&n[a].node2.dataIndex>=0&&t.call(e,n[a],a)},r.prototype.breadthFirstTraverse=function(t,e,n,i){if(e instanceof so||(e=this._nodesMap[cs(e)]),!!e){for(var a=n==="out"?"outEdges":n==="in"?"inEdges":"edges",o=0;o<this.nodes.length;o++)this.nodes[o].__visited=!1;if(!t.call(i,e,null))for(var s=[e];s.length;)for(var u=s.shift(),l=u[a],o=0;o<l.length;o++){var f=l[o],h=f.node1===u?f.node2:f.node1;if(!h.__visited){if(t.call(i,h,u))return;s.push(h),h.__visited=!0}}}},r.prototype.update=function(){for(var t=this.data,e=this.edgeData,n=this.nodes,i=this.edges,a=0,o=n.length;a<o;a++)n[a].dataIndex=-1;for(var a=0,o=t.count();a<o;a++)n[t.getRawIndex(a)].dataIndex=a;e.filterSelf(function(s){var u=i[e.getRawIndex(s)];return u.node1.dataIndex>=0&&u.node2.dataIndex>=0});for(var a=0,o=i.length;a<o;a++)i[a].dataIndex=-1;for(var a=0,o=e.count();a<o;a++)i[e.getRawIndex(a)].dataIndex=a},r.prototype.clone=function(){for(var t=new r(this._directed),e=this.nodes,n=this.edges,i=0;i<e.length;i++)t.addNode(e[i].id,e[i].dataIndex);for(var i=0;i<n.length;i++){var a=n[i];t.addEdge(a.node1.id,a.node2.id,a.dataIndex)}return t},r}(),so=function(){function r(t,e){this.inEdges=[],this.outEdges=[],this.edges=[],this.dataIndex=-1,this.id=t==null?"":t,this.dataIndex=e==null?-1:e}return r.prototype.degree=function(){return this.edges.length},r.prototype.inDegree=function(){return this.inEdges.length},r.prototype.outDegree=function(){return this.outEdges.length},r.prototype.getModel=function(t){if(!(this.dataIndex<0)){var e=this.hostGraph,n=e.data.getItemModel(this.dataIndex);return n.getModel(t)}},r.prototype.getAdjacentDataIndices=function(){for(var t={edge:[],node:[]},e=0;e<this.edges.length;e++){var n=this.edges[e];n.dataIndex<0||(t.edge.push(n.dataIndex),t.node.push(n.node1.dataIndex,n.node2.dataIndex))}return t},r.prototype.getTrajectoryDataIndices=function(){for(var t=et(),e=et(),n=0;n<this.edges.length;n++){var i=this.edges[n];if(!(i.dataIndex<0)){t.set(i.dataIndex,!0);for(var a=[i.node1],o=[i.node2],s=0;s<a.length;){var u=a[s];s++,e.set(u.dataIndex,!0);for(var l=0;l<u.inEdges.length;l++)t.set(u.inEdges[l].dataIndex,!0),a.push(u.inEdges[l].node1)}for(s=0;s<o.length;){var f=o[s];s++,e.set(f.dataIndex,!0);for(var l=0;l<f.outEdges.length;l++)t.set(f.outEdges[l].dataIndex,!0),o.push(f.outEdges[l].node2)}}}return{edge:t.keys(),node:e.keys()}},r}(),$E=function(){function r(t,e,n){this.dataIndex=-1,this.node1=t,this.node2=e,this.dataIndex=n==null?-1:n}return r.prototype.getModel=function(t){if(!(this.dataIndex<0)){var e=this.hostGraph,n=e.edgeData.getItemModel(this.dataIndex);return n.getModel(t)}},r.prototype.getAdjacentDataIndices=function(){return{edge:[this.dataIndex],node:[this.node1.dataIndex,this.node2.dataIndex]}},r.prototype.getTrajectoryDataIndices=function(){var t=et(),e=et();t.set(this.dataIndex,!0);for(var n=[this.node1],i=[this.node2],a=0;a<n.length;){var o=n[a];a++,e.set(o.dataIndex,!0);for(var s=0;s<o.inEdges.length;s++)t.set(o.inEdges[s].dataIndex,!0),n.push(o.inEdges[s].node1)}for(a=0;a<i.length;){var u=i[a];a++,e.set(u.dataIndex,!0);for(var s=0;s<u.outEdges.length;s++)t.set(u.outEdges[s].dataIndex,!0),i.push(u.outEdges[s].node2)}return{edge:t.keys(),node:e.keys()}},r}();function HE(r,t){return{getValue:function(e){var n=this[r][t];return n.getStore().get(n.getDimensionIndex(e||"value"),this.dataIndex)},setVisual:function(e,n){this.dataIndex>=0&&this[r][t].setItemVisual(this.dataIndex,e,n)},getVisual:function(e){return this[r][t].getItemVisual(this.dataIndex,e)},setLayout:function(e,n){this.dataIndex>=0&&this[r][t].setItemLayout(this.dataIndex,e,n)},getLayout:function(){return this[r][t].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[r][t].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[r][t].getRawIndex(this.dataIndex)}}}se(so,HE("hostGraph","data")),se($E,HE("hostGraph","edgeData"));function WE(r,t,e,n,i){for(var a=new ij(n),o=0;o<r.length;o++)a.addNode(we(r[o].id,r[o].name,o),o);for(var s=[],u=[],l=0,o=0;o<t.length;o++){var f=t[o],h=f.source,c=f.target;a.addEdge(h,c,l)&&(u.push(f),s.push(we(he(f.id,null),h+" > "+c)),l++)}var v=e.get("coordinateSystem"),p;if(v==="cartesian2d"||v==="polar")p=ii(r,e);else{var g=Iu.get(v),d=g?g.dimensions||[]:[];At(d,"value")<0&&d.concat(["value"]);var y=Ku(r,{coordDimensions:d,encodeDefine:e.getEncode()}).dimensions;p=new He(y,e),p.initData(r)}var m=new He(["value"],e);return m.initData(u,s),i&&i(p,m),dE({mainData:p,struct:a,structAttr:"graph",datas:{node:p,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),a.update(),a}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e}return t.prototype.init=function(e){r.prototype.init.apply(this,arguments);var n=this;function i(){return n._categoriesData}this.legendVisualProvider=new sl(i,i),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},t.prototype.mergeOption=function(e){r.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},t.prototype.mergeDefaultAndTheme=function(e){r.prototype.mergeDefaultAndTheme.apply(this,arguments),pa(e,"edgeLabel",["show"])},t.prototype.getInitialData=function(e,n){var i=e.edges||e.links||[],a=e.data||e.nodes||[],o=this;if(a&&i){KK(this);var s=WE(a,i,this,!0,u);return E(s.edges,function(l){jK(l.node1,l.node2,this,l.dataIndex)},this),s.data}function u(l,f){l.wrapMethod("getItemModel",function(p){var g=o._categoriesModels,d=p.getShallow("category"),y=g[d];return y&&(y.parentModel=p.parentModel,p.parentModel=y),p});var h=Rt.prototype.getModel;function c(p,g){var d=h.call(this,p,g);return d.resolveParentPath=v,d}f.wrapMethod("getItemModel",function(p){return p.resolveParentPath=v,p.getModel=c,p});function v(p){if(p&&(p[0]==="label"||p[1]==="label")){var g=p.slice();return p[0]==="label"?g[0]="edgeLabel":p[1]==="label"&&(g[1]="edgeLabel"),g}return p}}},t.prototype.getGraph=function(){return this.getData().graph},t.prototype.getEdgeData=function(){return this.getGraph().edgeData},t.prototype.getCategoriesData=function(){return this._categoriesData},t.prototype.formatTooltip=function(e,n,i){if(i==="edge"){var a=this.getData(),o=this.getDataParams(e,i),s=a.graph.getEdgeByIndex(e),u=a.getName(s.node1.dataIndex),l=a.getName(s.node2.dataIndex),f=[];return u!=null&&f.push(u),l!=null&&f.push(l),ye("nameValue",{name:f.join(" > "),value:o.value,noValue:o.value==null})}var h=NA({series:this,dataIndex:e,multipleSeries:n});return h},t.prototype._updateCategoriesData=function(){var e=U(this.option.categories||[],function(i){return i.value!=null?i:H({value:0},i)}),n=new He(["value"],this);n.initData(e),this._categoriesData=n,this._categoriesModels=n.mapArray(function(i){return n.getItemModel(i)})},t.prototype.setZoom=function(e){this.option.zoom=e},t.prototype.setCenter=function(e){this.option.center=e},t.prototype.isAnimationEnabled=function(){return r.prototype.isAnimationEnabled.call(this)&&!(this.get("layout")==="force"&&this.get(["force","layoutAnimation"]))},t.type="series.graph",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},t})(Ht);var aj=function(){function r(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0}return r}(),oj=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="pointer",n}return t.prototype.getDefaultShape=function(){return new aj},t.prototype.buildPath=function(e,n){var i=Math.cos,a=Math.sin,o=n.r,s=n.width,u=n.angle,l=n.x-i(u)*s*(s>=o/3?1:2),f=n.y-a(u)*s*(s>=o/3?1:2);u=n.angle-Math.PI/2,e.moveTo(l,f),e.lineTo(n.x+i(u)*s,n.y+a(u)*s),e.lineTo(n.x+i(n.angle)*o,n.y+a(n.angle)*o),e.lineTo(n.x-i(u)*s,n.y-a(u)*s),e.lineTo(l,f)},t}(Dt);function sj(r,t){var e=r.get("center"),n=t.getWidth(),i=t.getHeight(),a=Math.min(n,i),o=rt(e[0],t.getWidth()),s=rt(e[1],t.getHeight()),u=rt(r.get("radius"),a/2);return{cx:o,cy:s,r:u}}function Ic(r,t){var e=r==null?"":r+"";return t&&(J(t)?e=t.replace("{value}",e):ot(t)&&(e=t(r))),e}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){this.group.removeAll();var a=e.get(["axisLine","lineStyle","color"]),o=sj(e,i);this._renderMain(e,n,i,a,o),this._data=e.getData()},t.prototype.dispose=function(){},t.prototype._renderMain=function(e,n,i,a,o){var s=this.group,u=e.get("clockwise"),l=-e.get("startAngle")/180*Math.PI,f=-e.get("endAngle")/180*Math.PI,h=e.getModel("axisLine"),c=h.get("roundCap"),v=c?hc:gr,p=h.get("show"),g=h.getModel("lineStyle"),d=g.get("width"),y=[l,f];$d(y,!u),l=y[0],f=y[1];for(var m=f-l,_=l,S=[],w=0;p&&w<a.length;w++){var b=Math.min(Math.max(a[w][0],0),1);f=l+m*b;var x=new v({shape:{startAngle:_,endAngle:f,cx:o.cx,cy:o.cy,clockwise:u,r0:o.r-d,r:o.r},silent:!0});x.setStyle({fill:a[w][1]}),x.setStyle(g.getLineStyle(["color","width"])),S.push(x),_=f}S.reverse(),E(S,function(D){return s.add(D)});var A=function(D){if(D<=0)return a[0][1];var C;for(C=0;C<a.length;C++)if(a[C][0]>=D&&(C===0?0:a[C-1][0])<D)return a[C][1];return a[C-1][1]};this._renderTicks(e,n,i,A,o,l,f,u,d),this._renderTitleAndDetail(e,n,i,A,o),this._renderAnchor(e,o),this._renderPointer(e,n,i,A,o,l,f,u,d)},t.prototype._renderTicks=function(e,n,i,a,o,s,u,l,f){for(var h=this.group,c=o.cx,v=o.cy,p=o.r,g=+e.get("min"),d=+e.get("max"),y=e.getModel("splitLine"),m=e.getModel("axisTick"),_=e.getModel("axisLabel"),S=e.get("splitNumber"),w=m.get("splitNumber"),b=rt(y.get("length"),p),x=rt(m.get("length"),p),A=s,D=(u-s)/S,C=D/w,T=y.getModel("lineStyle").getLineStyle(),I=m.getModel("lineStyle").getLineStyle(),F=y.get("distance"),P,L,R=0;R<=S;R++){if(P=Math.cos(A),L=Math.sin(A),y.get("show")){var k=F?F+f:f,B=new de({shape:{x1:P*(p-k)+c,y1:L*(p-k)+v,x2:P*(p-b-k)+c,y2:L*(p-b-k)+v},style:T,silent:!0});T.stroke==="auto"&&B.setStyle({stroke:a(R/S)}),h.add(B)}if(_.get("show")){var k=_.get("distance")+F,N=Ic(Se(R/S*(d-g)+g),_.get("formatter")),z=a(R/S),W=P*(p-b-k)+c,G=L*(p-b-k)+v,V=_.get("rotate"),$=0;V==="radial"?($=-A+2*Math.PI,$>Math.PI/2&&($+=Math.PI)):V==="tangential"?$=-A-Math.PI/2:Bt(V)&&($=V*Math.PI/180),$===0?h.add(new Mt({style:$t(_,{text:N,x:W,y:G,verticalAlign:L<-.8?"top":L>.8?"bottom":"middle",align:P<-.4?"left":P>.4?"right":"center"},{inheritColor:z}),silent:!0})):h.add(new Mt({style:$t(_,{text:N,x:W,y:G,verticalAlign:"middle",align:"center"},{inheritColor:z}),silent:!0,originX:W,originY:G,rotation:$}))}if(m.get("show")&&R!==S){var k=m.get("distance");k=k?k+f:f;for(var X=0;X<=w;X++){P=Math.cos(A),L=Math.sin(A);var q=new de({shape:{x1:P*(p-k)+c,y1:L*(p-k)+v,x2:P*(p-x-k)+c,y2:L*(p-x-k)+v},silent:!0,style:I});I.stroke==="auto"&&q.setStyle({stroke:a((R+X/w)/S)}),h.add(q),A+=C}A-=C}else A+=D}},t.prototype._renderPointer=function(e,n,i,a,o,s,u,l,f){var h=this.group,c=this._data,v=this._progressEls,p=[],g=e.get(["pointer","show"]),d=e.getModel("progress"),y=d.get("show"),m=e.getData(),_=m.mapDimension("value"),S=+e.get("min"),w=+e.get("max"),b=[S,w],x=[s,u];function A(C,T){var I=m.getItemModel(C),F=I.getModel("pointer"),P=rt(F.get("width"),o.r),L=rt(F.get("length"),o.r),R=e.get(["pointer","icon"]),k=F.get("offsetCenter"),B=rt(k[0],o.r),N=rt(k[1],o.r),z=F.get("keepAspect"),W;return R?W=le(R,B-P/2,N-L,P,L,null,z):W=new oj({shape:{angle:-Math.PI/2,width:P,r:L,x:B,y:N}}),W.rotation=-(T+Math.PI/2),W.x=o.cx,W.y=o.cy,W}function D(C,T){var I=d.get("roundCap"),F=I?hc:gr,P=d.get("overlap"),L=P?d.get("width"):f/m.count(),R=P?o.r-L:o.r-(C+1)*L,k=P?o.r:o.r-C*L,B=new F({shape:{startAngle:s,endAngle:T,cx:o.cx,cy:o.cy,clockwise:l,r0:R,r:k}});return P&&(B.z2=w-m.get(_,C)%w),B}(y||g)&&(m.diff(c).add(function(C){var T=m.get(_,C);if(g){var I=A(C,s);qt(I,{rotation:-((isNaN(+T)?x[0]:Jt(T,b,x,!0))+Math.PI/2)},e),h.add(I),m.setItemGraphicEl(C,I)}if(y){var F=D(C,s),P=d.get("clip");qt(F,{shape:{endAngle:Jt(T,b,x,P)}},e),h.add(F),Ud(e.seriesIndex,m.dataType,C,F),p[C]=F}}).update(function(C,T){var I=m.get(_,C);if(g){var F=c.getItemGraphicEl(T),P=F?F.rotation:s,L=A(C,P);L.rotation=P,It(L,{rotation:-((isNaN(+I)?x[0]:Jt(I,b,x,!0))+Math.PI/2)},e),h.add(L),m.setItemGraphicEl(C,L)}if(y){var R=v[T],k=R?R.shape.endAngle:s,B=D(C,k),N=d.get("clip");It(B,{shape:{endAngle:Jt(I,b,x,N)}},e),h.add(B),Ud(e.seriesIndex,m.dataType,C,B),p[C]=B}}).execute(),m.each(function(C){var T=m.getItemModel(C),I=T.getModel("emphasis"),F=I.get("focus"),P=I.get("blurScope"),L=I.get("disabled");if(g){var R=m.getItemGraphicEl(C),k=m.getItemVisual(C,"style"),B=k.fill;if(R instanceof Me){var N=R.style;R.useStyle(H({image:N.image,x:N.x,y:N.y,width:N.width,height:N.height},k))}else R.useStyle(k),R.type!=="pointer"&&R.setColor(B);R.setStyle(T.getModel(["pointer","itemStyle"]).getItemStyle()),R.style.fill==="auto"&&R.setStyle("fill",a(Jt(m.get(_,C),b,[0,1],!0))),R.z2EmphasisLift=0,Ae(R,T),ee(R,F,P,L)}if(y){var z=p[C];z.useStyle(m.getItemVisual(C,"style")),z.setStyle(T.getModel(["progress","itemStyle"]).getItemStyle()),z.z2EmphasisLift=0,Ae(z,T),ee(z,F,P,L)}}),this._progressEls=p)},t.prototype._renderAnchor=function(e,n){var i=e.getModel("anchor"),a=i.get("show");if(a){var o=i.get("size"),s=i.get("icon"),u=i.get("offsetCenter"),l=i.get("keepAspect"),f=le(s,n.cx-o/2+rt(u[0],n.r),n.cy-o/2+rt(u[1],n.r),o,o,null,l);f.z2=i.get("showAbove")?1:0,f.setStyle(i.getModel("itemStyle").getItemStyle()),this.group.add(f)}},t.prototype._renderTitleAndDetail=function(e,n,i,a,o){var s=this,u=e.getData(),l=u.mapDimension("value"),f=+e.get("min"),h=+e.get("max"),c=new at,v=[],p=[],g=e.isAnimationEnabled(),d=e.get(["pointer","showAbove"]);u.diff(this._data).add(function(y){v[y]=new Mt({silent:!0}),p[y]=new Mt({silent:!0})}).update(function(y,m){v[y]=s._titleEls[m],p[y]=s._detailEls[m]}).execute(),u.each(function(y){var m=u.getItemModel(y),_=u.get(l,y),S=new at,w=a(Jt(_,[f,h],[0,1],!0)),b=m.getModel("title");if(b.get("show")){var x=b.get("offsetCenter"),A=o.cx+rt(x[0],o.r),D=o.cy+rt(x[1],o.r),C=v[y];C.attr({z2:d?0:2,style:$t(b,{x:A,y:D,text:u.getName(y),align:"center",verticalAlign:"middle"},{inheritColor:w})}),S.add(C)}var T=m.getModel("detail");if(T.get("show")){var I=T.get("offsetCenter"),F=o.cx+rt(I[0],o.r),P=o.cy+rt(I[1],o.r),L=rt(T.get("width"),o.r),R=rt(T.get("height"),o.r),k=e.get(["progress","show"])?u.getItemVisual(y,"style").fill:w,C=p[y],B=T.get("formatter");C.attr({z2:d?0:2,style:$t(T,{x:F,y:P,text:Ic(_,B),width:isNaN(L)?null:L,height:isNaN(R)?null:R,align:"center",verticalAlign:"middle"},{inheritColor:k})}),y2(C,{normal:T},_,function(z){return Ic(z,B)}),g&&m2(C,y,u,e,{getFormattedLabel:function(z,W,G,V,$,X){return Ic(X?X.interpolatedValue:_,B)}}),S.add(C)}c.add(S)}),this.group.add(c),this._titleEls=v,this._detailEls=p},t.type="gauge",t})(Nt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.visualStyleAccessPath="itemStyle",e}return t.prototype.getInitialData=function(e,n){return ls(this,["value"])},t.type="series.gauge",t.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},t}(Ht);var uj=["itemStyle","opacity"],lj=function(r){O(t,r);function t(e,n){var i=r.call(this)||this,a=i,o=new Ve,s=new Mt;return a.setTextContent(s),i.setTextGuideLine(o),i.updateData(e,n,!0),i}return t.prototype.updateData=function(e,n,i){var a=this,o=e.hostModel,s=e.getItemModel(n),u=e.getItemLayout(n),l=s.getModel("emphasis"),f=s.get(uj);f=f==null?1:f,i||Jr(a),a.useStyle(e.getItemVisual(n,"style")),a.style.lineJoin="round",i?(a.setShape({points:u.points}),a.style.opacity=0,qt(a,{style:{opacity:f}},o,n)):It(a,{style:{opacity:f},shape:{points:u.points}},o,n),Ae(a,s),this._updateLabel(e,n),ee(this,l.get("focus"),l.get("blurScope"),l.get("disabled"))},t.prototype._updateLabel=function(e,n){var i=this,a=this.getTextGuideLine(),o=i.getTextContent(),s=e.hostModel,u=e.getItemModel(n),l=e.getItemLayout(n),f=l.label,h=e.getItemVisual(n,"style"),c=h.fill;Ce(o,ge(u),{labelFetcher:e.hostModel,labelDataIndex:n,defaultOpacity:h.opacity,defaultText:e.getName(n)},{normal:{align:f.textAlign,verticalAlign:f.verticalAlign}}),i.setTextConfig({local:!0,inside:!!f.inside,insideStroke:c,outsideFill:c});var v=f.linePoints;a.setShape({points:v}),i.textGuideLineConfig={anchor:v?new gt(v[0][0],v[0][1]):null},It(o,{style:{x:f.x,y:f.y}},s,n),o.attr({rotation:f.rotation,originX:f.x,originY:f.y,z2:10}),yy(i,my(u),{stroke:c})},t}(er);(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.ignoreLabelLineUpdate=!0,e}return t.prototype.render=function(e,n,i){var a=e.getData(),o=this._data,s=this.group;a.diff(o).add(function(u){var l=new lj(a,u);a.setItemGraphicEl(u,l),s.add(l)}).update(function(u,l){var f=o.getItemGraphicEl(l);f.updateData(a,u),s.add(f),a.setItemGraphicEl(u,f)}).remove(function(u){var l=o.getItemGraphicEl(u);xu(l,e,u)}).execute(),this._data=a},t.prototype.remove=function(){this.group.removeAll(),this._data=null},t.prototype.dispose=function(){},t.type="funnel",t})(Nt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new sl(Z(this.getData,this),Z(this.getRawData,this)),this._defaultLabelLine(e)},t.prototype.getInitialData=function(e,n){return ls(this,{coordDimensions:["value"],encodeDefaulter:pt(Ag,this)})},t.prototype._defaultLabelLine=function(e){pa(e,"labelLine",["show"]);var n=e.labelLine,i=e.emphasis.labelLine;n.show=n.show&&e.label.show,i.show=i.show&&e.emphasis.label.show},t.prototype.getDataParams=function(e){var n=this.getData(),i=r.prototype.getDataParams.call(this,e),a=n.mapDimension("value"),o=n.getSum(a);return i.percent=o?+(n.get(a,e)/o*100).toFixed(2):0,i.$vars.push("percent"),i},t.type="series.funnel",t.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},t}(Ht);var fj=.3;(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._dataGroup=new at,e._initialized=!1,e}return t.prototype.init=function(){this.group.add(this._dataGroup)},t.prototype.render=function(e,n,i,a){this._progressiveEls=null;var o=this._dataGroup,s=e.getData(),u=this._data,l=e.coordinateSystem,f=l.dimensions,h=XE(e);s.diff(u).add(c).update(v).remove(p).execute();function c(d){var y=YE(s,o,d,f,l);p0(y,s,d,h)}function v(d,y){var m=u.getItemGraphicEl(y),_=UE(s,d,f,l);s.setItemGraphicEl(d,m),It(m,{shape:{points:_}},e,d),Jr(m),p0(m,s,d,h)}function p(d){var y=u.getItemGraphicEl(d);o.remove(y)}if(!this._initialized){this._initialized=!0;var g=hj(l,e,function(){setTimeout(function(){o.removeClipPath()})});o.setClipPath(g)}this._data=s},t.prototype.incrementalPrepareRender=function(e,n,i){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},t.prototype.incrementalRender=function(e,n,i){for(var a=n.getData(),o=n.coordinateSystem,s=o.dimensions,u=XE(n),l=this._progressiveEls=[],f=e.start;f<e.end;f++){var h=YE(a,this._dataGroup,f,s,o);h.incremental=!0,p0(h,a,f,u),l.push(h)}},t.prototype.remove=function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null},t.type="parallel",t})(Nt);function hj(r,t,e){var n=r.model,i=r.getRect(),a=new Et({shape:{x:i.x,y:i.y,width:i.width,height:i.height}}),o=n.get("layout")==="horizontal"?"width":"height";return a.setShape(o,0),qt(a,{shape:{width:i.width,height:i.height}},t,e),a}function UE(r,t,e,n){for(var i=[],a=0;a<e.length;a++){var o=e[a],s=r.get(r.mapDimension(o),t);cj(s,n.getAxis(o).type)||i.push(n.dataToPoint(s,o))}return i}function YE(r,t,e,n,i){var a=UE(r,e,n,i),o=new Ve({shape:{points:a},z2:10});return t.add(o),r.setItemGraphicEl(e,o),o}function XE(r){var t=r.get("smooth",!0);return t===!0&&(t=fj),t=iu(t),Fb(t)&&(t=0),{smooth:t}}function p0(r,t,e,n){r.useStyle(t.getItemVisual(e,"style")),r.style.fill=null,r.setShape("smooth",n.smooth);var i=t.getItemModel(e),a=i.getModel("emphasis");Ae(r,i,"lineStyle"),ee(r,a.get("focus"),a.get("blurScope"),a.get("disabled"))}function cj(r,t){return t==="category"?r==null:r==null||isNaN(r)}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.visualStyleAccessPath="lineStyle",e.visualDrawType="stroke",e}return t.prototype.getInitialData=function(e,n){return ii(null,this,{useEncodeDefaulter:Z(vj,null,this)})},t.prototype.getRawIndicesByActiveState=function(e){var n=this.coordinateSystem,i=this.getData(),a=[];return n.eachActiveState(i,function(o,s){e===o&&a.push(i.getRawIndex(s))}),a},t.type="series.parallel",t.dependencies=["parallel"],t.defaultOption={z:2,coordinateSystem:"parallel",parallelIndex:0,label:{show:!1},inactiveOpacity:.05,activeOpacity:1,lineStyle:{width:1,opacity:.45,type:"solid"},emphasis:{label:{show:!1}},progressive:500,smooth:!1,animationEasing:"linear"},t})(Ht);function vj(r){var t=r.ecModel.getComponent("parallel",r.get("parallelIndex"));if(!!t){var e={};return E(t.dimensions,function(n){var i=pj(n);e[n]=i}),e}}function pj(r){return+r.replace("dim","")}var dj=5;(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){this._model=e,this._api=i,this._handlers||(this._handlers={},E(gj,function(a,o){i.getZr().on(o,this._handlers[o]=Z(a,this))},this)),Bh(this,"_throttledDispatchExpand",e.get("axisExpandRate"),"fixRate")},t.prototype.dispose=function(e,n){Nu(this,"_throttledDispatchExpand"),E(this._handlers,function(i,a){n.getZr().off(a,i)}),this._handlers=null},t.prototype._throttledDispatchExpand=function(e){this._dispatchExpand(e)},t.prototype._dispatchExpand=function(e){e&&this._api.dispatchAction(H({type:"parallelAxisExpand"},e))},t.type="parallel",t})(Kt);var gj={mousedown:function(r){d0(this,"click")&&(this._mouseDownPoint=[r.offsetX,r.offsetY])},mouseup:function(r){var t=this._mouseDownPoint;if(d0(this,"click")&&t){var e=[r.offsetX,r.offsetY],n=Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2);if(n>dj)return;var i=this._model.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]);i.behavior!=="none"&&this._dispatchExpand({axisExpandWindow:i.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(r){if(!(this._mouseDownPoint||!d0(this,"mousemove"))){var t=this._model,e=t.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]),n=e.behavior;n==="jump"&&this._throttledDispatchExpand.debounceNextCall(t.get("axisExpandDebounce")),this._throttledDispatchExpand(n==="none"?null:{axisExpandWindow:e.axisExpandWindow,animation:n==="jump"?null:{duration:0}})}}};function d0(r,t){var e=r._model;return e.get("axisExpandable")&&e.get("axisExpandTriggerOn")===t}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(){r.prototype.init.apply(this,arguments),this.mergeOption({})},t.prototype.mergeOption=function(e){var n=this.option;e&&St(n,e,!0),this._initDimensions()},t.prototype.contains=function(e,n){var i=e.get("parallelIndex");return i!=null&&n.getComponent("parallel",i)===this},t.prototype.setAxisExpand=function(e){E(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(n){e.hasOwnProperty(n)&&(this.option[n]=e[n])},this)},t.prototype._initDimensions=function(){var e=this.dimensions=[],n=this.parallelAxisIndex=[],i=Xt(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(a){return(a.get("parallelIndex")||0)===this.componentIndex},this);E(i,function(a){e.push("dim"+a.get("dim")),n.push(a.componentIndex)})},t.type="parallel",t.dependencies=["parallelAxis"],t.layoutMode="box",t.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},t})(wt),function(r){O(t,r);function t(e,n,i,a,o){var s=r.call(this,e,n,i)||this;return s.type=a||"value",s.axisIndex=o,s}return t.prototype.isHorizontal=function(){return this.coordinateSystem.getModel().get("layout")!=="horizontal"},t}(on);function _l(r,t,e,n,i,a){r=r||0;var o=e[1]-e[0];if(i!=null&&(i=vs(i,[0,o])),a!=null&&(a=Math.max(a,i!=null?i:0)),n==="all"){var s=Math.abs(t[1]-t[0]);s=vs(s,[0,o]),i=a=vs(s,[i,a]),n=0}t[0]=vs(t[0],e),t[1]=vs(t[1],e);var u=g0(t,n);t[n]+=r;var l=i||0,f=e.slice();u.sign<0?f[0]+=l:f[1]-=l,t[n]=vs(t[n],f);var h;return h=g0(t,n),i!=null&&(h.sign!==u.sign||h.span<i)&&(t[1-n]=t[n]+u.sign*i),h=g0(t,n),a!=null&&h.span>a&&(t[1-n]=t[n]+h.sign*a),t}function g0(r,t){var e=r[t]-r[1-t];return{span:Math.abs(e),sign:e>0?-1:e<0?1:t?-1:1}}function vs(r,t){return Math.min(t[1]!=null?t[1]:1/0,Math.max(t[0]!=null?t[0]:-1/0,r))}var yj=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.activeIntervals=[],e}return t.prototype.getAreaSelectStyle=function(){return ya([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},t.prototype.setActiveIntervals=function(e){var n=this.activeIntervals=st(e);if(n)for(var i=n.length-1;i>=0;i--)_n(n[i])},t.prototype.getActiveState=function(e){var n=this.activeIntervals;if(!n.length)return"normal";if(e==null||isNaN(+e))return"inactive";if(n.length===1){var i=n[0];if(i[0]<=e&&e<=i[1])return"active"}else for(var a=0,o=n.length;a<o;a++)if(n[a][0]<=e&&e<=n[a][1])return"active";return"inactive"},t}(wt);se(yj,tl);var uo=!0,Sl=Math.min,ps=Math.max,mj=Math.pow,_j=1e4,Sj=6,bj=6,ZE="globalPan",wj={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},xj={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},qE={brushStyle:{lineWidth:2,stroke:"rgba(210,219,238,0.3)",fill:"#D2DBEE"},transformable:!0,brushMode:"single",removeOnClick:!1},Aj=0,y0=function(r){O(t,r);function t(e){var n=r.call(this)||this;return n._track=[],n._covers=[],n._handlers={},n._zr=e,n.group=new at,n._uid="brushController_"+Aj++,E(Ij,function(i,a){this._handlers[a]=Z(i,this)},n),n}return t.prototype.enableBrush=function(e){return this._brushType&&this._doDisableBrush(),e.brushType&&this._doEnableBrush(e),this},t.prototype._doEnableBrush=function(e){var n=this._zr;this._enableGlobalPan||Gq(n,ZE,this._uid),E(this._handlers,function(i,a){n.on(a,i)}),this._brushType=e.brushType,this._brushOption=St(st(qE),e,!0)},t.prototype._doDisableBrush=function(){var e=this._zr;Vq(e,ZE,this._uid),E(this._handlers,function(n,i){e.off(i,n)}),this._brushType=this._brushOption=null},t.prototype.setPanels=function(e){if(e&&e.length){var n=this._panels={};E(e,function(i){n[i.panelId]=st(i)})}else this._panels=null;return this},t.prototype.mount=function(e){e=e||{},this._enableGlobalPan=e.enableGlobalPan;var n=this.group;return this._zr.add(n),n.attr({x:e.x||0,y:e.y||0,rotation:e.rotation||0,scaleX:e.scaleX||1,scaleY:e.scaleY||1}),this._transform=n.getLocalTransform(),this},t.prototype.updateCovers=function(e){e=U(e,function(c){return St(st(qE),c,!0)});var n="\0-brush-index-",i=this._covers,a=this._covers=[],o=this,s=this._creatingCover;return new Xa(i,e,l,u).add(f).update(f).remove(h).execute(),this;function u(c,v){return(c.id!=null?c.id:n+v)+"-"+c.brushType}function l(c,v){return u(c.__brushOption,v)}function f(c,v){var p=e[c];if(v!=null&&i[v]===s)a[c]=i[v];else{var g=a[c]=v!=null?(i[v].__brushOption=p,i[v]):jE(o,KE(o,p));m0(o,g)}}function h(c){i[c]!==s&&o.group.remove(i[c])}},t.prototype.unmount=function(){return this.enableBrush(!1),b0(this),this._zr.remove(this.group),this},t.prototype.dispose=function(){this.unmount(),this.off()},t}(Cr);function KE(r,t){var e=Pc[t.brushType].createCover(r,t);return e.__brushOption=t,QE(e,t),r.group.add(e),e}function jE(r,t){var e=_0(t);return e.endCreating&&(e.endCreating(r,t),QE(t,t.__brushOption)),t}function JE(r,t){var e=t.__brushOption;_0(t).updateCoverShape(r,t,e.range,e)}function QE(r,t){var e=t.z;e==null&&(e=_j),r.traverse(function(n){n.z=e,n.z2=e})}function m0(r,t){_0(t).updateCommon(r,t),JE(r,t)}function _0(r){return Pc[r.__brushOption.brushType]}function S0(r,t,e){var n=r._panels;if(!n)return uo;var i,a=r._transform;return E(n,function(o){o.isTargetByCursor(t,e,a)&&(i=o)}),i}function t5(r,t){var e=r._panels;if(!e)return uo;var n=t.__brushOption.panelId;return n!=null?e[n]:uo}function b0(r){var t=r._covers,e=t.length;return E(t,function(n){r.group.remove(n)},r),t.length=0,!!e}function lo(r,t){var e=U(r._covers,function(n){var i=n.__brushOption,a=st(i.range);return{brushType:i.brushType,panelId:i.panelId,range:a}});r.trigger("brush",{areas:e,isEnd:!!t.isEnd,removeOnClick:!!t.removeOnClick})}function Cj(r){var t=r._track;if(!t.length)return!1;var e=t[t.length-1],n=t[0],i=e[0]-n[0],a=e[1]-n[1],o=mj(i*i+a*a,.5);return o>Sj}function e5(r){var t=r.length-1;return t<0&&(t=0),[r[0],r[t]]}function r5(r,t,e,n){var i=new at;return i.add(new Et({name:"main",style:x0(e),silent:!0,draggable:!0,cursor:"move",drift:pt(a5,r,t,i,["n","s","w","e"]),ondragend:pt(lo,t,{isEnd:!0})})),E(n,function(a){i.add(new Et({name:a.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:pt(a5,r,t,i,a),ondragend:pt(lo,t,{isEnd:!0})}))}),i}function n5(r,t,e,n){var i=n.brushStyle.lineWidth||0,a=ps(i,bj),o=e[0][0],s=e[1][0],u=o-i/2,l=s-i/2,f=e[0][1],h=e[1][1],c=f-a+i/2,v=h-a+i/2,p=f-o,g=h-s,d=p+i,y=g+i;oi(r,t,"main",o,s,p,g),n.transformable&&(oi(r,t,"w",u,l,a,y),oi(r,t,"e",c,l,a,y),oi(r,t,"n",u,l,d,a),oi(r,t,"s",u,v,d,a),oi(r,t,"nw",u,l,a,a),oi(r,t,"ne",c,l,a,a),oi(r,t,"sw",u,v,a,a),oi(r,t,"se",c,v,a,a))}function w0(r,t){var e=t.__brushOption,n=e.transformable,i=t.childAt(0);i.useStyle(x0(e)),i.attr({silent:!n,cursor:n?"move":"default"}),E([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(a){var o=t.childOfName(a.join("")),s=a.length===1?A0(r,a[0]):Dj(r,a);o&&o.attr({silent:!n,invisible:!n,cursor:n?xj[s]+"-resize":null})})}function oi(r,t,e,n,i,a,o){var s=t.childOfName(e);s&&s.setShape(Mj(C0(r,t,[[n,i],[n+a,i+o]])))}function x0(r){return ft({strokeNoScale:!0},r.brushStyle)}function i5(r,t,e,n){var i=[Sl(r,e),Sl(t,n)],a=[ps(r,e),ps(t,n)];return[[i[0],a[0]],[i[1],a[1]]]}function Tj(r){return Fa(r.group)}function A0(r,t){var e={w:"left",e:"right",n:"top",s:"bottom"},n={left:"w",right:"e",top:"n",bottom:"s"},i=ch(e[t],Tj(r));return n[i]}function Dj(r,t){var e=[A0(r,t[0]),A0(r,t[1])];return(e[0]==="e"||e[0]==="w")&&e.reverse(),e.join("")}function a5(r,t,e,n,i,a){var o=e.__brushOption,s=r.toRectRange(o.range),u=o5(t,i,a);E(n,function(l){var f=wj[l];s[f[0]][f[1]]+=u[f[0]]}),o.range=r.fromRectRange(i5(s[0][0],s[1][0],s[0][1],s[1][1])),m0(t,e),lo(t,{isEnd:!1})}function Ej(r,t,e,n){var i=t.__brushOption.range,a=o5(r,e,n);E(i,function(o){o[0]+=a[0],o[1]+=a[1]}),m0(r,t),lo(r,{isEnd:!1})}function o5(r,t,e){var n=r.group,i=n.transformCoordToLocal(t,e),a=n.transformCoordToLocal(0,0);return[i[0]-a[0],i[1]-a[1]]}function C0(r,t,e){var n=t5(r,t);return n&&n!==uo?n.clipPath(e,r._transform):st(e)}function Mj(r){var t=Sl(r[0][0],r[1][0]),e=Sl(r[0][1],r[1][1]),n=ps(r[0][0],r[1][0]),i=ps(r[0][1],r[1][1]);return{x:t,y:e,width:n-t,height:i-e}}function Lj(r,t,e){if(!(!r._brushType||Pj(r,t.offsetX,t.offsetY))){var n=r._zr,i=r._covers,a=S0(r,t,e);if(!r._dragging)for(var o=0;o<i.length;o++){var s=i[o].__brushOption;if(a&&(a===uo||s.panelId===a.panelId)&&Pc[s.brushType].contain(i[o],e[0],e[1]))return}a&&n.setCursorStyle("crosshair")}}function T0(r){var t=r.event;t.preventDefault&&t.preventDefault()}function D0(r,t,e){return r.childOfName("main").contain(t,e)}function s5(r,t,e,n){var i=r._creatingCover,a=r._creatingPanel,o=r._brushOption,s;if(r._track.push(e.slice()),Cj(r)||i){if(a&&!i){o.brushMode==="single"&&b0(r);var u=st(o);u.brushType=u5(u.brushType,a),u.panelId=a===uo?null:a.panelId,i=r._creatingCover=KE(r,u),r._covers.push(i)}if(i){var l=Pc[u5(r._brushType,a)],f=i.__brushOption;f.range=l.getCreatingRange(C0(r,i,r._track)),n&&(jE(r,i),l.updateCommon(r,i)),JE(r,i),s={isEnd:n}}}else n&&o.brushMode==="single"&&o.removeOnClick&&S0(r,t,e)&&b0(r)&&(s={isEnd:n,removeOnClick:!0});return s}function u5(r,t){return r==="auto"?t.defaultBrushType:r}var Ij={mousedown:function(r){if(this._dragging)l5(this,r);else if(!r.target||!r.target.draggable){T0(r);var t=this.group.transformCoordToLocal(r.offsetX,r.offsetY);this._creatingCover=null;var e=this._creatingPanel=S0(this,r,t);e&&(this._dragging=!0,this._track=[t.slice()])}},mousemove:function(r){var t=r.offsetX,e=r.offsetY,n=this.group.transformCoordToLocal(t,e);if(Lj(this,r,n),this._dragging){T0(r);var i=s5(this,r,n,!1);i&&lo(this,i)}},mouseup:function(r){l5(this,r)}};function l5(r,t){if(r._dragging){T0(t);var e=t.offsetX,n=t.offsetY,i=r.group.transformCoordToLocal(e,n),a=s5(r,t,i,!0);r._dragging=!1,r._track=[],r._creatingCover=null,a&&lo(r,a)}}function Pj(r,t,e){var n=r._zr;return t<0||t>n.getWidth()||e<0||e>n.getHeight()}var Pc={lineX:f5(0),lineY:f5(1),rect:{createCover:function(r,t){function e(n){return n}return r5({toRectRange:e,fromRectRange:e},r,t,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(r){var t=e5(r);return i5(t[1][0],t[1][1],t[0][0],t[0][1])},updateCoverShape:function(r,t,e,n){n5(r,t,e,n)},updateCommon:w0,contain:D0},polygon:{createCover:function(r,t){var e=new at;return e.add(new Ve({name:"main",style:x0(t),silent:!0})),e},getCreatingRange:function(r){return r},endCreating:function(r,t){t.remove(t.childAt(0)),t.add(new er({name:"main",draggable:!0,drift:pt(Ej,r,t),ondragend:pt(lo,r,{isEnd:!0})}))},updateCoverShape:function(r,t,e,n){t.childAt(0).setShape({points:C0(r,t,e)})},updateCommon:w0,contain:D0}};function f5(r){return{createCover:function(t,e){return r5({toRectRange:function(n){var i=[n,[0,100]];return r&&i.reverse(),i},fromRectRange:function(n){return n[r]}},t,e,[[["w"],["e"]],[["n"],["s"]]][r])},getCreatingRange:function(t){var e=e5(t),n=Sl(e[0][r],e[1][r]),i=ps(e[0][r],e[1][r]);return[n,i]},updateCoverShape:function(t,e,n,i){var a,o=t5(t,e);if(o!==uo&&o.getLinearBrushOtherExtent)a=o.getLinearBrushOtherExtent(r);else{var s=t._zr;a=[0,[s.getWidth(),s.getHeight()][1-r]]}var u=[n,a];r&&u.reverse(),n5(t,e,u,i)},updateCommon:w0,contain:D0}}function h5(r){return r=E0(r),function(t){return l2(t,r)}}function c5(r,t){return r=E0(r),function(e){var n=t!=null?t:e,i=n?r.width:r.height,a=n?r.x:r.y;return[a,a+(i||0)]}}function v5(r,t,e){var n=E0(r);return function(i,a){return n.contain(a[0],a[1])&&!_c(i,t,e)}}function E0(r){return yt.create(r)}var Fj=["axisLine","axisTickLabel","axisName"];(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e,n){r.prototype.init.apply(this,arguments),(this._brushController=new y0(n.getZr())).on("brush",Z(this._onBrush,this))},t.prototype.render=function(e,n,i,a){if(!Rj(e,n,a)){this.axisModel=e,this.api=i,this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new at,this.group.add(this._axisGroup),!!e.get("show")){var s=Oj(e,n),u=s.coordinateSystem,l=e.getAreaSelectStyle(),f=l.width,h=e.axis.dim,c=u.getAxisLayout(h),v=H({strokeContainThreshold:f},c),p=new Ye(e,v);E(Fj,p.add,p),this._axisGroup.add(p.getGroup()),this._refreshBrushController(v,l,e,s,f,i),Au(o,this._axisGroup,e)}}},t.prototype._refreshBrushController=function(e,n,i,a,o,s){var u=i.axis.getExtent(),l=u[1]-u[0],f=Math.min(30,Math.abs(l)*.1),h=yt.create({x:u[0],y:-o/2,width:l,height:o});h.x-=f,h.width+=2*f,this._brushController.mount({enableGlobalPan:!0,rotation:e.rotation,x:e.position[0],y:e.position[1]}).setPanels([{panelId:"pl",clipPath:h5(h),isTargetByCursor:v5(h,s,a),getLinearBrushOtherExtent:c5(h,0)}]).enableBrush({brushType:"lineX",brushStyle:n,removeOnClick:!0}).updateCovers(Bj(i))},t.prototype._onBrush=function(e){var n=e.areas,i=this.axisModel,a=i.axis,o=U(n,function(s){return[a.coordToData(s.range[0],!0),a.coordToData(s.range[1],!0)]});(!i.option.realtime===e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:i.id,intervals:o})},t.prototype.dispose=function(){this._brushController.dispose()},t.type="parallelAxis",t})(Kt);function Rj(r,t,e){return e&&e.type==="axisAreaSelect"&&t.findComponents({mainType:"parallelAxis",query:e})[0]===r}function Bj(r){var t=r.axis;return U(r.activeIntervals,function(e){return{brushType:"lineX",panelId:"pl",range:[t.dataToCoord(e[0],!0),t.dataToCoord(e[1],!0)]}})}function Oj(r,t){return t.getComponent("parallel",r.get("parallelIndex"))}var kj=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0}return r}(),Nj=function(r){O(t,r);function t(e){return r.call(this,e)||this}return t.prototype.getDefaultShape=function(){return new kj},t.prototype.buildPath=function(e,n){var i=n.extent;e.moveTo(n.x1,n.y1),e.bezierCurveTo(n.cpx1,n.cpy1,n.cpx2,n.cpy2,n.x2,n.y2),n.orient==="vertical"?(e.lineTo(n.x2+i,n.y2),e.bezierCurveTo(n.cpx2+i,n.cpy2,n.cpx1+i,n.cpy1,n.x1+i,n.y1)):(e.lineTo(n.x2,n.y2+i),e.bezierCurveTo(n.cpx2,n.cpy2+i,n.cpx1,n.cpy1+i,n.x1,n.y1+i)),e.closePath()},t.prototype.highlight=function(){ti(this)},t.prototype.downplay=function(){ei(this)},t}(Dt);(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._focusAdjacencyDisabled=!1,e}return t.prototype.render=function(e,n,i){var a=this,o=e.getGraph(),s=this.group,u=e.layoutInfo,l=u.width,f=u.height,h=e.getData(),c=e.getData("edge"),v=e.get("orient");this._model=e,s.removeAll(),s.x=u.x,s.y=u.y,o.eachEdge(function(p){var g=new Nj,d=ut(g);d.dataIndex=p.dataIndex,d.seriesIndex=e.seriesIndex,d.dataType="edge";var y=p.getModel(),m=y.getModel("lineStyle"),_=m.get("curveness"),S=p.node1.getLayout(),w=p.node1.getModel(),b=w.get("localX"),x=w.get("localY"),A=p.node2.getLayout(),D=p.node2.getModel(),C=D.get("localX"),T=D.get("localY"),I=p.getLayout(),F,P,L,R,k,B,N,z;g.shape.extent=Math.max(1,I.dy),g.shape.orient=v,v==="vertical"?(F=(b!=null?b*l:S.x)+I.sy,P=(x!=null?x*f:S.y)+S.dy,L=(C!=null?C*l:A.x)+I.ty,R=T!=null?T*f:A.y,k=F,B=P*(1-_)+R*_,N=L,z=P*_+R*(1-_)):(F=(b!=null?b*l:S.x)+S.dx,P=(x!=null?x*f:S.y)+I.sy,L=C!=null?C*l:A.x,R=(T!=null?T*f:A.y)+I.ty,k=F*(1-_)+L*_,B=P,N=F*_+L*(1-_),z=R),g.setShape({x1:F,y1:P,x2:L,y2:R,cpx1:k,cpy1:B,cpx2:N,cpy2:z}),g.useStyle(m.getItemStyle()),p5(g.style,v,p);var W=""+y.get("value"),G=ge(y,"edgeLabel");Ce(g,G,{labelFetcher:{getFormattedLabel:function(X,q,K,tt,vt,nt){return e.getFormattedLabel(X,q,"edge",tt,Hn(vt,G.normal&&G.normal.get("formatter"),W),nt)}},labelDataIndex:p.dataIndex,defaultText:W}),g.setTextConfig({position:"inside"});var V=y.getModel("emphasis");Ae(g,y,"lineStyle",function(X){var q=X.getItemStyle();return p5(q,v,p),q}),s.add(g),c.setItemGraphicEl(p.dataIndex,g);var $=V.get("focus");ee(g,$==="adjacency"?p.getAdjacentDataIndices():$==="trajectory"?p.getTrajectoryDataIndices():$,V.get("blurScope"),V.get("disabled"))}),o.eachNode(function(p){var g=p.getLayout(),d=p.getModel(),y=d.get("localX"),m=d.get("localY"),_=d.getModel("emphasis"),S=d.get(["itemStyle","borderRadius"])||0,w=new Et({shape:{x:y!=null?y*l:g.x,y:m!=null?m*f:g.y,width:g.dx,height:g.dy,r:S},style:d.getModel("itemStyle").getItemStyle(),z2:10});Ce(w,ge(d),{labelFetcher:{getFormattedLabel:function(x,A){return e.getFormattedLabel(x,A,"node")}},labelDataIndex:p.dataIndex,defaultText:p.id}),w.disableLabelAnimation=!0,w.setStyle("fill",p.getVisual("color")),w.setStyle("decal",p.getVisual("style").decal),Ae(w,d),s.add(w),h.setItemGraphicEl(p.dataIndex,w),ut(w).dataType="node";var b=_.get("focus");ee(w,b==="adjacency"?p.getAdjacentDataIndices():b==="trajectory"?p.getTrajectoryDataIndices():b,_.get("blurScope"),_.get("disabled"))}),h.eachItemGraphicEl(function(p,g){var d=h.getItemModel(g);d.get("draggable")&&(p.drift=function(y,m){a._focusAdjacencyDisabled=!0,this.shape.x+=y,this.shape.y+=m,this.dirty(),i.dispatchAction({type:"dragNode",seriesId:e.id,dataIndex:h.getRawIndex(g),localX:this.shape.x/l,localY:this.shape.y/f})},p.ondragend=function(){a._focusAdjacencyDisabled=!1},p.draggable=!0,p.cursor="move")}),!this._data&&e.isAnimationEnabled()&&s.setClipPath(zj(s.getBoundingRect(),e,function(){s.removeClipPath()})),this._data=e.getData()},t.prototype.dispose=function(){},t.type="sankey",t})(Nt);function p5(r,t,e){switch(r.fill){case"source":r.fill=e.node1.getVisual("color"),r.decal=e.node1.getVisual("style").decal;break;case"target":r.fill=e.node2.getVisual("color"),r.decal=e.node2.getVisual("style").decal;break;case"gradient":var n=e.node1.getVisual("color"),i=e.node2.getVisual("color");J(n)&&J(i)&&(r.fill=new wu(0,0,+(t==="horizontal"),+(t==="vertical"),[{color:n,offset:0},{color:i,offset:1}]))}}function zj(r,t,e){var n=new Et({shape:{x:r.x-10,y:r.y-10,width:0,height:r.height+20}});return qt(n,{shape:{width:r.width+20}},t,e),n}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.getInitialData=function(e,n){var i=e.edges||e.links,a=e.data||e.nodes,o=e.levels;this.levelModels=[];for(var s=this.levelModels,u=0;u<o.length;u++)o[u].depth!=null&&o[u].depth>=0&&(s[o[u].depth]=new Rt(o[u],this,n));if(a&&i){var l=WE(a,i,this,!0,f);return l.data}function f(h,c){h.wrapMethod("getItemModel",function(v,p){var g=v.parentModel,d=g.getData().getItemLayout(p);if(d){var y=d.depth,m=g.levelModels[y];m&&(v.parentModel=m)}return v}),c.wrapMethod("getItemModel",function(v,p){var g=v.parentModel,d=g.getGraph().getEdgeByIndex(p),y=d.node1.getLayout();if(y){var m=y.depth,_=g.levelModels[m];_&&(v.parentModel=_)}return v})}},t.prototype.setNodePosition=function(e,n){var i=this.option.data||this.option.nodes,a=i[e];a.localX=n[0],a.localY=n[1]},t.prototype.getGraph=function(){return this.getData().graph},t.prototype.getEdgeData=function(){return this.getGraph().edgeData},t.prototype.formatTooltip=function(e,n,i){function a(v){return isNaN(v)||v==null}if(i==="edge"){var o=this.getDataParams(e,i),s=o.data,u=o.value,l=s.source+" -- "+s.target;return ye("nameValue",{name:l,value:u,noValue:a(u)})}else{var f=this.getGraph().getNodeByIndex(e),h=f.getLayout().value,c=this.getDataParams(e,i).data.name;return ye("nameValue",{name:c!=null?c+"":null,value:h,noValue:a(h)})}},t.prototype.optionUpdated=function(){},t.prototype.getDataParams=function(e,n){var i=r.prototype.getDataParams.call(this,e,n);if(i.value==null&&n==="node"){var a=this.getGraph().getNodeByIndex(e),o=a.getLayout().value;i.value=o}return i},t.type="series.sankey",t.defaultOption={z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},t})(Ht);var d5=function(){function r(){}return r.prototype.getInitialData=function(t,e){var n,i=e.getComponent("xAxis",this.get("xAxisIndex")),a=e.getComponent("yAxis",this.get("yAxisIndex")),o=i.get("type"),s=a.get("type"),u;o==="category"?(t.layout="horizontal",n=i.getOrdinalMeta(),u=!0):s==="category"?(t.layout="vertical",n=a.getOrdinalMeta(),u=!0):t.layout=t.layout||"horizontal";var l=["x","y"],f=t.layout==="horizontal"?0:1,h=this._baseAxisDim=l[f],c=l[1-f],v=[i,a],p=v[f].get("type"),g=v[1-f].get("type"),d=t.data;if(d&&u){var y=[];E(d,function(S,w){var b;Y(S)?(b=S.slice(),S.unshift(w)):Y(S.value)?(b=H({},S),b.value=b.value.slice(),S.value.unshift(w)):b=S,y.push(b)}),t.data=y}var m=this.defaultValueDimensions,_=[{name:h,type:Kh(p),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:c,type:Kh(g),dimsDef:m.slice()}];return ls(this,{coordDimensions:_,dimensionsCount:m.length+1,encodeDefaulter:pt(W2,_,this)})},r.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},r}(),Gj=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],e.visualDrawType="stroke",e}return t.type="series.boxplot",t.dependencies=["xAxis","yAxis","grid"],t.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},t}(Ht);se(Gj,d5,!0),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=e.getData(),o=this.group,s=this._data;this._data||o.removeAll();var u=e.get("layout")==="horizontal"?1:0;a.diff(s).add(function(l){if(a.hasValue(l)){var f=a.getItemLayout(l),h=g5(f,a,l,u,!0);a.setItemGraphicEl(l,h),o.add(h)}}).update(function(l,f){var h=s.getItemGraphicEl(f);if(!a.hasValue(l)){o.remove(h);return}var c=a.getItemLayout(l);h?(Jr(h),y5(c,h,a,l)):h=g5(c,a,l,u),o.add(h),a.setItemGraphicEl(l,h)}).remove(function(l){var f=s.getItemGraphicEl(l);f&&o.remove(f)}).execute(),this._data=a},t.prototype.remove=function(e){var n=this.group,i=this._data;this._data=null,i&&i.eachItemGraphicEl(function(a){a&&n.remove(a)})},t.type="boxplot",t}(Nt);var Vj=function(){function r(){}return r}(),$j=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="boxplotBoxPath",n}return t.prototype.getDefaultShape=function(){return new Vj},t.prototype.buildPath=function(e,n){var i=n.points,a=0;for(e.moveTo(i[a][0],i[a][1]),a++;a<4;a++)e.lineTo(i[a][0],i[a][1]);for(e.closePath();a<i.length;a++)e.moveTo(i[a][0],i[a][1]),a++,e.lineTo(i[a][0],i[a][1])},t}(Dt);function g5(r,t,e,n,i){var a=r.ends,o=new $j({shape:{points:i?Hj(a,n,r):a}});return y5(r,o,t,e,i),o}function y5(r,t,e,n,i){var a=e.hostModel,o=Ra[i?"initProps":"updateProps"];o(t,{shape:{points:r.ends}},a,n),t.useStyle(e.getItemVisual(n,"style")),t.style.strokeNoScale=!0,t.z2=100;var s=e.getItemModel(n),u=s.getModel("emphasis");Ae(t,s),ee(t,u.get("focus"),u.get("blurScope"),u.get("disabled"))}function Hj(r,t,e){return U(r,function(n){return n=n.slice(),n[t]=e.initBaseline,n})}var Wj=["color","borderColor"];(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(e),this._isLargeDraw?this._renderLarge(e):this._renderNormal(e)},t.prototype.incrementalPrepareRender=function(e,n,i){this._clear(),this._updateDrawMode(e)},t.prototype.incrementalRender=function(e,n,i,a){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(e,n):this._incrementalRenderNormal(e,n)},t.prototype.eachRendered=function(e){Bi(this._progressiveEls||this.group,e)},t.prototype._updateDrawMode=function(e){var n=e.pipelineContext.large;(this._isLargeDraw==null||n!==this._isLargeDraw)&&(this._isLargeDraw=n,this._clear())},t.prototype._renderNormal=function(e){var n=e.getData(),i=this._data,a=this.group,o=n.getLayout("isSimpleBox"),s=e.get("clip",!0),u=e.coordinateSystem,l=u.getArea&&u.getArea();this._data||a.removeAll(),n.diff(i).add(function(f){if(n.hasValue(f)){var h=n.getItemLayout(f);if(s&&m5(l,h))return;var c=M0(h,f,!0);qt(c,{shape:{points:h.ends}},e,f),L0(c,n,f,o),a.add(c),n.setItemGraphicEl(f,c)}}).update(function(f,h){var c=i.getItemGraphicEl(h);if(!n.hasValue(f)){a.remove(c);return}var v=n.getItemLayout(f);if(s&&m5(l,v)){a.remove(c);return}c?(It(c,{shape:{points:v.ends}},e,f),Jr(c)):c=M0(v),L0(c,n,f,o),a.add(c),n.setItemGraphicEl(f,c)}).remove(function(f){var h=i.getItemGraphicEl(f);h&&a.remove(h)}).execute(),this._data=n},t.prototype._renderLarge=function(e){this._clear(),_5(e,this.group);var n=e.get("clip",!0)?al(e.coordinateSystem,!1,e):null;n?this.group.setClipPath(n):this.group.removeClipPath()},t.prototype._incrementalRenderNormal=function(e,n){for(var i=n.getData(),a=i.getLayout("isSimpleBox"),o;(o=e.next())!=null;){var s=i.getItemLayout(o),u=M0(s);L0(u,i,o,a),u.incremental=!0,this.group.add(u),this._progressiveEls.push(u)}},t.prototype._incrementalRenderLarge=function(e,n){_5(n,this.group,this._progressiveEls,!0)},t.prototype.remove=function(e){this._clear()},t.prototype._clear=function(){this.group.removeAll(),this._data=null},t.type="candlestick",t})(Nt);var Uj=function(){function r(){}return r}(),Yj=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="normalCandlestickBox",n}return t.prototype.getDefaultShape=function(){return new Uj},t.prototype.buildPath=function(e,n){var i=n.points;this.__simpleBox?(e.moveTo(i[4][0],i[4][1]),e.lineTo(i[6][0],i[6][1])):(e.moveTo(i[0][0],i[0][1]),e.lineTo(i[1][0],i[1][1]),e.lineTo(i[2][0],i[2][1]),e.lineTo(i[3][0],i[3][1]),e.closePath(),e.moveTo(i[4][0],i[4][1]),e.lineTo(i[5][0],i[5][1]),e.moveTo(i[6][0],i[6][1]),e.lineTo(i[7][0],i[7][1]))},t}(Dt);function M0(r,t,e){var n=r.ends;return new Yj({shape:{points:e?Xj(n,r):n},z2:100})}function m5(r,t){for(var e=!0,n=0;n<t.ends.length;n++)if(r.contain(t.ends[n][0],t.ends[n][1])){e=!1;break}return e}function L0(r,t,e,n){var i=t.getItemModel(e);r.useStyle(t.getItemVisual(e,"style")),r.style.strokeNoScale=!0,r.__simpleBox=n,Ae(r,i)}function Xj(r,t){return U(r,function(e){return e=e.slice(),e[1]=t.initBaseline,e})}var Zj=function(){function r(){}return r}(),I0=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n.type="largeCandlestickBox",n}return t.prototype.getDefaultShape=function(){return new Zj},t.prototype.buildPath=function(e,n){for(var i=n.points,a=0;a<i.length;)if(this.__sign===i[a++]){var o=i[a++];e.moveTo(o,i[a++]),e.lineTo(o,i[a++])}else a+=3},t}(Dt);function _5(r,t,e,n){var i=r.getData(),a=i.getLayout("largePoints"),o=new I0({shape:{points:a},__sign:1,ignoreCoarsePointer:!0});t.add(o);var s=new I0({shape:{points:a},__sign:-1,ignoreCoarsePointer:!0});t.add(s);var u=new I0({shape:{points:a},__sign:0,ignoreCoarsePointer:!0});t.add(u),P0(1,o,r),P0(-1,s,r),P0(0,u,r),n&&(o.incremental=!0,s.incremental=!0),e&&e.push(o,s)}function P0(r,t,e,n){var i=e.get(["itemStyle",r>0?"borderColor":"borderColor0"])||e.get(["itemStyle",r>0?"color":"color0"]);r===0&&(i=e.get(["itemStyle","borderColorDoji"]));var a=e.getModel("itemStyle").getItemStyle(Wj);t.useStyle(a),t.style.fill=null,t.style.stroke=i}var qj=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],e}return t.prototype.getShadowDim=function(){return"open"},t.prototype.brushSelector=function(e,n,i){var a=n.getItemLayout(e);return a&&i.rect(a.brushRect)},t.type="series.candlestick",t.dependencies=["xAxis","yAxis","grid"],t.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,clip:!0,itemStyle:{color:"#eb5454",color0:"#47b262",borderColor:"#eb5454",borderColor0:"#47b262",borderColorDoji:null,borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationEasing:"linear",animationDuration:300},t}(Ht);se(qj,d5,!0);var Kj=["itemStyle","borderColor"],jj=["itemStyle","borderColor0"],Jj=["itemStyle","borderColorDoji"],Qj=["itemStyle","color"],tJ=["itemStyle","color0"];ku(),ku();function S5(r,t,e,n,i,a){var o;return e>n?o=-1:e<n?o=1:o=a?0:t>0?r.get(i,t-1)<=n?1:-1:1,o}function eJ(r,t){var e=r.getBaseAxis(),n,i=e.type==="category"?e.getBandWidth():(n=e.getExtent(),Math.abs(n[1]-n[0])/t.count()),a=rt(dt(r.get("barMaxWidth"),i),i),o=rt(dt(r.get("barMinWidth"),1),i),s=r.get("barWidth");return s!=null?rt(s,i):Math.max(Math.min(i/2,a),o)}function b5(r,t){var e=t.rippleEffectColor||t.color;r.eachChild(function(n){n.attr({z:t.z,zlevel:t.zlevel,style:{stroke:t.brushType==="stroke"?e:null,fill:t.brushType==="fill"?e:null}})})}var rJ=function(r){O(t,r);function t(e,n){var i=r.call(this)||this,a=new nl(e,n),o=new at;return i.add(a),i.add(o),i.updateData(e,n),i}return t.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},t.prototype.startEffectAnimation=function(e){for(var n=e.symbolType,i=e.color,a=e.rippleNumber,o=this.childAt(1),s=0;s<a;s++){var u=le(n,-1,-1,2,2,i);u.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scaleX:.5,scaleY:.5});var l=-s/a*e.period+e.effectOffset;u.animate("",!0).when(e.period,{scaleX:e.rippleScale/2,scaleY:e.rippleScale/2}).delay(l).start(),u.animateStyle(!0).when(e.period,{opacity:0}).delay(l).start(),o.add(u)}b5(o,e)},t.prototype.updateEffectAnimation=function(e){for(var n=this._effectCfg,i=this.childAt(1),a=["symbolType","period","rippleScale","rippleNumber"],o=0;o<a.length;o++){var s=a[o];if(n[s]!==e[s]){this.stopEffectAnimation(),this.startEffectAnimation(e);return}}b5(i,e)},t.prototype.highlight=function(){ti(this)},t.prototype.downplay=function(){ei(this)},t.prototype.getSymbolType=function(){var e=this.childAt(0);return e&&e.getSymbolType()},t.prototype.updateData=function(e,n){var i=this,a=e.hostModel;this.childAt(0).updateData(e,n);var o=this.childAt(1),s=e.getItemModel(n),u=e.getItemVisual(n,"symbol"),l=ns(e.getItemVisual(n,"symbolSize")),f=e.getItemVisual(n,"style"),h=f&&f.fill,c=s.getModel("emphasis");o.setScale(l),o.traverse(function(d){d.setStyle("fill",h)});var v=Ha(e.getItemVisual(n,"symbolOffset"),l);v&&(o.x=v[0],o.y=v[1]);var p=e.getItemVisual(n,"symbolRotate");o.rotation=(p||0)*Math.PI/180||0;var g={};g.showEffectOn=a.get("showEffectOn"),g.rippleScale=s.get(["rippleEffect","scale"]),g.brushType=s.get(["rippleEffect","brushType"]),g.period=s.get(["rippleEffect","period"])*1e3,g.effectOffset=n/e.count(),g.z=a.getShallow("z")||0,g.zlevel=a.getShallow("zlevel")||0,g.symbolType=u,g.color=h,g.rippleEffectColor=s.get(["rippleEffect","color"]),g.rippleNumber=s.get(["rippleEffect","number"]),g.showEffectOn==="render"?(this._effectCfg?this.updateEffectAnimation(g):this.startEffectAnimation(g),this._effectCfg=g):(this._effectCfg=null,this.stopEffectAnimation(),this.onHoverStateChange=function(d){d==="emphasis"?g.showEffectOn!=="render"&&i.startEffectAnimation(g):d==="normal"&&g.showEffectOn!=="render"&&i.stopEffectAnimation()}),this._effectCfg=g,ee(this,c.get("focus"),c.get("blurScope"),c.get("disabled"))},t.prototype.fadeOut=function(e){e&&e()},t}(at);(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(){this._symbolDraw=new il(rJ)},t.prototype.render=function(e,n,i){var a=e.getData(),o=this._symbolDraw;o.updateData(a,{clipShape:this._getClipShape(e)}),this.group.add(o.group)},t.prototype._getClipShape=function(e){var n=e.coordinateSystem,i=n&&n.getArea&&n.getArea();return e.get("clip",!0)?i:null},t.prototype.updateTransform=function(e,n,i){var a=e.getData();this.group.dirty();var o=oD("").reset(e,n,i);o.progress&&o.progress({start:0,end:a.count(),count:a.count()},a),this._symbolDraw.updateLayout()},t.prototype._updateGroupTransform=function(e){var n=e.coordinateSystem;n&&n.getRoamTransform&&(this.group.transform=WG(n.getRoamTransform()),this.group.decomposeTransform())},t.prototype.remove=function(e,n){this._symbolDraw&&this._symbolDraw.remove(!0)},t.type="effectScatter",t})(Nt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e}return t.prototype.getInitialData=function(e,n){return ii(null,this,{useEncodeDefaulter:!0})},t.prototype.brushSelector=function(e,n,i){return i.point(n.getItemLayout(e))},t.type="series.effectScatter",t.dependencies=["grid","polar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,effectType:"ripple",progressive:0,showEffectOn:"render",clip:!0,rippleEffect:{period:4,scale:2.5,brushType:"fill",number:3},universalTransition:{divideShape:"clone"},symbolSize:10},t}(Ht);var w5=function(r){O(t,r);function t(e,n,i){var a=r.call(this)||this;return a.add(a.createLine(e,n,i)),a._updateEffectSymbol(e,n),a}return t.prototype.createLine=function(e,n,i){return new o0(e,n,i)},t.prototype._updateEffectSymbol=function(e,n){var i=e.getItemModel(n),a=i.getModel("effect"),o=a.get("symbolSize"),s=a.get("symbol");Y(o)||(o=[o,o]);var u=e.getItemVisual(n,"style"),l=a.get("color")||u&&u.stroke,f=this.childAt(1);this._symbolType!==s&&(this.remove(f),f=le(s,-.5,-.5,1,1,l),f.z2=100,f.culling=!0,this.add(f)),f&&(f.setStyle("shadowColor",l),f.setStyle(a.getItemStyle(["color"])),f.scaleX=o[0],f.scaleY=o[1],f.setColor(l),this._symbolType=s,this._symbolScale=o,this._updateEffectAnimation(e,a,n))},t.prototype._updateEffectAnimation=function(e,n,i){var a=this.childAt(1);if(!!a){var o=e.getItemLayout(i),s=n.get("period")*1e3,u=n.get("loop"),l=n.get("roundTrip"),f=n.get("constantSpeed"),h=we(n.get("delay"),function(v){return v/e.count()*s/3});if(a.ignore=!0,this._updateAnimationPoints(a,o),f>0&&(s=this._getLineLength(a)/f*1e3),s!==this._period||u!==this._loop||l!==this._roundTrip){a.stopAnimation();var c=void 0;ot(h)?c=h(i):c=h,a.__t>0&&(c=-s*a.__t),this._animateSymbol(a,s,c,u,l)}this._period=s,this._loop=u,this._roundTrip=l}},t.prototype._animateSymbol=function(e,n,i,a,o){if(n>0){e.__t=0;var s=this,u=e.animate("",a).when(o?n*2:n,{__t:o?2:1}).delay(i).during(function(){s._updateSymbolPosition(e)});a||u.done(function(){s.remove(e)}),u.start()}},t.prototype._getLineLength=function(e){return wi(e.__p1,e.__cp1)+wi(e.__cp1,e.__p2)},t.prototype._updateAnimationPoints=function(e,n){e.__p1=n[0],e.__p2=n[1],e.__cp1=n[2]||[(n[0][0]+n[1][0])/2,(n[0][1]+n[1][1])/2]},t.prototype.updateData=function(e,n,i){this.childAt(0).updateData(e,n,i),this._updateEffectSymbol(e,n)},t.prototype._updateSymbolPosition=function(e){var n=e.__p1,i=e.__p2,a=e.__cp1,o=e.__t<1?e.__t:2-e.__t,s=[e.x,e.y],u=s.slice(),l=_e,f=jp;s[0]=l(n[0],a[0],i[0],o),s[1]=l(n[1],a[1],i[1],o);var h=e.__t<1?f(n[0],a[0],i[0],o):f(i[0],a[0],n[0],1-o),c=e.__t<1?f(n[1],a[1],i[1],o):f(i[1],a[1],n[1],1-o);e.rotation=-Math.atan2(c,h)-Math.PI/2,(this._symbolType==="line"||this._symbolType==="rect"||this._symbolType==="roundRect")&&(e.__lastT!==void 0&&e.__lastT<e.__t?(e.scaleY=wi(u,s)*1.05,o===1&&(s[0]=u[0]+(s[0]-u[0])/2,s[1]=u[1]+(s[1]-u[1])/2)):e.__lastT===1?e.scaleY=2*wi(n,s):e.scaleY=this._symbolScale[1]),e.__lastT=e.__t,e.ignore=!1,e.x=s[0],e.y=s[1]},t.prototype.updateLayout=function(e,n){this.childAt(0).updateLayout(e,n);var i=e.getItemModel(n).getModel("effect");this._updateEffectAnimation(e,i,n)},t}(at),x5=function(r){O(t,r);function t(e,n,i){var a=r.call(this)||this;return a._createPolyline(e,n,i),a}return t.prototype._createPolyline=function(e,n,i){var a=e.getItemLayout(n),o=new Ve({shape:{points:a}});this.add(o),this._updateCommonStl(e,n,i)},t.prototype.updateData=function(e,n,i){var a=e.hostModel,o=this.childAt(0),s={shape:{points:e.getItemLayout(n)}};It(o,s,a,n),this._updateCommonStl(e,n,i)},t.prototype._updateCommonStl=function(e,n,i){var a=this.childAt(0),o=e.getItemModel(n),s=i&&i.emphasisLineStyle,u=i&&i.focus,l=i&&i.blurScope,f=i&&i.emphasisDisabled;if(!i||e.hasItemOption){var h=o.getModel("emphasis");s=h.getModel("lineStyle").getLineStyle(),f=h.get("disabled"),u=h.get("focus"),l=h.get("blurScope")}a.useStyle(e.getItemVisual(n,"style")),a.style.fill=null,a.style.strokeNoScale=!0;var c=a.ensureState("emphasis");c.style=s,ee(this,u,l,f)},t.prototype.updateLayout=function(e,n){var i=this.childAt(0);i.setShape("points",e.getItemLayout(n))},t}(at),nJ=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e._lastFrame=0,e._lastFramePercent=0,e}return t.prototype.createLine=function(e,n,i){return new x5(e,n,i)},t.prototype._updateAnimationPoints=function(e,n){this._points=n;for(var i=[0],a=0,o=1;o<n.length;o++){var s=n[o-1],u=n[o];a+=wi(s,u),i.push(a)}if(a===0){this._length=0;return}for(var o=0;o<i.length;o++)i[o]/=a;this._offsets=i,this._length=a},t.prototype._getLineLength=function(){return this._length},t.prototype._updateSymbolPosition=function(e){var n=e.__t<1?e.__t:2-e.__t,i=this._points,a=this._offsets,o=i.length;if(!!a){var s=this._lastFrame,u;if(n<this._lastFramePercent){var l=Math.min(s+1,o-1);for(u=l;u>=0&&!(a[u]<=n);u--);u=Math.min(u,o-2)}else{for(u=s;u<o&&!(a[u]>n);u++);u=Math.min(u-1,o-2)}var f=(n-a[u])/(a[u+1]-a[u]),h=i[u],c=i[u+1];e.x=h[0]*(1-f)+f*c[0],e.y=h[1]*(1-f)+f*c[1];var v=e.__t<1?c[0]-h[0]:h[0]-c[0],p=e.__t<1?c[1]-h[1]:h[1]-c[1];e.rotation=-Math.atan2(p,v)-Math.PI/2,this._lastFrame=u,this._lastFramePercent=n,e.ignore=!1}},t}(w5),iJ=function(){function r(){this.polyline=!1,this.curveness=0,this.segs=[]}return r}(),aJ=function(r){O(t,r);function t(e){var n=r.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return t.prototype.reset=function(){this.notClear=!1,this._off=0},t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new iJ},t.prototype.buildPath=function(e,n){var i=n.segs,a=n.curveness,o;if(n.polyline)for(o=this._off;o<i.length;){var s=i[o++];if(s>0){e.moveTo(i[o++],i[o++]);for(var u=1;u<s;u++)e.lineTo(i[o++],i[o++])}}else for(o=this._off;o<i.length;){var l=i[o++],f=i[o++],h=i[o++],c=i[o++];if(e.moveTo(l,f),a>0){var v=(l+h)/2-(f-c)*a,p=(f+c)/2-(h-l)*a;e.quadraticCurveTo(v,p,h,c)}else e.lineTo(h,c)}this.incremental&&(this._off=o,this.notClear=!0)},t.prototype.findDataIndex=function(e,n){var i=this.shape,a=i.segs,o=i.curveness,s=this.style.lineWidth;if(i.polyline)for(var u=0,l=0;l<a.length;){var f=a[l++];if(f>0)for(var h=a[l++],c=a[l++],v=1;v<f;v++){var p=a[l++],g=a[l++];if(Pi(h,c,p,g,s,e,n))return u}u++}else for(var u=0,l=0;l<a.length;){var h=a[l++],c=a[l++],p=a[l++],g=a[l++];if(o>0){var d=(h+p)/2-(c-g)*o,y=(c+g)/2-(p-h)*o;if(fx(h,c,d,y,p,g,s,e,n))return u}else if(Pi(h,c,p,g,s,e,n))return u;u++}return-1},t.prototype.contain=function(e,n){var i=this.transformCoordToLocal(e,n),a=this.getBoundingRect();if(e=i[0],n=i[1],a.contain(e,n)){var o=this.hoverDataIdx=this.findDataIndex(e,n);return o>=0}return this.hoverDataIdx=-1,!1},t.prototype.getBoundingRect=function(){var e=this._rect;if(!e){for(var n=this.shape,i=n.segs,a=1/0,o=1/0,s=-1/0,u=-1/0,l=0;l<i.length;){var f=i[l++],h=i[l++];a=Math.min(f,a),s=Math.max(f,s),o=Math.min(h,o),u=Math.max(h,u)}e=this._rect=new yt(a,o,s,u)}return e},t}(Dt),oJ=function(){function r(){this.group=new at}return r.prototype.updateData=function(t){this._clear();var e=this._create();e.setShape({segs:t.getLayout("linesPoints")}),this._setCommon(e,t)},r.prototype.incrementalPrepareUpdate=function(t){this.group.removeAll(),this._clear()},r.prototype.incrementalUpdate=function(t,e){var n=this._newAdded[0],i=e.getLayout("linesPoints"),a=n&&n.shape.segs;if(a&&a.length<2e4){var o=a.length,s=new Float32Array(o+i.length);s.set(a),s.set(i,o),n.setShape({segs:s})}else{this._newAdded=[];var u=this._create();u.incremental=!0,u.setShape({segs:i}),this._setCommon(u,e),u.__startIndex=t.start}},r.prototype.remove=function(){this._clear()},r.prototype.eachRendered=function(t){this._newAdded[0]&&t(this._newAdded[0])},r.prototype._create=function(){var t=new aJ({cursor:"default",ignoreCoarsePointer:!0});return this._newAdded.push(t),this.group.add(t),t},r.prototype._setCommon=function(t,e,n){var i=e.hostModel;t.setShape({polyline:i.get("polyline"),curveness:i.get(["lineStyle","curveness"])}),t.useStyle(i.getModel("lineStyle").getLineStyle()),t.style.strokeNoScale=!0;var a=e.getVisual("style");a&&a.stroke&&t.setStyle("stroke",a.stroke),t.setStyle("fill",null);var o=ut(t);o.seriesIndex=i.seriesIndex,t.on("mousemove",function(s){o.dataIndex=null;var u=t.hoverDataIdx;u>0&&(o.dataIndex=u+t.__startIndex)})},r.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r}(),sJ={seriesType:"lines",plan:ku(),reset:function(r){var t=r.coordinateSystem;if(!!t){var e=r.get("polyline"),n=r.pipelineContext.large;return{progress:function(i,a){var o=[];if(n){var s=void 0,u=i.end-i.start;if(e){for(var l=0,f=i.start;f<i.end;f++)l+=r.getLineCoordsCount(f);s=new Float32Array(u+l*2)}else s=new Float32Array(u*4);for(var h=0,c=[],f=i.start;f<i.end;f++){var v=r.getLineCoords(f,o);e&&(s[h++]=v);for(var p=0;p<v;p++)c=t.dataToPoint(o[p],!1,c),s[h++]=c[0],s[h++]=c[1]}a.setLayout("linesPoints",s)}else for(var f=i.start;f<i.end;f++){var g=a.getItemModel(f),v=r.getLineCoords(f,o),d=[];if(e)for(var y=0;y<v;y++)d.push(t.dataToPoint(o[y]));else{d[0]=t.dataToPoint(o[0]),d[1]=t.dataToPoint(o[1]);var m=g.get(["lineStyle","curveness"]);+m&&(d[2]=[(d[0][0]+d[1][0])/2-(d[0][1]-d[1][1])*m,(d[0][1]+d[1][1])/2-(d[1][0]-d[0][0])*m])}a.setItemLayout(f,d)}}}}}};(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=e.getData(),o=this._updateLineDraw(a,e),s=e.get("zlevel"),u=e.get(["effect","trailLength"]),l=i.getZr(),f=l.painter.getType()==="svg";f||l.painter.getLayer(s).clear(!0),this._lastZlevel!=null&&!f&&l.configLayer(this._lastZlevel,{motionBlur:!1}),this._showEffect(e)&&u>0&&(f||l.configLayer(s,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(u/10+.9,1),0)})),o.updateData(a);var h=e.get("clip",!0)&&al(e.coordinateSystem,!1,e);h?this.group.setClipPath(h):this.group.removeClipPath(),this._lastZlevel=s,this._finished=!0},t.prototype.incrementalPrepareRender=function(e,n,i){var a=e.getData(),o=this._updateLineDraw(a,e);o.incrementalPrepareUpdate(a),this._clearLayer(i),this._finished=!1},t.prototype.incrementalRender=function(e,n,i){this._lineDraw.incrementalUpdate(e,n.getData()),this._finished=e.end===n.getData().count()},t.prototype.eachRendered=function(e){this._lineDraw&&this._lineDraw.eachRendered(e)},t.prototype.updateTransform=function(e,n,i){var a=e.getData(),o=e.pipelineContext;if(!this._finished||o.large||o.progressiveRender)return{update:!0};var s=sJ.reset(e,n,i);s.progress&&s.progress({start:0,end:a.count(),count:a.count()},a),this._lineDraw.updateLayout(),this._clearLayer(i)},t.prototype._updateLineDraw=function(e,n){var i=this._lineDraw,a=this._showEffect(n),o=!!n.get("polyline"),s=n.pipelineContext,u=s.large;return(!i||a!==this._hasEffet||o!==this._isPolyline||u!==this._isLargeDraw)&&(i&&i.remove(),i=this._lineDraw=u?new oJ:new s0(o?a?nJ:x5:a?w5:o0),this._hasEffet=a,this._isPolyline=o,this._isLargeDraw=u),this.group.add(i.group),i},t.prototype._showEffect=function(e){return!!e.get(["effect","show"])},t.prototype._clearLayer=function(e){var n=e.getZr(),i=n.painter.getType()==="svg";!i&&this._lastZlevel!=null&&n.painter.getLayer(this._lastZlevel).clear(!0)},t.prototype.remove=function(e,n){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(n)},t.prototype.dispose=function(e,n){this.remove(e,n)},t.type="lines",t})(Nt);var uJ=typeof Uint32Array=="undefined"?Array:Uint32Array,lJ=typeof Float64Array=="undefined"?Array:Float64Array;function A5(r){var t=r.data;t&&t[0]&&t[0][0]&&t[0][0].coord&&(r.data=U(t,function(e){var n=[e[0].coord,e[1].coord],i={coords:n};return e[0].name&&(i.fromName=e[0].name),e[1].name&&(i.toName=e[1].name),Mp([i,e[0],e[1]])}))}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.visualStyleAccessPath="lineStyle",e.visualDrawType="stroke",e}return t.prototype.init=function(e){e.data=e.data||[],A5(e);var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count)),r.prototype.init.apply(this,arguments)},t.prototype.mergeOption=function(e){if(A5(e),e.data){var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count))}r.prototype.mergeOption.apply(this,arguments)},t.prototype.appendData=function(e){var n=this._processFlatCoordsArray(e.data);n.flatCoords&&(this._flatCoords?(this._flatCoords=_f(this._flatCoords,n.flatCoords),this._flatCoordsOffset=_f(this._flatCoordsOffset,n.flatCoordsOffset)):(this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset),e.data=new Float32Array(n.count)),this.getRawData().appendData(e.data)},t.prototype._getCoordsFromItemModel=function(e){var n=this.getData().getItemModel(e),i=n.option instanceof Array?n.option:n.getShallow("coords");return i},t.prototype.getLineCoordsCount=function(e){return this._flatCoordsOffset?this._flatCoordsOffset[e*2+1]:this._getCoordsFromItemModel(e).length},t.prototype.getLineCoords=function(e,n){if(this._flatCoordsOffset){for(var i=this._flatCoordsOffset[e*2],a=this._flatCoordsOffset[e*2+1],o=0;o<a;o++)n[o]=n[o]||[],n[o][0]=this._flatCoords[i+o*2],n[o][1]=this._flatCoords[i+o*2+1];return a}else{for(var s=this._getCoordsFromItemModel(e),o=0;o<s.length;o++)n[o]=n[o]||[],n[o][0]=s[o][0],n[o][1]=s[o][1];return s.length}},t.prototype._processFlatCoordsArray=function(e){var n=0;if(this._flatCoords&&(n=this._flatCoords.length),Bt(e[0])){for(var i=e.length,a=new uJ(i),o=new lJ(i),s=0,u=0,l=0,f=0;f<i;){l++;var h=e[f++];a[u++]=s+n,a[u++]=h;for(var c=0;c<h;c++){var v=e[f++],p=e[f++];o[s++]=v,o[s++]=p}}return{flatCoordsOffset:new Uint32Array(a.buffer,0,u),flatCoords:o,count:l}}return{flatCoordsOffset:null,flatCoords:null,count:e.length}},t.prototype.getInitialData=function(e,n){var i=new He(["value"],this);return i.hasItemOption=!1,i.initData(e.data,[],function(a,o,s,u){if(a instanceof Array)return NaN;i.hasItemOption=!0;var l=a.value;if(l!=null)return l instanceof Array?l[u]:l}),i},t.prototype.formatTooltip=function(e,n,i){var a=this.getData(),o=a.getItemModel(e),s=o.get("name");if(s)return s;var u=o.get("fromName"),l=o.get("toName"),f=[];return u!=null&&f.push(u),l!=null&&f.push(l),ye("nameValue",{name:f.join(" > ")})},t.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},t.prototype.getProgressive=function(){var e=this.option.progressive;return e==null?this.option.large?1e4:this.get("progressive"):e},t.prototype.getProgressiveThreshold=function(){var e=this.option.progressiveThreshold;return e==null?this.option.large?2e4:this.get("progressiveThreshold"):e},t.prototype.getZLevelKey=function(){var e=this.getModel("effect"),n=e.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:e.get("show")&&n>0?n+"":""},t.type="series.lines",t.dependencies=["grid","polar","geo","calendar"],t.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},t})(Ht);var fJ=256,hJ=function(){function r(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=Si.createCanvas();this.canvas=t}return r.prototype.update=function(t,e,n,i,a,o){var s=this._getBrush(),u=this._getGradient(a,"inRange"),l=this._getGradient(a,"outOfRange"),f=this.pointSize+this.blurSize,h=this.canvas,c=h.getContext("2d"),v=t.length;h.width=e,h.height=n;for(var p=0;p<v;++p){var g=t[p],d=g[0],y=g[1],m=g[2],_=i(m);c.globalAlpha=_,c.drawImage(s,d-f,y-f)}if(!h.width||!h.height)return h;for(var S=c.getImageData(0,0,h.width,h.height),w=S.data,b=0,x=w.length,A=this.minOpacity,D=this.maxOpacity,C=D-A;b<x;){var _=w[b+3]/256,T=Math.floor(_*(fJ-1))*4;if(_>0){var I=o(_)?u:l;_>0&&(_=_*C+A),w[b++]=I[T],w[b++]=I[T+1],w[b++]=I[T+2],w[b++]=I[T+3]*_*256}else b+=4}return c.putImageData(S,0,0),h},r.prototype._getBrush=function(){var t=this._brushCanvas||(this._brushCanvas=Si.createCanvas()),e=this.pointSize+this.blurSize,n=e*2;t.width=n,t.height=n;var i=t.getContext("2d");return i.clearRect(0,0,n,n),i.shadowOffsetX=n,i.shadowBlur=this.blurSize,i.shadowColor="#000",i.beginPath(),i.arc(-e,e,this.pointSize,0,Math.PI*2,!0),i.closePath(),i.fill(),t},r.prototype._getGradient=function(t,e){for(var n=this._gradientPixels,i=n[e]||(n[e]=new Uint8ClampedArray(256*4)),a=[0,0,0,0],o=0,s=0;s<256;s++)t[e](s/255,!0,a),i[o++]=a[0],i[o++]=a[1],i[o++]=a[2],i[o++]=a[3];return i},r}();function cJ(r,t,e){var n=r[1]-r[0];t=U(t,function(o){return{interval:[(o.interval[0]-r[0])/n,(o.interval[1]-r[0])/n]}});var i=t.length,a=0;return function(o){var s;for(s=a;s<i;s++){var u=t[s].interval;if(u[0]<=o&&o<=u[1]){a=s;break}}if(s===i)for(s=a-1;s>=0;s--){var u=t[s].interval;if(u[0]<=o&&o<=u[1]){a=s;break}}return s>=0&&s<i&&e[s]}}function vJ(r,t){var e=r[1]-r[0];return t=[(t[0]-r[0])/e,(t[1]-r[0])/e],function(n){return n>=t[0]&&n<=t[1]}}function C5(r){var t=r.dimensions;return t[0]==="lng"&&t[1]==="lat"}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a;n.eachComponent("visualMap",function(s){s.eachTargetSeries(function(u){u===e&&(a=s)})}),this._progressiveEls=null,this.group.removeAll();var o=e.coordinateSystem;o.type==="cartesian2d"||o.type==="calendar"?this._renderOnCartesianAndCalendar(e,i,0,e.getData().count()):C5(o)&&this._renderOnGeo(o,e,a,i)},t.prototype.incrementalPrepareRender=function(e,n,i){this.group.removeAll()},t.prototype.incrementalRender=function(e,n,i,a){var o=n.coordinateSystem;o&&(C5(o)?this.render(n,i,a):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(n,a,e.start,e.end,!0)))},t.prototype.eachRendered=function(e){Bi(this._progressiveEls||this.group,e)},t.prototype._renderOnCartesianAndCalendar=function(e,n,i,a,o){var s=e.coordinateSystem,u=to(s,"cartesian2d"),l,f,h,c;if(u){var v=s.getAxis("x"),p=s.getAxis("y");l=v.getBandWidth()+.5,f=p.getBandWidth()+.5,h=v.scale.getExtent(),c=p.scale.getExtent()}for(var g=this.group,d=e.getData(),y=e.getModel(["emphasis","itemStyle"]).getItemStyle(),m=e.getModel(["blur","itemStyle"]).getItemStyle(),_=e.getModel(["select","itemStyle"]).getItemStyle(),S=e.get(["itemStyle","borderRadius"]),w=ge(e),b=e.getModel("emphasis"),x=b.get("focus"),A=b.get("blurScope"),D=b.get("disabled"),C=u?[d.mapDimension("x"),d.mapDimension("y"),d.mapDimension("value")]:[d.mapDimension("time"),d.mapDimension("value")],T=i;T<a;T++){var I=void 0,F=d.getItemVisual(T,"style");if(u){var P=d.get(C[0],T),L=d.get(C[1],T);if(isNaN(d.get(C[2],T))||isNaN(P)||isNaN(L)||P<h[0]||P>h[1]||L<c[0]||L>c[1])continue;var R=s.dataToPoint([P,L]);I=new Et({shape:{x:R[0]-l/2,y:R[1]-f/2,width:l,height:f},style:F})}else{if(isNaN(d.get(C[1],T)))continue;I=new Et({z2:1,shape:s.dataToRect([d.get(C[0],T)]).contentShape,style:F})}if(d.hasItemOption){var k=d.getItemModel(T),B=k.getModel("emphasis");y=B.getModel("itemStyle").getItemStyle(),m=k.getModel(["blur","itemStyle"]).getItemStyle(),_=k.getModel(["select","itemStyle"]).getItemStyle(),S=k.get(["itemStyle","borderRadius"]),x=B.get("focus"),A=B.get("blurScope"),D=B.get("disabled"),w=ge(k)}I.shape.r=S;var N=e.getRawValue(T),z="-";N&&N[2]!=null&&(z=N[2]+""),Ce(I,w,{labelFetcher:e,labelDataIndex:T,defaultOpacity:F.opacity,defaultText:z}),I.ensureState("emphasis").style=y,I.ensureState("blur").style=m,I.ensureState("select").style=_,ee(I,x,A,D),I.incremental=o,o&&(I.states.emphasis.hoverLayer=!0),g.add(I),d.setItemGraphicEl(T,I),this._progressiveEls&&this._progressiveEls.push(I)}},t.prototype._renderOnGeo=function(e,n,i,a){var o=i.targetVisuals.inRange,s=i.targetVisuals.outOfRange,u=n.getData(),l=this._hmLayer||this._hmLayer||new hJ;l.blurSize=n.get("blurSize"),l.pointSize=n.get("pointSize"),l.minOpacity=n.get("minOpacity"),l.maxOpacity=n.get("maxOpacity");var f=e.getViewRect().clone(),h=e.getRoamTransform();f.applyTransform(h);var c=Math.max(f.x,0),v=Math.max(f.y,0),p=Math.min(f.width+f.x,a.getWidth()),g=Math.min(f.height+f.y,a.getHeight()),d=p-c,y=g-v,m=[u.mapDimension("lng"),u.mapDimension("lat"),u.mapDimension("value")],_=u.mapArray(m,function(x,A,D){var C=e.dataToPoint([x,A]);return C[0]-=c,C[1]-=v,C.push(D),C}),S=i.getExtent(),w=i.type==="visualMap.continuous"?vJ(S,i.option.range):cJ(S,i.getPieceList(),i.option.selected);l.update(_,d,y,o.color.getNormalizer(),{inRange:o.color.getColorMapper(),outOfRange:s.color.getColorMapper()},w);var b=new Me({style:{width:d,height:y,x:c,y:v,image:l.canvas},silent:!0});this.group.add(b)},t.type="heatmap",t})(Nt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.getInitialData=function(e,n){return ii(null,this,{generateCoord:"value"})},t.prototype.preventIncremental=function(){var e=Iu.get(this.get("coordinateSystem"));if(e&&e.dimensions)return e.dimensions[0]==="lng"&&e.dimensions[1]==="lat"},t.type="series.heatmap",t.dependencies=["grid","geo","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},t}(Ht);var pJ=["itemStyle","borderWidth"],T5=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],F0=new ri;(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=this.group,o=e.getData(),s=this._data,u=e.coordinateSystem,l=u.getBaseAxis(),f=l.isHorizontal(),h=u.master.getRect(),c={ecSize:{width:i.getWidth(),height:i.getHeight()},seriesModel:e,coordSys:u,coordSysExtent:[[h.x,h.x+h.width],[h.y,h.y+h.height]],isHorizontal:f,valueDim:T5[+f],categoryDim:T5[1-+f]};o.diff(s).add(function(p){if(!!o.hasValue(p)){var g=F5(o,p),d=D5(o,p,g,c),y=R5(o,c,d);o.setItemGraphicEl(p,y),a.add(y),k5(y,c,d)}}).update(function(p,g){var d=s.getItemGraphicEl(g);if(!o.hasValue(p)){a.remove(d);return}var y=F5(o,p),m=D5(o,p,y,c),_=O5(o,m);d&&_!==d.__pictorialShapeStr&&(a.remove(d),o.setItemGraphicEl(p,null),d=null),d?bJ(d,c,m):d=R5(o,c,m,!0),o.setItemGraphicEl(p,d),d.__pictorialSymbolMeta=m,a.add(d),k5(d,c,m)}).remove(function(p){var g=s.getItemGraphicEl(p);g&&B5(s,p,g.__pictorialSymbolMeta.animationModel,g)}).execute();var v=e.get("clip",!0)?al(e.coordinateSystem,!1,e):null;return v?a.setClipPath(v):a.removeClipPath(),this._data=o,this.group},t.prototype.remove=function(e,n){var i=this.group,a=this._data;e.get("animation")?a&&a.eachItemGraphicEl(function(o){B5(a,ut(o).dataIndex,e,o)}):i.removeAll()},t.type="pictorialBar",t})(Nt);function D5(r,t,e,n){var i=r.getItemLayout(t),a=e.get("symbolRepeat"),o=e.get("symbolClip"),s=e.get("symbolPosition")||"start",u=e.get("symbolRotate"),l=(u||0)*Math.PI/180||0,f=e.get("symbolPatternSize")||2,h=e.isAnimationEnabled(),c={dataIndex:t,layout:i,itemModel:e,symbolType:r.getItemVisual(t,"symbol")||"circle",style:r.getItemVisual(t,"style"),symbolClip:o,symbolRepeat:a,symbolRepeatDirection:e.get("symbolRepeatDirection"),symbolPatternSize:f,rotation:l,animationModel:h?e:null,hoverScale:h&&e.get(["emphasis","scale"]),z2:e.getShallow("z",!0)||0};dJ(e,a,i,n,c),gJ(r,t,i,a,o,c.boundingLength,c.pxSign,f,n,c),yJ(e,c.symbolScale,l,n,c);var v=c.symbolSize,p=Ha(e.get("symbolOffset"),v);return mJ(e,v,i,a,o,p,s,c.valueLineWidth,c.boundingLength,c.repeatCutLength,n,c),c}function dJ(r,t,e,n,i){var a=n.valueDim,o=r.get("symbolBoundingData"),s=n.coordSys.getOtherAxis(n.coordSys.getBaseAxis()),u=s.toGlobalCoord(s.dataToCoord(0)),l=1-+(e[a.wh]<=0),f;if(Y(o)){var h=[R0(s,o[0])-u,R0(s,o[1])-u];h[1]<h[0]&&h.reverse(),f=h[l]}else o!=null?f=R0(s,o)-u:t?f=n.coordSysExtent[a.index][l]-u:f=e[a.wh];i.boundingLength=f,t&&(i.repeatCutLength=e[a.wh]),i.pxSign=f>0?1:-1}function R0(r,t){return r.toGlobalCoord(r.dataToCoord(r.scale.parse(t)))}function gJ(r,t,e,n,i,a,o,s,u,l){var f=u.valueDim,h=u.categoryDim,c=Math.abs(e[h.wh]),v=r.getItemVisual(t,"symbolSize"),p;Y(v)?p=v.slice():v==null?p=["100%","100%"]:p=[v,v],p[h.index]=rt(p[h.index],c),p[f.index]=rt(p[f.index],n?c:Math.abs(a)),l.symbolSize=p;var g=l.symbolScale=[p[0]/s,p[1]/s];g[f.index]*=(u.isHorizontal?-1:1)*o}function yJ(r,t,e,n,i){var a=r.get(pJ)||0;a&&(F0.attr({scaleX:t[0],scaleY:t[1],rotation:e}),F0.updateTransform(),a/=F0.getLineScale(),a*=t[n.valueDim.index]),i.valueLineWidth=a||0}function mJ(r,t,e,n,i,a,o,s,u,l,f,h){var c=f.categoryDim,v=f.valueDim,p=h.pxSign,g=Math.max(t[v.index]+s,0),d=g;if(n){var y=Math.abs(u),m=we(r.get("symbolMargin"),"15%")+"",_=!1;m.lastIndexOf("!")===m.length-1&&(_=!0,m=m.slice(0,m.length-1));var S=rt(m,t[v.index]),w=Math.max(g+S*2,0),b=_?0:S*2,x=Nw(n),A=x?n:N5((y+b)/w),D=y-A*g;S=D/2/(_?A:Math.max(A-1,1)),w=g+S*2,b=_?0:S*2,!x&&n!=="fixed"&&(A=l?N5((Math.abs(l)+b)/w):0),d=A*w-b,h.repeatTimes=A,h.symbolMargin=S}var C=p*(d/2),T=h.pathPosition=[];T[c.index]=e[c.wh]/2,T[v.index]=o==="start"?C:o==="end"?u-C:u/2,a&&(T[0]+=a[0],T[1]+=a[1]);var I=h.bundlePosition=[];I[c.index]=e[c.xy],I[v.index]=e[v.xy];var F=h.barRectShape=H({},e);F[v.wh]=p*Math.max(Math.abs(e[v.wh]),Math.abs(T[v.index]+C)),F[c.wh]=e[c.wh];var P=h.clipShape={};P[c.xy]=-e[c.xy],P[c.wh]=f.ecSize[c.wh],P[v.xy]=0,P[v.wh]=e[v.wh]}function E5(r){var t=r.symbolPatternSize,e=le(r.symbolType,-t/2,-t/2,t,t);return e.attr({culling:!0}),e.type!=="image"&&e.setStyle({strokeNoScale:!0}),e}function M5(r,t,e,n){var i=r.__pictorialBundle,a=e.symbolSize,o=e.valueLineWidth,s=e.pathPosition,u=t.valueDim,l=e.repeatTimes||0,f=0,h=a[t.valueDim.index]+o+e.symbolMargin*2;for(B0(r,function(g){g.__pictorialAnimationIndex=f,g.__pictorialRepeatTimes=l,f<l?ds(g,null,p(f),e,n):ds(g,null,{scaleX:0,scaleY:0},e,n,function(){i.remove(g)}),f++});f<l;f++){var c=E5(e);c.__pictorialAnimationIndex=f,c.__pictorialRepeatTimes=l,i.add(c);var v=p(f);ds(c,{x:v.x,y:v.y,scaleX:0,scaleY:0},{scaleX:v.scaleX,scaleY:v.scaleY,rotation:v.rotation},e,n)}function p(g){var d=s.slice(),y=e.pxSign,m=g;return(e.symbolRepeatDirection==="start"?y>0:y<0)&&(m=l-1-g),d[u.index]=h*(m-l/2+.5)+s[u.index],{x:d[0],y:d[1],scaleX:e.symbolScale[0],scaleY:e.symbolScale[1],rotation:e.rotation}}}function L5(r,t,e,n){var i=r.__pictorialBundle,a=r.__pictorialMainPath;a?ds(a,null,{x:e.pathPosition[0],y:e.pathPosition[1],scaleX:e.symbolScale[0],scaleY:e.symbolScale[1],rotation:e.rotation},e,n):(a=r.__pictorialMainPath=E5(e),i.add(a),ds(a,{x:e.pathPosition[0],y:e.pathPosition[1],scaleX:0,scaleY:0,rotation:e.rotation},{scaleX:e.symbolScale[0],scaleY:e.symbolScale[1]},e,n))}function I5(r,t,e){var n=H({},t.barRectShape),i=r.__pictorialBarRect;i?ds(i,null,{shape:n},t,e):(i=r.__pictorialBarRect=new Et({z2:2,shape:n,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),i.disableMorphing=!0,r.add(i))}function P5(r,t,e,n){if(e.symbolClip){var i=r.__pictorialClipPath,a=H({},e.clipShape),o=t.valueDim,s=e.animationModel,u=e.dataIndex;if(i)It(i,{shape:a},s,u);else{a[o.wh]=0,i=new Et({shape:a}),r.__pictorialBundle.setClipPath(i),r.__pictorialClipPath=i;var l={};l[o.wh]=e.clipShape[o.wh],Ra[n?"updateProps":"initProps"](i,{shape:l},s,u)}}}function F5(r,t){var e=r.getItemModel(t);return e.getAnimationDelayParams=_J,e.isAnimationEnabled=SJ,e}function _J(r){return{index:r.__pictorialAnimationIndex,count:r.__pictorialRepeatTimes}}function SJ(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function R5(r,t,e,n){var i=new at,a=new at;return i.add(a),i.__pictorialBundle=a,a.x=e.bundlePosition[0],a.y=e.bundlePosition[1],e.symbolRepeat?M5(i,t,e):L5(i,t,e),I5(i,e,n),P5(i,t,e,n),i.__pictorialShapeStr=O5(r,e),i.__pictorialSymbolMeta=e,i}function bJ(r,t,e){var n=e.animationModel,i=e.dataIndex,a=r.__pictorialBundle;It(a,{x:e.bundlePosition[0],y:e.bundlePosition[1]},n,i),e.symbolRepeat?M5(r,t,e,!0):L5(r,t,e,!0),I5(r,e,!0),P5(r,t,e,!0)}function B5(r,t,e,n){var i=n.__pictorialBarRect;i&&i.removeTextContent();var a=[];B0(n,function(o){a.push(o)}),n.__pictorialMainPath&&a.push(n.__pictorialMainPath),n.__pictorialClipPath&&(e=null),E(a,function(o){Ri(o,{scaleX:0,scaleY:0},e,t,function(){n.parent&&n.parent.remove(n)})}),r.setItemGraphicEl(t,null)}function O5(r,t){return[r.getItemVisual(t.dataIndex,"symbol")||"none",!!t.symbolRepeat,!!t.symbolClip].join(":")}function B0(r,t,e){E(r.__pictorialBundle.children(),function(n){n!==r.__pictorialBarRect&&t.call(e,n)})}function ds(r,t,e,n,i,a){t&&r.attr(t),n.symbolClip&&!i?e&&r.attr(e):e&&Ra[i?"updateProps":"initProps"](r,e,n.animationModel,n.dataIndex,a)}function k5(r,t,e){var n=e.dataIndex,i=e.itemModel,a=i.getModel("emphasis"),o=a.getModel("itemStyle").getItemStyle(),s=i.getModel(["blur","itemStyle"]).getItemStyle(),u=i.getModel(["select","itemStyle"]).getItemStyle(),l=i.getShallow("cursor"),f=a.get("focus"),h=a.get("blurScope"),c=a.get("scale");B0(r,function(g){if(g instanceof Me){var d=g.style;g.useStyle(H({image:d.image,x:d.x,y:d.y,width:d.width,height:d.height},e.style))}else g.useStyle(e.style);var y=g.ensureState("emphasis");y.style=o,c&&(y.scaleX=g.scaleX*1.1,y.scaleY=g.scaleY*1.1),g.ensureState("blur").style=s,g.ensureState("select").style=u,l&&(g.cursor=l),g.z2=e.z2});var v=t.valueDim.posDesc[+(e.boundingLength>0)],p=r.__pictorialBarRect;p.ignoreClip=!0,Ce(p,ge(i),{labelFetcher:t.seriesModel,labelDataIndex:n,defaultText:us(t.seriesModel.getData(),n),inheritColor:e.style.fill,defaultOpacity:e.style.opacity,defaultOutsidePosition:v}),ee(r,f,h,a.get("disabled"))}function N5(r){var t=Math.round(r);return Math.abs(r-t)<1e-4?t:Math.ceil(r)}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e.defaultSymbol="roundRect",e}return t.prototype.getInitialData=function(e){return e.stack=null,r.prototype.getInitialData.apply(this,arguments)},t.type="series.pictorialBar",t.dependencies=["grid"],t.defaultOption=Oi(ol.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",clip:!1,progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),t})(ol),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._layers=[],e}return t.prototype.render=function(e,n,i){var a=e.getData(),o=this,s=this.group,u=e.getLayerSeries(),l=a.getLayout("layoutInfo"),f=l.rect,h=l.boundaryGap;s.x=0,s.y=f.y+h[0];function c(d){return d.name}var v=new Xa(this._layersSeries||[],u,c,c),p=[];v.add(Z(g,this,"add")).update(Z(g,this,"update")).remove(Z(g,this,"remove")).execute();function g(d,y,m){var _=o._layers;if(d==="remove"){s.remove(_[y]);return}for(var S=[],w=[],b,x=u[y].indices,A=0;A<x.length;A++){var D=a.getItemLayout(x[A]),C=D.x,T=D.y0,I=D.y;S.push(C,T),w.push(C,T+I),b=a.getItemVisual(x[A],"style")}var F,P=a.getItemLayout(x[0]),L=e.getModel("label"),R=L.get("margin"),k=e.getModel("emphasis");if(d==="add"){var B=p[y]=new at;F=new jT({shape:{points:S,stackedOnPoints:w,smooth:.4,stackedOnSmooth:.4,smoothConstraint:!1},z2:0}),B.add(F),s.add(B),e.isAnimationEnabled()&&F.setClipPath(wJ(F.getBoundingRect(),e,function(){F.removeClipPath()}))}else{var B=_[m];F=B.childAt(0),s.add(B),p[y]=B,It(F,{shape:{points:S,stackedOnPoints:w}},e),Jr(F)}Ce(F,ge(e),{labelDataIndex:x[A-1],defaultText:a.getName(x[A-1]),inheritColor:b.fill},{normal:{verticalAlign:"middle"}}),F.setTextConfig({position:null,local:!0});var N=F.getTextContent();N&&(N.x=P.x-R,N.y=P.y0+P.y/2),F.useStyle(b),a.setItemGraphicEl(y,F),Ae(F,e),ee(F,k.get("focus"),k.get("blurScope"),k.get("disabled"))}this._layersSeries=u,this._layers=p},t.type="themeRiver",t}(Nt);function wJ(r,t,e){var n=new Et({shape:{x:r.x-10,y:r.y-10,width:0,height:r.height+20}});return qt(n,{shape:{x:r.x-50,width:r.width+100,height:r.height+20}},t,e),n}var O0=2;(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new sl(Z(this.getData,this),Z(this.getRawData,this))},t.prototype.fixData=function(e){var n=e.length,i={},a=Kw(e,function(c){return i.hasOwnProperty(c[0]+"")||(i[c[0]+""]=-1),c[2]}),o=[];a.buckets.each(function(c,v){o.push({name:v,dataList:c})});for(var s=o.length,u=0;u<s;++u){for(var l=o[u].name,f=0;f<o[u].dataList.length;++f){var h=o[u].dataList[f][0]+"";i[h]=u}for(var h in i)i.hasOwnProperty(h)&&i[h]!==u&&(i[h]=u,e[n]=[h,0,l],n++)}return e},t.prototype.getInitialData=function(e,n){for(var i=this.getReferringComponents("singleAxis",Je).models[0],a=i.get("type"),o=Xt(e.data,function(p){return p[2]!==void 0}),s=this.fixData(o||[]),u=[],l=this.nameMap=et(),f=0,h=0;h<s.length;++h)u.push(s[h][O0]),l.get(s[h][O0])||(l.set(s[h][O0],f),f++);var c=Ku(s,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:Kh(a)},{name:"value",type:"float"},{name:"name",type:"ordinal"}],encodeDefine:{single:0,value:1,itemName:2}}).dimensions,v=new He(c,this);return v.initData(s),v},t.prototype.getLayerSeries=function(){for(var e=this.getData(),n=e.count(),i=[],a=0;a<n;++a)i[a]=a;var o=e.mapDimension("single"),s=Kw(i,function(l){return e.get("name",l)}),u=[];return s.buckets.each(function(l,f){l.sort(function(h,c){return e.get(o,h)-e.get(o,c)}),u.push({name:f,indices:l})}),u},t.prototype.getAxisTooltipData=function(e,n,i){Y(e)||(e=e?[e]:[]);for(var a=this.getData(),o=this.getLayerSeries(),s=[],u=o.length,l,f=0;f<u;++f){for(var h=Number.MAX_VALUE,c=-1,v=o[f].indices.length,p=0;p<v;++p){var g=a.get(e[0],o[f].indices[p]),d=Math.abs(g-n);d<=h&&(l=g,h=d,c=o[f].indices[p])}s.push(c)}return{dataIndices:s,nestestValue:l}},t.prototype.formatTooltip=function(e,n,i){var a=this.getData(),o=a.getName(e),s=a.get(a.mapDimension("value"),e);return ye("nameValue",{name:o,value:s})},t.type="series.themeRiver",t.dependencies=["singleAxis"],t.defaultOption={z:2,colorBy:"data",coordinateSystem:"singleAxis",boundaryGap:["10%","10%"],singleAxisIndex:0,animationEasing:"linear",label:{margin:4,show:!0,position:"left",fontSize:11},emphasis:{label:{show:!0}}},t})(Ht);var xJ=2,AJ=4,z5=function(r){O(t,r);function t(e,n,i,a){var o=r.call(this)||this;o.z2=xJ,o.textConfig={inside:!0},ut(o).seriesIndex=n.seriesIndex;var s=new Mt({z2:AJ,silent:e.getModel().get(["label","silent"])});return o.setTextContent(s),o.updateData(!0,e,n,i,a),o}return t.prototype.updateData=function(e,n,i,a,o){this.node=n,n.piece=this,i=i||this._seriesModel,a=a||this._ecModel;var s=this;ut(s).dataIndex=n.dataIndex;var u=n.getModel(),l=u.getModel("emphasis"),f=n.getLayout(),h=H({},f);h.label=null;var c=n.getVisual("style");c.lineJoin="bevel";var v=n.getVisual("decal");v&&(c.decal=is(v,o));var p=eo(u.getModel("itemStyle"),h,!0);H(h,p),E(Ge,function(m){var _=s.ensureState(m),S=u.getModel([m,"itemStyle"]);_.style=S.getItemStyle();var w=eo(S,h);w&&(_.shape=w)}),e?(s.setShape(h),s.shape.r=f.r0,qt(s,{shape:{r:f.r}},i,n.dataIndex)):(It(s,{shape:h},i),Jr(s)),s.useStyle(c),this._updateLabel(i);var g=u.getShallow("cursor");g&&s.attr("cursor",g),this._seriesModel=i||this._seriesModel,this._ecModel=a||this._ecModel;var d=l.get("focus"),y=d==="ancestor"?n.getAncestorsIndices():d==="descendant"?n.getDescendantIndices():d;ee(this,y,l.get("blurScope"),l.get("disabled"))},t.prototype._updateLabel=function(e){var n=this,i=this.node.getModel(),a=i.getModel("label"),o=this.node.getLayout(),s=o.endAngle-o.startAngle,u=(o.startAngle+o.endAngle)/2,l=Math.cos(u),f=Math.sin(u),h=this,c=h.getTextContent(),v=this.node.dataIndex,p=a.get("minAngle")/180*Math.PI,g=a.get("show")&&!(p!=null&&Math.abs(s)<p);c.ignore=!g,E(vu,function(y){var m=y==="normal"?i.getModel("label"):i.getModel([y,"label"]),_=y==="normal",S=_?c:c.ensureState(y),w=e.getFormattedLabel(v,y);_&&(w=w||n.node.name),S.style=$t(m,{},null,y!=="normal",!0),w&&(S.style.text=w);var b=m.get("show");b!=null&&!_&&(S.ignore=!b);var x=d(m,"position"),A=_?h:h.states[y],D=A.style.fill;A.textConfig={outsideFill:m.get("color")==="inherit"?D:null,inside:x!=="outside"};var C,T=d(m,"distance")||0,I=d(m,"align"),F=d(m,"rotate"),P=Math.PI*.5,L=Math.PI*1.5,R=dr(F==="tangential"?Math.PI/2-u:u),k=R>P&&!nu(R-P)&&R<L;x==="outside"?(C=o.r+T,I=k?"right":"left"):!I||I==="center"?(s===2*Math.PI&&o.r0===0?C=0:C=(o.r+o.r0)/2,I="center"):I==="left"?(C=o.r0+T,I=k?"right":"left"):I==="right"&&(C=o.r-T,I=k?"left":"right"),S.style.align=I,S.style.verticalAlign=d(m,"verticalAlign")||"middle",S.x=C*l+o.cx,S.y=C*f+o.cy;var B=0;F==="radial"?B=dr(-u)+(k?Math.PI:0):F==="tangential"?B=dr(Math.PI/2-u)+(k?Math.PI:0):Bt(F)&&(B=F*Math.PI/180),S.rotation=dr(B)});function d(y,m){var _=y.get(m);return _==null?a.get(m):_}c.dirtyStyle()},t}(gr),CJ="sunburstRootToNode";(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i,a){var o=this;this.seriesModel=e,this.api=i,this.ecModel=n;var s=e.getData(),u=s.tree.root,l=e.getViewRoot(),f=this.group,h=e.get("renderLabelForZeroData"),c=[];l.eachNode(function(m){c.push(m)});var v=this._oldChildren||[];p(c,v),y(u,l),this._initEvents(),this._oldChildren=c;function p(m,_){if(m.length===0&&_.length===0)return;new Xa(_,m,S,S).add(w).update(w).remove(pt(w,null)).execute();function S(b){return b.getId()}function w(b,x){var A=b==null?null:m[b],D=x==null?null:_[x];g(A,D)}}function g(m,_){if(!h&&m&&!m.getValue()&&(m=null),m!==u&&_!==u){if(_&&_.piece)m?(_.piece.updateData(!1,m,e,n,i),s.setItemGraphicEl(m.dataIndex,_.piece)):d(_);else if(m){var S=new z5(m,e,n,i);f.add(S),s.setItemGraphicEl(m.dataIndex,S)}}}function d(m){!m||m.piece&&(f.remove(m.piece),m.piece=null)}function y(m,_){_.depth>0?(o.virtualPiece?o.virtualPiece.updateData(!1,m,e,n,i):(o.virtualPiece=new z5(m,e,n,i),f.add(o.virtualPiece)),_.piece.off("click"),o.virtualPiece.on("click",function(S){o._rootToNode(_.parentNode)})):o.virtualPiece&&(f.remove(o.virtualPiece),o.virtualPiece=null)}},t.prototype._initEvents=function(){var e=this;this.group.off("click"),this.group.on("click",function(n){var i=!1,a=e.seriesModel.getViewRoot();a.eachNode(function(o){if(!i&&o.piece&&o.piece===n.target){var s=o.getModel().get("nodeClick");if(s==="rootToNode")e._rootToNode(o);else if(s==="link"){var u=o.getModel(),l=u.get("link");if(l){var f=u.get("target",!0)||"_blank";xh(l,f)}}i=!0}})})},t.prototype._rootToNode=function(e){e!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:CJ,from:this.uid,seriesId:this.seriesModel.id,targetNode:e})},t.prototype.containPoint=function(e,n){var i=n.getData(),a=i.getItemLayout(0);if(a){var o=e[0]-a.cx,s=e[1]-a.cy,u=Math.sqrt(o*o+s*s);return u<=a.r&&u>=a.r0}},t.type="sunburst",t})(Nt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.ignoreStyleOnData=!0,e}return t.prototype.getInitialData=function(e,n){var i={name:e.name,children:e.data};G5(i);var a=this._levelModels=U(e.levels||[],function(u){return new Rt(u,this,n)},this),o=Xy.createTree(i,this,s);function s(u){u.wrapMethod("getItemModel",function(l,f){var h=o.getNodeByDataIndex(f),c=a[h.depth];return c&&(l.parentModel=c),l})}return o.data},t.prototype.optionUpdated=function(){this.resetViewRoot()},t.prototype.getDataParams=function(e){var n=r.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treePathInfo=Cc(i,this),n},t.prototype.getLevelModel=function(e){return this._levelModels&&this._levelModels[e.depth]},t.prototype.getViewRoot=function(){return this._viewRoot},t.prototype.resetViewRoot=function(e){e?this._viewRoot=e:e=this._viewRoot;var n=this.getRawData().tree.root;(!e||e!==n&&!n.contains(e))&&(this._viewRoot=n)},t.prototype.enableAriaDecal=function(){yE(this)},t.type="series.sunburst",t.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},t}(Ht);function G5(r){var t=0;E(r.children,function(n){G5(n);var i=n.value;Y(i)&&(i=i[0]),t+=i});var e=r.value;Y(e)&&(e=e[0]),(e==null||isNaN(e))&&(e=t),e<0&&(e=0),Y(r.value)?r.value[0]=e:r.value=e}var V5={color:"fill",borderColor:"stroke"},TJ={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},si=Tt();(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},t.prototype.getInitialData=function(e,n){return ii(null,this)},t.prototype.getDataParams=function(e,n,i){var a=r.prototype.getDataParams.call(this,e,n);return i&&(a.info=si(i).info),a},t.type="series.custom",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},t})(Ht);function DJ(r,t){return t=t||[0,0],U(["x","y"],function(e,n){var i=this.getAxis(e),a=t[n],o=r[n]/2;return i.type==="category"?i.getBandWidth():Math.abs(i.dataToCoord(a-o)-i.dataToCoord(a+o))},this)}function EJ(r){var t=r.master.getRect();return{coordSys:{type:"cartesian2d",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(e){return r.dataToPoint(e)},size:Z(DJ,r)}}}function MJ(r,t){return t=t||[0,0],U([0,1],function(e){var n=t[e],i=r[e]/2,a=[],o=[];return a[e]=n-i,o[e]=n+i,a[1-e]=o[1-e]=t[1-e],Math.abs(this.dataToPoint(a)[e]-this.dataToPoint(o)[e])},this)}function LJ(r){var t=r.getBoundingRect();return{coordSys:{type:"geo",x:t.x,y:t.y,width:t.width,height:t.height,zoom:r.getZoom()},api:{coord:function(e){return r.dataToPoint(e)},size:Z(MJ,r)}}}function IJ(r,t){var e=this.getAxis(),n=t instanceof Array?t[0]:t,i=(r instanceof Array?r[0]:r)/2;return e.type==="category"?e.getBandWidth():Math.abs(e.dataToCoord(n-i)-e.dataToCoord(n+i))}function PJ(r){var t=r.getRect();return{coordSys:{type:"singleAxis",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(e){return r.dataToPoint(e)},size:Z(IJ,r)}}}function FJ(r,t){return t=t||[0,0],U(["Radius","Angle"],function(e,n){var i="get"+e+"Axis",a=this[i](),o=t[n],s=r[n]/2,u=a.type==="category"?a.getBandWidth():Math.abs(a.dataToCoord(o-s)-a.dataToCoord(o+s));return e==="Angle"&&(u=u*Math.PI/180),u},this)}function RJ(r){var t=r.getRadiusAxis(),e=r.getAngleAxis(),n=t.getExtent();return n[0]>n[1]&&n.reverse(),{coordSys:{type:"polar",cx:r.cx,cy:r.cy,r:n[1],r0:n[0]},api:{coord:function(i){var a=t.dataToRadius(i[0]),o=e.dataToAngle(i[1]),s=r.coordToPoint([a,o]);return s.push(a,o*Math.PI/180),s},size:Z(FJ,r)}}}function BJ(r){var t=r.getRect(),e=r.getRangeInfo();return{coordSys:{type:"calendar",x:t.x,y:t.y,width:t.width,height:t.height,cellWidth:r.getCellWidth(),cellHeight:r.getCellHeight(),rangeInfo:{start:e.start,end:e.end,weeks:e.weeks,dayCount:e.allDay}},api:{coord:function(n,i){return r.dataToPoint(n,i)}}}}function $5(r,t,e,n){return r&&(r.legacy||r.legacy!==!1&&!e&&!n&&t!=="tspan"&&(t==="text"||j(r,"text")))}function H5(r,t,e){var n=r,i,a,o;if(t==="text")o=n;else{o={},j(n,"text")&&(o.text=n.text),j(n,"rich")&&(o.rich=n.rich),j(n,"textFill")&&(o.fill=n.textFill),j(n,"textStroke")&&(o.stroke=n.textStroke),j(n,"fontFamily")&&(o.fontFamily=n.fontFamily),j(n,"fontSize")&&(o.fontSize=n.fontSize),j(n,"fontStyle")&&(o.fontStyle=n.fontStyle),j(n,"fontWeight")&&(o.fontWeight=n.fontWeight),a={type:"text",style:o,silent:!0},i={};var s=j(n,"textPosition");e?i.position=s?n.textPosition:"inside":s&&(i.position=n.textPosition),j(n,"textPosition")&&(i.position=n.textPosition),j(n,"textOffset")&&(i.offset=n.textOffset),j(n,"textRotation")&&(i.rotation=n.textRotation),j(n,"textDistance")&&(i.distance=n.textDistance)}return W5(o,r),E(o.rich,function(u){W5(u,u)}),{textConfig:i,textContent:a}}function W5(r,t){!t||(t.font=t.textFont||t.font,j(t,"textStrokeWidth")&&(r.lineWidth=t.textStrokeWidth),j(t,"textAlign")&&(r.align=t.textAlign),j(t,"textVerticalAlign")&&(r.verticalAlign=t.textVerticalAlign),j(t,"textLineHeight")&&(r.lineHeight=t.textLineHeight),j(t,"textWidth")&&(r.width=t.textWidth),j(t,"textHeight")&&(r.height=t.textHeight),j(t,"textBackgroundColor")&&(r.backgroundColor=t.textBackgroundColor),j(t,"textPadding")&&(r.padding=t.textPadding),j(t,"textBorderColor")&&(r.borderColor=t.textBorderColor),j(t,"textBorderWidth")&&(r.borderWidth=t.textBorderWidth),j(t,"textBorderRadius")&&(r.borderRadius=t.textBorderRadius),j(t,"textBoxShadowColor")&&(r.shadowColor=t.textBoxShadowColor),j(t,"textBoxShadowBlur")&&(r.shadowBlur=t.textBoxShadowBlur),j(t,"textBoxShadowOffsetX")&&(r.shadowOffsetX=t.textBoxShadowOffsetX),j(t,"textBoxShadowOffsetY")&&(r.shadowOffsetY=t.textBoxShadowOffsetY))}function U5(r,t,e){var n=r;n.textPosition=n.textPosition||e.position||"inside",e.offset!=null&&(n.textOffset=e.offset),e.rotation!=null&&(n.textRotation=e.rotation),e.distance!=null&&(n.textDistance=e.distance);var i=n.textPosition.indexOf("inside")>=0,a=r.fill||"#000";Y5(n,t);var o=n.textFill==null;return i?o&&(n.textFill=e.insideFill||"#fff",!n.textStroke&&e.insideStroke&&(n.textStroke=e.insideStroke),!n.textStroke&&(n.textStroke=a),n.textStrokeWidth==null&&(n.textStrokeWidth=2)):(o&&(n.textFill=r.fill||e.outsideFill||"#000"),!n.textStroke&&e.outsideStroke&&(n.textStroke=e.outsideStroke)),n.text=t.text,n.rich=t.rich,E(t.rich,function(s){Y5(s,s)}),n}function Y5(r,t){!t||(j(t,"fill")&&(r.textFill=t.fill),j(t,"stroke")&&(r.textStroke=t.fill),j(t,"lineWidth")&&(r.textStrokeWidth=t.lineWidth),j(t,"font")&&(r.font=t.font),j(t,"fontStyle")&&(r.fontStyle=t.fontStyle),j(t,"fontWeight")&&(r.fontWeight=t.fontWeight),j(t,"fontSize")&&(r.fontSize=t.fontSize),j(t,"fontFamily")&&(r.fontFamily=t.fontFamily),j(t,"align")&&(r.textAlign=t.align),j(t,"verticalAlign")&&(r.textVerticalAlign=t.verticalAlign),j(t,"lineHeight")&&(r.textLineHeight=t.lineHeight),j(t,"width")&&(r.textWidth=t.width),j(t,"height")&&(r.textHeight=t.height),j(t,"backgroundColor")&&(r.textBackgroundColor=t.backgroundColor),j(t,"padding")&&(r.textPadding=t.padding),j(t,"borderColor")&&(r.textBorderColor=t.borderColor),j(t,"borderWidth")&&(r.textBorderWidth=t.borderWidth),j(t,"borderRadius")&&(r.textBorderRadius=t.borderRadius),j(t,"shadowColor")&&(r.textBoxShadowColor=t.shadowColor),j(t,"shadowBlur")&&(r.textBoxShadowBlur=t.shadowBlur),j(t,"shadowOffsetX")&&(r.textBoxShadowOffsetX=t.shadowOffsetX),j(t,"shadowOffsetY")&&(r.textBoxShadowOffsetY=t.shadowOffsetY),j(t,"textShadowColor")&&(r.textShadowColor=t.textShadowColor),j(t,"textShadowBlur")&&(r.textShadowBlur=t.textShadowBlur),j(t,"textShadowOffsetX")&&(r.textShadowOffsetX=t.textShadowOffsetX),j(t,"textShadowOffsetY")&&(r.textShadowOffsetY=t.textShadowOffsetY))}var X5={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},Z5=Ot(X5);gn(mn,function(r,t){return r[t]=1,r},{}),mn.join(", ");var Fc=["","style","shape","extra"],gs=Tt();function k0(r,t,e,n,i){var a=r+"Animation",o=ag(r,n,i)||{},s=gs(t).userDuring;return o.duration>0&&(o.during=s?Z(GJ,{el:t,userDuring:s}):null,o.setToFinal=!0,o.scope=r),H(o,e[a]),o}function Rc(r,t,e,n){n=n||{};var i=n.dataIndex,a=n.isInit,o=n.clearStyle,s=e.isAnimationEnabled(),u=gs(r),l=t.style;u.userDuring=t.during;var f={},h={};if($J(r,t,h),j5("shape",t,h),j5("extra",t,h),!a&&s&&(VJ(r,t,f),K5("shape",r,t,f),K5("extra",r,t,f),HJ(r,t,l,f)),h.style=l,OJ(r,h,o),NJ(r,t),s)if(a){var c={};E(Fc,function(p){var g=p?t[p]:t;g&&g.enterFrom&&(p&&(c[p]=c[p]||{}),H(p?c[p]:c,g.enterFrom))});var v=k0("enter",r,t,e,i);v.duration>0&&r.animateFrom(c,v)}else kJ(r,t,i||0,e,f);q5(r,t),l?r.dirty():r.markRedraw()}function q5(r,t){for(var e=gs(r).leaveToProps,n=0;n<Fc.length;n++){var i=Fc[n],a=i?t[i]:t;a&&a.leaveTo&&(e||(e=gs(r).leaveToProps={}),i&&(e[i]=e[i]||{}),H(i?e[i]:e,a.leaveTo))}}function Bc(r,t,e,n){if(r){var i=r.parent,a=gs(r).leaveToProps;if(a){var o=k0("update",r,t,e,0);o.done=function(){i.remove(r),n&&n()},r.animateTo(a,o)}else i.remove(r),n&&n()}}function fo(r){return r==="all"}function OJ(r,t,e){var n=t.style;if(!r.isGroup&&n){if(e){r.useStyle({});for(var i=r.animators,a=0;a<i.length;a++){var o=i[a];o.targetName==="style"&&o.changeTarget(r.style)}}r.setStyle(n)}t&&(t.style=null,t&&r.attr(t),t.style=n)}function kJ(r,t,e,n,i){if(i){var a=k0("update",r,t,n,e);a.duration>0&&r.animateFrom(i,a)}}function NJ(r,t){j(t,"silent")&&(r.silent=t.silent),j(t,"ignore")&&(r.ignore=t.ignore),r instanceof Kr&&j(t,"invisible")&&(r.invisible=t.invisible),r instanceof Dt&&j(t,"autoBatch")&&(r.autoBatch=t.autoBatch)}var Pn={},zJ={setTransform:function(r,t){return Pn.el[r]=t,this},getTransform:function(r){return Pn.el[r]},setShape:function(r,t){var e=Pn.el,n=e.shape||(e.shape={});return n[r]=t,e.dirtyShape&&e.dirtyShape(),this},getShape:function(r){var t=Pn.el.shape;if(t)return t[r]},setStyle:function(r,t){var e=Pn.el,n=e.style;return n&&(n[r]=t,e.dirtyStyle&&e.dirtyStyle()),this},getStyle:function(r){var t=Pn.el.style;if(t)return t[r]},setExtra:function(r,t){var e=Pn.el.extra||(Pn.el.extra={});return e[r]=t,this},getExtra:function(r){var t=Pn.el.extra;if(t)return t[r]}};function GJ(){var r=this,t=r.el;if(!!t){var e=gs(t).userDuring,n=r.userDuring;if(e!==n){r.el=r.userDuring=null;return}Pn.el=t,n(zJ)}}function K5(r,t,e,n){var i=e[r];if(!!i){var a=t[r],o;if(a){var s=e.transition,u=i.transition;if(u)if(!o&&(o=n[r]={}),fo(u))H(o,a);else for(var l=re(u),f=0;f<l.length;f++){var h=l[f],c=a[h];o[h]=c}else if(fo(s)||At(s,r)>=0){!o&&(o=n[r]={});for(var v=Ot(a),f=0;f<v.length;f++){var h=v[f],c=a[h];WJ(i[h],c)&&(o[h]=c)}}}}}function j5(r,t,e){var n=t[r];if(!!n)for(var i=e[r]={},a=Ot(n),o=0;o<a.length;o++){var s=a[o];i[s]=Js(n[s])}}function VJ(r,t,e){for(var n=t.transition,i=fo(n)?mn:re(n||[]),a=0;a<i.length;a++){var o=i[a];if(!(o==="style"||o==="shape"||o==="extra")){var s=r[o];e[o]=s}}}function $J(r,t,e){for(var n=0;n<Z5.length;n++){var i=Z5[n],a=X5[i],o=t[i];o&&(e[a[0]]=o[0],e[a[1]]=o[1])}for(var n=0;n<mn.length;n++){var s=mn[n];t[s]!=null&&(e[s]=t[s])}}function HJ(r,t,e,n){if(!!e){var i=r.style,a;if(i){var o=e.transition,s=t.transition;if(o&&!fo(o)){var u=re(o);!a&&(a=n.style={});for(var l=0;l<u.length;l++){var f=u[l],h=i[f];a[f]=h}}else if(r.getAnimationStyleProps&&(fo(s)||fo(o)||At(s,"style")>=0)){var c=r.getAnimationStyleProps(),v=c?c.style:null;if(v){!a&&(a=n.style={});for(var p=Ot(e),l=0;l<p.length;l++){var f=p[l];if(v[f]){var h=i[f];a[f]=h}}}}}}}function WJ(r,t){return ke(r)?r!==t:r!=null&&isFinite(r)}var J5=Tt(),UJ=["percent","easing","shape","style","extra"];function Q5(r){r.stopAnimation("keyframe"),r.attr(J5(r))}function Oc(r,t,e){if(!(!e.isAnimationEnabled()||!t)){if(Y(t)){E(t,function(s){Oc(r,s,e)});return}var n=t.keyframes,i=t.duration;if(e&&i==null){var a=ag("enter",e,0);i=a&&a.duration}if(!(!n||!i)){var o=J5(r);E(Fc,function(s){if(!(s&&!r[s])){var u;n.sort(function(l,f){return l.percent-f.percent}),E(n,function(l){var f=r.animators,h=s?l[s]:l;if(!!h){var c=Ot(h);if(s||(c=Xt(c,function(g){return At(UJ,g)<0})),!!c.length){u||(u=r.animate(s,t.loop,!0),u.scope="keyframe");for(var v=0;v<f.length;v++)f[v]!==u&&f[v].targetName===u.targetName&&f[v].stopTracks(c);s&&(o[s]=o[s]||{});var p=s?o[s]:o;E(c,function(g){p[g]=((s?r[s]:r)||{})[g]}),u.whenWithKeys(i*l.percent,h,c,l.easing)}}}),u&&u.delay(t.delay||0).duration(i).start(t.easing)}})}}}var ui="emphasis",Xi="normal",N0="blur",z0="select",Zi=[Xi,ui,N0,z0],G0={normal:["itemStyle"],emphasis:[ui,"itemStyle"],blur:[N0,"itemStyle"],select:[z0,"itemStyle"]},V0={normal:["label"],emphasis:[ui,"label"],blur:[N0,"label"],select:[z0,"label"]},YJ=["x","y"],XJ="e\0\0",Gr={normal:{},emphasis:{},blur:{},select:{}},ZJ={cartesian2d:EJ,geo:LJ,single:PJ,polar:RJ,calendar:BJ};function $0(r){return r instanceof Dt}function H0(r){return r instanceof Kr}function qJ(r,t){t.copyTransform(r),H0(t)&&H0(r)&&(t.setStyle(r.style),t.z=r.z,t.z2=r.z2,t.zlevel=r.zlevel,t.invisible=r.invisible,t.ignore=r.ignore,$0(t)&&$0(r)&&t.setShape(r.shape))}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i,a){this._progressiveEls=null;var o=this._data,s=e.getData(),u=this.group,l=eM(e,s,n,i);o||u.removeAll(),s.diff(o).add(function(h){Y0(i,null,h,l(h,a),e,u,s)}).remove(function(h){var c=o.getItemGraphicEl(h);c&&Bc(c,si(c).option,e)}).update(function(h,c){var v=o.getItemGraphicEl(c);Y0(i,v,h,l(h,a),e,u,s)}).execute();var f=e.get("clip",!0)?al(e.coordinateSystem,!1,e):null;f?u.setClipPath(f):u.removeClipPath(),this._data=s},t.prototype.incrementalPrepareRender=function(e,n,i){this.group.removeAll(),this._data=null},t.prototype.incrementalRender=function(e,n,i,a,o){var s=n.getData(),u=eM(n,s,i,a),l=this._progressiveEls=[];function f(v){v.isGroup||(v.incremental=!0,v.ensureState("emphasis").hoverLayer=!0)}for(var h=e.start;h<e.end;h++){var c=Y0(null,null,h,u(h,o),n,this.group,s);c&&(c.traverse(f),l.push(c))}},t.prototype.eachRendered=function(e){Bi(this._progressiveEls||this.group,e)},t.prototype.filterForExposedEvent=function(e,n,i,a){var o=n.element;if(o==null||i.name===o)return!0;for(;(i=i.__hostTarget||i.parent)&&i!==this.group;)if(i.name===o)return!0;return!1},t.type="custom",t})(Nt);function W0(r){var t=r.type,e;if(t==="path"){var n=r.shape,i=n.width!=null&&n.height!=null?{x:n.x||0,y:n.y||0,width:n.width,height:n.height}:null,a=oM(n);e=fh(a,null,i,n.layout||"center"),si(e).customPathData=a}else if(t==="image")e=new Me({}),si(e).customImagePath=r.style.image;else if(t==="text")e=new Mt({});else if(t==="group")e=new at;else{if(t==="compoundPath")throw new Error('"compoundPath" is not supported yet.');var o=ug(t);if(!o){var s="";Ne(s)}e=new o}return si(e).customGraphicType=t,e.name=r.name,e.z2EmphasisLift=1,e.z2SelectLift=1,e}function U0(r,t,e,n,i,a,o){Q5(t);var s=i&&i.normal.cfg;s&&t.setTextConfig(s),n&&n.transition==null&&(n.transition=YJ);var u=n&&n.style;if(u){if(t.type==="text"){var l=u;j(l,"textFill")&&(l.fill=l.textFill),j(l,"textStroke")&&(l.stroke=l.textStroke)}var f=void 0,h=$0(t)?u.decal:null;r&&h&&(h.dirty=!0,f=is(h,r)),u.__decalPattern=f}if(H0(t)&&u){var f=u.__decalPattern;f&&(u.decal=f)}Rc(t,n,a,{dataIndex:e,isInit:o,clearStyle:!0}),Oc(t,n.keyframeAnimation,a)}function tM(r,t,e,n,i){var a=t.isGroup?null:t,o=i&&i[r].cfg;if(a){var s=a.ensureState(r);if(n===!1){var u=a.getState(r);u&&(u.style=null)}else s.style=n||null;o&&(s.textConfig=o),Da(a)}}function KJ(r,t,e){if(!r.isGroup){var n=r,i=e.currentZ,a=e.currentZLevel;n.z=i,n.zlevel=a;var o=t.z2;o!=null&&(n.z2=o||0);for(var s=0;s<Zi.length;s++)jJ(n,t,Zi[s])}}function jJ(r,t,e){var n=e===Xi,i=n?t:kc(t,e),a=i?i.z2:null,o;a!=null&&(o=n?r:r.ensureState(e),o.z2=a||0)}function eM(r,t,e,n){var i=r.get("renderItem"),a=r.coordinateSystem,o={};a&&(o=a.prepareCustoms?a.prepareCustoms(a):ZJ[a.type](a));for(var s=ft({getWidth:n.getWidth,getHeight:n.getHeight,getZr:n.getZr,getDevicePixelRatio:n.getDevicePixelRatio,value:S,style:b,ordinalRawValue:w,styleEmphasis:x,visual:C,barLayout:T,currentSeriesIndices:I,font:F},o.api||{}),u={context:{},seriesId:r.id,seriesName:r.name,seriesIndex:r.seriesIndex,coordSys:o.coordSys,dataInsideLength:t.count(),encode:JJ(r.getData())},l,f,h={},c={},v={},p={},g=0;g<Zi.length;g++){var d=Zi[g];v[d]=r.getModel(G0[d]),p[d]=r.getModel(V0[d])}function y(P){return P===l?f||(f=t.getItemModel(P)):t.getItemModel(P)}function m(P,L){return t.hasItemOption?P===l?h[L]||(h[L]=y(P).getModel(G0[L])):y(P).getModel(G0[L]):v[L]}function _(P,L){return t.hasItemOption?P===l?c[L]||(c[L]=y(P).getModel(V0[L])):y(P).getModel(V0[L]):p[L]}return function(P,L){return l=P,f=null,h={},c={},i&&i(ft({dataIndexInside:P,dataIndex:t.getRawIndex(P),actionType:L?L.type:null},u),s)};function S(P,L){return L==null&&(L=l),t.getStore().get(t.getDimensionIndex(P||0),L)}function w(P,L){L==null&&(L=l),P=P||0;var R=t.getDimensionInfo(P);if(!R){var k=t.getDimensionIndex(P);return k>=0?t.getStore().get(k,L):void 0}var B=t.get(R.name,L),N=R&&R.ordinalMeta;return N?N.categories[B]:B}function b(P,L){L==null&&(L=l);var R=t.getItemVisual(L,"style"),k=R&&R.fill,B=R&&R.opacity,N=m(L,Xi).getItemStyle();k!=null&&(N.fill=k),B!=null&&(N.opacity=B);var z={inheritColor:J(k)?k:"#000"},W=_(L,Xi),G=$t(W,null,z,!1,!0);G.text=W.getShallow("show")?dt(r.getFormattedLabel(L,Xi),us(t,L)):null;var V=ph(W,z,!1);return D(P,N),N=U5(N,G,V),P&&A(N,P),N.legacy=!0,N}function x(P,L){L==null&&(L=l);var R=m(L,ui).getItemStyle(),k=_(L,ui),B=$t(k,null,null,!0,!0);B.text=k.getShallow("show")?Hn(r.getFormattedLabel(L,ui),r.getFormattedLabel(L,Xi),us(t,L)):null;var N=ph(k,null,!0);return D(P,R),R=U5(R,B,N),P&&A(R,P),R.legacy=!0,R}function A(P,L){for(var R in L)j(L,R)&&(P[R]=L[R])}function D(P,L){P&&(P.textFill&&(L.textFill=P.textFill),P.textPosition&&(L.textPosition=P.textPosition))}function C(P,L){if(L==null&&(L=l),j(V5,P)){var R=t.getItemVisual(L,"style");return R?R[V5[P]]:null}if(j(TJ,P))return t.getItemVisual(L,P)}function T(P){if(a.type==="cartesian2d"){var L=a.getBaseAxis();return RX(ft({axis:L},P))}}function I(){return e.getCurrentSeriesIndices()}function F(P){return hg(P,e)}}function JJ(r){var t={};return E(r.dimensions,function(e){var n=r.getDimensionInfo(e);if(!n.isExtraCoord){var i=n.coordDim,a=t[i]=t[i]||[];a[n.coordDimIndex]=r.getDimensionIndex(e)}}),t}function Y0(r,t,e,n,i,a,o){if(!n){a.remove(t);return}var s=X0(r,t,e,n,i,a);return s&&o.setItemGraphicEl(e,s),s&&ee(s,n.focus,n.blurScope,n.emphasisDisabled),s}function X0(r,t,e,n,i,a){var o=-1,s=t;t&&rM(t,n,i)&&(o=At(a.childrenRef(),t),t=null);var u=!t,l=t;l?l.clearStates():(l=W0(n),s&&qJ(s,l)),n.morph===!1?l.disableMorphing=!0:l.disableMorphing&&(l.disableMorphing=!1),Gr.normal.cfg=Gr.normal.conOpt=Gr.emphasis.cfg=Gr.emphasis.conOpt=Gr.blur.cfg=Gr.blur.conOpt=Gr.select.cfg=Gr.select.conOpt=null,Gr.isLegacy=!1,tQ(l,e,n,i,u,Gr),QJ(l,e,n,i,u),U0(r,l,e,n,Gr,i,u),j(n,"info")&&(si(l).info=n.info);for(var f=0;f<Zi.length;f++){var h=Zi[f];if(h!==Xi){var c=kc(n,h),v=Z0(n,c,h);tM(h,l,c,v,Gr)}}return KJ(l,n,i),n.type==="group"&&eQ(r,l,e,n,i),o>=0?a.replaceAt(l,o):a.add(l),l}function rM(r,t,e){var n=si(r),i=t.type,a=t.shape,o=t.style;return e.isUniversalTransitionEnabled()||i!=null&&i!==n.customGraphicType||i==="path"&&aQ(a)&&oM(a)!==n.customPathData||i==="image"&&j(o,"image")&&o.image!==n.customImagePath}function QJ(r,t,e,n,i){var a=e.clipPath;if(a===!1)r&&r.getClipPath()&&r.removeClipPath();else if(a){var o=r.getClipPath();o&&rM(o,a,n)&&(o=null),o||(o=W0(a),r.setClipPath(o)),U0(null,o,t,a,null,n,i)}}function tQ(r,t,e,n,i,a){if(!r.isGroup){nM(e,null,a),nM(e,ui,a);var o=a.normal.conOpt,s=a.emphasis.conOpt,u=a.blur.conOpt,l=a.select.conOpt;if(o!=null||s!=null||l!=null||u!=null){var f=r.getTextContent();if(o===!1)f&&r.removeTextContent();else{o=a.normal.conOpt=o||{type:"text"},f?f.clearStates():(f=W0(o),r.setTextContent(f)),U0(null,f,t,o,null,n,i);for(var h=o&&o.style,c=0;c<Zi.length;c++){var v=Zi[c];if(v!==Xi){var p=a[v].conOpt;tM(v,f,p,Z0(o,p,v),null)}}h?f.dirty():f.markRedraw()}}}}function nM(r,t,e){var n=t?kc(r,t):r,i=t?Z0(r,n,ui):r.style,a=r.type,o=n?n.textConfig:null,s=r.textContent,u=s?t?kc(s,t):s:null;if(i&&(e.isLegacy||$5(i,a,!!o,!!u))){e.isLegacy=!0;var l=H5(i,a,!t);!o&&l.textConfig&&(o=l.textConfig),!u&&l.textContent&&(u=l.textContent)}if(!t&&u){var f=u;!f.type&&(f.type="text")}var h=t?e[t]:e.normal;h.cfg=o,h.conOpt=u}function kc(r,t){return t?r?r[t]:null:r}function Z0(r,t,e){var n=t&&t.style;return n==null&&e===ui&&r&&(n=r.styleEmphasis),n}function eQ(r,t,e,n,i){var a=n.children,o=a?a.length:0,s=n.$mergeChildren,u=s==="byName"||n.diffChildrenByName,l=s===!1;if(!(!o&&!u&&!l)){if(u){nQ({api:r,oldChildren:t.children()||[],newChildren:a||[],dataIndex:e,seriesModel:i,group:t});return}l&&t.removeAll();for(var f=0;f<o;f++){var h=a[f],c=t.childAt(f);h?(h.ignore==null&&(h.ignore=!1),X0(r,c,e,h,i,t)):c.ignore=!0}for(var v=t.childCount()-1;v>=f;v--){var p=t.childAt(v);rQ(t,p,i)}}}function rQ(r,t,e){t&&Bc(t,si(r).option,e)}function nQ(r){new Xa(r.oldChildren,r.newChildren,iM,iM,r).add(aM).update(aM).remove(iQ).execute()}function iM(r,t){var e=r&&r.name;return e!=null?e:XJ+t}function aM(r,t){var e=this.context,n=r!=null?e.newChildren[r]:null,i=t!=null?e.oldChildren[t]:null;X0(e.api,i,e.dataIndex,n,e.seriesModel,e.group)}function iQ(r){var t=this.context,e=t.oldChildren[r];e&&Bc(e,si(e).option,t.seriesModel)}function oM(r){return r&&(r.pathData||r.d)}function aQ(r){return r&&(j(r,"pathData")||j(r,"d"))}var ho=Tt(),sM=st,q0=Z,K0=function(){function r(){this._dragging=!1,this.animationThreshold=15}return r.prototype.render=function(t,e,n,i){var a=e.get("value"),o=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=n,!(!i&&this._lastValue===a&&this._lastStatus===o)){this._lastValue=a,this._lastStatus=o;var s=this._group,u=this._handle;if(!o||o==="hide"){s&&s.hide(),u&&u.hide();return}s&&s.show(),u&&u.show();var l={};this.makeElOption(l,a,t,e,n);var f=l.graphicKey;f!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=f;var h=this._moveAnimation=this.determineAnimation(t,e);if(!s)s=this._group=new at,this.createPointerEl(s,l,t,e),this.createLabelEl(s,l,t,e),n.getZr().add(s);else{var c=pt(uM,e,h);this.updatePointerEl(s,l,c),this.updateLabelEl(s,l,c,e)}hM(s,e,!0),this._renderHandle(a)}},r.prototype.remove=function(t){this.clear(t)},r.prototype.dispose=function(t){this.clear(t)},r.prototype.determineAnimation=function(t,e){var n=e.get("animation"),i=t.axis,a=i.type==="category",o=e.get("snap");if(!o&&!a)return!1;if(n==="auto"||n==null){var s=this.animationThreshold;if(a&&i.getBandWidth()>s)return!0;if(o){var u=Py(t).seriesDataCount,l=i.getExtent();return Math.abs(l[0]-l[1])/u>s}return!1}return n===!0},r.prototype.makeElOption=function(t,e,n,i,a){},r.prototype.createPointerEl=function(t,e,n,i){var a=e.pointer;if(a){var o=ho(t).pointerEl=new Ra[a.type](sM(e.pointer));t.add(o)}},r.prototype.createLabelEl=function(t,e,n,i){if(e.label){var a=ho(t).labelEl=new Mt(sM(e.label));t.add(a),fM(a,i)}},r.prototype.updatePointerEl=function(t,e,n){var i=ho(t).pointerEl;i&&e.pointer&&(i.setStyle(e.pointer.style),n(i,{shape:e.pointer.shape}))},r.prototype.updateLabelEl=function(t,e,n,i){var a=ho(t).labelEl;a&&(a.setStyle(e.label.style),n(a,{x:e.label.x,y:e.label.y}),fM(a,i))},r.prototype._renderHandle=function(t){if(!(this._dragging||!this.updateHandleTransform)){var e=this._axisPointerModel,n=this._api.getZr(),i=this._handle,a=e.getModel("handle"),o=e.get("status");if(!a.get("show")||!o||o==="hide"){i&&n.remove(i),this._handle=null;return}var s;this._handle||(s=!0,i=this._handle=Cu(a.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(l){Wn(l.event)},onmousedown:q0(this._onHandleDragMove,this,0,0),drift:q0(this._onHandleDragMove,this),ondragend:q0(this._onHandleDragEnd,this)}),n.add(i)),hM(i,e,!1),i.setStyle(a.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var u=a.get("size");Y(u)||(u=[u,u]),i.scaleX=u[0]/2,i.scaleY=u[1]/2,Bh(this,"_doDispatchAxisPointer",a.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,s)}},r.prototype._moveHandleToValue=function(t,e){uM(this._axisPointerModel,!e&&this._moveAnimation,this._handle,j0(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},r.prototype._onHandleDragMove=function(t,e){var n=this._handle;if(!!n){this._dragging=!0;var i=this.updateHandleTransform(j0(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(j0(i)),ho(n).lastProp=null,this._doDispatchAxisPointer()}},r.prototype._doDispatchAxisPointer=function(){var t=this._handle;if(!!t){var e=this._payloadInfo,n=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:e.cursorPoint[0],y:e.cursorPoint[1],tooltipOption:e.tooltipOption,axesInfo:[{axisDim:n.axis.dim,axisIndex:n.componentIndex}]})}},r.prototype._onHandleDragEnd=function(){this._dragging=!1;var t=this._handle;if(!!t){var e=this._axisPointerModel.get("value");this._moveHandleToValue(e),this._api.dispatchAction({type:"hideTip"})}},r.prototype.clear=function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),n=this._group,i=this._handle;e&&n&&(this._lastGraphicKey=null,n&&e.remove(n),i&&e.remove(i),this._group=null,this._handle=null,this._payloadInfo=null),Nu(this,"_doDispatchAxisPointer")},r.prototype.doClear=function(){},r.prototype.buildLabel=function(t,e,n){return n=n||0,{x:t[n],y:t[1-n],width:e[n],height:e[1-n]}},r}();function uM(r,t,e,n){lM(ho(e).lastProp,n)||(ho(e).lastProp=n,t?It(e,n,r):(e.stopAnimation(),e.attr(n)))}function lM(r,t){if(lt(r)&<(t)){var e=!0;return E(t,function(n,i){e=e&&lM(r[i],n)}),!!e}else return r===t}function fM(r,t){r[t.get(["label","show"])?"show":"hide"]()}function j0(r){return{x:r.x||0,y:r.y||0,rotation:r.rotation||0}}function hM(r,t,e){var n=t.get("z"),i=t.get("zlevel");r&&r.traverse(function(a){a.type!=="group"&&(n!=null&&(a.z=n),i!=null&&(a.zlevel=i),a.silent=e)})}function J0(r){var t=r.get("type"),e=r.getModel(t+"Style"),n;return t==="line"?(n=e.getLineStyle(),n.fill=null):t==="shadow"&&(n=e.getAreaStyle(),n.stroke=null),n}function cM(r,t,e,n,i){var a=e.get("value"),o=vM(a,t.axis,t.ecModel,e.get("seriesDataIndices"),{precision:e.get(["label","precision"]),formatter:e.get(["label","formatter"])}),s=e.getModel("label"),u=jo(s.get("padding")||0),l=s.getFont(),f=eu(o,l),h=i.position,c=f.width+u[1]+u[3],v=f.height+u[0]+u[2],p=i.align;p==="right"&&(h[0]-=c),p==="center"&&(h[0]-=c/2);var g=i.verticalAlign;g==="bottom"&&(h[1]-=v),g==="middle"&&(h[1]-=v/2),oQ(h,c,v,n);var d=s.get("backgroundColor");(!d||d==="auto")&&(d=t.get(["axisLine","lineStyle","color"])),r.label={x:h[0],y:h[1],style:$t(s,{text:o,font:l,fill:s.getTextColor(),padding:u,backgroundColor:d}),z2:10}}function oQ(r,t,e,n){var i=n.getWidth(),a=n.getHeight();r[0]=Math.min(r[0]+t,i)-t,r[1]=Math.min(r[1]+e,a)-e,r[0]=Math.max(r[0],0),r[1]=Math.max(r[1],0)}function vM(r,t,e,n,i){r=t.scale.parse(r);var a=t.scale.getLabel({value:r},{precision:i.precision}),o=i.formatter;if(o){var s={value:cy(t,{value:r}),axisDimension:t.dim,axisIndex:t.index,seriesData:[]};E(n,function(u){var l=e.getSeriesByIndex(u.seriesIndex),f=u.dataIndexInside,h=l&&l.getDataParams(f);h&&s.seriesData.push(h)}),J(o)?a=o.replace("{value}",a):ot(o)&&(a=o(s))}return a}function Q0(r,t,e){var n=Dr();return Eo(n,n,e.rotation),Yn(n,n,e.position),Tn([r.dataToCoord(t),(e.labelOffset||0)+(e.labelDirection||1)*(e.labelMargin||0)],n)}function pM(r,t,e,n,i,a){var o=Ye.innerTextLayout(e.rotation,0,e.labelDirection);e.labelMargin=i.get(["label","margin"]),cM(t,n,i,a,{position:Q0(n.axis,r,e),align:o.textAlign,verticalAlign:o.textVerticalAlign})}function tm(r,t,e){return e=e||0,{x1:r[e],y1:r[1-e],x2:t[e],y2:t[1-e]}}function dM(r,t,e){return e=e||0,{x:r[e],y:r[1-e],width:t[e],height:t[1-e]}}function gM(r,t,e,n,i,a){return{cx:r,cy:t,r0:e,r:n,startAngle:i,endAngle:a,clockwise:!0}}var sQ=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.makeElOption=function(e,n,i,a,o){var s=i.axis,u=s.grid,l=a.get("type"),f=yM(u,s).getOtherAxis(s).getGlobalExtent(),h=s.toGlobalCoord(s.dataToCoord(n,!0));if(l&&l!=="none"){var c=J0(a),v=uQ[l](s,h,f);v.style=c,e.graphicKey=v.type,e.pointer=v}var p=Ly(u.model,i);pM(n,e,p,i,a,o)},t.prototype.getHandleTransform=function(e,n,i){var a=Ly(n.axis.grid.model,n,{labelInside:!1});a.labelMargin=i.get(["handle","margin"]);var o=Q0(n.axis,e,a);return{x:o[0],y:o[1],rotation:a.rotation+(a.labelDirection<0?Math.PI:0)}},t.prototype.updateHandleTransform=function(e,n,i,a){var o=i.axis,s=o.grid,u=o.getGlobalExtent(!0),l=yM(s,o).getOtherAxis(o).getGlobalExtent(),f=o.dim==="x"?0:1,h=[e.x,e.y];h[f]+=n[f],h[f]=Math.min(u[1],h[f]),h[f]=Math.max(u[0],h[f]);var c=(l[1]+l[0])/2,v=[c,c];v[f]=h[f];var p=[{verticalAlign:"middle"},{align:"center"}];return{x:h[0],y:h[1],rotation:e.rotation,cursorPoint:v,tooltipOption:p[f]}},t}(K0);function yM(r,t){var e={};return e[t.dim+"AxisIndex"]=t.index,r.getCartesian(e)}var uQ={line:function(r,t,e){var n=tm([t,e[0]],[t,e[1]],mM(r));return{type:"Line",subPixelOptimize:!0,shape:n}},shadow:function(r,t,e){var n=Math.max(1,r.getBandWidth()),i=e[1]-e[0];return{type:"Rect",shape:dM([t-n/2,e[0]],[n,i],mM(r))}}};function mM(r){return r.dim==="x"?0:1}var lQ=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="axisPointer",t.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,triggerEmphasis:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},t}(wt),li=Tt(),fQ=E;function _M(r,t,e){if(!_t.node){var n=t.getZr();li(n).records||(li(n).records={}),hQ(n,t);var i=li(n).records[r]||(li(n).records[r]={});i.handler=e}}function hQ(r,t){if(li(r).initialized)return;li(r).initialized=!0,e("click",pt(SM,"click")),e("mousemove",pt(SM,"mousemove")),e("globalout",vQ);function e(n,i){r.on(n,function(a){var o=pQ(t);fQ(li(r).records,function(s){s&&i(s,a,o.dispatchAction)}),cQ(o.pendings,t)})}}function cQ(r,t){var e=r.showTip.length,n=r.hideTip.length,i;e?i=r.showTip[e-1]:n&&(i=r.hideTip[n-1]),i&&(i.dispatchAction=null,t.dispatchAction(i))}function vQ(r,t,e){r.handler("leave",null,e)}function SM(r,t,e,n){t.handler(r,e,n)}function pQ(r){var t={showTip:[],hideTip:[]},e=function(n){var i=t[n.type];i?i.push(n):(n.dispatchAction=e,r.dispatchAction(n))};return{dispatchAction:e,pendings:t}}function em(r,t){if(!_t.node){var e=t.getZr(),n=(li(e).records||{})[r];n&&(li(e).records[r]=null)}}var dQ=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=n.getComponent("tooltip"),o=e.get("triggerOn")||a&&a.get("triggerOn")||"mousemove|click";_M("axisPointer",i,function(s,u,l){o!=="none"&&(s==="leave"||o.indexOf(s)>=0)&&l({type:"updateAxisPointer",currTrigger:s,x:u&&u.offsetX,y:u&&u.offsetY})})},t.prototype.remove=function(e,n){em("axisPointer",n)},t.prototype.dispose=function(e,n){em("axisPointer",n)},t.type="axisPointer",t}(Kt);function bM(r,t){var e=[],n=r.seriesIndex,i;if(n==null||!(i=t.getSeriesByIndex(n)))return{point:[]};var a=i.getData(),o=da(a,r);if(o==null||o<0||Y(o))return{point:[]};var s=a.getItemGraphicEl(o),u=i.coordinateSystem;if(i.getTooltipPosition)e=i.getTooltipPosition(o)||[];else if(u&&u.dataToPoint)if(r.isStacked){var l=u.getBaseAxis(),f=u.getOtherAxis(l),h=f.dim,c=l.dim,v=h==="x"||h==="radius"?1:0,p=a.mapDimension(c),g=[];g[v]=a.get(p,o),g[1-v]=a.get(a.getCalculationInfo("stackResultDimension"),o),e=u.dataToPoint(g)||[]}else e=u.dataToPoint(a.getValues(U(u.dimensions,function(y){return a.mapDimension(y)}),o))||[];else if(s){var d=s.getBoundingRect().clone();d.applyTransform(s.transform),e=[d.x+d.width/2,d.y+d.height/2]}return{point:e,el:s}}var wM=Tt();function gQ(r,t,e){var n=r.currTrigger,i=[r.x,r.y],a=r,o=r.dispatchAction||Z(e.dispatchAction,e),s=t.getComponent("axisPointer").coordSysAxesInfo;if(!!s){Nc(i)&&(i=bM({seriesIndex:a.seriesIndex,dataIndex:a.dataIndex},t).point);var u=Nc(i),l=a.axesInfo,f=s.axesInfo,h=n==="leave"||Nc(i),c={},v={},p={list:[],map:{}},g={showPointer:pt(mQ,v),showTooltip:pt(_Q,p)};E(s.coordSysMap,function(y,m){var _=u||y.containPoint(i);E(s.coordSysAxesInfo[m],function(S,w){var b=S.axis,x=xQ(l,S);if(!h&&_&&(!l||x)){var A=x&&x.value;A==null&&!u&&(A=b.pointToData(i)),A!=null&&xM(S,A,g,!1,c)}})});var d={};return E(f,function(y,m){var _=y.linkGroup;_&&!v[m]&&E(_.axesInfo,function(S,w){var b=v[w];if(S!==y&&b){var x=b.value;_.mapper&&(x=y.axis.scale.parse(_.mapper(x,AM(S),AM(y)))),d[y.key]=x}})}),E(d,function(y,m){xM(f[m],y,g,!0,c)}),SQ(v,f,c),bQ(p,i,r,o),wQ(f,o,e),c}}function xM(r,t,e,n,i){var a=r.axis;if(!(a.scale.isBlank()||!a.containData(t))){if(!r.involveSeries){e.showPointer(r,t);return}var o=yQ(t,r),s=o.payloadBatch,u=o.snapToValue;s[0]&&i.seriesIndex==null&&H(i,s[0]),!n&&r.snap&&a.containData(u)&&u!=null&&(t=u),e.showPointer(r,t,s),e.showTooltip(r,o,u)}}function yQ(r,t){var e=t.axis,n=e.dim,i=r,a=[],o=Number.MAX_VALUE,s=-1;return E(t.seriesModels,function(u,l){var f=u.getData().mapDimensionsAll(n),h,c;if(u.getAxisTooltipData){var v=u.getAxisTooltipData(f,r,e);c=v.dataIndices,h=v.nestestValue}else{if(c=u.getData().indicesOfNearest(f[0],r,e.type==="category"?.5:null),!c.length)return;h=u.getData().get(f[0],c[0])}if(!(h==null||!isFinite(h))){var p=r-h,g=Math.abs(p);g<=o&&((g<o||p>=0&&s<0)&&(o=g,s=p,i=h,a.length=0),E(c,function(d){a.push({seriesIndex:u.seriesIndex,dataIndexInside:d,dataIndex:u.getData().getRawIndex(d)})}))}}),{payloadBatch:a,snapToValue:i}}function mQ(r,t,e,n){r[t.key]={value:e,payloadBatch:n}}function _Q(r,t,e,n){var i=e.payloadBatch,a=t.axis,o=a.model,s=t.axisPointerModel;if(!(!t.triggerTooltip||!i.length)){var u=t.coordSys.model,l=ul(u),f=r.map[l];f||(f=r.map[l]={coordSysId:u.id,coordSysIndex:u.componentIndex,coordSysType:u.type,coordSysMainType:u.mainType,dataByAxis:[]},r.list.push(f)),f.dataByAxis.push({axisDim:a.dim,axisIndex:o.componentIndex,axisType:o.type,axisId:o.id,value:n,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:i.slice()})}}function SQ(r,t,e){var n=e.axesInfo=[];E(t,function(i,a){var o=i.axisPointerModel.option,s=r[a];s?(!i.useHandle&&(o.status="show"),o.value=s.value,o.seriesDataIndices=(s.payloadBatch||[]).slice()):!i.useHandle&&(o.status="hide"),o.status==="show"&&n.push({axisDim:i.axis.dim,axisIndex:i.axis.model.componentIndex,value:o.value})})}function bQ(r,t,e,n){if(Nc(t)||!r.list.length){n({type:"hideTip"});return}var i=((r.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};n({type:"showTip",escapeConnect:!0,x:t[0],y:t[1],tooltipOption:e.tooltipOption,position:e.position,dataIndexInside:i.dataIndexInside,dataIndex:i.dataIndex,seriesIndex:i.seriesIndex,dataByCoordSys:r.list})}function wQ(r,t,e){var n=e.getZr(),i="axisPointerLastHighlights",a=wM(n)[i]||{},o=wM(n)[i]={};E(r,function(l,f){var h=l.axisPointerModel.option;h.status==="show"&&l.triggerEmphasis&&E(h.seriesDataIndices,function(c){var v=c.seriesIndex+" | "+c.dataIndex;o[v]=c})});var s=[],u=[];E(a,function(l,f){!o[f]&&u.push(l)}),E(o,function(l,f){!a[f]&&s.push(l)}),u.length&&e.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:u}),s.length&&e.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}function xQ(r,t){for(var e=0;e<(r||[]).length;e++){var n=r[e];if(t.axis.dim===n.axisDim&&t.axis.model.componentIndex===n.axisIndex)return n}}function AM(r){var t=r.axis.model,e={},n=e.axisDim=r.axis.dim;return e.axisIndex=e[n+"AxisIndex"]=t.componentIndex,e.axisName=e[n+"AxisName"]=t.name,e.axisId=e[n+"AxisId"]=t.id,e}function Nc(r){return!r||r[0]==null||isNaN(r[0])||r[1]==null||isNaN(r[1])}function AQ(r){ll.registerAxisPointerClass("CartesianAxisPointer",sQ),r.registerComponentModel(lQ),r.registerComponentView(dQ),r.registerPreprocessor(function(t){if(t){(!t.axisPointer||t.axisPointer.length===0)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!Y(e)&&(t.axisPointer.link=[e])}}),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=Eq(t,e)}),r.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},gQ)}(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.makeElOption=function(e,n,i,a,o){var s=i.axis;s.dim==="angle"&&(this.animationThreshold=Math.PI/18);var u=s.polar,l=u.getOtherAxis(s),f=l.getExtent(),h=s.dataToCoord(n),c=a.get("type");if(c&&c!=="none"){var v=J0(a),p=TQ[c](s,u,h,f);p.style=v,e.graphicKey=p.type,e.pointer=p}var g=a.get(["label","margin"]),d=CQ(n,i,a,u,g);cM(e,i,a,o,d)},t})(K0);function CQ(r,t,e,n,i){var a=t.axis,o=a.dataToCoord(r),s=n.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var u=n.getRadiusAxis().getExtent(),l,f,h;if(a.dim==="radius"){var c=Dr();Eo(c,c,s),Yn(c,c,[n.cx,n.cy]),l=Tn([o,-i],c);var v=t.getModel("axisLabel").get("rotate")||0,p=Ye.innerTextLayout(s,v*Math.PI/180,-1);f=p.textAlign,h=p.textVerticalAlign}else{var g=u[1];l=n.coordToPoint([g+i,o]);var d=n.cx,y=n.cy;f=Math.abs(l[0]-d)/g<.3?"center":l[0]>d?"left":"right",h=Math.abs(l[1]-y)/g<.3?"middle":l[1]>y?"top":"bottom"}return{position:l,align:f,verticalAlign:h}}var TQ={line:function(r,t,e,n){return r.dim==="angle"?{type:"Line",shape:tm(t.coordToPoint([n[0],e]),t.coordToPoint([n[1],e]))}:{type:"Circle",shape:{cx:t.cx,cy:t.cy,r:e}}},shadow:function(r,t,e,n){var i=Math.max(1,r.getBandWidth()),a=Math.PI/180;return r.dim==="angle"?{type:"Sector",shape:gM(t.cx,t.cy,n[0],n[1],(-e-i/2)*a,(-e+i/2)*a)}:{type:"Sector",shape:gM(t.cx,t.cy,e-i/2,e+i/2,0,Math.PI*2)}}};(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.findAxisModel=function(e){var n,i=this.ecModel;return i.eachComponent(e,function(a){a.getCoordSysModel()===this&&(n=a)},this),n},t.type="polar",t.dependencies=["radiusAxis","angleAxis"],t.defaultOption={z:0,center:["50%","50%"],radius:"80%"},t})(wt);var rm=function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",Je).models[0]},t.type="polarAxis",t}(wt);se(rm,tl),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="angleAxis",t}(rm),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="radiusAxis",t}(rm);var CM=function(r){O(t,r);function t(e,n){return r.call(this,"radius",e,n)||this}return t.prototype.pointToData=function(e,n){return this.polar.pointToData(e,n)[this.dim==="radius"?0:1]},t}(on);CM.prototype.dataToRadius=on.prototype.dataToCoord,CM.prototype.radiusToData=on.prototype.coordToData;var DQ=Tt(),TM=function(r){O(t,r);function t(e,n){return r.call(this,"angle",e,n||[0,360])||this}return t.prototype.pointToData=function(e,n){return this.polar.pointToData(e,n)[this.dim==="radius"?0:1]},t.prototype.calculateCategoryInterval=function(){var e=this,n=e.getLabelModel(),i=e.scale,a=i.getExtent(),o=i.count();if(a[1]-a[0]<1)return 0;var s=a[0],u=e.dataToCoord(s+1)-e.dataToCoord(s),l=Math.abs(u),f=eu(s==null?"":s+"",n.getFont(),"center","top"),h=Math.max(f.height,7),c=h/l;isNaN(c)&&(c=1/0);var v=Math.max(0,Math.floor(c)),p=DQ(e.model),g=p.lastAutoInterval,d=p.lastTickCount;return g!=null&&d!=null&&Math.abs(g-v)<=1&&Math.abs(d-o)<=1&&g>v?v=g:(p.lastTickCount=o,p.lastAutoInterval=v),v},t}(on);TM.prototype.dataToAngle=on.prototype.dataToCoord,TM.prototype.angleToData=on.prototype.coordToData;var EQ=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function zc(r,t,e){t[1]>t[0]&&(t=t.slice().reverse());var n=r.coordToPoint([t[0],e]),i=r.coordToPoint([t[1],e]);return{x1:n[0],y1:n[1],x2:i[0],y2:i[1]}}function Gc(r){var t=r.getRadiusAxis();return t.inverse?0:1}function DM(r){var t=r[0],e=r[r.length-1];t&&e&&Math.abs(Math.abs(t.coord-e.coord)-360)<1e-4&&r.pop()}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.axisPointerClass="PolarAxisPointer",e}return t.prototype.render=function(e,n){if(this.group.removeAll(),!!e.get("show")){var i=e.axis,a=i.polar,o=a.getRadiusAxis().getExtent(),s=i.getTicksCoords(),u=i.getMinorTicksCoords(),l=U(i.getViewLabels(),function(f){f=st(f);var h=i.scale,c=h.type==="ordinal"?h.getRawOrdinalNumber(f.tickValue):f.tickValue;return f.coord=i.dataToCoord(c),f});DM(l),DM(s),E(EQ,function(f){e.get([f,"show"])&&(!i.scale.isBlank()||f==="axisLine")&&MQ[f](this.group,e,a,s,u,o,l)},this)}},t.type="angleAxis",t})(ll);var MQ={axisLine:function(r,t,e,n,i,a){var o=t.getModel(["axisLine","lineStyle"]),s=e.getAngleAxis(),u=Math.PI/180,l=s.getExtent(),f=Gc(e),h=f?0:1,c,v=Math.abs(l[1]-l[0])===360?"Circle":"Arc";a[h]===0?c=new Ra[v]({shape:{cx:e.cx,cy:e.cy,r:a[f],startAngle:-l[0]*u,endAngle:-l[1]*u,clockwise:s.inverse},style:o.getLineStyle(),z2:1,silent:!0}):c=new Su({shape:{cx:e.cx,cy:e.cy,r:a[f],r0:a[h]},style:o.getLineStyle(),z2:1,silent:!0}),c.style.fill=null,r.add(c)},axisTick:function(r,t,e,n,i,a){var o=t.getModel("axisTick"),s=(o.get("inside")?-1:1)*o.get("length"),u=a[Gc(e)],l=U(n,function(f){return new de({shape:zc(e,[u,u+s],f.coord)})});r.add(Pr(l,{style:ft(o.getModel("lineStyle").getLineStyle(),{stroke:t.get(["axisLine","lineStyle","color"])})}))},minorTick:function(r,t,e,n,i,a){if(!!i.length){for(var o=t.getModel("axisTick"),s=t.getModel("minorTick"),u=(o.get("inside")?-1:1)*s.get("length"),l=a[Gc(e)],f=[],h=0;h<i.length;h++)for(var c=0;c<i[h].length;c++)f.push(new de({shape:zc(e,[l,l+u],i[h][c].coord)}));r.add(Pr(f,{style:ft(s.getModel("lineStyle").getLineStyle(),ft(o.getLineStyle(),{stroke:t.get(["axisLine","lineStyle","color"])}))}))}},axisLabel:function(r,t,e,n,i,a,o){var s=t.getCategories(!0),u=t.getModel("axisLabel"),l=u.get("margin"),f=t.get("triggerEvent");E(o,function(h,c){var v=u,p=h.tickValue,g=a[Gc(e)],d=e.coordToPoint([g+l,h.coord]),y=e.cx,m=e.cy,_=Math.abs(d[0]-y)/g<.3?"center":d[0]>y?"left":"right",S=Math.abs(d[1]-m)/g<.3?"middle":d[1]>m?"top":"bottom";if(s&&s[p]){var w=s[p];lt(w)&&w.textStyle&&(v=new Rt(w.textStyle,u,u.ecModel))}var b=new Mt({silent:Ye.isLabelSilent(t),style:$t(v,{x:d[0],y:d[1],fill:v.getTextColor()||t.get(["axisLine","lineStyle","color"]),text:h.formattedLabel,align:_,verticalAlign:S})});if(r.add(b),f){var x=Ye.makeAxisEventDataBase(t);x.targetType="axisLabel",x.value=h.rawLabel,ut(b).eventData=x}},this)},splitLine:function(r,t,e,n,i,a){var o=t.getModel("splitLine"),s=o.getModel("lineStyle"),u=s.get("color"),l=0;u=u instanceof Array?u:[u];for(var f=[],h=0;h<n.length;h++){var c=l++%u.length;f[c]=f[c]||[],f[c].push(new de({shape:zc(e,a,n[h].coord)}))}for(var h=0;h<f.length;h++)r.add(Pr(f[h],{style:ft({stroke:u[h%u.length]},s.getLineStyle()),silent:!0,z:t.get("z")}))},minorSplitLine:function(r,t,e,n,i,a){if(!!i.length){for(var o=t.getModel("minorSplitLine"),s=o.getModel("lineStyle"),u=[],l=0;l<i.length;l++)for(var f=0;f<i[l].length;f++)u.push(new de({shape:zc(e,a,i[l][f].coord)}));r.add(Pr(u,{style:s.getLineStyle(),silent:!0,z:t.get("z")}))}},splitArea:function(r,t,e,n,i,a){if(!!n.length){var o=t.getModel("splitArea"),s=o.getModel("areaStyle"),u=s.get("color"),l=0;u=u instanceof Array?u:[u];for(var f=[],h=Math.PI/180,c=-n[0].coord*h,v=Math.min(a[0],a[1]),p=Math.max(a[0],a[1]),g=t.get("clockwise"),d=1,y=n.length;d<=y;d++){var m=d===y?n[0].coord:n[d].coord,_=l++%u.length;f[_]=f[_]||[],f[_].push(new gr({shape:{cx:e.cx,cy:e.cy,r0:v,r:p,startAngle:c,endAngle:-m*h,clockwise:g},silent:!0})),c=-m*h}for(var d=0;d<f.length;d++)r.add(Pr(f[d],{style:ft({fill:u[d%u.length]},s.getAreaStyle()),silent:!0}))}}},LQ=["axisLine","axisTickLabel","axisName"],IQ=["splitLine","splitArea","minorSplitLine"];(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.axisPointerClass="PolarAxisPointer",e}return t.prototype.render=function(e,n){if(this.group.removeAll(),!!e.get("show")){var i=this._axisGroup,a=this._axisGroup=new at;this.group.add(a);var o=e.axis,s=o.polar,u=s.getAngleAxis(),l=o.getTicksCoords(),f=o.getMinorTicksCoords(),h=u.getExtent()[0],c=o.getExtent(),v=FQ(s,e,h),p=new Ye(e,v);E(LQ,p.add,p),a.add(p.getGroup()),Au(i,a,e),E(IQ,function(g){e.get([g,"show"])&&!o.scale.isBlank()&&PQ[g](this.group,e,s,h,c,l,f)},this)}},t.type="radiusAxis",t})(ll);var PQ={splitLine:function(r,t,e,n,i,a){var o=t.getModel("splitLine"),s=o.getModel("lineStyle"),u=s.get("color"),l=0,f=e.getAngleAxis(),h=Math.PI/180,c=f.getExtent(),v=Math.abs(c[1]-c[0])===360?"Circle":"Arc";u=u instanceof Array?u:[u];for(var p=[],g=0;g<a.length;g++){var d=l++%u.length;p[d]=p[d]||[],p[d].push(new Ra[v]({shape:{cx:e.cx,cy:e.cy,r:Math.max(a[g].coord,0),startAngle:-c[0]*h,endAngle:-c[1]*h,clockwise:f.inverse}}))}for(var g=0;g<p.length;g++)r.add(Pr(p[g],{style:ft({stroke:u[g%u.length],fill:null},s.getLineStyle()),silent:!0}))},minorSplitLine:function(r,t,e,n,i,a,o){if(!!o.length){for(var s=t.getModel("minorSplitLine"),u=s.getModel("lineStyle"),l=[],f=0;f<o.length;f++)for(var h=0;h<o[f].length;h++)l.push(new ri({shape:{cx:e.cx,cy:e.cy,r:o[f][h].coord}}));r.add(Pr(l,{style:ft({fill:null},u.getLineStyle()),silent:!0}))}},splitArea:function(r,t,e,n,i,a){if(!!a.length){var o=t.getModel("splitArea"),s=o.getModel("areaStyle"),u=s.get("color"),l=0;u=u instanceof Array?u:[u];for(var f=[],h=a[0].coord,c=1;c<a.length;c++){var v=l++%u.length;f[v]=f[v]||[],f[v].push(new gr({shape:{cx:e.cx,cy:e.cy,r0:h,r:a[c].coord,startAngle:0,endAngle:Math.PI*2},silent:!0})),h=a[c].coord}for(var c=0;c<f.length;c++)r.add(Pr(f[c],{style:ft({fill:u[c%u.length]},s.getAreaStyle()),silent:!0}))}}};function FQ(r,t,e){return{position:[r.cx,r.cy],rotation:e/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:t.getModel("axisLabel").get("rotate"),z2:1}}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="polar",t})(Kt);function nm(r,t){t=t||{};var e=r.coordinateSystem,n=r.axis,i={},a=n.position,o=n.orient,s=e.getRect(),u=[s.x,s.x+s.width,s.y,s.y+s.height],l={horizontal:{top:u[2],bottom:u[3]},vertical:{left:u[0],right:u[1]}};i.position=[o==="vertical"?l.vertical[a]:u[0],o==="horizontal"?l.horizontal[a]:u[3]];var f={horizontal:0,vertical:1};i.rotation=Math.PI/2*f[o];var h={top:-1,bottom:1,right:1,left:-1};i.labelDirection=i.tickDirection=i.nameDirection=h[a],r.get(["axisTick","inside"])&&(i.tickDirection=-i.tickDirection),we(t.labelInside,r.get(["axisLabel","inside"]))&&(i.labelDirection=-i.labelDirection);var c=t.rotate;return c==null&&(c=r.get(["axisLabel","rotate"])),i.labelRotation=a==="top"?-c:c,i.z2=1,i}var RQ=["axisLine","axisTickLabel","axisName"],BQ=["splitArea","splitLine"];(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.axisPointerClass="SingleAxisPointer",e}return t.prototype.render=function(e,n,i,a){var o=this.group;o.removeAll();var s=this._axisGroup;this._axisGroup=new at;var u=nm(e),l=new Ye(e,u);E(RQ,l.add,l),o.add(this._axisGroup),o.add(l.getGroup()),E(BQ,function(f){e.get([f,"show"])&&OQ[f](this,this.group,this._axisGroup,e)},this),Au(s,this._axisGroup,e),r.prototype.render.call(this,e,n,i,a)},t.prototype.remove=function(){FD(this)},t.type="singleAxis",t})(ll);var OQ={splitLine:function(r,t,e,n){var i=n.axis;if(!i.scale.isBlank()){var a=n.getModel("splitLine"),o=a.getModel("lineStyle"),s=o.get("color");s=s instanceof Array?s:[s];for(var u=o.get("width"),l=n.coordinateSystem.getRect(),f=i.isHorizontal(),h=[],c=0,v=i.getTicksCoords({tickModel:a}),p=[],g=[],d=0;d<v.length;++d){var y=i.toGlobalCoord(v[d].coord);f?(p[0]=y,p[1]=l.y,g[0]=y,g[1]=l.y+l.height):(p[0]=l.x,p[1]=y,g[0]=l.x+l.width,g[1]=y);var m=new de({shape:{x1:p[0],y1:p[1],x2:g[0],y2:g[1]},silent:!0});Wo(m.shape,u);var _=c++%s.length;h[_]=h[_]||[],h[_].push(m)}for(var S=o.getLineStyle(["color"]),d=0;d<h.length;++d)t.add(Pr(h[d],{style:ft({stroke:s[d%s.length]},S),silent:!0}))}},splitArea:function(r,t,e,n){PD(r,e,n,n)}},kQ=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.getCoordSysModel=function(){return this},t.type="singleAxis",t.layoutMode="box",t.defaultOption={left:"5%",top:"5%",right:"5%",bottom:"5%",type:"value",position:"bottom",orient:"horizontal",axisLine:{show:!0,lineStyle:{width:1,type:"solid"}},tooltip:{show:!0},axisTick:{show:!0,length:6,lineStyle:{width:1}},axisLabel:{show:!0,interval:"auto"},splitLine:{show:!0,lineStyle:{type:"dashed",opacity:.2}}},t}(wt);se(kQ,tl.prototype),function(r){O(t,r);function t(e,n,i,a,o){var s=r.call(this,e,n,i)||this;return s.type=a||"value",s.position=o||"bottom",s}return t.prototype.isHorizontal=function(){var e=this.position;return e==="top"||e==="bottom"},t.prototype.pointToData=function(e,n){return this.coordinateSystem.pointToData(e)[0]},t}(on);var EM=["x","y"],NQ=["width","height"];(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.makeElOption=function(e,n,i,a,o){var s=i.axis,u=s.coordinateSystem,l=im(u,1-Vc(s)),f=u.dataToPoint(n)[0],h=a.get("type");if(h&&h!=="none"){var c=J0(a),v=zQ[h](s,f,l);v.style=c,e.graphicKey=v.type,e.pointer=v}var p=nm(i);pM(n,e,p,i,a,o)},t.prototype.getHandleTransform=function(e,n,i){var a=nm(n,{labelInside:!1});a.labelMargin=i.get(["handle","margin"]);var o=Q0(n.axis,e,a);return{x:o[0],y:o[1],rotation:a.rotation+(a.labelDirection<0?Math.PI:0)}},t.prototype.updateHandleTransform=function(e,n,i,a){var o=i.axis,s=o.coordinateSystem,u=Vc(o),l=im(s,u),f=[e.x,e.y];f[u]+=n[u],f[u]=Math.min(l[1],f[u]),f[u]=Math.max(l[0],f[u]);var h=im(s,1-u),c=(h[1]+h[0])/2,v=[c,c];return v[u]=f[u],{x:f[0],y:f[1],rotation:e.rotation,cursorPoint:v,tooltipOption:{verticalAlign:"middle"}}},t})(K0);var zQ={line:function(r,t,e){var n=tm([t,e[0]],[t,e[1]],Vc(r));return{type:"Line",subPixelOptimize:!0,shape:n}},shadow:function(r,t,e){var n=r.getBandWidth(),i=e[1]-e[0];return{type:"Rect",shape:dM([t-n/2,e[0]],[n,i],Vc(r))}}};function Vc(r){return r.isHorizontal()?0:1}function im(r,t){var e=r.getRect();return[e[EM[t]],e[EM[t]]+e[NQ[t]]]}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="single",t})(Kt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e,n,i){var a=Mu(e);r.prototype.init.apply(this,arguments),MM(e,a)},t.prototype.mergeOption=function(e){r.prototype.mergeOption.apply(this,arguments),MM(this.option,e)},t.prototype.getCellSize=function(){return this.option.cellSize},t.type="calendar",t.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},t}(wt);function MM(r,t){var e=r.cellSize,n;Y(e)?n=e:n=r.cellSize=[e,e],n.length===1&&(n[1]=n[0]);var i=U([0,1],function(a){return xW(t,a)&&(n[a]="auto"),n[a]!=null&&n[a]!=="auto"});Na(r,t,{type:"box",ignoreSize:i})}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){var a=this.group;a.removeAll();var o=e.coordinateSystem,s=o.getRangeInfo(),u=o.getOrient(),l=n.getLocaleModel();this._renderDayRect(e,s,a),this._renderLines(e,s,u,a),this._renderYearText(e,s,u,a),this._renderMonthText(e,l,u,a),this._renderWeekText(e,l,s,u,a)},t.prototype._renderDayRect=function(e,n,i){for(var a=e.coordinateSystem,o=e.getModel("itemStyle").getItemStyle(),s=a.getCellWidth(),u=a.getCellHeight(),l=n.start.time;l<=n.end.time;l=a.getNextNDay(l,1).time){var f=a.dataToRect([l],!1).tl,h=new Et({shape:{x:f[0],y:f[1],width:s,height:u},cursor:"default",style:o});i.add(h)}},t.prototype._renderLines=function(e,n,i,a){var o=this,s=e.coordinateSystem,u=e.getModel(["splitLine","lineStyle"]).getLineStyle(),l=e.get(["splitLine","show"]),f=u.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var h=n.start,c=0;h.time<=n.end.time;c++){p(h.formatedDate),c===0&&(h=s.getDateInfo(n.start.y+"-"+n.start.m));var v=h.date;v.setMonth(v.getMonth()+1),h=s.getDateInfo(v)}p(s.getNextNDay(n.end.time,1).formatedDate);function p(g){o._firstDayOfMonth.push(s.getDateInfo(g)),o._firstDayPoints.push(s.dataToRect([g],!1).tl);var d=o._getLinePointsOfOneWeek(e,g,i);o._tlpoints.push(d[0]),o._blpoints.push(d[d.length-1]),l&&o._drawSplitline(d,u,a)}l&&this._drawSplitline(o._getEdgesPoints(o._tlpoints,f,i),u,a),l&&this._drawSplitline(o._getEdgesPoints(o._blpoints,f,i),u,a)},t.prototype._getEdgesPoints=function(e,n,i){var a=[e[0].slice(),e[e.length-1].slice()],o=i==="horizontal"?0:1;return a[0][o]=a[0][o]-n/2,a[1][o]=a[1][o]+n/2,a},t.prototype._drawSplitline=function(e,n,i){var a=new Ve({z2:20,shape:{points:e},style:n});i.add(a)},t.prototype._getLinePointsOfOneWeek=function(e,n,i){for(var a=e.coordinateSystem,o=a.getDateInfo(n),s=[],u=0;u<7;u++){var l=a.getNextNDay(o.time,u),f=a.dataToRect([l.time],!1);s[2*l.day]=f.tl,s[2*l.day+1]=f[i==="horizontal"?"bl":"tr"]}return s},t.prototype._formatterLabel=function(e,n){return J(e)&&e?SW(e,n):ot(e)?e(n):n.nameMap},t.prototype._yearTextPositionControl=function(e,n,i,a,o){var s=n[0],u=n[1],l=["center","bottom"];a==="bottom"?(u+=o,l=["center","top"]):a==="left"?s-=o:a==="right"?(s+=o,l=["center","top"]):u-=o;var f=0;return(a==="left"||a==="right")&&(f=Math.PI/2),{rotation:f,x:s,y:u,style:{align:l[0],verticalAlign:l[1]}}},t.prototype._renderYearText=function(e,n,i,a){var o=e.getModel("yearLabel");if(!!o.get("show")){var s=o.get("margin"),u=o.get("position");u||(u=i!=="horizontal"?"top":"left");var l=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],f=(l[0][0]+l[1][0])/2,h=(l[0][1]+l[1][1])/2,c=i==="horizontal"?0:1,v={top:[f,l[c][1]],bottom:[f,l[1-c][1]],left:[l[1-c][0],h],right:[l[c][0],h]},p=n.start.y;+n.end.y>+n.start.y&&(p=p+"-"+n.end.y);var g=o.get("formatter"),d={start:n.start.y,end:n.end.y,nameMap:p},y=this._formatterLabel(g,d),m=new Mt({z2:30,style:$t(o,{text:y})});m.attr(this._yearTextPositionControl(m,v[u],i,u,s)),a.add(m)}},t.prototype._monthTextPositionControl=function(e,n,i,a,o){var s="left",u="top",l=e[0],f=e[1];return i==="horizontal"?(f=f+o,n&&(s="center"),a==="start"&&(u="bottom")):(l=l+o,n&&(u="middle"),a==="start"&&(s="right")),{x:l,y:f,align:s,verticalAlign:u}},t.prototype._renderMonthText=function(e,n,i,a){var o=e.getModel("monthLabel");if(!!o.get("show")){var s=o.get("nameMap"),u=o.get("margin"),l=o.get("position"),f=o.get("align"),h=[this._tlpoints,this._blpoints];(!s||J(s))&&(s&&(n=gg(s)||n),s=n.get(["time","monthAbbr"])||[]);var c=l==="start"?0:1,v=i==="horizontal"?0:1;u=l==="start"?-u:u;for(var p=f==="center",g=0;g<h[c].length-1;g++){var d=h[c][g].slice(),y=this._firstDayOfMonth[g];if(p){var m=this._firstDayPoints[g];d[v]=(m[v]+h[0][g+1][v])/2}var _=o.get("formatter"),S=s[+y.m-1],w={yyyy:y.y,yy:(y.y+"").slice(2),MM:y.m,M:+y.m,nameMap:S},b=this._formatterLabel(_,w),x=new Mt({z2:30,style:H($t(o,{text:b}),this._monthTextPositionControl(d,p,i,l,u))});a.add(x)}}},t.prototype._weekTextPositionControl=function(e,n,i,a,o){var s="center",u="middle",l=e[0],f=e[1],h=i==="start";return n==="horizontal"?(l=l+a+(h?1:-1)*o[0]/2,s=h?"right":"left"):(f=f+a+(h?1:-1)*o[1]/2,u=h?"bottom":"top"),{x:l,y:f,align:s,verticalAlign:u}},t.prototype._renderWeekText=function(e,n,i,a,o){var s=e.getModel("dayLabel");if(!!s.get("show")){var u=e.coordinateSystem,l=s.get("position"),f=s.get("nameMap"),h=s.get("margin"),c=u.getFirstDayOfWeek();if(!f||J(f)){f&&(n=gg(f)||n);var v=n.get(["time","dayOfWeekShort"]);f=v||U(n.get(["time","dayOfWeekAbbr"]),function(w){return w[0]})}var p=u.getNextNDay(i.end.time,7-i.lweek).time,g=[u.getCellWidth(),u.getCellHeight()];h=rt(h,Math.min(g[1],g[0])),l==="start"&&(p=u.getNextNDay(i.start.time,-(7+i.fweek)).time,h=-h);for(var d=0;d<7;d++){var y=u.getNextNDay(p,d),m=u.dataToRect([y.time],!1).center,_=d;_=Math.abs((d+c)%7);var S=new Mt({z2:30,style:H($t(s,{text:f[_]}),this._weekTextPositionControl(m,a,l,h,g))});o.add(S)}}},t.type="calendar",t})(Kt);function GQ(r,t){var e=r.existing;if(t.id=r.keyInfo.id,!t.type&&e&&(t.type=e.type),t.parentId==null){var n=t.parentOption;n?t.parentId=n.id:e&&(t.parentId=e.parentId)}t.parentOption=null}function LM(r,t){var e;return E(t,function(n){r[n]!=null&&r[n]!=="auto"&&(e=!0)}),e}function VQ(r,t,e){var n=H({},e),i=r[t],a=e.$action||"merge";a==="merge"?i?(St(i,n,!0),Na(i,n,{ignoreSize:!0}),z2(e,i),$c(e,i),$c(e,i,"shape"),$c(e,i,"style"),$c(e,i,"extra"),e.clipPath=i.clipPath):r[t]=n:a==="replace"?r[t]=n:a==="remove"&&i&&(r[t]=null)}var IM=["transition","enterFrom","leaveTo"],$Q=IM.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function $c(r,t,e){if(e&&(!r[e]&&t[e]&&(r[e]={}),r=r[e],t=t[e]),!(!r||!t))for(var n=e?IM:$Q,i=0;i<n.length;i++){var a=n[i];r[a]==null&&t[a]!=null&&(r[a]=t[a])}}function HQ(r,t){if(!!r&&(r.hv=t.hv=[LM(t,["left","right"]),LM(t,["top","bottom"])],r.type==="group")){var e=r,n=t;e.width==null&&(e.width=n.width=0),e.height==null&&(e.height=n.height=0)}}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.preventAutoZ=!0,e}return t.prototype.mergeOption=function(e,n){var i=this.option.elements;this.option.elements=null,r.prototype.mergeOption.call(this,e,n),this.option.elements=i},t.prototype.optionUpdated=function(e,n){var i=this.option,a=(n?i:e).elements,o=i.elements=n?[]:i.elements,s=[];this._flatten(a,s,null);var u=Xw(o,s,"normalMerge"),l=this._elOptionsToUpdate=[];E(u,function(f,h){var c=f.newOption;!c||(l.push(c),GQ(f,c),VQ(o,h,c),HQ(o[h],c))},this),i.elements=Xt(o,function(f){return f&&delete f.$action,f!=null})},t.prototype._flatten=function(e,n,i){E(e,function(a){if(!!a){i&&(a.parentOption=i),n.push(a);var o=a.children;o&&o.length&&this._flatten(o,n,a),delete a.children}},this)},t.prototype.useElOptionsToUpdate=function(){var e=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,e},t.type="graphic",t.defaultOption={elements:[]},t})(wt);var PM={path:null,compoundPath:null,group:at,image:Me,text:Mt},Vr=Tt();(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(){this._elMap=et()},t.prototype.render=function(e,n,i){e!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=e,this._updateElements(e),this._relocate(e,i)},t.prototype._updateElements=function(e){var n=e.useElOptionsToUpdate();if(!!n){var i=this._elMap,a=this.group,o=e.get("z"),s=e.get("zlevel");E(n,function(u){var l=he(u.id,null),f=l!=null?i.get(l):null,h=he(u.parentId,null),c=h!=null?i.get(h):a,v=u.type,p=u.style;v==="text"&&p&&u.hv&&u.hv[1]&&(p.textVerticalAlign=p.textBaseline=p.verticalAlign=p.align=null);var g=u.textContent,d=u.textConfig;if(p&&$5(p,v,!!d,!!g)){var y=H5(p,v,!0);!d&&y.textConfig&&(d=u.textConfig=y.textConfig),!g&&y.textContent&&(g=y.textContent)}var m=WQ(u),_=u.$action||"merge",S=_==="merge",w=_==="replace";if(S){var b=!f,x=f;b?x=FM(l,c,u.type,i):(x&&(Vr(x).isNew=!1),Q5(x)),x&&(Rc(x,m,e,{isInit:b}),RM(x,u,o,s))}else if(w){Hc(f,u,i,e);var A=FM(l,c,u.type,i);A&&(Rc(A,m,e,{isInit:!0}),RM(A,u,o,s))}else _==="remove"&&(q5(f,u),Hc(f,u,i,e));var D=i.get(l);if(D&&g)if(S){var C=D.getTextContent();C?C.attr(g):D.setTextContent(new Mt(g))}else w&&D.setTextContent(new Mt(g));if(D){var T=u.clipPath;if(T){var I=T.type,F=void 0,b=!1;if(S){var P=D.getClipPath();b=!P||Vr(P).type!==I,F=b?am(I):P}else w&&(b=!0,F=am(I));D.setClipPath(F),Rc(F,T,e,{isInit:b}),Oc(F,T.keyframeAnimation,e)}var L=Vr(D);D.setTextConfig(d),L.option=u,UQ(D,e,u),Uo({el:D,componentModel:e,itemName:D.name,itemTooltipOption:u.tooltip}),Oc(D,u.keyframeAnimation,e)}})}},t.prototype._relocate=function(e,n){for(var i=e.option.elements,a=this.group,o=this._elMap,s=n.getWidth(),u=n.getHeight(),l=["x","y"],f=0;f<i.length;f++){var h=i[f],c=he(h.id,null),v=c!=null?o.get(c):null;if(!(!v||!v.isGroup)){var p=v.parent,g=p===a,d=Vr(v),y=Vr(p);d.width=rt(d.option.width,g?s:y.width)||0,d.height=rt(d.option.height,g?u:y.height)||0}}for(var f=i.length-1;f>=0;f--){var h=i[f],c=he(h.id,null),v=c!=null?o.get(c):null;if(!!v){var p=v.parent,y=Vr(p),m=p===a?{width:s,height:u}:{width:y.width,height:y.height},_={},S=Ch(v,h,m,null,{hv:h.hv,boundingMode:h.bounding},_);if(!Vr(v).isNew&&S){for(var w=h.transition,b={},x=0;x<l.length;x++){var A=l[x],D=_[A];w&&(fo(w)||At(w,A)>=0)?b[A]=D:v[A]=D}It(v,b,e,0)}else v.attr(_)}}},t.prototype._clear=function(){var e=this,n=this._elMap;n.each(function(i){Hc(i,Vr(i).option,n,e._lastGraphicModel)}),this._elMap=et()},t.prototype.dispose=function(){this._clear()},t.type="graphic",t})(Kt);function am(r){var t=j(PM,r)?PM[r]:ug(r),e=new t({});return Vr(e).type=r,e}function FM(r,t,e,n){var i=am(e);return t.add(i),n.set(r,i),Vr(i).id=r,Vr(i).isNew=!0,i}function Hc(r,t,e,n){var i=r&&r.parent;i&&(r.type==="group"&&r.traverse(function(a){Hc(a,t,e,n)}),Bc(r,t,n),e.removeKey(Vr(r).id))}function RM(r,t,e,n){r.isGroup||E([["cursor",Kr.prototype.cursor],["zlevel",n||0],["z",e||0],["z2",0]],function(i){var a=i[0];j(t,a)?r[a]=dt(t[a],i[1]):r[a]==null&&(r[a]=i[1])}),E(Ot(t),function(i){if(i.indexOf("on")===0){var a=t[i];r[i]=ot(a)?a:null}}),j(t,"draggable")&&(r.draggable=t.draggable),t.name!=null&&(r.name=t.name),t.id!=null&&(r.id=t.id)}function WQ(r){return r=H({},r),E(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(N2),function(t){delete r[t]}),r}function UQ(r,t,e){var n=ut(r).eventData;!r.silent&&!r.ignore&&!n&&(n=ut(r).eventData={componentType:"graphic",componentIndex:t.componentIndex,name:r.name}),n&&(n.info=e.info)}var BM=["x","y","radius","angle","single"];function ys(r){return r+"Axis"}function YQ(r){var t=r.ecModel,e={infoList:[],infoMap:et()};return r.eachTargetAxis(function(n,i){var a=t.getComponent(ys(n),i);if(!!a){var o=a.getCoordSysModel();if(!!o){var s=o.uid,u=e.infoMap.get(s);u||(u={model:o,axisModels:[]},e.infoList.push(u),e.infoMap.set(s,u)),u.axisModels.push(a)}}}),e}var om=function(){function r(){this.indexList=[],this.indexMap=[]}return r.prototype.add=function(t){this.indexMap[t]||(this.indexList.push(t),this.indexMap[t]=!0)},r}(),bl=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._autoThrottle=!0,e._noTarget=!0,e._rangePropMode=["percent","percent"],e}return t.prototype.init=function(e,n,i){var a=OM(e);this.settledOption=a,this.mergeDefaultAndTheme(e,i),this._doInit(a)},t.prototype.mergeOption=function(e){var n=OM(e);St(this.option,e,!0),St(this.settledOption,n,!0),this._doInit(n)},t.prototype._doInit=function(e){var n=this.option;this._setDefaultThrottle(e),this._updateRangeUse(e);var i=this.settledOption;E([["start","startValue"],["end","endValue"]],function(a,o){this._rangePropMode[o]==="value"&&(n[a[0]]=i[a[0]]=null)},this),this._resetTarget()},t.prototype._resetTarget=function(){var e=this.get("orient",!0),n=this._targetAxisInfoMap=et(),i=this._fillSpecifiedTargetAxis(n);i?this._orient=e||this._makeAutoOrientByTargetAxis():(this._orient=e||"horizontal",this._fillAutoTargetAxisByOrient(n,this._orient)),this._noTarget=!0,n.each(function(a){a.indexList.length&&(this._noTarget=!1)},this)},t.prototype._fillSpecifiedTargetAxis=function(e){var n=!1;return E(BM,function(i){var a=this.getReferringComponents(ys(i),i$);if(!!a.specified){n=!0;var o=new om;E(a.models,function(s){o.add(s.componentIndex)}),e.set(i,o)}},this),n},t.prototype._fillAutoTargetAxisByOrient=function(e,n){var i=this.ecModel,a=!0;if(a){var o=n==="vertical"?"y":"x",s=i.findComponents({mainType:o+"Axis"});u(s,o)}if(a){var s=i.findComponents({mainType:"singleAxis",filter:function(f){return f.get("orient",!0)===n}});u(s,"single")}function u(l,f){var h=l[0];if(!!h){var c=new om;if(c.add(h.componentIndex),e.set(f,c),a=!1,f==="x"||f==="y"){var v=h.getReferringComponents("grid",Je).models[0];v&&E(l,function(p){h.componentIndex!==p.componentIndex&&v===p.getReferringComponents("grid",Je).models[0]&&c.add(p.componentIndex)})}}}a&&E(BM,function(l){if(!!a){var f=i.findComponents({mainType:ys(l),filter:function(c){return c.get("type",!0)==="category"}});if(f[0]){var h=new om;h.add(f[0].componentIndex),e.set(l,h),a=!1}}},this)},t.prototype._makeAutoOrientByTargetAxis=function(){var e;return this.eachTargetAxis(function(n){!e&&(e=n)},this),e==="y"?"vertical":"horizontal"},t.prototype._setDefaultThrottle=function(e){if(e.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var n=this.ecModel.option;this.option.throttle=n.animation&&n.animationDurationUpdate>0?100:20}},t.prototype._updateRangeUse=function(e){var n=this._rangePropMode,i=this.get("rangeMode");E([["start","startValue"],["end","endValue"]],function(a,o){var s=e[a[0]]!=null,u=e[a[1]]!=null;s&&!u?n[o]="percent":!s&&u?n[o]="value":i?n[o]=i[o]:s&&(n[o]="percent")})},t.prototype.noTarget=function(){return this._noTarget},t.prototype.getFirstTargetAxisModel=function(){var e;return this.eachTargetAxis(function(n,i){e==null&&(e=this.ecModel.getComponent(ys(n),i))},this),e},t.prototype.eachTargetAxis=function(e,n){this._targetAxisInfoMap.each(function(i,a){E(i.indexList,function(o){e.call(n,a,o)})})},t.prototype.getAxisProxy=function(e,n){var i=this.getAxisModel(e,n);if(i)return i.__dzAxisProxy},t.prototype.getAxisModel=function(e,n){var i=this._targetAxisInfoMap.get(e);if(i&&i.indexMap[n])return this.ecModel.getComponent(ys(e),n)},t.prototype.setRawRange=function(e){var n=this.option,i=this.settledOption;E([["start","startValue"],["end","endValue"]],function(a){(e[a[0]]!=null||e[a[1]]!=null)&&(n[a[0]]=i[a[0]]=e[a[0]],n[a[1]]=i[a[1]]=e[a[1]])},this),this._updateRangeUse(e)},t.prototype.setCalculatedRange=function(e){var n=this.option;E(["start","startValue","end","endValue"],function(i){n[i]=e[i]})},t.prototype.getPercentRange=function(){var e=this.findRepresentativeAxisProxy();if(e)return e.getDataPercentWindow()},t.prototype.getValueRange=function(e,n){if(e==null&&n==null){var i=this.findRepresentativeAxisProxy();if(i)return i.getDataValueWindow()}else return this.getAxisProxy(e,n).getDataValueWindow()},t.prototype.findRepresentativeAxisProxy=function(e){if(e)return e.__dzAxisProxy;for(var n,i=this._targetAxisInfoMap.keys(),a=0;a<i.length;a++)for(var o=i[a],s=this._targetAxisInfoMap.get(o),u=0;u<s.indexList.length;u++){var l=this.getAxisProxy(o,s.indexList[u]);if(l.hostedBy(this))return l;n||(n=l)}return n},t.prototype.getRangePropMode=function(){return this._rangePropMode.slice()},t.prototype.getOrient=function(){return this._orient},t.type="dataZoom",t.dependencies=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","series","toolbox"],t.defaultOption={z:4,filterMode:"filter",start:0,end:100},t}(wt);function OM(r){var t={};return E(["start","end","startValue","endValue","throttle"],function(e){r.hasOwnProperty(e)&&(t[e]=r[e])}),t}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="dataZoom.select",t})(bl);var sm=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i,a){this.dataZoomModel=e,this.ecModel=n,this.api=i},t.type="dataZoom",t}(Kt);(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="dataZoom.select",t})(sm);var $r=function(){function r(){}return r}(),XQ={};function kM(r){return XQ[r]}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.optionUpdated=function(){r.prototype.optionUpdated.apply(this,arguments);var e=this.ecModel;E(this.option.feature,function(n,i){var a=kM(i);a&&(a.getDefaultOption&&(a.defaultOption=a.getDefaultOption(e)),St(n,a.defaultOption))})},t.type="toolbox",t.layoutMode={type:"box",ignoreSize:!0},t.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},t})(wt);function ZQ(r,t,e){var n=t.getBoxLayoutParams(),i=t.get("padding"),a={width:e.getWidth(),height:e.getHeight()},o=tn(n,a,i);ka(t.get("orient"),r,t.get("itemGap"),o.width,o.height),Ch(r,n,a,i)}function NM(r,t){var e=jo(t.get("padding")),n=t.getItemStyle(["color","opacity"]);return n.fill=t.get("backgroundColor"),r=new Et({shape:{x:r.x-e[3],y:r.y-e[0],width:r.width+e[1]+e[3],height:r.height+e[0]+e[2],r:t.get("borderRadius")},style:n,silent:!0,z2:-1}),r}(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.render=function(e,n,i,a){var o=this.group;if(o.removeAll(),!e.get("show"))return;var s=+e.get("itemSize"),u=e.get("orient")==="vertical",l=e.get("feature")||{},f=this._features||(this._features={}),h=[];E(l,function(p,g){h.push(g)}),new Xa(this._featureNames||[],h).add(c).update(c).remove(pt(c,null)).execute(),this._featureNames=h;function c(p,g){var d=h[p],y=h[g],m=l[d],_=new Rt(m,e,e.ecModel),S;if(a&&a.newTitle!=null&&a.featureName===d&&(m.title=a.newTitle),d&&!y){if(qQ(d))S={onclick:_.option.onclick,featureName:d};else{var w=kM(d);if(!w)return;S=new w}f[d]=S}else if(S=f[y],!S)return;S.uid=Xo("toolbox-feature"),S.model=_,S.ecModel=n,S.api=i;var b=S instanceof $r;if(!d&&y){b&&S.dispose&&S.dispose(n,i);return}if(!_.get("show")||b&&S.unusable){b&&S.remove&&S.remove(n,i);return}v(_,S,d),_.setIconStatus=function(x,A){var D=this.option,C=this.iconPaths;D.iconStatus=D.iconStatus||{},D.iconStatus[x]=A,C[x]&&(A==="emphasis"?ti:ei)(C[x])},S instanceof $r&&S.render&&S.render(_,n,i,a)}function v(p,g,d){var y=p.getModel("iconStyle"),m=p.getModel(["emphasis","iconStyle"]),_=g instanceof $r&&g.getIcons?g.getIcons():p.get("icon"),S=p.get("title")||{},w,b;J(_)?(w={},w[d]=_):w=_,J(S)?(b={},b[d]=S):b=S;var x=p.iconPaths={};E(w,function(A,D){var C=Cu(A,{},{x:-s/2,y:-s/2,width:s,height:s});C.setStyle(y.getItemStyle());var T=C.ensureState("emphasis");T.style=m.getItemStyle();var I=new Mt({style:{text:b[D],align:m.get("textAlign"),borderRadius:m.get("textBorderRadius"),padding:m.get("textPadding"),fill:null,font:hg({fontStyle:m.get("textFontStyle"),fontFamily:m.get("textFontFamily"),fontSize:m.get("textFontSize"),fontWeight:m.get("textFontWeight")},n)},ignore:!0});C.setTextContent(I),Uo({el:C,componentModel:e,itemName:D,formatterParamsExtra:{title:b[D]}}),C.__title=b[D],C.on("mouseover",function(){var F=m.getItemStyle(),P=u?e.get("right")==null&&e.get("left")!=="right"?"right":"left":e.get("bottom")==null&&e.get("top")!=="bottom"?"bottom":"top";I.setStyle({fill:m.get("textFill")||F.fill||F.stroke||"#000",backgroundColor:m.get("textBackgroundColor")}),C.setTextConfig({position:m.get("textPosition")||P}),I.ignore=!e.get("showTitle"),i.enterEmphasis(this)}).on("mouseout",function(){p.get(["iconStatus",D])!=="emphasis"&&i.leaveEmphasis(this),I.hide()}),(p.get(["iconStatus",D])==="emphasis"?ti:ei)(C),o.add(C),C.on("click",Z(g.onclick,g,n,i,D)),x[D]=C})}ZQ(o,e,i),o.add(NM(o.getBoundingRect(),e)),u||o.eachChild(function(p){var g=p.__title,d=p.ensureState("emphasis"),y=d.textConfig||(d.textConfig={}),m=p.getTextContent(),_=m&&m.ensureState("emphasis");if(_&&!ot(_)&&g){var S=_.style||(_.style={}),w=eu(g,Mt.makeFont(S)),b=p.x+o.x,x=p.y+o.y+s,A=!1;x+w.height>i.getHeight()&&(y.position="top",A=!0);var D=A?-5-w.height:s+10;b+w.width/2>i.getWidth()?(y.position=["100%",D],S.align="right"):b-w.width/2<0&&(y.position=[0,D],S.align="left")}})},t.prototype.updateView=function(e,n,i,a){E(this._features,function(o){o instanceof $r&&o.updateView&&o.updateView(o.model,n,i,a)})},t.prototype.remove=function(e,n){E(this._features,function(i){i instanceof $r&&i.remove&&i.remove(e,n)}),this.group.removeAll()},t.prototype.dispose=function(e,n){E(this._features,function(i){i instanceof $r&&i.dispose&&i.dispose(e,n)})},t.type="toolbox",t})(Kt);function qQ(r){return r.indexOf("my")===0}(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.onclick=function(e,n){var i=this.model,a=i.get("name")||e.get("title.0.text")||"echarts",o=n.getZr().painter.getType()==="svg",s=o?"svg":i.get("type",!0)||"png",u=n.getConnectedDataURL({type:s,backgroundColor:i.get("backgroundColor",!0)||e.get("backgroundColor")||"#fff",connectedBackgroundColor:i.get("connectedBackgroundColor"),excludeComponents:i.get("excludeComponents"),pixelRatio:i.get("pixelRatio")}),l=_t.browser;if(typeof MouseEvent=="function"&&(l.newEdge||!l.ie&&!l.edge)){var f=document.createElement("a");f.download=a+"."+s,f.target="_blank",f.href=u;var h=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});f.dispatchEvent(h)}else if(window.navigator.msSaveOrOpenBlob||o){var c=u.split(","),v=c[0].indexOf("base64")>-1,p=o?decodeURIComponent(c[1]):c[1];v&&(p=window.atob(p));var g=a+"."+s;if(window.navigator.msSaveOrOpenBlob){for(var d=p.length,y=new Uint8Array(d);d--;)y[d]=p.charCodeAt(d);var m=new Blob([y]);window.navigator.msSaveOrOpenBlob(m,g)}else{var _=document.createElement("iframe");document.body.appendChild(_);var S=_.contentWindow,w=S.document;w.open("image/svg+xml","replace"),w.write(p),w.close(),S.focus(),w.execCommand("SaveAs",!0,g),document.body.removeChild(_)}}else{var b=i.get("lang"),x='<body style="margin:0;"><img src="'+u+'" style="max-width:100%;" title="'+(b&&b[0]||"")+'" /></body>',A=window.open();A.document.write(x),A.document.title=a}},t.getDefaultOption=function(e){var n={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:e.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:e.getLocaleModel().get(["toolbox","saveAsImage","lang"])};return n},t})($r);var zM="__ec_magicType_stack__",KQ=[["line","bar"],["stack"]];(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.getIcons=function(){var e=this.model,n=e.get("icon"),i={};return E(e.get("type"),function(a){n[a]&&(i[a]=n[a])}),i},t.getDefaultOption=function(e){var n={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:e.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}};return n},t.prototype.onclick=function(e,n,i){var a=this.model,o=a.get(["seriesIndex",i]);if(!!GM[i]){var s={series:[]},u=function(h){var c=h.subType,v=h.id,p=GM[i](c,v,h,a);p&&(ft(p,h.option),s.series.push(p));var g=h.coordinateSystem;if(g&&g.type==="cartesian2d"&&(i==="line"||i==="bar")){var d=g.getAxesByScale("ordinal")[0];if(d){var y=d.dim,m=y+"Axis",_=h.getReferringComponents(m,Je).models[0],S=_.componentIndex;s[m]=s[m]||[];for(var w=0;w<=S;w++)s[m][S]=s[m][S]||{};s[m][S].boundaryGap=i==="bar"}}};E(KQ,function(h){At(h,i)>=0&&E(h,function(c){a.setIconStatus(c,"normal")})}),a.setIconStatus(i,"emphasis"),e.eachComponent({mainType:"series",query:o==null?null:{seriesIndex:o}},u);var l,f=i;i==="stack"&&(l=St({stack:a.option.title.tiled,tiled:a.option.title.stack},a.option.title),a.get(["iconStatus",i])!=="emphasis"&&(f="tiled")),n.dispatchAction({type:"changeMagicType",currentType:f,newOption:s,newTitle:l,featureName:"magicType"})}},t})($r);var GM={line:function(r,t,e,n){if(r==="bar")return St({id:t,type:"line",data:e.get("data"),stack:e.get("stack"),markPoint:e.get("markPoint"),markLine:e.get("markLine")},n.get(["option","line"])||{},!0)},bar:function(r,t,e,n){if(r==="line")return St({id:t,type:"bar",data:e.get("data"),stack:e.get("stack"),markPoint:e.get("markPoint"),markLine:e.get("markLine")},n.get(["option","bar"])||{},!0)},stack:function(r,t,e,n){var i=e.get("stack")===zM;if(r==="line"||r==="bar")return n.setIconStatus("stack",i?"normal":"emphasis"),St({id:t,stack:i?"":zM},n.get(["option","stack"])||{},!0)}};Mn({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(r,t){t.mergeOption(r.newOption)});var Wc=new Array(60).join("-"),ms=" ";function jQ(r){var t={},e=[],n=[];return r.eachRawSeries(function(i){var a=i.coordinateSystem;if(a&&(a.type==="cartesian2d"||a.type==="polar")){var o=a.getBaseAxis();if(o.type==="category"){var s=o.dim+"_"+o.index;t[s]||(t[s]={categoryAxis:o,valueAxis:a.getOtherAxis(o),series:[]},n.push({axisDim:o.dim,axisIndex:o.index})),t[s].series.push(i)}else e.push(i)}else e.push(i)}),{seriesGroupByCategoryAxis:t,other:e,meta:n}}function JQ(r){var t=[];return E(r,function(e,n){var i=e.categoryAxis,a=e.valueAxis,o=a.dim,s=[" "].concat(U(e.series,function(v){return v.name})),u=[i.model.getCategories()];E(e.series,function(v){var p=v.getRawData();u.push(v.getRawData().mapArray(p.mapDimension(o),function(g){return g}))});for(var l=[s.join(ms)],f=0;f<u[0].length;f++){for(var h=[],c=0;c<u.length;c++)h.push(u[c][f]);l.push(h.join(ms))}t.push(l.join(`
|
|
74
|
+
`))}),t.join(`
|
|
75
|
+
|
|
76
|
+
`+Wc+`
|
|
77
|
+
|
|
78
|
+
`)}function QQ(r){return U(r,function(t){var e=t.getRawData(),n=[t.name],i=[];return e.each(e.dimensions,function(){for(var a=arguments.length,o=arguments[a-1],s=e.getName(o),u=0;u<a-1;u++)i[u]=arguments[u];n.push((s?s+ms:"")+i.join(ms))}),n.join(`
|
|
79
|
+
`)}).join(`
|
|
80
|
+
|
|
81
|
+
`+Wc+`
|
|
82
|
+
|
|
83
|
+
`)}function ttt(r){var t=jQ(r);return{value:Xt([JQ(t.seriesGroupByCategoryAxis),QQ(t.other)],function(e){return!!e.replace(/[\n\t\s]/g,"")}).join(`
|
|
84
|
+
|
|
85
|
+
`+Wc+`
|
|
86
|
+
|
|
87
|
+
`),meta:t.meta}}function Uc(r){return r.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function ett(r){var t=r.slice(0,r.indexOf(`
|
|
88
|
+
`));if(t.indexOf(ms)>=0)return!0}var um=new RegExp("["+ms+"]+","g");function rtt(r){for(var t=r.split(/\n+/g),e=Uc(t.shift()).split(um),n=[],i=U(e,function(u){return{name:u,data:[]}}),a=0;a<t.length;a++){var o=Uc(t[a]).split(um);n.push(o.shift());for(var s=0;s<o.length;s++)i[s]&&(i[s].data[a]=o[s])}return{series:i,categories:n}}function ntt(r){for(var t=r.split(/\n+/g),e=Uc(t.shift()),n=[],i=0;i<t.length;i++){var a=Uc(t[i]);if(!!a){var o=a.split(um),s="",u=void 0,l=!1;isNaN(o[0])?(l=!0,s=o[0],o=o.slice(1),n[i]={name:s,value:[]},u=n[i].value):u=n[i]=[];for(var f=0;f<o.length;f++)u.push(+o[f]);u.length===1&&(l?n[i].value=u[0]:n[i]=u[0])}}return{name:e,data:n}}function itt(r,t){var e=r.split(new RegExp(`
|
|
89
|
+
*`+Wc+`
|
|
90
|
+
*`,"g")),n={series:[]};return E(e,function(i,a){if(ett(i)){var o=rtt(i),s=t[a],u=s.axisDim+"Axis";s&&(n[u]=n[u]||[],n[u][s.axisIndex]={data:o.categories},n.series=n.series.concat(o.series))}else{var o=ntt(i);n.series.push(o)}}),n}(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.onclick=function(e,n){setTimeout(function(){n.dispatchAction({type:"hideTip"})});var i=n.getDom(),a=this.model;this._dom&&i.removeChild(this._dom);var o=document.createElement("div");o.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",o.style.backgroundColor=a.get("backgroundColor")||"#fff";var s=document.createElement("h4"),u=a.get("lang")||[];s.innerHTML=u[0]||a.get("title"),s.style.cssText="margin:10px 20px",s.style.color=a.get("textColor");var l=document.createElement("div"),f=document.createElement("textarea");l.style.cssText="overflow:auto";var h=a.get("optionToContent"),c=a.get("contentToOption"),v=ttt(e);if(ot(h)){var p=h(n.getOption());J(p)?l.innerHTML=p:Co(p)&&l.appendChild(p)}else{f.readOnly=a.get("readOnly");var g=f.style;g.cssText="display:block;width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;resize:none;box-sizing:border-box;outline:none",g.color=a.get("textColor"),g.borderColor=a.get("textareaBorderColor"),g.backgroundColor=a.get("textareaColor"),f.value=v.value,l.appendChild(f)}var d=v.meta,y=document.createElement("div");y.style.cssText="position:absolute;bottom:5px;left:0;right:0";var m="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",_=document.createElement("div"),S=document.createElement("div");m+=";background-color:"+a.get("buttonColor"),m+=";color:"+a.get("buttonTextColor");var w=this;function b(){i.removeChild(o),w._dom=null}$p(_,"click",b),$p(S,"click",function(){if(c==null&&h!=null||c!=null&&h==null){b();return}var x;try{ot(c)?x=c(l,n.getOption()):x=itt(f.value,d)}catch(A){throw b(),new Error("Data view format error "+A)}x&&n.dispatchAction({type:"changeDataView",newOption:x}),b()}),_.innerHTML=u[1],S.innerHTML=u[2],S.style.cssText=_.style.cssText=m,!a.get("readOnly")&&y.appendChild(S),y.appendChild(_),o.appendChild(s),o.appendChild(l),o.appendChild(y),l.style.height=i.clientHeight-80+"px",i.appendChild(o),this._dom=o},t.prototype.remove=function(e,n){this._dom&&n.getDom().removeChild(this._dom)},t.prototype.dispose=function(e,n){this.remove(e,n)},t.getDefaultOption=function(e){var n={show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:e.getLocaleModel().get(["toolbox","dataView","title"]),lang:e.getLocaleModel().get(["toolbox","dataView","lang"]),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"};return n},t})($r);function att(r,t){return U(r,function(e,n){var i=t&&t[n];if(lt(i)&&!Y(i)){var a=lt(e)&&!Y(e);a||(e={value:e});var o=i.name!=null&&e.name==null;return e=ft(e,i),o&&delete e.name,e}else return e})}Mn({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(r,t){var e=[];E(r.newOption.series,function(n){var i=t.getSeriesByName(n.name)[0];if(!i)e.push(H({type:"scatter"},n));else{var a=i.get("data");e.push({name:n.name,data:att(n.data,a)})}}),t.mergeOption(ft({series:e},r.newOption))});var VM=E,$M=Tt();function ott(r,t){var e=lm(r);VM(t,function(n,i){for(var a=e.length-1;a>=0;a--){var o=e[a];if(o[i])break}if(a<0){var s=r.queryComponents({mainType:"dataZoom",subType:"select",id:i})[0];if(s){var u=s.getPercentRange();e[0][i]={dataZoomId:i,start:u[0],end:u[1]}}}}),e.push(t)}function stt(r){var t=lm(r),e=t[t.length-1];t.length>1&&t.pop();var n={};return VM(e,function(i,a){for(var o=t.length-1;o>=0;o--)if(i=t[o][a],i){n[a]=i;break}}),n}function utt(r){$M(r).snapshots=null}function ltt(r){return lm(r).length}function lm(r){var t=$M(r);return t.snapshots||(t.snapshots=[{}]),t.snapshots}(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.onclick=function(e,n){utt(e),n.dispatchAction({type:"restore",from:this.uid})},t.getDefaultOption=function(e){var n={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:e.getLocaleModel().get(["toolbox","restore","title"])};return n},t})($r),Mn({type:"restore",event:"restore",update:"prepareAndUpdate"},function(r,t){t.resetOption("recreate")});var ftt=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],fm=function(){function r(t,e,n){var i=this;this._targetInfoList=[];var a=HM(e,t);E(htt,function(o,s){(!n||!n.include||At(n.include,s)>=0)&&o(a,i._targetInfoList)})}return r.prototype.setOutputRanges=function(t,e){return this.matchOutputRanges(t,e,function(n,i,a){if((n.coordRanges||(n.coordRanges=[])).push(i),!n.coordRange){n.coordRange=i;var o=cm[n.brushType](0,a,i);n.__rangeOffset={offset:XM[n.brushType](o.values,n.range,[1,1]),xyMinMax:o.xyMinMax}}}),t},r.prototype.matchOutputRanges=function(t,e,n){E(t,function(i){var a=this.findTargetInfo(i,e);a&&a!==!0&&E(a.coordSyses,function(o){var s=cm[i.brushType](1,o,i.range,!0);n(i,s.values,o,e)})},this)},r.prototype.setInputRanges=function(t,e){E(t,function(n){var i=this.findTargetInfo(n,e);if(n.range=n.range||[],i&&i!==!0){n.panelId=i.panelId;var a=cm[n.brushType](0,i.coordSys,n.coordRange),o=n.__rangeOffset;n.range=o?XM[n.brushType](a.values,o.offset,ctt(a.xyMinMax,o.xyMinMax)):a.values}},this)},r.prototype.makePanelOpts=function(t,e){return U(this._targetInfoList,function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:h5(i),isTargetByCursor:v5(i,t,n.coordSysModel),getLinearBrushOtherExtent:c5(i)}})},r.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return i===!0||i&&At(i.coordSyses,e.coordinateSystem)>=0},r.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=HM(e,t),a=0;a<n.length;a++){var o=n[a],s=t.panelId;if(s){if(o.panelId===s)return o}else for(var u=0;u<WM.length;u++)if(WM[u](i,o))return o}return!0},r}();function hm(r){return r[0]>r[1]&&r.reverse(),r}function HM(r,t){return su(r,t,{includeMainTypes:ftt})}var htt={grid:function(r,t){var e=r.xAxisModels,n=r.yAxisModels,i=r.gridModels,a=et(),o={},s={};!e&&!n&&!i||(E(e,function(u){var l=u.axis.grid.model;a.set(l.id,l),o[l.id]=!0}),E(n,function(u){var l=u.axis.grid.model;a.set(l.id,l),s[l.id]=!0}),E(i,function(u){a.set(u.id,u),o[u.id]=!0,s[u.id]=!0}),a.each(function(u){var l=u.coordinateSystem,f=[];E(l.getCartesians(),function(h,c){(At(e,h.getAxis("x").model)>=0||At(n,h.getAxis("y").model)>=0)&&f.push(h)}),t.push({panelId:"grid--"+u.id,gridModel:u,coordSysModel:u,coordSys:f[0],coordSyses:f,getPanelRect:UM.grid,xAxisDeclared:o[u.id],yAxisDeclared:s[u.id]})}))},geo:function(r,t){E(r.geoModels,function(e){var n=e.coordinateSystem;t.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:n,coordSyses:[n],getPanelRect:UM.geo})})}},WM=[function(r,t){var e=r.xAxisModel,n=r.yAxisModel,i=r.gridModel;return!i&&e&&(i=e.axis.grid.model),!i&&n&&(i=n.axis.grid.model),i&&i===t.gridModel},function(r,t){var e=r.geoModel;return e&&e===t.geoModel}],UM={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var r=this.coordSys,t=r.getBoundingRect().clone();return t.applyTransform(Fa(r)),t}},cm={lineX:pt(YM,0),lineY:pt(YM,1),rect:function(r,t,e,n){var i=r?t.pointToData([e[0][0],e[1][0]],n):t.dataToPoint([e[0][0],e[1][0]],n),a=r?t.pointToData([e[0][1],e[1][1]],n):t.dataToPoint([e[0][1],e[1][1]],n),o=[hm([i[0],a[0]]),hm([i[1],a[1]])];return{values:o,xyMinMax:o}},polygon:function(r,t,e,n){var i=[[1/0,-1/0],[1/0,-1/0]],a=U(e,function(o){var s=r?t.pointToData(o,n):t.dataToPoint(o,n);return i[0][0]=Math.min(i[0][0],s[0]),i[1][0]=Math.min(i[1][0],s[1]),i[0][1]=Math.max(i[0][1],s[0]),i[1][1]=Math.max(i[1][1],s[1]),s});return{values:a,xyMinMax:i}}};function YM(r,t,e,n){var i=e.getAxis(["x","y"][r]),a=hm(U([0,1],function(s){return t?i.coordToData(i.toLocalCoord(n[s]),!0):i.toGlobalCoord(i.dataToCoord(n[s]))})),o=[];return o[r]=a,o[1-r]=[NaN,NaN],{values:a,xyMinMax:o}}var XM={lineX:pt(ZM,0),lineY:pt(ZM,1),rect:function(r,t,e){return[[r[0][0]-e[0]*t[0][0],r[0][1]-e[0]*t[0][1]],[r[1][0]-e[1]*t[1][0],r[1][1]-e[1]*t[1][1]]]},polygon:function(r,t,e){return U(r,function(n,i){return[n[0]-e[0]*t[i][0],n[1]-e[1]*t[i][1]]})}};function ZM(r,t,e,n){return[t[0]-n[r]*e[0],t[1]-n[r]*e[1]]}function ctt(r,t){var e=qM(r),n=qM(t),i=[e[0]/n[0],e[1]/n[1]];return isNaN(i[0])&&(i[0]=1),isNaN(i[1])&&(i[1]=1),i}function qM(r){return r?[r[0][1]-r[0][0],r[1][1]-r[1][0]]:[NaN,NaN]}var vm=E,vtt=QV("toolbox-dataZoom_");(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.render=function(e,n,i,a){this._brushController||(this._brushController=new y0(i.getZr()),this._brushController.on("brush",Z(this._onBrush,this)).mount()),gtt(e,n,this,a,i),dtt(e,n)},t.prototype.onclick=function(e,n,i){ptt[i].call(this)},t.prototype.remove=function(e,n){this._brushController&&this._brushController.unmount()},t.prototype.dispose=function(e,n){this._brushController&&this._brushController.dispose()},t.prototype._onBrush=function(e){var n=e.areas;if(!e.isEnd||!n.length)return;var i={},a=this.ecModel;this._brushController.updateCovers([]);var o=new fm(pm(this.model),a,{include:["grid"]});o.matchOutputRanges(n,a,function(l,f,h){if(h.type==="cartesian2d"){var c=l.brushType;c==="rect"?(s("x",h,f[0]),s("y",h,f[1])):s({lineX:"x",lineY:"y"}[c],h,f)}}),ott(a,i),this._dispatchZoomAction(i);function s(l,f,h){var c=f.getAxis(l),v=c.model,p=u(l,v,a),g=p.findRepresentativeAxisProxy(v).getMinMaxSpan();(g.minValueSpan!=null||g.maxValueSpan!=null)&&(h=_l(0,h.slice(),c.scale.getExtent(),0,g.minValueSpan,g.maxValueSpan)),p&&(i[p.id]={dataZoomId:p.id,startValue:h[0],endValue:h[1]})}function u(l,f,h){var c;return h.eachComponent({mainType:"dataZoom",subType:"select"},function(v){var p=v.getAxisModel(l,f.componentIndex);p&&(c=v)}),c}},t.prototype._dispatchZoomAction=function(e){var n=[];vm(e,function(i,a){n.push(st(i))}),n.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:n})},t.getDefaultOption=function(e){var n={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:e.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}};return n},t})($r);var ptt={zoom:function(){var r=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:r})},back:function(){this._dispatchZoomAction(stt(this.ecModel))}};function pm(r){var t={xAxisIndex:r.get("xAxisIndex",!0),yAxisIndex:r.get("yAxisIndex",!0),xAxisId:r.get("xAxisId",!0),yAxisId:r.get("yAxisId",!0)};return t.xAxisIndex==null&&t.xAxisId==null&&(t.xAxisIndex="all"),t.yAxisIndex==null&&t.yAxisId==null&&(t.yAxisIndex="all"),t}function dtt(r,t){r.setIconStatus("back",ltt(t)>1?"emphasis":"normal")}function gtt(r,t,e,n,i){var a=e._isZoomActive;n&&n.type==="takeGlobalCursor"&&(a=n.key==="dataZoomSelect"?n.dataZoomSelectActive:!1),e._isZoomActive=a,r.setIconStatus("zoom",a?"emphasis":"normal");var o=new fm(pm(r),t,{include:["grid"]}),s=o.makePanelOpts(i,function(u){return u.xAxisDeclared&&!u.yAxisDeclared?"lineX":!u.xAxisDeclared&&u.yAxisDeclared?"lineY":"rect"});e._brushController.setPanels(s).enableBrush(a&&s.length?{brushType:"auto",brushStyle:r.getModel("brushStyle").getItemStyle()}:!1)}MW("dataZoom",function(r){var t=r.getComponent("toolbox",0),e=["feature","dataZoom"];if(!t||t.get(e)==null)return;var n=t.getModel(e),i=[],a=pm(n),o=su(r,a);vm(o.xAxisModels,function(u){return s(u,"xAxis","xAxisIndex")}),vm(o.yAxisModels,function(u){return s(u,"yAxis","yAxisIndex")});function s(u,l,f){var h=u.componentIndex,c={type:"select",$fromToolbox:!0,filterMode:n.get("filterMode",!0)||"filter",id:vtt+l+h};c[f]=h,i.push(c)}return i});var ytt=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="tooltip",t.dependencies=["axisPointer"],t.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},t}(wt);function KM(r){var t=r.get("confine");return t!=null?!!t:r.get("renderMode")==="richText"}function jM(r){if(!!_t.domSupported){for(var t=document.documentElement.style,e=0,n=r.length;e<n;e++)if(r[e]in t)return r[e]}}var JM=jM(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),mtt=jM(["webkitTransition","transition","OTransition","MozTransition","msTransition"]);function QM(r,t){if(!r)return t;t=B2(t,!0);var e=r.indexOf(t);return r=e===-1?t:"-"+r.slice(0,e)+"-"+t,r.toLowerCase()}function _tt(r,t){var e=r.currentStyle||document.defaultView&&document.defaultView.getComputedStyle(r);return e?t?e[t]:e:null}var Stt=QM(mtt,"transition"),dm=QM(JM,"transform"),btt="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(_t.transform3dSupported?"will-change:transform;":"");function wtt(r){return r=r==="left"?"right":r==="right"?"left":r==="top"?"bottom":"top",r}function xtt(r,t,e){if(!J(e)||e==="inside")return"";var n=r.get("backgroundColor"),i=r.get("borderWidth");t=Ba(t);var a=wtt(e),o=Math.max(Math.round(i)*1.5,6),s="",u=dm+":",l;At(["left","right"],a)>-1?(s+="top:50%",u+="translateY(-50%) rotate("+(l=a==="left"?-225:-45)+"deg)"):(s+="left:50%",u+="translateX(-50%) rotate("+(l=a==="top"?225:45)+"deg)");var f=l*Math.PI/180,h=o+i,c=h*Math.abs(Math.cos(f))+h*Math.abs(Math.sin(f)),v=Math.round(((c-Math.SQRT2*i)/2+Math.SQRT2*i-(c-h)/2)*100)/100;s+=";"+a+":-"+v+"px";var p=t+" solid "+i+"px;",g=["position:absolute;width:"+o+"px;height:"+o+"px;z-index:-1;",s+";"+u+";","border-bottom:"+p,"border-right:"+p,"background-color:"+n+";"];return'<div style="'+g.join("")+'"></div>'}function Att(r,t){var e="cubic-bezier(0.23,1,0.32,1)",n=" "+r/2+"s "+e,i="opacity"+n+",visibility"+n;return t||(n=" "+r+"s "+e,i+=_t.transformSupported?","+dm+n:",left"+n+",top"+n),Stt+":"+i}function tL(r,t,e){var n=r.toFixed(0)+"px",i=t.toFixed(0)+"px";if(!_t.transformSupported)return e?"top:"+i+";left:"+n+";":[["top",i],["left",n]];var a=_t.transform3dSupported,o="translate"+(a?"3d":"")+"("+n+","+i+(a?",0":"")+")";return e?"top:0;left:0;"+dm+":"+o+";":[["top",0],["left",0],[JM,o]]}function Ctt(r){var t=[],e=r.get("fontSize"),n=r.getTextColor();n&&t.push("color:"+n),t.push("font:"+r.getFont()),e&&t.push("line-height:"+Math.round(e*3/2)+"px");var i=r.get("textShadowColor"),a=r.get("textShadowBlur")||0,o=r.get("textShadowOffsetX")||0,s=r.get("textShadowOffsetY")||0;return i&&a&&t.push("text-shadow:"+o+"px "+s+"px "+a+"px "+i),E(["decoration","align"],function(u){var l=r.get(u);l&&t.push("text-"+u+":"+l)}),t.join(";")}function Ttt(r,t,e){var n=[],i=r.get("transitionDuration"),a=r.get("backgroundColor"),o=r.get("shadowBlur"),s=r.get("shadowColor"),u=r.get("shadowOffsetX"),l=r.get("shadowOffsetY"),f=r.getModel("textStyle"),h=kA(r,"html"),c=u+"px "+l+"px "+o+"px "+s;return n.push("box-shadow:"+c),t&&i&&n.push(Att(i,e)),a&&n.push("background-color:"+a),E(["width","color","radius"],function(v){var p="border-"+v,g=B2(p),d=r.get(g);d!=null&&n.push(p+":"+d+(v==="color"?"":"px"))}),n.push(Ctt(f)),h!=null&&n.push("padding:"+jo(h).join("px ")+"px"),n.join(";")+";"}function eL(r,t,e,n,i){var a=t&&t.painter;if(e){var o=a&&a.getViewportRoot();o&&FG(r,o,e,n,i)}else{r[0]=n,r[1]=i;var s=a&&a.getViewportRootOffset();s&&(r[0]+=s.offsetLeft,r[1]+=s.offsetTop)}r[2]=r[0]/t.getWidth(),r[3]=r[1]/t.getHeight()}var Dtt=function(){function r(t,e){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,_t.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var i=this._zr=t.getZr(),a=e.appendTo,o=a&&(J(a)?document.querySelector(a):Co(a)?a:ot(a)&&a(t.getDom()));eL(this._styleCoord,i,o,t.getWidth()/2,t.getHeight()/2),(o||t.getDom()).appendChild(n),this._api=t,this._container=o;var s=this;n.onmouseenter=function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0},n.onmousemove=function(u){if(u=u||window.event,!s._enterable){var l=i.handler,f=i.painter.getViewportRoot();Tr(f,u,!0),l.dispatch("mousemove",u)}},n.onmouseleave=function(){s._inContent=!1,s._enterable&&s._show&&s.hideLater(s._hideDelay)}}return r.prototype.update=function(t){if(!this._container){var e=this._api.getDom(),n=_tt(e,"position"),i=e.style;i.position!=="absolute"&&n!=="absolute"&&(i.position="relative")}var a=t.get("alwaysShowContent");a&&this._moveIfResized(),this._alwaysShowContent=a,this.el.className=t.get("className")||""},r.prototype.show=function(t,e){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n=this.el,i=n.style,a=this._styleCoord;n.innerHTML?i.cssText=btt+Ttt(t,!this._firstShow,this._longHide)+tL(a[0],a[1],!0)+("border-color:"+Ba(e)+";")+(t.get("extraCssText")||"")+(";pointer-events:"+(this._enterable?"auto":"none")):i.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},r.prototype.setContent=function(t,e,n,i,a){var o=this.el;if(t==null){o.innerHTML="";return}var s="";if(J(a)&&n.get("trigger")==="item"&&!KM(n)&&(s=xtt(n,i,a)),J(t))o.innerHTML=t+s;else if(t){o.innerHTML="",Y(t)||(t=[t]);for(var u=0;u<t.length;u++)Co(t[u])&&t[u].parentNode!==o&&o.appendChild(t[u]);if(s&&o.childNodes.length){var l=document.createElement("div");l.innerHTML=s,o.appendChild(l)}}},r.prototype.setEnterable=function(t){this._enterable=t},r.prototype.getSize=function(){var t=this.el;return[t.offsetWidth,t.offsetHeight]},r.prototype.moveTo=function(t,e){var n=this._styleCoord;if(eL(n,this._zr,this._container,t,e),n[0]!=null&&n[1]!=null){var i=this.el.style,a=tL(n[0],n[1]);E(a,function(o){i[o[0]]=o[1]})}},r.prototype._moveIfResized=function(){var t=this._styleCoord[2],e=this._styleCoord[3];this.moveTo(t*this._zr.getWidth(),e*this._zr.getHeight())},r.prototype.hide=function(){var t=this,e=this.el.style;e.visibility="hidden",e.opacity="0",_t.transform3dSupported&&(e.willChange=""),this._show=!1,this._longHideTimeout=setTimeout(function(){return t._longHide=!0},500)},r.prototype.hideLater=function(t){this._show&&!(this._inContent&&this._enterable)&&!this._alwaysShowContent&&(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(Z(this.hide,this),t)):this.hide())},r.prototype.isShow=function(){return this._show},r.prototype.dispose=function(){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var t=this.el.parentNode;t&&t.removeChild(this.el),this.el=this._container=null},r}(),Ett=function(){function r(t){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=t.getZr(),nL(this._styleCoord,this._zr,t.getWidth()/2,t.getHeight()/2)}return r.prototype.update=function(t){var e=t.get("alwaysShowContent");e&&this._moveIfResized(),this._alwaysShowContent=e},r.prototype.show=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this.el.show(),this._show=!0},r.prototype.setContent=function(t,e,n,i,a){var o=this;lt(t)&&Ne(""),this.el&&this._zr.remove(this.el);var s=n.getModel("textStyle");this.el=new Mt({style:{rich:e.richTextStyles,text:t,lineHeight:22,borderWidth:1,borderColor:i,textShadowColor:s.get("textShadowColor"),fill:n.get(["textStyle","color"]),padding:kA(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),E(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(l){o.el.style[l]=n.get(l)}),E(["textShadowBlur","textShadowOffsetX","textShadowOffsetY"],function(l){o.el.style[l]=s.get(l)||0}),this._zr.add(this.el);var u=this;this.el.on("mouseover",function(){u._enterable&&(clearTimeout(u._hideTimeout),u._show=!0),u._inContent=!0}),this.el.on("mouseout",function(){u._enterable&&u._show&&u.hideLater(u._hideDelay),u._inContent=!1})},r.prototype.setEnterable=function(t){this._enterable=t},r.prototype.getSize=function(){var t=this.el,e=this.el.getBoundingRect(),n=rL(t.style);return[e.width+n.left+n.right,e.height+n.top+n.bottom]},r.prototype.moveTo=function(t,e){var n=this.el;if(n){var i=this._styleCoord;nL(i,this._zr,t,e),t=i[0],e=i[1];var a=n.style,o=qi(a.borderWidth||0),s=rL(a);n.x=t+o+s.left,n.y=e+o+s.top,n.markRedraw()}},r.prototype._moveIfResized=function(){var t=this._styleCoord[2],e=this._styleCoord[3];this.moveTo(t*this._zr.getWidth(),e*this._zr.getHeight())},r.prototype.hide=function(){this.el&&this.el.hide(),this._show=!1},r.prototype.hideLater=function(t){this._show&&!(this._inContent&&this._enterable)&&!this._alwaysShowContent&&(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(Z(this.hide,this),t)):this.hide())},r.prototype.isShow=function(){return this._show},r.prototype.dispose=function(){this._zr.remove(this.el)},r}();function qi(r){return Math.max(0,r)}function rL(r){var t=qi(r.shadowBlur||0),e=qi(r.shadowOffsetX||0),n=qi(r.shadowOffsetY||0);return{left:qi(t-e),right:qi(t+e),top:qi(t-n),bottom:qi(t+n)}}function nL(r,t,e,n){r[0]=e,r[1]=n,r[2]=r[0]/t.getWidth(),r[3]=r[1]/t.getHeight()}var Mtt=new Et({shape:{x:-1,y:-1,width:2,height:2}}),Ltt=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e,n){if(!(_t.node||!n.getDom())){var i=e.getComponent("tooltip"),a=this._renderMode=o$(i.get("renderMode"));this._tooltipContent=a==="richText"?new Ett(n):new Dtt(n,{appendTo:i.get("appendToBody",!0)?"body":i.get("appendTo",!0)})}},t.prototype.render=function(e,n,i){if(!(_t.node||!i.getDom())){this.group.removeAll(),this._tooltipModel=e,this._ecModel=n,this._api=i;var a=this._tooltipContent;a.update(e),a.setEnterable(e.get("enterable")),this._initGlobalListener(),this._keepShow(),this._renderMode!=="richText"&&e.get("transitionDuration")?Bh(this,"_updatePosition",50,"fixRate"):Nu(this,"_updatePosition")}},t.prototype._initGlobalListener=function(){var e=this._tooltipModel,n=e.get("triggerOn");_M("itemTooltip",this._api,Z(function(i,a,o){n!=="none"&&(n.indexOf(i)>=0?this._tryShow(a,o):i==="leave"&&this._hide(o))},this))},t.prototype._keepShow=function(){var e=this._tooltipModel,n=this._ecModel,i=this._api,a=e.get("triggerOn");if(this._lastX!=null&&this._lastY!=null&&a!=="none"&&a!=="click"){var o=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){!i.isDisposed()&&o.manuallyShowTip(e,n,i,{x:o._lastX,y:o._lastY,dataByCoordSys:o._lastDataByCoordSys})})}},t.prototype.manuallyShowTip=function(e,n,i,a){if(!(a.from===this.uid||_t.node||!i.getDom())){var o=iL(a,i);this._ticket="";var s=a.dataByCoordSys,u=Rtt(a,n,i);if(u){var l=u.el.getBoundingRect().clone();l.applyTransform(u.el.transform),this._tryShow({offsetX:l.x+l.width/2,offsetY:l.y+l.height/2,target:u.el,position:a.position,positionDefault:"bottom"},o)}else if(a.tooltip&&a.x!=null&&a.y!=null){var f=Mtt;f.x=a.x,f.y=a.y,f.update(),ut(f).tooltipConfig={name:null,option:a.tooltip},this._tryShow({offsetX:a.x,offsetY:a.y,target:f},o)}else if(s)this._tryShow({offsetX:a.x,offsetY:a.y,position:a.position,dataByCoordSys:s,tooltipOption:a.tooltipOption},o);else if(a.seriesIndex!=null){if(this._manuallyAxisShowTip(e,n,i,a))return;var h=bM(a,n),c=h.point[0],v=h.point[1];c!=null&&v!=null&&this._tryShow({offsetX:c,offsetY:v,target:h.el,position:a.position,positionDefault:"bottom"},o)}else a.x!=null&&a.y!=null&&(i.dispatchAction({type:"updateAxisPointer",x:a.x,y:a.y}),this._tryShow({offsetX:a.x,offsetY:a.y,position:a.position,target:i.getZr().findHover(a.x,a.y).target},o))}},t.prototype.manuallyHideTip=function(e,n,i,a){var o=this._tooltipContent;this._tooltipModel&&o.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,a.from!==this.uid&&this._hide(iL(a,i))},t.prototype._manuallyAxisShowTip=function(e,n,i,a){var o=a.seriesIndex,s=a.dataIndex,u=n.getComponent("axisPointer").coordSysAxesInfo;if(!(o==null||s==null||u==null)){var l=n.getSeriesByIndex(o);if(!!l){var f=l.getData(),h=wl([f.getItemModel(s),l,(l.coordinateSystem||{}).model],this._tooltipModel);if(h.get("trigger")==="axis")return i.dispatchAction({type:"updateAxisPointer",seriesIndex:o,dataIndex:s,position:a.position}),!0}}},t.prototype._tryShow=function(e,n){var i=e.target,a=this._tooltipModel;if(!!a){this._lastX=e.offsetX,this._lastY=e.offsetY;var o=e.dataByCoordSys;if(o&&o.length)this._showAxisTooltip(o,e);else if(i){var s=ut(i);if(s.ssrType==="legend")return;this._lastDataByCoordSys=null;var u,l;$a(i,function(f){if(ut(f).dataIndex!=null)return u=f,!0;if(ut(f).tooltipConfig!=null)return l=f,!0},!0),u?this._showSeriesItemTooltip(e,u,n):l?this._showComponentItemTooltip(e,l,n):this._hide(n)}else this._lastDataByCoordSys=null,this._hide(n)}},t.prototype._showOrMove=function(e,n){var i=e.get("showDelay");n=Z(n,this),clearTimeout(this._showTimout),i>0?this._showTimout=setTimeout(n,i):n()},t.prototype._showAxisTooltip=function(e,n){var i=this._ecModel,a=this._tooltipModel,o=[n.offsetX,n.offsetY],s=wl([n.tooltipOption],a),u=this._renderMode,l=[],f=ye("section",{blocks:[],noHeader:!0}),h=[],c=new $g;E(e,function(m){E(m.dataByAxis,function(_){var S=i.getComponent(_.axisDim+"Axis",_.axisIndex),w=_.value;if(!(!S||w==null)){var b=vM(w,S.axis,i,_.seriesDataIndices,_.valueLabelOpt),x=ye("section",{header:b,noHeader:!Yr(b),sortBlocks:!0,blocks:[]});f.blocks.push(x),E(_.seriesDataIndices,function(A){var D=i.getSeriesByIndex(A.seriesIndex),C=A.dataIndexInside,T=D.getDataParams(C);if(!(T.dataIndex<0)){T.axisDim=_.axisDim,T.axisIndex=_.axisIndex,T.axisType=_.axisType,T.axisId=_.axisId,T.axisValue=cy(S.axis,{value:w}),T.axisValueLabel=b,T.marker=c.makeTooltipMarker("item",Ba(T.color),u);var I=SA(D.formatTooltip(C,!0,null)),F=I.frag;if(F){var P=wl([D],a).get("valueFormatter");x.blocks.push(P?H({valueFormatter:P},F):F)}I.text&&h.push(I.text),l.push(T)}})}})}),f.blocks.reverse(),h.reverse();var v=n.position,p=s.get("order"),g=RA(f,c,u,p,i.get("useUTC"),s.get("textStyle"));g&&h.unshift(g);var d=u==="richText"?`
|
|
91
|
+
|
|
92
|
+
`:"<br/>",y=h.join(d);this._showOrMove(s,function(){this._updateContentNotChangedOnAxis(e,l)?this._updatePosition(s,v,o[0],o[1],this._tooltipContent,l):this._showTooltipContent(s,y,l,Math.random()+"",o[0],o[1],v,null,c)})},t.prototype._showSeriesItemTooltip=function(e,n,i){var a=this._ecModel,o=ut(n),s=o.seriesIndex,u=a.getSeriesByIndex(s),l=o.dataModel||u,f=o.dataIndex,h=o.dataType,c=l.getData(h),v=this._renderMode,p=e.positionDefault,g=wl([c.getItemModel(f),l,u&&(u.coordinateSystem||{}).model],this._tooltipModel,p?{position:p}:null),d=g.get("trigger");if(!(d!=null&&d!=="item")){var y=l.getDataParams(f,h),m=new $g;y.marker=m.makeTooltipMarker("item",Ba(y.color),v);var _=SA(l.formatTooltip(f,!1,h)),S=g.get("order"),w=g.get("valueFormatter"),b=_.frag,x=b?RA(w?H({valueFormatter:w},b):b,m,v,S,a.get("useUTC"),g.get("textStyle")):_.text,A="item_"+l.name+"_"+f;this._showOrMove(g,function(){this._showTooltipContent(g,x,y,A,e.offsetX,e.offsetY,e.position,e.target,m)}),i({type:"showTip",dataIndexInside:f,dataIndex:c.getRawIndex(f),seriesIndex:s,from:this.uid})}},t.prototype._showComponentItemTooltip=function(e,n,i){var a=this._renderMode==="html",o=ut(n),s=o.tooltipConfig,u=s.option||{},l=u.encodeHTMLContent;if(J(u)){var f=u;u={content:f,formatter:f},l=!0}l&&a&&u.content&&(u=st(u),u.content=je(u.content));var h=[u],c=this._ecModel.getComponent(o.componentMainType,o.componentIndex);c&&h.push(c),h.push({formatter:u.content});var v=e.positionDefault,p=wl(h,this._tooltipModel,v?{position:v}:null),g=p.get("content"),d=Math.random()+"",y=new $g;this._showOrMove(p,function(){var m=st(p.get("formatterParams")||{});this._showTooltipContent(p,g,m,d,e.offsetX,e.offsetY,e.position,n,y)}),i({type:"showTip",from:this.uid})},t.prototype._showTooltipContent=function(e,n,i,a,o,s,u,l,f){if(this._ticket="",!(!e.get("showContent")||!e.get("show"))){var h=this._tooltipContent;h.setEnterable(e.get("enterable"));var c=e.get("formatter");u=u||e.get("position");var v=n,p=this._getNearestPoint([o,s],i,e.get("trigger"),e.get("borderColor")),g=p.color;if(c)if(J(c)){var d=e.ecModel.get("useUTC"),y=Y(i)?i[0]:i,m=y&&y.axisType&&y.axisType.indexOf("time")>=0;v=c,m&&(v=mh(y.axisValue,v,d)),v=k2(v,i,!0)}else if(ot(c)){var _=Z(function(S,w){S===this._ticket&&(h.setContent(w,f,e,g,u),this._updatePosition(e,u,o,s,h,i,l))},this);this._ticket=a,v=c(i,a,_)}else v=c;h.setContent(v,f,e,g,u),h.show(e,g),this._updatePosition(e,u,o,s,h,i,l)}},t.prototype._getNearestPoint=function(e,n,i,a){if(i==="axis"||Y(n))return{color:a||(this._renderMode==="html"?"#fff":"none")};if(!Y(n))return{color:a||n.color||n.borderColor}},t.prototype._updatePosition=function(e,n,i,a,o,s,u){var l=this._api.getWidth(),f=this._api.getHeight();n=n||e.get("position");var h=o.getSize(),c=e.get("align"),v=e.get("verticalAlign"),p=u&&u.getBoundingRect().clone();if(u&&p.applyTransform(u.transform),ot(n)&&(n=n([i,a],s,o.el,p,{viewSize:[l,f],contentSize:h.slice()})),Y(n))i=rt(n[0],l),a=rt(n[1],f);else if(lt(n)){var g=n;g.width=h[0],g.height=h[1];var d=tn(g,{width:l,height:f});i=d.x,a=d.y,c=null,v=null}else if(J(n)&&u){var y=Ftt(n,p,h,e.get("borderWidth"));i=y[0],a=y[1]}else{var y=Itt(i,a,o,l,f,c?null:20,v?null:20);i=y[0],a=y[1]}if(c&&(i-=aL(c)?h[0]/2:c==="right"?h[0]:0),v&&(a-=aL(v)?h[1]/2:v==="bottom"?h[1]:0),KM(e)){var y=Ptt(i,a,o,l,f);i=y[0],a=y[1]}o.moveTo(i,a)},t.prototype._updateContentNotChangedOnAxis=function(e,n){var i=this._lastDataByCoordSys,a=this._cbParamsList,o=!!i&&i.length===e.length;return o&&E(i,function(s,u){var l=s.dataByAxis||[],f=e[u]||{},h=f.dataByAxis||[];o=o&&l.length===h.length,o&&E(l,function(c,v){var p=h[v]||{},g=c.seriesDataIndices||[],d=p.seriesDataIndices||[];o=o&&c.value===p.value&&c.axisType===p.axisType&&c.axisId===p.axisId&&g.length===d.length,o&&E(g,function(y,m){var _=d[m];o=o&&y.seriesIndex===_.seriesIndex&&y.dataIndex===_.dataIndex}),a&&E(c.seriesDataIndices,function(y){var m=y.seriesIndex,_=n[m],S=a[m];_&&S&&S.data!==_.data&&(o=!1)})})}),this._lastDataByCoordSys=e,this._cbParamsList=n,!!o},t.prototype._hide=function(e){this._lastDataByCoordSys=null,e({type:"hideTip",from:this.uid})},t.prototype.dispose=function(e,n){_t.node||!n.getDom()||(Nu(this,"_updatePosition"),this._tooltipContent.dispose(),em("itemTooltip",n))},t.type="tooltip",t}(Kt);function wl(r,t,e){var n=t.ecModel,i;e?(i=new Rt(e,n,n),i=new Rt(t.option,i,n)):i=t;for(var a=r.length-1;a>=0;a--){var o=r[a];o&&(o instanceof Rt&&(o=o.get("tooltip",!0)),J(o)&&(o={formatter:o}),o&&(i=new Rt(o,i,n)))}return i}function iL(r,t){return r.dispatchAction||Z(t.dispatchAction,t)}function Itt(r,t,e,n,i,a,o){var s=e.getSize(),u=s[0],l=s[1];return a!=null&&(r+u+a+2>n?r-=u+a:r+=a),o!=null&&(t+l+o>i?t-=l+o:t+=o),[r,t]}function Ptt(r,t,e,n,i){var a=e.getSize(),o=a[0],s=a[1];return r=Math.min(r+o,n)-o,t=Math.min(t+s,i)-s,r=Math.max(r,0),t=Math.max(t,0),[r,t]}function Ftt(r,t,e,n){var i=e[0],a=e[1],o=Math.ceil(Math.SQRT2*n)+8,s=0,u=0,l=t.width,f=t.height;switch(r){case"inside":s=t.x+l/2-i/2,u=t.y+f/2-a/2;break;case"top":s=t.x+l/2-i/2,u=t.y-a-o;break;case"bottom":s=t.x+l/2-i/2,u=t.y+f+o;break;case"left":s=t.x-i-o,u=t.y+f/2-a/2;break;case"right":s=t.x+l+o,u=t.y+f/2-a/2}return[s,u]}function aL(r){return r==="center"||r==="middle"}function Rtt(r,t,e){var n=Dd(r).queryOptionMap,i=n.keys()[0];if(!(!i||i==="series")){var a=uu(t,i,n.get(i),{useDefault:!1,enableAll:!1,enableNone:!1}),o=a.models[0];if(!!o){var s=e.getViewOfComponentModel(o),u;if(s.group.traverse(function(l){var f=ut(l).tooltipConfig;if(f&&f.name===r.name)return u=l,!0}),u)return{componentMainType:i,componentIndex:o.componentIndex,el:u}}}}function Btt(r){Ka(AQ),r.registerComponentModel(ytt),r.registerComponentView(Ltt),r.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},Ee),r.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},Ee)}var oL=E;function sL(r){if(r){for(var t in r)if(r.hasOwnProperty(t))return!0}}function uL(r,t,e){var n={};return oL(t,function(a){var o=n[a]=i();oL(r[a],function(s,u){if(!!or.isValidType(u)){var l={type:u,visual:s};e&&e(l,a),o[u]=new or(l),u==="opacity"&&(l=st(l),l.type="colorAlpha",o.__hidden.__alphaForOpacity=new or(l))}})}),n;function i(){var a=function(){};a.prototype.__hidden=a.prototype;var o=new a;return o}}function lL(r,t,e){var n;E(e,function(i){t.hasOwnProperty(i)&&sL(t[i])&&(n=!0)}),n&&E(e,function(i){t.hasOwnProperty(i)&&sL(t[i])?r[i]=st(t[i]):delete r[i]})}function Ott(r){r.eachComponent({mainType:"brush"},function(t){var e=t.brushTargetManager=new fm(t.option,r);e.setInputRanges(t.areas,r)})}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e,n){this.ecModel=e,this.api=n,this.model,(this._brushController=new y0(n.getZr())).on("brush",Z(this._onBrush,this)).mount()},t.prototype.render=function(e,n,i,a){this.model=e,this._updateController(e,n,i,a)},t.prototype.updateTransform=function(e,n,i,a){Ott(n),this._updateController(e,n,i,a)},t.prototype.updateVisual=function(e,n,i,a){this.updateTransform(e,n,i,a)},t.prototype.updateView=function(e,n,i,a){this._updateController(e,n,i,a)},t.prototype._updateController=function(e,n,i,a){(!a||a.$from!==e.id)&&this._brushController.setPanels(e.brushTargetManager.makePanelOpts(i)).enableBrush(e.brushOption).updateCovers(e.areas.slice())},t.prototype.dispose=function(){this._brushController.dispose()},t.prototype._onBrush=function(e){var n=this.model.id,i=this.model.brushTargetManager.setOutputRanges(e.areas,this.ecModel);(!e.isEnd||e.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:n,areas:st(i),$from:n}),e.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:n,areas:st(i),$from:n})},t.type="brush",t})(Kt);var ktt="#ddd";(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.areas=[],e.brushOption={},e}return t.prototype.optionUpdated=function(e,n){var i=this.option;!n&&lL(i,e,["inBrush","outOfBrush"]);var a=i.inBrush=i.inBrush||{};i.outOfBrush=i.outOfBrush||{color:ktt},a.hasOwnProperty("liftZ")||(a.liftZ=5)},t.prototype.setAreas=function(e){!e||(this.areas=U(e,function(n){return fL(this.option,n)},this))},t.prototype.setBrushOption=function(e){this.brushOption=fL(this.option,e),this.brushType=this.brushOption.brushType},t.type="brush",t.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],t.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},t})(wt);function fL(r,t){return St({brushType:r.brushType,brushMode:r.brushMode,transformable:r.transformable,brushStyle:new Rt(r.brushStyle).getItemStyle(),removeOnClick:r.removeOnClick,z:r.z},t,!0)}var Ntt=["rect","polygon","lineX","lineY","keep","clear"];(function(r){O(t,r);function t(){return r!==null&&r.apply(this,arguments)||this}return t.prototype.render=function(e,n,i){var a,o,s;n.eachComponent({mainType:"brush"},function(u){a=u.brushType,o=u.brushOption.brushMode||"single",s=s||!!u.areas.length}),this._brushType=a,this._brushMode=o,E(e.get("type",!0),function(u){e.setIconStatus(u,(u==="keep"?o==="multiple":u==="clear"?s:u===a)?"emphasis":"normal")})},t.prototype.updateView=function(e,n,i){this.render(e,n,i)},t.prototype.getIcons=function(){var e=this.model,n=e.get("icon",!0),i={};return E(e.get("type",!0),function(a){n[a]&&(i[a]=n[a])}),i},t.prototype.onclick=function(e,n,i){var a=this._brushType,o=this._brushMode;i==="clear"?(n.dispatchAction({type:"axisAreaSelect",intervals:[]}),n.dispatchAction({type:"brush",command:"clear",areas:[]})):n.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:i==="keep"?a:a===i?!1:i,brushMode:i==="keep"?o==="multiple"?"single":"multiple":o}})},t.getDefaultOption=function(e){var n={show:!0,type:Ntt.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:e.getLocaleModel().get(["toolbox","brush","title"])};return n},t})($r);var ztt=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.layoutMode={type:"box",ignoreSize:!0},e}return t.type="title",t.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},t}(wt),Gtt=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.render=function(e,n,i){if(this.group.removeAll(),!!e.get("show")){var a=this.group,o=e.getModel("textStyle"),s=e.getModel("subtextStyle"),u=e.get("textAlign"),l=dt(e.get("textBaseline"),e.get("textVerticalAlign")),f=new Mt({style:$t(o,{text:e.get("text"),fill:o.getTextColor()},{disableBox:!0}),z2:10}),h=f.getBoundingRect(),c=e.get("subtext"),v=new Mt({style:$t(s,{text:c,fill:s.getTextColor(),y:h.height+e.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),p=e.get("link"),g=e.get("sublink"),d=e.get("triggerEvent",!0);f.silent=!p&&!d,v.silent=!g&&!d,p&&f.on("click",function(){xh(p,"_"+e.get("target"))}),g&&v.on("click",function(){xh(g,"_"+e.get("subtarget"))}),ut(f).eventData=ut(v).eventData=d?{componentType:"title",componentIndex:e.componentIndex}:null,a.add(f),c&&a.add(v);var y=a.getBoundingRect(),m=e.getBoxLayoutParams();m.width=y.width,m.height=y.height;var _=tn(m,{width:i.getWidth(),height:i.getHeight()},e.get("padding"));u||(u=e.get("left")||e.get("right"),u==="middle"&&(u="center"),u==="right"?_.x+=_.width:u==="center"&&(_.x+=_.width/2)),l||(l=e.get("top")||e.get("bottom"),l==="center"&&(l="middle"),l==="bottom"?_.y+=_.height:l==="middle"&&(_.y+=_.height/2),l=l||"top"),a.x=_.x,a.y=_.y,a.markRedraw();var S={align:u,verticalAlign:l};f.setStyle(S),v.setStyle(S),y=a.getBoundingRect();var w=_.margin,b=e.getItemStyle(["color","opacity"]);b.fill=e.get("backgroundColor");var x=new Et({shape:{x:y.x-w[3],y:y.y-w[0],width:y.width+w[1]+w[3],height:y.height+w[0]+w[2],r:e.get("borderRadius")},style:b,subPixelOptimize:!0,silent:!0});a.add(x)}},t.type="title",t}(Kt);function Vtt(r){r.registerComponentModel(ztt),r.registerComponentView(Gtt)}var hL=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.layoutMode="box",e}return t.prototype.init=function(e,n,i){this.mergeDefaultAndTheme(e,i),this._initData()},t.prototype.mergeOption=function(e){r.prototype.mergeOption.apply(this,arguments),this._initData()},t.prototype.setCurrentIndex=function(e){e==null&&(e=this.option.currentIndex);var n=this._data.count();this.option.loop?e=(e%n+n)%n:(e>=n&&(e=n-1),e<0&&(e=0)),this.option.currentIndex=e},t.prototype.getCurrentIndex=function(){return this.option.currentIndex},t.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},t.prototype.setPlayState=function(e){this.option.autoPlay=!!e},t.prototype.getPlayState=function(){return!!this.option.autoPlay},t.prototype._initData=function(){var e=this.option,n=e.data||[],i=e.axisType,a=this._names=[],o;i==="category"?(o=[],E(n,function(l,f){var h=he(ko(l),""),c;lt(l)?(c=st(l),c.value=f):c=f,o.push(c),a.push(h)})):o=n;var s={category:"ordinal",time:"time",value:"number"}[i]||"number",u=this._data=new He([{name:"value",type:s}],this);u.initData(o,a)},t.prototype.getData=function(){return this._data},t.prototype.getCategories=function(){if(this.get("axisType")==="category")return this._names.slice()},t.type="timeline",t.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},t}(wt),$tt=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="timeline.slider",t.defaultOption=Oi(hL.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),t}(hL);se($tt,Mh.prototype);var Htt=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="timeline",t}(Kt),Wtt=function(r){O(t,r);function t(e,n,i,a){var o=r.call(this,e,n,i)||this;return o.type=a||"value",o}return t.prototype.getLabelModel=function(){return this.model.getModel("label")},t.prototype.isHorizontal=function(){return this.model.get("orient")==="horizontal"},t}(on),gm=Math.PI,cL=Tt();(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(e,n){this.api=n},t.prototype.render=function(e,n,i){if(this.model=e,this.api=i,this.ecModel=n,this.group.removeAll(),e.get("show",!0)){var a=this._layout(e,i),o=this._createGroup("_mainGroup"),s=this._createGroup("_labelGroup"),u=this._axis=this._createAxis(a,e);e.formatTooltip=function(l){var f=u.scale.getLabel({value:l});return ye("nameValue",{noName:!0,value:f})},E(["AxisLine","AxisTick","Control","CurrentPointer"],function(l){this["_render"+l](a,o,u,e)},this),this._renderAxisLabel(a,s,u,e),this._position(a,e)}this._doPlayStop(),this._updateTicksStatus()},t.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},t.prototype.dispose=function(){this._clearTimer()},t.prototype._layout=function(e,n){var i=e.get(["label","position"]),a=e.get("orient"),o=Ytt(e,n),s;i==null||i==="auto"?s=a==="horizontal"?o.y+o.height/2<n.getHeight()/2?"-":"+":o.x+o.width/2<n.getWidth()/2?"+":"-":J(i)?s={horizontal:{top:"-",bottom:"+"},vertical:{left:"-",right:"+"}}[a][i]:s=i;var u={horizontal:"center",vertical:s>=0||s==="+"?"left":"right"},l={horizontal:s>=0||s==="+"?"top":"bottom",vertical:"middle"},f={horizontal:0,vertical:gm/2},h=a==="vertical"?o.height:o.width,c=e.getModel("controlStyle"),v=c.get("show",!0),p=v?c.get("itemSize"):0,g=v?c.get("itemGap"):0,d=p+g,y=e.get(["label","rotate"])||0;y=y*gm/180;var m,_,S,w=c.get("position",!0),b=v&&c.get("showPlayBtn",!0),x=v&&c.get("showPrevBtn",!0),A=v&&c.get("showNextBtn",!0),D=0,C=h;w==="left"||w==="bottom"?(b&&(m=[0,0],D+=d),x&&(_=[D,0],D+=d),A&&(S=[C-p,0],C-=d)):(b&&(m=[C-p,0],C-=d),x&&(_=[0,0],D+=d),A&&(S=[C-p,0],C-=d));var T=[D,C];return e.get("inverse")&&T.reverse(),{viewRect:o,mainLength:h,orient:a,rotation:f[a],labelRotation:y,labelPosOpt:s,labelAlign:e.get(["label","align"])||u[a],labelBaseline:e.get(["label","verticalAlign"])||e.get(["label","baseline"])||l[a],playPosition:m,prevBtnPosition:_,nextBtnPosition:S,axisExtent:T,controlSize:p,controlGap:g}},t.prototype._position=function(e,n){var i=this._mainGroup,a=this._labelGroup,o=e.viewRect;if(e.orient==="vertical"){var s=Dr(),u=o.x,l=o.y+o.height;Yn(s,s,[-u,-l]),Eo(s,s,-gm/2),Yn(s,s,[u,l]),o=o.clone(),o.applyTransform(s)}var f=m(o),h=m(i.getBoundingRect()),c=m(a.getBoundingRect()),v=[i.x,i.y],p=[a.x,a.y];p[0]=v[0]=f[0][0];var g=e.labelPosOpt;if(g==null||J(g)){var d=g==="+"?0:1;_(v,h,f,1,d),_(p,c,f,1,1-d)}else{var d=g>=0?0:1;_(v,h,f,1,d),p[1]=v[1]+g}i.setPosition(v),a.setPosition(p),i.rotation=a.rotation=e.rotation,y(i),y(a);function y(S){S.originX=f[0][0]-S.x,S.originY=f[1][0]-S.y}function m(S){return[[S.x,S.x+S.width],[S.y,S.y+S.height]]}function _(S,w,b,x,A){S[x]+=b[x][A]-w[x][A]}},t.prototype._createAxis=function(e,n){var i=n.getData(),a=n.get("axisType"),o=Utt(n,a);o.getTicks=function(){return i.mapArray(["value"],function(l){return{value:l}})};var s=i.getDataExtent("value");o.setExtent(s[0],s[1]),o.calcNiceTicks();var u=new Wtt("value",o,e.axisExtent,a);return u.model=n,u},t.prototype._createGroup=function(e){var n=this[e]=new at;return this.group.add(n),n},t.prototype._renderAxisLine=function(e,n,i,a){var o=i.getExtent();if(!!a.get(["lineStyle","show"])){var s=new de({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:H({lineCap:"round"},a.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});n.add(s);var u=this._progressLine=new de({shape:{x1:o[0],x2:this._currentPointer?this._currentPointer.x:o[0],y1:0,y2:0},style:ft({lineCap:"round",lineWidth:s.style.lineWidth},a.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});n.add(u)}},t.prototype._renderAxisTick=function(e,n,i,a){var o=this,s=a.getData(),u=i.scale.getTicks();this._tickSymbols=[],E(u,function(l){var f=i.dataToCoord(l.value),h=s.getItemModel(l.value),c=h.getModel("itemStyle"),v=h.getModel(["emphasis","itemStyle"]),p=h.getModel(["progress","itemStyle"]),g={x:f,y:0,onclick:Z(o._changeTimeline,o,l.value)},d=vL(h,c,n,g);d.ensureState("emphasis").style=v.getItemStyle(),d.ensureState("progress").style=p.getItemStyle(),Ea(d);var y=ut(d);h.get("tooltip")?(y.dataIndex=l.value,y.dataModel=a):y.dataIndex=y.dataModel=null,o._tickSymbols.push(d)})},t.prototype._renderAxisLabel=function(e,n,i,a){var o=this,s=i.getLabelModel();if(!!s.get("show")){var u=a.getData(),l=i.getViewLabels();this._tickLabels=[],E(l,function(f){var h=f.tickValue,c=u.getItemModel(h),v=c.getModel("label"),p=c.getModel(["emphasis","label"]),g=c.getModel(["progress","label"]),d=i.dataToCoord(f.tickValue),y=new Mt({x:d,y:0,rotation:e.labelRotation-e.rotation,onclick:Z(o._changeTimeline,o,h),silent:!1,style:$t(v,{text:f.formattedLabel,align:e.labelAlign,verticalAlign:e.labelBaseline})});y.ensureState("emphasis").style=$t(p),y.ensureState("progress").style=$t(g),n.add(y),Ea(y),cL(y).dataIndex=h,o._tickLabels.push(y)})}},t.prototype._renderControl=function(e,n,i,a){var o=e.controlSize,s=e.rotation,u=a.getModel("controlStyle").getItemStyle(),l=a.getModel(["emphasis","controlStyle"]).getItemStyle(),f=a.getPlayState(),h=a.get("inverse",!0);c(e.nextBtnPosition,"next",Z(this._changeTimeline,this,h?"-":"+")),c(e.prevBtnPosition,"prev",Z(this._changeTimeline,this,h?"+":"-")),c(e.playPosition,f?"stop":"play",Z(this._handlePlayClick,this,!f),!0);function c(v,p,g,d){if(!!v){var y=qn(dt(a.get(["controlStyle",p+"BtnSize"]),o),o),m=[0,-y/2,y,y],_=Xtt(a,p+"Icon",m,{x:v[0],y:v[1],originX:o/2,originY:0,rotation:d?-s:0,rectHover:!0,style:u,onclick:g});_.ensureState("emphasis").style=l,n.add(_),Ea(_)}}},t.prototype._renderCurrentPointer=function(e,n,i,a){var o=a.getData(),s=a.getCurrentIndex(),u=o.getItemModel(s).getModel("checkpointStyle"),l=this,f={onCreate:function(h){h.draggable=!0,h.drift=Z(l._handlePointerDrag,l),h.ondragend=Z(l._handlePointerDragend,l),pL(h,l._progressLine,s,i,a,!0)},onUpdate:function(h){pL(h,l._progressLine,s,i,a)}};this._currentPointer=vL(u,u,this._mainGroup,{},this._currentPointer,f)},t.prototype._handlePlayClick=function(e){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:e,from:this.uid})},t.prototype._handlePointerDrag=function(e,n,i){this._clearTimer(),this._pointerChangeTimeline([i.offsetX,i.offsetY])},t.prototype._handlePointerDragend=function(e){this._pointerChangeTimeline([e.offsetX,e.offsetY],!0)},t.prototype._pointerChangeTimeline=function(e,n){var i=this._toAxisCoord(e)[0],a=this._axis,o=_n(a.getExtent().slice());i>o[1]&&(i=o[1]),i<o[0]&&(i=o[0]),this._currentPointer.x=i,this._currentPointer.markRedraw();var s=this._progressLine;s&&(s.shape.x2=i,s.dirty());var u=this._findNearestTick(i),l=this.model;(n||u!==l.getCurrentIndex()&&l.get("realtime"))&&this._changeTimeline(u)},t.prototype._doPlayStop=function(){var e=this;this._clearTimer(),this.model.getPlayState()&&(this._timer=setTimeout(function(){var n=e.model;e._changeTimeline(n.getCurrentIndex()+(n.get("rewind",!0)?-1:1))},this.model.get("playInterval")))},t.prototype._toAxisCoord=function(e){var n=this._mainGroup.getLocalTransform();return Tn(e,n,!0)},t.prototype._findNearestTick=function(e){var n=this.model.getData(),i=1/0,a,o=this._axis;return n.each(["value"],function(s,u){var l=o.dataToCoord(s),f=Math.abs(l-e);f<i&&(i=f,a=u)}),a},t.prototype._clearTimer=function(){this._timer&&(clearTimeout(this._timer),this._timer=null)},t.prototype._changeTimeline=function(e){var n=this.model.getCurrentIndex();e==="+"?e=n+1:e==="-"&&(e=n-1),this.api.dispatchAction({type:"timelineChange",currentIndex:e,from:this.uid})},t.prototype._updateTicksStatus=function(){var e=this.model.getCurrentIndex(),n=this._tickSymbols,i=this._tickLabels;if(n)for(var a=0;a<n.length;a++)n&&n[a]&&n[a].toggleState("progress",a<e);if(i)for(var a=0;a<i.length;a++)i&&i[a]&&i[a].toggleState("progress",cL(i[a]).dataIndex<=e)},t.type="timeline.slider",t})(Htt);function Utt(r,t){if(t=t||r.get("type"),t)switch(t){case"category":return new oT({ordinalMeta:r.getCategories(),extent:[1/0,-1/0]});case"time":return new lT({locale:r.ecModel.getLocaleModel(),useUTC:r.ecModel.get("useUTC")});default:return new ju}}function Ytt(r,t){return tn(r.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()},r.get("padding"))}function Xtt(r,t,e,n){var i=n.style,a=Cu(r.get(["controlStyle",t]),n||{},new yt(e[0],e[1],e[2],e[3]));return i&&a.setStyle(i),a}function vL(r,t,e,n,i,a){var o=t.get("color");if(i)i.setColor(o),e.add(i),a&&a.onUpdate(i);else{var s=r.get("symbol");i=le(s,-1,-1,2,2,o),i.setStyle("strokeNoScale",!0),e.add(i),a&&a.onCreate(i)}var u=t.getItemStyle(["color"]);i.setStyle(u),n=St({rectHover:!0,z2:100},n,!0);var l=ns(r.get("symbolSize"));n.scaleX=l[0]/2,n.scaleY=l[1]/2;var f=Ha(r.get("symbolOffset"),l);f&&(n.x=(n.x||0)+f[0],n.y=(n.y||0)+f[1]);var h=r.get("symbolRotate");return n.rotation=(h||0)*Math.PI/180||0,i.attr(n),i.updateTransform(),i}function pL(r,t,e,n,i,a){if(!r.dragging){var o=i.getModel("checkpointStyle"),s=n.dataToCoord(i.getData().get("value",e));if(a||!o.get("animation",!0))r.attr({x:s,y:0}),t&&t.attr({shape:{x2:s}});else{var u={duration:o.get("animationDuration",!0),easing:o.get("animationEasing",!0)};r.stopAnimation(null,!0),r.animateTo({x:s,y:0},u),t&&t.animateTo({shape:{x2:s}},u)}}}function Yc(r){pa(r,"label",["show"])}var Xc=Tt(),fi=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.createdBySelf=!1,e}return t.prototype.init=function(e,n,i){this.mergeDefaultAndTheme(e,i),this._mergeOption(e,i,!1,!0)},t.prototype.isAnimationEnabled=function(){if(_t.node)return!1;var e=this.__hostSeries;return this.getShallow("animation")&&e&&e.isAnimationEnabled()},t.prototype.mergeOption=function(e,n){this._mergeOption(e,n,!1,!1)},t.prototype._mergeOption=function(e,n,i,a){var o=this.mainType;i||n.eachSeries(function(s){var u=s.get(this.mainType,!0),l=Xc(s)[o];if(!u||!u.data){Xc(s)[o]=null;return}l?l._mergeOption(u,n,!0):(a&&Yc(u),E(u.data,function(f){f instanceof Array?(Yc(f[0]),Yc(f[1])):Yc(f)}),l=this.createMarkerModelFromSeries(u,this,n),H(l,{mainType:this.mainType,seriesIndex:s.seriesIndex,name:s.name,createdBySelf:!0}),l.__hostSeries=s),Xc(s)[o]=l},this)},t.prototype.formatTooltip=function(e,n,i){var a=this.getData(),o=this.getRawValue(e),s=a.getName(e);return ye("section",{header:this.name,blocks:[ye("nameValue",{name:s,value:o,noName:!s,noValue:o==null})]})},t.prototype.getData=function(){return this._data},t.prototype.setData=function(e){this._data=e},t.prototype.getDataParams=function(e,n){var i=Mh.prototype.getDataParams.call(this,e,n),a=this.__hostSeries;return a&&(i.seriesId=a.id,i.seriesName=a.name,i.seriesType=a.subType),i},t.getMarkerModelFromSeries=function(e,n){return Xc(e)[n]},t.type="marker",t.dependencies=["series","grid","polar","geo"],t}(wt);se(fi,Mh.prototype),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.createMarkerModelFromSeries=function(e,n,i){return new t(e,n,i)},t.type="markPoint",t.defaultOption={z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}},t}(fi);function ym(r){return!(isNaN(parseFloat(r.x))&&isNaN(parseFloat(r.y)))}function Ztt(r){return!isNaN(parseFloat(r.x))&&!isNaN(parseFloat(r.y))}function Zc(r,t,e,n,i,a){var o=[],s=ss(t,n),u=s?t.getCalculationInfo("stackResultDimension"):n,l=_m(t,u,r),f=t.indicesOfNearest(u,l)[0];o[i]=t.get(e,f),o[a]=t.get(u,f);var h=t.get(n,f),c=Sn(t.get(n,f));return c=Math.min(c,20),c>=0&&(o[a]=+o[a].toFixed(c)),[o,h]}var mm={min:pt(Zc,"min"),max:pt(Zc,"max"),average:pt(Zc,"average"),median:pt(Zc,"median")};function xl(r,t){if(!!t){var e=r.getData(),n=r.coordinateSystem,i=n&&n.dimensions;if(!Ztt(t)&&!Y(t.coord)&&Y(i)){var a=dL(t,e,n,r);if(t=st(t),t.type&&mm[t.type]&&a.baseAxis&&a.valueAxis){var o=At(i,a.baseAxis.dim),s=At(i,a.valueAxis.dim),u=mm[t.type](e,a.baseDataDim,a.valueDataDim,o,s);t.coord=u[0],t.value=u[1]}else t.coord=[t.xAxis!=null?t.xAxis:t.radiusAxis,t.yAxis!=null?t.yAxis:t.angleAxis]}if(t.coord==null||!Y(i))t.coord=[];else for(var l=t.coord,f=0;f<2;f++)mm[l[f]]&&(l[f]=_m(e,e.mapDimension(i[f]),l[f]));return t}}function dL(r,t,e,n){var i={};return r.valueIndex!=null||r.valueDim!=null?(i.valueDataDim=r.valueIndex!=null?t.getDimension(r.valueIndex):r.valueDim,i.valueAxis=e.getAxis(qtt(n,i.valueDataDim)),i.baseAxis=e.getOtherAxis(i.valueAxis),i.baseDataDim=t.mapDimension(i.baseAxis.dim)):(i.baseAxis=n.getBaseAxis(),i.valueAxis=e.getOtherAxis(i.baseAxis),i.baseDataDim=t.mapDimension(i.baseAxis.dim),i.valueDataDim=t.mapDimension(i.valueAxis.dim)),i}function qtt(r,t){var e=r.getData().getDimensionInfo(t);return e&&e.coordDim}function Al(r,t){return r&&r.containData&&t.coord&&!ym(t)?r.containData(t.coord):!0}function Ktt(r,t,e){return r&&r.containZone&&t.coord&&e.coord&&!ym(t)&&!ym(e)?r.containZone(t.coord,e.coord):!0}function gL(r,t){return r?function(e,n,i,a){var o=a<2?e.coord&&e.coord[a]:e.value;return zi(o,t[a])}:function(e,n,i,a){return zi(e.value,t[a])}}function _m(r,t,e){if(e==="average"){var n=0,i=0;return r.each(t,function(a,o){isNaN(a)||(n+=a,i++)}),n/i}else return e==="median"?r.getMedian(t):r.getDataExtent(t)[e==="max"?1:0]}var Sm=Tt(),bm=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.init=function(){this.markerGroupMap=et()},t.prototype.render=function(e,n,i){var a=this,o=this.markerGroupMap;o.each(function(s){Sm(s).keep=!1}),n.eachSeries(function(s){var u=fi.getMarkerModelFromSeries(s,a.type);u&&a.renderSeries(s,u,n,i)}),o.each(function(s){!Sm(s).keep&&a.group.remove(s.group)})},t.prototype.markKeep=function(e){Sm(e).keep=!0},t.prototype.toggleBlurSeries=function(e,n){var i=this;E(e,function(a){var o=fi.getMarkerModelFromSeries(a,i.type);if(o){var s=o.getData();s.eachItemGraphicEl(function(u){u&&(n?Bx(u):Kd(u))})}})},t.type="marker",t}(Kt);function yL(r,t,e){var n=t.coordinateSystem;r.each(function(i){var a=r.getItemModel(i),o,s=rt(a.get("x"),e.getWidth()),u=rt(a.get("y"),e.getHeight());if(!isNaN(s)&&!isNaN(u))o=[s,u];else if(t.getMarkerPosition)o=t.getMarkerPosition(r.getValues(r.dimensions,i));else if(n){var l=r.get(n.dimensions[0],i),f=r.get(n.dimensions[1],i);o=n.dataToPoint([l,f])}isNaN(s)||(o[0]=s),isNaN(u)||(o[1]=u),r.setItemLayout(i,o)})}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.updateTransform=function(e,n,i){n.eachSeries(function(a){var o=fi.getMarkerModelFromSeries(a,"markPoint");o&&(yL(o.getData(),a,i),this.markerGroupMap.get(a.id).updateLayout())},this)},t.prototype.renderSeries=function(e,n,i,a){var o=e.coordinateSystem,s=e.id,u=e.getData(),l=this.markerGroupMap,f=l.get(s)||l.set(s,new il),h=jtt(o,e,n);n.setData(h),yL(n.getData(),e,a),h.each(function(c){var v=h.getItemModel(c),p=v.getShallow("symbol"),g=v.getShallow("symbolSize"),d=v.getShallow("symbolRotate"),y=v.getShallow("symbolOffset"),m=v.getShallow("symbolKeepAspect");if(ot(p)||ot(g)||ot(d)||ot(y)){var _=n.getRawValue(c),S=n.getDataParams(c);ot(p)&&(p=p(_,S)),ot(g)&&(g=g(_,S)),ot(d)&&(d=d(_,S)),ot(y)&&(y=y(_,S))}var w=v.getModel("itemStyle").getItemStyle(),b=zh(u,"color");w.fill||(w.fill=b),h.setItemVisual(c,{symbol:p,symbolSize:g,symbolRotate:d,symbolOffset:y,symbolKeepAspect:m,style:w})}),f.updateData(h),this.group.add(f.group),h.eachItemGraphicEl(function(c){c.traverse(function(v){ut(v).dataModel=n})}),this.markKeep(f),f.group.silent=n.get("silent")||e.get("silent")},t.type="markPoint",t})(bm);function jtt(r,t,e){var n;r?n=U(r&&r.dimensions,function(s){var u=t.getData().getDimensionInfo(t.getData().mapDimension(s))||{};return H(H({},u),{name:s,ordinalMeta:null})}):n=[{name:"value",type:"float"}];var i=new He(n,e),a=U(e.get("data"),pt(xl,t));r&&(a=Xt(a,pt(Al,r)));var o=gL(!!r,n);return i.initData(a,null,o),i}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.createMarkerModelFromSeries=function(e,n,i){return new t(e,n,i)},t.type="markLine",t.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},t})(fi);var qc=Tt(),Jtt=function(r,t,e,n){var i=r.getData(),a;if(Y(n))a=n;else{var o=n.type;if(o==="min"||o==="max"||o==="average"||o==="median"||n.xAxis!=null||n.yAxis!=null){var s=void 0,u=void 0;if(n.yAxis!=null||n.xAxis!=null)s=t.getAxis(n.yAxis!=null?"y":"x"),u=we(n.yAxis,n.xAxis);else{var l=dL(n,i,t,r);s=l.valueAxis;var f=xX(i,l.valueDataDim);u=_m(i,f,o)}var h=s.dim==="x"?0:1,c=1-h,v=st(n),p={coord:[]};v.type=null,v.coord=[],v.coord[c]=-1/0,p.coord[c]=1/0;var g=e.get("precision");g>=0&&Bt(u)&&(u=+u.toFixed(Math.min(g,20))),v.coord[h]=p.coord[h]=u,a=[v,p,{type:o,valueIndex:n.valueIndex,value:u}]}else a=[]}var d=[xl(r,a[0]),xl(r,a[1]),H({},a[2])];return d[2].type=d[2].type||null,St(d[2],d[0]),St(d[2],d[1]),d};function Kc(r){return!isNaN(r)&&!isFinite(r)}function mL(r,t,e,n){var i=1-r,a=n.dimensions[r];return Kc(t[i])&&Kc(e[i])&&t[r]===e[r]&&n.getAxis(a).containData(t[r])}function Qtt(r,t){if(r.type==="cartesian2d"){var e=t[0].coord,n=t[1].coord;if(e&&n&&(mL(1,e,n,r)||mL(0,e,n,r)))return!0}return Al(r,t[0])&&Al(r,t[1])}function wm(r,t,e,n,i){var a=n.coordinateSystem,o=r.getItemModel(t),s,u=rt(o.get("x"),i.getWidth()),l=rt(o.get("y"),i.getHeight());if(!isNaN(u)&&!isNaN(l))s=[u,l];else{if(n.getMarkerPosition)s=n.getMarkerPosition(r.getValues(r.dimensions,t));else{var f=a.dimensions,h=r.get(f[0],t),c=r.get(f[1],t);s=a.dataToPoint([h,c])}if(to(a,"cartesian2d")){var v=a.getAxis("x"),p=a.getAxis("y"),f=a.dimensions;Kc(r.get(f[0],t))?s[0]=v.toGlobalCoord(v.getExtent()[e?0:1]):Kc(r.get(f[1],t))&&(s[1]=p.toGlobalCoord(p.getExtent()[e?0:1]))}isNaN(u)||(s[0]=u),isNaN(l)||(s[1]=l)}r.setItemLayout(t,s)}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.updateTransform=function(e,n,i){n.eachSeries(function(a){var o=fi.getMarkerModelFromSeries(a,"markLine");if(o){var s=o.getData(),u=qc(o).from,l=qc(o).to;u.each(function(f){wm(u,f,!0,a,i),wm(l,f,!1,a,i)}),s.each(function(f){s.setItemLayout(f,[u.getItemLayout(f),l.getItemLayout(f)])}),this.markerGroupMap.get(a.id).updateLayout()}},this)},t.prototype.renderSeries=function(e,n,i,a){var o=e.coordinateSystem,s=e.id,u=e.getData(),l=this.markerGroupMap,f=l.get(s)||l.set(s,new s0);this.group.add(f.group);var h=tet(o,e,n),c=h.from,v=h.to,p=h.line;qc(n).from=c,qc(n).to=v,n.setData(p);var g=n.get("symbol"),d=n.get("symbolSize"),y=n.get("symbolRotate"),m=n.get("symbolOffset");Y(g)||(g=[g,g]),Y(d)||(d=[d,d]),Y(y)||(y=[y,y]),Y(m)||(m=[m,m]),h.from.each(function(S){_(c,S,!0),_(v,S,!1)}),p.each(function(S){var w=p.getItemModel(S).getModel("lineStyle").getLineStyle();p.setItemLayout(S,[c.getItemLayout(S),v.getItemLayout(S)]),w.stroke==null&&(w.stroke=c.getItemVisual(S,"style").fill),p.setItemVisual(S,{fromSymbolKeepAspect:c.getItemVisual(S,"symbolKeepAspect"),fromSymbolOffset:c.getItemVisual(S,"symbolOffset"),fromSymbolRotate:c.getItemVisual(S,"symbolRotate"),fromSymbolSize:c.getItemVisual(S,"symbolSize"),fromSymbol:c.getItemVisual(S,"symbol"),toSymbolKeepAspect:v.getItemVisual(S,"symbolKeepAspect"),toSymbolOffset:v.getItemVisual(S,"symbolOffset"),toSymbolRotate:v.getItemVisual(S,"symbolRotate"),toSymbolSize:v.getItemVisual(S,"symbolSize"),toSymbol:v.getItemVisual(S,"symbol"),style:w})}),f.updateData(p),h.line.eachItemGraphicEl(function(S){ut(S).dataModel=n,S.traverse(function(w){ut(w).dataModel=n})});function _(S,w,b){var x=S.getItemModel(w);wm(S,w,b,e,a);var A=x.getModel("itemStyle").getItemStyle();A.fill==null&&(A.fill=zh(u,"color")),S.setItemVisual(w,{symbolKeepAspect:x.get("symbolKeepAspect"),symbolOffset:dt(x.get("symbolOffset",!0),m[b?0:1]),symbolRotate:dt(x.get("symbolRotate",!0),y[b?0:1]),symbolSize:dt(x.get("symbolSize"),d[b?0:1]),symbol:dt(x.get("symbol",!0),g[b?0:1]),style:A})}this.markKeep(f),f.group.silent=n.get("silent")||e.get("silent")},t.type="markLine",t})(bm);function tet(r,t,e){var n;r?n=U(r&&r.dimensions,function(l){var f=t.getData().getDimensionInfo(t.getData().mapDimension(l))||{};return H(H({},f),{name:l,ordinalMeta:null})}):n=[{name:"value",type:"float"}];var i=new He(n,e),a=new He(n,e),o=new He([],e),s=U(e.get("data"),pt(Jtt,t,r,e));r&&(s=Xt(s,pt(Qtt,r)));var u=gL(!!r,n);return i.initData(U(s,function(l){return l[0]}),null,u),a.initData(U(s,function(l){return l[1]}),null,u),o.initData(U(s,function(l){return l[2]})),o.hasItemOption=!0,{from:i,to:a,line:o}}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.createMarkerModelFromSeries=function(e,n,i){return new t(e,n,i)},t.type="markArea",t.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},t})(fi);var jc=Tt(),eet=function(r,t,e,n){var i=n[0],a=n[1];if(!(!i||!a)){var o=xl(r,i),s=xl(r,a),u=o.coord,l=s.coord;u[0]=we(u[0],-1/0),u[1]=we(u[1],-1/0),l[0]=we(l[0],1/0),l[1]=we(l[1],1/0);var f=Mp([{},o,s]);return f.coord=[o.coord,s.coord],f.x0=o.x,f.y0=o.y,f.x1=s.x,f.y1=s.y,f}};function Jc(r){return!isNaN(r)&&!isFinite(r)}function _L(r,t,e,n){var i=1-r;return Jc(t[i])&&Jc(e[i])}function ret(r,t){var e=t.coord[0],n=t.coord[1],i={coord:e,x:t.x0,y:t.y0},a={coord:n,x:t.x1,y:t.y1};return to(r,"cartesian2d")?e&&n&&(_L(1,e,n)||_L(0,e,n))?!0:Ktt(r,i,a):Al(r,i)||Al(r,a)}function SL(r,t,e,n,i){var a=n.coordinateSystem,o=r.getItemModel(t),s,u=rt(o.get(e[0]),i.getWidth()),l=rt(o.get(e[1]),i.getHeight());if(!isNaN(u)&&!isNaN(l))s=[u,l];else{if(n.getMarkerPosition){var f=r.getValues(["x0","y0"],t),h=r.getValues(["x1","y1"],t),c=a.clampData(f),v=a.clampData(h),p=[];e[0]==="x0"?p[0]=c[0]>v[0]?h[0]:f[0]:p[0]=c[0]>v[0]?f[0]:h[0],e[1]==="y0"?p[1]=c[1]>v[1]?h[1]:f[1]:p[1]=c[1]>v[1]?f[1]:h[1],s=n.getMarkerPosition(p,e,!0)}else{var g=r.get(e[0],t),d=r.get(e[1],t),y=[g,d];a.clampData&&a.clampData(y,y),s=a.dataToPoint(y,!0)}if(to(a,"cartesian2d")){var m=a.getAxis("x"),_=a.getAxis("y"),g=r.get(e[0],t),d=r.get(e[1],t);Jc(g)?s[0]=m.toGlobalCoord(m.getExtent()[e[0]==="x0"?0:1]):Jc(d)&&(s[1]=_.toGlobalCoord(_.getExtent()[e[1]==="y0"?0:1]))}isNaN(u)||(s[0]=u),isNaN(l)||(s[1]=l)}return s}var bL=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]];(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.updateTransform=function(e,n,i){n.eachSeries(function(a){var o=fi.getMarkerModelFromSeries(a,"markArea");if(o){var s=o.getData();s.each(function(u){var l=U(bL,function(h){return SL(s,u,h,a,i)});s.setItemLayout(u,l);var f=s.getItemGraphicEl(u);f.setShape("points",l)})}},this)},t.prototype.renderSeries=function(e,n,i,a){var o=e.coordinateSystem,s=e.id,u=e.getData(),l=this.markerGroupMap,f=l.get(s)||l.set(s,{group:new at});this.group.add(f.group),this.markKeep(f);var h=net(o,e,n);n.setData(h),h.each(function(c){var v=U(bL,function(A){return SL(h,c,A,e,a)}),p=o.getAxis("x").scale,g=o.getAxis("y").scale,d=p.getExtent(),y=g.getExtent(),m=[p.parse(h.get("x0",c)),p.parse(h.get("x1",c))],_=[g.parse(h.get("y0",c)),g.parse(h.get("y1",c))];_n(m),_n(_);var S=!(d[0]>m[1]||d[1]<m[0]||y[0]>_[1]||y[1]<_[0]),w=!S;h.setItemLayout(c,{points:v,allClipped:w});var b=h.getItemModel(c).getModel("itemStyle").getItemStyle(),x=zh(u,"color");b.fill||(b.fill=x,J(b.fill)&&(b.fill=id(b.fill,.4))),b.stroke||(b.stroke=x),h.setItemVisual(c,"style",b)}),h.diff(jc(f).data).add(function(c){var v=h.getItemLayout(c);if(!v.allClipped){var p=new er({shape:{points:v.points}});h.setItemGraphicEl(c,p),f.group.add(p)}}).update(function(c,v){var p=jc(f).data.getItemGraphicEl(v),g=h.getItemLayout(c);g.allClipped?p&&f.group.remove(p):(p?It(p,{shape:{points:g.points}},n,c):p=new er({shape:{points:g.points}}),h.setItemGraphicEl(c,p),f.group.add(p))}).remove(function(c){var v=jc(f).data.getItemGraphicEl(c);f.group.remove(v)}).execute(),h.eachItemGraphicEl(function(c,v){var p=h.getItemModel(v),g=h.getItemVisual(v,"style");c.useStyle(h.getItemVisual(v,"style")),Ce(c,ge(p),{labelFetcher:n,labelDataIndex:v,defaultText:h.getName(v)||"",inheritColor:J(g.fill)?id(g.fill,1):"#000"}),Ae(c,p),ee(c,null,null,p.get(["emphasis","disabled"])),ut(c).dataModel=n}),jc(f).data=h,f.group.silent=n.get("silent")||e.get("silent")},t.type="markArea",t})(bm);function net(r,t,e){var n,i,a=["x0","y0","x1","y1"];if(r){var o=U(r&&r.dimensions,function(l){var f=t.getData(),h=f.getDimensionInfo(f.mapDimension(l))||{};return H(H({},h),{name:l,ordinalMeta:null})});i=U(a,function(l,f){return{name:l,type:o[f%2].type}}),n=new He(i,e)}else i=[{name:"value",type:"float"}],n=new He(i,e);var s=U(e.get("data"),pt(eet,t,r,e));r&&(s=Xt(s,pt(ret,r)));var u=r?function(l,f,h,c){var v=l.coord[Math.floor(c/2)][c%2];return zi(v,i[c])}:function(l,f,h,c){return zi(l.value,i[c])};return n.initData(s,null,u),n.hasItemOption=!0,n}var iet=function(r,t){if(t==="all")return{type:"all",title:r.getLocaleModel().get(["legend","selector","all"])};if(t==="inverse")return{type:"inverse",title:r.getLocaleModel().get(["legend","selector","inverse"])}},xm=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.layoutMode={type:"box",ignoreSize:!0},e}return t.prototype.init=function(e,n,i){this.mergeDefaultAndTheme(e,i),e.selected=e.selected||{},this._updateSelector(e)},t.prototype.mergeOption=function(e,n){r.prototype.mergeOption.call(this,e,n),this._updateSelector(e)},t.prototype._updateSelector=function(e){var n=e.selector,i=this.ecModel;n===!0&&(n=e.selector=["all","inverse"]),Y(n)&&E(n,function(a,o){J(a)&&(a={type:a}),n[o]=St(a,iet(i,a.type))})},t.prototype.optionUpdated=function(){this._updateData(this.ecModel);var e=this._data;if(e[0]&&this.get("selectedMode")==="single"){for(var n=!1,i=0;i<e.length;i++){var a=e[i].get("name");if(this.isSelected(a)){this.select(a),n=!0;break}}!n&&this.select(e[0].get("name"))}},t.prototype._updateData=function(e){var n=[],i=[];e.eachRawSeries(function(u){var l=u.name;i.push(l);var f;if(u.legendVisualProvider){var h=u.legendVisualProvider,c=h.getAllNames();e.isSeriesFiltered(u)||(i=i.concat(c)),c.length?n=n.concat(c):f=!0}else f=!0;f&&Td(u)&&n.push(u.name)}),this._availableNames=i;var a=this.get("data")||n,o=et(),s=U(a,function(u){return(J(u)||Bt(u))&&(u={name:u}),o.get(u.name)?null:(o.set(u.name,!0),new Rt(u,this,this.ecModel))},this);this._data=Xt(s,function(u){return!!u})},t.prototype.getData=function(){return this._data},t.prototype.select=function(e){var n=this.option.selected,i=this.get("selectedMode");if(i==="single"){var a=this._data;E(a,function(o){n[o.get("name")]=!1})}n[e]=!0},t.prototype.unSelect=function(e){this.get("selectedMode")!=="single"&&(this.option.selected[e]=!1)},t.prototype.toggleSelected=function(e){var n=this.option.selected;n.hasOwnProperty(e)||(n[e]=!0),this[n[e]?"unSelect":"select"](e)},t.prototype.allSelect=function(){var e=this._data,n=this.option.selected;E(e,function(i){n[i.get("name",!0)]=!0})},t.prototype.inverseSelect=function(){var e=this._data,n=this.option.selected;E(e,function(i){var a=i.get("name",!0);n.hasOwnProperty(a)||(n[a]=!0),n[a]=!n[a]})},t.prototype.isSelected=function(e){var n=this.option.selected;return!(n.hasOwnProperty(e)&&!n[e])&&At(this._availableNames,e)>=0},t.prototype.getOrient=function(){return this.get("orient")==="vertical"?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},t.type="legend.plain",t.dependencies=["series"],t.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},t}(wt),_s=pt,Am=E,Qc=at,wL=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.newlineDisabled=!1,e}return t.prototype.init=function(){this.group.add(this._contentGroup=new Qc),this.group.add(this._selectorGroup=new Qc),this._isFirstRender=!0},t.prototype.getContentGroup=function(){return this._contentGroup},t.prototype.getSelectorGroup=function(){return this._selectorGroup},t.prototype.render=function(e,n,i){var a=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),!!e.get("show",!0)){var o=e.get("align"),s=e.get("orient");(!o||o==="auto")&&(o=e.get("left")==="right"&&s==="vertical"?"right":"left");var u=e.get("selector",!0),l=e.get("selectorPosition",!0);u&&(!l||l==="auto")&&(l=s==="horizontal"?"end":"start"),this.renderInner(o,e,n,i,u,s,l);var f=e.getBoxLayoutParams(),h={width:i.getWidth(),height:i.getHeight()},c=e.get("padding"),v=tn(f,h,c),p=this.layoutInner(e,o,v,a,u,l),g=tn(ft({width:p.width,height:p.height},f),h,c);this.group.x=g.x-p.x,this.group.y=g.y-p.y,this.group.markRedraw(),this.group.add(this._backgroundEl=NM(p,e))}},t.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},t.prototype.renderInner=function(e,n,i,a,o,s,u){var l=this.getContentGroup(),f=et(),h=n.get("selectedMode"),c=[];i.eachRawSeries(function(v){!v.get("legendHoverLink")&&c.push(v.id)}),Am(n.getData(),function(v,p){var g=v.get("name");if(!this.newlineDisabled&&(g===""||g===`
|
|
93
|
+
`)){var d=new Qc;d.newline=!0,l.add(d);return}var y=i.getSeriesByName(g)[0];if(!f.get(g))if(y){var m=y.getData(),_=m.getVisual("legendLineStyle")||{},S=m.getVisual("legendIcon"),w=m.getVisual("style"),b=this._createItem(y,g,p,v,n,e,_,w,S,h,a);b.on("click",_s(xL,g,null,a,c)).on("mouseover",_s(Cm,y.name,null,a,c)).on("mouseout",_s(Tm,y.name,null,a,c)),i.ssr&&b.eachChild(function(x){var A=ut(x);A.seriesIndex=y.seriesIndex,A.dataIndex=p,A.ssrType="legend"}),f.set(g,!0)}else i.eachRawSeries(function(x){if(!f.get(g)&&x.legendVisualProvider){var A=x.legendVisualProvider;if(!A.containName(g))return;var D=A.indexOfName(g),C=A.getItemVisual(D,"style"),T=A.getItemVisual(D,"legendIcon"),I=Lr(C.fill);I&&I[3]===0&&(I[3]=.2,C=H(H({},C),{fill:Xn(I,"rgba")}));var F=this._createItem(x,g,p,v,n,e,{},C,T,h,a);F.on("click",_s(xL,null,g,a,c)).on("mouseover",_s(Cm,null,g,a,c)).on("mouseout",_s(Tm,null,g,a,c)),i.ssr&&F.eachChild(function(P){var L=ut(P);L.seriesIndex=x.seriesIndex,L.dataIndex=p,L.ssrType="legend"}),f.set(g,!0)}},this)},this),o&&this._createSelector(o,n,a,s,u)},t.prototype._createSelector=function(e,n,i,a,o){var s=this.getSelectorGroup();Am(e,function(l){var f=l.type,h=new Mt({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){i.dispatchAction({type:f==="all"?"legendAllSelect":"legendInverseSelect"})}});s.add(h);var c=n.getModel("selectorLabel"),v=n.getModel(["emphasis","selectorLabel"]);Ce(h,{normal:c,emphasis:v},{defaultText:l.title}),Ea(h)})},t.prototype._createItem=function(e,n,i,a,o,s,u,l,f,h,c){var v=e.visualDrawType,p=o.get("itemWidth"),g=o.get("itemHeight"),d=o.isSelected(n),y=a.get("symbolRotate"),m=a.get("symbolKeepAspect"),_=a.get("icon");f=_||f||"roundRect";var S=aet(f,a,u,l,v,d,c),w=new Qc,b=a.getModel("textStyle");if(ot(e.getLegendIcon)&&(!_||_==="inherit"))w.add(e.getLegendIcon({itemWidth:p,itemHeight:g,icon:f,iconRotate:y,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}));else{var x=_==="inherit"&&e.getData().getVisual("symbol")?y==="inherit"?e.getData().getVisual("symbolRotate"):y:0;w.add(oet({itemWidth:p,itemHeight:g,icon:f,iconRotate:x,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}))}var A=s==="left"?p+5:-5,D=s,C=o.get("formatter"),T=n;J(C)&&C?T=C.replace("{name}",n!=null?n:""):ot(C)&&(T=C(n));var I=d?b.getTextColor():a.get("inactiveColor");w.add(new Mt({style:$t(b,{text:T,x:A,y:g/2,fill:I,align:D,verticalAlign:"middle"},{inheritColor:I})}));var F=new Et({shape:w.getBoundingRect(),style:{fill:"transparent"}}),P=a.getModel("tooltip");return P.get("show")&&Uo({el:F,componentModel:o,itemName:n,itemTooltipOption:P.option}),w.add(F),w.eachChild(function(L){L.silent=!0}),F.silent=!h,this.getContentGroup().add(w),Ea(w),w.__legendDataIndex=i,w},t.prototype.layoutInner=function(e,n,i,a,o,s){var u=this.getContentGroup(),l=this.getSelectorGroup();ka(e.get("orient"),u,e.get("itemGap"),i.width,i.height);var f=u.getBoundingRect(),h=[-f.x,-f.y];if(l.markRedraw(),u.markRedraw(),o){ka("horizontal",l,e.get("selectorItemGap",!0));var c=l.getBoundingRect(),v=[-c.x,-c.y],p=e.get("selectorButtonGap",!0),g=e.getOrient().index,d=g===0?"width":"height",y=g===0?"height":"width",m=g===0?"y":"x";s==="end"?v[g]+=f[d]+p:h[g]+=c[d]+p,v[1-g]+=f[y]/2-c[y]/2,l.x=v[0],l.y=v[1],u.x=h[0],u.y=h[1];var _={x:0,y:0};return _[d]=f[d]+p+c[d],_[y]=Math.max(f[y],c[y]),_[m]=Math.min(0,c[m]+v[1-g]),_}else return u.x=h[0],u.y=h[1],this.group.getBoundingRect()},t.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},t.type="legend.plain",t}(Kt);function aet(r,t,e,n,i,a,o){function s(d,y){d.lineWidth==="auto"&&(d.lineWidth=y.lineWidth>0?2:0),Am(d,function(m,_){d[_]==="inherit"&&(d[_]=y[_])})}var u=t.getModel("itemStyle"),l=u.getItemStyle(),f=r.lastIndexOf("empty",0)===0?"fill":"stroke",h=u.getShallow("decal");l.decal=!h||h==="inherit"?n.decal:is(h,o),l.fill==="inherit"&&(l.fill=n[i]),l.stroke==="inherit"&&(l.stroke=n[f]),l.opacity==="inherit"&&(l.opacity=(i==="fill"?n:e).opacity),s(l,n);var c=t.getModel("lineStyle"),v=c.getLineStyle();if(s(v,e),l.fill==="auto"&&(l.fill=n.fill),l.stroke==="auto"&&(l.stroke=n.fill),v.stroke==="auto"&&(v.stroke=n.fill),!a){var p=t.get("inactiveBorderWidth"),g=l[f];l.lineWidth=p==="auto"?n.lineWidth>0&&g?2:0:l.lineWidth,l.fill=t.get("inactiveColor"),l.stroke=t.get("inactiveBorderColor"),v.stroke=c.get("inactiveColor"),v.lineWidth=c.get("inactiveWidth")}return{itemStyle:l,lineStyle:v}}function oet(r){var t=r.icon||"roundRect",e=le(t,0,0,r.itemWidth,r.itemHeight,r.itemStyle.fill,r.symbolKeepAspect);return e.setStyle(r.itemStyle),e.rotation=(r.iconRotate||0)*Math.PI/180,e.setOrigin([r.itemWidth/2,r.itemHeight/2]),t.indexOf("empty")>-1&&(e.style.stroke=e.style.fill,e.style.fill="#fff",e.style.lineWidth=2),e}function xL(r,t,e,n){Tm(r,t,e,n),e.dispatchAction({type:"legendToggleSelect",name:r!=null?r:t}),Cm(r,t,e,n)}function AL(r){for(var t=r.getZr().storage.getDisplayList(),e,n=0,i=t.length;n<i&&!(e=t[n].states.emphasis);)n++;return e&&e.hoverLayer}function Cm(r,t,e,n){AL(e)||e.dispatchAction({type:"highlight",seriesName:r,name:t,excludeSeriesId:n})}function Tm(r,t,e,n){AL(e)||e.dispatchAction({type:"downplay",seriesName:r,name:t,excludeSeriesId:n})}function set(r){var t=r.findComponents({mainType:"legend"});t&&t.length&&r.filterSeries(function(e){for(var n=0;n<t.length;n++)if(!t[n].isSelected(e.name))return!1;return!0})}function Cl(r,t,e){var n={},i=r==="toggleSelected",a;return e.eachComponent("legend",function(o){i&&a!=null?o[a?"select":"unSelect"](t.name):r==="allSelect"||r==="inverseSelect"?o[r]():(o[r](t.name),a=o.isSelected(t.name));var s=o.getData();E(s,function(u){var l=u.get("name");if(!(l===`
|
|
94
|
+
`||l==="")){var f=o.isSelected(l);n.hasOwnProperty(l)?n[l]=n[l]&&f:n[l]=f}})}),r==="allSelect"||r==="inverseSelect"?{selected:n}:{name:t.name,selected:n}}function uet(r){r.registerAction("legendToggleSelect","legendselectchanged",pt(Cl,"toggleSelected")),r.registerAction("legendAllSelect","legendselectall",pt(Cl,"allSelect")),r.registerAction("legendInverseSelect","legendinverseselect",pt(Cl,"inverseSelect")),r.registerAction("legendSelect","legendselected",pt(Cl,"select")),r.registerAction("legendUnSelect","legendunselected",pt(Cl,"unSelect"))}function CL(r){r.registerComponentModel(xm),r.registerComponentView(wL),r.registerProcessor(r.PRIORITY.PROCESSOR.SERIES_FILTER,set),r.registerSubTypeDefaulter("legend",function(){return"plain"}),uet(r)}var fet=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.setScrollDataIndex=function(e){this.option.scrollDataIndex=e},t.prototype.init=function(e,n,i){var a=Mu(e);r.prototype.init.call(this,e,n,i),TL(this,e,a)},t.prototype.mergeOption=function(e,n){r.prototype.mergeOption.call(this,e,n),TL(this,this.option,e)},t.type="legend.scroll",t.defaultOption=Oi(xm.defaultOption,{scrollDataIndex:0,pageButtonItemGap:5,pageButtonGap:null,pageButtonPosition:"end",pageFormatter:"{current}/{total}",pageIcons:{horizontal:["M0,0L12,-10L12,10z","M0,0L-12,-10L-12,10z"],vertical:["M0,0L20,0L10,-20z","M0,0L20,0L10,20z"]},pageIconColor:"#2f4554",pageIconInactiveColor:"#aaa",pageIconSize:15,pageTextStyle:{color:"#333"},animationDurationUpdate:800}),t}(xm);function TL(r,t,e){var n=r.getOrient(),i=[1,1];i[n.index]=0,Na(t,e,{type:"box",ignoreSize:!!i})}var DL=at,Dm=["width","height"],Em=["x","y"],het=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.newlineDisabled=!0,e._currentIndex=0,e}return t.prototype.init=function(){r.prototype.init.call(this),this.group.add(this._containerGroup=new DL),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new DL)},t.prototype.resetInner=function(){r.prototype.resetInner.call(this),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},t.prototype.renderInner=function(e,n,i,a,o,s,u){var l=this;r.prototype.renderInner.call(this,e,n,i,a,o,s,u);var f=this._controllerGroup,h=n.get("pageIconSize",!0),c=Y(h)?h:[h,h];p("pagePrev",0);var v=n.getModel("pageTextStyle");f.add(new Mt({name:"pageText",style:{text:"xx/xx",fill:v.getTextColor(),font:v.getFont(),verticalAlign:"middle",align:"center"},silent:!0})),p("pageNext",1);function p(g,d){var y=g+"DataIndex",m=Cu(n.get("pageIcons",!0)[n.getOrient().name][d],{onclick:Z(l._pageGo,l,y,n,a)},{x:-c[0]/2,y:-c[1]/2,width:c[0],height:c[1]});m.name=g,f.add(m)}},t.prototype.layoutInner=function(e,n,i,a,o,s){var u=this.getSelectorGroup(),l=e.getOrient().index,f=Dm[l],h=Em[l],c=Dm[1-l],v=Em[1-l];o&&ka("horizontal",u,e.get("selectorItemGap",!0));var p=e.get("selectorButtonGap",!0),g=u.getBoundingRect(),d=[-g.x,-g.y],y=st(i);o&&(y[f]=i[f]-g[f]-p);var m=this._layoutContentAndController(e,a,y,l,f,c,v,h);if(o){if(s==="end")d[l]+=m[f]+p;else{var _=g[f]+p;d[l]-=_,m[h]-=_}m[f]+=g[f]+p,d[1-l]+=m[v]+m[c]/2-g[c]/2,m[c]=Math.max(m[c],g[c]),m[v]=Math.min(m[v],g[v]+d[1-l]),u.x=d[0],u.y=d[1],u.markRedraw()}return m},t.prototype._layoutContentAndController=function(e,n,i,a,o,s,u,l){var f=this.getContentGroup(),h=this._containerGroup,c=this._controllerGroup;ka(e.get("orient"),f,e.get("itemGap"),a?i.width:null,a?null:i.height),ka("horizontal",c,e.get("pageButtonItemGap",!0));var v=f.getBoundingRect(),p=c.getBoundingRect(),g=this._showController=v[o]>i[o],d=[-v.x,-v.y];n||(d[a]=f[l]);var y=[0,0],m=[-p.x,-p.y],_=dt(e.get("pageButtonGap",!0),e.get("itemGap",!0));if(g){var S=e.get("pageButtonPosition",!0);S==="end"?m[a]+=i[o]-p[o]:y[a]+=p[o]+_}m[1-a]+=v[s]/2-p[s]/2,f.setPosition(d),h.setPosition(y),c.setPosition(m);var w={x:0,y:0};if(w[o]=g?i[o]:v[o],w[s]=Math.max(v[s],p[s]),w[u]=Math.min(0,p[u]+m[1-a]),h.__rectSize=i[o],g){var b={x:0,y:0};b[o]=Math.max(i[o]-p[o]-_,0),b[s]=w[s],h.setClipPath(new Et({shape:b})),h.__rectSize=b[o]}else c.eachChild(function(A){A.attr({invisible:!0,silent:!0})});var x=this._getPageInfo(e);return x.pageIndex!=null&&It(f,{x:x.contentPosition[0],y:x.contentPosition[1]},g?e:null),this._updatePageInfoView(e,x),w},t.prototype._pageGo=function(e,n,i){var a=this._getPageInfo(n)[e];a!=null&&i.dispatchAction({type:"legendScroll",scrollDataIndex:a,legendId:n.id})},t.prototype._updatePageInfoView=function(e,n){var i=this._controllerGroup;E(["pagePrev","pageNext"],function(f){var h=f+"DataIndex",c=n[h]!=null,v=i.childOfName(f);v&&(v.setStyle("fill",c?e.get("pageIconColor",!0):e.get("pageIconInactiveColor",!0)),v.cursor=c?"pointer":"default")});var a=i.childOfName("pageText"),o=e.get("pageFormatter"),s=n.pageIndex,u=s!=null?s+1:0,l=n.pageCount;a&&o&&a.setStyle("text",J(o)?o.replace("{current}",u==null?"":u+"").replace("{total}",l==null?"":l+""):o({current:u,total:l}))},t.prototype._getPageInfo=function(e){var n=e.get("scrollDataIndex",!0),i=this.getContentGroup(),a=this._containerGroup.__rectSize,o=e.getOrient().index,s=Dm[o],u=Em[o],l=this._findTargetItemIndex(n),f=i.children(),h=f[l],c=f.length,v=c?1:0,p={contentPosition:[i.x,i.y],pageCount:v,pageIndex:v-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!h)return p;var g=S(h);p.contentPosition[o]=-g.s;for(var d=l+1,y=g,m=g,_=null;d<=c;++d)_=S(f[d]),(!_&&m.e>y.s+a||_&&!w(_,y.s))&&(m.i>y.i?y=m:y=_,y&&(p.pageNextDataIndex==null&&(p.pageNextDataIndex=y.i),++p.pageCount)),m=_;for(var d=l-1,y=g,m=g,_=null;d>=-1;--d)_=S(f[d]),(!_||!w(m,_.s))&&y.i<m.i&&(m=y,p.pagePrevDataIndex==null&&(p.pagePrevDataIndex=y.i),++p.pageCount,++p.pageIndex),y=_;return p;function S(b){if(b){var x=b.getBoundingRect(),A=x[u]+b[u];return{s:A,e:A+x[s],i:b.__legendDataIndex}}}function w(b,x){return b.e>=x&&b.s<=x+a}},t.prototype._findTargetItemIndex=function(e){if(!this._showController)return 0;var n,i=this.getContentGroup(),a;return i.eachChild(function(o,s){var u=o.__legendDataIndex;a==null&&u!=null&&(a=s),u===e&&(n=s)}),n!=null?n:a},t.type="legend.scroll",t}(wL);function cet(r){r.registerAction("legendScroll","legendscroll",function(t,e){var n=t.scrollDataIndex;n!=null&&e.eachComponent({mainType:"legend",subType:"scroll",query:t},function(i){i.setScrollDataIndex(n)})})}function vet(r){Ka(CL),r.registerComponentModel(fet),r.registerComponentView(het),cet(r)}function pet(r){Ka(CL),Ka(vet)}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="dataZoom.inside",t.defaultOption=Oi(bl.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),t})(bl);var EL=Tt();function det(r,t,e){EL(r).coordSysRecordMap.each(function(n){var i=n.dataZoomInfoMap.get(t.uid);i&&(i.getRange=e)})}function get(r,t){for(var e=EL(r).coordSysRecordMap,n=e.keys(),i=0;i<n.length;i++){var a=n[i],o=e.get(a),s=o.dataZoomInfoMap;if(s){var u=t.uid,l=s.get(u);l&&(s.removeKey(u),s.keys().length||yet(e,o))}}}function yet(r,t){if(t){r.removeKey(t.model.uid);var e=t.controller;e&&e.dispose()}}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="dataZoom.inside",e}return t.prototype.render=function(e,n,i){if(r.prototype.render.apply(this,arguments),e.noTarget()){this._clear();return}this.range=e.getPercentRange(),det(i,e,{pan:Z(Mm.pan,this),zoom:Z(Mm.zoom,this),scrollMove:Z(Mm.scrollMove,this)})},t.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){get(this.api,this.dataZoomModel),this.range=null},t.type="dataZoom.inside",t})(sm);var Mm={zoom:function(r,t,e,n){var i=this.range,a=i.slice(),o=r.axisModels[0];if(!!o){var s=Lm[t](null,[n.originX,n.originY],o,e,r),u=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(a[1]-a[0])+a[0],l=Math.max(1/n.scale,0);a[0]=(a[0]-u)*l+u,a[1]=(a[1]-u)*l+u;var f=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();if(_l(0,a,[0,100],0,f.minSpan,f.maxSpan),this.range=a,i[0]!==a[0]||i[1]!==a[1])return a}},pan:ML(function(r,t,e,n,i,a){var o=Lm[n]([a.oldX,a.oldY],[a.newX,a.newY],t,i,e);return o.signal*(r[1]-r[0])*o.pixel/o.pixelLength}),scrollMove:ML(function(r,t,e,n,i,a){var o=Lm[n]([0,0],[a.scrollDelta,a.scrollDelta],t,i,e);return o.signal*(r[1]-r[0])*a.scrollDelta})};function ML(r){return function(t,e,n,i){var a=this.range,o=a.slice(),s=t.axisModels[0];if(!!s){var u=r(o,s,t,e,n,i);if(_l(u,o,[0,100],"all"),this.range=o,a[0]!==o[0]||a[1]!==o[1])return o}}}var Lm={grid:function(r,t,e,n,i){var a=e.axis,o={},s=i.model.coordinateSystem.getRect();return r=r||[0,0],a.dim==="x"?(o.pixel=t[0]-r[0],o.pixelLength=s.width,o.pixelStart=s.x,o.signal=a.inverse?1:-1):(o.pixel=t[1]-r[1],o.pixelLength=s.height,o.pixelStart=s.y,o.signal=a.inverse?-1:1),o},polar:function(r,t,e,n,i){var a=e.axis,o={},s=i.model.coordinateSystem,u=s.getRadiusAxis().getExtent(),l=s.getAngleAxis().getExtent();return r=r?s.pointToCoord(r):[0,0],t=s.pointToCoord(t),e.mainType==="radiusAxis"?(o.pixel=t[0]-r[0],o.pixelLength=u[1]-u[0],o.pixelStart=u[0],o.signal=a.inverse?1:-1):(o.pixel=t[1]-r[1],o.pixelLength=l[1]-l[0],o.pixelStart=l[0],o.signal=a.inverse?-1:1),o},singleAxis:function(r,t,e,n,i){var a=e.axis,o=i.model.coordinateSystem.getRect(),s={};return r=r||[0,0],a.orient==="horizontal"?(s.pixel=t[0]-r[0],s.pixelLength=o.width,s.pixelStart=o.x,s.signal=a.inverse?1:-1):(s.pixel=t[1]-r[1],s.pixelLength=o.height,s.pixelStart=o.y,s.signal=a.inverse?-1:1),s}};(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.type="dataZoom.slider",t.layoutMode="box",t.defaultOption=Oi(bl.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),t})(bl);var Tl=Et,LL=7,met=1,Im=30,_et=7,Dl="horizontal",IL="vertical",bet=5,wet=["line","bar","candlestick","scatter"],xet={easing:"cubicOut",duration:100,delay:0};(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._displayables={},e}return t.prototype.init=function(e,n){this.api=n,this._onBrush=Z(this._onBrush,this),this._onBrushEnd=Z(this._onBrushEnd,this)},t.prototype.render=function(e,n,i,a){if(r.prototype.render.apply(this,arguments),Bh(this,"_dispatchZoomAction",e.get("throttle"),"fixRate"),this._orient=e.getOrient(),e.get("show")===!1){this.group.removeAll();return}if(e.noTarget()){this._clear(),this.group.removeAll();return}(!a||a.type!=="dataZoom"||a.from!==this.uid)&&this._buildView(),this._updateView()},t.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){Nu(this,"_dispatchZoomAction");var e=this.api.getZr();e.off("mousemove",this._onBrush),e.off("mouseup",this._onBrushEnd)},t.prototype._buildView=function(){var e=this.group;e.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var n=this._displayables.sliderGroup=new at;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),e.add(n),this._positionGroup()},t.prototype._resetLocation=function(){var e=this.dataZoomModel,n=this.api,i=e.get("brushSelect"),a=i?_et:0,o=this._findCoordRect(),s={width:n.getWidth(),height:n.getHeight()},u=this._orient===Dl?{right:s.width-o.x-o.width,top:s.height-Im-LL-a,width:o.width,height:Im}:{right:LL,top:o.y,width:Im,height:o.height},l=Mu(e.option);E(["right","top","width","height"],function(h){l[h]==="ph"&&(l[h]=u[h])});var f=tn(l,s);this._location={x:f.x,y:f.y},this._size=[f.width,f.height],this._orient===IL&&this._size.reverse()},t.prototype._positionGroup=function(){var e=this.group,n=this._location,i=this._orient,a=this.dataZoomModel.getFirstTargetAxisModel(),o=a&&a.get("inverse"),s=this._displayables.sliderGroup,u=(this._dataShadowInfo||{}).otherAxisInverse;s.attr(i===Dl&&!o?{scaleY:u?1:-1,scaleX:1}:i===Dl&&o?{scaleY:u?1:-1,scaleX:-1}:i===IL&&!o?{scaleY:u?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:u?-1:1,scaleX:-1,rotation:Math.PI/2});var l=e.getBoundingRect([s]);e.x=n.x-l.x,e.y=n.y-l.y,e.markRedraw()},t.prototype._getViewExtent=function(){return[0,this._size[0]]},t.prototype._renderBackground=function(){var e=this.dataZoomModel,n=this._size,i=this._displayables.sliderGroup,a=e.get("brushSelect");i.add(new Tl({silent:!0,shape:{x:0,y:0,width:n[0],height:n[1]},style:{fill:e.get("backgroundColor")},z2:-40}));var o=new Tl({shape:{x:0,y:0,width:n[0],height:n[1]},style:{fill:"transparent"},z2:0,onclick:Z(this._onClickPanel,this)}),s=this.api.getZr();a?(o.on("mousedown",this._onBrushStart,this),o.cursor="crosshair",s.on("mousemove",this._onBrush),s.on("mouseup",this._onBrushEnd)):(s.off("mousemove",this._onBrush),s.off("mouseup",this._onBrushEnd)),i.add(o)},t.prototype._renderDataShadow=function(){var e=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],!e)return;var n=this._size,i=this._shadowSize||[],a=e.series,o=a.getRawData(),s=a.getShadowDim&&a.getShadowDim(),u=s&&o.getDimensionInfo(s)?a.getShadowDim():e.otherDim;if(u==null)return;var l=this._shadowPolygonPts,f=this._shadowPolylinePts;if(o!==this._shadowData||u!==this._shadowDim||n[0]!==i[0]||n[1]!==i[1]){var h=o.getDataExtent(u),c=(h[1]-h[0])*.3;h=[h[0]-c,h[1]+c];var v=[0,n[1]],p=[0,n[0]],g=[[n[0],0],[0,0]],d=[],y=p[1]/(o.count()-1),m=0,_=Math.round(o.count()/n[0]),S;o.each([u],function(D,C){if(_>0&&C%_){m+=y;return}var T=D==null||isNaN(D)||D==="",I=T?0:Jt(D,h,v,!0);T&&!S&&C?(g.push([g[g.length-1][0],0]),d.push([d[d.length-1][0],0])):!T&&S&&(g.push([m,0]),d.push([m,0])),g.push([m,I]),d.push([m,I]),m+=y,S=T}),l=this._shadowPolygonPts=g,f=this._shadowPolylinePts=d}this._shadowData=o,this._shadowDim=u,this._shadowSize=[n[0],n[1]];var w=this.dataZoomModel;function b(D){var C=w.getModel(D?"selectedDataBackground":"dataBackground"),T=new at,I=new er({shape:{points:l},segmentIgnoreThreshold:1,style:C.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),F=new Ve({shape:{points:f},segmentIgnoreThreshold:1,style:C.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return T.add(I),T.add(F),T}for(var x=0;x<3;x++){var A=b(x===1);this._displayables.sliderGroup.add(A),this._displayables.dataShadowSegs.push(A)}},t.prototype._prepareDataShadowInfo=function(){var e=this.dataZoomModel,n=e.get("showDataShadow");if(n!==!1){var i,a=this.ecModel;return e.eachTargetAxis(function(o,s){var u=e.getAxisProxy(o,s).getTargetSeriesModels();E(u,function(l){if(!i&&!(n!==!0&&At(wet,l.get("type"))<0)){var f=a.getComponent(ys(o),s).axis,h=Aet(o),c,v=l.coordinateSystem;h!=null&&v.getOtherAxis&&(c=v.getOtherAxis(f).inverse),h=l.getData().mapDimension(h),i={thisAxis:f,series:l,thisDim:o,otherDim:h,otherAxisInverse:c}}},this)},this),i}},t.prototype._renderHandle=function(){var e=this.group,n=this._displayables,i=n.handles=[null,null],a=n.handleLabels=[null,null],o=this._displayables.sliderGroup,s=this._size,u=this.dataZoomModel,l=this.api,f=u.get("borderRadius")||0,h=u.get("brushSelect"),c=n.filler=new Tl({silent:h,style:{fill:u.get("fillerColor")},textConfig:{position:"inside"}});o.add(c),o.add(new Tl({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:s[0],height:s[1],r:f},style:{stroke:u.get("dataBackgroundColor")||u.get("borderColor"),lineWidth:met,fill:"rgba(0,0,0,0)"}})),E([0,1],function(_){var S=u.get("handleIcon");!Gh[S]&&S.indexOf("path://")<0&&S.indexOf("image://")<0&&(S="path://"+S);var w=le(S,-1,0,2,2,null,!0);w.attr({cursor:PL(this._orient),draggable:!0,drift:Z(this._onDragMove,this,_),ondragend:Z(this._onDragEnd,this),onmouseover:Z(this._showDataInfo,this,!0),onmouseout:Z(this._showDataInfo,this,!1),z2:5});var b=w.getBoundingRect(),x=u.get("handleSize");this._handleHeight=rt(x,this._size[1]),this._handleWidth=b.width/b.height*this._handleHeight,w.setStyle(u.getModel("handleStyle").getItemStyle()),w.style.strokeNoScale=!0,w.rectHover=!0,w.ensureState("emphasis").style=u.getModel(["emphasis","handleStyle"]).getItemStyle(),Ea(w);var A=u.get("handleColor");A!=null&&(w.style.fill=A),o.add(i[_]=w);var D=u.getModel("textStyle");e.add(a[_]=new Mt({silent:!0,invisible:!0,style:$t(D,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:D.getTextColor(),font:D.getFont()}),z2:10}))},this);var v=c;if(h){var p=rt(u.get("moveHandleSize"),s[1]),g=n.moveHandle=new Et({style:u.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:s[1]-.5,height:p}}),d=p*.8,y=n.moveHandleIcon=le(u.get("moveHandleIcon"),-d/2,-d/2,d,d,"#fff",!0);y.silent=!0,y.y=s[1]+p/2-.5,g.ensureState("emphasis").style=u.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var m=Math.min(s[1]/2,Math.max(p,10));v=n.moveZone=new Et({invisible:!0,shape:{y:s[1]-m,height:p+m}}),v.on("mouseover",function(){l.enterEmphasis(g)}).on("mouseout",function(){l.leaveEmphasis(g)}),o.add(g),o.add(y),o.add(v)}v.attr({draggable:!0,cursor:PL(this._orient),drift:Z(this._onDragMove,this,"all"),ondragstart:Z(this._showDataInfo,this,!0),ondragend:Z(this._onDragEnd,this),onmouseover:Z(this._showDataInfo,this,!0),onmouseout:Z(this._showDataInfo,this,!1)})},t.prototype._resetInterval=function(){var e=this._range=this.dataZoomModel.getPercentRange(),n=this._getViewExtent();this._handleEnds=[Jt(e[0],[0,100],n,!0),Jt(e[1],[0,100],n,!0)]},t.prototype._updateInterval=function(e,n){var i=this.dataZoomModel,a=this._handleEnds,o=this._getViewExtent(),s=i.findRepresentativeAxisProxy().getMinMaxSpan(),u=[0,100];_l(n,a,o,i.get("zoomLock")?"all":e,s.minSpan!=null?Jt(s.minSpan,u,o,!0):null,s.maxSpan!=null?Jt(s.maxSpan,u,o,!0):null);var l=this._range,f=this._range=_n([Jt(a[0],o,u,!0),Jt(a[1],o,u,!0)]);return!l||l[0]!==f[0]||l[1]!==f[1]},t.prototype._updateView=function(e){var n=this._displayables,i=this._handleEnds,a=_n(i.slice()),o=this._size;E([0,1],function(v){var p=n.handles[v],g=this._handleHeight;p.attr({scaleX:g/2,scaleY:g/2,x:i[v]+(v?-1:1),y:o[1]/2-g/2})},this),n.filler.setShape({x:a[0],y:0,width:a[1]-a[0],height:o[1]});var s={x:a[0],width:a[1]-a[0]};n.moveHandle&&(n.moveHandle.setShape(s),n.moveZone.setShape(s),n.moveZone.getBoundingRect(),n.moveHandleIcon&&n.moveHandleIcon.attr("x",s.x+s.width/2));for(var u=n.dataShadowSegs,l=[0,a[0],a[1],o[0]],f=0;f<u.length;f++){var h=u[f],c=h.getClipPath();c||(c=new Et,h.setClipPath(c)),c.setShape({x:l[f],y:0,width:l[f+1]-l[f],height:o[1]})}this._updateDataInfo(e)},t.prototype._updateDataInfo=function(e){var n=this.dataZoomModel,i=this._displayables,a=i.handleLabels,o=this._orient,s=["",""];if(n.get("showDetail")){var u=n.findRepresentativeAxisProxy();if(u){var l=u.getAxisModel().axis,f=this._range,h=e?u.calculateDataWindow({start:f[0],end:f[1]}).valueWindow:u.getDataValueWindow();s=[this._formatLabel(h[0],l),this._formatLabel(h[1],l)]}}var c=_n(this._handleEnds.slice());v.call(this,0),v.call(this,1);function v(p){var g=Fa(i.handles[p].parent,this.group),d=ch(p===0?"right":"left",g),y=this._handleWidth/2+bet,m=Tn([c[p]+(p===0?-y:y),this._size[1]/2],g);a[p].setStyle({x:m[0],y:m[1],verticalAlign:o===Dl?"middle":d,align:o===Dl?d:"center",text:s[p]})}},t.prototype._formatLabel=function(e,n){var i=this.dataZoomModel,a=i.get("labelFormatter"),o=i.get("labelPrecision");(o==null||o==="auto")&&(o=n.getPixelPrecision());var s=e==null||isNaN(e)?"":n.type==="category"||n.type==="time"?n.scale.getLabel({value:Math.round(e)}):e.toFixed(Math.min(o,20));return ot(a)?a(e,s):J(a)?a.replace("{value}",s):s},t.prototype._showDataInfo=function(e){e=this._dragging||e;var n=this._displayables,i=n.handleLabels;i[0].attr("invisible",!e),i[1].attr("invisible",!e),n.moveHandle&&this.api[e?"enterEmphasis":"leaveEmphasis"](n.moveHandle,1)},t.prototype._onDragMove=function(e,n,i,a){this._dragging=!0,Wn(a.event);var o=this._displayables.sliderGroup.getLocalTransform(),s=Tn([n,i],o,!0),u=this._updateInterval(e,s[0]),l=this.dataZoomModel.get("realtime");this._updateView(!l),u&&l&&this._dispatchZoomAction(!0)},t.prototype._onDragEnd=function(){this._dragging=!1,this._showDataInfo(!1);var e=this.dataZoomModel.get("realtime");!e&&this._dispatchZoomAction(!1)},t.prototype._onClickPanel=function(e){var n=this._size,i=this._displayables.sliderGroup.transformCoordToLocal(e.offsetX,e.offsetY);if(!(i[0]<0||i[0]>n[0]||i[1]<0||i[1]>n[1])){var a=this._handleEnds,o=(a[0]+a[1])/2,s=this._updateInterval("all",i[0]-o);this._updateView(),s&&this._dispatchZoomAction(!1)}},t.prototype._onBrushStart=function(e){var n=e.offsetX,i=e.offsetY;this._brushStart=new gt(n,i),this._brushing=!0,this._brushStartTime=+new Date},t.prototype._onBrushEnd=function(e){if(!!this._brushing){var n=this._displayables.brushRect;if(this._brushing=!1,!!n){n.attr("ignore",!0);var i=n.shape,a=+new Date;if(!(a-this._brushStartTime<200&&Math.abs(i.width)<5)){var o=this._getViewExtent(),s=[0,100];this._range=_n([Jt(i.x,o,s,!0),Jt(i.x+i.width,o,s,!0)]),this._handleEnds=[i.x,i.x+i.width],this._updateView(),this._dispatchZoomAction(!1)}}}},t.prototype._onBrush=function(e){this._brushing&&(Wn(e.event),this._updateBrushRect(e.offsetX,e.offsetY))},t.prototype._updateBrushRect=function(e,n){var i=this._displayables,a=this.dataZoomModel,o=i.brushRect;o||(o=i.brushRect=new Tl({silent:!0,style:a.getModel("brushStyle").getItemStyle()}),i.sliderGroup.add(o)),o.attr("ignore",!1);var s=this._brushStart,u=this._displayables.sliderGroup,l=u.transformCoordToLocal(e,n),f=u.transformCoordToLocal(s.x,s.y),h=this._size;l[0]=Math.max(Math.min(h[0],l[0]),0),o.setShape({x:f[0],y:0,width:l[0]-f[0],height:h[1]})},t.prototype._dispatchZoomAction=function(e){var n=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:e?xet:null,start:n[0],end:n[1]})},t.prototype._findCoordRect=function(){var e,n=YQ(this.dataZoomModel).infoList;if(!e&&n.length){var i=n[0].model.coordinateSystem;e=i.getRect&&i.getRect()}if(!e){var a=this.api.getWidth(),o=this.api.getHeight();e={x:a*.2,y:o*.2,width:a*.6,height:o*.6}}return e},t.type="dataZoom.slider",t})(sm);function Aet(r){var t={x:"y",y:"x",radius:"angle",angle:"radius"};return t[r]}function PL(r){return r==="vertical"?"ns-resize":"ew-resize"}var FL={get:function(r,t,e){var n=st((Cet[r]||{})[t]);return e&&Y(n)?n[n.length-1]:n}},Cet={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},RL=or.mapVisual,Tet=or.eachVisual,Det=Y,BL=E,Eet=_n,Met=Jt,tv=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.stateList=["inRange","outOfRange"],e.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],e.layoutMode={type:"box",ignoreSize:!0},e.dataBound=[-1/0,1/0],e.targetVisuals={},e.controllerVisuals={},e}return t.prototype.init=function(e,n,i){this.mergeDefaultAndTheme(e,i)},t.prototype.optionUpdated=function(e,n){var i=this.option;!n&&lL(i,e,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},t.prototype.resetVisual=function(e){var n=this.stateList;e=Z(e,this),this.controllerVisuals=uL(this.option.controller,n,e),this.targetVisuals=uL(this.option.target,n,e)},t.prototype.getItemSymbol=function(){return null},t.prototype.getTargetSeriesIndices=function(){var e=this.option.seriesIndex,n=[];return e==null||e==="all"?this.ecModel.eachSeries(function(i,a){n.push(a)}):n=re(e),n},t.prototype.eachTargetSeries=function(e,n){E(this.getTargetSeriesIndices(),function(i){var a=this.ecModel.getSeriesByIndex(i);a&&e.call(n,a)},this)},t.prototype.isTargetSeries=function(e){var n=!1;return this.eachTargetSeries(function(i){i===e&&(n=!0)}),n},t.prototype.formatValueText=function(e,n,i){var a=this.option,o=a.precision,s=this.dataBound,u=a.formatter,l;i=i||["<",">"],Y(e)&&(e=e.slice(),l=!0);var f=n?e:l?[h(e[0]),h(e[1])]:h(e);if(J(u))return u.replace("{value}",l?f[0]:f).replace("{value2}",l?f[1]:f);if(ot(u))return l?u(e[0],e[1]):u(e);if(l)return e[0]===s[0]?i[0]+" "+f[1]:e[1]===s[1]?i[1]+" "+f[0]:f[0]+" - "+f[1];return f;function h(c){return c===s[0]?"min":c===s[1]?"max":(+c).toFixed(Math.min(o,20))}},t.prototype.resetExtent=function(){var e=this.option,n=Eet([e.min,e.max]);this._dataExtent=n},t.prototype.getDataDimensionIndex=function(e){var n=this.option.dimension;if(n!=null)return e.getDimensionIndex(n);for(var i=e.dimensions,a=i.length-1;a>=0;a--){var o=i[a],s=e.getDimensionInfo(o);if(!s.isCalculationCoord)return s.storeDimIndex}},t.prototype.getExtent=function(){return this._dataExtent.slice()},t.prototype.completeVisualOption=function(){var e=this.ecModel,n=this.option,i={inRange:n.inRange,outOfRange:n.outOfRange},a=n.target||(n.target={}),o=n.controller||(n.controller={});St(a,i),St(o,i);var s=this.isCategory();u.call(this,a),u.call(this,o),l.call(this,a,"inRange","outOfRange"),f.call(this,o);function u(h){Det(n.color)&&!h.inRange&&(h.inRange={color:n.color.slice().reverse()}),h.inRange=h.inRange||{color:e.get("gradientColor")}}function l(h,c,v){var p=h[c],g=h[v];p&&!g&&(g=h[v]={},BL(p,function(d,y){if(!!or.isValidType(y)){var m=FL.get(y,"inactive",s);m!=null&&(g[y]=m,y==="color"&&!g.hasOwnProperty("opacity")&&!g.hasOwnProperty("colorAlpha")&&(g.opacity=[0,0]))}}))}function f(h){var c=(h.inRange||{}).symbol||(h.outOfRange||{}).symbol,v=(h.inRange||{}).symbolSize||(h.outOfRange||{}).symbolSize,p=this.get("inactiveColor"),g=this.getItemSymbol(),d=g||"roundRect";BL(this.stateList,function(y){var m=this.itemSize,_=h[y];_||(_=h[y]={color:s?p:[p]}),_.symbol==null&&(_.symbol=c&&st(c)||(s?d:[d])),_.symbolSize==null&&(_.symbolSize=v&&st(v)||(s?m[0]:[m[0],m[0]])),_.symbol=RL(_.symbol,function(b){return b==="none"?d:b});var S=_.symbolSize;if(S!=null){var w=-1/0;Tet(S,function(b){b>w&&(w=b)}),_.symbolSize=RL(S,function(b){return Met(b,[0,w],[0,m[0]],!0)})}},this)}},t.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},t.prototype.isCategory=function(){return!!this.option.categories},t.prototype.setSelected=function(e){},t.prototype.getSelected=function(){return null},t.prototype.getValueState=function(e){return null},t.prototype.getVisualMeta=function(e){return null},t.type="visualMap",t.dependencies=["series"],t.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},t}(wt),OL=[20,140];(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.optionUpdated=function(e,n){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(i){i.mappingMethod="linear",i.dataExtent=this.getExtent()}),this._resetRange()},t.prototype.resetItemSize=function(){r.prototype.resetItemSize.apply(this,arguments);var e=this.itemSize;(e[0]==null||isNaN(e[0]))&&(e[0]=OL[0]),(e[1]==null||isNaN(e[1]))&&(e[1]=OL[1])},t.prototype._resetRange=function(){var e=this.getExtent(),n=this.option.range;!n||n.auto?(e.auto=1,this.option.range=e):Y(n)&&(n[0]>n[1]&&n.reverse(),n[0]=Math.max(n[0],e[0]),n[1]=Math.min(n[1],e[1]))},t.prototype.completeVisualOption=function(){r.prototype.completeVisualOption.apply(this,arguments),E(this.stateList,function(e){var n=this.option.controller[e].symbolSize;n&&n[0]!==n[1]&&(n[0]=n[1]/3)},this)},t.prototype.setSelected=function(e){this.option.range=e.slice(),this._resetRange()},t.prototype.getSelected=function(){var e=this.getExtent(),n=_n((this.get("range")||[]).slice());return n[0]>e[1]&&(n[0]=e[1]),n[1]>e[1]&&(n[1]=e[1]),n[0]<e[0]&&(n[0]=e[0]),n[1]<e[0]&&(n[1]=e[0]),n},t.prototype.getValueState=function(e){var n=this.option.range,i=this.getExtent();return(n[0]<=i[0]||n[0]<=e)&&(n[1]>=i[1]||e<=n[1])?"inRange":"outOfRange"},t.prototype.findTargetDataIndices=function(e){var n=[];return this.eachTargetSeries(function(i){var a=[],o=i.getData();o.each(this.getDataDimensionIndex(o),function(s,u){e[0]<=s&&s<=e[1]&&a.push(u)},this),n.push({seriesId:i.id,dataIndex:a})},this),n},t.prototype.getVisualMeta=function(e){var n=kL(this,"outOfRange",this.getExtent()),i=kL(this,"inRange",this.option.range.slice()),a=[];function o(v,p){a.push({value:v,color:e(v,p)})}for(var s=0,u=0,l=i.length,f=n.length;u<f&&(!i.length||n[u]<=i[0]);u++)n[u]<i[s]&&o(n[u],"outOfRange");for(var h=1;s<l;s++,h=0)h&&a.length&&o(i[s],"outOfRange"),o(i[s],"inRange");for(var h=1;u<f;u++)(!i.length||i[i.length-1]<n[u])&&(h&&(a.length&&o(a[a.length-1].value,"outOfRange"),h=0),o(n[u],"outOfRange"));var c=a.length;return{stops:a,outerColors:[c?a[0].color:"transparent",c?a[c-1].color:"transparent"]}},t.type="visualMap.continuous",t.defaultOption=Oi(tv.defaultOption,{align:"auto",calculable:!1,hoverLink:!0,realtime:!0,handleIcon:"path://M-11.39,9.77h0a3.5,3.5,0,0,1-3.5,3.5h-22a3.5,3.5,0,0,1-3.5-3.5h0a3.5,3.5,0,0,1,3.5-3.5h22A3.5,3.5,0,0,1-11.39,9.77Z",handleSize:"120%",handleStyle:{borderColor:"#fff",borderWidth:1},indicatorIcon:"circle",indicatorSize:"50%",indicatorStyle:{borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}}),t})(tv);function kL(r,t,e){if(e[0]===e[1])return e.slice();for(var n=200,i=(e[1]-e[0])/n,a=e[0],o=[],s=0;s<=n&&a<e[1];s++)o.push(a),a+=i;return o.push(e[1]),o}var NL=function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.autoPositionValues={left:1,right:1,top:1,bottom:1},e}return t.prototype.init=function(e,n){this.ecModel=e,this.api=n},t.prototype.render=function(e,n,i,a){if(this.visualMapModel=e,e.get("show")===!1){this.group.removeAll();return}this.doRender(e,n,i,a)},t.prototype.renderBackground=function(e){var n=this.visualMapModel,i=jo(n.get("padding")||0),a=e.getBoundingRect();e.add(new Et({z2:-1,silent:!0,shape:{x:a.x-i[3],y:a.y-i[0],width:a.width+i[3]+i[1],height:a.height+i[0]+i[2]},style:{fill:n.get("backgroundColor"),stroke:n.get("borderColor"),lineWidth:n.get("borderWidth")}}))},t.prototype.getControllerVisual=function(e,n,i){i=i||{};var a=i.forceState,o=this.visualMapModel,s={};if(n==="color"){var u=o.get("contentColor");s.color=u}function l(v){return s[v]}function f(v,p){s[v]=p}var h=o.controllerVisuals[a||o.getValueState(e)],c=or.prepareVisualTypes(h);return E(c,function(v){var p=h[v];i.convertOpacityToAlpha&&v==="opacity"&&(v="colorAlpha",p=h.__alphaForOpacity),or.dependsOn(v,n)&&p&&p.applyVisual(e,l,f)}),s[n]},t.prototype.positionGroup=function(e){var n=this.visualMapModel,i=this.api;Ch(e,n.getBoxLayoutParams(),{width:i.getWidth(),height:i.getHeight()})},t.prototype.doRender=function(e,n,i,a){},t.type="visualMap",t}(Kt),zL=[["left","right","width"],["top","bottom","height"]];function GL(r,t,e){var n=r.option,i=n.align;if(i!=null&&i!=="auto")return i;for(var a={width:t.getWidth(),height:t.getHeight()},o=n.orient==="horizontal"?1:0,s=zL[o],u=[0,null,10],l={},f=0;f<3;f++)l[zL[1-o][f]]=u[f],l[s[f]]=f===2?e[0]:n[s[f]];var h=[["x","width",3],["y","height",0]][o],c=tn(l,a,n.padding);return s[(c.margin[h[2]]||0)+c[h[0]]+c[h[1]]*.5<a[h[1]]*.5?0:1]}function ev(r,t){return E(r||[],function(e){e.dataIndex!=null&&(e.dataIndexInside=e.dataIndex,e.dataIndex=null),e.highlightKey="visualMap"+(t?t.componentIndex:"")}),r}var Fn=Jt,Let=E,VL=Math.min,Pm=Math.max,Iet=12,Pet=6;(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._shapes={},e._dataInterval=[],e._handleEnds=[],e._hoverLinkDataIndices=[],e}return t.prototype.init=function(e,n){r.prototype.init.call(this,e,n),this._hoverLinkFromSeriesMouseOver=Z(this._hoverLinkFromSeriesMouseOver,this),this._hideIndicator=Z(this._hideIndicator,this)},t.prototype.doRender=function(e,n,i,a){(!a||a.type!=="selectDataRange"||a.from!==this.uid)&&this._buildView()},t.prototype._buildView=function(){this.group.removeAll();var e=this.visualMapModel,n=this.group;this._orient=e.get("orient"),this._useHandle=e.get("calculable"),this._resetInterval(),this._renderBar(n);var i=e.get("text");this._renderEndsText(n,i,0),this._renderEndsText(n,i,1),this._updateView(!0),this.renderBackground(n),this._updateView(),this._enableHoverLinkToSeries(),this._enableHoverLinkFromSeries(),this.positionGroup(n)},t.prototype._renderEndsText=function(e,n,i){if(!!n){var a=n[1-i];a=a!=null?a+"":"";var o=this.visualMapModel,s=o.get("textGap"),u=o.itemSize,l=this._shapes.mainGroup,f=this._applyTransform([u[0]/2,i===0?-s:u[1]+s],l),h=this._applyTransform(i===0?"bottom":"top",l),c=this._orient,v=this.visualMapModel.textStyleModel;this.group.add(new Mt({style:$t(v,{x:f[0],y:f[1],verticalAlign:c==="horizontal"?"middle":h,align:c==="horizontal"?h:"center",text:a})}))}},t.prototype._renderBar=function(e){var n=this.visualMapModel,i=this._shapes,a=n.itemSize,o=this._orient,s=this._useHandle,u=GL(n,this.api,a),l=i.mainGroup=this._createBarGroup(u),f=new at;l.add(f),f.add(i.outOfRange=$L()),f.add(i.inRange=$L(null,s?WL(this._orient):null,Z(this._dragHandle,this,"all",!1),Z(this._dragHandle,this,"all",!0))),f.setClipPath(new Et({shape:{x:0,y:0,width:a[0],height:a[1],r:3}}));var h=n.textStyleModel.getTextRect("\u56FD"),c=Pm(h.width,h.height);s&&(i.handleThumbs=[],i.handleLabels=[],i.handleLabelPoints=[],this._createHandle(n,l,0,a,c,o),this._createHandle(n,l,1,a,c,o)),this._createIndicator(n,l,a,c,o),e.add(l)},t.prototype._createHandle=function(e,n,i,a,o,s){var u=Z(this._dragHandle,this,i,!1),l=Z(this._dragHandle,this,i,!0),f=qn(e.get("handleSize"),a[0]),h=le(e.get("handleIcon"),-f/2,-f/2,f,f,null,!0),c=WL(this._orient);h.attr({cursor:c,draggable:!0,drift:u,ondragend:l,onmousemove:function(y){Wn(y.event)}}),h.x=a[0]/2,h.useStyle(e.getModel("handleStyle").getItemStyle()),h.setStyle({strokeNoScale:!0,strokeFirst:!0}),h.style.lineWidth*=2,h.ensureState("emphasis").style=e.getModel(["emphasis","handleStyle"]).getItemStyle(),Ma(h,!0),n.add(h);var v=this.visualMapModel.textStyleModel,p=new Mt({cursor:c,draggable:!0,drift:u,onmousemove:function(y){Wn(y.event)},ondragend:l,style:$t(v,{x:0,y:0,text:""})});p.ensureState("blur").style={opacity:.1},p.stateTransition={duration:200},this.group.add(p);var g=[f,0],d=this._shapes;d.handleThumbs[i]=h,d.handleLabelPoints[i]=g,d.handleLabels[i]=p},t.prototype._createIndicator=function(e,n,i,a,o){var s=qn(e.get("indicatorSize"),i[0]),u=le(e.get("indicatorIcon"),-s/2,-s/2,s,s,null,!0);u.attr({cursor:"move",invisible:!0,silent:!0,x:i[0]/2});var l=e.getModel("indicatorStyle").getItemStyle();if(u instanceof Me){var f=u.style;u.useStyle(H({image:f.image,x:f.x,y:f.y,width:f.width,height:f.height},l))}else u.useStyle(l);n.add(u);var h=this.visualMapModel.textStyleModel,c=new Mt({silent:!0,invisible:!0,style:$t(h,{x:0,y:0,text:""})});this.group.add(c);var v=[(o==="horizontal"?a/2:Pet)+i[0]/2,0],p=this._shapes;p.indicator=u,p.indicatorLabel=c,p.indicatorLabelPoint=v,this._firstShowIndicator=!0},t.prototype._dragHandle=function(e,n,i,a){if(!!this._useHandle){if(this._dragging=!n,!n){var o=this._applyTransform([i,a],this._shapes.mainGroup,!0);this._updateInterval(e,o[1]),this._hideIndicator(),this._updateView()}n===!this.visualMapModel.get("realtime")&&this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:this._dataInterval.slice()}),n?!this._hovering&&this._clearHoverLinkToSeries():HL(this.visualMapModel)&&this._doHoverLinkToSeries(this._handleEnds[e],!1)}},t.prototype._resetInterval=function(){var e=this.visualMapModel,n=this._dataInterval=e.getSelected(),i=e.getExtent(),a=[0,e.itemSize[1]];this._handleEnds=[Fn(n[0],i,a,!0),Fn(n[1],i,a,!0)]},t.prototype._updateInterval=function(e,n){n=n||0;var i=this.visualMapModel,a=this._handleEnds,o=[0,i.itemSize[1]];_l(n,a,o,e,0);var s=i.getExtent();this._dataInterval=[Fn(a[0],o,s,!0),Fn(a[1],o,s,!0)]},t.prototype._updateView=function(e){var n=this.visualMapModel,i=n.getExtent(),a=this._shapes,o=[0,n.itemSize[1]],s=e?o:this._handleEnds,u=this._createBarVisual(this._dataInterval,i,s,"inRange"),l=this._createBarVisual(i,i,o,"outOfRange");a.inRange.setStyle({fill:u.barColor}).setShape("points",u.barPoints),a.outOfRange.setStyle({fill:l.barColor}).setShape("points",l.barPoints),this._updateHandle(s,u)},t.prototype._createBarVisual=function(e,n,i,a){var o={forceState:a,convertOpacityToAlpha:!0},s=this._makeColorGradient(e,o),u=[this.getControllerVisual(e[0],"symbolSize",o),this.getControllerVisual(e[1],"symbolSize",o)],l=this._createBarPoints(i,u);return{barColor:new wu(0,0,0,1,s),barPoints:l,handlesColor:[s[0].color,s[s.length-1].color]}},t.prototype._makeColorGradient=function(e,n){var i=100,a=[],o=(e[1]-e[0])/i;a.push({color:this.getControllerVisual(e[0],"color",n),offset:0});for(var s=1;s<i;s++){var u=e[0]+o*s;if(u>e[1])break;a.push({color:this.getControllerVisual(u,"color",n),offset:s/i})}return a.push({color:this.getControllerVisual(e[1],"color",n),offset:1}),a},t.prototype._createBarPoints=function(e,n){var i=this.visualMapModel.itemSize;return[[i[0]-n[0],e[0]],[i[0],e[0]],[i[0],e[1]],[i[0]-n[1],e[1]]]},t.prototype._createBarGroup=function(e){var n=this._orient,i=this.visualMapModel.get("inverse");return new at(n==="horizontal"&&!i?{scaleX:e==="bottom"?1:-1,rotation:Math.PI/2}:n==="horizontal"&&i?{scaleX:e==="bottom"?-1:1,rotation:-Math.PI/2}:n==="vertical"&&!i?{scaleX:e==="left"?1:-1,scaleY:-1}:{scaleX:e==="left"?1:-1})},t.prototype._updateHandle=function(e,n){if(!!this._useHandle){var i=this._shapes,a=this.visualMapModel,o=i.handleThumbs,s=i.handleLabels,u=a.itemSize,l=a.getExtent();Let([0,1],function(f){var h=o[f];h.setStyle("fill",n.handlesColor[f]),h.y=e[f];var c=Fn(e[f],[0,u[1]],l,!0),v=this.getControllerVisual(c,"symbolSize");h.scaleX=h.scaleY=v/u[0],h.x=u[0]-v/2;var p=Tn(i.handleLabelPoints[f],Fa(h,this.group));s[f].setStyle({x:p[0],y:p[1],text:a.formatValueText(this._dataInterval[f]),verticalAlign:"middle",align:this._orient==="vertical"?this._applyTransform("left",i.mainGroup):"center"})},this)}},t.prototype._showIndicator=function(e,n,i,a){var o=this.visualMapModel,s=o.getExtent(),u=o.itemSize,l=[0,u[1]],f=this._shapes,h=f.indicator;if(!!h){h.attr("invisible",!1);var c={convertOpacityToAlpha:!0},v=this.getControllerVisual(e,"color",c),p=this.getControllerVisual(e,"symbolSize"),g=Fn(e,s,l,!0),d=u[0]-p/2,y={x:h.x,y:h.y};h.y=g,h.x=d;var m=Tn(f.indicatorLabelPoint,Fa(h,this.group)),_=f.indicatorLabel;_.attr("invisible",!1);var S=this._applyTransform("left",f.mainGroup),w=this._orient,b=w==="horizontal";_.setStyle({text:(i||"")+o.formatValueText(n),verticalAlign:b?S:"middle",align:b?"center":S});var x={x:d,y:g,style:{fill:v}},A={style:{x:m[0],y:m[1]}};if(o.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var D={duration:100,easing:"cubicInOut",additive:!0};h.x=y.x,h.y=y.y,h.animateTo(x,D),_.animateTo(A,D)}else h.attr(x),_.attr(A);this._firstShowIndicator=!1;var C=this._shapes.handleLabels;if(C)for(var T=0;T<C.length;T++)this.api.enterBlur(C[T])}},t.prototype._enableHoverLinkToSeries=function(){var e=this;this._shapes.mainGroup.on("mousemove",function(n){if(e._hovering=!0,!e._dragging){var i=e.visualMapModel.itemSize,a=e._applyTransform([n.offsetX,n.offsetY],e._shapes.mainGroup,!0,!0);a[1]=VL(Pm(0,a[1]),i[1]),e._doHoverLinkToSeries(a[1],0<=a[0]&&a[0]<=i[0])}}).on("mouseout",function(){e._hovering=!1,!e._dragging&&e._clearHoverLinkToSeries()})},t.prototype._enableHoverLinkFromSeries=function(){var e=this.api.getZr();this.visualMapModel.option.hoverLink?(e.on("mouseover",this._hoverLinkFromSeriesMouseOver,this),e.on("mouseout",this._hideIndicator,this)):this._clearHoverLinkFromSeries()},t.prototype._doHoverLinkToSeries=function(e,n){var i=this.visualMapModel,a=i.itemSize;if(!!i.option.hoverLink){var o=[0,a[1]],s=i.getExtent();e=VL(Pm(o[0],e),o[1]);var u=Fet(i,s,o),l=[e-u,e+u],f=Fn(e,o,s,!0),h=[Fn(l[0],o,s,!0),Fn(l[1],o,s,!0)];l[0]<o[0]&&(h[0]=-1/0),l[1]>o[1]&&(h[1]=1/0),n&&(h[0]===-1/0?this._showIndicator(f,h[1],"< ",u):h[1]===1/0?this._showIndicator(f,h[0],"> ",u):this._showIndicator(f,f,"\u2248 ",u));var c=this._hoverLinkDataIndices,v=[];(n||HL(i))&&(v=this._hoverLinkDataIndices=i.findTargetDataIndices(h));var p=r$(c,v);this._dispatchHighDown("downplay",ev(p[0],i)),this._dispatchHighDown("highlight",ev(p[1],i))}},t.prototype._hoverLinkFromSeriesMouseOver=function(e){var n;if($a(e.target,function(u){var l=ut(u);if(l.dataIndex!=null)return n=l,!0},!0),!!n){var i=this.ecModel.getSeriesByIndex(n.seriesIndex),a=this.visualMapModel;if(!!a.isTargetSeries(i)){var o=i.getData(n.dataType),s=o.getStore().get(a.getDataDimensionIndex(o),n.dataIndex);isNaN(s)||this._showIndicator(s,s)}}},t.prototype._hideIndicator=function(){var e=this._shapes;e.indicator&&e.indicator.attr("invisible",!0),e.indicatorLabel&&e.indicatorLabel.attr("invisible",!0);var n=this._shapes.handleLabels;if(n)for(var i=0;i<n.length;i++)this.api.leaveBlur(n[i])},t.prototype._clearHoverLinkToSeries=function(){this._hideIndicator();var e=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",ev(e,this.visualMapModel)),e.length=0},t.prototype._clearHoverLinkFromSeries=function(){this._hideIndicator();var e=this.api.getZr();e.off("mouseover",this._hoverLinkFromSeriesMouseOver),e.off("mouseout",this._hideIndicator)},t.prototype._applyTransform=function(e,n,i,a){var o=Fa(n,a?null:this.group);return Y(e)?Tn(e,o,i):ch(e,o,i)},t.prototype._dispatchHighDown=function(e,n){n&&n.length&&this.api.dispatchAction({type:e,batch:n})},t.prototype.dispose=function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},t.type="visualMap.continuous",t})(NL);function $L(r,t,e,n){return new er({shape:{points:r},draggable:!!e,cursor:t,drift:e,onmousemove:function(i){Wn(i.event)},ondragend:n})}function Fet(r,t,e){var n=Iet/2,i=r.get("hoverLinkDataSize");return i&&(n=Fn(i,t,e,!0)/2),n}function HL(r){var t=r.get("hoverLinkOnHandle");return!!(t==null?r.get("realtime"):t)}function WL(r){return r==="vertical"?"ns-resize":"ew-resize"}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._pieceList=[],e}return t.prototype.optionUpdated=function(e,n){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],Ret[this._mode].call(this,this._pieceList),this._resetSelected(e,n);var a=this.option.categories;this.resetVisual(function(o,s){i==="categories"?(o.mappingMethod="category",o.categories=st(a)):(o.dataExtent=this.getExtent(),o.mappingMethod="piecewise",o.pieceList=U(this._pieceList,function(u){return u=st(u),s!=="inRange"&&(u.visual=null),u}))})},t.prototype.completeVisualOption=function(){var e=this.option,n={},i=or.listVisualTypes(),a=this.isCategory();E(e.pieces,function(s){E(i,function(u){s.hasOwnProperty(u)&&(n[u]=1)})}),E(n,function(s,u){var l=!1;E(this.stateList,function(f){l=l||o(e,f,u)||o(e.target,f,u)},this),!l&&E(this.stateList,function(f){(e[f]||(e[f]={}))[u]=FL.get(u,f==="inRange"?"active":"inactive",a)})},this);function o(s,u,l){return s&&s[u]&&s[u].hasOwnProperty(l)}r.prototype.completeVisualOption.apply(this,arguments)},t.prototype._resetSelected=function(e,n){var i=this.option,a=this._pieceList,o=(n?i:e).selected||{};if(i.selected=o,E(a,function(u,l){var f=this.getSelectedMapKey(u);o.hasOwnProperty(f)||(o[f]=!0)},this),i.selectedMode==="single"){var s=!1;E(a,function(u,l){var f=this.getSelectedMapKey(u);o[f]&&(s?o[f]=!1:s=!0)},this)}},t.prototype.getItemSymbol=function(){return this.get("itemSymbol")},t.prototype.getSelectedMapKey=function(e){return this._mode==="categories"?e.value+"":e.index+""},t.prototype.getPieceList=function(){return this._pieceList},t.prototype._determineMode=function(){var e=this.option;return e.pieces&&e.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},t.prototype.setSelected=function(e){this.option.selected=st(e)},t.prototype.getValueState=function(e){var n=or.findPieceIndex(e,this._pieceList);return n!=null&&this.option.selected[this.getSelectedMapKey(this._pieceList[n])]?"inRange":"outOfRange"},t.prototype.findTargetDataIndices=function(e){var n=[],i=this._pieceList;return this.eachTargetSeries(function(a){var o=[],s=a.getData();s.each(this.getDataDimensionIndex(s),function(u,l){var f=or.findPieceIndex(u,i);f===e&&o.push(l)},this),n.push({seriesId:a.id,dataIndex:o})},this),n},t.prototype.getRepresentValue=function(e){var n;if(this.isCategory())n=e.value;else if(e.value!=null)n=e.value;else{var i=e.interval||[];n=i[0]===-1/0&&i[1]===1/0?0:(i[0]+i[1])/2}return n},t.prototype.getVisualMeta=function(e){if(this.isCategory())return;var n=[],i=["",""],a=this;function o(f,h){var c=a.getRepresentValue({interval:f});h||(h=a.getValueState(c));var v=e(c,h);f[0]===-1/0?i[0]=v:f[1]===1/0?i[1]=v:n.push({value:f[0],color:v},{value:f[1],color:v})}var s=this._pieceList.slice();if(!s.length)s.push({interval:[-1/0,1/0]});else{var u=s[0].interval[0];u!==-1/0&&s.unshift({interval:[-1/0,u]}),u=s[s.length-1].interval[1],u!==1/0&&s.push({interval:[u,1/0]})}var l=-1/0;return E(s,function(f){var h=f.interval;h&&(h[0]>l&&o([l,h[0]],"outOfRange"),o(h.slice()),l=h[1])},this),{stops:n,outerColors:i}},t.type="visualMap.piecewise",t.defaultOption=Oi(tv.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),t})(tv);var Ret={splitNumber:function(r){var t=this.option,e=Math.min(t.precision,20),n=this.getExtent(),i=t.splitNumber;i=Math.max(parseInt(i,10),1),t.splitNumber=i;for(var a=(n[1]-n[0])/i;+a.toFixed(e)!==a&&e<5;)e++;t.precision=e,a=+a.toFixed(e),t.minOpen&&r.push({interval:[-1/0,n[0]],close:[0,0]});for(var o=0,s=n[0];o<i;s+=a,o++){var u=o===i-1?n[1]:s+a;r.push({interval:[s,u],close:[1,1]})}t.maxOpen&&r.push({interval:[n[1],1/0],close:[0,0]}),kw(r),E(r,function(l,f){l.index=f,l.text=this.formatValueText(l.interval)},this)},categories:function(r){var t=this.option;E(t.categories,function(e){r.push({text:this.formatValueText(e,!0),value:e})},this),UL(t,r)},pieces:function(r){var t=this.option;E(t.pieces,function(e,n){lt(e)||(e={value:e});var i={text:"",index:n};if(e.label!=null&&(i.text=e.label),e.hasOwnProperty("value")){var a=i.value=e.value;i.interval=[a,a],i.close=[1,1]}else{for(var o=i.interval=[],s=i.close=[0,0],u=[1,0,1],l=[-1/0,1/0],f=[],h=0;h<2;h++){for(var c=[["gte","gt","min"],["lte","lt","max"]][h],v=0;v<3&&o[h]==null;v++)o[h]=e[c[v]],s[h]=u[v],f[h]=v===2;o[h]==null&&(o[h]=l[h])}f[0]&&o[1]===1/0&&(s[0]=0),f[1]&&o[0]===-1/0&&(s[1]=0),o[0]===o[1]&&s[0]&&s[1]&&(i.value=o[0])}i.visual=or.retrieveVisuals(e),r.push(i)},this),UL(t,r),kw(r),E(r,function(e){var n=e.close,i=[["<","\u2264"][n[1]],[">","\u2265"][n[0]]];e.text=e.text||this.formatValueText(e.value!=null?e.value:e.interval,!1,i)},this)}};function UL(r,t){var e=r.inverse;(r.orient==="vertical"?!e:e)&&t.reverse()}(function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.doRender=function(){var e=this.group;e.removeAll();var n=this.visualMapModel,i=n.get("textGap"),a=n.textStyleModel,o=a.getFont(),s=a.getTextColor(),u=this._getItemAlign(),l=n.itemSize,f=this._getViewData(),h=f.endsText,c=we(n.get("showLabel",!0),!h);h&&this._renderEndsText(e,h[0],l,c,u),E(f.viewPieceList,function(v){var p=v.piece,g=new at;g.onclick=Z(this._onItemClick,this,p),this._enableHoverLink(g,v.indexInModelPieceList);var d=n.getRepresentValue(p);if(this._createItemSymbol(g,d,[0,0,l[0],l[1]]),c){var y=this.visualMapModel.getValueState(d);g.add(new Mt({style:{x:u==="right"?-i:l[0]+i,y:l[1]/2,text:p.text,verticalAlign:"middle",align:u,font:o,fill:s,opacity:y==="outOfRange"?.5:1}}))}e.add(g)},this),h&&this._renderEndsText(e,h[1],l,c,u),ka(n.get("orient"),e,n.get("itemGap")),this.renderBackground(e),this.positionGroup(e)},t.prototype._enableHoverLink=function(e,n){var i=this;e.on("mouseover",function(){return a("highlight")}).on("mouseout",function(){return a("downplay")});var a=function(o){var s=i.visualMapModel;s.option.hoverLink&&i.api.dispatchAction({type:o,batch:ev(s.findTargetDataIndices(n),s)})}},t.prototype._getItemAlign=function(){var e=this.visualMapModel,n=e.option;if(n.orient==="vertical")return GL(e,this.api,e.itemSize);var i=n.align;return(!i||i==="auto")&&(i="left"),i},t.prototype._renderEndsText=function(e,n,i,a,o){if(!!n){var s=new at,u=this.visualMapModel.textStyleModel;s.add(new Mt({style:$t(u,{x:a?o==="right"?i[0]:0:i[0]/2,y:i[1]/2,verticalAlign:"middle",align:a?o:"center",text:n})})),e.add(s)}},t.prototype._getViewData=function(){var e=this.visualMapModel,n=U(e.getPieceList(),function(s,u){return{piece:s,indexInModelPieceList:u}}),i=e.get("text"),a=e.get("orient"),o=e.get("inverse");return(a==="horizontal"?o:!o)?n.reverse():i&&(i=i.slice().reverse()),{viewPieceList:n,endsText:i}},t.prototype._createItemSymbol=function(e,n,i){e.add(le(this.getControllerVisual(n,"symbol"),i[0],i[1],i[2],i[3],this.getControllerVisual(n,"color")))},t.prototype._onItemClick=function(e){var n=this.visualMapModel,i=n.option,a=i.selectedMode;if(!!a){var o=st(i.selected),s=n.getSelectedMapKey(e);a==="single"||a===!0?(o[s]=!0,E(o,function(u,l){o[l]=l===s})):o[s]=!o[s],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:o})}},t.type="visualMap.piecewise",t})(NL),Tt(),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="dataset",e}return t.prototype.init=function(e,n,i){r.prototype.init.call(this,e,n,i),this._sourceManager=new DA(this),EA(this)},t.prototype.mergeOption=function(e,n){r.prototype.mergeOption.call(this,e,n),EA(this)},t.prototype.optionUpdated=function(){this._sourceManager.dirty()},t.prototype.getSourceManager=function(){return this._sourceManager},t.type="dataset",t.defaultOption={seriesLayoutBy:En},t}(wt),function(r){O(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type="dataset",e}return t.type="dataset",t}(Kt);const Bet=["getWidth","getHeight","getDom","getOption","resize","dispatchAction","convertToPixel","convertFromPixel","containPixel","getDataURL","getConnectedDataURL","appendData","clear","isDisposed","dispose"];function Oet(r){function t(n){return(...i)=>{if(!r.value)throw new Error("ECharts is not initialized yet.");return r.value[n].apply(r.value,i)}}function e(){const n=Object.create(null);return Bet.forEach(i=>{n[i]=t(i)}),n}return e()}function ket(r,t,e){Pl([e,r,t],([n,i,a],o,s)=>{let u=null;if(n&&i&&a){const{offsetWidth:l,offsetHeight:f}=n,h=a===!0?{}:a,{throttle:c=100,onResize:v}=h;let p=!1;const g=()=>{i.resize(),v==null||v()},d=c?Rh(g,c):g;u=new ResizeObserver(()=>{!p&&(p=!0,n.offsetWidth===l&&n.offsetHeight===f)||d()}),u.observe(n)}s(()=>{u&&(u.disconnect(),u=null)})})}const Net={autoresize:[Boolean,Object]},zet=/^on[^a-z]/,YL=r=>zet.test(r);function Get(r){const t={};for(const e in r)YL(e)||(t[e]=r[e]);return t}function rv(r,t){const e=Om(r)?hi(r):r;return e&&typeof e=="object"&&"value"in e?e.value||t:e||t}const Vet="ecLoadingOptions";function $et(r,t,e){const n=bs(Vet,{}),i=ln(()=>({...rv(n,{}),...e==null?void 0:e.value}));km(()=>{const a=r.value;!a||(t.value?a.showLoading(i.value):a.hideLoading())})}const Het={loading:Boolean,loadingOptions:Object};let El=null;const XL="x-vue-echarts";function Wet(){if(El!=null)return El;if(typeof HTMLElement=="undefined"||typeof customElements=="undefined")return El=!1;try{new Function("tag","class EChartsElement extends HTMLElement{__dispose=null;disconnectedCallback(){this.__dispose&&(this.__dispose(),this.__dispose=null)}}customElements.get(tag)==null&&customElements.define(tag,EChartsElement);")(XL)}catch(r){return El=!1}return El=!0}document.head.appendChild(document.createElement("style")).textContent=`x-vue-echarts{display:block;width:100%;height:100%;min-width:0}
|
|
95
|
+
`;const Uet=Wet(),ZL="ecTheme",Yet="ecInitOptions",Xet="ecUpdateOptions",qL=/(^&?~?!?)native:/;var Zet=Il({name:"echarts",props:{option:Object,theme:{type:[Object,String]},initOptions:Object,updateOptions:Object,group:String,manualUpdate:Boolean,...Net,...Het},emits:{},inheritAttrs:!1,setup(r,{attrs:t}){const e=av(),n=av(),i=av(),a=bs(ZL,null),o=bs(Yet,null),s=bs(Xet,null),{autoresize:u,manualUpdate:l,loading:f,loadingOptions:h}=uI(r),c=ln(()=>i.value||r.option||null),v=ln(()=>r.theme||rv(a,{})),p=ln(()=>r.initOptions||rv(o,{})),g=ln(()=>r.updateOptions||rv(s,{})),d=ln(()=>Get(t)),y={},m=iv().proxy.$listeners,_={};m?Object.keys(m).forEach(D=>{qL.test(D)?y[D.replace(qL,"$1")]=m[D]:_[D]=m[D]}):Object.keys(t).filter(D=>YL(D)).forEach(D=>{let C=D.charAt(2).toLowerCase()+D.slice(3);if(C.indexOf("native:")===0){const T=`on${C.charAt(7).toUpperCase()}${C.slice(8)}`;y[T]=t[D];return}C.substring(C.length-4)==="Once"&&(C=`~${C.substring(0,C.length-4)}`),_[C]=t[D]});function S(D){if(!e.value)return;const C=n.value=JY(e.value,v.value,p.value);r.group&&(C.group=r.group),Object.keys(_).forEach(F=>{let P=_[F];if(!P)return;let L=F.toLowerCase();L.charAt(0)==="~"&&(L=L.substring(1),P.__once__=!0);let R=C;if(L.indexOf("zr:")===0&&(R=C.getZr(),L=L.substring(3)),P.__once__){delete P.__once__;const k=P;P=(...B)=>{k(...B),R.off(L,P)}}R.on(L,P)});function T(){C&&!C.isDisposed()&&C.resize()}function I(){const F=D||c.value;F&&C.setOption(F,g.value)}u.value?cI(()=>{T(),I()}):I()}function w(D,C){r.manualUpdate&&(i.value=D),n.value?n.value.setOption(D,C||{}):S(D)}function b(){n.value&&(n.value.dispose(),n.value=void 0)}let x=null;Pl(l,D=>{typeof x=="function"&&(x(),x=null),D||(x=Pl(()=>r.option,(C,T)=>{!C||(n.value?n.value.setOption(C,{notMerge:C!==T,...g.value}):S())},{deep:!0}))},{immediate:!0}),Pl([v,p],()=>{b(),S()},{deep:!0}),km(()=>{r.group&&n.value&&(n.value.group=r.group)});const A=Oet(n);return $et(n,f,h),ket(n,u,e),lI(()=>{S()}),fI(()=>{Uet&&e.value?e.value.__dispose=b:b()}),{chart:n,root:e,setOption:w,nonEventAttrs:d,nativeListeners:y,...A}},render(){const r={...this.nonEventAttrs,...this.nativeListeners};return r.ref="root",r.class=r.class?["echarts"].concat(r.class):"echarts",hI(XL,r)}});const KL={},jL=zs({});var JL=(r,t)=>{const e=r.__vccOpts||r;for(const[n,i]of t)e[n]=i;return e};const qet={name:"GDemo"},Ket=Il({...qet,props:jL,emits:KL,setup(r,{emit:t}){const e=Cb("demo");Ka([EZ,cq,Vtt,Btt,pet]),Bm(ZL,"dark");const n=Ll({title:{text:"Traffic Sources",left:"center"},tooltip:{trigger:"item",formatter:"{a} <br/>{b} : {c} ({d}%)"},legend:{orient:"vertical",left:"left",data:["Direct","Email","Ad Networks","Video Ads","Search Engines"]},series:[{name:"Traffic Sources",type:"pie",radius:"55%",center:["50%","60%"],data:[{value:335,name:"Direct"},{value:310,name:"Email"},{value:234,name:"Ad Networks"},{value:135,name:"Video Ads"},{value:1548,name:"Search Engines"}],emphasis:{itemStyle:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"}}}]});return(i,a)=>(Nm(),zm("div",{class:Gm([hi(e).b()])},[vI(hi(Zet),{class:"chart",option:n.value,autoresize:""},null,8,["option"])],2))}});var jet=JL(Ket,[["__file","demo.vue"]]);const QL=bp(jet),tI={},eI=zs({}),Jet={name:"GButton1"},Qet=Il({...Jet,props:eI,emits:tI,setup(r,{emit:t}){const e=Cb("button1"),{t:n}=nG();return(i,a)=>(Nm(),zm("div",{class:Gm([hi(e).b()])},pI(hi(n)("el.empty.text")),3))}});var trt=JL(Qet,[["__file","button1.vue"]]);const rI=bp(trt),nI=zs({a11y:{type:Boolean,default:!0},locale:{type:wb(Object)},experimentalFeatures:{type:wb(Object)},keyboardNavigation:{type:Boolean,default:!0},zIndex:Number,namespace:{type:String,default:"greeks"}}),ert=Il({name:"GConfigProvider",props:nI,setup(r,{slots:t}){const e=Ab(r);return()=>dI(t,"default",{config:e==null?void 0:e.value})}}),iI=bp(ert);var rrt=[QL,rI,iI],nrt=[],Fm=Db([...rrt,...nrt]),aI={exports:{}};(function(r,t){(function(e,n){r.exports=n()})(Tb,function(){var e=1e3,n=6e4,i=36e5,a="millisecond",o="second",s="minute",u="hour",l="day",f="week",h="month",c="quarter",v="year",p="date",g="Invalid Date",d=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,m={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(P){var L=["th","st","nd","rd"],R=P%100;return"["+P+(L[(R-20)%10]||L[R]||L[0])+"]"}},_=function(P,L,R){var k=String(P);return!k||k.length>=L?P:""+Array(L+1-k.length).join(R)+P},S={s:_,z:function(P){var L=-P.utcOffset(),R=Math.abs(L),k=Math.floor(R/60),B=R%60;return(L<=0?"+":"-")+_(k,2,"0")+":"+_(B,2,"0")},m:function P(L,R){if(L.date()<R.date())return-P(R,L);var k=12*(R.year()-L.year())+(R.month()-L.month()),B=L.clone().add(k,h),N=R-B<0,z=L.clone().add(k+(N?-1:1),h);return+(-(k+(R-B)/(N?B-z:z-B))||0)},a:function(P){return P<0?Math.ceil(P)||0:Math.floor(P)},p:function(P){return{M:h,y:v,w:f,d:l,D:p,h:u,m:s,s:o,ms:a,Q:c}[P]||String(P||"").toLowerCase().replace(/s$/,"")},u:function(P){return P===void 0}},w="en",b={};b[w]=m;var x="$isDayjsObject",A=function(P){return P instanceof I||!(!P||!P[x])},D=function P(L,R,k){var B;if(!L)return w;if(typeof L=="string"){var N=L.toLowerCase();b[N]&&(B=N),R&&(b[N]=R,B=N);var z=L.split("-");if(!B&&z.length>1)return P(z[0])}else{var W=L.name;b[W]=L,B=W}return!k&&B&&(w=B),B||!k&&w},C=function(P,L){if(A(P))return P.clone();var R=typeof L=="object"?L:{};return R.date=P,R.args=arguments,new I(R)},T=S;T.l=D,T.i=A,T.w=function(P,L){return C(P,{locale:L.$L,utc:L.$u,x:L.$x,$offset:L.$offset})};var I=function(){function P(R){this.$L=D(R.locale,null,!0),this.parse(R),this.$x=this.$x||R.x||{},this[x]=!0}var L=P.prototype;return L.parse=function(R){this.$d=function(k){var B=k.date,N=k.utc;if(B===null)return new Date(NaN);if(T.u(B))return new Date;if(B instanceof Date)return new Date(B);if(typeof B=="string"&&!/Z$/i.test(B)){var z=B.match(d);if(z){var W=z[2]-1||0,G=(z[7]||"0").substring(0,3);return N?new Date(Date.UTC(z[1],W,z[3]||1,z[4]||0,z[5]||0,z[6]||0,G)):new Date(z[1],W,z[3]||1,z[4]||0,z[5]||0,z[6]||0,G)}}return new Date(B)}(R),this.init()},L.init=function(){var R=this.$d;this.$y=R.getFullYear(),this.$M=R.getMonth(),this.$D=R.getDate(),this.$W=R.getDay(),this.$H=R.getHours(),this.$m=R.getMinutes(),this.$s=R.getSeconds(),this.$ms=R.getMilliseconds()},L.$utils=function(){return T},L.isValid=function(){return this.$d.toString()!==g},L.isSame=function(R,k){var B=C(R);return this.startOf(k)<=B&&B<=this.endOf(k)},L.isAfter=function(R,k){return C(R)<this.startOf(k)},L.isBefore=function(R,k){return this.endOf(k)<C(R)},L.$g=function(R,k,B){return T.u(R)?this[k]:this.set(B,R)},L.unix=function(){return Math.floor(this.valueOf()/1e3)},L.valueOf=function(){return this.$d.getTime()},L.startOf=function(R,k){var B=this,N=!!T.u(k)||k,z=T.p(R),W=function(vt,nt){var Q=T.w(B.$u?Date.UTC(B.$y,nt,vt):new Date(B.$y,nt,vt),B);return N?Q:Q.endOf(l)},G=function(vt,nt){return T.w(B.toDate()[vt].apply(B.toDate("s"),(N?[0,0,0,0]:[23,59,59,999]).slice(nt)),B)},V=this.$W,$=this.$M,X=this.$D,q="set"+(this.$u?"UTC":"");switch(z){case v:return N?W(1,0):W(31,11);case h:return N?W(1,$):W(0,$+1);case f:var K=this.$locale().weekStart||0,tt=(V<K?V+7:V)-K;return W(N?X-tt:X+(6-tt),$);case l:case p:return G(q+"Hours",0);case u:return G(q+"Minutes",1);case s:return G(q+"Seconds",2);case o:return G(q+"Milliseconds",3);default:return this.clone()}},L.endOf=function(R){return this.startOf(R,!1)},L.$set=function(R,k){var B,N=T.p(R),z="set"+(this.$u?"UTC":""),W=(B={},B[l]=z+"Date",B[p]=z+"Date",B[h]=z+"Month",B[v]=z+"FullYear",B[u]=z+"Hours",B[s]=z+"Minutes",B[o]=z+"Seconds",B[a]=z+"Milliseconds",B)[N],G=N===l?this.$D+(k-this.$W):k;if(N===h||N===v){var V=this.clone().set(p,1);V.$d[W](G),V.init(),this.$d=V.set(p,Math.min(this.$D,V.daysInMonth())).$d}else W&&this.$d[W](G);return this.init(),this},L.set=function(R,k){return this.clone().$set(R,k)},L.get=function(R){return this[T.p(R)]()},L.add=function(R,k){var B,N=this;R=Number(R);var z=T.p(k),W=function($){var X=C(N);return T.w(X.date(X.date()+Math.round($*R)),N)};if(z===h)return this.set(h,this.$M+R);if(z===v)return this.set(v,this.$y+R);if(z===l)return W(1);if(z===f)return W(7);var G=(B={},B[s]=n,B[u]=i,B[o]=e,B)[z]||1,V=this.$d.getTime()+R*G;return T.w(V,this)},L.subtract=function(R,k){return this.add(-1*R,k)},L.format=function(R){var k=this,B=this.$locale();if(!this.isValid())return B.invalidDate||g;var N=R||"YYYY-MM-DDTHH:mm:ssZ",z=T.z(this),W=this.$H,G=this.$m,V=this.$M,$=B.weekdays,X=B.months,q=B.meridiem,K=function(nt,Q,ht,Yt){return nt&&(nt[Q]||nt(k,N))||ht[Q].slice(0,Yt)},tt=function(nt){return T.s(W%12||12,nt,"0")},vt=q||function(nt,Q,ht){var Yt=nt<12?"AM":"PM";return ht?Yt.toLowerCase():Yt};return N.replace(y,function(nt,Q){return Q||function(ht){switch(ht){case"YY":return String(k.$y).slice(-2);case"YYYY":return T.s(k.$y,4,"0");case"M":return V+1;case"MM":return T.s(V+1,2,"0");case"MMM":return K(B.monthsShort,V,X,3);case"MMMM":return K(X,V);case"D":return k.$D;case"DD":return T.s(k.$D,2,"0");case"d":return String(k.$W);case"dd":return K(B.weekdaysMin,k.$W,$,2);case"ddd":return K(B.weekdaysShort,k.$W,$,3);case"dddd":return $[k.$W];case"H":return String(W);case"HH":return T.s(W,2,"0");case"h":return tt(1);case"hh":return tt(2);case"a":return vt(W,G,!0);case"A":return vt(W,G,!1);case"m":return String(G);case"mm":return T.s(G,2,"0");case"s":return String(k.$s);case"ss":return T.s(k.$s,2,"0");case"SSS":return T.s(k.$ms,3,"0");case"Z":return z}return null}(nt)||z.replace(":","")})},L.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},L.diff=function(R,k,B){var N,z=this,W=T.p(k),G=C(R),V=(G.utcOffset()-this.utcOffset())*n,$=this-G,X=function(){return T.m(z,G)};switch(W){case v:N=X()/12;break;case h:N=X();break;case c:N=X()/3;break;case f:N=($-V)/6048e5;break;case l:N=($-V)/864e5;break;case u:N=$/i;break;case s:N=$/n;break;case o:N=$/e;break;default:N=$}return B?N:T.a(N)},L.daysInMonth=function(){return this.endOf(h).$D},L.$locale=function(){return b[this.$L]},L.locale=function(R,k){if(!R)return this.$L;var B=this.clone(),N=D(R,k,!0);return N&&(B.$L=N),B},L.clone=function(){return T.w(this.$d,this)},L.toDate=function(){return new Date(this.valueOf())},L.toJSON=function(){return this.isValid()?this.toISOString():null},L.toISOString=function(){return this.$d.toISOString()},L.toString=function(){return this.$d.toUTCString()},P}(),F=I.prototype;return C.prototype=F,[["$ms",a],["$s",o],["$m",s],["$H",u],["$W",l],["$M",h],["$y",v],["$D",p]].forEach(function(P){F[P[1]]=function(L){return this.$g(L,P[0],P[1])}}),C.extend=function(P,L){return P.$i||(P(L,I,C),P.$i=!0),C},C.locale=D,C.isDayjs=A,C.unix=function(P){return C(1e3*P)},C.en=b[w],C.Ls=b,C.p={},C})})(aI);var irt=aI.exports;const art=Fm.install,ort=Fm.version;export{Zz as CHANGE_EVENT,Wz as EVENT_CODE,rI as GButton1,iI as GConfigProvider,QL as GDemo,qz as INPUT_EVENT,wp as INSTALLED_KEY,Xz as UPDATE_MODEL_EVENT,Yz as WEEK_DAYS,tI as button1Emits,eI as button1Props,jz as componentSizeMap,Kz as componentSizes,nI as configProviderProps,Uz as datePickTypes,irt as dayjs,Fm as default,KL as demoEmits,jL as demoProps,art as install,Db as makeInstaller,ort as version};
|
|
96
|
+
//# sourceMappingURL=index.full.min.mjs.map
|