@templmf/temp-solf-lmf 0.0.94 → 0.0.95

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.
Files changed (528) hide show
  1. package/@antv/algorithm@^0.1.26 +5 -0
  2. package/@antv/component@2.1.7/es2022/esm/animation.mjs +3 -0
  3. package/@antv/component@2.1.7/es2022/esm/core.mjs +3 -0
  4. package/@antv/component@2.1.7/es2022/esm/ui/axis/utils.mjs +3 -0
  5. package/@antv/component@2.1.7/es2022/esm/util/layout.mjs +3 -0
  6. package/@antv/component@^2.1.7 +11 -0
  7. package/@antv/event-emitter@^0.1.3 +3 -0
  8. package/@antv/g-camera-api@2.0.41/es2022/g-camera-api.mjs +15 -0
  9. package/@antv/g-canvas@^2.0.48 +6 -0
  10. package/@antv/g-dom-mutation-observer-api@2.0.38/es2022/g-dom-mutation-observer-api.mjs +15 -0
  11. package/@antv/g-lite@2.3.2/es2022/g-lite.mjs +22 -0
  12. package/@antv/g-math@3.0.1/es2022/g-math.mjs +17 -0
  13. package/@antv/g-plugin-canvas-path-generator@2.1.22/es2022/g-plugin-canvas-path-generator.mjs +16 -0
  14. package/@antv/g-plugin-canvas-picker@2.1.27/es2022/g-plugin-canvas-picker.mjs +20 -0
  15. package/@antv/g-plugin-canvas-renderer@2.3.3/es2022/g-plugin-canvas-renderer.mjs +17 -0
  16. package/@antv/g-plugin-dom-interaction@2.1.27/es2022/g-plugin-dom-interaction.mjs +15 -0
  17. package/@antv/g-plugin-dragndrop@^2.0.38 +4 -0
  18. package/@antv/g-plugin-html-renderer@2.1.27/es2022/g-plugin-html-renderer.mjs +15 -0
  19. package/@antv/g-plugin-image-loader@2.1.26/es2022/g-plugin-image-loader.mjs +19 -0
  20. package/@antv/g-web-animations-api@2.1.28/es2022/g-web-animations-api.mjs +17 -0
  21. package/@antv/g@^6.1.11 +6 -0
  22. package/@antv/g@^6.1.28 +6 -0
  23. package/@antv/graphlib@^2.0.4 +3 -0
  24. package/@antv/hierarchy@^0.7.1 +3 -0
  25. package/@antv/layout@^2.0.0 +2 -0
  26. package/@antv/scale@^0.4.16 +5 -0
  27. package/@antv/util@^2.0.13 +3 -0
  28. package/@antv/util@^3.3.10 +4 -0
  29. package/@antv/util@^3.3.11 +4 -0
  30. package/@antv/util@^3.3.5 +4 -0
  31. package/animate.css@4.1.1/animate.css +4072 -0
  32. package/echarts@6.0.0/es2022/lib/animation/basicTransition.mjs +3 -0
  33. package/echarts@6.0.0/es2022/lib/animation/customGraphicKeyframeAnimation.mjs +3 -0
  34. package/echarts@6.0.0/es2022/lib/animation/customGraphicTransition.mjs +3 -0
  35. package/echarts@6.0.0/es2022/lib/animation/morphTransitionHelper.mjs +3 -0
  36. package/echarts@6.0.0/es2022/lib/animation/universalTransition.mjs +3 -0
  37. package/echarts@6.0.0/es2022/lib/chart/bar/BarSeries.mjs +3 -0
  38. package/echarts@6.0.0/es2022/lib/chart/bar/BarView.mjs +3 -0
  39. package/echarts@6.0.0/es2022/lib/chart/bar/BaseBarSeries.mjs +3 -0
  40. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarSeries.mjs +3 -0
  41. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarView.mjs +3 -0
  42. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotSeries.mjs +3 -0
  43. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotView.mjs +3 -0
  44. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotLayout.mjs +3 -0
  45. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotTransform.mjs +3 -0
  46. package/echarts@6.0.0/es2022/lib/chart/boxplot/prepareBoxplotData.mjs +3 -0
  47. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickSeries.mjs +3 -0
  48. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickView.mjs +3 -0
  49. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickLayout.mjs +3 -0
  50. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickVisual.mjs +3 -0
  51. package/echarts@6.0.0/es2022/lib/chart/candlestick/preprocessor.mjs +3 -0
  52. package/echarts@6.0.0/es2022/lib/chart/chord/ChordEdge.mjs +3 -0
  53. package/echarts@6.0.0/es2022/lib/chart/chord/ChordSeries.mjs +3 -0
  54. package/echarts@6.0.0/es2022/lib/chart/chord/ChordView.mjs +3 -0
  55. package/echarts@6.0.0/es2022/lib/chart/custom/CustomView.mjs +3 -0
  56. package/echarts@6.0.0/es2022/lib/chart/custom/customSeriesRegister.mjs +3 -0
  57. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterSeries.mjs +3 -0
  58. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterView.mjs +3 -0
  59. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelSeries.mjs +3 -0
  60. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelView.mjs +3 -0
  61. package/echarts@6.0.0/es2022/lib/chart/funnel/funnelLayout.mjs +3 -0
  62. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeSeries.mjs +3 -0
  63. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeView.mjs +3 -0
  64. package/echarts@6.0.0/es2022/lib/chart/graph/GraphSeries.mjs +3 -0
  65. package/echarts@6.0.0/es2022/lib/chart/graph/GraphView.mjs +3 -0
  66. package/echarts@6.0.0/es2022/lib/chart/graph/adjustEdge.mjs +3 -0
  67. package/echarts@6.0.0/es2022/lib/chart/graph/categoryFilter.mjs +3 -0
  68. package/echarts@6.0.0/es2022/lib/chart/graph/categoryVisual.mjs +3 -0
  69. package/echarts@6.0.0/es2022/lib/chart/graph/circularLayout.mjs +3 -0
  70. package/echarts@6.0.0/es2022/lib/chart/graph/createView.mjs +3 -0
  71. package/echarts@6.0.0/es2022/lib/chart/graph/edgeVisual.mjs +3 -0
  72. package/echarts@6.0.0/es2022/lib/chart/graph/forceHelper.mjs +3 -0
  73. package/echarts@6.0.0/es2022/lib/chart/graph/forceLayout.mjs +3 -0
  74. package/echarts@6.0.0/es2022/lib/chart/graph/graphHelper.mjs +3 -0
  75. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayout.mjs +3 -0
  76. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayoutHelper.mjs +3 -0
  77. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapLayer.mjs +3 -0
  78. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapSeries.mjs +3 -0
  79. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapView.mjs +3 -0
  80. package/echarts@6.0.0/es2022/lib/chart/helper/EffectLine.mjs +3 -0
  81. package/echarts@6.0.0/es2022/lib/chart/helper/EffectSymbol.mjs +3 -0
  82. package/echarts@6.0.0/es2022/lib/chart/helper/LargeLineDraw.mjs +3 -0
  83. package/echarts@6.0.0/es2022/lib/chart/helper/Line.mjs +3 -0
  84. package/echarts@6.0.0/es2022/lib/chart/helper/LineDraw.mjs +3 -0
  85. package/echarts@6.0.0/es2022/lib/chart/helper/LinePath.mjs +3 -0
  86. package/echarts@6.0.0/es2022/lib/chart/helper/Polyline.mjs +3 -0
  87. package/echarts@6.0.0/es2022/lib/chart/helper/Symbol.mjs +3 -0
  88. package/echarts@6.0.0/es2022/lib/chart/helper/SymbolDraw.mjs +3 -0
  89. package/echarts@6.0.0/es2022/lib/chart/helper/createClipPathFromCoordSys.mjs +3 -0
  90. package/echarts@6.0.0/es2022/lib/chart/helper/createRenderPlanner.mjs +3 -0
  91. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesData.mjs +3 -0
  92. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesDataSimply.mjs +3 -0
  93. package/echarts@6.0.0/es2022/lib/chart/helper/enableAriaDecalForTree.mjs +3 -0
  94. package/echarts@6.0.0/es2022/lib/chart/helper/labelHelper.mjs +3 -0
  95. package/echarts@6.0.0/es2022/lib/chart/helper/multipleGraphEdgeHelper.mjs +3 -0
  96. package/echarts@6.0.0/es2022/lib/chart/helper/treeHelper.mjs +3 -0
  97. package/echarts@6.0.0/es2022/lib/chart/helper/whiskerBoxCommon.mjs +3 -0
  98. package/echarts@6.0.0/es2022/lib/chart/line/LineSeries.mjs +3 -0
  99. package/echarts@6.0.0/es2022/lib/chart/line/LineView.mjs +3 -0
  100. package/echarts@6.0.0/es2022/lib/chart/line/helper.mjs +3 -0
  101. package/echarts@6.0.0/es2022/lib/chart/line/lineAnimationDiff.mjs +3 -0
  102. package/echarts@6.0.0/es2022/lib/chart/line/poly.mjs +3 -0
  103. package/echarts@6.0.0/es2022/lib/chart/lines/LinesSeries.mjs +3 -0
  104. package/echarts@6.0.0/es2022/lib/chart/lines/LinesView.mjs +3 -0
  105. package/echarts@6.0.0/es2022/lib/chart/lines/linesLayout.mjs +3 -0
  106. package/echarts@6.0.0/es2022/lib/chart/lines/linesVisual.mjs +3 -0
  107. package/echarts@6.0.0/es2022/lib/chart/map/MapSeries.mjs +3 -0
  108. package/echarts@6.0.0/es2022/lib/chart/map/MapView.mjs +3 -0
  109. package/echarts@6.0.0/es2022/lib/chart/map/mapDataStatistic.mjs +3 -0
  110. package/echarts@6.0.0/es2022/lib/chart/map/mapSymbolLayout.mjs +3 -0
  111. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelSeries.mjs +3 -0
  112. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelView.mjs +3 -0
  113. package/echarts@6.0.0/es2022/lib/chart/parallel/parallelVisual.mjs +3 -0
  114. package/echarts@6.0.0/es2022/lib/chart/pie/PieSeries.mjs +3 -0
  115. package/echarts@6.0.0/es2022/lib/chart/pie/PieView.mjs +3 -0
  116. package/echarts@6.0.0/es2022/lib/chart/pie/pieLayout.mjs +3 -0
  117. package/echarts@6.0.0/es2022/lib/chart/radar/RadarSeries.mjs +3 -0
  118. package/echarts@6.0.0/es2022/lib/chart/radar/RadarView.mjs +3 -0
  119. package/echarts@6.0.0/es2022/lib/chart/radar/backwardCompat.mjs +3 -0
  120. package/echarts@6.0.0/es2022/lib/chart/radar/radarLayout.mjs +3 -0
  121. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeySeries.mjs +3 -0
  122. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeyView.mjs +3 -0
  123. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyLayout.mjs +3 -0
  124. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyVisual.mjs +3 -0
  125. package/echarts@6.0.0/es2022/lib/chart/scatter/ScatterSeries.mjs +3 -0
  126. package/echarts@6.0.0/es2022/lib/chart/scatter/jitterLayout.mjs +3 -0
  127. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstPiece.mjs +3 -0
  128. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstSeries.mjs +3 -0
  129. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstView.mjs +3 -0
  130. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstAction.mjs +3 -0
  131. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstLayout.mjs +3 -0
  132. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstVisual.mjs +3 -0
  133. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverSeries.mjs +3 -0
  134. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverView.mjs +3 -0
  135. package/echarts@6.0.0/es2022/lib/chart/themeRiver/themeRiverLayout.mjs +3 -0
  136. package/echarts@6.0.0/es2022/lib/chart/tree/TreeSeries.mjs +3 -0
  137. package/echarts@6.0.0/es2022/lib/chart/tree/TreeView.mjs +3 -0
  138. package/echarts@6.0.0/es2022/lib/chart/tree/layoutHelper.mjs +3 -0
  139. package/echarts@6.0.0/es2022/lib/chart/tree/treeAction.mjs +3 -0
  140. package/echarts@6.0.0/es2022/lib/chart/tree/treeVisual.mjs +3 -0
  141. package/echarts@6.0.0/es2022/lib/chart/treemap/Breadcrumb.mjs +3 -0
  142. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapSeries.mjs +3 -0
  143. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapView.mjs +3 -0
  144. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapLayout.mjs +3 -0
  145. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapVisual.mjs +3 -0
  146. package/echarts@6.0.0/es2022/lib/component/aria/install.mjs +3 -0
  147. package/echarts@6.0.0/es2022/lib/component/aria/preprocessor.mjs +3 -0
  148. package/echarts@6.0.0/es2022/lib/component/axis/AngleAxisView.mjs +3 -0
  149. package/echarts@6.0.0/es2022/lib/component/axis/AxisBuilder.mjs +3 -0
  150. package/echarts@6.0.0/es2022/lib/component/axis/CartesianAxisView.mjs +3 -0
  151. package/echarts@6.0.0/es2022/lib/component/axis/ParallelAxisView.mjs +3 -0
  152. package/echarts@6.0.0/es2022/lib/component/axis/RadiusAxisView.mjs +3 -0
  153. package/echarts@6.0.0/es2022/lib/component/axis/SingleAxisView.mjs +3 -0
  154. package/echarts@6.0.0/es2022/lib/component/axis/axisAction.mjs +3 -0
  155. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelper.mjs +3 -0
  156. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelperImpl.mjs +3 -0
  157. package/echarts@6.0.0/es2022/lib/component/axis/axisSplitHelper.mjs +3 -0
  158. package/echarts@6.0.0/es2022/lib/component/axis/installBreak.mjs +3 -0
  159. package/echarts@6.0.0/es2022/lib/component/axis/parallelAxisAction.mjs +3 -0
  160. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerModel.mjs +3 -0
  161. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerView.mjs +3 -0
  162. package/echarts@6.0.0/es2022/lib/component/axisPointer/BaseAxisPointer.mjs +3 -0
  163. package/echarts@6.0.0/es2022/lib/component/axisPointer/CartesianAxisPointer.mjs +3 -0
  164. package/echarts@6.0.0/es2022/lib/component/axisPointer/PolarAxisPointer.mjs +3 -0
  165. package/echarts@6.0.0/es2022/lib/component/axisPointer/SingleAxisPointer.mjs +3 -0
  166. package/echarts@6.0.0/es2022/lib/component/axisPointer/axisTrigger.mjs +3 -0
  167. package/echarts@6.0.0/es2022/lib/component/axisPointer/findPointFromSeries.mjs +3 -0
  168. package/echarts@6.0.0/es2022/lib/component/axisPointer/globalListener.mjs +3 -0
  169. package/echarts@6.0.0/es2022/lib/component/axisPointer/install.mjs +3 -0
  170. package/echarts@6.0.0/es2022/lib/component/axisPointer/modelHelper.mjs +3 -0
  171. package/echarts@6.0.0/es2022/lib/component/axisPointer/viewHelper.mjs +3 -0
  172. package/echarts@6.0.0/es2022/lib/component/brush/BrushModel.mjs +3 -0
  173. package/echarts@6.0.0/es2022/lib/component/brush/BrushView.mjs +3 -0
  174. package/echarts@6.0.0/es2022/lib/component/brush/install.mjs +3 -0
  175. package/echarts@6.0.0/es2022/lib/component/brush/preprocessor.mjs +3 -0
  176. package/echarts@6.0.0/es2022/lib/component/brush/selector.mjs +3 -0
  177. package/echarts@6.0.0/es2022/lib/component/brush/visualEncoding.mjs +3 -0
  178. package/echarts@6.0.0/es2022/lib/component/calendar/install.mjs +3 -0
  179. package/echarts@6.0.0/es2022/lib/component/dataZoom/DataZoomModel.mjs +3 -0
  180. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomModel.mjs +3 -0
  181. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomView.mjs +3 -0
  182. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomModel.mjs +3 -0
  183. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomView.mjs +3 -0
  184. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomAction.mjs +3 -0
  185. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomProcessor.mjs +3 -0
  186. package/echarts@6.0.0/es2022/lib/component/dataZoom/helper.mjs +3 -0
  187. package/echarts@6.0.0/es2022/lib/component/dataZoom/history.mjs +3 -0
  188. package/echarts@6.0.0/es2022/lib/component/dataZoom/install.mjs +3 -0
  189. package/echarts@6.0.0/es2022/lib/component/dataZoom/installCommon.mjs +3 -0
  190. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomInside.mjs +3 -0
  191. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomSlider.mjs +3 -0
  192. package/echarts@6.0.0/es2022/lib/component/dataZoom/roams.mjs +3 -0
  193. package/echarts@6.0.0/es2022/lib/component/dataset/install.mjs +3 -0
  194. package/echarts@6.0.0/es2022/lib/component/geo/GeoView.mjs +3 -0
  195. package/echarts@6.0.0/es2022/lib/component/geo/install.mjs +3 -0
  196. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicModel.mjs +3 -0
  197. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicView.mjs +3 -0
  198. package/echarts@6.0.0/es2022/lib/component/graphic/install.mjs +3 -0
  199. package/echarts@6.0.0/es2022/lib/component/grid/install.mjs +3 -0
  200. package/echarts@6.0.0/es2022/lib/component/grid/installSimple.mjs +3 -0
  201. package/echarts@6.0.0/es2022/lib/component/helper/BrushTargetManager.mjs +3 -0
  202. package/echarts@6.0.0/es2022/lib/component/helper/MapDraw.mjs +3 -0
  203. package/echarts@6.0.0/es2022/lib/component/helper/RoamController.mjs +3 -0
  204. package/echarts@6.0.0/es2022/lib/component/helper/brushHelper.mjs +3 -0
  205. package/echarts@6.0.0/es2022/lib/component/helper/cursorHelper.mjs +3 -0
  206. package/echarts@6.0.0/es2022/lib/component/helper/interactionMutex.mjs +3 -0
  207. package/echarts@6.0.0/es2022/lib/component/helper/listComponent.mjs +3 -0
  208. package/echarts@6.0.0/es2022/lib/component/helper/sliderMove.mjs +3 -0
  209. package/echarts@6.0.0/es2022/lib/component/helper/thumbnailBridge.mjs +3 -0
  210. package/echarts@6.0.0/es2022/lib/component/legend/LegendModel.mjs +3 -0
  211. package/echarts@6.0.0/es2022/lib/component/legend/LegendView.mjs +4 -0
  212. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendModel.mjs +3 -0
  213. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendView.mjs +3 -0
  214. package/echarts@6.0.0/es2022/lib/component/legend/install.mjs +3 -0
  215. package/echarts@6.0.0/es2022/lib/component/legend/installLegendPlain.mjs +3 -0
  216. package/echarts@6.0.0/es2022/lib/component/legend/installLegendScroll.mjs +3 -0
  217. package/echarts@6.0.0/es2022/lib/component/legend/legendAction.mjs +4 -0
  218. package/echarts@6.0.0/es2022/lib/component/legend/legendFilter.mjs +3 -0
  219. package/echarts@6.0.0/es2022/lib/component/legend/scrollableLegendAction.mjs +3 -0
  220. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaModel.mjs +3 -0
  221. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaView.mjs +3 -0
  222. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineModel.mjs +3 -0
  223. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineView.mjs +3 -0
  224. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointModel.mjs +3 -0
  225. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointView.mjs +3 -0
  226. package/echarts@6.0.0/es2022/lib/component/marker/MarkerModel.mjs +3 -0
  227. package/echarts@6.0.0/es2022/lib/component/marker/MarkerView.mjs +3 -0
  228. package/echarts@6.0.0/es2022/lib/component/marker/checkMarkerInSeries.mjs +3 -0
  229. package/echarts@6.0.0/es2022/lib/component/marker/installMarkArea.mjs +3 -0
  230. package/echarts@6.0.0/es2022/lib/component/marker/installMarkLine.mjs +3 -0
  231. package/echarts@6.0.0/es2022/lib/component/marker/installMarkPoint.mjs +3 -0
  232. package/echarts@6.0.0/es2022/lib/component/marker/markerHelper.mjs +3 -0
  233. package/echarts@6.0.0/es2022/lib/component/matrix/MatrixView.mjs +3 -0
  234. package/echarts@6.0.0/es2022/lib/component/matrix/install.mjs +3 -0
  235. package/echarts@6.0.0/es2022/lib/component/parallel/ParallelView.mjs +3 -0
  236. package/echarts@6.0.0/es2022/lib/component/parallel/install.mjs +3 -0
  237. package/echarts@6.0.0/es2022/lib/component/polar/install.mjs +3 -0
  238. package/echarts@6.0.0/es2022/lib/component/radar/RadarView.mjs +3 -0
  239. package/echarts@6.0.0/es2022/lib/component/radar/install.mjs +3 -0
  240. package/echarts@6.0.0/es2022/lib/component/singleAxis/install.mjs +3 -0
  241. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailBridgeImpl.mjs +3 -0
  242. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailModel.mjs +3 -0
  243. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailView.mjs +3 -0
  244. package/echarts@6.0.0/es2022/lib/component/thumbnail/install.mjs +3 -0
  245. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineModel.mjs +3 -0
  246. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineView.mjs +3 -0
  247. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineAxis.mjs +3 -0
  248. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineModel.mjs +3 -0
  249. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineView.mjs +3 -0
  250. package/echarts@6.0.0/es2022/lib/component/timeline/install.mjs +3 -0
  251. package/echarts@6.0.0/es2022/lib/component/timeline/preprocessor.mjs +3 -0
  252. package/echarts@6.0.0/es2022/lib/component/timeline/timelineAction.mjs +3 -0
  253. package/echarts@6.0.0/es2022/lib/component/title/install.mjs +3 -0
  254. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxModel.mjs +3 -0
  255. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxView.mjs +3 -0
  256. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Brush.mjs +3 -0
  257. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataView.mjs +20 -0
  258. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataZoom.mjs +3 -0
  259. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/MagicType.mjs +3 -0
  260. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Restore.mjs +3 -0
  261. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/SaveAsImage.mjs +3 -0
  262. package/echarts@6.0.0/es2022/lib/component/toolbox/featureManager.mjs +3 -0
  263. package/echarts@6.0.0/es2022/lib/component/toolbox/install.mjs +3 -0
  264. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipHTMLContent.mjs +3 -0
  265. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipRichContent.mjs +3 -0
  266. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipView.mjs +5 -0
  267. package/echarts@6.0.0/es2022/lib/component/tooltip/helper.mjs +3 -0
  268. package/echarts@6.0.0/es2022/lib/component/tooltip/install.mjs +3 -0
  269. package/echarts@6.0.0/es2022/lib/component/tooltip/seriesFormatTooltip.mjs +3 -0
  270. package/echarts@6.0.0/es2022/lib/component/tooltip/tooltipMarkup.mjs +9 -0
  271. package/echarts@6.0.0/es2022/lib/component/transform/install.mjs +3 -0
  272. package/echarts@6.0.0/es2022/lib/component/transform/sortTransform.mjs +3 -0
  273. package/echarts@6.0.0/es2022/lib/component/visualMap/ContinuousView.mjs +3 -0
  274. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseModel.mjs +3 -0
  275. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseView.mjs +3 -0
  276. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapModel.mjs +3 -0
  277. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapView.mjs +3 -0
  278. package/echarts@6.0.0/es2022/lib/component/visualMap/helper.mjs +3 -0
  279. package/echarts@6.0.0/es2022/lib/component/visualMap/install.mjs +3 -0
  280. package/echarts@6.0.0/es2022/lib/component/visualMap/installCommon.mjs +3 -0
  281. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapContinuous.mjs +3 -0
  282. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapPiecewise.mjs +3 -0
  283. package/echarts@6.0.0/es2022/lib/component/visualMap/preprocessor.mjs +3 -0
  284. package/echarts@6.0.0/es2022/lib/component/visualMap/visualEncoding.mjs +3 -0
  285. package/echarts@6.0.0/es2022/lib/component/visualMap/visualMapAction.mjs +3 -0
  286. package/echarts@6.0.0/es2022/lib/coord/Axis.mjs +3 -0
  287. package/echarts@6.0.0/es2022/lib/coord/CoordinateSystem.mjs +3 -0
  288. package/echarts@6.0.0/es2022/lib/coord/View.mjs +3 -0
  289. package/echarts@6.0.0/es2022/lib/coord/axisAlignTicks.mjs +3 -0
  290. package/echarts@6.0.0/es2022/lib/coord/axisCommonTypes.mjs +3 -0
  291. package/echarts@6.0.0/es2022/lib/coord/axisHelper.mjs +3 -0
  292. package/echarts@6.0.0/es2022/lib/coord/axisModelCreator.mjs +3 -0
  293. package/echarts@6.0.0/es2022/lib/coord/axisTickLabelBuilder.mjs +3 -0
  294. package/echarts@6.0.0/es2022/lib/coord/calendar/CalendarModel.mjs +3 -0
  295. package/echarts@6.0.0/es2022/lib/coord/calendar/prepareCustom.mjs +3 -0
  296. package/echarts@6.0.0/es2022/lib/coord/cartesian/Axis2D.mjs +3 -0
  297. package/echarts@6.0.0/es2022/lib/coord/cartesian/AxisModel.mjs +3 -0
  298. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian.mjs +3 -0
  299. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian2D.mjs +3 -0
  300. package/echarts@6.0.0/es2022/lib/coord/cartesian/Grid.mjs +3 -0
  301. package/echarts@6.0.0/es2022/lib/coord/cartesian/GridModel.mjs +3 -0
  302. package/echarts@6.0.0/es2022/lib/coord/cartesian/cartesianAxisHelper.mjs +3 -0
  303. package/echarts@6.0.0/es2022/lib/coord/cartesian/legacyContainLabel.mjs +3 -0
  304. package/echarts@6.0.0/es2022/lib/coord/cartesian/prepareCustom.mjs +3 -0
  305. package/echarts@6.0.0/es2022/lib/coord/geo/Geo.mjs +3 -0
  306. package/echarts@6.0.0/es2022/lib/coord/geo/GeoJSONResource.mjs +4 -0
  307. package/echarts@6.0.0/es2022/lib/coord/geo/GeoModel.mjs +3 -0
  308. package/echarts@6.0.0/es2022/lib/coord/geo/GeoSVGResource.mjs +4 -0
  309. package/echarts@6.0.0/es2022/lib/coord/geo/Region.mjs +3 -0
  310. package/echarts@6.0.0/es2022/lib/coord/geo/fix/diaoyuIsland.mjs +3 -0
  311. package/echarts@6.0.0/es2022/lib/coord/geo/fix/nanhai.mjs +3 -0
  312. package/echarts@6.0.0/es2022/lib/coord/geo/fix/textCoord.mjs +3 -0
  313. package/echarts@6.0.0/es2022/lib/coord/geo/geoCreator.mjs +3 -0
  314. package/echarts@6.0.0/es2022/lib/coord/geo/geoSourceManager.mjs +3 -0
  315. package/echarts@6.0.0/es2022/lib/coord/geo/parseGeoJson.mjs +3 -0
  316. package/echarts@6.0.0/es2022/lib/coord/geo/prepareCustom.mjs +3 -0
  317. package/echarts@6.0.0/es2022/lib/coord/matrix/Matrix.mjs +3 -0
  318. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixBodyCorner.mjs +3 -0
  319. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixDim.mjs +3 -0
  320. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixModel.mjs +3 -0
  321. package/echarts@6.0.0/es2022/lib/coord/matrix/matrixCoordHelper.mjs +3 -0
  322. package/echarts@6.0.0/es2022/lib/coord/parallel/AxisModel.mjs +3 -0
  323. package/echarts@6.0.0/es2022/lib/coord/parallel/Parallel.mjs +3 -0
  324. package/echarts@6.0.0/es2022/lib/coord/parallel/ParallelModel.mjs +3 -0
  325. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelCreator.mjs +3 -0
  326. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelPreprocessor.mjs +3 -0
  327. package/echarts@6.0.0/es2022/lib/coord/polar/AngleAxis.mjs +3 -0
  328. package/echarts@6.0.0/es2022/lib/coord/polar/AxisModel.mjs +3 -0
  329. package/echarts@6.0.0/es2022/lib/coord/polar/Polar.mjs +3 -0
  330. package/echarts@6.0.0/es2022/lib/coord/polar/PolarModel.mjs +3 -0
  331. package/echarts@6.0.0/es2022/lib/coord/polar/RadiusAxis.mjs +3 -0
  332. package/echarts@6.0.0/es2022/lib/coord/polar/polarCreator.mjs +3 -0
  333. package/echarts@6.0.0/es2022/lib/coord/polar/prepareCustom.mjs +3 -0
  334. package/echarts@6.0.0/es2022/lib/coord/radar/Radar.mjs +3 -0
  335. package/echarts@6.0.0/es2022/lib/coord/radar/RadarModel.mjs +3 -0
  336. package/echarts@6.0.0/es2022/lib/coord/scaleRawExtentInfo.mjs +3 -0
  337. package/echarts@6.0.0/es2022/lib/coord/single/AxisModel.mjs +3 -0
  338. package/echarts@6.0.0/es2022/lib/coord/single/Single.mjs +3 -0
  339. package/echarts@6.0.0/es2022/lib/coord/single/SingleAxis.mjs +3 -0
  340. package/echarts@6.0.0/es2022/lib/coord/single/prepareCustom.mjs +3 -0
  341. package/echarts@6.0.0/es2022/lib/coord/single/singleAxisHelper.mjs +3 -0
  342. package/echarts@6.0.0/es2022/lib/coord/single/singleCreator.mjs +3 -0
  343. package/echarts@6.0.0/es2022/lib/core/CoordinateSystem.mjs +3 -0
  344. package/echarts@6.0.0/es2022/lib/core/ExtensionAPI.mjs +3 -0
  345. package/echarts@6.0.0/es2022/lib/core/Scheduler.mjs +3 -0
  346. package/echarts@6.0.0/es2022/lib/core/echarts.mjs +3 -0
  347. package/echarts@6.0.0/es2022/lib/core/impl.mjs +3 -0
  348. package/echarts@6.0.0/es2022/lib/core/lifecycle.mjs +3 -0
  349. package/echarts@6.0.0/es2022/lib/core/locale.mjs +3 -0
  350. package/echarts@6.0.0/es2022/lib/core/task.mjs +3 -0
  351. package/echarts@6.0.0/es2022/lib/data/DataDiffer.mjs +3 -0
  352. package/echarts@6.0.0/es2022/lib/data/DataStore.mjs +3 -0
  353. package/echarts@6.0.0/es2022/lib/data/OrdinalMeta.mjs +3 -0
  354. package/echarts@6.0.0/es2022/lib/data/SeriesData.mjs +3 -0
  355. package/echarts@6.0.0/es2022/lib/data/SeriesDimensionDefine.mjs +3 -0
  356. package/echarts@6.0.0/es2022/lib/data/Source.mjs +3 -0
  357. package/echarts@6.0.0/es2022/lib/data/helper/SeriesDataSchema.mjs +3 -0
  358. package/echarts@6.0.0/es2022/lib/data/helper/createDimensions.mjs +3 -0
  359. package/echarts@6.0.0/es2022/lib/data/helper/dataProvider.mjs +3 -0
  360. package/echarts@6.0.0/es2022/lib/data/helper/dataStackHelper.mjs +3 -0
  361. package/echarts@6.0.0/es2022/lib/data/helper/dataValueHelper.mjs +3 -0
  362. package/echarts@6.0.0/es2022/lib/data/helper/dimensionHelper.mjs +3 -0
  363. package/echarts@6.0.0/es2022/lib/data/helper/sourceHelper.mjs +3 -0
  364. package/echarts@6.0.0/es2022/lib/data/helper/sourceManager.mjs +3 -0
  365. package/echarts@6.0.0/es2022/lib/data/helper/transform.mjs +3 -0
  366. package/echarts@6.0.0/es2022/lib/export/api/format.mjs +3 -0
  367. package/echarts@6.0.0/es2022/lib/export/api/graphic.mjs +3 -0
  368. package/echarts@6.0.0/es2022/lib/export/api/helper.mjs +3 -0
  369. package/echarts@6.0.0/es2022/lib/export/api/number.mjs +3 -0
  370. package/echarts@6.0.0/es2022/lib/export/api/time.mjs +3 -0
  371. package/echarts@6.0.0/es2022/lib/export/api/util.mjs +3 -0
  372. package/echarts@6.0.0/es2022/lib/export/api.mjs +3 -0
  373. package/echarts@6.0.0/es2022/lib/i18n/langEN.mjs +3 -0
  374. package/echarts@6.0.0/es2022/lib/i18n/langZH.mjs +3 -0
  375. package/echarts@6.0.0/es2022/lib/label/LabelManager.mjs +3 -0
  376. package/echarts@6.0.0/es2022/lib/label/installLabelLayout.mjs +3 -0
  377. package/echarts@6.0.0/es2022/lib/label/labelGuideHelper.mjs +3 -0
  378. package/echarts@6.0.0/es2022/lib/label/labelLayoutHelper.mjs +3 -0
  379. package/echarts@6.0.0/es2022/lib/label/labelStyle.mjs +3 -0
  380. package/echarts@6.0.0/es2022/lib/label/sectorLabel.mjs +3 -0
  381. package/echarts@6.0.0/es2022/lib/layout/barGrid.mjs +3 -0
  382. package/echarts@6.0.0/es2022/lib/layout/barPolar.mjs +3 -0
  383. package/echarts@6.0.0/es2022/lib/layout/points.mjs +3 -0
  384. package/echarts@6.0.0/es2022/lib/legacy/dataSelectAction.mjs +3 -0
  385. package/echarts@6.0.0/es2022/lib/loading/default.mjs +3 -0
  386. package/echarts@6.0.0/es2022/lib/model/Component.mjs +3 -0
  387. package/echarts@6.0.0/es2022/lib/model/Global.mjs +3 -0
  388. package/echarts@6.0.0/es2022/lib/model/Model.mjs +3 -0
  389. package/echarts@6.0.0/es2022/lib/model/OptionManager.mjs +3 -0
  390. package/echarts@6.0.0/es2022/lib/model/Series.mjs +3 -0
  391. package/echarts@6.0.0/es2022/lib/model/globalDefault.mjs +3 -0
  392. package/echarts@6.0.0/es2022/lib/model/internalComponentCreator.mjs +3 -0
  393. package/echarts@6.0.0/es2022/lib/model/mixin/areaStyle.mjs +3 -0
  394. package/echarts@6.0.0/es2022/lib/model/mixin/dataFormat.mjs +3 -0
  395. package/echarts@6.0.0/es2022/lib/model/mixin/itemStyle.mjs +3 -0
  396. package/echarts@6.0.0/es2022/lib/model/mixin/lineStyle.mjs +3 -0
  397. package/echarts@6.0.0/es2022/lib/model/mixin/makeStyleMapper.mjs +3 -0
  398. package/echarts@6.0.0/es2022/lib/model/mixin/palette.mjs +3 -0
  399. package/echarts@6.0.0/es2022/lib/model/mixin/textStyle.mjs +3 -0
  400. package/echarts@6.0.0/es2022/lib/model/referHelper.mjs +3 -0
  401. package/echarts@6.0.0/es2022/lib/preprocessor/backwardCompat.mjs +3 -0
  402. package/echarts@6.0.0/es2022/lib/preprocessor/helper/compatStyle.mjs +3 -0
  403. package/echarts@6.0.0/es2022/lib/processor/dataFilter.mjs +3 -0
  404. package/echarts@6.0.0/es2022/lib/processor/dataSample.mjs +3 -0
  405. package/echarts@6.0.0/es2022/lib/processor/negativeDataFilter.mjs +3 -0
  406. package/echarts@6.0.0/es2022/lib/renderer/installCanvasRenderer.mjs +3 -0
  407. package/echarts@6.0.0/es2022/lib/renderer/installSVGRenderer.mjs +3 -0
  408. package/echarts@6.0.0/es2022/lib/scale/Log.mjs +3 -0
  409. package/echarts@6.0.0/es2022/lib/scale/Ordinal.mjs +3 -0
  410. package/echarts@6.0.0/es2022/lib/scale/Scale.mjs +3 -0
  411. package/echarts@6.0.0/es2022/lib/scale/Time.mjs +3 -0
  412. package/echarts@6.0.0/es2022/lib/scale/break.mjs +3 -0
  413. package/echarts@6.0.0/es2022/lib/scale/breakImpl.mjs +3 -0
  414. package/echarts@6.0.0/es2022/lib/scale/helper.mjs +3 -0
  415. package/echarts@6.0.0/es2022/lib/theme/dark.mjs +3 -0
  416. package/echarts@6.0.0/es2022/lib/util/ECEventProcessor.mjs +3 -0
  417. package/echarts@6.0.0/es2022/lib/util/animation.mjs +3 -0
  418. package/echarts@6.0.0/es2022/lib/util/clazz.mjs +3 -0
  419. package/echarts@6.0.0/es2022/lib/util/component.mjs +3 -0
  420. package/echarts@6.0.0/es2022/lib/util/decal.mjs +3 -0
  421. package/echarts@6.0.0/es2022/lib/util/event.mjs +3 -0
  422. package/echarts@6.0.0/es2022/lib/util/graphic.mjs +3 -0
  423. package/echarts@6.0.0/es2022/lib/util/jitter.mjs +3 -0
  424. package/echarts@6.0.0/es2022/lib/util/layout.mjs +3 -0
  425. package/echarts@6.0.0/es2022/lib/util/model.mjs +3 -0
  426. package/echarts@6.0.0/es2022/lib/util/number.mjs +3 -0
  427. package/echarts@6.0.0/es2022/lib/util/states.mjs +3 -0
  428. package/echarts@6.0.0/es2022/lib/util/styleCompat.mjs +3 -0
  429. package/echarts@6.0.0/es2022/lib/util/symbol.mjs +3 -0
  430. package/echarts@6.0.0/es2022/lib/util/time.mjs +3 -0
  431. package/echarts@6.0.0/es2022/lib/util/types.mjs +3 -0
  432. package/echarts@6.0.0/es2022/lib/util/vendor.mjs +3 -0
  433. package/echarts@6.0.0/es2022/lib/view/Chart.mjs +3 -0
  434. package/echarts@6.0.0/es2022/lib/view/Component.mjs +3 -0
  435. package/echarts@6.0.0/es2022/lib/visual/VisualMapping.mjs +3 -0
  436. package/echarts@6.0.0/es2022/lib/visual/aria.mjs +3 -0
  437. package/echarts@6.0.0/es2022/lib/visual/decal.mjs +3 -0
  438. package/echarts@6.0.0/es2022/lib/visual/helper.mjs +3 -0
  439. package/echarts@6.0.0/es2022/lib/visual/style.mjs +3 -0
  440. package/echarts@6.0.0/es2022/lib/visual/tokens.mjs +3 -0
  441. package/echarts@6.0.0/es2022/lib/visual/visualDefault.mjs +3 -0
  442. package/echarts@6.0.0/es2022/lib/visual/visualSolution.mjs +3 -0
  443. package/eventemitter3@^5.0.1 +3 -0
  444. package/gl-matrix@^3.3.0 +2 -0
  445. package/gl-matrix@^3.4.3 +2 -0
  446. package/package.json +1 -1
  447. package/zrender@6.0.0/es2022/lib/Element.mjs +3 -0
  448. package/zrender@6.0.0/es2022/lib/Handler.mjs +3 -0
  449. package/zrender@6.0.0/es2022/lib/Storage.mjs +3 -0
  450. package/zrender@6.0.0/es2022/lib/animation/Animation.mjs +3 -0
  451. package/zrender@6.0.0/es2022/lib/animation/Animator.mjs +3 -0
  452. package/zrender@6.0.0/es2022/lib/animation/cubicEasing.mjs +3 -0
  453. package/zrender@6.0.0/es2022/lib/animation/easing.mjs +3 -0
  454. package/zrender@6.0.0/es2022/lib/animation/requestAnimationFrame.mjs +3 -0
  455. package/zrender@6.0.0/es2022/lib/canvas/dashStyle.mjs +3 -0
  456. package/zrender@6.0.0/es2022/lib/canvas/graphic.mjs +3 -0
  457. package/zrender@6.0.0/es2022/lib/contain/line.mjs +3 -0
  458. package/zrender@6.0.0/es2022/lib/contain/polygon.mjs +3 -0
  459. package/zrender@6.0.0/es2022/lib/contain/quadratic.mjs +3 -0
  460. package/zrender@6.0.0/es2022/lib/contain/text.mjs +4 -0
  461. package/zrender@6.0.0/es2022/lib/contain/util.mjs +3 -0
  462. package/zrender@6.0.0/es2022/lib/contain/windingLine.mjs +3 -0
  463. package/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs +3 -0
  464. package/zrender@6.0.0/es2022/lib/core/Eventful.mjs +3 -0
  465. package/zrender@6.0.0/es2022/lib/core/GestureMgr.mjs +3 -0
  466. package/zrender@6.0.0/es2022/lib/core/LRU.mjs +3 -0
  467. package/zrender@6.0.0/es2022/lib/core/PathProxy.mjs +3 -0
  468. package/zrender@6.0.0/es2022/lib/core/Point.mjs +3 -0
  469. package/zrender@6.0.0/es2022/lib/core/Transformable.mjs +3 -0
  470. package/zrender@6.0.0/es2022/lib/core/WeakMap.mjs +3 -0
  471. package/zrender@6.0.0/es2022/lib/core/bbox.mjs +3 -0
  472. package/zrender@6.0.0/es2022/lib/core/curve.mjs +3 -0
  473. package/zrender@6.0.0/es2022/lib/core/dom.mjs +3 -0
  474. package/zrender@6.0.0/es2022/lib/core/env.mjs +3 -0
  475. package/zrender@6.0.0/es2022/lib/core/event.mjs +3 -0
  476. package/zrender@6.0.0/es2022/lib/core/fourPointsTransform.mjs +3 -0
  477. package/zrender@6.0.0/es2022/lib/core/matrix.mjs +3 -0
  478. package/zrender@6.0.0/es2022/lib/core/platform.mjs +3 -0
  479. package/zrender@6.0.0/es2022/lib/core/timsort.mjs +3 -0
  480. package/zrender@6.0.0/es2022/lib/core/util.mjs +3 -0
  481. package/zrender@6.0.0/es2022/lib/core/vector.mjs +3 -0
  482. package/zrender@6.0.0/es2022/lib/dom/HandlerProxy.mjs +3 -0
  483. package/zrender@6.0.0/es2022/lib/graphic/CompoundPath.mjs +3 -0
  484. package/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs +3 -0
  485. package/zrender@6.0.0/es2022/lib/graphic/Gradient.mjs +3 -0
  486. package/zrender@6.0.0/es2022/lib/graphic/Group.mjs +3 -0
  487. package/zrender@6.0.0/es2022/lib/graphic/Image.mjs +3 -0
  488. package/zrender@6.0.0/es2022/lib/graphic/IncrementalDisplayable.mjs +3 -0
  489. package/zrender@6.0.0/es2022/lib/graphic/LinearGradient.mjs +3 -0
  490. package/zrender@6.0.0/es2022/lib/graphic/Path.mjs +3 -0
  491. package/zrender@6.0.0/es2022/lib/graphic/RadialGradient.mjs +3 -0
  492. package/zrender@6.0.0/es2022/lib/graphic/constants.mjs +3 -0
  493. package/zrender@6.0.0/es2022/lib/graphic/helper/image.mjs +3 -0
  494. package/zrender@6.0.0/es2022/lib/graphic/helper/poly.mjs +3 -0
  495. package/zrender@6.0.0/es2022/lib/graphic/helper/roundRect.mjs +3 -0
  496. package/zrender@6.0.0/es2022/lib/graphic/helper/roundSector.mjs +3 -0
  497. package/zrender@6.0.0/es2022/lib/graphic/helper/smoothBezier.mjs +3 -0
  498. package/zrender@6.0.0/es2022/lib/graphic/helper/subPixelOptimize.mjs +3 -0
  499. package/zrender@6.0.0/es2022/lib/graphic/shape/Arc.mjs +3 -0
  500. package/zrender@6.0.0/es2022/lib/graphic/shape/Circle.mjs +3 -0
  501. package/zrender@6.0.0/es2022/lib/graphic/shape/Ellipse.mjs +3 -0
  502. package/zrender@6.0.0/es2022/lib/graphic/shape/Line.mjs +3 -0
  503. package/zrender@6.0.0/es2022/lib/graphic/shape/Polygon.mjs +3 -0
  504. package/zrender@6.0.0/es2022/lib/graphic/shape/Polyline.mjs +3 -0
  505. package/zrender@6.0.0/es2022/lib/graphic/shape/Rect.mjs +3 -0
  506. package/zrender@6.0.0/es2022/lib/graphic/shape/Ring.mjs +3 -0
  507. package/zrender@6.0.0/es2022/lib/graphic/shape/Sector.mjs +3 -0
  508. package/zrender@6.0.0/es2022/lib/mixin/Draggable.mjs +3 -0
  509. package/zrender@6.0.0/es2022/lib/svg/Painter.mjs +3 -0
  510. package/zrender@6.0.0/es2022/lib/svg/SVGPathRebuilder.mjs +3 -0
  511. package/zrender@6.0.0/es2022/lib/svg/core.mjs +5 -0
  512. package/zrender@6.0.0/es2022/lib/svg/cssAnimation.mjs +3 -0
  513. package/zrender@6.0.0/es2022/lib/svg/cssClassId.mjs +3 -0
  514. package/zrender@6.0.0/es2022/lib/svg/cssEmphasis.mjs +3 -0
  515. package/zrender@6.0.0/es2022/lib/svg/domapi.mjs +3 -0
  516. package/zrender@6.0.0/es2022/lib/svg/graphic.mjs +3 -0
  517. package/zrender@6.0.0/es2022/lib/svg/helper.mjs +4 -0
  518. package/zrender@6.0.0/es2022/lib/svg/mapStyleToAttrs.mjs +3 -0
  519. package/zrender@6.0.0/es2022/lib/svg/patch.mjs +3 -0
  520. package/zrender@6.0.0/es2022/lib/tool/color.mjs +3 -0
  521. package/zrender@6.0.0/es2022/lib/tool/convertPath.mjs +3 -0
  522. package/zrender@6.0.0/es2022/lib/tool/dividePath.mjs +3 -0
  523. package/zrender@6.0.0/es2022/lib/tool/morphPath.mjs +3 -0
  524. package/zrender@6.0.0/es2022/lib/tool/parseSVG.mjs +3 -0
  525. package/zrender@6.0.0/es2022/lib/tool/parseXML.mjs +3 -0
  526. package/zrender@6.0.0/es2022/lib/tool/path.mjs +3 -0
  527. package/zrender@6.0.0/es2022/lib/zrender.mjs +16 -0
  528. package/@antv/g6 +0 -13
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/echarts */
2
+ import{__extends as Ee}from"/tslib@2.3.0/es2022/tslib.mjs";import*as X from"/zrender@6.0.0/es2022/lib/zrender.mjs";import{assert as Te,each as C,isFunction as st,isObject as G,indexOf as ut,bind as ze,clone as be,setAsPrimitive as Dt,extend as F,createHashMap as de,map as xt,defaults as Fe,isArray as Nt,noop as q,isString as dt,retrieve2 as He}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import j from"/zrender@6.0.0/es2022/lib/core/env.mjs";import pe from"/zrender@6.0.0/es2022/lib/core/timsort.mjs";import Oe from"/zrender@6.0.0/es2022/lib/core/Eventful.mjs";import Vt from"../model/Global.mjs";import Mt from"./ExtensionAPI.mjs";import Pe from"./CoordinateSystem.mjs";import It from"../model/OptionManager.mjs";import pt from"../preprocessor/backwardCompat.mjs";import Lt from"../processor/dataStack.mjs";import Ye from"../model/Series.mjs";import Ut from"../view/Component.mjs";import fe from"../view/Chart.mjs";import*as x from"../util/graphic.mjs";import{getECData as $}from"../util/innerStore.mjs";import{isHighDownDispatcher as Be,HOVER_STATE_EMPHASIS as kt,HOVER_STATE_BLUR as zt,blurSeriesFromHighlightPayload as bt,toggleSelectionFromPayload as Ft,updateSeriesElementSelection as Ge,getAllSelectedIndices as Ht,isSelectChangePayload as Ze,isHighDownPayload as We,HIGHLIGHT_ACTION_TYPE as Z,DOWNPLAY_ACTION_TYPE as le,SELECT_ACTION_TYPE as Xe,UNSELECT_ACTION_TYPE as qe,TOGGLE_SELECT_ACTION_TYPE as Ke,savePathStates as Yt,enterEmphasis as je,leaveEmphasis as $e,leaveBlur as Bt,enterSelect as Gt,leaveSelect as Zt,enterBlur as Wt,allLeaveBlur as Xt,findComponentHighDownDispatchers as qt,blurComponent as Kt,handleGlobalMouseOverForHighDown as jt,handleGlobalMouseOutForHighDown as $t,SELECT_CHANGED_EVENT_TYPE as Ae}from"../util/states.mjs";import*as A from"../util/model.mjs";import{throttle as Jt}from"../util/throttle.mjs";import{seriesStyleTask as Qt,dataStyleTask as er,dataColorPaletteTask as tr}from"../visual/style.mjs";import rr from"../loading/default.mjs";import ft from"./Scheduler.mjs";import ir from"../theme/dark.mjs";import{parseClassType as Je}from"../util/clazz.mjs";import{ECEventProcessor as nr}from"../util/ECEventProcessor.mjs";import{seriesSymbolTask as ar,dataSymbolTask as or}from"../visual/symbol.mjs";import{getVisualFromData as sr,getItemVisualFromData as ur}from"../visual/helper.mjs";import{deprecateLog as dr}from"../util/log.mjs";import{handleLegacySelectEvents as pr}from"../legacy/dataSelectAction.mjs";import{registerExternalTransform as fr}from"../data/helper/transform.mjs";import{createLocaleObject as lr,SYSTEM_LANG as cr}from"./locale.mjs";import{findEventDispatcher as J}from"../util/event.mjs";import vr from"../visual/decal.mjs";import M from"./lifecycle.mjs";import{platformApi as hr,setPlatformAPI as _r}from"/zrender@6.0.0/es2022/lib/core/platform.mjs";import{getImpl as lt}from"./impl.mjs";import{registerCustomSeries as gr}from"../chart/custom/customSeriesRegister.mjs";import{registerLocale as Gi}from"./locale.mjs";var Ci="6.0.0",Ri={zrender:"6.0.0"},mr=1,Er=800,Tr=900,Sr=1e3,yr=2e3,Cr=5e3,ct=1e3,Rr=1100,De=2e3,vt=3e3,wr=4e3,se=4500,Or=4600,Pr=5e3,Ar=6e3,ht=7e3,wi={PROCESSOR:{FILTER:Sr,SERIES_FILTER:Er,STATISTIC:Cr},VISUAL:{LAYOUT:ct,PROGRESSIVE_LAYOUT:Rr,GLOBAL:De,CHART:vt,POST_CHART_LAYOUT:Or,COMPONENT:wr,BRUSH:Pr,CHART_ITEM:se,ARIA:Ar,DECAL:ht}},R="__flagInMainProcess",Q="__mainProcessVersion",w="__pendingUpdate",ce="__needsUpdateStatus",Qe=/^[a-zA-Z0-9_]+$/,ve="__connectUpdateStatus",et=0,Dr=1,xr=2;function _t(d){return function(){for(var s=[],r=0;r<arguments.length;r++)s[r]=arguments[r];if(this.isDisposed()){this.id;return}return mt(this,d,s)}}function gt(d){return function(){for(var s=[],r=0;r<arguments.length;r++)s[r]=arguments[r];return mt(this,d,s)}}function mt(d,s,r){return r[0]=r[0]&&r[0].toLowerCase(),Oe.prototype[s].apply(d,r)}var Et=function(d){Ee(s,d);function s(){return d!==null&&d.apply(this,arguments)||this}return s}(Oe),Tt=Et.prototype;Tt.on=gt("on");Tt.off=gt("off");var z,he,ee,L,te,_e,ge,H,Y,tt,rt,me,it,re,nt,St,V,at,B,ie=function(d){Ee(s,d);function s(r,n,f){var a=d.call(this,new nr)||this;a._chartsViews=[],a._chartsMap={},a._componentsViews=[],a._componentsMap={},a._pendingActions=[],f=f||{},a._dom=r;var g="canvas",S="auto",E=!1;if(a[Q]=1,0)var m;f.ssr&&X.registerSSRDataGetter(function(t){var o=$(t),u=o.dataIndex;if(u!=null){var l=de();return l.set("series_index",o.seriesIndex),l.set("data_index",u),o.ssrType&&l.set("ssr_type",o.ssrType),l}});var y=a._zr=X.init(r,{renderer:f.renderer||g,devicePixelRatio:f.devicePixelRatio,width:f.width,height:f.height,ssr:f.ssr,useDirtyRect:He(f.useDirtyRect,E),useCoarsePointer:He(f.useCoarsePointer,S),pointerSize:f.pointerSize});a._ssr=f.ssr,a._throttledZrFlush=Jt(ze(y.flush,y),17),a._updateTheme(n),a._locale=lr(f.locale||cr),a._coordSysMgr=new Pe;var e=a._api=nt(a);function i(t,o){return t.__prio-o.__prio}return pe(ae,i),pe(Ce,i),a._scheduler=new ft(a,e,Ce,ae),a._messageCenter=new Et,a._initEvents(),a.resize=ze(a.resize,a),y.animation.on("frame",a._onframe,a),tt(y,a),rt(y,a),Dt(a),a}return s.prototype._onframe=function(){if(!this._disposed){at(this);var r=this._scheduler;if(this[w]){var n=this[w].silent;this[R]=!0,B(this);try{z(this),L.update.call(this,null,this[w].updateParams)}catch(E){throw this[R]=!1,this[w]=null,E}this._zr.flush(),this[R]=!1,this[w]=null,H.call(this,n),Y.call(this,n)}else if(r.unfinished){var f=mr,a=this._model,g=this._api;r.unfinished=!1;do{var S=+new Date;r.performSeriesTasks(a),r.performDataProcessorTasks(a),_e(this,a),r.performVisualTasks(a),re(this,this._model,g,"remain",{}),f-=+new Date-S}while(f>0&&r.unfinished);r.unfinished||this._zr.flush()}}},s.prototype.getDom=function(){return this._dom},s.prototype.getId=function(){return this.id},s.prototype.getZr=function(){return this._zr},s.prototype.isSSR=function(){return this._ssr},s.prototype.setOption=function(r,n,f){if(!this[R]){if(this._disposed){this.id;return}var a,g,S;if(G(n)&&(f=n.lazyUpdate,a=n.silent,g=n.replaceMerge,S=n.transition,n=n.notMerge),this[R]=!0,B(this),!this._model||n){var E=new It(this._api),m=this._theme,y=this._model=new Vt;y.scheduler=this._scheduler,y.ssr=this._ssr,y.init(null,null,null,m,this._locale,E)}this._model.setOption(r,{replaceMerge:g},Re);var e={seriesTransition:S,optionChanged:!0};if(f)this[w]={silent:a,updateParams:e},this[R]=!1,this.getZr().wakeUp();else{try{z(this),L.update.call(this,null,e)}catch(i){throw this[w]=null,this[R]=!1,i}this._ssr||this._zr.flush(),this[w]=null,this[R]=!1,H.call(this,a),Y.call(this,a)}}},s.prototype.setTheme=function(r,n){if(!this[R]){if(this._disposed){this.id;return}var f=this._model;if(f){var a=n&&n.silent,g=null;this[w]&&(a==null&&(a=this[w].silent),g=this[w].updateParams,this[w]=null),this[R]=!0,B(this);try{this._updateTheme(r),f.setTheme(this._theme),z(this),L.update.call(this,{type:"setTheme"},g)}catch(S){throw this[R]=!1,S}this[R]=!1,H.call(this,a),Y.call(this,a)}}},s.prototype._updateTheme=function(r){dt(r)&&(r=yt[r]),r&&(r=be(r),r&&pt(r,!0),this._theme=r)},s.prototype.getModel=function(){return this._model},s.prototype.getOption=function(){return this._model&&this._model.getOption()},s.prototype.getWidth=function(){return this._zr.getWidth()},s.prototype.getHeight=function(){return this._zr.getHeight()},s.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||j.hasGlobalWindow&&window.devicePixelRatio||1},s.prototype.getRenderedCanvas=function(r){return this.renderToCanvas(r)},s.prototype.renderToCanvas=function(r){r=r||{};var n=this._zr.painter;return n.getRenderedCanvas({backgroundColor:r.backgroundColor||this._model.get("backgroundColor"),pixelRatio:r.pixelRatio||this.getDevicePixelRatio()})},s.prototype.renderToSVGString=function(r){r=r||{};var n=this._zr.painter;return n.renderToString({useViewBox:r.useViewBox})},s.prototype.getSvgDataURL=function(){var r=this._zr,n=r.storage.getDisplayList();return C(n,function(f){f.stopAnimation(null,!0)}),r.painter.toDataURL()},s.prototype.getDataURL=function(r){if(this._disposed){this.id;return}r=r||{};var n=r.excludeComponents,f=this._model,a=[],g=this;C(n,function(E){f.eachComponent({mainType:E},function(m){var y=g._componentsMap[m.__viewId];y.group.ignore||(a.push(y),y.group.ignore=!0)})});var S=this._zr.painter.getType()==="svg"?this.getSvgDataURL():this.renderToCanvas(r).toDataURL("image/"+(r&&r.type||"png"));return C(a,function(E){E.group.ignore=!1}),S},s.prototype.getConnectedDataURL=function(r){if(this._disposed){this.id;return}var n=r.type==="svg",f=this.group,a=Math.min,g=Math.max,S=1/0;if(oe[f]){var E=S,m=S,y=-S,e=-S,i=[],t=r&&r.pixelRatio||this.getDevicePixelRatio();C(b,function(c,h){if(c.group===f){var T=n?c.getZr().painter.getSvgDom().innerHTML:c.renderToCanvas(be(r)),_=c.getDom().getBoundingClientRect();E=a(_.left,E),m=a(_.top,m),y=g(_.right,y),e=g(_.bottom,e),i.push({dom:T,left:_.left,top:_.top})}}),E*=t,m*=t,y*=t,e*=t;var o=y-E,u=e-m,l=hr.createCanvas(),p=X.init(l,{renderer:n?"svg":"canvas"});if(p.resize({width:o,height:u}),n){var v="";return C(i,function(c){var h=c.left-E,T=c.top-m;v+='<g transform="translate('+h+","+T+')">'+c.dom+"</g>"}),p.painter.getSvgRoot().innerHTML=v,r.connectedBackgroundColor&&p.painter.setBackgroundColor(r.connectedBackgroundColor),p.refreshImmediately(),p.painter.toDataURL()}else return r.connectedBackgroundColor&&p.add(new x.Rect({shape:{x:0,y:0,width:o,height:u},style:{fill:r.connectedBackgroundColor}})),C(i,function(c){var h=new x.Image({style:{x:c.left*t-E,y:c.top*t-m,image:c.dom}});p.add(h)}),p.refreshImmediately(),l.toDataURL("image/"+(r&&r.type||"png"))}else return this.getDataURL(r)},s.prototype.convertToPixel=function(r,n,f){return te(this,"convertToPixel",r,n,f)},s.prototype.convertToLayout=function(r,n,f){return te(this,"convertToLayout",r,n,f)},s.prototype.convertFromPixel=function(r,n,f){return te(this,"convertFromPixel",r,n,f)},s.prototype.containPixel=function(r,n){if(this._disposed){this.id;return}var f=this._model,a,g=A.parseFinder(f,r);return C(g,function(S,E){E.indexOf("Models")>=0&&C(S,function(m){var y=m.coordinateSystem;if(y&&y.containPoint)a=a||!!y.containPoint(n);else if(E==="seriesModels"){var e=this._chartsMap[m.__viewId];e&&e.containPoint&&(a=a||e.containPoint(n,m))}},this)},this),!!a},s.prototype.getVisual=function(r,n){var f=this._model,a=A.parseFinder(f,r,{defaultMainType:"series"}),g=a.seriesModel,S=g.getData(),E=a.hasOwnProperty("dataIndexInside")?a.dataIndexInside:a.hasOwnProperty("dataIndex")?S.indexOfRawIndex(a.dataIndex):null;return E!=null?ur(S,E,n):sr(S,n)},s.prototype.getViewOfComponentModel=function(r){return this._componentsMap[r.__viewId]},s.prototype.getViewOfSeriesModel=function(r){return this._chartsMap[r.__viewId]},s.prototype._initEvents=function(){var r=this;C(Nr,function(f){var a=function(g){var S=r.getModel(),E=g.target,m,y=f==="globalout";if(y?m={}:E&&J(E,function(u){var l=$(u);if(l&&l.dataIndex!=null){var p=l.dataModel||S.getSeriesByIndex(l.seriesIndex);return m=p&&p.getDataParams(l.dataIndex,l.dataType,E)||{},!0}else if(l.eventData)return m=F({},l.eventData),!0},!0),m){var e=m.componentType,i=m.componentIndex;(e==="markLine"||e==="markPoint"||e==="markArea")&&(e="series",i=m.seriesIndex);var t=e&&i!=null&&S.getComponent(e,i),o=t&&r[t.mainType==="series"?"_chartsMap":"_componentsMap"][t.__viewId];m.event=g,m.type=f,r._$eventProcessor.eventInfo={targetEl:E,packedEvent:m,model:t,view:o},r.trigger(f,m)}};a.zrEventfulCallAtLast=!0,r._zr.on(f,a,r)});var n=this._messageCenter;C(ye,function(f,a){n.on(a,function(g){r.trigger(a,g)})}),pr(n,this,this._api)},s.prototype.isDisposed=function(){return this._disposed},s.prototype.clear=function(){if(this._disposed){this.id;return}this.setOption({series:[]},!0)},s.prototype.dispose=function(){if(this._disposed){this.id;return}this._disposed=!0;var r=this.getDom();r&&A.setAttribute(this.getDom(),Ne,"");var n=this,f=n._api,a=n._model;C(n._componentsViews,function(g){g.dispose(a,f)}),C(n._chartsViews,function(g){g.dispose(a,f)}),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 b[n.id]},s.prototype.resize=function(r){if(!this[R]){if(this._disposed){this.id;return}this._zr.resize(r);var n=this._model;if(this._loadingFX&&this._loadingFX.resize(),!!n){var f=n.resetOption("media"),a=r&&r.silent;this[w]&&(a==null&&(a=this[w].silent),f=!0,this[w]=null),this[R]=!0,B(this);try{f&&z(this),L.update.call(this,{type:"resize",animation:F({duration:0},r&&r.animation)})}catch(g){throw this[R]=!1,g}this[R]=!1,H.call(this,a),Y.call(this,a)}}},s.prototype.showLoading=function(r,n){if(this._disposed){this.id;return}if(G(r)&&(n=r,r=""),r=r||"default",this.hideLoading(),!!we[r]){var f=we[r](this._api,n),a=this._zr;this._loadingFX=f,a.add(f)}},s.prototype.hideLoading=function(){if(this._disposed){this.id;return}this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},s.prototype.makeActionFromEvent=function(r){var n=F({},r);return n.type=Se[r.type],n},s.prototype.dispatchAction=function(r,n){if(this._disposed){this.id;return}if(G(n)||(n={silent:!!n}),!!ne[r.type]&&this._model){if(this[R]){this._pendingActions.push(r);return}var f=n.silent;ge.call(this,r,f);var a=n.flush;a?this._zr.flush():a!==!1&&j.browser.weChat&&this._throttledZrFlush(),H.call(this,f),Y.call(this,f)}},s.prototype.updateLabelLayout=function(){M.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},s.prototype.appendData=function(r){if(this._disposed){this.id;return}var n=r.seriesIndex,f=this.getModel(),a=f.getSeriesByIndex(n);a.appendData(r),this._scheduler.unfinished=!0,this.getZr().wakeUp()},s.internalField=function(){z=function(e){var i=e._scheduler;i.restorePipelines(e._model),i.prepareStageTasks(),he(e,!0),he(e,!1),i.plan()},he=function(e,i){for(var t=e._model,o=e._scheduler,u=i?e._componentsViews:e._chartsViews,l=i?e._componentsMap:e._chartsMap,p=e._zr,v=e._api,c=0;c<u.length;c++)u[c].__alive=!1;i?t.eachComponent(function(_,D){_!=="series"&&h(D)}):t.eachSeries(h);function h(_){var D=_.__requireNewView;_.__requireNewView=!1;var O="_ec_"+_.id+"_"+_.type,P=!D&&l[O];if(!P){var I=Je(_.type),U=i?Ut.getClass(I.main,I.sub):fe.getClass(I.sub);P=new U,P.init(t,v),l[O]=P,u.push(P),p.add(P.group)}_.__viewId=P.__id=O,P.__alive=!0,P.__model=_,P.group.__ecComponentInfo={mainType:_.mainType,index:_.componentIndex},!i&&o.prepareView(P,_,t,v)}for(var c=0;c<u.length;){var T=u[c];T.__alive?c++:(!i&&T.renderTask.dispose(),p.remove(T.group),T.dispose(t,v),u.splice(c,1),l[T.__id]===T&&delete l[T.__id],T.__id=T.group.__ecComponentInfo=null)}},ee=function(e,i,t,o,u){var l=e._model;if(l.setUpdatePayload(t),!o){C([].concat(e._componentsViews).concat(e._chartsViews),T);return}var p={};p[o+"Id"]=t[o+"Id"],p[o+"Index"]=t[o+"Index"],p[o+"Name"]=t[o+"Name"];var v={mainType:o,query:p};u&&(v.subType=u);var c=t.excludeSeriesId,h;c!=null&&(h=de(),C(A.normalizeToArray(c),function(_){var D=A.convertOptionIdName(_,null);D!=null&&h.set(D,!0)})),l&&l.eachComponent(v,function(_){var D=h&&h.get(_.id)!=null;if(!D)if(We(t))if(_ instanceof Ye)t.type===Z&&!t.notBlur&&!_.get(["emphasis","disabled"])&&bt(_,t,e._api);else{var O=qt(_.mainType,_.componentIndex,t.name,e._api),P=O.focusSelf,I=O.dispatchers;t.type===Z&&P&&!t.notBlur&&Kt(_.mainType,_.componentIndex,e._api),I&&C(I,function(U){t.type===Z?je(U):$e(U)})}else Ze(t)&&_ instanceof Ye&&(Ft(_,t,e._api),Ge(_),V(e))},e),l&&l.eachComponent(v,function(_){var D=h&&h.get(_.id)!=null;D||T(e[o==="series"?"_chartsMap":"_componentsMap"][_.__viewId])},e);function T(_){_&&_.__alive&&_[i]&&_[i](_.__model,l,e._api,t)}},L={prepareAndUpdate:function(e){z(this),L.update.call(this,e,e&&{optionChanged:e.newOption!=null})},update:function(e,i){var t=this._model,o=this._api,u=this._zr,l=this._coordSysMgr,p=this._scheduler;if(t){t.setUpdatePayload(e),p.restoreData(t,e),p.performSeriesTasks(t),l.create(t,o),p.performDataProcessorTasks(t,e),_e(this,t),l.update(t,o),n(t),p.performVisualTasks(t,e);var v=t.get("backgroundColor")||"transparent";u.setBackgroundColor(v);var c=t.get("darkMode");c!=null&&c!=="auto"&&u.setDarkMode(c),me(this,t,o,e,i),M.trigger("afterupdate",t,o)}},updateTransform:function(e){var i=this,t=this._model,o=this._api;if(t){t.setUpdatePayload(e);var u=[];t.eachComponent(function(p,v){if(p!=="series"){var c=i.getViewOfComponentModel(v);if(c&&c.__alive)if(c.updateTransform){var h=c.updateTransform(v,t,o,e);h&&h.update&&u.push(c)}else u.push(c)}});var l=de();t.eachSeries(function(p){var v=i._chartsMap[p.__viewId];if(v.updateTransform){var c=v.updateTransform(p,t,o,e);c&&c.update&&l.set(p.uid,1)}else l.set(p.uid,1)}),n(t),this._scheduler.performVisualTasks(t,e,{setDirty:!0,dirtyMap:l}),re(this,t,o,e,{},l),M.trigger("afterupdate",t,o)}},updateView:function(e){var i=this._model;i&&(i.setUpdatePayload(e),fe.markUpdateMethod(e,"updateView"),n(i),this._scheduler.performVisualTasks(i,e,{setDirty:!0}),me(this,i,this._api,e,{}),M.trigger("afterupdate",i,this._api))},updateVisual:function(e){var i=this,t=this._model;t&&(t.setUpdatePayload(e),t.eachSeries(function(o){o.getData().clearAllVisual()}),fe.markUpdateMethod(e,"updateVisual"),n(t),this._scheduler.performVisualTasks(t,e,{visualType:"visual",setDirty:!0}),t.eachComponent(function(o,u){if(o!=="series"){var l=i.getViewOfComponentModel(u);l&&l.__alive&&l.updateVisual(u,t,i._api,e)}}),t.eachSeries(function(o){var u=i._chartsMap[o.__viewId];u.updateVisual(o,t,i._api,e)}),M.trigger("afterupdate",t,this._api))},updateLayout:function(e){L.update.call(this,e)}};function r(e,i,t,o,u){if(e._disposed){e.id;return}for(var l=e._model,p=e._coordSysMgr.getCoordinateSystems(),v,c=A.parseFinder(l,t),h=0;h<p.length;h++){var T=p[h];if(T[i]&&(v=T[i](l,c,o,u))!=null)return v}}te=r,_e=function(e,i){var t=e._chartsMap,o=e._scheduler;i.eachSeries(function(u){o.updateStreamModes(u,t[u.__viewId])})},ge=function(e,i){var t=this,o=this.getModel(),u=e.type,l=e.escapeConnect,p=ne[u],v=(p.update||"update").split(":"),c=v.pop(),h=v[0]!=null&&Je(v[0]);this[R]=!0,B(this);var T=[e],_=!1;e.batch&&(_=!0,T=xt(e.batch,function(N){return N=Fe(F({},N),e),N.batch=null,N}));var D=[],O,P=[],I=p.nonRefinedEventType,U=Ze(e),ue=We(e);if(ue&&Xt(this._api),C(T,function(N){var Ue=p.action(N,o,t._api);if(p.refineEvent?P.push(Ue):O=Ue,O=O||F({},N),O.type=I,D.push(O),ue){var ke=A.preParseFinder(e),Ot=ke.queryOptionMap,Pt=ke.mainTypeSpecified,At=Pt?Ot.keys()[0]:"series";ee(t,c,N,At),V(t)}else U?(ee(t,c,N,"series"),V(t)):h&&ee(t,c,N,h.main,h.sub)}),c!=="none"&&!ue&&!U&&!h)try{this[w]?(z(this),L.update.call(this,e),this[w]=null):L[c].call(this,e)}catch(N){throw this[R]=!1,N}if(_?O={type:I,escapeConnect:l,batch:D}:O=D[0],this[R]=!1,!i){var k=void 0;if(p.refineEvent){var Ie=p.refineEvent(P,e,o,this._api).eventContent;Te(G(Ie)),k=Fe({type:p.refinedEventType},Ie),k.fromAction=e.type,k.fromActionPayload=e,k.escapeConnect=!0}var Le=this._messageCenter;Le.trigger(O.type,O),k&&Le.trigger(k.type,k)}},H=function(e){for(var i=this._pendingActions;i.length;){var t=i.shift();ge.call(this,t,e)}},Y=function(e){!e&&this.trigger("updated")},tt=function(e,i){e.on("rendered",function(t){i.trigger("rendered",t),e.animation.isFinished()&&!i[w]&&!i._scheduler.unfinished&&!i._pendingActions.length&&i.trigger("finished")})},rt=function(e,i){e.on("mouseover",function(t){var o=t.target,u=J(o,Be);u&&(jt(u,t,i._api),V(i))}).on("mouseout",function(t){var o=t.target,u=J(o,Be);u&&($t(u,t,i._api),V(i))}).on("click",function(t){var o=t.target,u=J(o,function(v){return $(v).dataIndex!=null},!0);if(u){var l=u.selected?"unselect":"select",p=$(u);i._api.dispatchAction({type:l,dataType:p.dataType,dataIndexInside:p.dataIndex,seriesIndex:p.seriesIndex,isFromClick:!0})}})};function n(e){e.clearColorPalette(),e.eachSeries(function(i){i.clearColorPalette()})}function f(e){var i=[],t=[],o=!1;if(e.eachComponent(function(v,c){var h=c.get("zlevel")||0,T=c.get("z")||0,_=c.getZLevelKey();o=o||!!_,(v==="series"?t:i).push({zlevel:h,z:T,idx:c.componentIndex,type:v,key:_})}),o){var u=i.concat(t),l,p;pe(u,function(v,c){return v.zlevel===c.zlevel?v.z-c.z:v.zlevel-c.zlevel}),C(u,function(v){var c=e.getComponent(v.type,v.idx),h=v.zlevel,T=v.key;l!=null&&(h=Math.max(l,h)),T?(h===l&&T!==p&&h++,p=T):p&&(h===l&&h++,p=""),l=h,c.setZLevel(h)})}}me=function(e,i,t,o,u){f(i),it(e,i,t,o,u),C(e._chartsViews,function(l){l.__alive=!1}),re(e,i,t,o,u),C(e._chartsViews,function(l){l.__alive||l.remove(i,t)})},it=function(e,i,t,o,u,l){C(l||e._componentsViews,function(p){var v=p.__model;m(v,p),p.render(v,i,t,o),E(v,p),y(v,p)})},re=function(e,i,t,o,u,l){var p=e._scheduler;u=F(u||{},{updatedSeries:i.getSeries()}),M.trigger("series:beforeupdate",i,t,u);var v=!1;i.eachSeries(function(c){var h=e._chartsMap[c.__viewId];h.__alive=!0;var T=h.renderTask;p.updatePayload(T,o),m(c,h),l&&l.get(c.uid)&&T.dirty(),T.perform(p.getPerformArgs(T))&&(v=!0),h.group.silent=!!c.get("silent"),S(c,h),Ge(c)}),p.unfinished=v||p.unfinished,M.trigger("series:layoutlabels",i,t,u),M.trigger("series:transition",i,t,u),i.eachSeries(function(c){var h=e._chartsMap[c.__viewId];E(c,h),y(c,h)}),g(e,i),M.trigger("series:afterupdate",i,t,u)},V=function(e){e[ce]=!0,e.getZr().wakeUp()},B=function(e){e[Q]=(e[Q]+1)%1e3},at=function(e){e[ce]&&(e.getZr().storage.traverse(function(i){x.isElementRemoved(i)||a(i)}),e[ce]=!1)};function a(e){for(var i=[],t=e.currentStates,o=0;o<t.length;o++){var u=t[o];u==="emphasis"||u==="blur"||u==="select"||i.push(u)}e.selected&&e.states.select&&i.push("select"),e.hoverState===kt&&e.states.emphasis?i.push("emphasis"):e.hoverState===zt&&e.states.blur&&i.push("blur"),e.useStates(i)}function g(e,i){var t=e._zr,o=t.storage,u=0;o.traverse(function(l){l.isGroup||u++}),u>i.get("hoverLayerThreshold")&&!j.node&&!j.worker&&i.eachSeries(function(l){if(!l.preventUsingHoverLayer){var p=e._chartsMap[l.__viewId];p.__alive&&p.eachRendered(function(v){v.states.emphasis&&(v.states.emphasis.hoverLayer=!0)})}})}function S(e,i){var t=e.get("blendMode")||null;i.eachRendered(function(o){o.isGroup||(o.style.blend=t)})}function E(e,i){if(!e.preventAutoZ){var t=x.retrieveZInfo(e);i.eachRendered(function(o){return x.traverseUpdateZ(o,t.z,t.zlevel),!0})}}function m(e,i){i.eachRendered(function(t){if(!x.isElementRemoved(t)){var o=t.getTextContent(),u=t.getTextGuideLine();t.stateTransition&&(t.stateTransition=null),o&&o.stateTransition&&(o.stateTransition=null),u&&u.stateTransition&&(u.stateTransition=null),t.hasState()?(t.prevStates=t.currentStates,t.clearStates()):t.prevStates&&(t.prevStates=null)}})}function y(e,i){var t=e.getModel("stateAnimation"),o=e.isAnimationEnabled(),u=t.get("duration"),l=u>0?{duration:u,delay:t.get("delay"),easing:t.get("easing")}:null;i.eachRendered(function(p){if(p.states&&p.states.emphasis){if(x.isElementRemoved(p))return;if(p instanceof x.Path&&Yt(p),p.__dirty){var v=p.prevStates;v&&p.useStates(v)}if(o){p.stateTransition=l;var c=p.getTextContent(),h=p.getTextGuideLine();c&&(c.stateTransition=l),h&&(h.stateTransition=l)}p.__dirty&&a(p)}})}nt=function(e){return new(function(i){Ee(t,i);function t(){return i!==null&&i.apply(this,arguments)||this}return t.prototype.getCoordinateSystems=function(){return e._coordSysMgr.getCoordinateSystems()},t.prototype.getComponentByElement=function(o){for(;o;){var u=o.__ecComponentInfo;if(u!=null)return e._model.getComponent(u.mainType,u.index);o=o.parent}},t.prototype.enterEmphasis=function(o,u){je(o,u),V(e)},t.prototype.leaveEmphasis=function(o,u){$e(o,u),V(e)},t.prototype.enterBlur=function(o){Wt(o),V(e)},t.prototype.leaveBlur=function(o){Bt(o),V(e)},t.prototype.enterSelect=function(o){Gt(o),V(e)},t.prototype.leaveSelect=function(o){Zt(o),V(e)},t.prototype.getModel=function(){return e.getModel()},t.prototype.getViewOfComponentModel=function(o){return e.getViewOfComponentModel(o)},t.prototype.getViewOfSeriesModel=function(o){return e.getViewOfSeriesModel(o)},t.prototype.getMainProcessVersion=function(){return e[Q]},t}(Mt))(e)},St=function(e){function i(t,o){for(var u=0;u<t.length;u++){var l=t[u];l[ve]=o}}C(Se,function(t,o){e._messageCenter.on(o,function(u){if(oe[e.group]&&e[ve]!==et){if(u&&u.escapeConnect)return;var l=e.makeActionFromEvent(u),p=[];C(b,function(v){v!==e&&v.group===e.group&&p.push(v)}),i(p,et),C(p,function(v){v[ve]!==Dr&&v.dispatchAction(l)}),i(p,xr)}})})}}(),s}(Oe),xe=ie.prototype;xe.on=_t("on");xe.off=_t("off");xe.one=function(d,s,r){var n=this;dr("ECharts#one is deprecated.");function f(){for(var a=[],g=0;g<arguments.length;g++)a[g]=arguments[g];s&&s.apply&&s.apply(this,a),n.off(d,f)}this.on.call(this,d,f,r)};var Nr=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];var ne={},Se={},ye={},Ce=[],Re=[],ae=[],yt={},we={},b={},oe={},Vr=+new Date-0,Mr=+new Date-0,Ne="_echarts_instance_";function Oi(d,s,r){var n=!(r&&r.ssr);if(n){var f=Ct(d);if(f)return f}var a=new ie(d,s,r);return a.id="ec_"+Vr++,b[a.id]=a,n&&A.setAttribute(d,Ne,a.id),St(a),M.trigger("afterinit",a),a}function Pi(d){if(Nt(d)){var s=d;d=null,C(s,function(r){r.group!=null&&(d=r.group)}),d=d||"g_"+Mr++,C(s,function(r){r.group=d})}return oe[d]=!0,d}function Ir(d){oe[d]=!1}var Ai=Ir;function Di(d){dt(d)?d=b[d]:d instanceof ie||(d=Ct(d)),d instanceof ie&&!d.isDisposed()&&d.dispose()}function Ct(d){return b[A.getAttribute(d,Ne)]}function xi(d){return b[d]}function Rt(d,s){yt[d]=s}function Lr(d){ut(Re,d)<0&&Re.push(d)}function Ur(d,s){Ve(Ce,d,s,yr)}function Ni(d){wt("afterinit",d)}function Vi(d){wt("afterupdate",d)}function wt(d,s){M.on(d,s)}function K(d,s,r){var n,f,a,g,S;st(s)&&(r=s,s=""),G(d)?(n=d.type,f=d.event,g=d.update,S=d.publishNonRefinedEvent,r||(r=d.action),a=d.refineEvent):(n=d,f=s);function E(y){return y.toLowerCase()}f=E(f||n);var m=a?E(n):f;ne[n]||(Te(Qe.test(n)&&Qe.test(f)),a&&Te(f!==n),ne[n]={actionType:n,refinedEventType:f,nonRefinedEventType:m,update:g,action:r,refineEvent:a},ye[f]=1,a&&S&&(ye[m]=1),Se[m]=n)}function Mi(d,s){Pe.register(d,s)}function Ii(d){var s=Pe.get(d);if(s)return s.getDimensionsInfo?s.getDimensionsInfo():s.dimensions.slice()}function Li(d,s){gr(d,s)}function Ui(d,s){Ve(ae,d,s,ct,"layout")}function W(d,s){Ve(ae,d,s,vt,"visual")}var ot=[];function Ve(d,s,r,n,f){if((st(s)||G(s))&&(r=s,s=n),!(ut(ot,r)>=0)){ot.push(r);var a=ft.wrapStageHandler(r,f);a.__prio=s,a.__raw=r,d.push(a)}}function kr(d,s){we[d]=s}function ki(d){_r({createCanvas:d})}function zi(d,s,r){var n=lt("registerMap");n&&n(d,s,r)}function bi(d){var s=lt("getMap");return s&&s(d)}var Fi=fr;W(De,Qt);W(se,er);W(se,tr);W(De,ar);W(se,or);W(ht,vr);Lr(pt);Ur(Tr,Lt);kr("default",rr);K({type:Z,event:Z,update:Z},q);K({type:le,event:le,update:le},q);K({type:Xe,event:Ae,update:Xe,action:q,refineEvent:Me,publishNonRefinedEvent:!0});K({type:qe,event:Ae,update:qe,action:q,refineEvent:Me,publishNonRefinedEvent:!0});K({type:Ke,event:Ae,update:Ke,action:q,refineEvent:Me,publishNonRefinedEvent:!0});function Me(d,s,r,n){return{eventContent:{selected:Ht(r),isFromClick:s.isFromClick||!1}}}Rt("default",{});Rt("dark",ir);var Hi={};export{wi as PRIORITY,Pi as connect,Hi as dataTool,Ri as dependencies,Ai as disConnect,Ir as disconnect,Di as dispose,Ii as getCoordinateSystemDimensions,Ct as getInstanceByDom,xi as getInstanceById,bi as getMap,Oi as init,K as registerAction,Mi as registerCoordinateSystem,Li as registerCustomSeries,Ui as registerLayout,kr as registerLoading,Gi as registerLocale,zi as registerMap,Ni as registerPostInit,Vi as registerPostUpdate,Lr as registerPreprocessor,Ur as registerProcessor,Rt as registerTheme,Fi as registerTransform,wt as registerUpdateLifecycle,W as registerVisual,ki as setCanvasCreator,Ci as version};
3
+ //# sourceMappingURL=echarts.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/impl */
2
+ import"../util/log.mjs";var r={};function i(e,o){r[e]=o}function m(e){return r[e]}export{m as getImpl,i as registerImpl};
3
+ //# sourceMappingURL=impl.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/lifecycle */
2
+ import e from"/zrender@6.0.0/es2022/lib/core/Eventful.mjs";var f=new e,r=f;export{r as default};
3
+ //# sourceMappingURL=lifecycle.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/locale */
2
+ import g from"../model/Model.mjs";import m from"/zrender@6.0.0/es2022/lib/core/env.mjs";import L from"../i18n/langEN.mjs";import s from"../i18n/langZH.mjs";import{isString as v,clone as o,merge as u}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var a="ZH",i="EN",e=i,n={},p={},C=m.domSupported?function(){var r=(document.documentElement.lang||navigator.language||navigator.browserLanguage||e).toUpperCase();return r.indexOf(a)>-1?a:e}():e;function f(r,t){r=r.toUpperCase(),p[r]=new g(t),n[r]=t}function S(r){if(v(r)){var t=n[r.toUpperCase()]||{};return r===a||r===i?o(t):u(o(t),o(n[e]),!1)}else return u(o(r),o(n[e]),!1)}function A(r){return p[r]}function M(){return p[e]}f(i,L);f(a,s);export{C as SYSTEM_LANG,S as createLocaleObject,M as getDefaultLocaleModel,A as getLocaleModel,f as registerLocale};
3
+ //# sourceMappingURL=locale.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/task */
2
+ import{isArray as E}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function O(i){return new x(i)}var x=function(){function i(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0}return i.prototype.perform=function(t){var s=this._upstream,e=t&&t.skip;if(this._dirty&&s){var n=this.context;n.data=n.outputData=s.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var o;this._plan&&!e&&(o=this._plan(this.context));var p=d(this._modBy),c=this._modDataCount||0,r=d(t&&t.modBy),u=t&&t.modDataCount||0;(p!==r||c!==u)&&(o="reset");function d(y){return!(y>=1)&&(y=1),y}var h;(this._dirty||o==="reset")&&(this._dirty=!1,h=this._doReset(e)),this._modBy=r,this._modDataCount=u;var v=t&&t.step;if(s?this._dueEnd=s._outputDueEnd:this._dueEnd=this._count?this._count(this.context):1/0,this._progress){var l=this._dueIndex,a=Math.min(v!=null?this._dueIndex+v:1/0,this._dueEnd);if(!e&&(h||l<a)){var _=this._progress;if(E(_))for(var f=0;f<_.length;f++)this._doProgress(_[f],l,a,r,u);else this._doProgress(_,l,a,r,u)}this._dueIndex=a;var D=this._settedOutputEnd!=null?this._settedOutputEnd:a;this._outputDueEnd=D}else this._dueIndex=this._outputDueEnd=this._settedOutputEnd!=null?this._settedOutputEnd:this._dueEnd;return this.unfinished()},i.prototype.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},i.prototype._doProgress=function(t,s,e,n,o){m.reset(s,e,n,o),this._callingProgress=t,this._callingProgress({start:s,end:e,count:e-s,next:m.next},this.context)},i.prototype._doReset=function(t){this._dueIndex=this._outputDueEnd=this._dueEnd=0,this._settedOutputEnd=null;var s,e;!t&&this._reset&&(s=this._reset(this.context),s&&s.progress&&(e=s.forceFirstProgress,s=s.progress),E(s)&&!s.length&&(s=null)),this._progress=s,this._modBy=this._modDataCount=null;var n=this._downstream;return n&&n.dirty(),e},i.prototype.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},i.prototype.pipe=function(t){(this._downstream!==t||this._dirty)&&(this._downstream=t,t._upstream=this,t.dirty())},i.prototype.dispose=function(){this._disposed||(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},i.prototype.getUpstream=function(){return this._upstream},i.prototype.getDownstream=function(){return this._downstream},i.prototype.setOutputEnd=function(t){this._outputDueEnd=this._settedOutputEnd=t},i}();var m=function(){var i,t,s,e,n,o={reset:function(r,u,d,h){t=r,i=u,s=d,e=h,n=Math.ceil(e/s),o.next=s>1&&e>0?c:p}};return o;function p(){return t<i?t++:null}function c(){var r=t%n*s+Math.ceil(t/n),u=t>=i?null:r<e?r:t;return t++,u}}();export{x as Task,O as createTask};
3
+ //# sourceMappingURL=task.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/DataDiffer */
2
+ function a(r){return r==null?0:r.length||1}function c(r){return r}var d=function(){function r(t,h,i,n,o,e){this._old=t,this._new=h,this._oldKeyGetter=i||c,this._newKeyGetter=n||c,this.context=o,this._diffModeMultiple=e==="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,h=this._new,i={},n=new Array(t.length),o=new Array(h.length);this._initIndexMap(t,null,n,"_oldKeyGetter"),this._initIndexMap(h,i,o,"_newKeyGetter");for(var e=0;e<t.length;e++){var s=n[e],u=i[s],_=a(u);if(_>1){var f=u.shift();u.length===1&&(i[s]=u[0]),this._update&&this._update(f,e)}else _===1?(i[s]=null,this._update&&this._update(u,e)):this._remove&&this._remove(e)}this._performRestAdd(o,i)},r.prototype._executeMultiple=function(){var t=this._old,h=this._new,i={},n={},o=[],e=[];this._initIndexMap(t,i,o,"_oldKeyGetter"),this._initIndexMap(h,n,e,"_newKeyGetter");for(var s=0;s<o.length;s++){var u=o[s],_=i[u],f=n[u],v=a(_),p=a(f);if(v>1&&p===1)this._updateManyToOne&&this._updateManyToOne(f,_),n[u]=null;else if(v===1&&p>1)this._updateOneToMany&&this._updateOneToMany(f,_),n[u]=null;else if(v===1&&p===1)this._update&&this._update(f,_),n[u]=null;else if(v>1&&p>1)this._updateManyToMany&&this._updateManyToMany(f,_),n[u]=null;else if(v>1)for(var y=0;y<v;y++)this._remove&&this._remove(_[y]);else this._remove&&this._remove(_)}this._performRestAdd(e,n)},r.prototype._performRestAdd=function(t,h){for(var i=0;i<t.length;i++){var n=t[i],o=h[n],e=a(o);if(e>1)for(var s=0;s<e;s++)this._add&&this._add(o[s]);else e===1&&this._add&&this._add(o);h[n]=null}},r.prototype._initIndexMap=function(t,h,i,n){for(var o=this._diffModeMultiple,e=0;e<t.length;e++){var s="_ec_"+this[n](t[e],e);if(o||(i[e]=s),!!h){var u=h[s],_=a(u);_===0?(h[s]=e,o&&i.push(s)):_===1?h[s]=[u,e]:u.push(e)}}},r}(),l=d;export{l as default};
3
+ //# sourceMappingURL=DataDiffer.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/DataStore */
2
+ import{clone as P,createHashMap as V,keys as B,map as U,reduce as b}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{parseDataValue as G}from"./helper/dataValueHelper.mjs";import{shouldRetrieveDataByName as T}from"./Source.mjs";var E="undefined",q=typeof Uint32Array===E?Array:Uint32Array,H=typeof Uint16Array===E?Array:Uint16Array,L=typeof Int32Array===E?Array:Int32Array,k=typeof Float64Array===E?Array:Float64Array,O={float:k,int:L,ordinal:Array,number:Array,time:k},F;function I(h){return h>65535?q:H}function M(){return[1/0,-1/0]}function J(h){var t=h.constructor;return t===Array?h.slice():new t(h)}function z(h,t,r,e,a){var n=O[r||"float"];if(a){var o=h[t],s=o&&o.length;if(s!==e){for(var i=new n(e),u=0;u<s;u++)i[u]=o[u];h[t]=i}}else h[t]=new n(e)}var K=function(){function h(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=V()}return h.prototype.initData=function(t,r,e){this._provider=t,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var a=t.getSource(),n=this.defaultDimValueGetter=F[a.sourceFormat];this._dimValueGetter=e||n,this._rawExtent=[];var o=T(a);this._dimensions=U(r,function(s){return{type:s.type,property:s.property}}),this._initDataFromProvider(0,t.count())},h.prototype.getProvider=function(){return this._provider},h.prototype.getSource=function(){return this._provider.getSource()},h.prototype.ensureCalculationDimension=function(t,r){var e=this._calcDimNameToIdx,a=this._dimensions,n=e.get(t);if(n!=null){if(a[n].type===r)return n}else n=a.length;return a[n]={type:r},e.set(t,n),this._chunks[n]=new O[r||"float"](this._rawCount),this._rawExtent[n]=M(),n},h.prototype.collectOrdinalMeta=function(t,r){var e=this._chunks[t],a=this._dimensions[t],n=this._rawExtent,o=a.ordinalOffset||0,s=e.length;o===0&&(n[t]=M());for(var i=n[t],u=o;u<s;u++){var v=e[u]=r.parseAndCollect(e[u]);isNaN(v)||(i[0]=Math.min(v,i[0]),i[1]=Math.max(v,i[1]))}a.ordinalMeta=r,a.ordinalOffset=s,a.type="ordinal"},h.prototype.getOrdinalMeta=function(t){var r=this._dimensions[t],e=r.ordinalMeta;return e},h.prototype.getDimensionProperty=function(t){var r=this._dimensions[t];return r&&r.property},h.prototype.appendData=function(t){var r=this._provider,e=this.count();r.appendData(t);var a=r.count();return r.persistent||(a+=e),e<a&&this._initDataFromProvider(e,a,!0),[e,a]},h.prototype.appendValues=function(t,r){for(var e=this._chunks,a=this._dimensions,n=a.length,o=this._rawExtent,s=this.count(),i=s+Math.max(t.length,r||0),u=0;u<n;u++){var v=a[u];z(e,u,v.type,i,!0)}for(var y=[],l=s;l<i;l++)for(var f=l-s,c=0;c<n;c++){var v=a[c],g=F.arrayRows.call(this,t[f]||y,v.property,f,c);e[c][l]=g;var p=o[c];g<p[0]&&(p[0]=g),g>p[1]&&(p[1]=g)}return this._rawCount=this._count=i,{start:s,end:i}},h.prototype._initDataFromProvider=function(t,r,e){for(var a=this._provider,n=this._chunks,o=this._dimensions,s=o.length,i=this._rawExtent,u=U(o,function(w){return w.property}),v=0;v<s;v++){var y=o[v];i[v]||(i[v]=M()),z(n,v,y.type,r,e)}if(a.fillStorage)a.fillStorage(t,r,n,i);else for(var l=[],f=t;f<r;f++){l=a.getItem(f,l);for(var c=0;c<s;c++){var g=n[c],p=this._dimValueGetter(l,u[c],f,c);g[f]=p;var _=i[c];p<_[0]&&(_[0]=p),p>_[1]&&(_[1]=p)}}!a.persistent&&a.clean&&a.clean(),this._rawCount=this._count=r,this._extent=[]},h.prototype.count=function(){return this._count},h.prototype.get=function(t,r){if(!(r>=0&&r<this._count))return NaN;var e=this._chunks[t];return e?e[this.getRawIndex(r)]:NaN},h.prototype.getValues=function(t,r){var e=[],a=[];if(r==null){r=t,t=[];for(var n=0;n<this._dimensions.length;n++)a.push(n)}else a=t;for(var n=0,o=a.length;n<o;n++)e.push(this.get(a[n],r));return e},h.prototype.getByRawIndex=function(t,r){if(!(r>=0&&r<this._rawCount))return NaN;var e=this._chunks[t];return e?e[r]:NaN},h.prototype.getSum=function(t){var r=this._chunks[t],e=0;if(r)for(var a=0,n=this.count();a<n;a++){var o=this.get(t,a);isNaN(o)||(e+=o)}return e},h.prototype.getMedian=function(t){var r=[];this.each([t],function(n){isNaN(n)||r.push(n)});var e=r.sort(function(n,o){return n-o}),a=this.count();return a===0?0:a%2===1?e[(a-1)/2]:(e[a/2]+e[a/2-1])/2},h.prototype.indexOfRawIndex=function(t){if(t>=this._rawCount||t<0)return-1;if(!this._indices)return t;var r=this._indices,e=r[t];if(e!=null&&e<this._count&&e===t)return t;for(var a=0,n=this._count-1;a<=n;){var o=(a+n)/2|0;if(r[o]<t)a=o+1;else if(r[o]>t)n=o-1;else return o}return-1},h.prototype.getIndices=function(){var t,r=this._indices;if(r){var e=r.constructor,a=this._count;if(e===Array){t=new e(a);for(var n=0;n<a;n++)t[n]=r[n]}else t=new e(r.buffer,0,a)}else{var e=I(this._rawCount);t=new e(this.count());for(var n=0;n<t.length;n++)t[n]=n}return t},h.prototype.filter=function(t,r){if(!this._count)return this;for(var e=this.clone(),a=e.count(),n=I(e._rawCount),o=new n(a),s=[],i=t.length,u=0,v=t[0],y=e._chunks,l=0;l<a;l++){var f=void 0,c=e.getRawIndex(l);if(i===0)f=r(l);else if(i===1){var g=y[v][c];f=r(g,l)}else{for(var p=0;p<i;p++)s[p]=y[t[p]][c];s[p]=l,f=r.apply(null,s)}f&&(o[u++]=c)}return u<a&&(e._indices=o),e._count=u,e._extent=[],e._updateGetRawIdx(),e},h.prototype.selectRange=function(t){var r=this.clone(),e=r._count;if(!e)return this;var a=B(t),n=a.length;if(!n)return this;var o=r.count(),s=I(r._rawCount),i=new s(o),u=0,v=a[0],y=t[v][0],l=t[v][1],f=r._chunks,c=!1;if(!r._indices){var g=0;if(n===1){for(var p=f[a[0]],_=0;_<e;_++){var w=p[_];(w>=y&&w<=l||isNaN(w))&&(i[u++]=g),g++}c=!0}else if(n===2){for(var p=f[a[0]],d=f[a[1]],R=t[a[1]][0],D=t[a[1]][1],_=0;_<e;_++){var w=p[_],N=d[_];(w>=y&&w<=l||isNaN(w))&&(N>=R&&N<=D||isNaN(N))&&(i[u++]=g),g++}c=!0}}if(!c)if(n===1)for(var _=0;_<o;_++){var A=r.getRawIndex(_),w=f[a[0]][A];(w>=y&&w<=l||isNaN(w))&&(i[u++]=A)}else for(var _=0;_<o;_++){for(var S=!0,A=r.getRawIndex(_),C=0;C<n;C++){var m=a[C],w=f[m][A];(w<t[m][0]||w>t[m][1])&&(S=!1)}S&&(i[u++]=r.getRawIndex(_))}return u<o&&(r._indices=i),r._count=u,r._extent=[],r._updateGetRawIdx(),r},h.prototype.map=function(t,r){var e=this.clone(t);return this._updateDims(e,t,r),e},h.prototype.modify=function(t,r){this._updateDims(this,t,r)},h.prototype._updateDims=function(t,r,e){for(var a=t._chunks,n=[],o=r.length,s=t.count(),i=[],u=t._rawExtent,v=0;v<r.length;v++)u[r[v]]=M();for(var y=0;y<s;y++){for(var l=t.getRawIndex(y),f=0;f<o;f++)i[f]=a[r[f]][l];i[o]=y;var c=e&&e.apply(null,i);if(c!=null){typeof c!="object"&&(n[0]=c,c=n);for(var v=0;v<c.length;v++){var g=r[v],p=c[v],_=u[g],w=a[g];w&&(w[l]=p),p<_[0]&&(_[0]=p),p>_[1]&&(_[1]=p)}}}},h.prototype.lttbDownSample=function(t,r){var e=this.clone([t],!0),a=e._chunks,n=a[t],o=this.count(),s=0,i=Math.floor(1/r),u=this.getRawIndex(0),v,y,l,f=new(I(this._rawCount))(Math.min((Math.ceil(o/i)+2)*2,o));f[s++]=u;for(var c=1;c<o-1;c+=i){for(var g=Math.min(c+i,o-1),p=Math.min(c+i*2,o),_=(p+g)/2,w=0,d=g;d<p;d++){var R=this.getRawIndex(d),D=n[R];isNaN(D)||(w+=D)}w/=p-g;var N=c,A=Math.min(c+i,o),S=c-1,C=n[u];v=-1,l=N;for(var m=-1,x=0,d=N;d<A;d++){var R=this.getRawIndex(d),D=n[R];if(isNaN(D)){x++,m<0&&(m=R);continue}y=Math.abs((S-_)*(D-C)-(S-d)*(w-C)),y>v&&(v=y,l=R)}x>0&&x<A-N&&(f[s++]=Math.min(m,l),l=Math.max(m,l)),f[s++]=l,u=l}return f[s++]=this.getRawIndex(o-1),e._count=s,e._indices=f,e.getRawIndex=this._getRawIdx,e},h.prototype.minmaxDownSample=function(t,r){for(var e=this.clone([t],!0),a=e._chunks,n=Math.floor(1/r),o=a[t],s=this.count(),i=new(I(this._rawCount))(Math.ceil(s/n)*2),u=0,v=0;v<s;v+=n){var y=v,l=o[this.getRawIndex(y)],f=v,c=o[this.getRawIndex(f)],g=n;v+n>s&&(g=s-v);for(var p=0;p<g;p++){var _=this.getRawIndex(v+p),w=o[_];w<l&&(l=w,y=v+p),w>c&&(c=w,f=v+p)}var d=this.getRawIndex(y),R=this.getRawIndex(f);y<f?(i[u++]=d,i[u++]=R):(i[u++]=R,i[u++]=d)}return e._count=u,e._indices=i,e._updateGetRawIdx(),e},h.prototype.downSample=function(t,r,e,a){for(var n=this.clone([t],!0),o=n._chunks,s=[],i=Math.floor(1/r),u=o[t],v=this.count(),y=n._rawExtent[t]=M(),l=new(I(this._rawCount))(Math.ceil(v/i)),f=0,c=0;c<v;c+=i){i>v-c&&(i=v-c,s.length=i);for(var g=0;g<i;g++){var p=this.getRawIndex(c+g);s[g]=u[p]}var _=e(s),w=this.getRawIndex(Math.min(c+a(s,_)||0,v-1));u[w]=_,_<y[0]&&(y[0]=_),_>y[1]&&(y[1]=_),l[f++]=w}return n._count=f,n._indices=l,n._updateGetRawIdx(),n},h.prototype.each=function(t,r){if(this._count)for(var e=t.length,a=this._chunks,n=0,o=this.count();n<o;n++){var s=this.getRawIndex(n);switch(e){case 0:r(n);break;case 1:r(a[t[0]][s],n);break;case 2:r(a[t[0]][s],a[t[1]][s],n);break;default:for(var i=0,u=[];i<e;i++)u[i]=a[t[i]][s];u[i]=n,r.apply(null,u)}}},h.prototype.getDataExtent=function(t){var r=this._chunks[t],e=M();if(!r)return e;var a=this.count(),n=!this._indices,o;if(n)return this._rawExtent[t].slice();if(o=this._extent[t],o)return o.slice();o=e;for(var s=o[0],i=o[1],u=0;u<a;u++){var v=this.getRawIndex(u),y=r[v];y<s&&(s=y),y>i&&(i=y)}return o=[s,i],this._extent[t]=o,o},h.prototype.getRawDataItem=function(t){var r=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(r);for(var e=[],a=this._chunks,n=0;n<a.length;n++)e.push(a[n][r]);return e},h.prototype.clone=function(t,r){var e=new h,a=this._chunks,n=t&&b(t,function(s,i){return s[i]=!0,s},{});if(n)for(var o=0;o<a.length;o++)e._chunks[o]=n[o]?J(a[o]):a[o];else e._chunks=a;return this._copyCommonProps(e),r||(e._indices=this._cloneIndices()),e._updateGetRawIdx(),e},h.prototype._copyCommonProps=function(t){t._count=this._count,t._rawCount=this._rawCount,t._provider=this._provider,t._dimensions=this._dimensions,t._extent=P(this._extent),t._rawExtent=P(this._rawExtent)},h.prototype._cloneIndices=function(){if(this._indices){var t=this._indices.constructor,r=void 0;if(t===Array){var e=this._indices.length;r=new t(e);for(var a=0;a<e;a++)r[a]=this._indices[a]}else r=new t(this._indices);return r}return null},h.prototype._getRawIdxIdentity=function(t){return t},h.prototype._getRawIdx=function(t){return t<this._count&&t>=0?this._indices[t]:-1},h.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},h.internalField=function(){function t(r,e,a,n){return G(r[n],this._dimensions[n])}F={arrayRows:t,objectRows:function(r,e,a,n){return G(r[e],this._dimensions[n])},keyedColumns:t,original:function(r,e,a,n){var o=r&&(r.value==null?r:r.value);return G(o instanceof Array?o[n]:o,this._dimensions[n])},typedArray:function(r,e,a,n){return r[n]}}}(),h}(),j=K;export{k as CtorFloat64Array,L as CtorInt32Array,H as CtorUint16Array,q as CtorUint32Array,j as default};
3
+ //# sourceMappingURL=DataStore.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/OrdinalMeta */
2
+ import{createHashMap as a,isObject as l,map as o,isString as s}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var c=0,u=function(){function i(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication,this.uid=++c,this._onCollect=e.onCollect}return i.createByAxisModel=function(e){var t=e.option,n=t.data,r=n&&o(n,d);return new i({categories:r,needCollect:!r,deduplication:t.dedplication!==!1})},i.prototype.getOrdinal=function(e){return this._getOrCreateMap().get(e)},i.prototype.parseAndCollect=function(e){var t,n=this._needCollect;if(!s(e)&&!n)return e;if(n&&!this._deduplication)return t=this.categories.length,this.categories[t]=e,this._onCollect&&this._onCollect(e,t),t;var r=this._getOrCreateMap();return t=r.get(e),t==null&&(n?(t=this.categories.length,this.categories[t]=e,r.set(e,t),this._onCollect&&this._onCollect(e,t)):t=NaN),t},i.prototype._getOrCreateMap=function(){return this._map||(this._map=a(this.categories))},i}();function d(i){return l(i)&&i.value!=null?i.value:i+""}var p=u;export{p as default};
3
+ //# sourceMappingURL=OrdinalMeta.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/SeriesData */
2
+ import*as o from"/zrender@6.0.0/es2022/lib/core/util.mjs";import V from"../model/Model.mjs";import N from"./DataDiffer.mjs";import{DefaultDataProvider as A}from"./helper/dataProvider.mjs";import{summarizeDimensions as F}from"./helper/dimensionHelper.mjs";import x from"./SeriesDimensionDefine.mjs";import{SOURCE_FORMAT_TYPED_ARRAY as C,SOURCE_FORMAT_ORIGINAL as T}from"../util/types.mjs";import{convertOptionIdName as S,isDataItemOption as P}from"../util/model.mjs";import{setCommonECData as G}from"../util/innerStore.mjs";import{isSourceInstance as H}from"./Source.mjs";import z from"./DataStore.mjs";import{isSeriesDataSchema as B}from"./helper/SeriesDataSchema.mjs";var d=o.isObject,c=o.map,X=typeof Int32Array>"u"?Array:Int32Array,Y="e\0\0",U=-1,j=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],q=["_approximateExtent"],L,g,v,I,O,D,w,W=function(){function n(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","minmaxDownSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","minmaxDownSample","lttbDownSample"];var i,r=!1;B(t)?(i=t.dimensions,this._dimOmitted=t.isDimensionOmitted(),this._schema=t):(r=!0,i=t),i=i||["x","y"];for(var s={},u=[],a={},h=!1,p={},l=0;l<i.length;l++){var f=i[l],m=o.isString(f)?new x({name:f}):f instanceof x?f:new x(f),_=m.name;m.type=m.type||"float",m.coordDim||(m.coordDim=_,m.coordDimIndex=0);var M=m.otherDims=m.otherDims||{};u.push(_),s[_]=m,p[_]!=null&&(h=!0),m.createInvertedIndices&&(a[_]=[]);var y=l;o.isNumber(m.storeDimIndex)&&(y=m.storeDimIndex),M.itemName===0&&(this._nameDimIdx=y),M.itemId===0&&(this._idDimIdx=y),r&&(m.storeDimIndex=l)}if(this.dimensions=u,this._dimInfos=s,this._initGetDimensionInfo(h),this.hostModel=e,this._invertedIndicesMap=a,this._dimOmitted){var R=this._dimIdxToName=o.createHashMap();o.each(u,function(E){R.set(s[E].storeDimIndex,E)})}}return n.prototype.getDimension=function(t){var e=this._recognizeDimIndex(t);if(e==null)return t;if(e=t,!this._dimOmitted)return this.dimensions[e];var i=this._dimIdxToName.get(e);if(i!=null)return i;var r=this._schema.getSourceDimension(e);if(r)return r.name},n.prototype.getDimensionIndex=function(t){var e=this._recognizeDimIndex(t);if(e!=null)return e;if(t==null)return-1;var i=this._getDimInfo(t);return i?i.storeDimIndex:this._dimOmitted?this._schema.getSourceDimensionIndex(t):-1},n.prototype._recognizeDimIndex=function(t){if(o.isNumber(t)||t!=null&&!isNaN(t)&&!this._getDimInfo(t)&&(!this._dimOmitted||this._schema.getSourceDimensionIndex(t)<0))return+t},n.prototype._getStoreDimIndex=function(t){var e=this.getDimensionIndex(t);return e},n.prototype.getDimensionInfo=function(t){return this._getDimInfo(this.getDimension(t))},n.prototype._initGetDimensionInfo=function(t){var e=this._dimInfos;this._getDimInfo=t?function(i){return e.hasOwnProperty(i)?e[i]:void 0}:function(i){return e[i]}},n.prototype.getDimensionsOnCoord=function(){return this._dimSummary.dataDimsOnCoord.slice()},n.prototype.mapDimension=function(t,e){var i=this._dimSummary;if(e==null)return i.encodeFirstDimNotExtra[t];var r=i.encode[t];return r?r[e]:null},n.prototype.mapDimensionsAll=function(t){var e=this._dimSummary,i=e.encode[t];return(i||[]).slice()},n.prototype.getStore=function(){return this._store},n.prototype.initData=function(t,e,i){var r=this,s;if(t instanceof z&&(s=t),!s){var u=this.dimensions,a=H(t)||o.isArrayLike(t)?new A(t,u.length):t;s=new z;var h=c(u,function(p){return{type:r._dimInfos[p].type,property:p}});s.initData(a,h,i)}this._store=s,this._nameList=(e||[]).slice(),this._idList=[],this._nameRepeatCount={},this._doInit(0,s.count()),this._dimSummary=F(this,this._schema),this.userOutput=this._dimSummary.userOutput},n.prototype.appendData=function(t){var e=this._store.appendData(t);this._doInit(e[0],e[1])},n.prototype.appendValues=function(t,e){var i=this._store.appendValues(t,e&&e.length),r=i.start,s=i.end,u=this._shouldMakeIdFromName();if(this._updateOrdinalMeta(),e)for(var a=r;a<s;a++){var h=a-r;this._nameList[a]=e[h],u&&w(this,a)}},n.prototype._updateOrdinalMeta=function(){for(var t=this._store,e=this.dimensions,i=0;i<e.length;i++){var r=this._dimInfos[e[i]];r.ordinalMeta&&t.collectOrdinalMeta(r.storeDimIndex,r.ordinalMeta)}},n.prototype._shouldMakeIdFromName=function(){var t=this._store.getProvider();return this._idDimIdx==null&&t.getSource().sourceFormat!==C&&!t.fillStorage},n.prototype._doInit=function(t,e){if(!(t>=e)){var i=this._store,r=i.getProvider();this._updateOrdinalMeta();var s=this._nameList,u=this._idList,a=r.getSource().sourceFormat,h=a===T;if(h&&!r.pure)for(var p=[],l=t;l<e;l++){var f=r.getItem(l,p);if(!this.hasItemOption&&P(f)&&(this.hasItemOption=!0),f){var m=f.name;s[l]==null&&m!=null&&(s[l]=S(m,null));var _=f.id;u[l]==null&&_!=null&&(u[l]=S(_,null))}}if(this._shouldMakeIdFromName())for(var l=t;l<e;l++)w(this,l);L(this)}},n.prototype.getApproximateExtent=function(t){return this._approximateExtent[t]||this._store.getDataExtent(this._getStoreDimIndex(t))},n.prototype.setApproximateExtent=function(t,e){e=this.getDimension(e),this._approximateExtent[e]=t.slice()},n.prototype.getCalculationInfo=function(t){return this._calculationInfo[t]},n.prototype.setCalculationInfo=function(t,e){d(t)?o.extend(this._calculationInfo,t):this._calculationInfo[t]=e},n.prototype.getName=function(t){var e=this.getRawIndex(t),i=this._nameList[e];return i==null&&this._nameDimIdx!=null&&(i=v(this,this._nameDimIdx,e)),i==null&&(i=""),i},n.prototype._getCategory=function(t,e){var i=this._store.get(t,e),r=this._store.getOrdinalMeta(t);return r?r.categories[i]:i},n.prototype.getId=function(t){return g(this,this.getRawIndex(t))},n.prototype.count=function(){return this._store.count()},n.prototype.get=function(t,e){var i=this._store,r=this._dimInfos[t];if(r)return i.get(r.storeDimIndex,e)},n.prototype.getByRawIndex=function(t,e){var i=this._store,r=this._dimInfos[t];if(r)return i.getByRawIndex(r.storeDimIndex,e)},n.prototype.getIndices=function(){return this._store.getIndices()},n.prototype.getDataExtent=function(t){return this._store.getDataExtent(this._getStoreDimIndex(t))},n.prototype.getSum=function(t){return this._store.getSum(this._getStoreDimIndex(t))},n.prototype.getMedian=function(t){return this._store.getMedian(this._getStoreDimIndex(t))},n.prototype.getValues=function(t,e){var i=this,r=this._store;return o.isArray(t)?r.getValues(c(t,function(s){return i._getStoreDimIndex(s)}),e):r.getValues(t)},n.prototype.hasValue=function(t){for(var e=this._dimSummary.dataDimIndicesOnCoord,i=0,r=e.length;i<r;i++)if(isNaN(this._store.get(e[i],t)))return!1;return!0},n.prototype.indexOfName=function(t){for(var e=0,i=this._store.count();e<i;e++)if(this.getName(e)===t)return e;return-1},n.prototype.getRawIndex=function(t){return this._store.getRawIndex(t)},n.prototype.indexOfRawIndex=function(t){return this._store.indexOfRawIndex(t)},n.prototype.rawIndexOf=function(t,e){var i=t&&this._invertedIndicesMap[t],r=i&&i[e];return r==null||isNaN(r)?U:r},n.prototype.each=function(t,e,i){"use strict";o.isFunction(t)&&(i=e,e=t,t=[]);var r=i||this,s=c(I(t),this._getStoreDimIndex,this);this._store.each(s,r?o.bind(e,r):e)},n.prototype.filterSelf=function(t,e,i){"use strict";o.isFunction(t)&&(i=e,e=t,t=[]);var r=i||this,s=c(I(t),this._getStoreDimIndex,this);return this._store=this._store.filter(s,r?o.bind(e,r):e),this},n.prototype.selectRange=function(t){"use strict";var e=this,i={},r=o.keys(t),s=[];return o.each(r,function(u){var a=e._getStoreDimIndex(u);i[a]=t[u],s.push(a)}),this._store=this._store.selectRange(i),this},n.prototype.mapArray=function(t,e,i){"use strict";o.isFunction(t)&&(i=e,e=t,t=[]),i=i||this;var r=[];return this.each(t,function(){r.push(e&&e.apply(this,arguments))},i),r},n.prototype.map=function(t,e,i,r){"use strict";var s=i||r||this,u=c(I(t),this._getStoreDimIndex,this),a=D(this);return a._store=this._store.map(u,s?o.bind(e,s):e),a},n.prototype.modify=function(t,e,i,r){var s=this,u=i||r||this,a=c(I(t),this._getStoreDimIndex,this);this._store.modify(a,u?o.bind(e,u):e)},n.prototype.downSample=function(t,e,i,r){var s=D(this);return s._store=this._store.downSample(this._getStoreDimIndex(t),e,i,r),s},n.prototype.minmaxDownSample=function(t,e){var i=D(this);return i._store=this._store.minmaxDownSample(this._getStoreDimIndex(t),e),i},n.prototype.lttbDownSample=function(t,e){var i=D(this);return i._store=this._store.lttbDownSample(this._getStoreDimIndex(t),e),i},n.prototype.getRawDataItem=function(t){return this._store.getRawDataItem(t)},n.prototype.getItemModel=function(t){var e=this.hostModel,i=this.getRawDataItem(t);return new V(i,e,e&&e.ecModel)},n.prototype.diff=function(t){var e=this;return new N(t?t.getStore().getIndices():[],this.getStore().getIndices(),function(i){return g(t,i)},function(i){return g(e,i)})},n.prototype.getVisual=function(t){var e=this._visual;return e&&e[t]},n.prototype.setVisual=function(t,e){this._visual=this._visual||{},d(t)?o.extend(this._visual,t):this._visual[t]=e},n.prototype.getItemVisual=function(t,e){var i=this._itemVisuals[t],r=i&&i[e];return r??this.getVisual(e)},n.prototype.hasItemVisual=function(){return this._itemVisuals.length>0},n.prototype.ensureUniqueItemVisual=function(t,e){var i=this._itemVisuals,r=i[t];r||(r=i[t]={});var s=r[e];return s==null&&(s=this.getVisual(e),o.isArray(s)?s=s.slice():d(s)&&(s=o.extend({},s)),r[e]=s),s},n.prototype.setItemVisual=function(t,e,i){var r=this._itemVisuals[t]||{};this._itemVisuals[t]=r,d(e)?o.extend(r,e):r[e]=i},n.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},n.prototype.setLayout=function(t,e){d(t)?o.extend(this._layout,t):this._layout[t]=e},n.prototype.getLayout=function(t){return this._layout[t]},n.prototype.getItemLayout=function(t){return this._itemLayouts[t]},n.prototype.setItemLayout=function(t,e,i){this._itemLayouts[t]=i?o.extend(this._itemLayouts[t]||{},e):e},n.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},n.prototype.setItemGraphicEl=function(t,e){var i=this.hostModel&&this.hostModel.seriesIndex;G(i,this.dataType,t,e),this._graphicEls[t]=e},n.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},n.prototype.eachItemGraphicEl=function(t,e){o.each(this._graphicEls,function(i,r){i&&t&&t.call(e,i,r)})},n.prototype.cloneShallow=function(t){return t||(t=new n(this._schema?this._schema:c(this.dimensions,this._getDimInfo,this),this.hostModel)),O(t,this),t._store=this._store,t},n.prototype.wrapMethod=function(t,e){var i=this[t];o.isFunction(i)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var r=i.apply(this,arguments);return e.apply(this,[r].concat(o.slice(arguments)))})},n.internalField=function(){L=function(t){var e=t._invertedIndicesMap;o.each(e,function(i,r){var s=t._dimInfos[r],u=s.ordinalMeta,a=t._store;if(u){i=e[r]=new X(u.categories.length);for(var h=0;h<i.length;h++)i[h]=U;for(var h=0;h<a.count();h++)i[a.get(s.storeDimIndex,h)]=h}})},v=function(t,e,i){return S(t._getCategory(e,i),null)},g=function(t,e){var i=t._idList[e];return i==null&&t._idDimIdx!=null&&(i=v(t,t._idDimIdx,e)),i==null&&(i=Y+e),i},I=function(t){return o.isArray(t)||(t=t!=null?[t]:[]),t},D=function(t){var e=new n(t._schema?t._schema:c(t.dimensions,t._getDimInfo,t),t.hostModel);return O(e,t),e},O=function(t,e){o.each(j.concat(e.__wrappedMethods||[]),function(i){e.hasOwnProperty(i)&&(t[i]=e[i])}),t.__wrappedMethods=e.__wrappedMethods,o.each(q,function(i){t[i]=o.clone(e[i])}),t._calculationInfo=o.extend({},e._calculationInfo)},w=function(t,e){var i=t._nameList,r=t._idList,s=t._nameDimIdx,u=t._idDimIdx,a=i[e],h=r[e];if(a==null&&s!=null&&(i[e]=a=v(t,s,e)),h==null&&u!=null&&(r[e]=h=v(t,u,e)),h==null&&a!=null){var p=t._nameRepeatCount,l=p[a]=(p[a]||0)+1;h=a,l>1&&(h+="__ec__"+l),r[e]=h}}}(),n}(),nt=W;export{nt as default};
3
+ //# sourceMappingURL=SeriesData.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/SeriesDimensionDefine */
2
+ import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";var r=function(){function n(i){this.otherDims={},i!=null&&e.extend(this,i)}return n}(),t=r;export{t as default};
3
+ //# sourceMappingURL=SeriesDimensionDefine.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/Source */
2
+ import{isTypedArray as m,clone as C,createHashMap as g,isArray as p,isObject as O,isArrayLike as A,hasOwn as D,each as N,map as I,isNumber as T,isString as F,keys as L}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{SOURCE_FORMAT_ORIGINAL as d,SERIES_LAYOUT_BY_COLUMN as U,SOURCE_FORMAT_UNKNOWN as x,SOURCE_FORMAT_KEYED_COLUMNS as l,SOURCE_FORMAT_TYPED_ARRAY as _,SOURCE_FORMAT_ARRAY_ROWS as S,SOURCE_FORMAT_OBJECT_ROWS as v,SERIES_LAYOUT_BY_ROW as E}from"../util/types.mjs";import{getDataItemValue as B}from"../util/model.mjs";import{BE_ORDINAL as M,guessOrdinal as Y}from"./helper/sourceHelper.mjs";var a=function(){function n(t){this.data=t.data||(t.sourceFormat===l?{}:[]),this.sourceFormat=t.sourceFormat||x,this.seriesLayoutBy=t.seriesLayoutBy||U,this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var r=this.dimensionsDefine=t.dimensionsDefine;if(r)for(var i=0;i<r.length;i++){var e=r[i];e.type==null&&Y(this,i)===M.Must&&(e.type="ordinal")}}return n}();function J(n){return n instanceof a}function P(n,t,r){r=r||b(n);var i=t.seriesLayoutBy,e=k(n,r,i,t.sourceHeader,t.dimensions),o=new a({data:n,sourceFormat:r,seriesLayoutBy:i,dimensionsDefine:e.dimensionsDefine,startIndex:e.startIndex,dimensionsDetectedCount:e.dimensionsDetectedCount,metaRawOption:C(t)});return o}function q(n){return new a({data:n,sourceFormat:m(n)?_:d})}function Q(n){return new a({data:n.data,sourceFormat:n.sourceFormat,seriesLayoutBy:n.seriesLayoutBy,dimensionsDefine:C(n.dimensionsDefine),startIndex:n.startIndex,dimensionsDetectedCount:n.dimensionsDetectedCount})}function b(n){var t=x;if(m(n))t=_;else if(p(n)){n.length===0&&(t=S);for(var r=0,i=n.length;r<i;r++){var e=n[r];if(e!=null){if(p(e)||m(e)){t=S;break}else if(O(e)){t=v;break}}}}else if(O(n)){for(var o in n)if(D(n,o)&&A(n[o])){t=l;break}}return t}function k(n,t,r,i,e){var o,s;if(!n)return{dimensionsDefine:h(e),startIndex:s,dimensionsDetectedCount:o};if(t===S){var f=n;i==="auto"||i==null?R(function(u){u!=null&&u!=="-"&&(F(u)?s==null&&(s=1):s=0)},r,f,10):s=T(i)?i:i?1:0,!e&&s===1&&(e=[],R(function(u,c){e[c]=u!=null?u+"":""},r,f,1/0)),o=e?e.length:r===E?f.length:f[0]?f[0].length:null}else if(t===v)e||(e=W(n));else if(t===l)e||(e=[],N(n,function(u,c){e.push(c)}));else if(t===d){var y=B(n[0]);o=p(y)&&y.length||1}return{startIndex:s,dimensionsDefine:h(e),dimensionsDetectedCount:o}}function W(n){for(var t=0,r;t<n.length&&!(r=n[t++]););if(r)return L(r)}function h(n){if(n){var t=g();return I(n,function(r,i){r=O(r)?r:{name:r};var e={name:r.name,displayName:r.displayName,type:r.type};if(e.name==null)return e;e.name+="",e.displayName==null&&(e.displayName=e.name);var o=t.get(e.name);return o?e.name+="-"+o.count++:t.set(e.name,{count:1}),e})}}function R(n,t,r,i){if(t===E)for(var e=0;e<r.length&&e<i;e++)n(r[e]?r[e][0]:null,e);else for(var o=r[0]||[],e=0;e<o.length&&e<i;e++)n(o[e],e)}function X(n){var t=n.sourceFormat;return t===v||t===l}export{Q as cloneSourceShallow,P as createSource,q as createSourceFromSeriesDataOption,b as detectSourceFormat,J as isSourceInstance,X as shouldRetrieveDataByName};
3
+ //# sourceMappingURL=Source.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/SeriesDataSchema */
2
+ import{createHashMap as l,isObject as f,retrieve2 as S}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{makeInner as C}from"../../util/model.mjs";import{shouldRetrieveDataByName as O}from"../Source.mjs";var _=C(),g={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},N=function(){function n(t){this.dimensions=t.dimensions,this._dimOmitted=t.dimensionOmitted,this.source=t.source,this._fullDimCount=t.fullDimensionCount,this._updateDimOmitted(t.dimensionOmitted)}return n.prototype.isDimensionOmitted=function(){return this._dimOmitted},n.prototype._updateDimOmitted=function(t){this._dimOmitted=t,t&&(this._dimNameMap||(this._dimNameMap=M(this.source)))},n.prototype.getSourceDimensionIndex=function(t){return S(this._dimNameMap.get(t),-1)},n.prototype.getSourceDimension=function(t){var i=this.source.dimensionsDefine;if(i)return i[t]},n.prototype.makeStoreSchema=function(){for(var t=this._fullDimCount,i=O(this.source),o=!$(t),e="",a=[],r=0,c=0;r<t;r++){var u=void 0,m=void 0,h=void 0,s=this.dimensions[c];if(s&&s.storeDimIndex===r)u=i?s.name:null,m=s.type,h=s.ordinalMeta,c++;else{var d=this.getSourceDimension(r);d&&(u=i?d.name:null,m=d.type)}a.push({property:u,type:m,ordinalMeta:h}),i&&u!=null&&(!s||!s.isCalculationCoord)&&(e+=o?u.replace(/\`/g,"`1").replace(/\$/g,"`2"):u),e+="$",e+=g[m]||"f",h&&(e+=h.uid),e+="$"}var v=this.source,p=[v.seriesLayoutBy,v.startIndex,e].join("$$");return{dimensions:a,hash:p}},n.prototype.makeOutputDimensionNames=function(){for(var t=[],i=0,o=0;i<this._fullDimCount;i++){var e=void 0,a=this.dimensions[o];if(a&&a.storeDimIndex===i)a.isCalculationCoord||(e=a.name),o++;else{var r=this.getSourceDimension(i);r&&(e=r.name)}t.push(e)}return t},n.prototype.appendCalculationDimension=function(t){this.dimensions.push(t),t.isCalculationCoord=!0,this._fullDimCount++,this._updateDimOmitted(!0)},n}();function b(n){return n instanceof N}function y(n){for(var t=l(),i=0;i<(n||[]).length;i++){var o=n[i],e=f(o)?o.name:o;e!=null&&t.get(e)==null&&t.set(e,i)}return t}function M(n){var t=_(n);return t.dimNameMap||(t.dimNameMap=y(n.dimensionsDefine))}function $(n){return n>30}export{N as SeriesDataSchema,y as createDimNameMap,M as ensureSourceDimNameMap,b as isSeriesDataSchema,$ as shouldOmitUnusedDimensions};
3
+ //# sourceMappingURL=SeriesDataSchema.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/createDimensions */
2
+ import{VISUAL_DIMENSIONS as q}from"../../util/types.mjs";import G from"../SeriesDimensionDefine.mjs";import{createHashMap as L,defaults as z,each as M,extend as J,isObject as T,isString as E}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{createSourceFromSeriesDataOption as P,isSourceInstance as Q}from"../Source.mjs";import{CtorInt32Array as X}from"../DataStore.mjs";import{normalizeToArray as B}from"../../util/model.mjs";import{BE_ORDINAL as Y,guessOrdinal as $}from"./sourceHelper.mjs";import{createDimNameMap as R,ensureSourceDimNameMap as I,SeriesDataSchema as nn,shouldOmitUnusedDimensions as en}from"./SeriesDataSchema.mjs";function Dn(e,a){return H(e,a).dimensions}function H(e,a){Q(e)||(e=P(e)),a=a||{};var d=a.coordDimensions||[],f=a.dimensionsDefine||e.dimensionsDefine||[],u=L(),t=[],s=rn(e,d,f,a.dimensionsCount),O=a.canOmitUnusedDimensions&&en(s),F=f===e.dimensionsDefine,K=F?I(e):R(f),U=a.encodeDefine;!U&&a.encodeDefaulter&&(U=a.encodeDefaulter(e,s));for(var S=L(U),N=new X(s),c=0;c<N.length;c++)N[c]=-1;function p(i){var r=N[i];if(r<0){var o=f[i],v=T(o)?o:{name:o},n=new G,D=v.name;D!=null&&K.get(D)!=null&&(n.name=n.displayName=D),v.type!=null&&(n.type=v.type),v.displayName!=null&&(n.displayName=v.displayName);var l=t.length;return N[i]=l,n.storeDimIndex=i,t.push(n),n}return t[r]}if(!O)for(var c=0;c<s;c++)p(c);S.each(function(i,r){var o=B(i).slice();if(o.length===1&&!E(o[0])&&o[0]<0){S.set(r,!1);return}var v=S.set(r,[]);M(o,function(n,D){var l=E(n)?K.get(n):n;l!=null&&l<s&&(v[D]=l,_(p(l),r,D))})});var g=0;M(d,function(i){var r,o,v,n;if(E(i))r=i,n={};else{n=i,r=n.name;var D=n.ordinalMeta;n.ordinalMeta=null,n=J({},n),n.ordinalMeta=D,o=n.dimsDef,v=n.otherDims,n.name=n.coordDim=n.coordDimIndex=n.dimsDef=n.otherDims=null}var l=S.get(r);if(l!==!1){if(l=B(l),!l.length)for(var j=0;j<(o&&o.length||1);j++){for(;g<s&&p(g).coordDim!=null;)g++;g<s&&l.push(g++)}M(l,function(k,w){var h=p(k);if(F&&n.type!=null&&(h.type=n.type),_(z(h,n),r,w),h.name==null&&o){var y=o[w];!T(y)&&(y={name:y}),h.name=h.displayName=y.name,h.defaultTooltip=y.defaultTooltip}v&&z(h.otherDims,v)})}});function _(i,r,o){q.get(r)!=null?i.otherDims[r]=o:(i.coordDim=r,i.coordDimIndex=o,u.set(r,!0))}var A=a.generateCoord,C=a.generateCoordCount,V=C!=null;C=A?C||1:0;var W=A||"value";function b(i){i.name==null&&(i.name=i.coordDim)}if(O)M(t,function(i){b(i)}),t.sort(function(i,r){return i.storeDimIndex-r.storeDimIndex});else for(var x=0;x<s;x++){var m=p(x),Z=m.coordDim;Z==null&&(m.coordDim=on(W,u,V),m.coordDimIndex=0,(!A||C<=0)&&(m.isExtraCoord=!0),C--),b(m),m.type==null&&($(e,x)===Y.Must||m.isExtraCoord&&(m.otherDims.itemName!=null||m.otherDims.seriesName!=null))&&(m.type="ordinal")}return an(t),new nn({source:e,dimensions:t,fullDimensionCount:s,dimensionOmitted:O})}function an(e){for(var a=L(),d=0;d<e.length;d++){var f=e[d],u=f.name,t=a.get(u)||0;t>0&&(f.name=u+(t-1)),t++,a.set(u,t)}}function rn(e,a,d,f){var u=Math.max(e.dimensionsDetectedCount||1,a.length,d.length,f||0);return M(a,function(t){var s;T(t)&&(s=t.dimsDef)&&(u=Math.max(u,s.length))}),u}function on(e,a,d){if(d||a.hasKey(e)){for(var f=0;a.hasKey(e+f);)f++;e+=f}return a.set(e,!0),e}export{Dn as createDimensions,H as default};
3
+ //# sourceMappingURL=createDimensions.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/dataProvider */
2
+ import{extend as G,each as K,isObject as W,bind as V,isArray as P}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{getDataItemValue as U}from"../../util/model.mjs";import{createSourceFromSeriesDataOption as j,isSourceInstance as J}from"../Source.mjs";import{SOURCE_FORMAT_ORIGINAL as m,SOURCE_FORMAT_OBJECT_ROWS as S,SOURCE_FORMAT_KEYED_COLUMNS as R,SOURCE_FORMAT_TYPED_ARRAY as F,SOURCE_FORMAT_ARRAY_ROWS as c,SERIES_LAYOUT_BY_COLUMN as w,SERIES_LAYOUT_BY_ROW as M}from"../../util/types.mjs";import{error as Y}from"../../util/log.mjs";var _,y,h,D,L,B,ut=function(){function t(r,a){var e=J(r)?r:j(r);this._source=e;var i=this._data=e.data,s=e.sourceFormat,n=e.seriesLayoutBy;if(s===F&&(this._offset=0,this._dimSize=a,this._data=i),0)var o;B(this,i,e)}return t.prototype.getSource=function(){return this._source},t.prototype.count=function(){return 0},t.prototype.getItem=function(r,a){},t.prototype.appendData=function(r){},t.prototype.clean=function(){},t.protoInitialize=function(){var r=t.prototype;r.pure=!1,r.persistent=!0}(),t.internalField=function(){var r;B=function(n,o,u){var p=u.sourceFormat,v=u.seriesLayoutBy,f=u.startIndex,d=u.dimensionsDefine,l=L[T(p,v)];if(G(n,l),p===F)n.getItem=a,n.count=i,n.fillStorage=e;else{var g=H(p,v);n.getItem=V(g,null,o,f,d);var I=X(p,v);n.count=V(I,null,o,f,d)}};var a=function(n,o){n=n-this._offset,o=o||[];for(var u=this._data,p=this._dimSize,v=p*n,f=0;f<p;f++)o[f]=u[v+f];return o},e=function(n,o,u,p){for(var v=this._data,f=this._dimSize,d=0;d<f;d++){for(var l=p[d],g=l[0]==null?1/0:l[0],I=l[1]==null?-1/0:l[1],x=o-n,b=u[d],E=0;E<x;E++){var O=v[E*f+d];b[n+E]=O,O<g&&(g=O),O>I&&(I=O)}l[0]=g,l[1]=I}},i=function(){return this._data?this._data.length/this._dimSize:0};L=(r={},r[c+"_"+w]={pure:!0,appendData:s},r[c+"_"+M]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},r[S]={pure:!0,appendData:s},r[R]={pure:!0,appendData:function(n){var o=this._data;K(n,function(u,p){for(var v=o[p]||(o[p]=[]),f=0;f<(u||[]).length;f++)v.push(u[f])})}},r[m]={appendData:s},r[F]={persistent:!1,pure:!0,appendData:function(n){this._data=n},clean:function(){this._offset+=this.count(),this._data=null}},r);function s(n){for(var o=0;o<n.length;o++)this._data.push(n[o])}}(),t}();var A=function(t){P(t)||Y("series.data or dataset.source must be an array.")},it=(_={},_[c+"_"+w]=A,_[c+"_"+M]=A,_[S]=A,_[R]=function(t,r){for(var a=0;a<r.length;a++){var e=r[a].name;e==null&&Y("dimension name must not be null/undefined.")}},_[m]=A,_),z=function(t,r,a,e){return t[e]},q=(y={},y[c+"_"+w]=function(t,r,a,e){return t[e+r]},y[c+"_"+M]=function(t,r,a,e,i){e+=r;for(var s=i||[],n=t,o=0;o<n.length;o++){var u=n[o];s[o]=u?u[e]:null}return s},y[S]=z,y[R]=function(t,r,a,e,i){for(var s=i||[],n=0;n<a.length;n++){var o=a[n].name,u=o!=null?t[o]:null;s[n]=u?u[e]:null}return s},y[m]=z,y);function H(t,r){var a=q[T(t,r)];return a}var C=function(t,r,a){return t.length},Q=(h={},h[c+"_"+w]=function(t,r,a){return Math.max(0,t.length-r)},h[c+"_"+M]=function(t,r,a){var e=t[0];return e?Math.max(0,e.length-r):0},h[S]=C,h[R]=function(t,r,a){var e=a[0].name,i=e!=null?t[e]:null;return i?i.length:0},h[m]=C,h);function X(t,r){var a=Q[T(t,r)];return a}var N=function(t,r,a){return t[r]},Z=(D={},D[c]=N,D[S]=function(t,r,a){return t[a]},D[R]=N,D[m]=function(t,r,a){var e=U(t);return e instanceof Array?e[r]:e},D[F]=N,D);function $(t){var r=Z[t];return r}function T(t,r){return t===c?t+"_"+r:t}function st(t,r,a){if(t){var e=t.getRawDataItem(r);if(e!=null){var i=t.getStore(),s=i.getSource().sourceFormat;if(a!=null){var n=t.getDimensionIndex(a),o=i.getDimensionProperty(n);return $(s)(e,n,o)}else{var u=e;return s===m&&(u=U(e)),u}}}}function ft(t,r,a){if(t){var e=t.getStore().getSource().sourceFormat;if(!(e!==m&&e!==S)){var i=t.getRawDataItem(r);if(e===m&&!W(i)&&(i=null),i)return i[a]}}}export{ut as DefaultDataProvider,X as getRawSourceDataCounter,H as getRawSourceItemGetter,$ as getRawSourceValueGetter,ft as retrieveRawAttr,st as retrieveRawValue};
3
+ //# sourceMappingURL=dataProvider.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/dataStackHelper */
2
+ import{each as h,isString as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{isSeriesDataSchema as S}from"./SeriesDataSchema.mjs";function _(e,r,s){s=s||{};var u=s.byIndex,C=s.stackedCoordDimension,t,o,l;g(r)?t=r:(o=r.schema,t=o.dimensions,l=r.store);var k=!!(e&&e.get("stack")),n,i,m,c;if(h(t,function(a,y){p(a)&&(t[y]=a={name:a}),k&&!a.isExtraCoord&&(!u&&!n&&a.ordinalMeta&&(n=a),!i&&a.type!=="ordinal"&&a.type!=="time"&&(!C||C===a.coordDim)&&(i=a))}),i&&!u&&!n&&(u=!0),i){m="__\0ecstackresult_"+e.id,c="__\0ecstackedover_"+e.id,n&&(n.createInvertedIndices=!0);var f=i.coordDim,v=i.type,d=0;h(t,function(a){a.coordDim===f&&d++});var D={name:m,coordDim:f,coordDimIndex:d,type:v,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:t.length},x={name:c,coordDim:c,coordDimIndex:d+1,type:v,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:t.length+1};o?(l&&(D.storeDimIndex=l.ensureCalculationDimension(c,v),x.storeDimIndex=l.ensureCalculationDimension(m,v)),o.appendCalculationDimension(D),o.appendCalculationDimension(x)):(t.push(D),t.push(x))}return{stackedDimension:i&&i.name,stackedByDimension:n&&n.name,isStackedByIndex:u,stackedOverDimension:c,stackResultDimension:m}}function g(e){return!S(e.schema)}function b(e,r){return!!r&&r===e.getCalculationInfo("stackedDimension")}function I(e,r){return b(e,r)?e.getCalculationInfo("stackResultDimension"):r}export{_ as enableDataStack,I as getStackedDimension,b as isDimensionStacked};
3
+ //# sourceMappingURL=dataStackHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/dataValueHelper */
2
+ import{parseDate as c,numericToNumber as n}from"../../util/number.mjs";import{createHashMap as h,trim as l,hasOwn as F,isString as u,isNumber as a}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{throwError as N}from"../../util/log.mjs";function v(r,t){var i=t&&t.type;return i==="ordinal"?r:(i==="time"&&!a(r)&&r!=null&&r!=="-"&&(r=+c(r)),r==null||r===""?NaN:Number(r))}var y=h({number:function(r){return parseFloat(r)},time:function(r){return+c(r)},trim:function(r){return u(r)?l(r):r}});function T(r){return y.get(r)}var _={lt:function(r,t){return r<t},lte:function(r,t){return r<=t},gt:function(r,t){return r>t},gte:function(r,t){return r>=t}},O=function(){function r(t,i){if(!a(i)){var e="";N(e)}this._opFn=_[t],this._rvalFloat=n(i)}return r.prototype.evaluate=function(t){return a(t)?this._opFn(t,this._rvalFloat):this._opFn(n(t),this._rvalFloat)},r}(),g=function(){function r(t,i){var e=t==="desc";this._resultLT=e?1:-1,i==null&&(i=e?"min":"max"),this._incomparable=i==="min"?-1/0:1/0}return r.prototype.evaluate=function(t,i){var e=a(t)?t:n(t),o=a(i)?i:n(i),f=isNaN(e),s=isNaN(o);if(f&&(e=this._incomparable),s&&(o=this._incomparable),f&&s){var m=u(t),p=u(i);m&&(e=p?t:0),p&&(o=m?i:0)}return e<o?this._resultLT:e>o?-this._resultLT:0},r}();var b=function(){function r(t,i){this._rval=i,this._isEQ=t,this._rvalTypeof=typeof i,this._rvalFloat=n(i)}return r.prototype.evaluate=function(t){var i=t===this._rval;if(!i){var e=typeof t;e!==this._rvalTypeof&&(e==="number"||this._rvalTypeof==="number")&&(i=n(t)===this._rvalFloat)}return this._isEQ?i:!i},r}();function q(r,t){return r==="eq"||r==="ne"?new b(r==="eq",t):F(_,r)?new O(r,t):null}export{g as SortOrderComparator,q as createFilterComparator,T as getRawValueParser,v as parseDataValue};
3
+ //# sourceMappingURL=dataValueHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/dimensionHelper */
2
+ import{each as O,createHashMap as _,map as N}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{VISUAL_DIMENSIONS as E}from"../../util/types.mjs";var x=function(){function e(i,n){this._encode=i,this._schema=n}return e.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},e.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},e}();function b(e,i){var n={},o=n.encode={},D=_(),c=[],s=[],p={};O(e.dimensions,function(r){var t=e.getDimensionInfo(r),a=t.coordDim;if(a){var v=t.coordDimIndex;d(o,a)[v]=r,t.isExtraCoord||(D.set(a,1),y(t.type)&&(c[0]=r),d(p,a)[v]=e.getDimensionIndex(t.name)),t.defaultTooltip&&s.push(r)}E.each(function(A,g){var I=d(o,g),f=t.otherDims[g];f!=null&&f!==!1&&(I[f]=t.name)})});var u=[],h={};D.each(function(r,t){var a=o[t];h[t]=a[0],u=u.concat(a)}),n.dataDimsOnCoord=u,n.dataDimIndicesOnCoord=N(u,function(r){return e.getDimensionInfo(r).storeDimIndex}),n.encodeFirstDimNotExtra=h;var m=o.label;m&&m.length&&(c=m.slice());var l=o.tooltip;return l&&l.length?s=l.slice():s.length||(s=c.slice()),o.defaultedLabel=c,o.defaultedTooltip=s,n.userOutput=new x(p,i),n}function d(e,i){return e.hasOwnProperty(i)||(e[i]=[]),e[i]}function F(e){return e==="category"?"ordinal":e==="time"?"time":"float"}function y(e){return!(e==="ordinal"||e==="time")}export{F as getDimensionTypeByAxis,b as summarizeDimensions};
3
+ //# sourceMappingURL=dimensionHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/sourceHelper */
2
+ import{makeInner as L,getDataItemValue as G,queryReferringComponents as C,SINGLE_REFERRING as A}from"../../util/model.mjs";import{createHashMap as I,each as M,isArray as k,isString as E,isObject as _,isTypedArray as x}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{SOURCE_FORMAT_ORIGINAL as Y,SOURCE_FORMAT_ARRAY_ROWS as b,SOURCE_FORMAT_OBJECT_ROWS as W,SERIES_LAYOUT_BY_ROW as q,SOURCE_FORMAT_KEYED_COLUMNS as T}from"../../util/types.mjs";var m={Must:1,Might:2,Not:3},F=L();function K(r){F(r).datasetMap=I()}function j(r,i,S){var f={},d=U(i);if(!d||!r)return f;var N=[],a=[],g=i.ecModel,y=F(g).datasetMap,p=d.uid+"_"+S.seriesLayoutBy,t,l;r=r.slice(),M(r,function(v,n){var s=_(v)?v:r[n]={name:v};s.type==="ordinal"&&t==null&&(t=n,l=R(s)),f[s.name]=[]});var o=y.get(p)||y.set(p,{categoryWayDim:l,valueWayDim:0});M(r,function(v,n){var s=v.name,u=R(v);if(t==null){var c=o.valueWayDim;e(f[s],c,u),e(a,c,u),o.valueWayDim+=u}else if(t===n)e(f[s],0,u),e(N,0,u);else{var c=o.categoryWayDim;e(f[s],c,u),e(a,c,u),o.categoryWayDim+=u}});function e(v,n,s){for(var u=0;u<s;u++)v.push(n+u)}function R(v){var n=v.dimsDef;return n?n.length:1}return N.length&&(f.itemName=N),a.length&&(f.seriesName=a),f}function z(r,i,S){var f={},d=U(r);if(!d)return f;var N=i.sourceFormat,a=i.dimensionsDefine,g;(N===W||N===T)&&M(a,function(t,l){(_(t)?t.name:t)==="name"&&(g=l)});var y=function(){for(var t={},l={},o=[],e=0,R=Math.min(5,S);e<R;e++){var v=B(i.data,N,i.seriesLayoutBy,a,i.startIndex,e);o.push(v);var n=v===m.Not;if(n&&t.v==null&&e!==g&&(t.v=e),(t.n==null||t.n===t.v||!n&&o[t.n]===m.Not)&&(t.n=e),s(t)&&o[t.n]!==m.Not)return t;n||(v===m.Might&&l.v==null&&e!==g&&(l.v=e),(l.n==null||l.n===l.v)&&(l.n=e))}function s(u){return u.v!=null&&u.n!=null}return s(t)?t:s(l)?l:null}();if(y){f.value=[y.v];var p=g??y.n;f.itemName=[p],f.seriesName=[p]}return f}function U(r){var i=r.get("data",!0);if(!i)return C(r.ecModel,"dataset",{index:r.get("datasetIndex",!0),id:r.get("datasetId",!0)},A).models[0]}function Q(r){return!r.get("transform",!0)&&!r.get("fromTransformResult",!0)?[]:C(r.ecModel,"dataset",{index:r.get("fromDatasetIndex",!0),id:r.get("fromDatasetId",!0)},A).models}function X(r,i){return B(r.data,r.sourceFormat,r.seriesLayoutBy,r.dimensionsDefine,r.startIndex,i)}function B(r,i,S,f,d,N){var a,g=5;if(x(r))return m.Not;var y,p;if(f){var t=f[N];_(t)?(y=t.name,p=t.type):E(t)&&(y=t)}if(p!=null)return p==="ordinal"?m.Must:m.Not;if(i===b){var l=r;if(S===q){for(var o=l[N],e=0;e<(o||[]).length&&e<g;e++)if((a=h(o[d+e]))!=null)return a}else for(var e=0;e<l.length&&e<g;e++){var R=l[d+e];if(R&&(a=h(R[N]))!=null)return a}}else if(i===W){var v=r;if(!y)return m.Not;for(var e=0;e<v.length&&e<g;e++){var n=v[e];if(n&&(a=h(n[y]))!=null)return a}}else if(i===T){var s=r;if(!y)return m.Not;var o=s[y];if(!o||x(o))return m.Not;for(var e=0;e<o.length&&e<g;e++)if((a=h(o[e]))!=null)return a}else if(i===Y)for(var u=r,e=0;e<u.length&&e<g;e++){var n=u[e],c=G(n);if(!k(c))return m.Not;if((a=h(c[N]))!=null)return a}function h(O){var D=E(O);if(O!=null&&Number.isFinite(Number(O))&&O!=="")return D?m.Might:m.Not;if(D&&O!=="-")return m.Must}return m.Not}export{m as BE_ORDINAL,X as guessOrdinal,j as makeSeriesEncodeForAxisCoordSys,z as makeSeriesEncodeForNameBased,Q as queryDatasetUpstreamDatasetModels,U as querySeriesUpstreamDatasetModel,K as resetSourceDefaulter};
3
+ //# sourceMappingURL=sourceHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/sourceManager */
2
+ import{setAsPrimitive as T,map as E,isTypedArray as B,each as O,retrieve2 as _}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{createSource as y,cloneSourceShallow as N}from"../Source.mjs";import{SOURCE_FORMAT_TYPED_ARRAY as U,SOURCE_FORMAT_ORIGINAL as M}from"../../util/types.mjs";import{querySeriesUpstreamDatasetModel as V,queryDatasetUpstreamDatasetModels as R}from"./sourceHelper.mjs";import{applyDataTransform as A}from"./transform.mjs";import C from"../DataStore.mjs";import{DefaultDataProvider as G}from"./dataProvider.mjs";var F=function(){function s(r){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=r}return s.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},s.prototype._setLocalSource=function(r,e){this._sourceList=r,this._upstreamSignList=e,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},s.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},s.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},s.prototype._createSource=function(){this._setLocalSource([],[]);var r=this._sourceHost,e=this._getUpstreamSourceManagers(),t=!!e.length,o,a;if(m(r)){var n=r,i=void 0,u=void 0,c=void 0;if(t){var f=e[0];f.prepareSource(),c=f.getSource(),i=c.data,u=c.sourceFormat,a=[f._getVersionSign()]}else i=n.get("data",!0),u=B(i)?U:M,a=[];var p=this._getSourceMetaRawOption()||{},v=c&&c.metaRawOption||{},g=_(p.seriesLayoutBy,v.seriesLayoutBy)||null,h=_(p.sourceHeader,v.sourceHeader),S=_(p.dimensions,v.dimensions),L=g!==v.seriesLayoutBy||!!h!=!!v.sourceHeader||S;o=L?[y(i,{seriesLayoutBy:g,sourceHeader:h,dimensions:S},u)]:[]}else{var D=r;if(t){var l=this._applyTransform(e);o=l.sourceList,a=l.upstreamSignList}else{var H=D.get("source",!0);o=[y(H,this._getSourceMetaRawOption(),null)],a=[]}}this._setLocalSource(o,a)},s.prototype._applyTransform=function(r){var e=this._sourceHost,t=e.get("transform",!0),o=e.get("fromTransformResult",!0);if(o!=null){var a="";r.length!==1&&d(a)}var n,i=[],u=[];return O(r,function(c){c.prepareSource();var f=c.getSource(o||0),p="";o!=null&&!f&&d(p),i.push(f),u.push(c._getVersionSign())}),t?n=A(t,i,{datasetIndex:e.componentIndex}):o!=null&&(n=[N(i[0])]),{sourceList:n,upstreamSignList:u}},s.prototype._isDirty=function(){if(this._dirty)return!0;for(var r=this._getUpstreamSourceManagers(),e=0;e<r.length;e++){var t=r[e];if(t._isDirty()||this._upstreamSignList[e]!==t._getVersionSign())return!0}},s.prototype.getSource=function(r){r=r||0;var e=this._sourceList[r];if(!e){var t=this._getUpstreamSourceManagers();return t[0]&&t[0].getSource(r)}return e},s.prototype.getSharedDataStore=function(r){var e=r.makeStoreSchema();return this._innerGetDataStore(e.dimensions,r.source,e.hash)},s.prototype._innerGetDataStore=function(r,e,t){var o=0,a=this._storeList,n=a[o];n||(n=a[o]={});var i=n[t];if(!i){var u=this._getUpstreamSourceManagers()[0];m(this._sourceHost)&&u?i=u._innerGetDataStore(r,e,t):(i=new C,i.initData(new G(e,r.length),r)),n[t]=i}return i},s.prototype._getUpstreamSourceManagers=function(){var r=this._sourceHost;if(m(r)){var e=V(r);return e?[e.getSourceManager()]:[]}else return E(R(r),function(t){return t.getSourceManager()})},s.prototype._getSourceMetaRawOption=function(){var r=this._sourceHost,e,t,o;if(m(r))e=r.get("seriesLayoutBy",!0),t=r.get("sourceHeader",!0),o=r.get("dimensions",!0);else if(!this._getUpstreamSourceManagers().length){var a=r;e=a.get("seriesLayoutBy",!0),t=a.get("sourceHeader",!0),o=a.get("dimensions",!0)}return{seriesLayoutBy:e,sourceHeader:t,dimensions:o}},s}();function W(s){var r=s.option.transform;r&&T(s.option.transform)}function m(s){return s.mainType==="series"}function d(s){throw new Error(s)}export{F as SourceManager,W as disableTransformOptionMerge};
3
+ //# sourceMappingURL=sourceManager.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/data/helper/transform */
2
+ import{SERIES_LAYOUT_BY_COLUMN as D,SOURCE_FORMAT_OBJECT_ROWS as x,SOURCE_FORMAT_ARRAY_ROWS as R}from"../../util/types.mjs";import{normalizeToArray as V}from"../../util/model.mjs";import{createHashMap as b,bind as E,each as A,hasOwn as w,map as _,clone as h,isObject as M,extend as T,isNumber as C}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{getRawSourceItemGetter as B,getRawSourceDataCounter as P,getRawSourceValueGetter as U}from"./dataProvider.mjs";import{parseDataValue as j}from"./dataValueHelper.mjs";import{throwError as f}from"../../util/log.mjs";import{createSource as L,detectSourceFormat as k}from"../Source.mjs";var G=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 j(t,e)},r}();function H(r,t){var e=new G,p=r.data,n=e.sourceFormat=r.sourceFormat,o=r.startIndex,a="";r.seriesLayoutBy!==D&&f(a);var s=[],d={},N=r.dimensionsDefine;if(N)A(N,function(u,c){var m=u.name,O={index:c,name:m,displayName:u.displayName};if(s.push(O),m!=null){var S="";w(d,m)&&f(S),d[m]=O}});else for(var i=0;i<r.dimensionsDetectedCount;i++)s.push({index:i});var l=B(n,D);t.__isBuiltIn&&(e.getRawDataItem=function(u){return l(p,o,s,u)},e.getRawData=E(Y,null,r)),e.cloneRawData=E(W,null,r);var v=P(n,D);e.count=E(v,null,p,o,s);var y=U(n);e.retrieveValue=function(u,c){var m=l(p,o,s,u);return g(m,c)};var g=e.retrieveValueFromItem=function(u,c){if(u!=null){var m=s[c];if(m)return y(u,c,m.name)}};return e.getDimensionInfo=E(z,null,s,d),e.cloneAllDimensionInfo=E(J,null,s),e}function Y(r){var t=r.sourceFormat;if(!I(t)){var e="";f(e)}return r.data}function W(r){var t=r.sourceFormat,e=r.data;if(!I(t)){var p="";f(p)}if(t===R){for(var n=[],o=0,a=e.length;o<a;o++)n.push(e[o].slice());return n}else if(t===x){for(var n=[],o=0,a=e.length;o<a;o++)n.push(T({},e[o]));return n}}function z(r,t,e){if(e!=null){if(C(e)||!isNaN(e)&&!w(t,e))return r[e];if(w(t,e))return t[e]}}function J(r){return h(r)}var F=b();function or(r){r=h(r);var t=r.type,e="";t||f(e);var p=t.split(":");p.length!==2&&f(e);var n=!1;p[0]==="echarts"&&(t=p[1],n=!0),r.__isBuiltIn=n,F.set(t,r)}function ar(r,t,e){var p=V(r),n=p.length,o="";n||f(o);for(var a=0,s=n;a<s;a++){var d=p[a];t=q(d,t,e,n===1?null:a),a!==s-1&&(t.length=Math.max(t.length,1))}return t}function q(r,t,e,p){var n="";t.length||f(n),M(r)||f(n);var o=r.type,a=F.get(o);a||f(n);var s=_(t,function(i){return H(i,a)}),d=V(a.transform({upstream:s[0],upstreamList:s,config:h(r.config)}));if(0&&r.print)var N;return _(d,function(i,l){var v="";M(i)||f(v),i.data||f(v);var y=k(i.data);I(y)||f(v);var g,u=t[0];if(u&&l===0&&!i.dimensions){var c=u.startIndex;c&&(i.data=u.data.slice(0,c).concat(i.data)),g={seriesLayoutBy:D,sourceHeader:c,dimensions:u.metaRawOption.dimensions}}else g={seriesLayoutBy:D,sourceHeader:0,dimensions:i.dimensions};return L(i.data,g,null)})}function I(r){return r===R||r===x}export{G as ExternalSource,ar as applyDataTransform,or as registerExternalTransform};
3
+ //# sourceMappingURL=transform.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/export/api/format */
2
+ import{addCommas as a,toCamelCase as r,normalizeCssArray as o,encodeHTML as m,formatTpl as T,getTooltipMarker as i,formatTime as l,capitalFirst as s,truncateText as c,getTextRect as p}from"../../util/format.mjs";export{a as addCommas,s as capitalFirst,m as encodeHTML,l as formatTime,T as formatTpl,p as getTextRect,i as getTooltipMarker,o as normalizeCssArray,r as toCamelCase,c as truncateText};
3
+ //# sourceMappingURL=format.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/export/api/graphic */
2
+ import{extendShape as a,extendPath as r,makePath as i,makeImage as n,mergePath as o,resizePath as c,createIcon as l,updateProps as p,initProps as s,getTransform as P,clipPointsByRect as g,clipRectByRect as m,registerShape as d,getShapeClass as h,Group as R,Image as u,Text as y,Circle as x,Ellipse as B,Sector as C,Ring as I,Polygon as S,Polyline as G,Rect as f,Line as k,BezierCurve as z,Arc as L,IncrementalDisplayable as T,CompoundPath as b,LinearGradient as v,RadialGradient as A,BoundingRect as D}from"../../util/graphic.mjs";export{L as Arc,z as BezierCurve,D as BoundingRect,x as Circle,b as CompoundPath,B as Ellipse,R as Group,u as Image,T as IncrementalDisplayable,k as Line,v as LinearGradient,S as Polygon,G as Polyline,A as RadialGradient,f as Rect,I as Ring,C as Sector,y as Text,g as clipPointsByRect,m as clipRectByRect,l as createIcon,r as extendPath,a as extendShape,h as getShapeClass,P as getTransform,s as initProps,n as makeImage,i as makePath,o as mergePath,d as registerShape,c as resizePath,p as updateProps};
3
+ //# sourceMappingURL=graphic.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/export/api/helper */
2
+ import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import m from"../../chart/helper/createSeriesData.mjs";import*as r from"../../coord/axisHelper.mjs";import{AxisModelCommonMixin as l}from"../../coord/axisModelCommonMixin.mjs";import i from"../../model/Model.mjs";import{getLayoutRect as D}from"../../util/layout.mjs";import{enableDataStack as c,isDimensionStacked as s,getStackedDimension as x}from"../../data/helper/dataStackHelper.mjs";import{getECData as y}from"../../util/innerStore.mjs";import{createTextStyle as p}from"../../label/labelStyle.mjs";import{createDimensions as z}from"../../data/helper/createDimensions.mjs";import{createSymbol as L}from"../../util/symbol.mjs";import{enableHoverEmphasis as w}from"../../util/states.mjs";function g(e){return m(null,e)}var v={isDimensionStacked:s,enableDataStack:c,getStackedDimension:x};function C(e,t){var o=t;t instanceof i||(o=new i(t));var a=r.createScaleByModel(o);return a.setExtent(e[0],e[1]),r.niceScaleExtent(a,o),a}function H(e){n.mixin(e,l)}function E(e,t){return t=t||{},p(e,null,null,t.state!=="normal")}export{z as createDimensions,g as createList,C as createScale,L as createSymbol,E as createTextStyle,v as dataStack,w as enableHoverEmphasis,y as getECData,D as getLayoutRect,H as mixinAxisModelCommonMethods};
3
+ //# sourceMappingURL=helper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/export/api/number */
2
+ import{linearMap as r,round as n,asc as t,getPrecision as a,getPrecisionSafe as o,getPixelPrecision as c,getPercentWithPrecision as s,parsePercent as u,MAX_SAFE_INTEGER as P,remRadian as m,isRadianAroundZero as p,parseDate as d,quantity as g,quantityExponent as l,nice as E,quantile as f,reformIntervals as q,isNumeric as x,numericToNumber as A}from"../../util/number.mjs";export{P as MAX_SAFE_INTEGER,t as asc,s as getPercentWithPrecision,c as getPixelPrecision,a as getPrecision,o as getPrecisionSafe,x as isNumeric,p as isRadianAroundZero,r as linearMap,E as nice,A as numericToNumber,d as parseDate,u as parsePercent,f as quantile,g as quantity,l as quantityExponent,q as reformIntervals,m as remRadian,n as round};
3
+ //# sourceMappingURL=number.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/export/api/time */
2
+ import{parseDate as o}from"../../util/number.mjs";import{format as m,roundTime as p}from"../../util/time.mjs";export{m as format,o as parse,p as roundTime};
3
+ //# sourceMappingURL=time.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/export/api/util */
2
+ import{map as r,each as n,indexOf as t,inherits as c,reduce as s,filter as d,bind as a,curry as f,isArray as o,isString as u,isObject as l,isFunction as m,extend as x,defaults as b,clone as g,merge as h}from"/zrender@6.0.0/es2022/lib/core/util.mjs";export{a as bind,g as clone,f as curry,b as defaults,n as each,x as extend,d as filter,t as indexOf,c as inherits,o as isArray,m as isFunction,l as isObject,u as isString,r as map,h as merge,s as reduce};
3
+ //# sourceMappingURL=util.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/export/api */
2
+ import o from"../model/Component.mjs";import t from"../view/Component.mjs";import a from"../model/Series.mjs";import m from"../view/Chart.mjs";import x from"../data/SeriesData.mjs";import*as l from"/zrender@6.0.0/es2022/lib/zrender.mjs";import*as d from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import*as u from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import*as C from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as _ from"/zrender@6.0.0/es2022/lib/tool/color.mjs";import{throttle as G}from"../util/throttle.mjs";import*as c from"./api/helper.mjs";import{use as O}from"../extension.mjs";import{setPlatformAPI as U}from"/zrender@6.0.0/es2022/lib/core/platform.mjs";import{default as I}from"../coord/geo/parseGeoJson.mjs";import{default as N}from"../coord/geo/parseGeoJson.mjs";import*as h from"./api/number.mjs";import*as v from"./api/time.mjs";import*as g from"./api/graphic.mjs";import*as w from"./api/format.mjs";import*as M from"./api/util.mjs";import{default as k}from"/zrender@6.0.0/es2022/lib/core/env.mjs";import{default as y}from"../model/Model.mjs";import{default as F}from"../coord/Axis.mjs";import{brushSingle as K}from"/zrender@6.0.0/es2022/lib/canvas/graphic.mjs";function V(e){var r=o.extend(e);return o.registerClass(r),r}function S(e){var r=t.extend(e);return t.registerClass(r),r}function z(e){var r=a.extend(e);return a.registerClass(r),r}function b(e){var r=m.extend(e);return m.registerClass(r),r}export{F as Axis,m as ChartView,o as ComponentModel,t as ComponentView,x as List,y as Model,a as SeriesModel,_ as color,k as env,b as extendChartView,V as extendComponentModel,S as extendComponentView,z as extendSeriesModel,w as format,g as graphic,c as helper,K as innerDrawElementOnCanvas,d as matrix,h as number,I as parseGeoJSON,N as parseGeoJson,U as setPlatformAPI,G as throttle,v as time,O as use,M as util,u as vector,C as zrUtil,l as zrender};
3
+ //# sourceMappingURL=api.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/i18n/langEN */
2
+ var e={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:". "}}}};export{e as default};
3
+ //# sourceMappingURL=langEN.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/i18n/langZH */
2
+ var e={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:""}}}};export{e as default};
3
+ //# sourceMappingURL=langZH.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/label/LabelManager */
2
+ import{BoundingRect as C,updateProps as S,initProps as R,isElementRemoved as H}from"../util/graphic.mjs";import{getECData as m}from"../util/innerStore.mjs";import{parsePercent as Y}from"../util/number.mjs";import N from"/zrender@6.0.0/es2022/lib/core/Transformable.mjs";import{updateLabelLinePoints as P,setLabelLineStyle as W,getLabelLineStatesModels as U}from"./labelGuideHelper.mjs";import{makeInner as D}from"../util/model.mjs";import{retrieve2 as V,each as A,keys as j,isFunction as O,filter as _,indexOf as X}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{hideOverlap as w,shiftLayoutOnXY as E,restoreIgnore as K,newLabelLayoutWithGeometry as F}from"./labelLayoutHelper.mjs";import{labelInner as I,animateLabelValue as q}from"./labelStyle.mjs";import{normalizeRadian as J}from"/zrender@6.0.0/es2022/lib/contain/util.mjs";function Q(l){if(l){for(var i=[],n=0;n<l.length;n++)i.push(l[n].slice());return i}}function Z(l,i){var n=l.label,e=i&&i.getTextGuideLine();return{dataIndex:l.dataIndex,dataType:l.dataType,seriesIndex:l.seriesModel.seriesIndex,text:l.label.style.text,rect:l.hostRect,labelRect:l.rect,align:n.style.align,verticalAlign:n.style.verticalAlign,labelLinePoints:Q(e&&e.shape.points)}}var G=["align","verticalAlign","width","height","fontSize"],d=new N,T=D(),$=D();function y(l,i,n){for(var e=0;e<n.length;e++){var a=n[e];i[a]!=null&&(l[a]=i[a])}}var x=["x","y","rotation"],k=function(){function l(){this._labelList=[],this._chartViewList=[]}return l.prototype.clearLabels=function(){this._labelList=[],this._chartViewList=[]},l.prototype._addLabel=function(i,n,e,a,v){var t=a.style,r=a.__hostTarget,s=r.textConfig||{},f=a.getComputedTransform(),o=a.getBoundingRect().plain();C.applyTransform(o,o,f),f?d.setLocalTransform(f):(d.x=d.y=d.rotation=d.originX=d.originY=0,d.scaleX=d.scaleY=1),d.rotation=J(d.rotation);var c=a.__hostTarget,g;if(c){g=c.getBoundingRect().plain();var p=c.getComputedTransform();C.applyTransform(g,g,p)}var u=g&&c.getTextGuideLine();this._labelList.push({label:a,labelLine:u,seriesModel:e,dataIndex:i,dataType:n,layoutOptionOrCb:v,layoutOption:null,rect:o,hostRect:g,priority:g?g.width*g.height:0,defaultAttr:{ignore:a.ignore,labelGuideIgnore:u&&u.ignore,x:d.x,y:d.y,scaleX:d.scaleX,scaleY:d.scaleY,rotation:d.rotation,style:{x:t.x,y:t.y,align:t.align,verticalAlign:t.verticalAlign,width:t.width,height:t.height,fontSize:t.fontSize},cursor:a.cursor,attachedPos:s.position,attachedRot:s.rotation}})},l.prototype.addLabelsOfSeries=function(i){var n=this;this._chartViewList.push(i);var e=i.__model,a=e.get("labelLayout");(O(a)||j(a).length)&&i.group.traverse(function(v){if(v.ignore)return!0;var t=v.getTextContent(),r=m(v);t&&!t.disableLabelLayout&&n._addLabel(r.dataIndex,r.dataType,e,t,a)})},l.prototype.updateLayoutConfig=function(i){var n=i.getWidth(),e=i.getHeight();function a(B,z){return function(){P(B,z)}}for(var v=0;v<this._labelList.length;v++){var t=this._labelList[v],r=t.label,s=r.__hostTarget,f=t.defaultAttr,o=void 0;O(t.layoutOptionOrCb)?o=t.layoutOptionOrCb(Z(t,s)):o=t.layoutOptionOrCb,o=o||{},t.layoutOption=o;var c=Math.PI/180;s&&s.setTextConfig({local:!1,position:o.x!=null||o.y!=null?null:f.attachedPos,rotation:o.rotate!=null?o.rotate*c:f.attachedRot,offset:[o.dx||0,o.dy||0]});var g=!1;if(o.x!=null?(r.x=Y(o.x,n),r.setStyle("x",0),g=!0):(r.x=f.x,r.setStyle("x",f.style.x)),o.y!=null?(r.y=Y(o.y,e),r.setStyle("y",0),g=!0):(r.y=f.y,r.setStyle("y",f.style.y)),o.labelLinePoints){var p=s.getTextGuideLine();p&&(p.setShape({points:o.labelLinePoints}),g=!1)}var u=T(r);u.needsUpdateLabelLine=g,r.rotation=o.rotate!=null?o.rotate*c:f.rotation,r.scaleX=f.scaleX,r.scaleY=f.scaleY;for(var h=0;h<G.length;h++){var L=G[h];r.setStyle(L,o[L]!=null?o[L]:f.style[L])}if(o.draggable){if(r.draggable=!0,r.cursor="move",s){var b=t.seriesModel;if(t.dataIndex!=null){var M=t.seriesModel.getData(t.dataType);b=M.getItemModel(t.dataIndex)}r.on("drag",a(s,b.getModel("labelLine")))}}else r.off("drag"),r.cursor=f.cursor}},l.prototype.layout=function(i){var n=i.getWidth(),e=i.getHeight(),a=[];A(this._labelList,function(s){s.defaultAttr.ignore||a.push(F({},s))});var v=_(a,function(s){return s.layoutOption.moveOverlap==="shiftX"}),t=_(a,function(s){return s.layoutOption.moveOverlap==="shiftY"});E(v,0,0,n),E(t,1,0,e);var r=_(a,function(s){return s.layoutOption.hideOverlap});K(r),w(r)},l.prototype.processLabelsOverall=function(){var i=this;A(this._chartViewList,function(n){var e=n.__model,a=n.ignoreLabelLineUpdate,v=e.isAnimationEnabled();n.group.traverse(function(t){if(t.ignore&&!t.forceLabelAnimation)return!0;var r=!a,s=t.getTextContent();!r&&s&&(r=T(s).needsUpdateLabelLine),r&&i._updateLabelLine(t,e),v&&i._animateLabels(t,e)})})},l.prototype._updateLabelLine=function(i,n){var e=i.getTextContent(),a=m(i),v=a.dataIndex;if(e&&v!=null){var t=n.getData(a.dataType),r=t.getItemModel(v),s={},f=t.getItemVisual(v,"style");if(f){var o=t.getVisual("drawType");s.stroke=f[o]}var c=r.getModel("labelLine");W(i,U(r),s),P(i,c)}},l.prototype._animateLabels=function(i,n){var e=i.getTextContent(),a=i.getTextGuideLine();if(e&&(i.forceLabelAnimation||!e.ignore&&!e.invisible&&!i.disableLabelAnimation&&!H(i))){var v=T(e),t=v.oldLayout,r=m(i),s=r.dataIndex,f={x:e.x,y:e.y,rotation:e.rotation},o=n.getData(r.dataType);if(t){e.attr(t);var g=i.prevStates;g&&(X(g,"select")>=0&&e.attr(v.oldLayoutSelect),X(g,"emphasis")>=0&&e.attr(v.oldLayoutEmphasis)),S(e,f,n,s)}else if(e.attr(f),!I(e).valueAnimation){var c=V(e.style.opacity,1);e.style.opacity=0,R(e,{style:{opacity:c}},n,s)}if(v.oldLayout=f,e.states.select){var p=v.oldLayoutSelect={};y(p,f,x),y(p,e.states.select,x)}if(e.states.emphasis){var u=v.oldLayoutEmphasis={};y(u,f,x),y(u,e.states.emphasis,x)}q(e,s,o,n,n)}if(a&&!a.ignore&&!a.invisible){var v=$(a),t=v.oldLayout,h={points:a.shape.points};t?(a.attr({shape:t}),S(a,{shape:h},n)):(a.setShape(h),a.style.strokePercent=0,R(a,{style:{strokePercent:1}},n)),v.oldLayout=h}},l}(),le=k;export{le as default};
3
+ //# sourceMappingURL=LabelManager.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/label/installLabelLayout */
2
+ import{makeInner as s}from"../util/model.mjs";import f from"./LabelManager.mjs";var l=s();function c(r){r.registerUpdateLifecycle("series:beforeupdate",function(o,a,n){var e=l(a).labelManager;e||(e=l(a).labelManager=new f),e.clearLabels()}),r.registerUpdateLifecycle("series:layoutlabels",function(o,a,n){var e=l(a).labelManager;n.updatedSeries.forEach(function(t){e.addLabelsOfSeries(a.getViewOfSeriesModel(t))}),e.updateLayoutConfig(a),e.layout(a),e.processLabelsOverall()})}export{c as installLabelLayout};
3
+ //# sourceMappingURL=installLabelLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/label/labelGuideHelper */
2
+ import{Point as x,Path as H,Polyline as J}from"../util/graphic.mjs";import K from"/zrender@6.0.0/es2022/lib/core/PathProxy.mjs";import{normalizeRadian as q}from"/zrender@6.0.0/es2022/lib/contain/util.mjs";import{cubicProjectPoint as V,quadraticProjectPoint as W}from"/zrender@6.0.0/es2022/lib/core/curve.mjs";import{defaults as X,retrieve2 as O}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{invert as $}from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import*as k from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import{DISPLAY_STATES as _,SPECIAL_STATES as B}from"../util/states.mjs";var R=Math.PI*2,I=K.CMD,E=["top","right","bottom","left"];function N(e,n,v,r,o){var s=v.width,f=v.height;switch(e){case"top":r.set(v.x+s/2,v.y-n),o.set(0,-1);break;case"bottom":r.set(v.x+s/2,v.y+f+n),o.set(0,1);break;case"left":r.set(v.x-n,v.y+f/2),o.set(-1,0);break;case"right":r.set(v.x+s+n,v.y+f/2),o.set(1,0);break}}function rr(e,n,v,r,o,s,f,i,c){f-=e,i-=n;var h=Math.sqrt(f*f+i*i);f/=h,i/=h;var a=f*v+e,y=i*v+n;if(Math.abs(r-o)%R<1e-4)return c[0]=a,c[1]=y,h-v;if(s){var m=r;r=q(o),o=q(m)}else r=q(r),o=q(o);r>o&&(o+=R);var t=Math.atan2(i,f);if(t<0&&(t+=R),t>=r&&t<=o||t+R>=r&&t+R<=o)return c[0]=a,c[1]=y,h-v;var b=v*Math.cos(r)+e,l=v*Math.sin(r)+n,M=v*Math.cos(o)+e,S=v*Math.sin(o)+n,j=(b-f)*(b-f)+(l-i)*(l-i),w=(M-f)*(M-f)+(S-i)*(S-i);return j<w?(c[0]=b,c[1]=l,Math.sqrt(j)):(c[0]=M,c[1]=S,Math.sqrt(w))}function A(e,n,v,r,o,s,f,i){var c=o-e,h=s-n,a=v-e,y=r-n,m=Math.sqrt(a*a+y*y);a/=m,y/=m;var t=c*a+h*y,b=t/m;i&&(b=Math.min(Math.max(b,0),1)),b*=m;var l=f[0]=e+b*a,M=f[1]=n+b*y;return Math.sqrt((l-o)*(l-o)+(M-s)*(M-s))}function Q(e,n,v,r,o,s,f){v<0&&(e=e+v,v=-v),r<0&&(n=n+r,r=-r);var i=e+v,c=n+r,h=f[0]=Math.min(Math.max(o,e),i),a=f[1]=Math.min(Math.max(s,n),c);return Math.sqrt((h-o)*(h-o)+(a-s)*(a-s))}var T=[];function ar(e,n,v){var r=Q(n.x,n.y,n.width,n.height,e.x,e.y,T);return v.set(T[0],T[1]),r}function er(e,n,v){for(var r=0,o=0,s=0,f=0,i,c,h=1/0,a=n.data,y=e.x,m=e.y,t=0;t<a.length;){var b=a[t++];t===1&&(r=a[t],o=a[t+1],s=r,f=o);var l=h;switch(b){case I.M:s=a[t++],f=a[t++],r=s,o=f;break;case I.L:l=A(r,o,a[t],a[t+1],y,m,T,!0),r=a[t++],o=a[t++];break;case I.C:l=V(r,o,a[t++],a[t++],a[t++],a[t++],a[t],a[t+1],y,m,T),r=a[t++],o=a[t++];break;case I.Q:l=W(r,o,a[t++],a[t++],a[t],a[t+1],y,m,T),r=a[t++],o=a[t++];break;case I.A:var M=a[t++],S=a[t++],j=a[t++],w=a[t++],G=a[t++],z=a[t++];t+=1;var U=!!(1-a[t++]);i=Math.cos(G)*j+M,c=Math.sin(G)*w+S,t<=1&&(s=i,f=c);var Y=(y-M)*w/j+M;l=rr(M,S,w,G,G+z,U,Y,m,T),r=Math.cos(G+z)*j+M,o=Math.sin(G+z)*w+S;break;case I.R:s=r=a[t++],f=o=a[t++];var Z=a[t++],F=a[t++];l=Q(s,f,Z,F,y,m,T);break;case I.Z:l=A(r,o,s,f,y,m,T,!0),r=s,o=f;break}l<h&&(h=l,v.set(T[0],T[1]))}return h}var L=new x,u=new x,p=new x,P=new x,d=new x;function ur(e,n){if(e){var v=e.getTextGuideLine(),r=e.getTextContent();if(r&&v){var o=e.textGuideLineConfig||{},s=[[0,0],[0,0],[0,0]],f=o.candidates||E,i=r.getBoundingRect().clone();i.applyTransform(r.getComputedTransform());var c=1/0,h=o.anchor,a=e.getComputedTransform(),y=a&&$([],a),m=n.get("length2")||0;h&&p.copy(h);for(var t=0;t<f.length;t++){var b=f[t];N(b,0,i,L,P),x.scaleAndAdd(u,L,P,m),u.transform(y);var l=e.getBoundingRect(),M=h?h.distance(u):e instanceof H?er(u,e.path,p):ar(u,l,p);M<c&&(c=M,u.transform(a),p.transform(a),p.toArray(s[0]),u.toArray(s[1]),L.toArray(s[2]))}or(s,n.get("minTurnAngle")),v.setShape({points:s})}}}var g=[],C=new x;function or(e,n){if(n<=180&&n>0){n=n/180*Math.PI,L.fromArray(e[0]),u.fromArray(e[1]),p.fromArray(e[2]),x.sub(P,L,u),x.sub(d,p,u);var v=P.len(),r=d.len();if(!(v<.001||r<.001)){P.scale(1/v),d.scale(1/r);var o=P.dot(d),s=Math.cos(n);if(s<o){var f=A(u.x,u.y,p.x,p.y,L.x,L.y,g,!1);C.fromArray(g),C.scaleAndAdd(d,f/Math.tan(Math.PI-n));var i=p.x!==u.x?(C.x-u.x)/(p.x-u.x):(C.y-u.y)/(p.y-u.y);if(isNaN(i))return;i<0?x.copy(C,u):i>1&&x.copy(C,p),C.toArray(e[1])}}}}function yr(e,n,v){if(v<=180&&v>0){v=v/180*Math.PI,L.fromArray(e[0]),u.fromArray(e[1]),p.fromArray(e[2]),x.sub(P,u,L),x.sub(d,p,u);var r=P.len(),o=d.len();if(!(r<.001||o<.001)){P.scale(1/r),d.scale(1/o);var s=P.dot(n),f=Math.cos(v);if(s<f){var i=A(u.x,u.y,p.x,p.y,L.x,L.y,g,!1);C.fromArray(g);var c=Math.PI/2,h=Math.acos(d.dot(n)),a=c+h-v;if(a>=c)x.copy(C,p);else{C.scaleAndAdd(d,i/Math.tan(Math.PI/2-a));var y=p.x!==u.x?(C.x-u.x)/(p.x-u.x):(C.y-u.y)/(p.y-u.y);if(isNaN(y))return;y<0?x.copy(C,u):y>1&&x.copy(C,p)}C.toArray(e[1])}}}}function D(e,n,v,r){var o=v==="normal",s=o?e:e.ensureState(v);s.ignore=n;var f=r.get("smooth");f&&f===!0&&(f=.3),s.shape=s.shape||{},f>0&&(s.shape.smooth=f);var i=r.getModel("lineStyle").getLineStyle();o?e.useStyle(i):s.style=i}function vr(e,n){var v=n.smooth,r=n.points;if(r)if(e.moveTo(r[0][0],r[0][1]),v>0&&r.length>=3){var o=k.dist(r[0],r[1]),s=k.dist(r[1],r[2]);if(!o||!s){e.lineTo(r[1][0],r[1][1]),e.lineTo(r[2][0],r[2][1]);return}var f=Math.min(o,s)*v,i=k.lerp([],r[1],r[0],f/o),c=k.lerp([],r[1],r[2],f/s),h=k.lerp([],i,c,.5);e.bezierCurveTo(i[0],i[1],i[0],i[1],h[0],h[1]),e.bezierCurveTo(c[0],c[1],c[0],c[1],r[2][0],r[2][1])}else for(var a=1;a<r.length;a++)e.lineTo(r[a][0],r[a][1])}function pr(e,n,v){var r=e.getTextGuideLine(),o=e.getTextContent();if(!o){r&&e.removeTextGuideLine();return}for(var s=n.normal,f=s.get("show"),i=o.ignore,c=0;c<_.length;c++){var h=_[c],a=n[h],y=h==="normal";if(a){var m=a.get("show"),t=y?i:O(o.states[h]&&o.states[h].ignore,i);if(t||!O(m,f)){var b=y?r:r&&r.states[h];b&&(b.ignore=!0),r&&D(r,!0,h,a);continue}r||(r=new J,e.setTextGuideLine(r),!y&&(i||!f)&&D(r,!0,"normal",n.normal),e.stateProxy&&(r.stateProxy=e.stateProxy)),D(r,!1,h,a)}}if(r){X(r.style,v),r.style.fill=null;var l=s.get("showAbove"),M=e.textGuideLineConfig=e.textGuideLineConfig||{};M.showAbove=l||!1,r.buildPath=vr}}function lr(e,n){n=n||"labelLine";for(var v={normal:e.getModel(n)},r=0;r<B.length;r++){var o=B[r];v[o]=e.getModel([o,n])}return v}export{lr as getLabelLineStatesModels,yr as limitSurfaceAngle,or as limitTurnAngle,pr as setLabelLineStyle,ur as updateLabelLinePoints};
3
+ //# sourceMappingURL=labelGuideHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/label/labelLayoutHelper */
2
+ import{OrientedBoundingRect as Q,WH as V,XY as Z,ensureCopyRect as O,ensureCopyTransform as y,expandOrShrinkRect as q,isBoundingRectAxisAligned as H}from"../util/graphic.mjs";import{LabelMarginType as b}from"./labelStyle.mjs";var C=["label","labelLine","layoutOption","priority","defaultAttr","marginForce","minMarginForce","marginDefault","suggestIgnore"],$=1,E=2,W=$|E;function S(r,n,e){e=e||W,n?r.dirty|=e:r.dirty&=~e}function X(r,n){return n=n||W,r.dirty==null||!!(r.dirty&n)}function J(r){if(r)return X(r)&&j(r,r.label,r),r}function j(r,n,e){var a=n.getComputedTransform();r.transform=y(r.transform,a);var v=r.localRect=O(r.localRect,n.getBoundingRect()),t=n.style,c=t.margin,m=e&&e.marginForce,p=e&&e.minMarginForce,g=e&&e.marginDefault,o=t.__marginType;o==null&&g&&(c=g,o=b.textMargin);for(var u=0;u<4;u++)L[u]=o===b.minMargin&&p&&p[u]!=null?p[u]:m&&m[u]!=null?m[u]:c?c[u]:0;o===b.textMargin&&q(v,L,!1,!1);var A=r.rect=O(r.rect,v);return a&&A.applyTransform(a),o===b.minMargin&&q(A,L,!1,!1),r.axisAligned=H(a),(r.label=r.label||{}).ignore=n.ignore,S(r,!1),S(r,!0,E),r}var L=[0,0,0,0];function nr(r,n,e){return r.transform=y(r.transform,e),r.localRect=O(r.localRect,n),r.rect=O(r.rect,n),e&&r.rect.applyTransform(e),r.axisAligned=H(e),r.obb=void 0,(r.label=r.label||{}).ignore=!1,r}function er(r,n){if(r){r.label.x+=n.x,r.label.y+=n.y,r.label.markRedraw();var e=r.transform;e&&(e[4]+=n.x,e[5]+=n.y);var a=r.rect;a&&(a.x+=n.x,a.y+=n.y);var v=r.obb;v&&v.fromBoundingRect(r.localRect,e)}}function ar(r,n){for(var e=0;e<C.length;e++){var a=C[e];r[a]==null&&(r[a]=n[a])}return J(r)}function G(r){var n=r.obb;return(!n||X(r,E))&&(r.obb=n=n||new Q,n.fromBoundingRect(r.localRect,r.transform),S(r,!1,E)),n}function ir(r,n,e,a,v){var t=r.length,c=Z[n],m=V[n];if(t<2)return!1;r.sort(function(i,x){return i.rect[c]-x.rect[c]});for(var p=0,g,o=!1,u=0,A=0;A<t;A++){var D=r[A],M=D.rect;g=M[c]-p,g<0&&(M[c]-=g,D.label[c]-=g,o=!0);var K=Math.max(-g,0);u+=K,p=M[c]+M[m]}u>0&&v&&_(-u/t,0,t);var N=r[0],F=r[t-1],h,R;Y(),h<0&&d(-h,.8),R<0&&d(R,.8),Y(),k(h,R,1),k(R,h,-1),Y(),h<0&&z(-h),R<0&&z(R);function Y(){h=N.rect[c]-e,R=a-F.rect[c]-F.rect[m]}function k(i,x,s){if(i<0){var l=Math.min(x,-i);if(l>0){_(l*s,0,t);var f=l+i;f<0&&d(-f*s,1)}else d(-i*s,1)}}function _(i,x,s){i!==0&&(o=!0);for(var l=x;l<s;l++){var f=r[l],T=f.rect;T[c]+=i,f.label[c]+=i}}function d(i,x){for(var s=[],l=0,f=1;f<t;f++){var T=r[f-1].rect,P=Math.max(r[f].rect[c]-T[c]-T[m],0);s.push(P),l+=P}if(l){var U=Math.min(Math.abs(i)/l,x);if(i>0)for(var f=0;f<t-1;f++){var B=s[f]*U;_(B,0,f+1)}else for(var f=t-1;f>0;f--){var B=s[f-1]*U;_(-B,f,t)}}}function z(i){var x=i<0?-1:1;i=Math.abs(i);for(var s=Math.ceil(i/(t-1)),l=0;l<t-1;l++)if(x>0?_(s,0,l+1):_(-s,t-l-1,t),i-=s,i<=0)return}return o}function fr(r){for(var n=0;n<r.length;n++){var e=r[n],a=e.defaultAttr,v=e.labelLine;e.label.attr("ignore",a.ignore),v&&v.attr("ignore",a.labelGuideIgnore)}}function tr(r){var n=[];r.sort(function(g,o){return(o.suggestIgnore?1:0)-(g.suggestIgnore?1:0)||o.priority-g.priority});function e(g){if(!g.ignore){var o=g.ensureState("emphasis");o.ignore==null&&(o.ignore=!1)}g.ignore=!0}for(var a=0;a<r.length;a++){var v=J(r[a]);if(!v.label.ignore){for(var t=v.label,c=v.labelLine,m=!1,p=0;p<n.length;p++)if(w(v,n[p],null,{touchThreshold:.05})){m=!0;break}m?(e(t),c&&e(c)):n.push(v)}}}function w(r,n,e,a){return!r||!n||r.label&&r.label.ignore||n.label&&n.label.ignore||!r.rect.intersect(n.rect,e,a)?!1:r.axisAligned&&n.axisAligned?!0:G(r).intersect(G(n),e,a)}export{j as computeLabelGeometry,nr as computeLabelGeometry2,J as ensureLabelLayoutWithGeometry,tr as hideOverlap,w as labelIntersect,er as labelLayoutApplyTranslation,ar as newLabelLayoutWithGeometry,fr as restoreIgnore,S as setLabelLayoutDirty,ir as shiftLayoutOnXY};
3
+ //# sourceMappingURL=labelLayoutHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/label/labelStyle */
2
+ import I from"/zrender@6.0.0/es2022/lib/graphic/Text.mjs";import{isFunction as E,retrieve2 as p,extend as z,keys as Y,trim as H,retrieve3 as G,isNumber as J,normalizeCssArray as Z}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{SPECIAL_STATES as b,DISPLAY_STATES as R}from"../util/states.mjs";import"../util/log.mjs";import{makeInner as j,interpolateRawValues as q}from"../util/model.mjs";import{initProps as Q,updateProps as U}from"../util/graphic.mjs";var O={};function X(r,e){for(var a=0;a<b.length;a++){var i=b[a],o=e[i],n=r.ensureState(i);n.style=n.style||{},n.style.text=o}var f=r.currentStates.slice();r.clearStates(!0),r.setStyle({text:e.normal}),r.useStates(f,!0)}function L(r,e,a){var i=r.labelFetcher,o=r.labelDataIndex,n=r.labelDimIndex,f=e.normal,t;i&&(t=i.getFormattedLabel(o,"normal",null,n,f&&f.get("formatter"),a!=null?{interpolatedValue:a}:null)),t==null&&(t=E(r.defaultText)?r.defaultText(o,r,a):r.defaultText);for(var l={normal:t},c=0;c<b.length;c++){var v=b[c],u=e[v];l[v]=p(i?i.getFormattedLabel(o,v,null,n,u&&u.get("formatter")):null,t)}return l}function nr(r,e,a,i){a=a||O;for(var o=r instanceof I,n=!1,f=0;f<R.length;f++){var t=e[R[f]];if(t&&t.getShallow("show")){n=!0;break}}var l=o?r:r.getTextContent();if(n){o||(l||(l=new I,r.setTextContent(l)),r.stateProxy&&(l.stateProxy=r.stateProxy));var c=L(a,e),v=e.normal,u=!!v.getShallow("show"),s=_(v,i&&i.normal,a,!1,!o);s.text=c.normal,o||r.setTextConfig(A(v,a,!1));for(var f=0;f<b.length;f++){var d=b[f],t=e[d];if(t){var T=l.ensureState(d),C=!!p(t.getShallow("show"),u);if(C!==u&&(T.ignore=!C),T.style=_(t,i&&i[d],a,!0,!o),T.style.text=c[d],!o){var w=r.ensureState(d);w.textConfig=A(t,a,!0)}}}l.silent=!!v.getShallow("silent"),l.style.x!=null&&(s.x=l.style.x),l.style.y!=null&&(s.y=l.style.y),l.ignore=!u,l.useStyle(s),l.dirty(),a.enableTextSetter&&(D(l).setLabelText=function(g){var h=L(a,e,g);X(l,h)})}else l&&(l.ignore=!0);r.dirty()}function or(r,e){e=e||"label";for(var a={normal:r.getModel(e)},i=0;i<b.length;i++){var o=b[i];a[o]=r.getModel([o,e])}return a}function _(r,e,a,i,o){var n={};return $(n,r,a,i,o),e&&z(n,e),n}function A(r,e,a){e=e||{};var i={},o,n=r.getShallow("rotate"),f=p(r.getShallow("distance"),a?null:5),t=r.getShallow("offset");return o=r.getShallow("position")||(a?null:"inside"),o==="outside"&&(o=e.defaultOutsidePosition||"top"),o!=null&&(i.position=o),t!=null&&(i.offset=t),n!=null&&(n*=Math.PI/180,i.rotation=n),f!=null&&(i.distance=f),i.outsideFill=r.get("color")==="inherit"?e.inheritColor||null:"auto",e.autoOverflowArea!=null&&(i.autoOverflowArea=e.autoOverflowArea),e.layoutRect!=null&&(i.layoutRect=e.layoutRect),i}function $(r,e,a,i,o){a=a||O;var n=e.ecModel,f=n&&n.option.textStyle,t=K(e),l;if(t){l={};var c="richInheritPlainLabel",v=p(e.get(c),n?n.get(c):void 0);for(var u in t)if(t.hasOwnProperty(u)){var s=e.getModel(["rich",u]);k(l[u]={},s,f,e,v,a,i,o,!1,!0)}}l&&(r.rich=l);var d=e.get("overflow");d&&(r.overflow=d);var T=e.get("lineOverflow");T&&(r.lineOverflow=T);var C=r,w=e.get("minMargin");if(w!=null)w=J(w)?w/2:0,C.margin=[w,w,w,w],C.__marginType=W.minMargin;else{var g=e.get("textMargin");g!=null&&(C.margin=Z(g),C.__marginType=W.textMargin)}k(r,e,f,null,null,a,i,o,!0,!1)}function K(r){for(var e;r&&r!==r.ecModel;){var a=(r.option||O).rich;if(a){e=e||{};for(var i=Y(a),o=0;o<i.length;o++){var n=i[o];e[n]=1}}r=r.parentModel}return e}var V=["fontStyle","fontWeight","fontSize","fontFamily","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY"],x=["align","lineHeight","width","height","tag","verticalAlign","ellipsis"],F=["padding","borderWidth","borderRadius","borderDashOffset","backgroundColor","borderColor","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function k(r,e,a,i,o,n,f,t,l,c){a=!f&&a||O;var v=n&&n.inheritColor,u=e.getShallow("color"),s=e.getShallow("textBorderColor"),d=p(e.getShallow("opacity"),a.opacity);(u==="inherit"||u==="auto")&&(v?u=v:u=null),(s==="inherit"||s==="auto")&&(v?s=v:s=null),t||(u=u||a.color,s=s||a.textBorderColor),u!=null&&(r.fill=u),s!=null&&(r.stroke=s);var T=p(e.getShallow("textBorderWidth"),a.textBorderWidth);T!=null&&(r.lineWidth=T);var C=p(e.getShallow("textBorderType"),a.textBorderType);C!=null&&(r.lineDash=C);var w=p(e.getShallow("textBorderDashOffset"),a.textBorderDashOffset);w!=null&&(r.lineDashOffset=w),!f&&d==null&&!c&&(d=n&&n.defaultOpacity),d!=null&&(r.opacity=d),!f&&!t&&r.fill==null&&n.inheritColor&&(r.fill=n.inheritColor);for(var g=0;g<V.length;g++){var h=V[g],m=o!==!1&&i?G(e.getShallow(h),i.getShallow(h),a[h]):p(e.getShallow(h),a[h]);m!=null&&(r[h]=m)}for(var g=0;g<x.length;g++){var h=x[g],m=e.getShallow(h);m!=null&&(r[h]=m)}if(r.verticalAlign==null){var P=e.getShallow("baseline");P!=null&&(r.verticalAlign=P)}if(!l||!n.disableBox){for(var g=0;g<F.length;g++){var h=F[g],m=e.getShallow(h);m!=null&&(r[h]=m)}var B=e.getShallow("borderType");B!=null&&(r.borderDash=B),(r.backgroundColor==="auto"||r.backgroundColor==="inherit")&&v&&(r.backgroundColor=v),(r.borderColor==="auto"||r.borderColor==="inherit")&&v&&(r.borderColor=v)}}function ir(r,e){var a=e&&e.getModel("textStyle");return H([r.fontStyle||a&&a.getShallow("fontStyle")||"",r.fontWeight||a&&a.getShallow("fontWeight")||"",(r.fontSize||a&&a.getShallow("fontSize")||12)+"px",r.fontFamily||a&&a.getShallow("fontFamily")||"sans-serif"].join(" "))}var D=j();function lr(r,e,a,i){if(r){var o=D(r);o.prevValue=o.value,o.value=a;var n=e.normal;o.valueAnimation=n.get("valueAnimation"),o.valueAnimation&&(o.precision=n.get("precision"),o.defaultInterpolatedText=i,o.statesModels=e)}}function fr(r,e,a,i,o){var n=D(r);if(!n.valueAnimation||n.prevValue===n.value)return;var f=n.defaultInterpolatedText,t=p(n.interpolatedValue,n.prevValue),l=n.value;function c(v){var u=q(a,n.precision,t,l,v);n.interpolatedValue=v===1?null:u;var s=L({labelDataIndex:e,labelFetcher:o,defaultText:f?f(u):u+""},n.statesModels,u);X(r,s)}r.percent=0,(n.prevValue==null?Q:U)(r,{percent:1},i,e,null,c)}var W={minMargin:1,textMargin:2};export{W as LabelMarginType,fr as animateLabelValue,A as createTextConfig,_ as createTextStyle,ir as getFont,or as getLabelStatesModels,D as labelInner,nr as setLabelStyle,X as setLabelText,lr as setLabelValueAnimation};
3
+ //# sourceMappingURL=labelStyle.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/label/sectorLabel */
2
+ import{calculateTextPosition as y}from"/zrender@6.0.0/es2022/lib/contain/text.mjs";import{isArray as w,isNumber as E}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function R(n,s){s=s||{};var k=s.isRoundCap;return function(r,t,S){var p=t.position;if(!p||p instanceof Array)return y(r,t,S);var T=n(p),e=t.distance!=null?t.distance:5,h=this.shape,a=h.cx,c=h.cy,x=h.r,M=h.r0,l=(x+M)/2,i=h.startAngle,u=h.endAngle,d=(i+u)/2,b=k?Math.abs(x-M)/2:0,o=Math.cos,A=Math.sin,g=a+x*o(i),v=c+x*A(i),f="left",m="top";switch(T){case"startArc":g=a+(M-e)*o(d),v=c+(M-e)*A(d),f="center",m="top";break;case"insideStartArc":g=a+(M+e)*o(d),v=c+(M+e)*A(d),f="center",m="bottom";break;case"startAngle":g=a+l*o(i)+C(i,e+b,!1),v=c+l*A(i)+P(i,e+b,!1),f="right",m="middle";break;case"insideStartAngle":g=a+l*o(i)+C(i,-e+b,!1),v=c+l*A(i)+P(i,-e+b,!1),f="left",m="middle";break;case"middle":g=a+l*o(d),v=c+l*A(d),f="center",m="middle";break;case"endArc":g=a+(x+e)*o(d),v=c+(x+e)*A(d),f="center",m="bottom";break;case"insideEndArc":g=a+(x-e)*o(d),v=c+(x-e)*A(d),f="center",m="top";break;case"endAngle":g=a+l*o(u)+C(u,e+b,!0),v=c+l*A(u)+P(u,e+b,!0),f="left",m="middle";break;case"insideEndAngle":g=a+l*o(u)+C(u,-e+b,!0),v=c+l*A(u)+P(u,-e+b,!0),f="right",m="middle";break;default:return y(r,t,S)}return r=r||{},r.x=g,r.y=v,r.align=f,r.verticalAlign=m,r}}function j(n,s,k,r){if(E(r)){n.setTextConfig({rotation:r});return}else if(w(s)){n.setTextConfig({rotation:0});return}var t=n.shape,S=t.clockwise?t.startAngle:t.endAngle,p=t.clockwise?t.endAngle:t.startAngle,T=(S+p)/2,e,h=k(s);switch(h){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":e=T;break;case"startAngle":case"insideStartAngle":e=S;break;case"endAngle":case"insideEndAngle":e=p;break;default:n.setTextConfig({rotation:0});return}var a=Math.PI*1.5-e;h==="middle"&&a>Math.PI/2&&a<Math.PI*1.5&&(a-=Math.PI),n.setTextConfig({rotation:a})}function C(n,s,k){return s*Math.sin(n)*(k?-1:1)}function P(n,s,k){return s*Math.cos(n)*(k?1:-1)}export{R as createSectorCalculateTextPosition,j as setSectorTextRotation};
3
+ //# sourceMappingURL=sectorLabel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/layout/barGrid */
2
+ import{each as l,defaults as Y,keys as Z}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{parsePercent as A}from"../util/number.mjs";import{isDimensionStacked as $}from"../data/helper/dataStackHelper.mjs";import N from"../chart/helper/createRenderPlanner.mjs";import{createFloat32Array as R}from"../util/vendor.mjs";var E="__ec_stack_";function F(e){return e.get("stack")||E+e.seriesIndex}function V(e){return e.dim+e.index}function da(e){var i=[],t=e.axis,a="axis0";if(t.type==="category"){for(var u=t.getBandWidth(),r=0;r<e.count;r++)i.push(Y({bandWidth:u,axisKey:a,stackId:E+r},e));for(var f=q(i),n=[],r=0;r<e.count;r++){var o=f[a][E+r];o.offsetCenter=o.offset+o.width/2,n.push(o)}return n}}function j(e,i){var t=[];return i.eachSeriesByType(e,function(a){J(a)&&t.push(a)}),t}function aa(e){var i={};l(e,function(o){var d=o.coordinateSystem,v=d.getBaseAxis();if(!(v.type!=="time"&&v.type!=="value"))for(var s=o.getData(),h=v.dim+"_"+v.index,p=s.getDimensionIndex(s.mapDimension(v.dim)),m=s.getStore(),x=0,W=m.count();x<W;++x){var c=m.get(p,x);i[h]?i[h].push(c):i[h]=[c]}});var t={};for(var a in i)if(i.hasOwnProperty(a)){var u=i[a];if(u){u.sort(function(o,d){return o-d});for(var r=null,f=1;f<u.length;++f){var n=u[f]-u[f-1];n>0&&(r=r===null?n:Math.min(r,n))}t[a]=r}}return t}function ta(e){var i=aa(e),t=[];return l(e,function(a){var u=a.coordinateSystem,r=u.getBaseAxis(),f=r.getExtent(),n;if(r.type==="category")n=r.getBandWidth();else if(r.type==="value"||r.type==="time"){var o=r.dim+"_"+r.index,d=i[o],v=Math.abs(f[1]-f[0]),s=r.scale.getExtent(),h=Math.abs(s[1]-s[0]);n=d?v/h*d:v}else{var p=a.getData();n=Math.abs(f[1]-f[0])/p.count()}var m=A(a.get("barWidth"),n),x=A(a.get("barMaxWidth"),n),W=A(a.get("barMinWidth")||(Q(a)?.5:1),n),c=a.get("barGap"),y=a.get("barCategoryGap"),b=a.get("defaultBarGap");t.push({bandWidth:n,barWidth:m,barMaxWidth:x,barMinWidth:W,barGap:c,barCategoryGap:y,defaultBarGap:b,axisKey:V(r),stackId:F(a)})}),q(t)}function q(e){var i={};l(e,function(a,u){var r=a.axisKey,f=a.bandWidth,n=i[r]||{bandWidth:f,remainedWidth:f,autoWidthCount:0,categoryGap:null,gap:a.defaultBarGap||0,stacks:{}},o=n.stacks;i[r]=n;var d=a.stackId;o[d]||n.autoWidthCount++,o[d]=o[d]||{width:0,maxWidth:0};var v=a.barWidth;v&&!o[d].width&&(o[d].width=v,v=Math.min(n.remainedWidth,v),n.remainedWidth-=v);var s=a.barMaxWidth;s&&(o[d].maxWidth=s);var h=a.barMinWidth;h&&(o[d].minWidth=h);var p=a.barGap;p!=null&&(n.gap=p);var m=a.barCategoryGap;m!=null&&(n.categoryGap=m)});var t={};return l(i,function(a,u){t[u]={};var r=a.stacks,f=a.bandWidth,n=a.categoryGap;if(n==null){var o=Z(r).length;n=Math.max(35-o*4,15)+"%"}var d=A(n,f),v=A(a.gap,1),s=a.remainedWidth,h=a.autoWidthCount,p=(s-d)/(h+(h-1)*v);p=Math.max(p,0),l(r,function(c){var y=c.maxWidth,b=c.minWidth;if(c.width){var g=c.width;y&&(g=Math.min(g,y)),b&&(g=Math.max(g,b)),c.width=g,s-=g+v*g,h--}else{var g=p;y&&y<g&&(g=Math.min(y,s)),b&&b>g&&(g=b),g!==p&&(c.width=g,s-=g+v*g,h--)}}),p=(s-d)/(h+(h-1)*v),p=Math.max(p,0);var m=0,x;l(r,function(c,y){c.width||(c.width=p),x=c,m+=c.width*(1+v)}),x&&(m-=x.width*v);var W=-m/2;l(r,function(c,y){t[u][y]=t[u][y]||{bandWidth:f,offset:W,width:c.width},W+=c.width*(1+v)})}),t}function ua(e,i,t){if(e&&i){var a=e[V(i)];return a!=null&&t!=null?a[F(t)]:a}}function fa(e,i){var t=j(e,i),a=ta(t);l(t,function(u){var r=u.getData(),f=u.coordinateSystem,n=f.getBaseAxis(),o=F(u),d=a[V(n)][o],v=d.offset,s=d.width;r.setLayout({bandWidth:d.bandWidth,offset:v,size:s})})}function sa(e){return{seriesType:e,plan:N(),reset:function(i){if(J(i)){var t=i.getData(),a=i.coordinateSystem,u=a.getBaseAxis(),r=a.getOtherAxis(u),f=t.getDimensionIndex(t.mapDimension(r.dim)),n=t.getDimensionIndex(t.mapDimension(u.dim)),o=i.get("showBackground",!0),d=t.mapDimension(r.dim),v=t.getCalculationInfo("stackResultDimension"),s=$(t,d)&&!!t.getCalculationInfo("stackedOnSeries"),h=r.isHorizontal(),p=ra(u,r),m=Q(i),x=i.get("barMinHeight")||0,W=v&&t.getDimensionIndex(v),c=t.getLayout("size"),y=t.getLayout("offset");return{progress:function(b,g){for(var K=b.count,I=m&&R(K*3),B=m&&o&&R(K*3),X=m&&R(K),M=a.master.getRect(),U=h?M.width:M.height,G,_=g.getStore(),k=0;(G=b.next())!=null;){var O=_.get(s?W:f,G),T=_.get(n,G),C=p,z=void 0;s&&(z=+O-_.get(f,G));var L=void 0,P=void 0,D=void 0,w=void 0;if(h){var S=a.dataToPoint([O,T]);if(s){var H=a.dataToPoint([z,T]);C=H[0]}L=C,P=S[1]+y,D=S[0]-C,w=c,Math.abs(D)<x&&(D=(D<0?-1:1)*x)}else{var S=a.dataToPoint([T,O]);if(s){var H=a.dataToPoint([T,z]);C=H[1]}L=S[0]+y,P=C,D=c,w=S[1]-C,Math.abs(w)<x&&(w=(w<=0?-1:1)*x)}m?(I[k]=L,I[k+1]=P,I[k+2]=h?D:w,B&&(B[k]=h?M.x:L,B[k+1]=h?P:M.y,B[k+2]=U),X[G]=G):g.setItemLayout(G,{x:L,y:P,width:D,height:w}),k+=3}m&&g.setLayout({largePoints:I,largeDataIndices:X,largeBackgroundPoints:B,valueAxisHorizontal:h})}}}}}}function J(e){return e.coordinateSystem&&e.coordinateSystem.type==="cartesian2d"}function Q(e){return e.pipelineContext&&e.pipelineContext.large}function ra(e,i){var t=i.model.get("startValue");return t||(t=0),i.toGlobalCoord(i.dataToCoord(i.type==="log"?t>0?t:1:t))}export{sa as createProgressiveLayout,da as getLayoutOnAxis,fa as layout,ta as makeColumnLayout,j as prepareLayoutBarSeries,ua as retrieveColumnLayout};
3
+ //# sourceMappingURL=barGrid.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/layout/barPolar */
2
+ import*as W from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{parsePercent as U}from"../util/number.mjs";import{isDimensionStacked as Q}from"../data/helper/dataStackHelper.mjs";function K(m){return m.get("stack")||"__ec_stack_"+m.seriesIndex}function A(m,u){return u.dim+m.model.componentIndex}function X(m,u,w){var a={},x=Y(W.filter(u.getSeriesByType(m),function(t){return!u.isSeriesFiltered(t)&&t.coordinateSystem&&t.coordinateSystem.type==="polar"}));u.eachSeriesByType(m,function(t){if(t.coordinateSystem.type==="polar"){var e=t.getData(),f=t.coordinateSystem,d=f.getBaseAxis(),p=A(f,d),r=K(t),i=x[p][r],n=i.offset,c=i.width,h=f.getOtherAxis(d),v=t.coordinateSystem.cx,y=t.coordinateSystem.cy,o=t.get("barMinHeight")||0,L=t.get("barMinAngle")||0;a[r]=a[r]||[];for(var _=e.mapDimension(h.dim),E=e.mapDimension(d.dim),B=Q(e,_),H=d.dim!=="radius"||!t.get("roundCap",!0),F=h.model,R=F.get("startValue"),b=h.dataToCoord(R||0),k=0,j=e.count();k<j;k++){var T=e.get(_,k),g=e.get(E,k),P=T>=0?"p":"n",C=b;B&&(a[r][g]||(a[r][g]={p:b,n:b}),C=a[r][g][P]);var I=void 0,S=void 0,G=void 0,s=void 0;if(h.dim==="radius"){var z=h.dataToCoord(T)-b,q=d.dataToCoord(g);Math.abs(z)<o&&(z=(z<0?-1:1)*o),I=C,S=C+z,G=q-n,s=G-c,B&&(a[r][g][P]=S)}else{var D=h.dataToCoord(T,H)-b,J=d.dataToCoord(g);Math.abs(D)<L&&(D=(D<0?-1:1)*L),I=J+n,S=I+c,G=C,s=C+D,B&&(a[r][g][P]=s)}e.setItemLayout(k,{cx:v,cy:y,r0:I,r:S,startAngle:-G*Math.PI/180,endAngle:-s*Math.PI/180,clockwise:G>=s})}}})}function Y(m){var u={};W.each(m,function(a,x){var t=a.getData(),e=a.coordinateSystem,f=e.getBaseAxis(),d=A(e,f),p=f.getExtent(),r=f.type==="category"?f.getBandWidth():Math.abs(p[1]-p[0])/t.count(),i=u[d]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},n=i.stacks;u[d]=i;var c=K(a);n[c]||i.autoWidthCount++,n[c]=n[c]||{width:0,maxWidth:0};var h=U(a.get("barWidth"),r),v=U(a.get("barMaxWidth"),r),y=a.get("barGap"),o=a.get("barCategoryGap");h&&!n[c].width&&(h=Math.min(i.remainedWidth,h),n[c].width=h,i.remainedWidth-=h),v&&(n[c].maxWidth=v),y!=null&&(i.gap=y),o!=null&&(i.categoryGap=o)});var w={};return W.each(u,function(a,x){w[x]={};var t=a.stacks,e=a.bandWidth,f=U(a.categoryGap,e),d=U(a.gap,1),p=a.remainedWidth,r=a.autoWidthCount,i=(p-f)/(r+(r-1)*d);i=Math.max(i,0),W.each(t,function(v,y){var o=v.maxWidth;o&&o<i&&(o=Math.min(o,p),v.width&&(o=Math.min(o,v.width)),p-=o,v.width=o,r--)}),i=(p-f)/(r+(r-1)*d),i=Math.max(i,0);var n=0,c;W.each(t,function(v,y){v.width||(v.width=i),c=v,n+=v.width*(1+d)}),c&&(n-=c.width*d);var h=-n/2;W.each(t,function(v,y){w[x][y]=w[x][y]||{offset:h,width:v.width},h+=v.width*(1+d)})}),w}var M=X;export{M as default};
3
+ //# sourceMappingURL=barPolar.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/layout/points */
2
+ import{map as T}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import k from"../chart/helper/createRenderPlanner.mjs";import{isDimensionStacked as y}from"../data/helper/dataStackHelper.mjs";import{createFloat32Array as P}from"../util/vendor.mjs";function R(x,D){return{seriesType:x,plan:k(),reset:function(i){var e=i.getData(),o=i.coordinateSystem,I=i.pipelineContext,s=D||I.large;if(o){var t=T(o.dimensions,function(r){return e.mapDimension(r)}).slice(0,2),m=t.length,v=e.getCalculationInfo("stackResultDimension");y(e,t[0])&&(t[0]=v),y(e,t[1])&&(t[1]=v);var u=e.getStore(),c=e.getDimensionIndex(t[0]),C=e.getDimensionIndex(t[1]);return m&&{progress:function(r,f){for(var L=r.end-r.start,d=s&&P(L*m),l=[],p=[],n=r.start,g=0;n<r.end;n++){var a=void 0;if(m===1){var S=u.get(c,n);a=o.dataToPoint(S,null,p)}else l[0]=u.get(c,n),l[1]=u.get(C,n),a=o.dataToPoint(l,null,p);s?(d[g++]=a[0],d[g++]=a[1]):f.setItemLayout(n,a.slice())}s&&f.setLayout("points",d)}}}}}}export{R as default};
3
+ //# sourceMappingURL=points.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/legacy/dataSelectAction */
2
+ import{extend as p,each as v,isArray as m,isString as h}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import"../util/log.mjs";import{queryDataIndex as S}from"../util/model.mjs";function A(n,c){function r(e,t){var i=[];return e.eachComponent({mainType:"series",subType:n,query:t},function(o){i.push(o.seriesIndex)}),i}v([[n+"ToggleSelect","toggleSelect"],[n+"Select","select"],[n+"UnSelect","unselect"]],function(e){c(e[0],function(t,i,o){t=p({},t),o.dispatchAction(p(t,{type:e[1],seriesIndex:r(i,t)}))})})}function l(n,c,r,e,t){var i=n+c;r.isSilent(i)||e.eachComponent({mainType:"series",subType:"pie"},function(o){for(var u=o.seriesIndex,s=o.option.selectedMap,a=t.selected,d=0;d<a.length;d++)if(a[d].seriesIndex===u){var g=o.getData(),f=S(g,t.fromActionPayload);r.trigger(i,{type:i,seriesId:o.id,name:m(f)?g.getName(f[0]):g.getName(f),selected:h(s)?s:p({},s)})}})}function D(n,c,r){n.on("selectchanged",function(e){var t=r.getModel();e.isFromClick?(l("map","selectchanged",c,t,e),l("pie","selectchanged",c,t,e)):e.fromAction==="select"?(l("map","selected",c,t,e),l("pie","selected",c,t,e)):e.fromAction==="unselect"&&(l("map","unselected",c,t,e),l("pie","unselected",c,t,e))})}export{A as createLegacyDataSelectAction,D as handleLegacySelectEvents};
3
+ //# sourceMappingURL=dataSelectAction.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/loading/default */
2
+ import*as z from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as t from"../util/graphic.mjs";import u from"../visual/tokens.mjs";var h=Math.PI;function v(a,e){e=e||{},z.defaults(e,{text:"loading",textColor:u.color.primary,fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255,255,255,0.8)",showSpinner:!0,color:u.color.theme[0],spinnerRadius:10,lineWidth:5,zlevel:0});var n=new t.Group,o=new t.Rect({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(o);var d=new t.Text({style:{text:e.text,fill:e.textColor,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:e.fontFamily},zlevel:e.zlevel,z:10001}),g=new t.Rect({style:{fill:"none"},textContent:d,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});n.add(g);var l;return e.showSpinner&&(l=new t.Arc({shape:{startAngle:-h/2,endAngle:-h/2+.1,r:e.spinnerRadius},style:{stroke:e.color,lineCap:"round",lineWidth:e.lineWidth},zlevel:e.zlevel,z:10001}),l.animateShape(!0).when(1e3,{endAngle:h*3/2}).start("circularInOut"),l.animateShape(!0).when(1e3,{startAngle:h*3/2}).delay(300).start("circularInOut"),n.add(l)),n.resize=function(){var r=d.getBoundingRect().width,i=e.showSpinner?e.spinnerRadius:0,c=(a.getWidth()-i*2-(e.showSpinner&&r?10:0)-r)/2-(e.showSpinner&&r?0:5+r/2)+(e.showSpinner?0:r/2)+(r?0:i),f=a.getHeight()/2;e.showSpinner&&l.setShape({cx:c,cy:f}),g.setShape({x:c-i,y:f-i,width:i*2,height:i*2}),o.setShape({x:0,y:0,width:a.getWidth(),height:a.getHeight()})},n.resize(),n}export{v as default};
3
+ //# sourceMappingURL=default.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/model/Component */
2
+ import{__extends as y}from"/tslib@2.3.0/es2022/tslib.mjs";import*as a from"/zrender@6.0.0/es2022/lib/core/util.mjs";import d from"./Model.mjs";import*as p from"../util/component.mjs";import{enableClassManagement as c,parseClassType as g,isExtendedClass as h,mountExtend as v}from"../util/clazz.mjs";import{makeInner as U,queryReferringComponents as M}from"../util/model.mjs";import*as i from"../util/layout.mjs";var x=U(),u=function(l){y(e,l);function e(t,r,o){var n=l.call(this,t,r,o)||this;return n.uid=p.getUID("ec_cpt_model"),n}return e.prototype.init=function(t,r,o){this.mergeDefaultAndTheme(t,o)},e.prototype.mergeDefaultAndTheme=function(t,r){var o=i.fetchLayoutMode(this),n=o?i.getLayoutParams(t):{},s=r.getTheme();a.merge(t,s.get(this.mainType)),a.merge(t,this.getDefaultOption()),o&&i.mergeLayoutParam(t,n,o)},e.prototype.mergeOption=function(t,r){a.merge(this.option,t,!0);var o=i.fetchLayoutMode(this);o&&i.mergeLayoutParam(this.option,t,o)},e.prototype.optionUpdated=function(t,r){},e.prototype.getDefaultOption=function(){var t=this.constructor;if(!h(t))return t.defaultOption;var r=x(this);if(!r.defaultOption){for(var o=[],n=t;n;){var s=n.prototype.defaultOption;s&&o.push(s),n=n.superClass}for(var m={},f=o.length-1;f>=0;f--)m=a.merge(m,o[f],!0);r.defaultOption=m}return r.defaultOption},e.prototype.getReferringComponents=function(t,r){var o=t+"Index",n=t+"Id";return M(this.ecModel,t,{index:this.get(o,!0),id:this.get(n,!0)},r)},e.prototype.getBoxLayoutParams=function(){return i.getBoxLayoutParams(this,!1)},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=function(){var t=e.prototype;t.type="component",t.id="",t.name="",t.mainType="",t.subType="",t.componentIndex=0}(),e}(d);v(u,d);c(u);p.enableSubTypeDefaulter(u);p.enableTopologicalTravel(u,C);function C(l){var e=[];return a.each(u.getClassesByMainType(l),function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])}),e=a.map(e,function(t){return g(t).main}),l!=="dataset"&&a.indexOf(e,"dataset")<=0&&e.unshift("dataset"),e}var L=u;export{L as default};
3
+ //# sourceMappingURL=Component.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/model/Global */
2
+ import{__extends as W}from"/tslib@2.3.0/es2022/tslib.mjs";import{each as h,filter as v,isArray as j,isObject as w,isString as Y,createHashMap as C,clone as A,merge as P,extend as k,mixin as Z,isFunction as q}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as m from"../util/model.mjs";import T from"./Model.mjs";import g from"./Component.mjs";import Q from"./globalDefault.mjs";import{resetSourceDefaulter as J}from"../data/helper/sourceHelper.mjs";import{concatInternalOptions as X}from"./internalComponentCreator.mjs";import{PaletteMixin as $}from"./mixin/palette.mjs";import{error as ve}from"../util/log.mjs";var N,I,D,V="\0_ec_inner",ee=1;var F=function(l){W(o,l);function o(){return l!==null&&l.apply(this,arguments)||this}return o.prototype.init=function(e,n,t,r,i,u){r=r||{},this.option=null,this._theme=new T(r),this._locale=new T(i),this._optionManager=u},o.prototype.setOption=function(e,n,t){var r=z(n);this._optionManager.setOption(e,t,r),this._resetOption(null,r)},o.prototype.resetOption=function(e,n){return this._resetOption(e,z(n))},o.prototype._resetOption=function(e,n){var t=!1,r=this._optionManager;if(!e||e==="recreate"){var i=r.mountOption(e==="recreate");!this.option||e==="recreate"?D(this,i):(this.restoreData(),this._mergeOption(i,n)),t=!0}if((e==="timeline"||e==="media")&&this.restoreData(),!e||e==="recreate"||e==="timeline"){var u=r.getTimelineOption(this);u&&(t=!0,this._mergeOption(u,n))}if(!e||e==="recreate"||e==="media"){var p=r.getMediaOption(this);p.length&&h(p,function(s){t=!0,this._mergeOption(s,n)},this)}return t},o.prototype.mergeOption=function(e){this._mergeOption(e,null)},o.prototype._mergeOption=function(e,n){var t=this.option,r=this._componentsMap,i=this._componentsCount,u=[],p=C(),s=n&&n.replaceMergeMainTypeMap;J(this),h(e,function(a,c){a!=null&&(g.hasClass(c)?c&&(u.push(c),p.set(c,!0)):t[c]=t[c]==null?A(a):P(t[c],a,!0))}),s&&s.each(function(a,c){g.hasClass(c)&&!p.get(c)&&(u.push(c),p.set(c,!0))}),g.topologicalTravel(u,g.getAllClassMainTypes(),d,this);function d(a){var c=X(this,a,m.normalizeToArray(e[a])),_=r.get(a),y=_?s&&s.get(a)?"replaceMerge":"normalMerge":"replaceAll",E=m.mappingToExists(_,c,y);m.setComponentTypeToKeyInfo(E,a,g),t[a]=null,r.set(a,null),i.set(a,0);var x=[],S=[],U=0,B,re;h(E,function(M,H){var f=M.existing,O=M.newOption;if(!O)f&&(f.mergeOption({},this),f.optionUpdated({},!1));else{var K=a==="series",b=g.getClass(a,M.keyInfo.subType,!K);if(!b){if(0)var oe,ie;return}if(a==="tooltip"){if(B)return;B=!0}if(f&&f.constructor===b)f.name=M.keyInfo.name,f.mergeOption(O,this),f.optionUpdated(O,!1);else{var L=k({componentIndex:H},M.keyInfo);f=new b(O,this,this,L),k(f,L),M.brandNew&&(f.__requireNewView=!0),f.init(O,this,this),f.optionUpdated(null,!0)}}f?(x.push(f.option),S.push(f),U++):(x.push(void 0),S.push(void 0))},this),t[a]=x,r.set(a,S),i.set(a,U),a==="series"&&N(this)}this._seriesIndices||N(this)},o.prototype.getOption=function(){var e=A(this.option);return h(e,function(n,t){if(g.hasClass(t)){for(var r=m.normalizeToArray(n),i=r.length,u=!1,p=i-1;p>=0;p--)r[p]&&!m.isComponentIdInternal(r[p])?u=!0:(r[p]=null,!u&&i--);r.length=i,e[t]=r}}),delete e[V],e},o.prototype.setTheme=function(e){this._theme=new T(e),this._resetOption("recreate",null)},o.prototype.getTheme=function(){return this._theme},o.prototype.getLocaleModel=function(){return this._locale},o.prototype.setUpdatePayload=function(e){this._payload=e},o.prototype.getUpdatePayload=function(){return this._payload},o.prototype.getComponent=function(e,n){var t=this._componentsMap.get(e);if(t){var r=t[n||0];if(r)return r;if(n==null){for(var i=0;i<t.length;i++)if(t[i])return t[i]}}},o.prototype.queryComponents=function(e){var n=e.mainType;if(!n)return[];var t=e.index,r=e.id,i=e.name,u=this._componentsMap.get(n);if(!u||!u.length)return[];var p;return t!=null?(p=[],h(m.normalizeToArray(t),function(s){u[s]&&p.push(u[s])})):r!=null?p=G("id",r,u):i!=null?p=G("name",i,u):p=v(u,function(s){return!!s}),R(p,e)},o.prototype.findComponents=function(e){var n=e.query,t=e.mainType,r=u(n),i=r?this.queryComponents(r):v(this._componentsMap.get(t),function(s){return!!s});return p(R(i,e));function u(s){var d=t+"Index",a=t+"Id",c=t+"Name";return s&&(s[d]!=null||s[a]!=null||s[c]!=null)?{mainType:t,index:s[d],id:s[a],name:s[c]}:null}function p(s){return e.filter?v(s,e.filter):s}},o.prototype.eachComponent=function(e,n,t){var r=this._componentsMap;if(q(e)){var i=n,u=e;r.each(function(a,c){for(var _=0;a&&_<a.length;_++){var y=a[_];y&&u.call(i,c,y,y.componentIndex)}})}else for(var p=Y(e)?r.get(e):w(e)?this.findComponents(e):null,s=0;p&&s<p.length;s++){var d=p[s];d&&n.call(t,d,d.componentIndex)}},o.prototype.getSeriesByName=function(e){var n=m.convertOptionIdName(e,null);return v(this._componentsMap.get("series"),function(t){return!!t&&n!=null&&t.name===n})},o.prototype.getSeriesByIndex=function(e){return this._componentsMap.get("series")[e]},o.prototype.getSeriesByType=function(e){return v(this._componentsMap.get("series"),function(n){return!!n&&n.subType===e})},o.prototype.getSeries=function(){return v(this._componentsMap.get("series"),function(e){return!!e})},o.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},o.prototype.eachSeries=function(e,n){I(this),h(this._seriesIndices,function(t){var r=this._componentsMap.get("series")[t];e.call(n,r,t)},this)},o.prototype.eachRawSeries=function(e,n){h(this._componentsMap.get("series"),function(t){t&&e.call(n,t,t.componentIndex)})},o.prototype.eachSeriesByType=function(e,n,t){I(this),h(this._seriesIndices,function(r){var i=this._componentsMap.get("series")[r];i.subType===e&&n.call(t,i,r)},this)},o.prototype.eachRawSeriesByType=function(e,n,t){return h(this.getSeriesByType(e),n,t)},o.prototype.isSeriesFiltered=function(e){return I(this),this._seriesIndicesMap.get(e.componentIndex)==null},o.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},o.prototype.filterSeries=function(e,n){I(this);var t=[];h(this._seriesIndices,function(r){var i=this._componentsMap.get("series")[r];e.call(n,i,r)&&t.push(r)},this),this._seriesIndices=t,this._seriesIndicesMap=C(t)},o.prototype.restoreData=function(e){N(this);var n=this._componentsMap,t=[];n.each(function(r,i){g.hasClass(i)&&t.push(i)}),g.topologicalTravel(t,g.getAllClassMainTypes(),function(r){h(n.get(r),function(i){i&&(r!=="series"||!te(i,e))&&i.restoreData()})})},o.internalField=function(){N=function(e){var n=e._seriesIndices=[];h(e._componentsMap.get("series"),function(t){t&&n.push(t.componentIndex)}),e._seriesIndicesMap=C(n)},I=function(e){},D=function(e,n){e.option={},e.option[V]=ee,e._componentsMap=C({series:[]}),e._componentsCount=C();var t=n.aria;w(t)&&t.enabled==null&&(t.enabled=!0),ne(n,e._theme.option),P(n,Q,!1),e._mergeOption(n,null)}}(),o}(T);function te(l,o){if(o){var e=o.seriesIndex,n=o.seriesId,t=o.seriesName;return e!=null&&l.componentIndex!==e||n!=null&&l.id!==n||t!=null&&l.name!==t}}function ne(l,o){var e=l.color&&!l.colorLayer;h(o,function(n,t){t==="colorLayer"&&e||t==="color"&&l.color||g.hasClass(t)||(typeof n=="object"?l[t]=l[t]?P(l[t],n,!1):A(n):l[t]==null&&(l[t]=n))})}function G(l,o,e){if(j(o)){var n=C();return h(o,function(r){if(r!=null){var i=m.convertOptionIdName(r,null);i!=null&&n.set(r,!0)}}),v(e,function(r){return r&&n.get(r[l])})}else{var t=m.convertOptionIdName(o,null);return v(e,function(r){return r&&t!=null&&r[l]===t})}}function R(l,o){return o.hasOwnProperty("subType")?v(l,function(e){return e&&e.subType===o.subType}):l}function z(l){var o=C();return l&&h(m.normalizeToArray(l.replaceMerge),function(e){o.set(e,!0)}),{replaceMergeMainTypeMap:o}}Z(F,$);var Ce=F;export{Ce as default};
3
+ //# sourceMappingURL=Global.mjs.map