@templmf/temp-solf-lmf 0.0.93 → 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 (571) hide show
  1. package/@antv/algorithm@0.1.26/es2022/algorithm.mjs +3 -0
  2. package/@antv/algorithm@^0.1.26 +5 -0
  3. package/@antv/component@2.1.7/es2022/component.mjs +15 -0
  4. package/@antv/component@2.1.7/es2022/esm/animation.mjs +3 -0
  5. package/@antv/component@2.1.7/es2022/esm/core.mjs +3 -0
  6. package/@antv/component@2.1.7/es2022/esm/ui/axis/utils.mjs +3 -0
  7. package/@antv/component@2.1.7/es2022/esm/util/layout.mjs +3 -0
  8. package/@antv/component@^2.1.7 +11 -0
  9. package/@antv/event-emitter@0.1.3/es2022/event-emitter.mjs +3 -0
  10. package/@antv/event-emitter@^0.1.3 +3 -0
  11. package/@antv/g-camera-api@2.0.41/es2022/g-camera-api.mjs +15 -0
  12. package/@antv/g-canvas@2.0.48/es2022/g-canvas.mjs +18 -0
  13. package/@antv/g-canvas@^2.0.48 +6 -0
  14. package/@antv/g-dom-mutation-observer-api@2.0.38/es2022/g-dom-mutation-observer-api.mjs +15 -0
  15. package/@antv/g-lite@2.3.2/es2022/g-lite.mjs +22 -0
  16. package/@antv/g-math@3.0.1/es2022/g-math.mjs +17 -0
  17. package/@antv/g-plugin-canvas-path-generator@2.1.22/es2022/g-plugin-canvas-path-generator.mjs +16 -0
  18. package/@antv/g-plugin-canvas-picker@2.1.27/es2022/g-plugin-canvas-picker.mjs +20 -0
  19. package/@antv/g-plugin-canvas-renderer@2.3.3/es2022/g-plugin-canvas-renderer.mjs +17 -0
  20. package/@antv/g-plugin-dom-interaction@2.1.27/es2022/g-plugin-dom-interaction.mjs +15 -0
  21. package/@antv/g-plugin-dragndrop@2.0.38/es2022/g-plugin-dragndrop.mjs +18 -0
  22. package/@antv/g-plugin-dragndrop@^2.0.38 +4 -0
  23. package/@antv/g-plugin-html-renderer@2.1.27/es2022/g-plugin-html-renderer.mjs +15 -0
  24. package/@antv/g-plugin-image-loader@2.1.26/es2022/g-plugin-image-loader.mjs +19 -0
  25. package/@antv/g-web-animations-api@2.1.28/es2022/g-web-animations-api.mjs +17 -0
  26. package/@antv/g6@5.1.1/es2022/g6.mjs +125 -0
  27. package/@antv/g@6.1.28/es2022/g.mjs +15 -0
  28. package/@antv/g@^6.1.11 +6 -0
  29. package/@antv/g@^6.1.28 +6 -0
  30. package/@antv/graphlib@2.0.4/es2022/graphlib.mjs +3 -0
  31. package/@antv/graphlib@^2.0.4 +3 -0
  32. package/@antv/hierarchy@0.7.1/es2022/hierarchy.mjs +3 -0
  33. package/@antv/hierarchy@^0.7.1 +3 -0
  34. package/@antv/layout@2.0.0/es2022/layout.mjs +20 -0
  35. package/@antv/layout@^2.0.0 +2 -0
  36. package/@antv/scale@^0.4.16 +5 -0
  37. package/@antv/util@3.3.11/es2022/util.mjs +3 -0
  38. package/@antv/util@^2.0.13 +3 -0
  39. package/@antv/util@^3.3.10 +4 -0
  40. package/@antv/util@^3.3.11 +4 -0
  41. package/@antv/util@^3.3.5 +4 -0
  42. package/animate.css@4.1.1/animate.css +4072 -0
  43. package/bubblesets-js@2.3.4/es2022/bubblesets-js.mjs +4 -0
  44. package/echarts +8 -0
  45. package/echarts@6.0.0/es2022/echarts.mjs +3 -0
  46. package/echarts@6.0.0/es2022/lib/animation/basicTransition.mjs +3 -0
  47. package/echarts@6.0.0/es2022/lib/animation/customGraphicKeyframeAnimation.mjs +3 -0
  48. package/echarts@6.0.0/es2022/lib/animation/customGraphicTransition.mjs +3 -0
  49. package/echarts@6.0.0/es2022/lib/animation/morphTransitionHelper.mjs +3 -0
  50. package/echarts@6.0.0/es2022/lib/animation/universalTransition.mjs +3 -0
  51. package/echarts@6.0.0/es2022/lib/chart/bar/BarSeries.mjs +3 -0
  52. package/echarts@6.0.0/es2022/lib/chart/bar/BarView.mjs +3 -0
  53. package/echarts@6.0.0/es2022/lib/chart/bar/BaseBarSeries.mjs +3 -0
  54. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarSeries.mjs +3 -0
  55. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarView.mjs +3 -0
  56. package/echarts@6.0.0/es2022/lib/chart/bar/install.mjs +3 -0
  57. package/echarts@6.0.0/es2022/lib/chart/bar/installPictorialBar.mjs +3 -0
  58. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotSeries.mjs +3 -0
  59. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotView.mjs +3 -0
  60. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotLayout.mjs +3 -0
  61. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotTransform.mjs +3 -0
  62. package/echarts@6.0.0/es2022/lib/chart/boxplot/install.mjs +3 -0
  63. package/echarts@6.0.0/es2022/lib/chart/boxplot/prepareBoxplotData.mjs +3 -0
  64. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickSeries.mjs +3 -0
  65. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickView.mjs +3 -0
  66. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickLayout.mjs +3 -0
  67. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickVisual.mjs +3 -0
  68. package/echarts@6.0.0/es2022/lib/chart/candlestick/install.mjs +3 -0
  69. package/echarts@6.0.0/es2022/lib/chart/candlestick/preprocessor.mjs +3 -0
  70. package/echarts@6.0.0/es2022/lib/chart/chord/ChordEdge.mjs +3 -0
  71. package/echarts@6.0.0/es2022/lib/chart/chord/ChordSeries.mjs +3 -0
  72. package/echarts@6.0.0/es2022/lib/chart/chord/ChordView.mjs +3 -0
  73. package/echarts@6.0.0/es2022/lib/chart/chord/install.mjs +3 -0
  74. package/echarts@6.0.0/es2022/lib/chart/custom/CustomView.mjs +3 -0
  75. package/echarts@6.0.0/es2022/lib/chart/custom/customSeriesRegister.mjs +3 -0
  76. package/echarts@6.0.0/es2022/lib/chart/custom/install.mjs +3 -0
  77. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterSeries.mjs +3 -0
  78. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterView.mjs +3 -0
  79. package/echarts@6.0.0/es2022/lib/chart/effectScatter/install.mjs +3 -0
  80. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelSeries.mjs +3 -0
  81. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelView.mjs +3 -0
  82. package/echarts@6.0.0/es2022/lib/chart/funnel/funnelLayout.mjs +3 -0
  83. package/echarts@6.0.0/es2022/lib/chart/funnel/install.mjs +3 -0
  84. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeSeries.mjs +3 -0
  85. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeView.mjs +3 -0
  86. package/echarts@6.0.0/es2022/lib/chart/gauge/install.mjs +3 -0
  87. package/echarts@6.0.0/es2022/lib/chart/graph/GraphSeries.mjs +3 -0
  88. package/echarts@6.0.0/es2022/lib/chart/graph/GraphView.mjs +3 -0
  89. package/echarts@6.0.0/es2022/lib/chart/graph/adjustEdge.mjs +3 -0
  90. package/echarts@6.0.0/es2022/lib/chart/graph/categoryFilter.mjs +3 -0
  91. package/echarts@6.0.0/es2022/lib/chart/graph/categoryVisual.mjs +3 -0
  92. package/echarts@6.0.0/es2022/lib/chart/graph/circularLayout.mjs +3 -0
  93. package/echarts@6.0.0/es2022/lib/chart/graph/createView.mjs +3 -0
  94. package/echarts@6.0.0/es2022/lib/chart/graph/edgeVisual.mjs +3 -0
  95. package/echarts@6.0.0/es2022/lib/chart/graph/forceHelper.mjs +3 -0
  96. package/echarts@6.0.0/es2022/lib/chart/graph/forceLayout.mjs +3 -0
  97. package/echarts@6.0.0/es2022/lib/chart/graph/graphHelper.mjs +3 -0
  98. package/echarts@6.0.0/es2022/lib/chart/graph/install.mjs +3 -0
  99. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayout.mjs +3 -0
  100. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayoutHelper.mjs +3 -0
  101. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapLayer.mjs +3 -0
  102. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapSeries.mjs +3 -0
  103. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapView.mjs +3 -0
  104. package/echarts@6.0.0/es2022/lib/chart/heatmap/install.mjs +3 -0
  105. package/echarts@6.0.0/es2022/lib/chart/helper/EffectLine.mjs +3 -0
  106. package/echarts@6.0.0/es2022/lib/chart/helper/EffectSymbol.mjs +3 -0
  107. package/echarts@6.0.0/es2022/lib/chart/helper/LargeLineDraw.mjs +3 -0
  108. package/echarts@6.0.0/es2022/lib/chart/helper/Line.mjs +3 -0
  109. package/echarts@6.0.0/es2022/lib/chart/helper/LineDraw.mjs +3 -0
  110. package/echarts@6.0.0/es2022/lib/chart/helper/LinePath.mjs +3 -0
  111. package/echarts@6.0.0/es2022/lib/chart/helper/Polyline.mjs +3 -0
  112. package/echarts@6.0.0/es2022/lib/chart/helper/Symbol.mjs +3 -0
  113. package/echarts@6.0.0/es2022/lib/chart/helper/SymbolDraw.mjs +3 -0
  114. package/echarts@6.0.0/es2022/lib/chart/helper/createClipPathFromCoordSys.mjs +3 -0
  115. package/echarts@6.0.0/es2022/lib/chart/helper/createRenderPlanner.mjs +3 -0
  116. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesData.mjs +3 -0
  117. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesDataSimply.mjs +3 -0
  118. package/echarts@6.0.0/es2022/lib/chart/helper/enableAriaDecalForTree.mjs +3 -0
  119. package/echarts@6.0.0/es2022/lib/chart/helper/labelHelper.mjs +3 -0
  120. package/echarts@6.0.0/es2022/lib/chart/helper/multipleGraphEdgeHelper.mjs +3 -0
  121. package/echarts@6.0.0/es2022/lib/chart/helper/treeHelper.mjs +3 -0
  122. package/echarts@6.0.0/es2022/lib/chart/helper/whiskerBoxCommon.mjs +3 -0
  123. package/echarts@6.0.0/es2022/lib/chart/line/LineSeries.mjs +3 -0
  124. package/echarts@6.0.0/es2022/lib/chart/line/LineView.mjs +3 -0
  125. package/echarts@6.0.0/es2022/lib/chart/line/helper.mjs +3 -0
  126. package/echarts@6.0.0/es2022/lib/chart/line/install.mjs +3 -0
  127. package/echarts@6.0.0/es2022/lib/chart/line/lineAnimationDiff.mjs +3 -0
  128. package/echarts@6.0.0/es2022/lib/chart/line/poly.mjs +3 -0
  129. package/echarts@6.0.0/es2022/lib/chart/lines/LinesSeries.mjs +3 -0
  130. package/echarts@6.0.0/es2022/lib/chart/lines/LinesView.mjs +3 -0
  131. package/echarts@6.0.0/es2022/lib/chart/lines/install.mjs +3 -0
  132. package/echarts@6.0.0/es2022/lib/chart/lines/linesLayout.mjs +3 -0
  133. package/echarts@6.0.0/es2022/lib/chart/lines/linesVisual.mjs +3 -0
  134. package/echarts@6.0.0/es2022/lib/chart/map/MapSeries.mjs +3 -0
  135. package/echarts@6.0.0/es2022/lib/chart/map/MapView.mjs +3 -0
  136. package/echarts@6.0.0/es2022/lib/chart/map/install.mjs +3 -0
  137. package/echarts@6.0.0/es2022/lib/chart/map/mapDataStatistic.mjs +3 -0
  138. package/echarts@6.0.0/es2022/lib/chart/map/mapSymbolLayout.mjs +3 -0
  139. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelSeries.mjs +3 -0
  140. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelView.mjs +3 -0
  141. package/echarts@6.0.0/es2022/lib/chart/parallel/install.mjs +3 -0
  142. package/echarts@6.0.0/es2022/lib/chart/parallel/parallelVisual.mjs +3 -0
  143. package/echarts@6.0.0/es2022/lib/chart/pie/PieSeries.mjs +3 -0
  144. package/echarts@6.0.0/es2022/lib/chart/pie/PieView.mjs +3 -0
  145. package/echarts@6.0.0/es2022/lib/chart/pie/install.mjs +3 -0
  146. package/echarts@6.0.0/es2022/lib/chart/pie/pieLayout.mjs +3 -0
  147. package/echarts@6.0.0/es2022/lib/chart/radar/RadarSeries.mjs +3 -0
  148. package/echarts@6.0.0/es2022/lib/chart/radar/RadarView.mjs +3 -0
  149. package/echarts@6.0.0/es2022/lib/chart/radar/backwardCompat.mjs +3 -0
  150. package/echarts@6.0.0/es2022/lib/chart/radar/install.mjs +3 -0
  151. package/echarts@6.0.0/es2022/lib/chart/radar/radarLayout.mjs +3 -0
  152. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeySeries.mjs +3 -0
  153. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeyView.mjs +3 -0
  154. package/echarts@6.0.0/es2022/lib/chart/sankey/install.mjs +3 -0
  155. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyLayout.mjs +3 -0
  156. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyVisual.mjs +3 -0
  157. package/echarts@6.0.0/es2022/lib/chart/scatter/ScatterSeries.mjs +3 -0
  158. package/echarts@6.0.0/es2022/lib/chart/scatter/install.mjs +3 -0
  159. package/echarts@6.0.0/es2022/lib/chart/scatter/jitterLayout.mjs +3 -0
  160. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstPiece.mjs +3 -0
  161. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstSeries.mjs +3 -0
  162. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstView.mjs +3 -0
  163. package/echarts@6.0.0/es2022/lib/chart/sunburst/install.mjs +3 -0
  164. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstAction.mjs +3 -0
  165. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstLayout.mjs +3 -0
  166. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstVisual.mjs +3 -0
  167. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverSeries.mjs +3 -0
  168. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverView.mjs +3 -0
  169. package/echarts@6.0.0/es2022/lib/chart/themeRiver/install.mjs +3 -0
  170. package/echarts@6.0.0/es2022/lib/chart/themeRiver/themeRiverLayout.mjs +3 -0
  171. package/echarts@6.0.0/es2022/lib/chart/tree/TreeSeries.mjs +3 -0
  172. package/echarts@6.0.0/es2022/lib/chart/tree/TreeView.mjs +3 -0
  173. package/echarts@6.0.0/es2022/lib/chart/tree/install.mjs +3 -0
  174. package/echarts@6.0.0/es2022/lib/chart/tree/layoutHelper.mjs +3 -0
  175. package/echarts@6.0.0/es2022/lib/chart/tree/treeAction.mjs +3 -0
  176. package/echarts@6.0.0/es2022/lib/chart/tree/treeVisual.mjs +3 -0
  177. package/echarts@6.0.0/es2022/lib/chart/treemap/Breadcrumb.mjs +3 -0
  178. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapSeries.mjs +3 -0
  179. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapView.mjs +3 -0
  180. package/echarts@6.0.0/es2022/lib/chart/treemap/install.mjs +3 -0
  181. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapLayout.mjs +3 -0
  182. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapVisual.mjs +3 -0
  183. package/echarts@6.0.0/es2022/lib/component/aria/install.mjs +3 -0
  184. package/echarts@6.0.0/es2022/lib/component/aria/preprocessor.mjs +3 -0
  185. package/echarts@6.0.0/es2022/lib/component/axis/AngleAxisView.mjs +3 -0
  186. package/echarts@6.0.0/es2022/lib/component/axis/AxisBuilder.mjs +3 -0
  187. package/echarts@6.0.0/es2022/lib/component/axis/CartesianAxisView.mjs +3 -0
  188. package/echarts@6.0.0/es2022/lib/component/axis/ParallelAxisView.mjs +3 -0
  189. package/echarts@6.0.0/es2022/lib/component/axis/RadiusAxisView.mjs +3 -0
  190. package/echarts@6.0.0/es2022/lib/component/axis/SingleAxisView.mjs +3 -0
  191. package/echarts@6.0.0/es2022/lib/component/axis/axisAction.mjs +3 -0
  192. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelper.mjs +3 -0
  193. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelperImpl.mjs +3 -0
  194. package/echarts@6.0.0/es2022/lib/component/axis/axisSplitHelper.mjs +3 -0
  195. package/echarts@6.0.0/es2022/lib/component/axis/installBreak.mjs +3 -0
  196. package/echarts@6.0.0/es2022/lib/component/axis/parallelAxisAction.mjs +3 -0
  197. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerModel.mjs +3 -0
  198. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerView.mjs +3 -0
  199. package/echarts@6.0.0/es2022/lib/component/axisPointer/BaseAxisPointer.mjs +3 -0
  200. package/echarts@6.0.0/es2022/lib/component/axisPointer/CartesianAxisPointer.mjs +3 -0
  201. package/echarts@6.0.0/es2022/lib/component/axisPointer/PolarAxisPointer.mjs +3 -0
  202. package/echarts@6.0.0/es2022/lib/component/axisPointer/SingleAxisPointer.mjs +3 -0
  203. package/echarts@6.0.0/es2022/lib/component/axisPointer/axisTrigger.mjs +3 -0
  204. package/echarts@6.0.0/es2022/lib/component/axisPointer/findPointFromSeries.mjs +3 -0
  205. package/echarts@6.0.0/es2022/lib/component/axisPointer/globalListener.mjs +3 -0
  206. package/echarts@6.0.0/es2022/lib/component/axisPointer/install.mjs +3 -0
  207. package/echarts@6.0.0/es2022/lib/component/axisPointer/modelHelper.mjs +3 -0
  208. package/echarts@6.0.0/es2022/lib/component/axisPointer/viewHelper.mjs +3 -0
  209. package/echarts@6.0.0/es2022/lib/component/brush/BrushModel.mjs +3 -0
  210. package/echarts@6.0.0/es2022/lib/component/brush/BrushView.mjs +3 -0
  211. package/echarts@6.0.0/es2022/lib/component/brush/install.mjs +3 -0
  212. package/echarts@6.0.0/es2022/lib/component/brush/preprocessor.mjs +3 -0
  213. package/echarts@6.0.0/es2022/lib/component/brush/selector.mjs +3 -0
  214. package/echarts@6.0.0/es2022/lib/component/brush/visualEncoding.mjs +3 -0
  215. package/echarts@6.0.0/es2022/lib/component/calendar/install.mjs +3 -0
  216. package/echarts@6.0.0/es2022/lib/component/dataZoom/DataZoomModel.mjs +3 -0
  217. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomModel.mjs +3 -0
  218. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomView.mjs +3 -0
  219. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomModel.mjs +3 -0
  220. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomView.mjs +3 -0
  221. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomAction.mjs +3 -0
  222. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomProcessor.mjs +3 -0
  223. package/echarts@6.0.0/es2022/lib/component/dataZoom/helper.mjs +3 -0
  224. package/echarts@6.0.0/es2022/lib/component/dataZoom/history.mjs +3 -0
  225. package/echarts@6.0.0/es2022/lib/component/dataZoom/install.mjs +3 -0
  226. package/echarts@6.0.0/es2022/lib/component/dataZoom/installCommon.mjs +3 -0
  227. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomInside.mjs +3 -0
  228. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomSlider.mjs +3 -0
  229. package/echarts@6.0.0/es2022/lib/component/dataZoom/roams.mjs +3 -0
  230. package/echarts@6.0.0/es2022/lib/component/dataset/install.mjs +3 -0
  231. package/echarts@6.0.0/es2022/lib/component/geo/GeoView.mjs +3 -0
  232. package/echarts@6.0.0/es2022/lib/component/geo/install.mjs +3 -0
  233. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicModel.mjs +3 -0
  234. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicView.mjs +3 -0
  235. package/echarts@6.0.0/es2022/lib/component/graphic/install.mjs +3 -0
  236. package/echarts@6.0.0/es2022/lib/component/grid/install.mjs +3 -0
  237. package/echarts@6.0.0/es2022/lib/component/grid/installSimple.mjs +3 -0
  238. package/echarts@6.0.0/es2022/lib/component/helper/BrushTargetManager.mjs +3 -0
  239. package/echarts@6.0.0/es2022/lib/component/helper/MapDraw.mjs +3 -0
  240. package/echarts@6.0.0/es2022/lib/component/helper/RoamController.mjs +3 -0
  241. package/echarts@6.0.0/es2022/lib/component/helper/brushHelper.mjs +3 -0
  242. package/echarts@6.0.0/es2022/lib/component/helper/cursorHelper.mjs +3 -0
  243. package/echarts@6.0.0/es2022/lib/component/helper/interactionMutex.mjs +3 -0
  244. package/echarts@6.0.0/es2022/lib/component/helper/listComponent.mjs +3 -0
  245. package/echarts@6.0.0/es2022/lib/component/helper/sliderMove.mjs +3 -0
  246. package/echarts@6.0.0/es2022/lib/component/helper/thumbnailBridge.mjs +3 -0
  247. package/echarts@6.0.0/es2022/lib/component/legend/LegendModel.mjs +3 -0
  248. package/echarts@6.0.0/es2022/lib/component/legend/LegendView.mjs +4 -0
  249. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendModel.mjs +3 -0
  250. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendView.mjs +3 -0
  251. package/echarts@6.0.0/es2022/lib/component/legend/install.mjs +3 -0
  252. package/echarts@6.0.0/es2022/lib/component/legend/installLegendPlain.mjs +3 -0
  253. package/echarts@6.0.0/es2022/lib/component/legend/installLegendScroll.mjs +3 -0
  254. package/echarts@6.0.0/es2022/lib/component/legend/legendAction.mjs +4 -0
  255. package/echarts@6.0.0/es2022/lib/component/legend/legendFilter.mjs +3 -0
  256. package/echarts@6.0.0/es2022/lib/component/legend/scrollableLegendAction.mjs +3 -0
  257. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaModel.mjs +3 -0
  258. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaView.mjs +3 -0
  259. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineModel.mjs +3 -0
  260. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineView.mjs +3 -0
  261. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointModel.mjs +3 -0
  262. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointView.mjs +3 -0
  263. package/echarts@6.0.0/es2022/lib/component/marker/MarkerModel.mjs +3 -0
  264. package/echarts@6.0.0/es2022/lib/component/marker/MarkerView.mjs +3 -0
  265. package/echarts@6.0.0/es2022/lib/component/marker/checkMarkerInSeries.mjs +3 -0
  266. package/echarts@6.0.0/es2022/lib/component/marker/installMarkArea.mjs +3 -0
  267. package/echarts@6.0.0/es2022/lib/component/marker/installMarkLine.mjs +3 -0
  268. package/echarts@6.0.0/es2022/lib/component/marker/installMarkPoint.mjs +3 -0
  269. package/echarts@6.0.0/es2022/lib/component/marker/markerHelper.mjs +3 -0
  270. package/echarts@6.0.0/es2022/lib/component/matrix/MatrixView.mjs +3 -0
  271. package/echarts@6.0.0/es2022/lib/component/matrix/install.mjs +3 -0
  272. package/echarts@6.0.0/es2022/lib/component/parallel/ParallelView.mjs +3 -0
  273. package/echarts@6.0.0/es2022/lib/component/parallel/install.mjs +3 -0
  274. package/echarts@6.0.0/es2022/lib/component/polar/install.mjs +3 -0
  275. package/echarts@6.0.0/es2022/lib/component/radar/RadarView.mjs +3 -0
  276. package/echarts@6.0.0/es2022/lib/component/radar/install.mjs +3 -0
  277. package/echarts@6.0.0/es2022/lib/component/singleAxis/install.mjs +3 -0
  278. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailBridgeImpl.mjs +3 -0
  279. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailModel.mjs +3 -0
  280. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailView.mjs +3 -0
  281. package/echarts@6.0.0/es2022/lib/component/thumbnail/install.mjs +3 -0
  282. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineModel.mjs +3 -0
  283. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineView.mjs +3 -0
  284. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineAxis.mjs +3 -0
  285. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineModel.mjs +3 -0
  286. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineView.mjs +3 -0
  287. package/echarts@6.0.0/es2022/lib/component/timeline/install.mjs +3 -0
  288. package/echarts@6.0.0/es2022/lib/component/timeline/preprocessor.mjs +3 -0
  289. package/echarts@6.0.0/es2022/lib/component/timeline/timelineAction.mjs +3 -0
  290. package/echarts@6.0.0/es2022/lib/component/title/install.mjs +3 -0
  291. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxModel.mjs +3 -0
  292. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxView.mjs +3 -0
  293. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Brush.mjs +3 -0
  294. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataView.mjs +20 -0
  295. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataZoom.mjs +3 -0
  296. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/MagicType.mjs +3 -0
  297. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Restore.mjs +3 -0
  298. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/SaveAsImage.mjs +3 -0
  299. package/echarts@6.0.0/es2022/lib/component/toolbox/featureManager.mjs +3 -0
  300. package/echarts@6.0.0/es2022/lib/component/toolbox/install.mjs +3 -0
  301. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipHTMLContent.mjs +3 -0
  302. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipRichContent.mjs +3 -0
  303. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipView.mjs +5 -0
  304. package/echarts@6.0.0/es2022/lib/component/tooltip/helper.mjs +3 -0
  305. package/echarts@6.0.0/es2022/lib/component/tooltip/install.mjs +3 -0
  306. package/echarts@6.0.0/es2022/lib/component/tooltip/seriesFormatTooltip.mjs +3 -0
  307. package/echarts@6.0.0/es2022/lib/component/tooltip/tooltipMarkup.mjs +9 -0
  308. package/echarts@6.0.0/es2022/lib/component/transform/install.mjs +3 -0
  309. package/echarts@6.0.0/es2022/lib/component/transform/sortTransform.mjs +3 -0
  310. package/echarts@6.0.0/es2022/lib/component/visualMap/ContinuousView.mjs +3 -0
  311. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseModel.mjs +3 -0
  312. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseView.mjs +3 -0
  313. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapModel.mjs +3 -0
  314. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapView.mjs +3 -0
  315. package/echarts@6.0.0/es2022/lib/component/visualMap/helper.mjs +3 -0
  316. package/echarts@6.0.0/es2022/lib/component/visualMap/install.mjs +3 -0
  317. package/echarts@6.0.0/es2022/lib/component/visualMap/installCommon.mjs +3 -0
  318. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapContinuous.mjs +3 -0
  319. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapPiecewise.mjs +3 -0
  320. package/echarts@6.0.0/es2022/lib/component/visualMap/preprocessor.mjs +3 -0
  321. package/echarts@6.0.0/es2022/lib/component/visualMap/visualEncoding.mjs +3 -0
  322. package/echarts@6.0.0/es2022/lib/component/visualMap/visualMapAction.mjs +3 -0
  323. package/echarts@6.0.0/es2022/lib/coord/Axis.mjs +3 -0
  324. package/echarts@6.0.0/es2022/lib/coord/CoordinateSystem.mjs +3 -0
  325. package/echarts@6.0.0/es2022/lib/coord/View.mjs +3 -0
  326. package/echarts@6.0.0/es2022/lib/coord/axisAlignTicks.mjs +3 -0
  327. package/echarts@6.0.0/es2022/lib/coord/axisCommonTypes.mjs +3 -0
  328. package/echarts@6.0.0/es2022/lib/coord/axisHelper.mjs +3 -0
  329. package/echarts@6.0.0/es2022/lib/coord/axisModelCreator.mjs +3 -0
  330. package/echarts@6.0.0/es2022/lib/coord/axisTickLabelBuilder.mjs +3 -0
  331. package/echarts@6.0.0/es2022/lib/coord/calendar/CalendarModel.mjs +3 -0
  332. package/echarts@6.0.0/es2022/lib/coord/calendar/prepareCustom.mjs +3 -0
  333. package/echarts@6.0.0/es2022/lib/coord/cartesian/Axis2D.mjs +3 -0
  334. package/echarts@6.0.0/es2022/lib/coord/cartesian/AxisModel.mjs +3 -0
  335. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian.mjs +3 -0
  336. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian2D.mjs +3 -0
  337. package/echarts@6.0.0/es2022/lib/coord/cartesian/Grid.mjs +3 -0
  338. package/echarts@6.0.0/es2022/lib/coord/cartesian/GridModel.mjs +3 -0
  339. package/echarts@6.0.0/es2022/lib/coord/cartesian/cartesianAxisHelper.mjs +3 -0
  340. package/echarts@6.0.0/es2022/lib/coord/cartesian/legacyContainLabel.mjs +3 -0
  341. package/echarts@6.0.0/es2022/lib/coord/cartesian/prepareCustom.mjs +3 -0
  342. package/echarts@6.0.0/es2022/lib/coord/geo/Geo.mjs +3 -0
  343. package/echarts@6.0.0/es2022/lib/coord/geo/GeoJSONResource.mjs +4 -0
  344. package/echarts@6.0.0/es2022/lib/coord/geo/GeoModel.mjs +3 -0
  345. package/echarts@6.0.0/es2022/lib/coord/geo/GeoSVGResource.mjs +4 -0
  346. package/echarts@6.0.0/es2022/lib/coord/geo/Region.mjs +3 -0
  347. package/echarts@6.0.0/es2022/lib/coord/geo/fix/diaoyuIsland.mjs +3 -0
  348. package/echarts@6.0.0/es2022/lib/coord/geo/fix/nanhai.mjs +3 -0
  349. package/echarts@6.0.0/es2022/lib/coord/geo/fix/textCoord.mjs +3 -0
  350. package/echarts@6.0.0/es2022/lib/coord/geo/geoCreator.mjs +3 -0
  351. package/echarts@6.0.0/es2022/lib/coord/geo/geoSourceManager.mjs +3 -0
  352. package/echarts@6.0.0/es2022/lib/coord/geo/parseGeoJson.mjs +3 -0
  353. package/echarts@6.0.0/es2022/lib/coord/geo/prepareCustom.mjs +3 -0
  354. package/echarts@6.0.0/es2022/lib/coord/matrix/Matrix.mjs +3 -0
  355. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixBodyCorner.mjs +3 -0
  356. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixDim.mjs +3 -0
  357. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixModel.mjs +3 -0
  358. package/echarts@6.0.0/es2022/lib/coord/matrix/matrixCoordHelper.mjs +3 -0
  359. package/echarts@6.0.0/es2022/lib/coord/parallel/AxisModel.mjs +3 -0
  360. package/echarts@6.0.0/es2022/lib/coord/parallel/Parallel.mjs +3 -0
  361. package/echarts@6.0.0/es2022/lib/coord/parallel/ParallelModel.mjs +3 -0
  362. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelCreator.mjs +3 -0
  363. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelPreprocessor.mjs +3 -0
  364. package/echarts@6.0.0/es2022/lib/coord/polar/AngleAxis.mjs +3 -0
  365. package/echarts@6.0.0/es2022/lib/coord/polar/AxisModel.mjs +3 -0
  366. package/echarts@6.0.0/es2022/lib/coord/polar/Polar.mjs +3 -0
  367. package/echarts@6.0.0/es2022/lib/coord/polar/PolarModel.mjs +3 -0
  368. package/echarts@6.0.0/es2022/lib/coord/polar/RadiusAxis.mjs +3 -0
  369. package/echarts@6.0.0/es2022/lib/coord/polar/polarCreator.mjs +3 -0
  370. package/echarts@6.0.0/es2022/lib/coord/polar/prepareCustom.mjs +3 -0
  371. package/echarts@6.0.0/es2022/lib/coord/radar/Radar.mjs +3 -0
  372. package/echarts@6.0.0/es2022/lib/coord/radar/RadarModel.mjs +3 -0
  373. package/echarts@6.0.0/es2022/lib/coord/scaleRawExtentInfo.mjs +3 -0
  374. package/echarts@6.0.0/es2022/lib/coord/single/AxisModel.mjs +3 -0
  375. package/echarts@6.0.0/es2022/lib/coord/single/Single.mjs +3 -0
  376. package/echarts@6.0.0/es2022/lib/coord/single/SingleAxis.mjs +3 -0
  377. package/echarts@6.0.0/es2022/lib/coord/single/prepareCustom.mjs +3 -0
  378. package/echarts@6.0.0/es2022/lib/coord/single/singleAxisHelper.mjs +3 -0
  379. package/echarts@6.0.0/es2022/lib/coord/single/singleCreator.mjs +3 -0
  380. package/echarts@6.0.0/es2022/lib/core/CoordinateSystem.mjs +3 -0
  381. package/echarts@6.0.0/es2022/lib/core/ExtensionAPI.mjs +3 -0
  382. package/echarts@6.0.0/es2022/lib/core/Scheduler.mjs +3 -0
  383. package/echarts@6.0.0/es2022/lib/core/echarts.mjs +3 -0
  384. package/echarts@6.0.0/es2022/lib/core/impl.mjs +3 -0
  385. package/echarts@6.0.0/es2022/lib/core/lifecycle.mjs +3 -0
  386. package/echarts@6.0.0/es2022/lib/core/locale.mjs +3 -0
  387. package/echarts@6.0.0/es2022/lib/core/task.mjs +3 -0
  388. package/echarts@6.0.0/es2022/lib/data/DataDiffer.mjs +3 -0
  389. package/echarts@6.0.0/es2022/lib/data/DataStore.mjs +3 -0
  390. package/echarts@6.0.0/es2022/lib/data/OrdinalMeta.mjs +3 -0
  391. package/echarts@6.0.0/es2022/lib/data/SeriesData.mjs +3 -0
  392. package/echarts@6.0.0/es2022/lib/data/SeriesDimensionDefine.mjs +3 -0
  393. package/echarts@6.0.0/es2022/lib/data/Source.mjs +3 -0
  394. package/echarts@6.0.0/es2022/lib/data/helper/SeriesDataSchema.mjs +3 -0
  395. package/echarts@6.0.0/es2022/lib/data/helper/createDimensions.mjs +3 -0
  396. package/echarts@6.0.0/es2022/lib/data/helper/dataProvider.mjs +3 -0
  397. package/echarts@6.0.0/es2022/lib/data/helper/dataStackHelper.mjs +3 -0
  398. package/echarts@6.0.0/es2022/lib/data/helper/dataValueHelper.mjs +3 -0
  399. package/echarts@6.0.0/es2022/lib/data/helper/dimensionHelper.mjs +3 -0
  400. package/echarts@6.0.0/es2022/lib/data/helper/sourceHelper.mjs +3 -0
  401. package/echarts@6.0.0/es2022/lib/data/helper/sourceManager.mjs +3 -0
  402. package/echarts@6.0.0/es2022/lib/data/helper/transform.mjs +3 -0
  403. package/echarts@6.0.0/es2022/lib/export/api/format.mjs +3 -0
  404. package/echarts@6.0.0/es2022/lib/export/api/graphic.mjs +3 -0
  405. package/echarts@6.0.0/es2022/lib/export/api/helper.mjs +3 -0
  406. package/echarts@6.0.0/es2022/lib/export/api/number.mjs +3 -0
  407. package/echarts@6.0.0/es2022/lib/export/api/time.mjs +3 -0
  408. package/echarts@6.0.0/es2022/lib/export/api/util.mjs +3 -0
  409. package/echarts@6.0.0/es2022/lib/export/api.mjs +3 -0
  410. package/echarts@6.0.0/es2022/lib/export/charts.mjs +3 -0
  411. package/echarts@6.0.0/es2022/lib/export/components.mjs +3 -0
  412. package/echarts@6.0.0/es2022/lib/export/core.mjs +3 -0
  413. package/echarts@6.0.0/es2022/lib/export/features.mjs +3 -0
  414. package/echarts@6.0.0/es2022/lib/export/renderers.mjs +3 -0
  415. package/echarts@6.0.0/es2022/lib/extension.mjs +3 -0
  416. package/echarts@6.0.0/es2022/lib/i18n/langEN.mjs +3 -0
  417. package/echarts@6.0.0/es2022/lib/i18n/langZH.mjs +3 -0
  418. package/echarts@6.0.0/es2022/lib/label/LabelManager.mjs +3 -0
  419. package/echarts@6.0.0/es2022/lib/label/installLabelLayout.mjs +3 -0
  420. package/echarts@6.0.0/es2022/lib/label/labelGuideHelper.mjs +3 -0
  421. package/echarts@6.0.0/es2022/lib/label/labelLayoutHelper.mjs +3 -0
  422. package/echarts@6.0.0/es2022/lib/label/labelStyle.mjs +3 -0
  423. package/echarts@6.0.0/es2022/lib/label/sectorLabel.mjs +3 -0
  424. package/echarts@6.0.0/es2022/lib/layout/barGrid.mjs +3 -0
  425. package/echarts@6.0.0/es2022/lib/layout/barPolar.mjs +3 -0
  426. package/echarts@6.0.0/es2022/lib/layout/points.mjs +3 -0
  427. package/echarts@6.0.0/es2022/lib/legacy/dataSelectAction.mjs +3 -0
  428. package/echarts@6.0.0/es2022/lib/loading/default.mjs +3 -0
  429. package/echarts@6.0.0/es2022/lib/model/Component.mjs +3 -0
  430. package/echarts@6.0.0/es2022/lib/model/Global.mjs +3 -0
  431. package/echarts@6.0.0/es2022/lib/model/Model.mjs +3 -0
  432. package/echarts@6.0.0/es2022/lib/model/OptionManager.mjs +3 -0
  433. package/echarts@6.0.0/es2022/lib/model/Series.mjs +3 -0
  434. package/echarts@6.0.0/es2022/lib/model/globalDefault.mjs +3 -0
  435. package/echarts@6.0.0/es2022/lib/model/internalComponentCreator.mjs +3 -0
  436. package/echarts@6.0.0/es2022/lib/model/mixin/areaStyle.mjs +3 -0
  437. package/echarts@6.0.0/es2022/lib/model/mixin/dataFormat.mjs +3 -0
  438. package/echarts@6.0.0/es2022/lib/model/mixin/itemStyle.mjs +3 -0
  439. package/echarts@6.0.0/es2022/lib/model/mixin/lineStyle.mjs +3 -0
  440. package/echarts@6.0.0/es2022/lib/model/mixin/makeStyleMapper.mjs +3 -0
  441. package/echarts@6.0.0/es2022/lib/model/mixin/palette.mjs +3 -0
  442. package/echarts@6.0.0/es2022/lib/model/mixin/textStyle.mjs +3 -0
  443. package/echarts@6.0.0/es2022/lib/model/referHelper.mjs +3 -0
  444. package/echarts@6.0.0/es2022/lib/preprocessor/backwardCompat.mjs +3 -0
  445. package/echarts@6.0.0/es2022/lib/preprocessor/helper/compatStyle.mjs +3 -0
  446. package/echarts@6.0.0/es2022/lib/processor/dataFilter.mjs +3 -0
  447. package/echarts@6.0.0/es2022/lib/processor/dataSample.mjs +3 -0
  448. package/echarts@6.0.0/es2022/lib/processor/negativeDataFilter.mjs +3 -0
  449. package/echarts@6.0.0/es2022/lib/renderer/installCanvasRenderer.mjs +3 -0
  450. package/echarts@6.0.0/es2022/lib/renderer/installSVGRenderer.mjs +3 -0
  451. package/echarts@6.0.0/es2022/lib/scale/Log.mjs +3 -0
  452. package/echarts@6.0.0/es2022/lib/scale/Ordinal.mjs +3 -0
  453. package/echarts@6.0.0/es2022/lib/scale/Scale.mjs +3 -0
  454. package/echarts@6.0.0/es2022/lib/scale/Time.mjs +3 -0
  455. package/echarts@6.0.0/es2022/lib/scale/break.mjs +3 -0
  456. package/echarts@6.0.0/es2022/lib/scale/breakImpl.mjs +3 -0
  457. package/echarts@6.0.0/es2022/lib/scale/helper.mjs +3 -0
  458. package/echarts@6.0.0/es2022/lib/theme/dark.mjs +3 -0
  459. package/echarts@6.0.0/es2022/lib/util/ECEventProcessor.mjs +3 -0
  460. package/echarts@6.0.0/es2022/lib/util/animation.mjs +3 -0
  461. package/echarts@6.0.0/es2022/lib/util/clazz.mjs +3 -0
  462. package/echarts@6.0.0/es2022/lib/util/component.mjs +3 -0
  463. package/echarts@6.0.0/es2022/lib/util/decal.mjs +3 -0
  464. package/echarts@6.0.0/es2022/lib/util/event.mjs +3 -0
  465. package/echarts@6.0.0/es2022/lib/util/graphic.mjs +3 -0
  466. package/echarts@6.0.0/es2022/lib/util/jitter.mjs +3 -0
  467. package/echarts@6.0.0/es2022/lib/util/layout.mjs +3 -0
  468. package/echarts@6.0.0/es2022/lib/util/model.mjs +3 -0
  469. package/echarts@6.0.0/es2022/lib/util/number.mjs +3 -0
  470. package/echarts@6.0.0/es2022/lib/util/states.mjs +3 -0
  471. package/echarts@6.0.0/es2022/lib/util/styleCompat.mjs +3 -0
  472. package/echarts@6.0.0/es2022/lib/util/symbol.mjs +3 -0
  473. package/echarts@6.0.0/es2022/lib/util/time.mjs +3 -0
  474. package/echarts@6.0.0/es2022/lib/util/types.mjs +3 -0
  475. package/echarts@6.0.0/es2022/lib/util/vendor.mjs +3 -0
  476. package/echarts@6.0.0/es2022/lib/view/Chart.mjs +3 -0
  477. package/echarts@6.0.0/es2022/lib/view/Component.mjs +3 -0
  478. package/echarts@6.0.0/es2022/lib/visual/VisualMapping.mjs +3 -0
  479. package/echarts@6.0.0/es2022/lib/visual/aria.mjs +3 -0
  480. package/echarts@6.0.0/es2022/lib/visual/decal.mjs +3 -0
  481. package/echarts@6.0.0/es2022/lib/visual/helper.mjs +3 -0
  482. package/echarts@6.0.0/es2022/lib/visual/style.mjs +3 -0
  483. package/echarts@6.0.0/es2022/lib/visual/tokens.mjs +3 -0
  484. package/echarts@6.0.0/es2022/lib/visual/visualDefault.mjs +3 -0
  485. package/echarts@6.0.0/es2022/lib/visual/visualSolution.mjs +3 -0
  486. package/eventemitter3@^5.0.1 +3 -0
  487. package/gl-matrix@^3.3.0 +2 -0
  488. package/gl-matrix@^3.4.3 +2 -0
  489. package/package.json +1 -1
  490. package/zrender@6.0.0/es2022/lib/Element.mjs +3 -0
  491. package/zrender@6.0.0/es2022/lib/Handler.mjs +3 -0
  492. package/zrender@6.0.0/es2022/lib/Storage.mjs +3 -0
  493. package/zrender@6.0.0/es2022/lib/animation/Animation.mjs +3 -0
  494. package/zrender@6.0.0/es2022/lib/animation/Animator.mjs +3 -0
  495. package/zrender@6.0.0/es2022/lib/animation/cubicEasing.mjs +3 -0
  496. package/zrender@6.0.0/es2022/lib/animation/easing.mjs +3 -0
  497. package/zrender@6.0.0/es2022/lib/animation/requestAnimationFrame.mjs +3 -0
  498. package/zrender@6.0.0/es2022/lib/canvas/dashStyle.mjs +3 -0
  499. package/zrender@6.0.0/es2022/lib/canvas/graphic.mjs +3 -0
  500. package/zrender@6.0.0/es2022/lib/contain/line.mjs +3 -0
  501. package/zrender@6.0.0/es2022/lib/contain/polygon.mjs +3 -0
  502. package/zrender@6.0.0/es2022/lib/contain/quadratic.mjs +3 -0
  503. package/zrender@6.0.0/es2022/lib/contain/text.mjs +4 -0
  504. package/zrender@6.0.0/es2022/lib/contain/util.mjs +3 -0
  505. package/zrender@6.0.0/es2022/lib/contain/windingLine.mjs +3 -0
  506. package/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs +3 -0
  507. package/zrender@6.0.0/es2022/lib/core/Eventful.mjs +3 -0
  508. package/zrender@6.0.0/es2022/lib/core/GestureMgr.mjs +3 -0
  509. package/zrender@6.0.0/es2022/lib/core/LRU.mjs +3 -0
  510. package/zrender@6.0.0/es2022/lib/core/PathProxy.mjs +3 -0
  511. package/zrender@6.0.0/es2022/lib/core/Point.mjs +3 -0
  512. package/zrender@6.0.0/es2022/lib/core/Transformable.mjs +3 -0
  513. package/zrender@6.0.0/es2022/lib/core/WeakMap.mjs +3 -0
  514. package/zrender@6.0.0/es2022/lib/core/bbox.mjs +3 -0
  515. package/zrender@6.0.0/es2022/lib/core/curve.mjs +3 -0
  516. package/zrender@6.0.0/es2022/lib/core/dom.mjs +3 -0
  517. package/zrender@6.0.0/es2022/lib/core/env.mjs +3 -0
  518. package/zrender@6.0.0/es2022/lib/core/event.mjs +3 -0
  519. package/zrender@6.0.0/es2022/lib/core/fourPointsTransform.mjs +3 -0
  520. package/zrender@6.0.0/es2022/lib/core/matrix.mjs +3 -0
  521. package/zrender@6.0.0/es2022/lib/core/platform.mjs +3 -0
  522. package/zrender@6.0.0/es2022/lib/core/timsort.mjs +3 -0
  523. package/zrender@6.0.0/es2022/lib/core/util.mjs +3 -0
  524. package/zrender@6.0.0/es2022/lib/core/vector.mjs +3 -0
  525. package/zrender@6.0.0/es2022/lib/dom/HandlerProxy.mjs +3 -0
  526. package/zrender@6.0.0/es2022/lib/graphic/CompoundPath.mjs +3 -0
  527. package/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs +3 -0
  528. package/zrender@6.0.0/es2022/lib/graphic/Gradient.mjs +3 -0
  529. package/zrender@6.0.0/es2022/lib/graphic/Group.mjs +3 -0
  530. package/zrender@6.0.0/es2022/lib/graphic/Image.mjs +3 -0
  531. package/zrender@6.0.0/es2022/lib/graphic/IncrementalDisplayable.mjs +3 -0
  532. package/zrender@6.0.0/es2022/lib/graphic/LinearGradient.mjs +3 -0
  533. package/zrender@6.0.0/es2022/lib/graphic/Path.mjs +3 -0
  534. package/zrender@6.0.0/es2022/lib/graphic/RadialGradient.mjs +3 -0
  535. package/zrender@6.0.0/es2022/lib/graphic/constants.mjs +3 -0
  536. package/zrender@6.0.0/es2022/lib/graphic/helper/image.mjs +3 -0
  537. package/zrender@6.0.0/es2022/lib/graphic/helper/poly.mjs +3 -0
  538. package/zrender@6.0.0/es2022/lib/graphic/helper/roundRect.mjs +3 -0
  539. package/zrender@6.0.0/es2022/lib/graphic/helper/roundSector.mjs +3 -0
  540. package/zrender@6.0.0/es2022/lib/graphic/helper/smoothBezier.mjs +3 -0
  541. package/zrender@6.0.0/es2022/lib/graphic/helper/subPixelOptimize.mjs +3 -0
  542. package/zrender@6.0.0/es2022/lib/graphic/shape/Arc.mjs +3 -0
  543. package/zrender@6.0.0/es2022/lib/graphic/shape/Circle.mjs +3 -0
  544. package/zrender@6.0.0/es2022/lib/graphic/shape/Ellipse.mjs +3 -0
  545. package/zrender@6.0.0/es2022/lib/graphic/shape/Line.mjs +3 -0
  546. package/zrender@6.0.0/es2022/lib/graphic/shape/Polygon.mjs +3 -0
  547. package/zrender@6.0.0/es2022/lib/graphic/shape/Polyline.mjs +3 -0
  548. package/zrender@6.0.0/es2022/lib/graphic/shape/Rect.mjs +3 -0
  549. package/zrender@6.0.0/es2022/lib/graphic/shape/Ring.mjs +3 -0
  550. package/zrender@6.0.0/es2022/lib/graphic/shape/Sector.mjs +3 -0
  551. package/zrender@6.0.0/es2022/lib/mixin/Draggable.mjs +3 -0
  552. package/zrender@6.0.0/es2022/lib/svg/Painter.mjs +3 -0
  553. package/zrender@6.0.0/es2022/lib/svg/SVGPathRebuilder.mjs +3 -0
  554. package/zrender@6.0.0/es2022/lib/svg/core.mjs +5 -0
  555. package/zrender@6.0.0/es2022/lib/svg/cssAnimation.mjs +3 -0
  556. package/zrender@6.0.0/es2022/lib/svg/cssClassId.mjs +3 -0
  557. package/zrender@6.0.0/es2022/lib/svg/cssEmphasis.mjs +3 -0
  558. package/zrender@6.0.0/es2022/lib/svg/domapi.mjs +3 -0
  559. package/zrender@6.0.0/es2022/lib/svg/graphic.mjs +3 -0
  560. package/zrender@6.0.0/es2022/lib/svg/helper.mjs +4 -0
  561. package/zrender@6.0.0/es2022/lib/svg/mapStyleToAttrs.mjs +3 -0
  562. package/zrender@6.0.0/es2022/lib/svg/patch.mjs +3 -0
  563. package/zrender@6.0.0/es2022/lib/tool/color.mjs +3 -0
  564. package/zrender@6.0.0/es2022/lib/tool/convertPath.mjs +3 -0
  565. package/zrender@6.0.0/es2022/lib/tool/dividePath.mjs +3 -0
  566. package/zrender@6.0.0/es2022/lib/tool/morphPath.mjs +3 -0
  567. package/zrender@6.0.0/es2022/lib/tool/parseSVG.mjs +3 -0
  568. package/zrender@6.0.0/es2022/lib/tool/parseXML.mjs +3 -0
  569. package/zrender@6.0.0/es2022/lib/tool/path.mjs +3 -0
  570. package/zrender@6.0.0/es2022/lib/zrender.mjs +16 -0
  571. package/reactivity@3.5.34/es2022/reactivity.mjs +0 -12
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/parallel/AxisModel */
2
+ import{__extends as f}from"/tslib@2.3.0/es2022/tslib.mjs";import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import m from"../../model/Component.mjs";import p from"../../model/mixin/makeStyleMapper.mjs";import*as a from"../../util/number.mjs";import{AxisModelCommonMixin as v}from"../axisModelCommonMixin.mjs";var c=function(l){f(r,l);function r(){var t=l!==null&&l.apply(this,arguments)||this;return t.type=r.type,t.activeIntervals=[],t}return r.prototype.getAreaSelectStyle=function(){return p([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},r.prototype.setActiveIntervals=function(t){var e=this.activeIntervals=n.clone(t);if(e)for(var i=e.length-1;i>=0;i--)a.asc(e[i])},r.prototype.getActiveState=function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(t==null||isNaN(+t))return"inactive";if(e.length===1){var i=e[0];if(i[0]<=t&&t<=i[1])return"active"}else for(var o=0,s=e.length;o<s;o++)if(e[o][0]<=t&&t<=e[o][1])return"active";return"inactive"},r}(m);n.mixin(c,v);var g=c;export{g as default};
3
+ //# sourceMappingURL=AxisModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/parallel/Parallel */
2
+ import*as c from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as y from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import*as g from"../../util/layout.mjs";import*as W from"../axisHelper.mjs";import B from"./ParallelAxis.mjs";import*as b from"../../util/graphic.mjs";import*as w from"../../util/number.mjs";import I from"../../component/helper/sliderMove.mjs";var _=c.each,C=Math.min,M=Math.max,L=Math.floor,D=Math.ceil,A=w.round,T=Math.PI,U=function(){function p(a,t,x){this.type="parallel",this._axesMap=c.createHashMap(),this._axesLayout={},this.dimensions=a.dimensions,this._model=a,this._init(a,t,x)}return p.prototype._init=function(a,t,x){var i=a.dimensions,e=a.parallelAxisIndex;_(i,function(n,r){var o=e[r],h=t.getComponent("parallelAxis",o),s=this._axesMap.set(n,new B(n,W.createScaleByModel(h),[0,0],h.get("type"),o)),u=s.type==="category";s.onBand=u&&h.get("boundaryGap"),s.inverse=h.get("inverse"),h.axis=s,s.model=h,s.coordinateSystem=h.coordinateSystem=this},this)},p.prototype.update=function(a,t){this._updateAxesFromSeries(this._model,a)},p.prototype.containPoint=function(a){var t=this._makeLayoutInfo(),x=t.axisBase,i=t.layoutBase,e=t.pixelDimIndex,n=a[1-e],r=a[e];return n>=x&&n<=x+t.axisLength&&r>=i&&r<=i+t.layoutLength},p.prototype.getModel=function(){return this._model},p.prototype._updateAxesFromSeries=function(a,t){t.eachSeries(function(x){if(a.contains(x,t)){var i=x.getData();_(this.dimensions,function(e){var n=this._axesMap.get(e);n.scale.unionExtentFromData(i,i.mapDimension(e)),W.niceScaleExtent(n.scale,n.model)},this)}},this)},p.prototype.resize=function(a,t){var x=g.createBoxLayoutReference(a,t).refContainer;this._rect=g.getLayoutRect(a.getBoxLayoutParams(),x),this._layoutAxes()},p.prototype.getRect=function(){return this._rect},p.prototype._makeLayoutInfo=function(){var a=this._model,t=this._rect,x=["x","y"],i=["width","height"],e=a.get("layout"),n=e==="horizontal"?0:1,r=t[i[n]],o=[0,r],h=this.dimensions.length,s=f(a.get("axisExpandWidth"),o),u=f(a.get("axisExpandCount")||0,[0,h]),d=a.get("axisExpandable")&&h>3&&h>u&&u>1&&s>0&&r>0,l=a.get("axisExpandWindow"),v;if(l)v=f(l[1]-l[0],o),l[1]=l[0]+v;else{v=f(s*(u-1),o);var E=a.get("axisExpandCenter")||L(h/2);l=[s*E-v/2],l[1]=l[0]+v}var m=(r-v)/(h-u);m<3&&(m=0);var P=[L(A(l[0]/s,1))+1,D(A(l[1]/s,1))-1],S=m/s*l[0];return{layout:e,pixelDimIndex:n,layoutBase:t[x[n]],layoutLength:r,axisBase:t[x[1-n]],axisLength:t[i[1-n]],axisExpandable:d,axisExpandWidth:s,axisCollapseWidth:m,axisExpandWindow:l,axisCount:h,winInnerIndices:P,axisExpandWindow0Pos:S}},p.prototype._layoutAxes=function(){var a=this._rect,t=this._axesMap,x=this.dimensions,i=this._makeLayoutInfo(),e=i.layout;t.each(function(n){var r=[0,i.axisLength],o=n.inverse?1:0;n.setExtent(r[o],r[1-o])}),_(x,function(n,r){var o=(i.axisExpandable?k:z)(r,i),h={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s={horizontal:T/2,vertical:0},u=[h[e].x+a.x,h[e].y+a.y],d=s[e],l=y.create();y.rotate(l,l,d),y.translate(l,l,u),this._axesLayout[n]={position:u,rotation:d,transform:l,axisNameAvailableWidth:o.axisNameAvailableWidth,axisLabelShow:o.axisLabelShow,nameTruncateMaxWidth:o.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},p.prototype.getAxis=function(a){return this._axesMap.get(a)},p.prototype.dataToPoint=function(a,t){return this.axisCoordToPoint(this._axesMap.get(t).dataToCoord(a),t)},p.prototype.eachActiveState=function(a,t,x,i){x==null&&(x=0),i==null&&(i=a.count());var e=this._axesMap,n=this.dimensions,r=[],o=[];c.each(n,function(m){r.push(a.mapDimension(m)),o.push(e.get(m).model)});for(var h=this.hasAxisBrushed(),s=x;s<i;s++){var u=void 0;if(!h)u="normal";else{u="active";for(var d=a.getValues(r,s),l=0,v=n.length;l<v;l++){var E=o[l].getActiveState(d[l]);if(E==="inactive"){u="inactive";break}}}t(u,s)}},p.prototype.hasAxisBrushed=function(){for(var a=this.dimensions,t=this._axesMap,x=!1,i=0,e=a.length;i<e;i++)t.get(a[i]).model.getActiveState()!=="normal"&&(x=!0);return x},p.prototype.axisCoordToPoint=function(a,t){var x=this._axesLayout[t];return b.applyTransform([a,0],x.transform)},p.prototype.getAxisLayout=function(a){return c.clone(this._axesLayout[a])},p.prototype.getSlidedAxisExpandWindow=function(a){var t=this._makeLayoutInfo(),x=t.pixelDimIndex,i=t.axisExpandWindow.slice(),e=i[1]-i[0],n=[0,t.axisExpandWidth*(t.axisCount-1)];if(!this.containPoint(a))return{behavior:"none",axisExpandWindow:i};var r=a[x]-t.layoutBase-t.axisExpandWindow0Pos,o,h="slide",s=t.axisCollapseWidth,u=this._model.get("axisExpandSlideTriggerArea"),d=u[0]!=null;if(s)d&&s&&r<e*u[0]?(h="jump",o=r-e*u[2]):d&&s&&r>e*(1-u[0])?(h="jump",o=r-e*(1-u[2])):(o=r-e*u[1])>=0&&(o=r-e*(1-u[1]))<=0&&(o=0),o*=t.axisExpandWidth/s,o?I(o,i,n,"all"):h="none";else{var l=i[1]-i[0],v=n[1]*r/l;i=[M(0,v-l/2)],i[1]=C(n[1],i[0]+l),i[0]=i[1]-l}return{axisExpandWindow:i,behavior:h}},p}();function f(p,a){return C(M(p,a[0]),a[1])}function z(p,a){var t=a.layoutLength/(a.axisCount-1);return{position:t*p,axisNameAvailableWidth:t,axisLabelShow:!0}}function k(p,a){var t=a.layoutLength,x=a.axisExpandWidth,i=a.axisCount,e=a.axisCollapseWidth,n=a.winInnerIndices,r,o=e,h=!1,s;return p<n[0]?(r=p*e,s=e):p<=n[1]?(r=a.axisExpandWindow0Pos+p*x-a.axisExpandWindow[0],o=x,h=!0):(r=t-(i-1-p)*e,s=e),{position:r,axisNameAvailableWidth:o,axisLabelShow:h,nameTruncateMaxWidth:s}}var H=U;export{H as default};
3
+ //# sourceMappingURL=Parallel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/parallel/ParallelModel */
2
+ import{__extends as r}from"/tslib@2.3.0/es2022/tslib.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import p from"../../model/Component.mjs";var s=function(a){r(t,a);function t(){var i=a!==null&&a.apply(this,arguments)||this;return i.type=t.type,i}return t.prototype.init=function(){a.prototype.init.apply(this,arguments),this.mergeOption({})},t.prototype.mergeOption=function(i){var n=this.option;i&&e.merge(n,i,!0),this._initDimensions()},t.prototype.contains=function(i,n){var l=i.get("parallelIndex");return l!=null&&n.getComponent("parallel",l)===this},t.prototype.setAxisExpand=function(i){e.each(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(n){i.hasOwnProperty(n)&&(this.option[n]=i[n])},this)},t.prototype._initDimensions=function(){var i=this.dimensions=[],n=this.parallelAxisIndex=[],l=e.filter(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(o){return(o.get("parallelIndex")||0)===this.componentIndex},this);e.each(l,function(o){i.push("dim"+o.get("dim")),n.push(o.componentIndex)})},t.type="parallel",t.dependencies=["parallelAxis"],t.layoutMode="box",t.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},t}(p),u=s;export{u as default};
3
+ //# sourceMappingURL=ParallelModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/parallel/parallelCreator */
2
+ import m from"./Parallel.mjs";import{SINGLE_REFERRING as c}from"../../util/model.mjs";function i(t,a){var n=[];return t.eachComponent("parallel",function(r,e){var o=new m(r,t,a);o.name="parallel_"+e,o.resize(r,a),r.coordinateSystem=o,o.model=r,n.push(o)}),t.eachSeries(function(r){if(r.get("coordinateSystem")==="parallel"){var e=r.getReferringComponents("parallel",c).models[0];r.coordinateSystem=e.coordinateSystem}}),n}var s={create:i},l=s;export{l as default};
3
+ //# sourceMappingURL=parallelCreator.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/parallel/parallelPreprocessor */
2
+ import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as t from"../../util/model.mjs";function m(l){n(l),o(l)}function n(l){if(!l.parallel){var a=!1;e.each(l.series,function(r){r&&r.type==="parallel"&&(a=!0)}),a&&(l.parallel=[{}])}}function o(l){var a=t.normalizeToArray(l.parallelAxis);e.each(a,function(r){if(e.isObject(r)){var f=r.parallelIndex||0,i=t.normalizeToArray(l.parallel)[f];i&&i.parallelAxisDefault&&e.merge(r,i.parallelAxisDefault,!1)}})}export{m as default};
3
+ //# sourceMappingURL=parallelPreprocessor.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/polar/AngleAxis */
2
+ import{__extends as C}from"/tslib@2.3.0/es2022/tslib.mjs";import*as m from"/zrender@6.0.0/es2022/lib/contain/text.mjs";import s from"../Axis.mjs";import{makeInner as A}from"../../util/model.mjs";var y=A(),v=function(c){C(r,c);function r(t,a){return c.call(this,"angle",t,a||[0,360])||this}return r.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},r.prototype.calculateCategoryInterval=function(){var t=this,a=t.getLabelModel(),p=t.scale,l=p.getExtent(),d=p.count();if(l[1]-l[0]<1)return 0;var n=l[0],f=t.dataToCoord(n+1)-t.dataToCoord(n),x=Math.abs(f),g=m.getBoundingRect(n==null?"":n+"",a.getFont(),"center","top"),T=Math.max(g.height,7),u=T/x;isNaN(u)&&(u=1/0);var o=Math.max(0,Math.floor(u)),e=y(t.model),i=e.lastAutoInterval,h=e.lastTickCount;return i!=null&&h!=null&&Math.abs(i-o)<=1&&Math.abs(h-d)<=1&&i>o?o=i:(e.lastTickCount=d,e.lastAutoInterval=o),o},r}(s);v.prototype.dataToAngle=s.prototype.dataToCoord;v.prototype.angleToData=s.prototype.coordToData;var b=v;export{b as default};
3
+ //# sourceMappingURL=AngleAxis.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/polar/AxisModel */
2
+ import{__extends as r}from"/tslib@2.3.0/es2022/tslib.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import l from"../../model/Component.mjs";import{AxisModelCommonMixin as s}from"../axisModelCommonMixin.mjs";import{SINGLE_REFERRING as p}from"../../util/model.mjs";var n=function(o){r(t,o);function t(){return o!==null&&o.apply(this,arguments)||this}return t.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",p).models[0]},t.type="polarAxis",t}(l);e.mixin(n,s);var d=function(o){r(t,o);function t(){var i=o!==null&&o.apply(this,arguments)||this;return i.type=t.type,i}return t.type="angleAxis",t}(n);var f=function(o){r(t,o);function t(){var i=o!==null&&o.apply(this,arguments)||this;return i.type=t.type,i}return t.type="radiusAxis",t}(n);export{d as AngleAxisModel,n as PolarAxisModel,f as RadiusAxisModel};
3
+ //# sourceMappingURL=AxisModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/polar/Polar */
2
+ import p from"./RadiusAxis.mjs";import g from"./AngleAxis.mjs";var v=["radius","angle"],y=function(){function e(i){this.dimensions=v,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new p,this._angleAxis=new g,this.axisPointerEnabled=!0,this.name=i||"",this._radiusAxis.polar=this._angleAxis.polar=this}return e.prototype.containPoint=function(i){var t=this.pointToCoord(i);return this._radiusAxis.contain(t[0])&&this._angleAxis.contain(t[1])},e.prototype.containData=function(i){return this._radiusAxis.containData(i[0])&&this._angleAxis.containData(i[1])},e.prototype.getAxis=function(i){var t="_"+i+"Axis";return this[t]},e.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},e.prototype.getAxesByScale=function(i){var t=[],r=this._angleAxis,s=this._radiusAxis;return r.scale.type===i&&t.push(r),s.scale.type===i&&t.push(s),t},e.prototype.getAngleAxis=function(){return this._angleAxis},e.prototype.getRadiusAxis=function(){return this._radiusAxis},e.prototype.getOtherAxis=function(i){var t=this._angleAxis;return i===t?this._radiusAxis:t},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},e.prototype.getTooltipAxes=function(i){var t=i!=null&&i!=="auto"?this.getAxis(i):this.getBaseAxis();return{baseAxes:[t],otherAxes:[this.getOtherAxis(t)]}},e.prototype.dataToPoint=function(i,t,r){return this.coordToPoint([this._radiusAxis.dataToRadius(i[0],t),this._angleAxis.dataToAngle(i[1],t)],r)},e.prototype.pointToData=function(i,t,r){r=r||[];var s=this.pointToCoord(i);return r[0]=this._radiusAxis.radiusToData(s[0],t),r[1]=this._angleAxis.angleToData(s[1],t),r},e.prototype.pointToCoord=function(i){var t=i[0]-this.cx,r=i[1]-this.cy,s=this.getAngleAxis(),a=s.getExtent(),o=Math.min(a[0],a[1]),h=Math.max(a[0],a[1]);s.inverse?o=h-360:h=o+360;var x=Math.sqrt(t*t+r*r);t/=x,r/=x;for(var n=Math.atan2(-r,t)/Math.PI*180,u=n<o?1:-1;n<o||n>h;)n+=u*360;return[x,n]},e.prototype.coordToPoint=function(i,t){t=t||[];var r=i[0],s=i[1]/180*Math.PI;return t[0]=Math.cos(s)*r+this.cx,t[1]=-Math.sin(s)*r+this.cy,t},e.prototype.getArea=function(){var i=this.getAngleAxis(),t=this.getRadiusAxis(),r=t.getExtent().slice();r[0]>r[1]&&r.reverse();var s=i.getExtent(),a=Math.PI/180,o=1e-4;return{cx:this.cx,cy:this.cy,r0:r[0],r:r[1],startAngle:-s[0]*a,endAngle:-s[1]*a,clockwise:i.inverse,contain:function(h,x){var n=h-this.cx,u=x-this.cy,l=n*n+u*u,A=this.r,c=this.r0;return A!==c&&l-o<=A*A&&l+o>=c*c},x:this.cx-r[1],y:this.cy-r[1],width:r[1]*2,height:r[1]*2}},e.prototype.convertToPixel=function(i,t,r){var s=d(t);return s===this?this.dataToPoint(r):null},e.prototype.convertFromPixel=function(i,t,r){var s=d(t);return s===this?this.pointToData(r):null},e}();function d(e){var i=e.seriesModel,t=e.polarModel;return t&&t.coordinateSystem||i&&i.coordinateSystem}var M=y;export{M as default,v as polarDimensions};
3
+ //# sourceMappingURL=Polar.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/polar/PolarModel */
2
+ import{__extends as d}from"/tslib@2.3.0/es2022/tslib.mjs";import l from"../../model/Component.mjs";var a=function(o){d(e,o);function e(){var t=o!==null&&o.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.findAxisModel=function(t){var n,i=this.ecModel;return i.eachComponent(t,function(r){r.getCoordSysModel()===this&&(n=r)},this),n},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(l),u=a;export{u as default};
3
+ //# sourceMappingURL=PolarModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/polar/RadiusAxis */
2
+ import{__extends as d}from"/tslib@2.3.0/es2022/tslib.mjs";import r from"../Axis.mjs";var i=function(p){d(t,p);function t(o,a){return p.call(this,"radius",o,a)||this}return t.prototype.pointToData=function(o,a){return this.polar.pointToData(o,a)[this.dim==="radius"?0:1]},t}(r);i.prototype.dataToRadius=r.prototype.dataToCoord;i.prototype.radiusToData=r.prototype.coordToData;var u=i;export{u as default};
3
+ //# sourceMappingURL=RadiusAxis.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/polar/polarCreator */
2
+ import*as u from"/zrender@6.0.0/es2022/lib/core/util.mjs";import d,{polarDimensions as p}from"./Polar.mjs";import{parsePercent as l}from"../../util/number.mjs";import{createScaleByModel as A,niceScaleExtent as f,getDataDimensionsOnAxis as v}from"../axisHelper.mjs";import{SINGLE_REFERRING as y}from"../../util/model.mjs";import{createBoxLayoutReference as E}from"../../util/layout.mjs";function h(t,r,a){var e=r.get("center"),n=E(r,a).refContainer;t.cx=l(e[0],n.width)+n.x,t.cy=l(e[1],n.height)+n.y;var i=t.getRadiusAxis(),c=Math.min(n.width,n.height)/2,o=r.get("radius");o==null?o=[0,"100%"]:u.isArray(o)||(o=[0,o]);var s=[l(o[0],c),l(o[1],c)];i.inverse?i.setExtent(s[1],s[0]):i.setExtent(s[0],s[1])}function x(t,r){var a=this,e=a.getAngleAxis(),n=a.getRadiusAxis();if(e.scale.setExtent(1/0,-1/0),n.scale.setExtent(1/0,-1/0),t.eachSeries(function(o){if(o.coordinateSystem===a){var s=o.getData();u.each(v(s,"radius"),function(g){n.scale.unionExtentFromData(s,g)}),u.each(v(s,"angle"),function(g){e.scale.unionExtentFromData(s,g)})}}),f(e.scale,e.model),f(n.scale,n.model),e.type==="category"&&!e.onBand){var i=e.getExtent(),c=360/e.scale.count();e.inverse?i[1]+=c:i[1]-=c,e.setExtent(i[0],i[1])}}function S(t){return t.mainType==="angleAxis"}function m(t,r){var a;if(t.type=r.get("type"),t.scale=A(r),t.onBand=r.get("boundaryGap")&&t.type==="category",t.inverse=r.get("inverse"),S(r)){t.inverse=t.inverse!==r.get("clockwise");var e=r.get("startAngle"),n=(a=r.get("endAngle"))!==null&&a!==void 0?a:e+(t.inverse?-360:360);t.setExtent(e,n)}r.axis=t,t.model=r}var R={dimensions:p,create:function(t,r){var a=[];return t.eachComponent("polar",function(e,n){var i=new d(n+"");i.update=x;var c=i.getRadiusAxis(),o=i.getAngleAxis(),s=e.findAxisModel("radiusAxis"),g=e.findAxisModel("angleAxis");m(c,s),m(o,g),h(i,e,r),a.push(i),e.coordinateSystem=i,i.model=e}),t.eachSeries(function(e){if(e.get("coordinateSystem")==="polar"){var n=e.getReferringComponents("polar",y).models[0];e.coordinateSystem=n.coordinateSystem}}),a}},P=R;export{P as default};
3
+ //# sourceMappingURL=polarCreator.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/polar/prepareCustom */
2
+ import*as s from"/zrender@6.0.0/es2022/lib/core/util.mjs";function g(r,e){return e=e||[0,0],s.map(["Radius","Angle"],function(o,a){var u="get"+o+"Axis",t=this[u](),i=e[a],n=r[a]/2,l=t.type==="category"?t.getBandWidth():Math.abs(t.dataToCoord(i-n)-t.dataToCoord(i+n));return o==="Angle"&&(l=l*Math.PI/180),l},this)}function v(r){var e=r.getRadiusAxis(),o=r.getAngleAxis(),a=e.getExtent();return a[0]>a[1]&&a.reverse(),{coordSys:{type:"polar",cx:r.cx,cy:r.cy,r:a[1],r0:a[0]},api:{coord:function(u){var t=e.dataToRadius(u[0]),i=o.dataToAngle(u[1]),n=r.coordToPoint([t,i]);return n.push(t,i*Math.PI/180),n},size:s.bind(g,r)}}}export{v as default};
3
+ //# sourceMappingURL=prepareCustom.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/radar/Radar */
2
+ import f from"./IndicatorAxis.mjs";import l from"../../scale/Interval.mjs";import*as u from"../../util/number.mjs";import{map as v,each as d,isString as x,isNumber as y}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{alignScaleTicks as g}from"../axisAlignTicks.mjs";import{createBoxLayoutReference as A}from"../../util/layout.mjs";var I=function(){function o(e,a,t){this.dimensions=[],this._model=e,this._indicatorAxes=v(e.getIndicatorModels(),function(n,s){var r="indicator_"+s,i=new f(r,new l);return i.name=n.get("name"),i.model=n,n.axis=i,this.dimensions.push(r),i},this),this.resize(e,t)}return o.prototype.getIndicatorAxes=function(){return this._indicatorAxes},o.prototype.dataToPoint=function(e,a){var t=this._indicatorAxes[a];return this.coordToPoint(t.dataToCoord(e),a)},o.prototype.coordToPoint=function(e,a){var t=this._indicatorAxes[a],n=t.angle,s=this.cx+e*Math.cos(n),r=this.cy-e*Math.sin(n);return[s,r]},o.prototype.pointToData=function(e){var a=e[0]-this.cx,t=e[1]-this.cy,n=Math.sqrt(a*a+t*t);a/=n,t/=n;for(var s=Math.atan2(-t,a),r=1/0,i,h=-1,c=0;c<this._indicatorAxes.length;c++){var m=this._indicatorAxes[c],p=Math.abs(s-m.angle);p<r&&(i=m,h=c,r=p)}return[h,+(i&&i.coordToData(n))]},o.prototype.resize=function(e,a){var t=A(e,a).refContainer,n=e.get("center"),s=Math.min(t.width,t.height)/2;this.cx=u.parsePercent(n[0],t.width)+t.x,this.cy=u.parsePercent(n[1],t.height)+t.y,this.startAngle=e.get("startAngle")*Math.PI/180;var r=e.get("radius");(x(r)||y(r))&&(r=[0,r]),this.r0=u.parsePercent(r[0],s),this.r=u.parsePercent(r[1],s),d(this._indicatorAxes,function(i,h){i.setExtent(this.r0,this.r);var c=this.startAngle+h*Math.PI*2/this._indicatorAxes.length;c=Math.atan2(Math.sin(c),Math.cos(c)),i.angle=c},this)},o.prototype.update=function(e,a){var t=this._indicatorAxes,n=this._model;d(t,function(i){i.scale.setExtent(1/0,-1/0)}),e.eachSeriesByType("radar",function(i,h){if(!(i.get("coordinateSystem")!=="radar"||e.getComponent("radar",i.get("radarIndex"))!==n)){var c=i.getData();d(t,function(m){m.scale.unionExtentFromData(c,c.mapDimension(m.dim))})}},this);var s=n.get("splitNumber"),r=new l;r.setExtent(0,s),r.setInterval(1),d(t,function(i,h){g(i.scale,i.model,r)})},o.prototype.convertToPixel=function(e,a,t){return console.warn("Not implemented."),null},o.prototype.convertFromPixel=function(e,a,t){return console.warn("Not implemented."),null},o.prototype.containPoint=function(e){return console.warn("Not implemented."),!1},o.create=function(e,a){var t=[];return e.eachComponent("radar",function(n){var s=new o(n,e,a);t.push(s),n.coordinateSystem=s}),e.eachSeriesByType("radar",function(n){n.get("coordinateSystem")==="radar"&&(n.coordinateSystem=t[n.get("radarIndex")||0])}),t},o.dimensions=[],o}(),S=I;export{S as default};
3
+ //# sourceMappingURL=Radar.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/radar/RadarModel */
2
+ import{__extends as z}from"/tslib@2.3.0/es2022/tslib.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import M from"../axisDefault.mjs";import U from"../../model/Model.mjs";import{AxisModelCommonMixin as T}from"../axisModelCommonMixin.mjs";import G from"../../model/Component.mjs";import f from"../../visual/tokens.mjs";var l=M.value;function m(r,t){return e.defaults({show:t},r)}var w=function(r){z(t,r);function t(){var s=r!==null&&r.apply(this,arguments)||this;return s.type=t.type,s}return t.prototype.optionUpdated=function(){var s=this.get("boundaryGap"),h=this.get("splitNumber"),c=this.get("scale"),d=this.get("axisLine"),g=this.get("axisTick"),v=this.get("axisLabel"),u=this.get("axisName"),y=this.get(["axisName","show"]),n=this.get(["axisName","formatter"]),b=this.get("axisNameGap"),L=this.get("triggerEvent"),N=e.map(this.get("indicator")||[],function(a){a.max!=null&&a.max>0&&!a.min?a.min=0:a.min!=null&&a.min<0&&!a.max&&(a.max=0);var x=u;a.color!=null&&(x=e.defaults({color:a.color},u));var i=e.merge(e.clone(a),{boundaryGap:s,splitNumber:h,scale:c,axisLine:d,axisTick:g,axisLabel:v,name:a.text,showName:y,nameLocation:"end",nameGap:b,nameTextStyle:x,triggerEvent:L},!1);if(e.isString(n)){var p=i.name;i.name=n.replace("{value}",p??"")}else e.isFunction(n)&&(i.name=n(i.name,i));var o=new U(i,null,this.ecModel);return e.mixin(o,T.prototype),o.mainType="radar",o.componentIndex=this.componentIndex,o},this);this._indicatorModels=N},t.prototype.getIndicatorModels=function(){return this._indicatorModels},t.type="radar",t.defaultOption={z:0,center:["50%","50%"],radius:"50%",startAngle:90,axisName:{show:!0,color:f.color.axisLabel},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:e.merge({lineStyle:{color:f.color.neutral20}},l.axisLine),axisLabel:m(l.axisLabel,!1),axisTick:m(l.axisTick,!1),splitLine:m(l.splitLine,!0),splitArea:m(l.splitArea,!0),indicator:[]},t}(G),C=w;export{C as default};
3
+ //# sourceMappingURL=RadarModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/scaleRawExtentInfo */
2
+ import{isArray as N,eqNaN as m,isFunction as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{parsePercent as x}from"/zrender@6.0.0/es2022/lib/contain/text.mjs";var v=function(){function r(e,a,i){this._prepareParams(e,a,i)}return r.prototype._prepareParams=function(e,a,i){i[1]<i[0]&&(i=[NaN,NaN]),this._dataMin=i[0],this._dataMax=i[1];var l=this._isOrdinal=e.type==="ordinal";this._needCrossZero=e.type==="interval"&&a.getNeedCrossZero&&a.getNeedCrossZero();var u=a.get("min",!0);u==null&&(u=a.get("startValue",!0));var o=this._modelMinRaw=u;p(o)?this._modelMinNum=d(e,o({min:i[0],max:i[1]})):o!=="dataMin"&&(this._modelMinNum=d(e,o));var n=this._modelMaxRaw=a.get("max",!0);if(p(n)?this._modelMaxNum=d(e,n({min:i[0],max:i[1]})):n!=="dataMax"&&(this._modelMaxNum=d(e,n)),l)this._axisDataLen=a.getCategories().length;else{var t=a.get("boundaryGap"),s=N(t)?t:[t||0,t||0];typeof s[0]=="boolean"||typeof s[1]=="boolean"?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[x(s[0],1),x(s[1],1)]}},r.prototype.calculate=function(){var e=this._isOrdinal,a=this._dataMin,i=this._dataMax,l=this._axisDataLen,u=this._boundaryGapInner,o=e?null:i-a||Math.abs(a),n=this._modelMinRaw==="dataMin"?a:this._modelMinNum,t=this._modelMaxRaw==="dataMax"?i:this._modelMaxNum,s=n!=null,f=t!=null;n==null&&(n=e?l?0:NaN:a-u[0]*o),t==null&&(t=e?l?l-1:NaN:i+u[1]*o),(n==null||!isFinite(n))&&(n=NaN),(t==null||!isFinite(t))&&(t=NaN);var h=m(n)||m(t)||e&&!l;this._needCrossZero&&(n>0&&t>0&&!s&&(n=0),n<0&&t<0&&!f&&(t=0));var M=this._determinedMin,_=this._determinedMax;return M!=null&&(n=M,s=!0),_!=null&&(t=_,f=!0),{min:n,max:t,minFixed:s,maxFixed:f,isBlank:h}},r.prototype.modifyDataMinMax=function(e,a){this[w[e]]=a},r.prototype.setDeterminedMinMax=function(e,a){var i=c[e];this[i]=a},r.prototype.freeze=function(){this.frozen=!0},r}();var c={min:"_determinedMin",max:"_determinedMax"},w={min:"_dataMin",max:"_dataMax"};function R(r,e,a){var i=r.rawExtentInfo;return i||(i=new v(r,e,a),r.rawExtentInfo=i,i)}function d(r,e){return e==null?null:m(e)?NaN:r.parse(e)}export{v as ScaleRawExtentInfo,R as ensureScaleRawExtentInfo,d as parseAxisModelMinMax};
3
+ //# sourceMappingURL=scaleRawExtentInfo.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/single/AxisModel */
2
+ import{__extends as r}from"/tslib@2.3.0/es2022/tslib.mjs";import n from"../../model/Component.mjs";import{AxisModelCommonMixin as l}from"../axisModelCommonMixin.mjs";import{mixin as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var i=function(e){r(t,e);function t(){var o=e!==null&&e.apply(this,arguments)||this;return o.type=t.type,o}return t.prototype.getCoordSysModel=function(){return this},t.type="singleAxis",t.layoutMode="box",t.defaultOption={left:"5%",top:"5%",right:"5%",bottom:"5%",type:"value",position:"bottom",orient:"horizontal",axisLine:{show:!0,lineStyle:{width:1,type:"solid"}},tooltip:{show:!0},axisTick:{show:!0,length:6,lineStyle:{width:1}},axisLabel:{show:!0,interval:"auto"},splitLine:{show:!0,lineStyle:{type:"dashed",opacity:.2}},jitter:0,jitterOverlap:!0,jitterMargin:2},t}(n);p(i,l.prototype);var h=i;export{h as default};
3
+ //# sourceMappingURL=AxisModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/single/Single */
2
+ import h from"./SingleAxis.mjs";import*as a from"../axisHelper.mjs";import{createBoxLayoutReference as u,getLayoutRect as p}from"../../util/layout.mjs";import{each as l}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var x=["single"],y=function(){function n(t,i,e){this.type="single",this.dimension="single",this.dimensions=x,this.axisPointerEnabled=!0,this.model=t,this._init(t,i,e)}return n.prototype._init=function(t,i,e){var o=this.dimension,r=new h(o,a.createScaleByModel(t),[0,0],t.get("type"),t.get("position")),s=r.type==="category";r.onBand=s&&t.get("boundaryGap"),r.inverse=t.get("inverse"),r.orient=t.get("orient"),t.axis=r,r.model=t,r.coordinateSystem=this,this._axis=r},n.prototype.update=function(t,i){t.eachSeries(function(e){if(e.coordinateSystem===this){var o=e.getData();l(o.mapDimensionsAll(this.dimension),function(r){this._axis.scale.unionExtentFromData(o,r)},this),a.niceScaleExtent(this._axis.scale,this._axis.model)}},this)},n.prototype.resize=function(t,i){var e=u(t,i).refContainer;this._rect=p(t.getBoxLayoutParams(),e),this._adjustAxis()},n.prototype.getRect=function(){return this._rect},n.prototype._adjustAxis=function(){var t=this._rect,i=this._axis,e=i.isHorizontal(),o=e?[0,t.width]:[0,t.height],r=i.inverse?1:0;i.setExtent(o[r],o[1-r]),this._updateAxisTransform(i,e?t.x:t.y)},n.prototype._updateAxisTransform=function(t,i){var e=t.getExtent(),o=e[0]+e[1],r=t.isHorizontal();t.toGlobalCoord=r?function(s){return s+i}:function(s){return o-s+i},t.toLocalCoord=r?function(s){return s-i}:function(s){return o-s+i}},n.prototype.getAxis=function(){return this._axis},n.prototype.getBaseAxis=function(){return this._axis},n.prototype.getAxes=function(){return[this._axis]},n.prototype.getTooltipAxes=function(){return{baseAxes:[this.getAxis()],otherAxes:[]}},n.prototype.containPoint=function(t){var i=this.getRect(),e=this.getAxis(),o=e.orient;return o==="horizontal"?e.contain(e.toLocalCoord(t[0]))&&t[1]>=i.y&&t[1]<=i.y+i.height:e.contain(e.toLocalCoord(t[1]))&&t[0]>=i.y&&t[0]<=i.y+i.height},n.prototype.pointToData=function(t,i,e){e=e||[];var o=this.getAxis();return e[0]=o.coordToData(o.toLocalCoord(t[o.orient==="horizontal"?0:1])),e},n.prototype.dataToPoint=function(t,i,e){var o=this.getAxis(),r=this.getRect();e=e||[];var s=o.orient==="horizontal"?0:1;return t instanceof Array&&(t=t[0]),e[s]=o.toGlobalCoord(o.dataToCoord(+t)),e[1-s]=s===0?r.y+r.height/2:r.x+r.width/2,e},n.prototype.convertToPixel=function(t,i,e){var o=c(i);return o===this?this.dataToPoint(e):null},n.prototype.convertFromPixel=function(t,i,e){var o=c(i);return o===this?this.pointToData(e):null},n}();function c(n){var t=n.seriesModel,i=n.singleAxisModel;return i&&i.coordinateSystem||t&&t.coordinateSystem}var v=y;export{v as default,x as singleDimensions};
3
+ //# sourceMappingURL=Single.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/single/SingleAxis */
2
+ import{__extends as s}from"/tslib@2.3.0/es2022/tslib.mjs";import u from"../Axis.mjs";var l=function(n){s(o,n);function o(t,r,e,p,a){var i=n.call(this,t,r,e)||this;return i.type=p||"value",i.position=a||"bottom",i}return o.prototype.isHorizontal=function(){var t=this.position;return t==="top"||t==="bottom"},o.prototype.pointToData=function(t,r){return this.coordinateSystem.pointToData(t)[0]},o}(u),f=l;export{f as default};
3
+ //# sourceMappingURL=SingleAxis.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/single/prepareCustom */
2
+ import{bind as a}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function n(r,t){var i=this.getAxis(),o=t instanceof Array?t[0]:t,e=(r instanceof Array?r[0]:r)/2;return i.type==="category"?i.getBandWidth():Math.abs(i.dataToCoord(o-e)-i.dataToCoord(o+e))}function h(r){var t=r.getRect();return{coordSys:{type:"singleAxis",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(i){return r.dataToPoint(i)},size:a(n,r)}}}export{h as default};
3
+ //# sourceMappingURL=prepareCustom.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/single/singleAxisHelper */
2
+ import*as s from"/zrender@6.0.0/es2022/lib/core/util.mjs";function p(e,o){o=o||{};var b=e.coordinateSystem,l=e.axis,t={},a=l.position,n=l.orient,i=b.getRect(),r=[i.x,i.x+i.width,i.y,i.y+i.height],c={horizontal:{top:r[2],bottom:r[3]},vertical:{left:r[0],right:r[1]}};t.position=[n==="vertical"?c.vertical[a]:r[0],n==="horizontal"?c.horizontal[a]:r[3]];var h={horizontal:0,vertical:1};t.rotation=Math.PI/2*h[n];var g={top:-1,bottom:1,right:1,left:-1};t.labelDirection=t.tickDirection=t.nameDirection=g[a],e.get(["axisTick","inside"])&&(t.tickDirection=-t.tickDirection),s.retrieve(o.labelInside,e.get(["axisLabel","inside"]))&&(t.labelDirection=-t.labelDirection);var v=e.get(["axisLabel","rotate"]);return t.labelRotate=a==="top"?-v:v,t.z2=1,t}export{p as layout};
3
+ //# sourceMappingURL=singleAxisHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/coord/single/singleCreator */
2
+ import s,{singleDimensions as m}from"./Single.mjs";import{SINGLE_REFERRING as a}from"../../util/model.mjs";function g(i,r){var o=[];return i.eachComponent("singleAxis",function(n,e){var t=new s(n,i,r);t.name="single_"+e,t.resize(n,r),n.coordinateSystem=t,o.push(t)}),i.eachSeries(function(n){if(n.get("coordinateSystem")==="singleAxis"){var e=n.getReferringComponents("singleAxis",a).models[0];n.coordinateSystem=e&&e.coordinateSystem}}),o}var c={create:g,dimensions:m},u=c;export{u as default};
3
+ //# sourceMappingURL=singleCreator.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/CoordinateSystem */
2
+ import*as d from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{SINGLE_REFERRING as m}from"../util/model.mjs";import"../util/log.mjs";var l={},p={},C=function(){function o(){this._normalMasterList=[],this._nonSeriesBoxMasterList=[]}return o.prototype.create=function(r,e){this._nonSeriesBoxMasterList=t(l,!0),this._normalMasterList=t(p,!1);function t(y,i){var n=[];return d.each(y,function(s,u){var c=s.create(r,e);n=n.concat(c||[])}),n}},o.prototype.update=function(r,e){d.each(this._normalMasterList,function(t){t.update&&t.update(r,e)})},o.prototype.getCoordinateSystems=function(){return this._normalMasterList.concat(this._nonSeriesBoxMasterList)},o.register=function(r,e){if(r==="matrix"||r==="calendar"){l[r]=e;return}p[r]=e},o.get=function(r){return p[r]||l[r]},o}();function g(o){return!!l[o]}var f={coord:1,coord2:2};function U(o){S.set(o.fullType,{getCoord2:void 0}).getCoord2=o.getCoord2}var S=d.createHashMap();function _(o){var r=o.getShallow("coord",!0),e=f.coord;if(r==null){var t=S.get(o.type);t&&t.getCoord2&&(e=f.coord2,r=t.getCoord2(o))}return{coord:r,from:e}}var a={none:0,dataCoordSys:1,boxCoordSys:2};function v(o,r){var e=o.getShallow("coordinateSystem"),t=o.getShallow("coordinateSystemUsage",!0),y=t!=null,i=a.none;if(e){var n=o.mainType==="series";t==null&&(t=n?"data":"box"),t==="data"?(i=a.dataCoordSys,n||(i=a.none)):t==="box"&&(i=a.boxCoordSys,!n&&!g(e)&&(i=a.none))}return{coordSysType:e,kind:i}}function h(o){var r=o.targetModel,e=o.coordSysType,t=o.coordSysProvider,y=o.isDefaultDataCoordSys,i=o.allowNotFound,n=v(r,!0),s=n.kind,u=n.coordSysType;if(y&&s!==a.dataCoordSys&&(s=a.dataCoordSys,u=e),s===a.none||u!==e)return!1;var c=t(e,r);return c?(s===a.dataCoordSys?r.coordinateSystem=c:r.boxCoordinateSystem=c,!0):!1}var D=function(o,r){var e=r.getReferringComponents(o,m).models[0];return e&&e.coordinateSystem},B=C;export{f as BoxCoordinateSystemCoordFrom,a as CoordinateSystemUsageKind,v as decideCoordSysUsageKind,B as default,_ as getCoordForBoxCoordSys,h as injectCoordSysByOption,U as registerLayOutOnCoordSysUsage,D as simpleCoordSysInjectionProvider};
3
+ //# sourceMappingURL=CoordinateSystem.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/ExtensionAPI */
2
+ import*as t from"/zrender@6.0.0/es2022/lib/core/util.mjs";var a=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],n=function(){function o(i){t.each(a,function(e){this[e]=t.bind(i[e],i)},this)}return o}(),r=n;export{r as default};
3
+ //# sourceMappingURL=ExtensionAPI.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/core/Scheduler */
2
+ import{each as _,map as I,isFunction as C,createHashMap as m,noop as w,assert as M}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{createTask as S}from"./task.mjs";import{getUID as A}from"../util/component.mjs";import E from"../model/Global.mjs";import O from"./ExtensionAPI.mjs";import{normalizeToArray as V}from"../util/model.mjs";var B=function(){function a(e,t,i,r){this._stageTaskMap=m(),this.ecInstance=e,this.api=t,i=this._dataProcessorHandlers=i.slice(),r=this._visualHandlers=r.slice(),this._allHandlers=i.concat(r)}return a.prototype.restoreData=function(e,t){e.restoreData(t),this._stageTaskMap.each(function(i){var r=i.overallTask;r&&r.dirty()})},a.prototype.getPerformArgs=function(e,t){if(e.__pipeline){var i=this._pipelineMap.get(e.__pipeline.id),r=i.context,s=!t&&i.progressiveEnabled&&(!r||r.progressiveRender)&&e.__idxInPipeline>i.blockIndex,n=s?i.step:null,l=r&&r.modDataCount,o=l!=null?Math.ceil(l/n):null;return{step:n,modBy:o,modDataCount:l}}},a.prototype.getPipeline=function(e){return this._pipelineMap.get(e)},a.prototype.updateStreamModes=function(e,t){var i=this._pipelineMap.get(e.uid),r=e.getData(),s=r.count(),n=i.progressiveEnabled&&t.incrementalPrepareRender&&s>=i.threshold,l=e.get("large")&&s>=e.get("largeThreshold"),o=e.get("progressiveChunkMode")==="mod"?s:null;e.pipelineContext=i.context={progressiveRender:n,modDataCount:o,large:l}},a.prototype.restorePipelines=function(e){var t=this,i=t._pipelineMap=m();e.eachSeries(function(r){var s=r.getProgressive(),n=r.uid;i.set(n,{id:n,head:null,tail:null,threshold:r.getProgressiveThreshold(),progressiveEnabled:s&&!(r.preventIncremental&&r.preventIncremental()),blockIndex:-1,step:Math.round(s||700),count:0}),t._pipe(r,r.dataTask)})},a.prototype.prepareStageTasks=function(){var e=this._stageTaskMap,t=this.api.getModel(),i=this.api;_(this._allHandlers,function(r){var s=e.get(r.uid)||e.set(r.uid,{}),n="";M(!(r.reset&&r.overallReset),n),r.reset&&this._createSeriesStageTask(r,s,t,i),r.overallReset&&this._createOverallStageTask(r,s,t,i)},this)},a.prototype.prepareView=function(e,t,i,r){var s=e.renderTask,n=s.context;n.model=t,n.ecModel=i,n.api=r,s.__block=!e.incrementalPrepareRender,this._pipe(t,s)},a.prototype.performDataProcessorTasks=function(e,t){this._performStageTasks(this._dataProcessorHandlers,e,t,{block:!0})},a.prototype.performVisualTasks=function(e,t,i){this._performStageTasks(this._visualHandlers,e,t,i)},a.prototype._performStageTasks=function(e,t,i,r){r=r||{};var s=!1,n=this;_(e,function(o,v){if(!(r.visualType&&r.visualType!==o.visualType)){var f=n._stageTaskMap.get(o.uid),c=f.seriesTaskMap,u=f.overallTask;if(u){var h,d=u.agentStubMap;d.each(function(p){l(r,p)&&(p.dirty(),h=!0)}),h&&u.dirty(),n.updatePayload(u,i);var g=n.getPerformArgs(u,r.block);d.each(function(p){p.perform(g)}),u.perform(g)&&(s=!0)}else c&&c.each(function(p,T){l(r,p)&&p.dirty();var b=n.getPerformArgs(p,r.block);b.skip=!o.performRawSeries&&t.isSeriesFiltered(p.context.model),n.updatePayload(p,i),p.perform(b)&&(s=!0)})}});function l(o,v){return o.setDirty&&(!o.dirtyMap||o.dirtyMap.get(v.__pipeline.id))}this.unfinished=s||this.unfinished},a.prototype.performSeriesTasks=function(e){var t;e.eachSeries(function(i){t=i.dataTask.perform()||t}),this.unfinished=t||this.unfinished},a.prototype.plan=function(){this._pipelineMap.each(function(e){var t=e.tail;do{if(t.__block){e.blockIndex=t.__idxInPipeline;break}t=t.getUpstream()}while(t)})},a.prototype.updatePayload=function(e,t){t!=="remain"&&(e.context.payload=t)},a.prototype._createSeriesStageTask=function(e,t,i,r){var s=this,n=t.seriesTaskMap,l=t.seriesTaskMap=m(),o=e.seriesType,v=e.getTargetSeries;e.createOnAllSeries?i.eachRawSeries(f):o?i.eachRawSeriesByType(o,f):v&&v(i,r).each(f);function f(c){var u=c.uid,h=l.set(u,n&&n.get(u)||S({plan:U,reset:z,count:j}));h.context={model:c,ecModel:i,api:r,useClearVisual:e.isVisual&&!e.isLayout,plan:e.plan,reset:e.reset,scheduler:s},s._pipe(c,h)}},a.prototype._createOverallStageTask=function(e,t,i,r){var s=this,n=t.overallTask=t.overallTask||S({reset:x});n.context={ecModel:i,api:r,overallReset:e.overallReset,scheduler:s};var l=n.agentStubMap,o=n.agentStubMap=m(),v=e.seriesType,f=e.getTargetSeries,c=!0,u=!1,h="";M(!e.createOnAllSeries,h),v?i.eachRawSeriesByType(v,d):f?f(i,r).each(d):(c=!1,_(i.getSeries(),d));function d(g){var p=g.uid,T=o.set(p,l&&l.get(p)||(u=!0,S({reset:N,onDirty:L})));T.context={model:g,overallProgress:c},T.agent=n,T.__block=c,s._pipe(g,T)}u&&n.dirty()},a.prototype._pipe=function(e,t){var i=e.uid,r=this._pipelineMap.get(i);!r.head&&(r.head=t),r.tail&&r.tail.pipe(t),r.tail=t,t.__idxInPipeline=r.count++,t.__pipeline=r},a.wrapStageHandler=function(e,t){return C(e)&&(e={overallReset:e,seriesType:q(e)}),e.uid=A("stageHandler"),t&&(e.visualType=t),e},a}();function x(a){a.overallReset(a.ecModel,a.api,a.payload)}function N(a){return a.overallProgress&&F}function F(){this.agent.dirty(),this.getDownstream().dirty()}function L(){this.agent&&this.agent.dirty()}function U(a){return a.plan?a.plan(a.model,a.ecModel,a.api,a.payload):null}function z(a){a.useClearVisual&&a.data.clearAllVisual();var e=a.resetDefines=V(a.reset(a.model,a.ecModel,a.api,a.payload));return e.length>1?I(e,function(t,i){return P(i)}):G}var G=P(0);function P(a){return function(e,t){var i=t.data,r=t.resetDefines[a];if(r&&r.dataEach)for(var s=e.start;s<e.end;s++)r.dataEach(i,s);else r&&r.progress&&r.progress(e,i)}}function j(a){return a.data.count()}function q(a){k=null;try{a(y,D)}catch{}return k}var y={},D={},k;R(y,E);R(D,O);y.eachSeriesByType=y.eachRawSeriesByType=function(a){k=a};y.eachComponent=function(a){a.mainType==="series"&&a.subType&&(k=a.subType)};function R(a,e){for(var t in e.prototype)a[t]=w}var Z=B;export{Z as default};
3
+ //# sourceMappingURL=Scheduler.mjs.map
@@ -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