@templmf/temp-solf-lmf 0.0.94 → 0.0.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (528) hide show
  1. package/@antv/algorithm@^0.1.26 +5 -0
  2. package/@antv/component@2.1.7/es2022/esm/animation.mjs +3 -0
  3. package/@antv/component@2.1.7/es2022/esm/core.mjs +3 -0
  4. package/@antv/component@2.1.7/es2022/esm/ui/axis/utils.mjs +3 -0
  5. package/@antv/component@2.1.7/es2022/esm/util/layout.mjs +3 -0
  6. package/@antv/component@^2.1.7 +11 -0
  7. package/@antv/event-emitter@^0.1.3 +3 -0
  8. package/@antv/g-camera-api@2.0.41/es2022/g-camera-api.mjs +15 -0
  9. package/@antv/g-canvas@^2.0.48 +6 -0
  10. package/@antv/g-dom-mutation-observer-api@2.0.38/es2022/g-dom-mutation-observer-api.mjs +15 -0
  11. package/@antv/g-lite@2.3.2/es2022/g-lite.mjs +22 -0
  12. package/@antv/g-math@3.0.1/es2022/g-math.mjs +17 -0
  13. package/@antv/g-plugin-canvas-path-generator@2.1.22/es2022/g-plugin-canvas-path-generator.mjs +16 -0
  14. package/@antv/g-plugin-canvas-picker@2.1.27/es2022/g-plugin-canvas-picker.mjs +20 -0
  15. package/@antv/g-plugin-canvas-renderer@2.3.3/es2022/g-plugin-canvas-renderer.mjs +17 -0
  16. package/@antv/g-plugin-dom-interaction@2.1.27/es2022/g-plugin-dom-interaction.mjs +15 -0
  17. package/@antv/g-plugin-dragndrop@^2.0.38 +4 -0
  18. package/@antv/g-plugin-html-renderer@2.1.27/es2022/g-plugin-html-renderer.mjs +15 -0
  19. package/@antv/g-plugin-image-loader@2.1.26/es2022/g-plugin-image-loader.mjs +19 -0
  20. package/@antv/g-web-animations-api@2.1.28/es2022/g-web-animations-api.mjs +17 -0
  21. package/@antv/g@^6.1.11 +6 -0
  22. package/@antv/g@^6.1.28 +6 -0
  23. package/@antv/graphlib@^2.0.4 +3 -0
  24. package/@antv/hierarchy@^0.7.1 +3 -0
  25. package/@antv/layout@^2.0.0 +2 -0
  26. package/@antv/scale@^0.4.16 +5 -0
  27. package/@antv/util@^2.0.13 +3 -0
  28. package/@antv/util@^3.3.10 +4 -0
  29. package/@antv/util@^3.3.11 +4 -0
  30. package/@antv/util@^3.3.5 +4 -0
  31. package/animate.css@4.1.1/animate.css +4072 -0
  32. package/echarts@6.0.0/es2022/lib/animation/basicTransition.mjs +3 -0
  33. package/echarts@6.0.0/es2022/lib/animation/customGraphicKeyframeAnimation.mjs +3 -0
  34. package/echarts@6.0.0/es2022/lib/animation/customGraphicTransition.mjs +3 -0
  35. package/echarts@6.0.0/es2022/lib/animation/morphTransitionHelper.mjs +3 -0
  36. package/echarts@6.0.0/es2022/lib/animation/universalTransition.mjs +3 -0
  37. package/echarts@6.0.0/es2022/lib/chart/bar/BarSeries.mjs +3 -0
  38. package/echarts@6.0.0/es2022/lib/chart/bar/BarView.mjs +3 -0
  39. package/echarts@6.0.0/es2022/lib/chart/bar/BaseBarSeries.mjs +3 -0
  40. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarSeries.mjs +3 -0
  41. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarView.mjs +3 -0
  42. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotSeries.mjs +3 -0
  43. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotView.mjs +3 -0
  44. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotLayout.mjs +3 -0
  45. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotTransform.mjs +3 -0
  46. package/echarts@6.0.0/es2022/lib/chart/boxplot/prepareBoxplotData.mjs +3 -0
  47. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickSeries.mjs +3 -0
  48. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickView.mjs +3 -0
  49. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickLayout.mjs +3 -0
  50. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickVisual.mjs +3 -0
  51. package/echarts@6.0.0/es2022/lib/chart/candlestick/preprocessor.mjs +3 -0
  52. package/echarts@6.0.0/es2022/lib/chart/chord/ChordEdge.mjs +3 -0
  53. package/echarts@6.0.0/es2022/lib/chart/chord/ChordSeries.mjs +3 -0
  54. package/echarts@6.0.0/es2022/lib/chart/chord/ChordView.mjs +3 -0
  55. package/echarts@6.0.0/es2022/lib/chart/custom/CustomView.mjs +3 -0
  56. package/echarts@6.0.0/es2022/lib/chart/custom/customSeriesRegister.mjs +3 -0
  57. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterSeries.mjs +3 -0
  58. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterView.mjs +3 -0
  59. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelSeries.mjs +3 -0
  60. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelView.mjs +3 -0
  61. package/echarts@6.0.0/es2022/lib/chart/funnel/funnelLayout.mjs +3 -0
  62. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeSeries.mjs +3 -0
  63. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeView.mjs +3 -0
  64. package/echarts@6.0.0/es2022/lib/chart/graph/GraphSeries.mjs +3 -0
  65. package/echarts@6.0.0/es2022/lib/chart/graph/GraphView.mjs +3 -0
  66. package/echarts@6.0.0/es2022/lib/chart/graph/adjustEdge.mjs +3 -0
  67. package/echarts@6.0.0/es2022/lib/chart/graph/categoryFilter.mjs +3 -0
  68. package/echarts@6.0.0/es2022/lib/chart/graph/categoryVisual.mjs +3 -0
  69. package/echarts@6.0.0/es2022/lib/chart/graph/circularLayout.mjs +3 -0
  70. package/echarts@6.0.0/es2022/lib/chart/graph/createView.mjs +3 -0
  71. package/echarts@6.0.0/es2022/lib/chart/graph/edgeVisual.mjs +3 -0
  72. package/echarts@6.0.0/es2022/lib/chart/graph/forceHelper.mjs +3 -0
  73. package/echarts@6.0.0/es2022/lib/chart/graph/forceLayout.mjs +3 -0
  74. package/echarts@6.0.0/es2022/lib/chart/graph/graphHelper.mjs +3 -0
  75. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayout.mjs +3 -0
  76. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayoutHelper.mjs +3 -0
  77. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapLayer.mjs +3 -0
  78. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapSeries.mjs +3 -0
  79. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapView.mjs +3 -0
  80. package/echarts@6.0.0/es2022/lib/chart/helper/EffectLine.mjs +3 -0
  81. package/echarts@6.0.0/es2022/lib/chart/helper/EffectSymbol.mjs +3 -0
  82. package/echarts@6.0.0/es2022/lib/chart/helper/LargeLineDraw.mjs +3 -0
  83. package/echarts@6.0.0/es2022/lib/chart/helper/Line.mjs +3 -0
  84. package/echarts@6.0.0/es2022/lib/chart/helper/LineDraw.mjs +3 -0
  85. package/echarts@6.0.0/es2022/lib/chart/helper/LinePath.mjs +3 -0
  86. package/echarts@6.0.0/es2022/lib/chart/helper/Polyline.mjs +3 -0
  87. package/echarts@6.0.0/es2022/lib/chart/helper/Symbol.mjs +3 -0
  88. package/echarts@6.0.0/es2022/lib/chart/helper/SymbolDraw.mjs +3 -0
  89. package/echarts@6.0.0/es2022/lib/chart/helper/createClipPathFromCoordSys.mjs +3 -0
  90. package/echarts@6.0.0/es2022/lib/chart/helper/createRenderPlanner.mjs +3 -0
  91. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesData.mjs +3 -0
  92. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesDataSimply.mjs +3 -0
  93. package/echarts@6.0.0/es2022/lib/chart/helper/enableAriaDecalForTree.mjs +3 -0
  94. package/echarts@6.0.0/es2022/lib/chart/helper/labelHelper.mjs +3 -0
  95. package/echarts@6.0.0/es2022/lib/chart/helper/multipleGraphEdgeHelper.mjs +3 -0
  96. package/echarts@6.0.0/es2022/lib/chart/helper/treeHelper.mjs +3 -0
  97. package/echarts@6.0.0/es2022/lib/chart/helper/whiskerBoxCommon.mjs +3 -0
  98. package/echarts@6.0.0/es2022/lib/chart/line/LineSeries.mjs +3 -0
  99. package/echarts@6.0.0/es2022/lib/chart/line/LineView.mjs +3 -0
  100. package/echarts@6.0.0/es2022/lib/chart/line/helper.mjs +3 -0
  101. package/echarts@6.0.0/es2022/lib/chart/line/lineAnimationDiff.mjs +3 -0
  102. package/echarts@6.0.0/es2022/lib/chart/line/poly.mjs +3 -0
  103. package/echarts@6.0.0/es2022/lib/chart/lines/LinesSeries.mjs +3 -0
  104. package/echarts@6.0.0/es2022/lib/chart/lines/LinesView.mjs +3 -0
  105. package/echarts@6.0.0/es2022/lib/chart/lines/linesLayout.mjs +3 -0
  106. package/echarts@6.0.0/es2022/lib/chart/lines/linesVisual.mjs +3 -0
  107. package/echarts@6.0.0/es2022/lib/chart/map/MapSeries.mjs +3 -0
  108. package/echarts@6.0.0/es2022/lib/chart/map/MapView.mjs +3 -0
  109. package/echarts@6.0.0/es2022/lib/chart/map/mapDataStatistic.mjs +3 -0
  110. package/echarts@6.0.0/es2022/lib/chart/map/mapSymbolLayout.mjs +3 -0
  111. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelSeries.mjs +3 -0
  112. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelView.mjs +3 -0
  113. package/echarts@6.0.0/es2022/lib/chart/parallel/parallelVisual.mjs +3 -0
  114. package/echarts@6.0.0/es2022/lib/chart/pie/PieSeries.mjs +3 -0
  115. package/echarts@6.0.0/es2022/lib/chart/pie/PieView.mjs +3 -0
  116. package/echarts@6.0.0/es2022/lib/chart/pie/pieLayout.mjs +3 -0
  117. package/echarts@6.0.0/es2022/lib/chart/radar/RadarSeries.mjs +3 -0
  118. package/echarts@6.0.0/es2022/lib/chart/radar/RadarView.mjs +3 -0
  119. package/echarts@6.0.0/es2022/lib/chart/radar/backwardCompat.mjs +3 -0
  120. package/echarts@6.0.0/es2022/lib/chart/radar/radarLayout.mjs +3 -0
  121. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeySeries.mjs +3 -0
  122. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeyView.mjs +3 -0
  123. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyLayout.mjs +3 -0
  124. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyVisual.mjs +3 -0
  125. package/echarts@6.0.0/es2022/lib/chart/scatter/ScatterSeries.mjs +3 -0
  126. package/echarts@6.0.0/es2022/lib/chart/scatter/jitterLayout.mjs +3 -0
  127. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstPiece.mjs +3 -0
  128. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstSeries.mjs +3 -0
  129. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstView.mjs +3 -0
  130. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstAction.mjs +3 -0
  131. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstLayout.mjs +3 -0
  132. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstVisual.mjs +3 -0
  133. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverSeries.mjs +3 -0
  134. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverView.mjs +3 -0
  135. package/echarts@6.0.0/es2022/lib/chart/themeRiver/themeRiverLayout.mjs +3 -0
  136. package/echarts@6.0.0/es2022/lib/chart/tree/TreeSeries.mjs +3 -0
  137. package/echarts@6.0.0/es2022/lib/chart/tree/TreeView.mjs +3 -0
  138. package/echarts@6.0.0/es2022/lib/chart/tree/layoutHelper.mjs +3 -0
  139. package/echarts@6.0.0/es2022/lib/chart/tree/treeAction.mjs +3 -0
  140. package/echarts@6.0.0/es2022/lib/chart/tree/treeVisual.mjs +3 -0
  141. package/echarts@6.0.0/es2022/lib/chart/treemap/Breadcrumb.mjs +3 -0
  142. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapSeries.mjs +3 -0
  143. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapView.mjs +3 -0
  144. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapLayout.mjs +3 -0
  145. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapVisual.mjs +3 -0
  146. package/echarts@6.0.0/es2022/lib/component/aria/install.mjs +3 -0
  147. package/echarts@6.0.0/es2022/lib/component/aria/preprocessor.mjs +3 -0
  148. package/echarts@6.0.0/es2022/lib/component/axis/AngleAxisView.mjs +3 -0
  149. package/echarts@6.0.0/es2022/lib/component/axis/AxisBuilder.mjs +3 -0
  150. package/echarts@6.0.0/es2022/lib/component/axis/CartesianAxisView.mjs +3 -0
  151. package/echarts@6.0.0/es2022/lib/component/axis/ParallelAxisView.mjs +3 -0
  152. package/echarts@6.0.0/es2022/lib/component/axis/RadiusAxisView.mjs +3 -0
  153. package/echarts@6.0.0/es2022/lib/component/axis/SingleAxisView.mjs +3 -0
  154. package/echarts@6.0.0/es2022/lib/component/axis/axisAction.mjs +3 -0
  155. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelper.mjs +3 -0
  156. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelperImpl.mjs +3 -0
  157. package/echarts@6.0.0/es2022/lib/component/axis/axisSplitHelper.mjs +3 -0
  158. package/echarts@6.0.0/es2022/lib/component/axis/installBreak.mjs +3 -0
  159. package/echarts@6.0.0/es2022/lib/component/axis/parallelAxisAction.mjs +3 -0
  160. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerModel.mjs +3 -0
  161. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerView.mjs +3 -0
  162. package/echarts@6.0.0/es2022/lib/component/axisPointer/BaseAxisPointer.mjs +3 -0
  163. package/echarts@6.0.0/es2022/lib/component/axisPointer/CartesianAxisPointer.mjs +3 -0
  164. package/echarts@6.0.0/es2022/lib/component/axisPointer/PolarAxisPointer.mjs +3 -0
  165. package/echarts@6.0.0/es2022/lib/component/axisPointer/SingleAxisPointer.mjs +3 -0
  166. package/echarts@6.0.0/es2022/lib/component/axisPointer/axisTrigger.mjs +3 -0
  167. package/echarts@6.0.0/es2022/lib/component/axisPointer/findPointFromSeries.mjs +3 -0
  168. package/echarts@6.0.0/es2022/lib/component/axisPointer/globalListener.mjs +3 -0
  169. package/echarts@6.0.0/es2022/lib/component/axisPointer/install.mjs +3 -0
  170. package/echarts@6.0.0/es2022/lib/component/axisPointer/modelHelper.mjs +3 -0
  171. package/echarts@6.0.0/es2022/lib/component/axisPointer/viewHelper.mjs +3 -0
  172. package/echarts@6.0.0/es2022/lib/component/brush/BrushModel.mjs +3 -0
  173. package/echarts@6.0.0/es2022/lib/component/brush/BrushView.mjs +3 -0
  174. package/echarts@6.0.0/es2022/lib/component/brush/install.mjs +3 -0
  175. package/echarts@6.0.0/es2022/lib/component/brush/preprocessor.mjs +3 -0
  176. package/echarts@6.0.0/es2022/lib/component/brush/selector.mjs +3 -0
  177. package/echarts@6.0.0/es2022/lib/component/brush/visualEncoding.mjs +3 -0
  178. package/echarts@6.0.0/es2022/lib/component/calendar/install.mjs +3 -0
  179. package/echarts@6.0.0/es2022/lib/component/dataZoom/DataZoomModel.mjs +3 -0
  180. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomModel.mjs +3 -0
  181. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomView.mjs +3 -0
  182. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomModel.mjs +3 -0
  183. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomView.mjs +3 -0
  184. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomAction.mjs +3 -0
  185. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomProcessor.mjs +3 -0
  186. package/echarts@6.0.0/es2022/lib/component/dataZoom/helper.mjs +3 -0
  187. package/echarts@6.0.0/es2022/lib/component/dataZoom/history.mjs +3 -0
  188. package/echarts@6.0.0/es2022/lib/component/dataZoom/install.mjs +3 -0
  189. package/echarts@6.0.0/es2022/lib/component/dataZoom/installCommon.mjs +3 -0
  190. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomInside.mjs +3 -0
  191. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomSlider.mjs +3 -0
  192. package/echarts@6.0.0/es2022/lib/component/dataZoom/roams.mjs +3 -0
  193. package/echarts@6.0.0/es2022/lib/component/dataset/install.mjs +3 -0
  194. package/echarts@6.0.0/es2022/lib/component/geo/GeoView.mjs +3 -0
  195. package/echarts@6.0.0/es2022/lib/component/geo/install.mjs +3 -0
  196. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicModel.mjs +3 -0
  197. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicView.mjs +3 -0
  198. package/echarts@6.0.0/es2022/lib/component/graphic/install.mjs +3 -0
  199. package/echarts@6.0.0/es2022/lib/component/grid/install.mjs +3 -0
  200. package/echarts@6.0.0/es2022/lib/component/grid/installSimple.mjs +3 -0
  201. package/echarts@6.0.0/es2022/lib/component/helper/BrushTargetManager.mjs +3 -0
  202. package/echarts@6.0.0/es2022/lib/component/helper/MapDraw.mjs +3 -0
  203. package/echarts@6.0.0/es2022/lib/component/helper/RoamController.mjs +3 -0
  204. package/echarts@6.0.0/es2022/lib/component/helper/brushHelper.mjs +3 -0
  205. package/echarts@6.0.0/es2022/lib/component/helper/cursorHelper.mjs +3 -0
  206. package/echarts@6.0.0/es2022/lib/component/helper/interactionMutex.mjs +3 -0
  207. package/echarts@6.0.0/es2022/lib/component/helper/listComponent.mjs +3 -0
  208. package/echarts@6.0.0/es2022/lib/component/helper/sliderMove.mjs +3 -0
  209. package/echarts@6.0.0/es2022/lib/component/helper/thumbnailBridge.mjs +3 -0
  210. package/echarts@6.0.0/es2022/lib/component/legend/LegendModel.mjs +3 -0
  211. package/echarts@6.0.0/es2022/lib/component/legend/LegendView.mjs +4 -0
  212. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendModel.mjs +3 -0
  213. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendView.mjs +3 -0
  214. package/echarts@6.0.0/es2022/lib/component/legend/install.mjs +3 -0
  215. package/echarts@6.0.0/es2022/lib/component/legend/installLegendPlain.mjs +3 -0
  216. package/echarts@6.0.0/es2022/lib/component/legend/installLegendScroll.mjs +3 -0
  217. package/echarts@6.0.0/es2022/lib/component/legend/legendAction.mjs +4 -0
  218. package/echarts@6.0.0/es2022/lib/component/legend/legendFilter.mjs +3 -0
  219. package/echarts@6.0.0/es2022/lib/component/legend/scrollableLegendAction.mjs +3 -0
  220. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaModel.mjs +3 -0
  221. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaView.mjs +3 -0
  222. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineModel.mjs +3 -0
  223. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineView.mjs +3 -0
  224. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointModel.mjs +3 -0
  225. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointView.mjs +3 -0
  226. package/echarts@6.0.0/es2022/lib/component/marker/MarkerModel.mjs +3 -0
  227. package/echarts@6.0.0/es2022/lib/component/marker/MarkerView.mjs +3 -0
  228. package/echarts@6.0.0/es2022/lib/component/marker/checkMarkerInSeries.mjs +3 -0
  229. package/echarts@6.0.0/es2022/lib/component/marker/installMarkArea.mjs +3 -0
  230. package/echarts@6.0.0/es2022/lib/component/marker/installMarkLine.mjs +3 -0
  231. package/echarts@6.0.0/es2022/lib/component/marker/installMarkPoint.mjs +3 -0
  232. package/echarts@6.0.0/es2022/lib/component/marker/markerHelper.mjs +3 -0
  233. package/echarts@6.0.0/es2022/lib/component/matrix/MatrixView.mjs +3 -0
  234. package/echarts@6.0.0/es2022/lib/component/matrix/install.mjs +3 -0
  235. package/echarts@6.0.0/es2022/lib/component/parallel/ParallelView.mjs +3 -0
  236. package/echarts@6.0.0/es2022/lib/component/parallel/install.mjs +3 -0
  237. package/echarts@6.0.0/es2022/lib/component/polar/install.mjs +3 -0
  238. package/echarts@6.0.0/es2022/lib/component/radar/RadarView.mjs +3 -0
  239. package/echarts@6.0.0/es2022/lib/component/radar/install.mjs +3 -0
  240. package/echarts@6.0.0/es2022/lib/component/singleAxis/install.mjs +3 -0
  241. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailBridgeImpl.mjs +3 -0
  242. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailModel.mjs +3 -0
  243. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailView.mjs +3 -0
  244. package/echarts@6.0.0/es2022/lib/component/thumbnail/install.mjs +3 -0
  245. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineModel.mjs +3 -0
  246. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineView.mjs +3 -0
  247. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineAxis.mjs +3 -0
  248. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineModel.mjs +3 -0
  249. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineView.mjs +3 -0
  250. package/echarts@6.0.0/es2022/lib/component/timeline/install.mjs +3 -0
  251. package/echarts@6.0.0/es2022/lib/component/timeline/preprocessor.mjs +3 -0
  252. package/echarts@6.0.0/es2022/lib/component/timeline/timelineAction.mjs +3 -0
  253. package/echarts@6.0.0/es2022/lib/component/title/install.mjs +3 -0
  254. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxModel.mjs +3 -0
  255. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxView.mjs +3 -0
  256. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Brush.mjs +3 -0
  257. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataView.mjs +20 -0
  258. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataZoom.mjs +3 -0
  259. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/MagicType.mjs +3 -0
  260. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Restore.mjs +3 -0
  261. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/SaveAsImage.mjs +3 -0
  262. package/echarts@6.0.0/es2022/lib/component/toolbox/featureManager.mjs +3 -0
  263. package/echarts@6.0.0/es2022/lib/component/toolbox/install.mjs +3 -0
  264. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipHTMLContent.mjs +3 -0
  265. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipRichContent.mjs +3 -0
  266. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipView.mjs +5 -0
  267. package/echarts@6.0.0/es2022/lib/component/tooltip/helper.mjs +3 -0
  268. package/echarts@6.0.0/es2022/lib/component/tooltip/install.mjs +3 -0
  269. package/echarts@6.0.0/es2022/lib/component/tooltip/seriesFormatTooltip.mjs +3 -0
  270. package/echarts@6.0.0/es2022/lib/component/tooltip/tooltipMarkup.mjs +9 -0
  271. package/echarts@6.0.0/es2022/lib/component/transform/install.mjs +3 -0
  272. package/echarts@6.0.0/es2022/lib/component/transform/sortTransform.mjs +3 -0
  273. package/echarts@6.0.0/es2022/lib/component/visualMap/ContinuousView.mjs +3 -0
  274. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseModel.mjs +3 -0
  275. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseView.mjs +3 -0
  276. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapModel.mjs +3 -0
  277. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapView.mjs +3 -0
  278. package/echarts@6.0.0/es2022/lib/component/visualMap/helper.mjs +3 -0
  279. package/echarts@6.0.0/es2022/lib/component/visualMap/install.mjs +3 -0
  280. package/echarts@6.0.0/es2022/lib/component/visualMap/installCommon.mjs +3 -0
  281. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapContinuous.mjs +3 -0
  282. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapPiecewise.mjs +3 -0
  283. package/echarts@6.0.0/es2022/lib/component/visualMap/preprocessor.mjs +3 -0
  284. package/echarts@6.0.0/es2022/lib/component/visualMap/visualEncoding.mjs +3 -0
  285. package/echarts@6.0.0/es2022/lib/component/visualMap/visualMapAction.mjs +3 -0
  286. package/echarts@6.0.0/es2022/lib/coord/Axis.mjs +3 -0
  287. package/echarts@6.0.0/es2022/lib/coord/CoordinateSystem.mjs +3 -0
  288. package/echarts@6.0.0/es2022/lib/coord/View.mjs +3 -0
  289. package/echarts@6.0.0/es2022/lib/coord/axisAlignTicks.mjs +3 -0
  290. package/echarts@6.0.0/es2022/lib/coord/axisCommonTypes.mjs +3 -0
  291. package/echarts@6.0.0/es2022/lib/coord/axisHelper.mjs +3 -0
  292. package/echarts@6.0.0/es2022/lib/coord/axisModelCreator.mjs +3 -0
  293. package/echarts@6.0.0/es2022/lib/coord/axisTickLabelBuilder.mjs +3 -0
  294. package/echarts@6.0.0/es2022/lib/coord/calendar/CalendarModel.mjs +3 -0
  295. package/echarts@6.0.0/es2022/lib/coord/calendar/prepareCustom.mjs +3 -0
  296. package/echarts@6.0.0/es2022/lib/coord/cartesian/Axis2D.mjs +3 -0
  297. package/echarts@6.0.0/es2022/lib/coord/cartesian/AxisModel.mjs +3 -0
  298. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian.mjs +3 -0
  299. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian2D.mjs +3 -0
  300. package/echarts@6.0.0/es2022/lib/coord/cartesian/Grid.mjs +3 -0
  301. package/echarts@6.0.0/es2022/lib/coord/cartesian/GridModel.mjs +3 -0
  302. package/echarts@6.0.0/es2022/lib/coord/cartesian/cartesianAxisHelper.mjs +3 -0
  303. package/echarts@6.0.0/es2022/lib/coord/cartesian/legacyContainLabel.mjs +3 -0
  304. package/echarts@6.0.0/es2022/lib/coord/cartesian/prepareCustom.mjs +3 -0
  305. package/echarts@6.0.0/es2022/lib/coord/geo/Geo.mjs +3 -0
  306. package/echarts@6.0.0/es2022/lib/coord/geo/GeoJSONResource.mjs +4 -0
  307. package/echarts@6.0.0/es2022/lib/coord/geo/GeoModel.mjs +3 -0
  308. package/echarts@6.0.0/es2022/lib/coord/geo/GeoSVGResource.mjs +4 -0
  309. package/echarts@6.0.0/es2022/lib/coord/geo/Region.mjs +3 -0
  310. package/echarts@6.0.0/es2022/lib/coord/geo/fix/diaoyuIsland.mjs +3 -0
  311. package/echarts@6.0.0/es2022/lib/coord/geo/fix/nanhai.mjs +3 -0
  312. package/echarts@6.0.0/es2022/lib/coord/geo/fix/textCoord.mjs +3 -0
  313. package/echarts@6.0.0/es2022/lib/coord/geo/geoCreator.mjs +3 -0
  314. package/echarts@6.0.0/es2022/lib/coord/geo/geoSourceManager.mjs +3 -0
  315. package/echarts@6.0.0/es2022/lib/coord/geo/parseGeoJson.mjs +3 -0
  316. package/echarts@6.0.0/es2022/lib/coord/geo/prepareCustom.mjs +3 -0
  317. package/echarts@6.0.0/es2022/lib/coord/matrix/Matrix.mjs +3 -0
  318. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixBodyCorner.mjs +3 -0
  319. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixDim.mjs +3 -0
  320. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixModel.mjs +3 -0
  321. package/echarts@6.0.0/es2022/lib/coord/matrix/matrixCoordHelper.mjs +3 -0
  322. package/echarts@6.0.0/es2022/lib/coord/parallel/AxisModel.mjs +3 -0
  323. package/echarts@6.0.0/es2022/lib/coord/parallel/Parallel.mjs +3 -0
  324. package/echarts@6.0.0/es2022/lib/coord/parallel/ParallelModel.mjs +3 -0
  325. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelCreator.mjs +3 -0
  326. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelPreprocessor.mjs +3 -0
  327. package/echarts@6.0.0/es2022/lib/coord/polar/AngleAxis.mjs +3 -0
  328. package/echarts@6.0.0/es2022/lib/coord/polar/AxisModel.mjs +3 -0
  329. package/echarts@6.0.0/es2022/lib/coord/polar/Polar.mjs +3 -0
  330. package/echarts@6.0.0/es2022/lib/coord/polar/PolarModel.mjs +3 -0
  331. package/echarts@6.0.0/es2022/lib/coord/polar/RadiusAxis.mjs +3 -0
  332. package/echarts@6.0.0/es2022/lib/coord/polar/polarCreator.mjs +3 -0
  333. package/echarts@6.0.0/es2022/lib/coord/polar/prepareCustom.mjs +3 -0
  334. package/echarts@6.0.0/es2022/lib/coord/radar/Radar.mjs +3 -0
  335. package/echarts@6.0.0/es2022/lib/coord/radar/RadarModel.mjs +3 -0
  336. package/echarts@6.0.0/es2022/lib/coord/scaleRawExtentInfo.mjs +3 -0
  337. package/echarts@6.0.0/es2022/lib/coord/single/AxisModel.mjs +3 -0
  338. package/echarts@6.0.0/es2022/lib/coord/single/Single.mjs +3 -0
  339. package/echarts@6.0.0/es2022/lib/coord/single/SingleAxis.mjs +3 -0
  340. package/echarts@6.0.0/es2022/lib/coord/single/prepareCustom.mjs +3 -0
  341. package/echarts@6.0.0/es2022/lib/coord/single/singleAxisHelper.mjs +3 -0
  342. package/echarts@6.0.0/es2022/lib/coord/single/singleCreator.mjs +3 -0
  343. package/echarts@6.0.0/es2022/lib/core/CoordinateSystem.mjs +3 -0
  344. package/echarts@6.0.0/es2022/lib/core/ExtensionAPI.mjs +3 -0
  345. package/echarts@6.0.0/es2022/lib/core/Scheduler.mjs +3 -0
  346. package/echarts@6.0.0/es2022/lib/core/echarts.mjs +3 -0
  347. package/echarts@6.0.0/es2022/lib/core/impl.mjs +3 -0
  348. package/echarts@6.0.0/es2022/lib/core/lifecycle.mjs +3 -0
  349. package/echarts@6.0.0/es2022/lib/core/locale.mjs +3 -0
  350. package/echarts@6.0.0/es2022/lib/core/task.mjs +3 -0
  351. package/echarts@6.0.0/es2022/lib/data/DataDiffer.mjs +3 -0
  352. package/echarts@6.0.0/es2022/lib/data/DataStore.mjs +3 -0
  353. package/echarts@6.0.0/es2022/lib/data/OrdinalMeta.mjs +3 -0
  354. package/echarts@6.0.0/es2022/lib/data/SeriesData.mjs +3 -0
  355. package/echarts@6.0.0/es2022/lib/data/SeriesDimensionDefine.mjs +3 -0
  356. package/echarts@6.0.0/es2022/lib/data/Source.mjs +3 -0
  357. package/echarts@6.0.0/es2022/lib/data/helper/SeriesDataSchema.mjs +3 -0
  358. package/echarts@6.0.0/es2022/lib/data/helper/createDimensions.mjs +3 -0
  359. package/echarts@6.0.0/es2022/lib/data/helper/dataProvider.mjs +3 -0
  360. package/echarts@6.0.0/es2022/lib/data/helper/dataStackHelper.mjs +3 -0
  361. package/echarts@6.0.0/es2022/lib/data/helper/dataValueHelper.mjs +3 -0
  362. package/echarts@6.0.0/es2022/lib/data/helper/dimensionHelper.mjs +3 -0
  363. package/echarts@6.0.0/es2022/lib/data/helper/sourceHelper.mjs +3 -0
  364. package/echarts@6.0.0/es2022/lib/data/helper/sourceManager.mjs +3 -0
  365. package/echarts@6.0.0/es2022/lib/data/helper/transform.mjs +3 -0
  366. package/echarts@6.0.0/es2022/lib/export/api/format.mjs +3 -0
  367. package/echarts@6.0.0/es2022/lib/export/api/graphic.mjs +3 -0
  368. package/echarts@6.0.0/es2022/lib/export/api/helper.mjs +3 -0
  369. package/echarts@6.0.0/es2022/lib/export/api/number.mjs +3 -0
  370. package/echarts@6.0.0/es2022/lib/export/api/time.mjs +3 -0
  371. package/echarts@6.0.0/es2022/lib/export/api/util.mjs +3 -0
  372. package/echarts@6.0.0/es2022/lib/export/api.mjs +3 -0
  373. package/echarts@6.0.0/es2022/lib/i18n/langEN.mjs +3 -0
  374. package/echarts@6.0.0/es2022/lib/i18n/langZH.mjs +3 -0
  375. package/echarts@6.0.0/es2022/lib/label/LabelManager.mjs +3 -0
  376. package/echarts@6.0.0/es2022/lib/label/installLabelLayout.mjs +3 -0
  377. package/echarts@6.0.0/es2022/lib/label/labelGuideHelper.mjs +3 -0
  378. package/echarts@6.0.0/es2022/lib/label/labelLayoutHelper.mjs +3 -0
  379. package/echarts@6.0.0/es2022/lib/label/labelStyle.mjs +3 -0
  380. package/echarts@6.0.0/es2022/lib/label/sectorLabel.mjs +3 -0
  381. package/echarts@6.0.0/es2022/lib/layout/barGrid.mjs +3 -0
  382. package/echarts@6.0.0/es2022/lib/layout/barPolar.mjs +3 -0
  383. package/echarts@6.0.0/es2022/lib/layout/points.mjs +3 -0
  384. package/echarts@6.0.0/es2022/lib/legacy/dataSelectAction.mjs +3 -0
  385. package/echarts@6.0.0/es2022/lib/loading/default.mjs +3 -0
  386. package/echarts@6.0.0/es2022/lib/model/Component.mjs +3 -0
  387. package/echarts@6.0.0/es2022/lib/model/Global.mjs +3 -0
  388. package/echarts@6.0.0/es2022/lib/model/Model.mjs +3 -0
  389. package/echarts@6.0.0/es2022/lib/model/OptionManager.mjs +3 -0
  390. package/echarts@6.0.0/es2022/lib/model/Series.mjs +3 -0
  391. package/echarts@6.0.0/es2022/lib/model/globalDefault.mjs +3 -0
  392. package/echarts@6.0.0/es2022/lib/model/internalComponentCreator.mjs +3 -0
  393. package/echarts@6.0.0/es2022/lib/model/mixin/areaStyle.mjs +3 -0
  394. package/echarts@6.0.0/es2022/lib/model/mixin/dataFormat.mjs +3 -0
  395. package/echarts@6.0.0/es2022/lib/model/mixin/itemStyle.mjs +3 -0
  396. package/echarts@6.0.0/es2022/lib/model/mixin/lineStyle.mjs +3 -0
  397. package/echarts@6.0.0/es2022/lib/model/mixin/makeStyleMapper.mjs +3 -0
  398. package/echarts@6.0.0/es2022/lib/model/mixin/palette.mjs +3 -0
  399. package/echarts@6.0.0/es2022/lib/model/mixin/textStyle.mjs +3 -0
  400. package/echarts@6.0.0/es2022/lib/model/referHelper.mjs +3 -0
  401. package/echarts@6.0.0/es2022/lib/preprocessor/backwardCompat.mjs +3 -0
  402. package/echarts@6.0.0/es2022/lib/preprocessor/helper/compatStyle.mjs +3 -0
  403. package/echarts@6.0.0/es2022/lib/processor/dataFilter.mjs +3 -0
  404. package/echarts@6.0.0/es2022/lib/processor/dataSample.mjs +3 -0
  405. package/echarts@6.0.0/es2022/lib/processor/negativeDataFilter.mjs +3 -0
  406. package/echarts@6.0.0/es2022/lib/renderer/installCanvasRenderer.mjs +3 -0
  407. package/echarts@6.0.0/es2022/lib/renderer/installSVGRenderer.mjs +3 -0
  408. package/echarts@6.0.0/es2022/lib/scale/Log.mjs +3 -0
  409. package/echarts@6.0.0/es2022/lib/scale/Ordinal.mjs +3 -0
  410. package/echarts@6.0.0/es2022/lib/scale/Scale.mjs +3 -0
  411. package/echarts@6.0.0/es2022/lib/scale/Time.mjs +3 -0
  412. package/echarts@6.0.0/es2022/lib/scale/break.mjs +3 -0
  413. package/echarts@6.0.0/es2022/lib/scale/breakImpl.mjs +3 -0
  414. package/echarts@6.0.0/es2022/lib/scale/helper.mjs +3 -0
  415. package/echarts@6.0.0/es2022/lib/theme/dark.mjs +3 -0
  416. package/echarts@6.0.0/es2022/lib/util/ECEventProcessor.mjs +3 -0
  417. package/echarts@6.0.0/es2022/lib/util/animation.mjs +3 -0
  418. package/echarts@6.0.0/es2022/lib/util/clazz.mjs +3 -0
  419. package/echarts@6.0.0/es2022/lib/util/component.mjs +3 -0
  420. package/echarts@6.0.0/es2022/lib/util/decal.mjs +3 -0
  421. package/echarts@6.0.0/es2022/lib/util/event.mjs +3 -0
  422. package/echarts@6.0.0/es2022/lib/util/graphic.mjs +3 -0
  423. package/echarts@6.0.0/es2022/lib/util/jitter.mjs +3 -0
  424. package/echarts@6.0.0/es2022/lib/util/layout.mjs +3 -0
  425. package/echarts@6.0.0/es2022/lib/util/model.mjs +3 -0
  426. package/echarts@6.0.0/es2022/lib/util/number.mjs +3 -0
  427. package/echarts@6.0.0/es2022/lib/util/states.mjs +3 -0
  428. package/echarts@6.0.0/es2022/lib/util/styleCompat.mjs +3 -0
  429. package/echarts@6.0.0/es2022/lib/util/symbol.mjs +3 -0
  430. package/echarts@6.0.0/es2022/lib/util/time.mjs +3 -0
  431. package/echarts@6.0.0/es2022/lib/util/types.mjs +3 -0
  432. package/echarts@6.0.0/es2022/lib/util/vendor.mjs +3 -0
  433. package/echarts@6.0.0/es2022/lib/view/Chart.mjs +3 -0
  434. package/echarts@6.0.0/es2022/lib/view/Component.mjs +3 -0
  435. package/echarts@6.0.0/es2022/lib/visual/VisualMapping.mjs +3 -0
  436. package/echarts@6.0.0/es2022/lib/visual/aria.mjs +3 -0
  437. package/echarts@6.0.0/es2022/lib/visual/decal.mjs +3 -0
  438. package/echarts@6.0.0/es2022/lib/visual/helper.mjs +3 -0
  439. package/echarts@6.0.0/es2022/lib/visual/style.mjs +3 -0
  440. package/echarts@6.0.0/es2022/lib/visual/tokens.mjs +3 -0
  441. package/echarts@6.0.0/es2022/lib/visual/visualDefault.mjs +3 -0
  442. package/echarts@6.0.0/es2022/lib/visual/visualSolution.mjs +3 -0
  443. package/eventemitter3@^5.0.1 +3 -0
  444. package/gl-matrix@^3.3.0 +2 -0
  445. package/gl-matrix@^3.4.3 +2 -0
  446. package/package.json +1 -1
  447. package/zrender@6.0.0/es2022/lib/Element.mjs +3 -0
  448. package/zrender@6.0.0/es2022/lib/Handler.mjs +3 -0
  449. package/zrender@6.0.0/es2022/lib/Storage.mjs +3 -0
  450. package/zrender@6.0.0/es2022/lib/animation/Animation.mjs +3 -0
  451. package/zrender@6.0.0/es2022/lib/animation/Animator.mjs +3 -0
  452. package/zrender@6.0.0/es2022/lib/animation/cubicEasing.mjs +3 -0
  453. package/zrender@6.0.0/es2022/lib/animation/easing.mjs +3 -0
  454. package/zrender@6.0.0/es2022/lib/animation/requestAnimationFrame.mjs +3 -0
  455. package/zrender@6.0.0/es2022/lib/canvas/dashStyle.mjs +3 -0
  456. package/zrender@6.0.0/es2022/lib/canvas/graphic.mjs +3 -0
  457. package/zrender@6.0.0/es2022/lib/contain/line.mjs +3 -0
  458. package/zrender@6.0.0/es2022/lib/contain/polygon.mjs +3 -0
  459. package/zrender@6.0.0/es2022/lib/contain/quadratic.mjs +3 -0
  460. package/zrender@6.0.0/es2022/lib/contain/text.mjs +4 -0
  461. package/zrender@6.0.0/es2022/lib/contain/util.mjs +3 -0
  462. package/zrender@6.0.0/es2022/lib/contain/windingLine.mjs +3 -0
  463. package/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs +3 -0
  464. package/zrender@6.0.0/es2022/lib/core/Eventful.mjs +3 -0
  465. package/zrender@6.0.0/es2022/lib/core/GestureMgr.mjs +3 -0
  466. package/zrender@6.0.0/es2022/lib/core/LRU.mjs +3 -0
  467. package/zrender@6.0.0/es2022/lib/core/PathProxy.mjs +3 -0
  468. package/zrender@6.0.0/es2022/lib/core/Point.mjs +3 -0
  469. package/zrender@6.0.0/es2022/lib/core/Transformable.mjs +3 -0
  470. package/zrender@6.0.0/es2022/lib/core/WeakMap.mjs +3 -0
  471. package/zrender@6.0.0/es2022/lib/core/bbox.mjs +3 -0
  472. package/zrender@6.0.0/es2022/lib/core/curve.mjs +3 -0
  473. package/zrender@6.0.0/es2022/lib/core/dom.mjs +3 -0
  474. package/zrender@6.0.0/es2022/lib/core/env.mjs +3 -0
  475. package/zrender@6.0.0/es2022/lib/core/event.mjs +3 -0
  476. package/zrender@6.0.0/es2022/lib/core/fourPointsTransform.mjs +3 -0
  477. package/zrender@6.0.0/es2022/lib/core/matrix.mjs +3 -0
  478. package/zrender@6.0.0/es2022/lib/core/platform.mjs +3 -0
  479. package/zrender@6.0.0/es2022/lib/core/timsort.mjs +3 -0
  480. package/zrender@6.0.0/es2022/lib/core/util.mjs +3 -0
  481. package/zrender@6.0.0/es2022/lib/core/vector.mjs +3 -0
  482. package/zrender@6.0.0/es2022/lib/dom/HandlerProxy.mjs +3 -0
  483. package/zrender@6.0.0/es2022/lib/graphic/CompoundPath.mjs +3 -0
  484. package/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs +3 -0
  485. package/zrender@6.0.0/es2022/lib/graphic/Gradient.mjs +3 -0
  486. package/zrender@6.0.0/es2022/lib/graphic/Group.mjs +3 -0
  487. package/zrender@6.0.0/es2022/lib/graphic/Image.mjs +3 -0
  488. package/zrender@6.0.0/es2022/lib/graphic/IncrementalDisplayable.mjs +3 -0
  489. package/zrender@6.0.0/es2022/lib/graphic/LinearGradient.mjs +3 -0
  490. package/zrender@6.0.0/es2022/lib/graphic/Path.mjs +3 -0
  491. package/zrender@6.0.0/es2022/lib/graphic/RadialGradient.mjs +3 -0
  492. package/zrender@6.0.0/es2022/lib/graphic/constants.mjs +3 -0
  493. package/zrender@6.0.0/es2022/lib/graphic/helper/image.mjs +3 -0
  494. package/zrender@6.0.0/es2022/lib/graphic/helper/poly.mjs +3 -0
  495. package/zrender@6.0.0/es2022/lib/graphic/helper/roundRect.mjs +3 -0
  496. package/zrender@6.0.0/es2022/lib/graphic/helper/roundSector.mjs +3 -0
  497. package/zrender@6.0.0/es2022/lib/graphic/helper/smoothBezier.mjs +3 -0
  498. package/zrender@6.0.0/es2022/lib/graphic/helper/subPixelOptimize.mjs +3 -0
  499. package/zrender@6.0.0/es2022/lib/graphic/shape/Arc.mjs +3 -0
  500. package/zrender@6.0.0/es2022/lib/graphic/shape/Circle.mjs +3 -0
  501. package/zrender@6.0.0/es2022/lib/graphic/shape/Ellipse.mjs +3 -0
  502. package/zrender@6.0.0/es2022/lib/graphic/shape/Line.mjs +3 -0
  503. package/zrender@6.0.0/es2022/lib/graphic/shape/Polygon.mjs +3 -0
  504. package/zrender@6.0.0/es2022/lib/graphic/shape/Polyline.mjs +3 -0
  505. package/zrender@6.0.0/es2022/lib/graphic/shape/Rect.mjs +3 -0
  506. package/zrender@6.0.0/es2022/lib/graphic/shape/Ring.mjs +3 -0
  507. package/zrender@6.0.0/es2022/lib/graphic/shape/Sector.mjs +3 -0
  508. package/zrender@6.0.0/es2022/lib/mixin/Draggable.mjs +3 -0
  509. package/zrender@6.0.0/es2022/lib/svg/Painter.mjs +3 -0
  510. package/zrender@6.0.0/es2022/lib/svg/SVGPathRebuilder.mjs +3 -0
  511. package/zrender@6.0.0/es2022/lib/svg/core.mjs +5 -0
  512. package/zrender@6.0.0/es2022/lib/svg/cssAnimation.mjs +3 -0
  513. package/zrender@6.0.0/es2022/lib/svg/cssClassId.mjs +3 -0
  514. package/zrender@6.0.0/es2022/lib/svg/cssEmphasis.mjs +3 -0
  515. package/zrender@6.0.0/es2022/lib/svg/domapi.mjs +3 -0
  516. package/zrender@6.0.0/es2022/lib/svg/graphic.mjs +3 -0
  517. package/zrender@6.0.0/es2022/lib/svg/helper.mjs +4 -0
  518. package/zrender@6.0.0/es2022/lib/svg/mapStyleToAttrs.mjs +3 -0
  519. package/zrender@6.0.0/es2022/lib/svg/patch.mjs +3 -0
  520. package/zrender@6.0.0/es2022/lib/tool/color.mjs +3 -0
  521. package/zrender@6.0.0/es2022/lib/tool/convertPath.mjs +3 -0
  522. package/zrender@6.0.0/es2022/lib/tool/dividePath.mjs +3 -0
  523. package/zrender@6.0.0/es2022/lib/tool/morphPath.mjs +3 -0
  524. package/zrender@6.0.0/es2022/lib/tool/parseSVG.mjs +3 -0
  525. package/zrender@6.0.0/es2022/lib/tool/parseXML.mjs +3 -0
  526. package/zrender@6.0.0/es2022/lib/tool/path.mjs +3 -0
  527. package/zrender@6.0.0/es2022/lib/zrender.mjs +16 -0
  528. package/@antv/g6 +0 -13
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/SliderZoomView */
2
+ import{__extends as q}from"/tslib@2.3.0/es2022/tslib.mjs";import{bind as _,each as O,isFunction as J,isString as K,indexOf as Q}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as N from"/zrender@6.0.0/es2022/lib/core/event.mjs";import*as u from"../../util/graphic.mjs";import*as H from"../../util/throttle.mjs";import $ from"./DataZoomView.mjs";import{linearMap as w,asc as k,parsePercent as W}from"../../util/number.mjs";import*as A from"../../util/layout.mjs";import Y from"../helper/sliderMove.mjs";import{getAxisMainType as tt,collectReferCoordSysModelInfo as et}from"./helper.mjs";import{enableHoverEmphasis as at}from"../../util/states.mjs";import{createSymbol as X,symbolBuildProxies as rt}from"../../util/symbol.mjs";import"../../util/log.mjs";import{createTextStyle as it}from"../../label/labelStyle.mjs";import U from"../../visual/tokens.mjs";var z=u.Rect,ot=1,F=30,st=7,B="horizontal",j="vertical",nt=5,ht=["line","bar","candlestick","scatter"],lt={easing:"cubicOut",duration:100,delay:0},dt=function(S){q(h,S);function h(){var t=S!==null&&S.apply(this,arguments)||this;return t.type=h.type,t._displayables={},t}return h.prototype.init=function(t,e){this.api=e,this._onBrush=_(this._onBrush,this),this._onBrushEnd=_(this._onBrushEnd,this)},h.prototype.render=function(t,e,o,s){if(S.prototype.render.apply(this,arguments),H.createOrUpdate(this,"_dispatchZoomAction",t.get("throttle"),"fixRate"),this._orient=t.getOrient(),t.get("show")===!1){this.group.removeAll();return}if(t.noTarget()){this._clear(),this.group.removeAll();return}(!s||s.type!=="dataZoom"||s.from!==this.uid)&&this._buildView(),this._updateView()},h.prototype.dispose=function(){this._clear(),S.prototype.dispose.apply(this,arguments)},h.prototype._clear=function(){H.clear(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},h.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var e=this._displayables.sliderGroup=new u.Group;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(e),this._positionGroup()},h.prototype._resetLocation=function(){var t=this.dataZoomModel,e=this.api,o=t.get("brushSelect"),s=o?st:0,a=A.createBoxLayoutReference(t,e).refContainer,r=this._findCoordRect(),i=t.get("defaultLocationEdgeGap",!0)||0,n=this._orient===B?{right:a.width-r.x-r.width,top:a.height-F-i-s,width:r.width,height:F}:{right:i,top:r.y,width:F,height:r.height},l=A.getLayoutParams(t.option);O(["right","top","width","height"],function(p){l[p]==="ph"&&(l[p]=n[p])});var d=A.getLayoutRect(l,a);this._location={x:d.x,y:d.y},this._size=[d.width,d.height],this._orient===j&&this._size.reverse()},h.prototype._positionGroup=function(){var t=this.group,e=this._location,o=this._orient,s=this.dataZoomModel.getFirstTargetAxisModel(),a=s&&s.get("inverse"),r=this._displayables.sliderGroup,i=(this._dataShadowInfo||{}).otherAxisInverse;r.attr(o===B&&!a?{scaleY:i?1:-1,scaleX:1}:o===B&&a?{scaleY:i?1:-1,scaleX:-1}:o===j&&!a?{scaleY:i?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:i?-1:1,scaleX:-1,rotation:Math.PI/2});var n=t.getBoundingRect([r]);t.x=e.x-n.x,t.y=e.y-n.y,t.markRedraw()},h.prototype._getViewExtent=function(){return[0,this._size[0]]},h.prototype._renderBackground=function(){var t=this.dataZoomModel,e=this._size,o=this._displayables.sliderGroup,s=t.get("brushSelect");o.add(new z({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var a=new z({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:_(this._onClickPanel,this)}),r=this.api.getZr();s?(a.on("mousedown",this._onBrushStart,this),a.cursor="crosshair",r.on("mousemove",this._onBrush),r.on("mouseup",this._onBrushEnd)):(r.off("mousemove",this._onBrush),r.off("mouseup",this._onBrushEnd)),o.add(a)},h.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],!t)return;var e=this._size,o=this._shadowSize||[],s=t.series,a=s.getRawData(),r=s.getShadowDim&&s.getShadowDim(),i=r&&a.getDimensionInfo(r)?s.getShadowDim():t.otherDim;if(i==null)return;var n=this._shadowPolygonPts,l=this._shadowPolylinePts;if(a!==this._shadowData||i!==this._shadowDim||e[0]!==o[0]||e[1]!==o[1]){var d=a.getDataExtent(t.thisDim),p=a.getDataExtent(i),g=(p[1]-p[0])*.3;p=[p[0]-g,p[1]+g];var v=[0,e[1]],m=[0,e[0]],f=[[e[0],0],[0,0]],y=[],b=m[1]/Math.max(1,a.count()-1),Z=e[0]/(d[1]-d[0]),M=t.thisAxis.type==="time",c=-b,L=Math.round(a.count()/e[0]),R;a.each([t.thisDim,i],function(V,x,E){if(L>0&&E%L){M||(c+=b);return}c=M?(+V-d[0])*Z:c+b;var D=x==null||isNaN(x)||x==="",C=D?0:w(x,p,v,!0);D&&!R&&E?(f.push([f[f.length-1][0],0]),y.push([y[y.length-1][0],0])):!D&&R&&(f.push([c,0]),y.push([c,0])),D||(f.push([c,C]),y.push([c,C])),R=D}),n=this._shadowPolygonPts=f,l=this._shadowPolylinePts=y}this._shadowData=a,this._shadowDim=i,this._shadowSize=[e[0],e[1]];var G=this.dataZoomModel;function I(V){var x=G.getModel(V?"selectedDataBackground":"dataBackground"),E=new u.Group,D=new u.Polygon({shape:{points:n},segmentIgnoreThreshold:1,style:x.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),C=new u.Polyline({shape:{points:l},segmentIgnoreThreshold:1,style:x.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return E.add(D),E.add(C),E}for(var T=0;T<3;T++){var P=I(T===1);this._displayables.sliderGroup.add(P),this._displayables.dataShadowSegs.push(P)}},h.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(e!==!1){var o,s=this.ecModel;return t.eachTargetAxis(function(a,r){var i=t.getAxisProxy(a,r).getTargetSeriesModels();O(i,function(n){if(!o&&!(e!==!0&&Q(ht,n.get("type"))<0)){var l=s.getComponent(tt(a),r).axis,d=pt(a),p,g=n.coordinateSystem;d!=null&&g.getOtherAxis&&(p=g.getOtherAxis(l).inverse),d=n.getData().mapDimension(d);var v=n.getData().mapDimension(a);o={thisAxis:l,series:n,thisDim:v,otherDim:d,otherAxisInverse:p}}},this)},this),o}},h.prototype._renderHandle=function(){var t=this.group,e=this._displayables,o=e.handles=[null,null],s=e.handleLabels=[null,null],a=this._displayables.sliderGroup,r=this._size,i=this.dataZoomModel,n=this.api,l=i.get("borderRadius")||0,d=i.get("brushSelect"),p=e.filler=new z({silent:d,style:{fill:i.get("fillerColor")},textConfig:{position:"inside"}});a.add(p),a.add(new z({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:r[0],height:r[1],r:l},style:{stroke:i.get("dataBackgroundColor")||i.get("borderColor"),lineWidth:ot,fill:U.color.transparent}})),O([0,1],function(Z){var M=i.get("handleIcon");!rt[M]&&M.indexOf("path://")<0&&M.indexOf("image://")<0&&(M="path://"+M);var c=X(M,-1,0,2,2,null,!0);c.attr({cursor:ut(this._orient),draggable:!0,drift:_(this._onDragMove,this,Z),ondragend:_(this._onDragEnd,this),onmouseover:_(this._showDataInfo,this,!0),onmouseout:_(this._showDataInfo,this,!1),z2:5});var L=c.getBoundingRect(),R=i.get("handleSize");this._handleHeight=W(R,this._size[1]),this._handleWidth=L.width/L.height*this._handleHeight,c.setStyle(i.getModel("handleStyle").getItemStyle()),c.style.strokeNoScale=!0,c.rectHover=!0,c.ensureState("emphasis").style=i.getModel(["emphasis","handleStyle"]).getItemStyle(),at(c);var G=i.get("handleColor");G!=null&&(c.style.fill=G),a.add(o[Z]=c);var I=i.getModel("textStyle"),T=i.get("handleLabel")||{},P=T.show||!1;t.add(s[Z]=new u.Text({silent:!0,invisible:!P,style:it(I,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:I.getTextColor(),font:I.getFont()}),z2:10}))},this);var g=p;if(d){var v=W(i.get("moveHandleSize"),r[1]),m=e.moveHandle=new u.Rect({style:i.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:r[1]-.5,height:v}}),f=v*.8,y=e.moveHandleIcon=X(i.get("moveHandleIcon"),-f/2,-f/2,f,f,U.color.neutral00,!0);y.silent=!0,y.y=r[1]+v/2-.5,m.ensureState("emphasis").style=i.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var b=Math.min(r[1]/2,Math.max(v,10));g=e.moveZone=new u.Rect({invisible:!0,shape:{y:r[1]-b,height:v+b}}),g.on("mouseover",function(){n.enterEmphasis(m)}).on("mouseout",function(){n.leaveEmphasis(m)}),a.add(m),a.add(y),a.add(g)}g.attr({draggable:!0,cursor:"default",drift:_(this._onDragMove,this,"all"),ondragstart:_(this._showDataInfo,this,!0),ondragend:_(this._onDragEnd,this),onmouseover:_(this._showDataInfo,this,!0),onmouseout:_(this._showDataInfo,this,!1)})},h.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[w(t[0],[0,100],e,!0),w(t[1],[0,100],e,!0)]},h.prototype._updateInterval=function(t,e){var o=this.dataZoomModel,s=this._handleEnds,a=this._getViewExtent(),r=o.findRepresentativeAxisProxy().getMinMaxSpan(),i=[0,100];Y(e,s,a,o.get("zoomLock")?"all":t,r.minSpan!=null?w(r.minSpan,i,a,!0):null,r.maxSpan!=null?w(r.maxSpan,i,a,!0):null);var n=this._range,l=this._range=k([w(s[0],a,i,!0),w(s[1],a,i,!0)]);return!n||n[0]!==l[0]||n[1]!==l[1]},h.prototype._updateView=function(t){var e=this._displayables,o=this._handleEnds,s=k(o.slice()),a=this._size;O([0,1],function(g){var v=e.handles[g],m=this._handleHeight;v.attr({scaleX:m/2,scaleY:m/2,x:o[g]+(g?-1:1),y:a[1]/2-m/2})},this),e.filler.setShape({x:s[0],y:0,width:s[1]-s[0],height:a[1]});var r={x:s[0],width:s[1]-s[0]};e.moveHandle&&(e.moveHandle.setShape(r),e.moveZone.setShape(r),e.moveZone.getBoundingRect(),e.moveHandleIcon&&e.moveHandleIcon.attr("x",r.x+r.width/2));for(var i=e.dataShadowSegs,n=[0,s[0],s[1],a[0]],l=0;l<i.length;l++){var d=i[l],p=d.getClipPath();p||(p=new u.Rect,d.setClipPath(p)),p.setShape({x:n[l],y:0,width:n[l+1]-n[l],height:a[1]})}this._updateDataInfo(t)},h.prototype._updateDataInfo=function(t){var e=this.dataZoomModel,o=this._displayables,s=o.handleLabels,a=this._orient,r=["",""];if(e.get("showDetail")){var i=e.findRepresentativeAxisProxy();if(i){var n=i.getAxisModel().axis,l=this._range,d=t?i.calculateDataWindow({start:l[0],end:l[1]}).valueWindow:i.getDataValueWindow();r=[this._formatLabel(d[0],n),this._formatLabel(d[1],n)]}}var p=k(this._handleEnds.slice());g.call(this,0),g.call(this,1);function g(v){var m=u.getTransform(o.handles[v].parent,this.group),f=u.transformDirection(v===0?"right":"left",m),y=this._handleWidth/2+nt,b=u.applyTransform([p[v]+(v===0?-y:y),this._size[1]/2],m);s[v].setStyle({x:b[0],y:b[1],verticalAlign:a===B?"middle":f,align:a===B?f:"center",text:r[v]})}},h.prototype._formatLabel=function(t,e){var o=this.dataZoomModel,s=o.get("labelFormatter"),a=o.get("labelPrecision");(a==null||a==="auto")&&(a=e.getPixelPrecision());var r=t==null||isNaN(t)?"":e.type==="category"||e.type==="time"?e.scale.getLabel({value:Math.round(t)}):t.toFixed(Math.min(a,20));return J(s)?s(t,r):K(s)?s.replace("{value}",r):r},h.prototype._showDataInfo=function(t){var e=this.dataZoomModel.get("handleLabel")||{},o=e.show||!1,s=this.dataZoomModel.getModel(["emphasis","handleLabel"]),a=s.get("show")||!1,r=t||this._dragging?a:o,i=this._displayables,n=i.handleLabels;n[0].attr("invisible",!r),n[1].attr("invisible",!r),i.moveHandle&&this.api[r?"enterEmphasis":"leaveEmphasis"](i.moveHandle,1)},h.prototype._onDragMove=function(t,e,o,s){this._dragging=!0,N.stop(s.event);var a=this._displayables.sliderGroup.getLocalTransform(),r=u.applyTransform([e,o],a,!0),i=this._updateInterval(t,r[0]),n=this.dataZoomModel.get("realtime");this._updateView(!n),i&&n&&this._dispatchZoomAction(!0)},h.prototype._onDragEnd=function(){this._dragging=!1,this._showDataInfo(!1);var t=this.dataZoomModel.get("realtime");!t&&this._dispatchZoomAction(!1)},h.prototype._onClickPanel=function(t){var e=this._size,o=this._displayables.sliderGroup.transformCoordToLocal(t.offsetX,t.offsetY);if(!(o[0]<0||o[0]>e[0]||o[1]<0||o[1]>e[1])){var s=this._handleEnds,a=(s[0]+s[1])/2,r=this._updateInterval("all",o[0]-a);this._updateView(),r&&this._dispatchZoomAction(!1)}},h.prototype._onBrushStart=function(t){var e=t.offsetX,o=t.offsetY;this._brushStart=new u.Point(e,o),this._brushing=!0,this._brushStartTime=+new Date},h.prototype._onBrushEnd=function(t){if(this._brushing){var e=this._displayables.brushRect;if(this._brushing=!1,!!e){e.attr("ignore",!0);var o=e.shape,s=+new Date;if(!(s-this._brushStartTime<200&&Math.abs(o.width)<5)){var a=this._getViewExtent(),r=[0,100],i=this._handleEnds=[o.x,o.x+o.width],n=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();Y(0,i,a,0,n.minSpan!=null?w(n.minSpan,r,a,!0):null,n.maxSpan!=null?w(n.maxSpan,r,a,!0):null),this._range=k([w(i[0],a,r,!0),w(i[1],a,r,!0)]),this._updateView(),this._dispatchZoomAction(!1)}}}},h.prototype._onBrush=function(t){this._brushing&&(N.stop(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},h.prototype._updateBrushRect=function(t,e){var o=this._displayables,s=this.dataZoomModel,a=o.brushRect;a||(a=o.brushRect=new z({silent:!0,style:s.getModel("brushStyle").getItemStyle()}),o.sliderGroup.add(a)),a.attr("ignore",!1);var r=this._brushStart,i=this._displayables.sliderGroup,n=i.transformCoordToLocal(t,e),l=i.transformCoordToLocal(r.x,r.y),d=this._size;n[0]=Math.max(Math.min(d[0],n[0]),0),a.setShape({x:l[0],y:0,width:n[0]-l[0],height:d[1]})},h.prototype._dispatchZoomAction=function(t){var e=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?lt:null,start:e[0],end:e[1]})},h.prototype._findCoordRect=function(){var t,e=et(this.dataZoomModel).infoList;if(!t&&e.length){var o=e[0].model.coordinateSystem;t=o.getRect&&o.getRect()}if(!t){var s=this.api.getWidth(),a=this.api.getHeight();t={x:s*.2,y:a*.2,width:s*.6,height:a*.6}}return t},h.type="dataZoom.slider",h}($);function pt(S){var h={x:"y",y:"x",radius:"angle",angle:"radius"};return h[S]}function ut(S){return S==="vertical"?"ns-resize":"ew-resize"}var Dt=dt;export{Dt as default};
3
+ //# sourceMappingURL=SliderZoomView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/dataZoomAction */
2
+ import{findEffectedDataZooms as r}from"./helper.mjs";import{each as f}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function i(e){e.registerAction("dataZoom",function(t,n){var o=r(n,t);f(o,function(a){a.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})})})}export{i as default};
3
+ //# sourceMappingURL=dataZoomAction.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/dataZoomProcessor */
2
+ import{createHashMap as f,each as x}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{getAxisMainType as u}from"./helper.mjs";import p from"./AxisProxy.mjs";var A={getTargetSeries:function(a){function s(t){a.eachComponent("dataZoom",function(e){e.eachTargetAxis(function(i,o){var c=a.getComponent(u(i),o);t(i,o,c,e)})})}s(function(t,e,i,o){i.__dzAxisProxy=null});var n=[];s(function(t,e,i,o){i.__dzAxisProxy||(i.__dzAxisProxy=new p(t,e,o,a),n.push(i.__dzAxisProxy))});var r=f();return x(n,function(t){x(t.getTargetSeriesModels(),function(e){r.set(e.uid,e)})}),r},overallReset:function(a,s){a.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(r,t){n.getAxisProxy(r,t).reset(n)}),n.eachTargetAxis(function(r,t){n.getAxisProxy(r,t).filterData(n,s)})}),a.eachComponent("dataZoom",function(n){var r=n.findRepresentativeAxisProxy();if(r){var t=r.getDataPercentWindow(),e=r.getDataValueWindow();n.setCalculatedRange({start:t[0],end:t[1],startValue:e[0],endValue:e[1]})}})}},h=A;export{h as default};
3
+ //# sourceMappingURL=dataZoomProcessor.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/helper */
2
+ import{indexOf as v,createHashMap as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var I=["x","y","radius","angle","single"],A=["cartesian2d","polar","singleAxis"];function E(r){var t=r.get("coordinateSystem");return v(A,t)>=0}function S(r){return r+"Axis"}function N(r){return r+"AxisIndex"}function h(r){return r+"AxisId"}function m(r,t){var i=p(),u=[],s=p();r.eachComponent({mainType:"dataZoom",query:t},function(e){s.get(e.uid)||f(e)});var o;do o=!1,r.eachComponent("dataZoom",a);while(o);function a(e){!s.get(e.uid)&&n(e)&&(f(e),o=!0)}function f(e){s.set(e.uid,!0),u.push(e),g(e)}function n(e){var c=!1;return e.eachTargetAxis(function(d,l){var x=i.get(d);x&&x[l]&&(c=!0)}),c}function g(e){e.eachTargetAxis(function(c,d){(i.get(c)||i.set(c,[]))[d]=!0})}return u}function D(r){var t=r.ecModel,i={infoList:[],infoMap:p()};return r.eachTargetAxis(function(u,s){var o=t.getComponent(S(u),s);if(o){var a=o.getCoordSysModel();if(a){var f=a.uid,n=i.infoMap.get(f);n||(n={model:a,axisModels:[]},i.infoList.push(n),i.infoMap.set(f,n)),n.axisModels.push(o)}}}),i}export{I as DATA_ZOOM_AXIS_DIMENSIONS,D as collectReferCoordSysModelInfo,m as findEffectedDataZooms,h as getAxisIdPropName,N as getAxisIndexPropName,S as getAxisMainType,E as isCoordSupported};
3
+ //# sourceMappingURL=helper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/history */
2
+ import*as h from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{makeInner as c}from"../../util/model.mjs";var u=h.each,v=c();function g(n,r){var s=p(n);u(r,function(a,t){for(var e=s.length-1;e>=0;e--){var o=s[e];if(o[t])break}if(e<0){var i=n.queryComponents({mainType:"dataZoom",subType:"select",id:t})[0];if(i){var f=i.getPercentRange();s[0][t]={dataZoomId:t,start:f[0],end:f[1]}}}}),s.push(r)}function x(n){var r=p(n),s=r[r.length-1];r.length>1&&r.pop();var a={};return u(s,function(t,e){for(var o=r.length-1;o>=0;o--)if(t=r[o][e],t){a[e]=t;break}}),a}function k(n){v(n).snapshots=null}function m(n){return p(n).length}function p(n){var r=v(n);return r.snapshots||(r.snapshots=[{}]),r.snapshots}export{k as clear,m as count,x as pop,g as push};
3
+ //# sourceMappingURL=history.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/install */
2
+ import{use as t}from"../../extension.mjs";import{install as i}from"./installDataZoomInside.mjs";import{install as o}from"./installDataZoomSlider.mjs";function m(a){t(i),t(o)}export{m as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/installCommon */
2
+ import r from"./dataZoomProcessor.mjs";import a from"./dataZoomAction.mjs";var t=!1;function e(o){t||(t=!0,o.registerProcessor(o.PRIORITY.PROCESSOR.FILTER,r),a(o),o.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}export{e as default};
3
+ //# sourceMappingURL=installCommon.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/installDataZoomInside */
2
+ import m from"./InsideZoomModel.mjs";import n from"./InsideZoomView.mjs";import{installDataZoomRoamProcessor as i}from"./roams.mjs";import t from"./installCommon.mjs";function a(o){t(o),o.registerComponentModel(m),o.registerComponentView(n),i(o)}export{a as install};
3
+ //# sourceMappingURL=installDataZoomInside.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/installDataZoomSlider */
2
+ import m from"./SliderZoomModel.mjs";import i from"./SliderZoomView.mjs";import e from"./installCommon.mjs";function l(o){o.registerComponentModel(m),o.registerComponentView(i),e(o)}export{l as install};
3
+ //# sourceMappingURL=installDataZoomSlider.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataZoom/roams */
2
+ import g from"../helper/RoamController.mjs";import*as m from"../../util/throttle.mjs";import{makeInner as h}from"../../util/model.mjs";import{each as v,curry as s,createHashMap as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{collectReferCoordSysModelInfo as M}from"./helper.mjs";var d=h();function O(r,n,o){d(r).coordSysRecordMap.each(function(l){var a=l.dataZoomInfoMap.get(n.uid);a&&(a.getRange=o)})}function A(r,n){for(var o=d(r).coordSysRecordMap,l=o.keys(),a=0;a<l.length;a++){var t=l[a],c=o.get(t),e=c.dataZoomInfoMap;if(e){var i=n.uid,u=e.get(i);u&&(e.removeKey(i),e.keys().length||y(o,c))}}}function y(r,n){if(n){r.removeKey(n.model.uid);var o=n.controller;o&&o.dispose()}}function R(r,n){var o={model:n,containsPoint:s(P,n),dispatchAction:s(I,r),dataZoomInfoMap:null,controller:null},l=o.controller=new g(r.getZr());return v(["pan","zoom","scrollMove"],function(a){l.on(a,function(t){var c=[];o.dataZoomInfoMap.each(function(e){if(t.isAvailableBehavior(e.model.option)){var i=(e.getRange||{})[a],u=i&&i(e.dzReferCoordSysInfo,o.model.mainType,o.controller,t);!e.model.get("disabled",!0)&&u&&c.push({dataZoomId:e.model.id,start:u[0],end:u[1]})}}),c.length&&o.dispatchAction(c)})}),o}function I(r,n){r.isDisposed()||r.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:n})}function P(r,n,o,l){return r.coordinateSystem.containPoint([o,l])}function S(r,n,o){var l,a="type_",t={type_true:2,type_move:1,type_false:0,type_undefined:-1},c=!0;return r.each(function(e){var i=e.model,u=i.get("disabled",!0)?!1:i.get("zoomLock",!0)?"move":!0;t[a+u]>t[a+l]&&(l=u),c=c&&i.get("preventDefaultMouseMove",!0)}),{controlType:l,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!c,api:o,zInfo:{component:n.model},triggerInfo:{roamTrigger:null,isInSelf:n.containsPoint}}}}function k(r){r.registerProcessor(r.PRIORITY.PROCESSOR.FILTER,function(n,o){var l=d(o),a=l.coordSysRecordMap||(l.coordSysRecordMap=p());a.each(function(t){t.dataZoomInfoMap=null}),n.eachComponent({mainType:"dataZoom",subType:"inside"},function(t){var c=M(t);v(c.infoList,function(e){var i=e.model.uid,u=a.get(i)||a.set(i,R(o,e.model)),f=u.dataZoomInfoMap||(u.dataZoomInfoMap=p());f.set(t.uid,{dzReferCoordSysInfo:e,model:t,getRange:null})})}),a.each(function(t){var c=t.controller,e,i=t.dataZoomInfoMap;if(i){var u=i.keys()[0];u!=null&&(e=i.get(u))}if(!e){y(a,t);return}var f=S(i,t,o);c.enable(f.controlType,f.opt),m.createOrUpdate(t,"dispatchAction",e.model.get("throttle",!0),"fixRate")})})}export{A as disposeCoordSysRecordIfNeeded,k as installDataZoomRoamProcessor,O as setViewInfoToCoordSysRecord};
3
+ //# sourceMappingURL=roams.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/dataset/install */
2
+ import{__extends as i}from"/tslib@2.3.0/es2022/tslib.mjs";import p from"../../model/Component.mjs";import s from"../../view/Component.mjs";import{SERIES_LAYOUT_BY_COLUMN as m}from"../../util/types.mjs";import{disableTransformOptionMerge as r,SourceManager as u}from"../../data/helper/sourceManager.mjs";var l=function(t){i(e,t);function e(){var o=t!==null&&t.apply(this,arguments)||this;return o.type="dataset",o}return e.prototype.init=function(o,n,a){t.prototype.init.call(this,o,n,a),this._sourceManager=new u(this),r(this)},e.prototype.mergeOption=function(o,n){t.prototype.mergeOption.call(this,o,n),r(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:m},e}(p);var c=function(t){i(e,t);function e(){var o=t!==null&&t.apply(this,arguments)||this;return o.type="dataset",o}return e.type="dataset",e}(s);function M(t){t.registerComponentModel(l),t.registerComponentView(c)}export{l as DatasetModel,M as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/geo/GeoView */
2
+ import{__extends as h}from"/tslib@2.3.0/es2022/tslib.mjs";import m from"../helper/MapDraw.mjs";import u from"../../view/Component.mjs";import{getECData as s}from"../../util/innerStore.mjs";import{findEventDispatcher as c}from"../../util/event.mjs";var l=function(n){h(e,n);function e(){var t=n!==null&&n.apply(this,arguments)||this;return t.type=e.type,t.focusBlurEnabled=!0,t}return e.prototype.init=function(t,i){this._api=i},e.prototype.render=function(t,i,r,o){if(this._model=t,!t.get("show")){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;return}this._mapDraw||(this._mapDraw=new m(r));var a=this._mapDraw;a.draw(t,i,r,this,o),a.group.on("click",this._handleRegionClick,this),a.group.silent=t.get("silent"),this.group.add(a.group),this.updateSelectStatus(t,i,r)},e.prototype._handleRegionClick=function(t){var i;c(t.target,function(r){return(i=s(r).eventData)!=null},!0),i&&this._api.dispatchAction({type:"geoToggleSelect",geoId:this._model.id,name:i.name})},e.prototype.updateSelectStatus=function(t,i,r){var o=this;this._mapDraw.group.traverse(function(a){var p=s(a).eventData;if(p)return o._model.isSelected(p.name)?r.enterSelect(a):r.leaveSelect(a),!0})},e.prototype.findHighDownDispatchers=function(t){return this._mapDraw&&this._mapDraw.findHighDownDispatchers(t,this._model)},e.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove()},e.type="geo",e}(u),g=l;export{g as default};
3
+ //# sourceMappingURL=GeoView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/geo/install */
2
+ import S from"../../coord/geo/GeoModel.mjs";import v from"../../coord/geo/geoCreator.mjs";import{each as g}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{updateCenterAndZoomInAction as C}from"../helper/roamHelper.mjs";import d from"./GeoView.mjs";import l from"../../coord/geo/geoSourceManager.mjs";function y(n,i,t){l.registerMap(n,i,t)}function G(n){n.registerCoordinateSystem("geo",v),n.registerComponentModel(S),n.registerComponentView(d),n.registerImpl("registerMap",y),n.registerImpl("getMap",function(t){return l.getMapForUser(t)});function i(t,c){c.update="geo:updateSelectStatus",n.registerAction(c,function(s,o){var e={},m=[];return o.eachComponent({mainType:"geo",query:s},function(r){r[t](s.name);var a=r.coordinateSystem;g(a.regions,function(u){e[u.name]=r.isSelected(u.name)||!1});var p=[];g(e,function(u,f){e[f]&&p.push(f)}),m.push({geoIndex:r.componentIndex,name:p})}),{selected:e,allSelected:m,name:s.name}})}i("toggleSelected",{type:"geoToggleSelect",event:"geoselectchanged"}),i("select",{type:"geoSelect",event:"geoselected"}),i("unSelect",{type:"geoUnSelect",event:"geounselected"}),n.registerAction({type:"geoRoam",event:"geoRoam",update:"updateTransform"},function(t,c,s){var o=t.componentType;o||(t.geoId!=null?o="geo":t.seriesId!=null&&(o="series")),o||(o="series"),c.eachComponent({mainType:o,query:t},function(e){var m=e.coordinateSystem;if(m.type==="geo"){var r=C(m,t,e.get("scaleLimit"));e.setCenter&&e.setCenter(r.center),e.setZoom&&e.setZoom(r.zoom),o==="series"&&g(e.seriesGroup,function(a){a.setCenter(r.center),a.setZoom(r.zoom)})}})})}export{G as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/graphic/GraphicModel */
2
+ import{__extends as T}from"/tslib@2.3.0/es2022/tslib.mjs";import*as l from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as m from"../../util/model.mjs";import U from"../../model/Component.mjs";import{copyLayoutParams as _,mergeLayoutParam as O}from"../../util/layout.mjs";function z(i,e){var t=i.existing;if(e.id=i.keyInfo.id,!e.type&&t&&(e.type=t.type),e.parentId==null){var n=e.parentOption;n?e.parentId=n.id:t&&(e.parentId=t.parentId)}e.parentOption=null}function c(i,e){var t;return l.each(e,function(n){i[n]!=null&&i[n]!=="auto"&&(t=!0)}),t}function N(i,e,t){var n=l.extend({},t),r=i[e],o=t.$action||"merge";if(o==="merge")if(r){if(0)var a;l.merge(r,n,!0),O(r,n,{ignoreSize:!0}),_(t,r),f(t,r),f(t,r,"shape"),f(t,r,"style"),f(t,r,"extra"),t.clipPath=r.clipPath}else i[e]=n;else o==="replace"?i[e]=n:o==="remove"&&r&&(i[e]=null)}var v=["transition","enterFrom","leaveTo"],g=v.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function f(i,e,t){if(t&&(!i[t]&&e[t]&&(i[t]={}),i=i[t],e=e[t]),!(!i||!e))for(var n=t?v:g,r=0;r<n.length;r++){var o=n[r];i[o]==null&&e[o]!=null&&(i[o]=e[o])}}function I(i,e){if(i&&(i.hv=e.hv=[c(e,["left","right"]),c(e,["top","bottom"])],i.type==="group")){var t=i,n=e;t.width==null&&(t.width=n.width=0),t.height==null&&(t.height=n.height=0)}}var R=function(i){T(e,i);function e(){var t=i!==null&&i.apply(this,arguments)||this;return t.type=e.type,t.preventAutoZ=!0,t}return e.prototype.mergeOption=function(t,n){var r=this.option.elements;this.option.elements=null,i.prototype.mergeOption.call(this,t,n),this.option.elements=r},e.prototype.optionUpdated=function(t,n){var r=this.option,o=(n?r:t).elements,a=r.elements=n?[]:r.elements,h=[];this._flatten(o,h,null);var d=m.mappingToExists(a,h,"normalMerge"),y=this._elOptionsToUpdate=[];l.each(d,function(p,u){var s=p.newOption;s&&(y.push(s),z(p,s),N(a,u,s),I(a[u],s))},this),r.elements=l.filter(a,function(p){return p&&delete p.$action,p!=null})},e.prototype._flatten=function(t,n,r){l.each(t,function(o){if(o){r&&(o.parentOption=r),n.push(o);var a=o.children;a&&a.length&&this._flatten(a,n,o),delete o.children}},this)},e.prototype.useElOptionsToUpdate=function(){var t=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,t},e.type="graphic",e.defaultOption={elements:[]},e}(U);export{R as GraphicComponentModel,z as setKeyInfoToNewElOption};
3
+ //# sourceMappingURL=GraphicModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/graphic/GraphicView */
2
+ import{__extends as J}from"/tslib@2.3.0/es2022/tslib.mjs";import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import Q from"/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs";import*as T from"../../util/model.mjs";import*as u from"../../util/graphic.mjs";import*as S from"../../util/layout.mjs";import{parsePercent as F}from"../../util/number.mjs";import X from"../../view/Component.mjs";import{getECData as M}from"../../util/innerStore.mjs";import{isEC4CompatibleStyle as Y,convertFromEC4CompatibleStyle as R}from"../../util/styleCompat.mjs";import{applyLeaveTransition as k,applyUpdateTransition as L,isTransitionAll as P,updateLeaveTo as O}from"../../animation/customGraphicTransition.mjs";import{updateProps as tt}from"../../animation/basicTransition.mjs";import{applyKeyframeAnimation as W,stopPreviousKeyframeAnimationAndRestore as et}from"../../animation/customGraphicKeyframeAnimation.mjs";var Z={path:null,compoundPath:null,group:u.Group,image:u.Image,text:u.Text},m=T.makeInner(),ut=function(t){J(a,t);function a(){var e=t!==null&&t.apply(this,arguments)||this;return e.type=a.type,e}return a.prototype.init=function(){this._elMap=n.createHashMap()},a.prototype.render=function(e,o,r){e!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=e,this._updateElements(e),this._relocate(e,r)},a.prototype._updateElements=function(e){var o=e.useElOptionsToUpdate();if(o){var r=this._elMap,l=this.group,N=e.get("z"),b=e.get("zlevel");n.each(o,function(i){var C=T.convertOptionIdName(i.id,null),p=C!=null?r.get(C):null,h=T.convertOptionIdName(i.parentId,null),x=h!=null?r.get(h):l,s=i.type,f=i.style;s==="text"&&f&&i.hv&&i.hv[1]&&(f.textVerticalAlign=f.textBaseline=f.verticalAlign=f.align=null);var d=i.textContent,y=i.textConfig;if(f&&Y(f,s,!!y,!!d)){var g=R(f,s,!0);!y&&g.textConfig&&(y=i.textConfig=g.textConfig),!d&&g.textContent&&(d=g.textContent)}var I=rt(i),w=i.$action||"merge",_=w==="merge",E=w==="replace";if(_){var U=!p,c=p;U?c=B(C,x,i.type,r):(c&&(m(c).isNew=!1),et(c)),c&&(L(c,I,e,{isInit:U}),j(c,i,N,b))}else if(E){D(p,i,r,e);var z=B(C,x,i.type,r);z&&(L(z,I,e,{isInit:!0}),j(z,i,N,b))}else w==="remove"&&(O(p,i),D(p,i,r,e));var v=r.get(C);if(v&&d)if(_){var $=v.getTextContent();$?$.attr(d):v.setTextContent(new u.Text(d))}else E&&v.setTextContent(new u.Text(d));if(v){var G=i.clipPath;if(G){var V=G.type,A=void 0,U=!1;if(_){var H=v.getClipPath();U=!H||m(H).type!==V,A=U?K(V):H}else E&&(U=!0,A=K(V));v.setClipPath(A),L(A,G,e,{isInit:U}),W(A,G.keyframeAnimation,e)}var q=m(v);v.setTextConfig(y),q.option=i,at(v,e,i),u.setTooltipConfig({el:v,componentModel:e,itemName:v.name,itemTooltipOption:i.tooltip}),W(v,i.keyframeAnimation,e)}})}},a.prototype._relocate=function(e,o){for(var r=e.option.elements,l=this.group,N=this._elMap,b=o.getWidth(),i=o.getHeight(),C=["x","y"],p=0;p<r.length;p++){var h=r[p],x=T.convertOptionIdName(h.id,null),s=x!=null?N.get(x):null;if(!(!s||!s.isGroup)){var f=s.parent,d=f===l,y=m(s),g=m(f);y.width=F(y.option.width,d?b:g.width)||0,y.height=F(y.option.height,d?i:g.height)||0}}for(var p=r.length-1;p>=0;p--){var h=r[p],x=T.convertOptionIdName(h.id,null),s=x!=null?N.get(x):null;if(s){var f=s.parent,g=m(f),I=f===l?{width:b,height:i}:{width:g.width,height:g.height},w={},_=S.positionElement(s,h,I,null,{hv:h.hv,boundingMode:h.bounding},w);if(!m(s).isNew&&_){for(var E=h.transition,U={},c=0;c<C.length;c++){var z=C[c],v=w[z];E&&(P(E)||n.indexOf(E,z)>=0)?U[z]=v:s[z]=v}tt(s,U,e,0)}else s.attr(w)}}},a.prototype._clear=function(){var e=this,o=this._elMap;o.each(function(r){D(r,m(r).option,o,e._lastGraphicModel)}),this._elMap=n.createHashMap()},a.prototype.dispose=function(){this._clear()},a.type="graphic",a}(X);function K(t){var a=n.hasOwn(Z,t)?Z[t]:u.getShapeClass(t),e=new a({});return m(e).type=t,e}function B(t,a,e,o){var r=K(e);return a.add(r),o.set(t,r),m(r).id=t,m(r).isNew=!0,r}function D(t,a,e,o){var r=t&&t.parent;r&&(t.type==="group"&&t.traverse(function(l){D(l,a,e,o)}),k(t,a,o),e.removeKey(m(t).id))}function j(t,a,e,o){t.isGroup||n.each([["cursor",Q.prototype.cursor],["zlevel",o||0],["z",e||0],["z2",0]],function(r){var l=r[0];n.hasOwn(a,l)?t[l]=n.retrieve2(a[l],r[1]):t[l]==null&&(t[l]=r[1])}),n.each(n.keys(a),function(r){if(r.indexOf("on")===0){var l=a[r];t[r]=n.isFunction(l)?l:null}}),n.hasOwn(a,"draggable")&&(t.draggable=a.draggable),a.name!=null&&(t.name=a.name),a.id!=null&&(t.id=a.id)}function rt(t){return t=n.extend({},t),n.each(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(S.LOCATION_PARAMS),function(a){delete t[a]}),t}function at(t,a,e){var o=M(t).eventData;!t.silent&&!t.ignore&&!o&&(o=M(t).eventData={componentType:"graphic",componentIndex:a.componentIndex,name:t.name}),o&&(o.info=e.info)}export{ut as GraphicComponentView,m as inner};
3
+ //# sourceMappingURL=GraphicView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/graphic/install */
2
+ import{isArray as m}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{GraphicComponentModel as n}from"./GraphicModel.mjs";import{GraphicComponentView as o}from"./GraphicView.mjs";function c(i){i.registerComponentModel(n),i.registerComponentView(o),i.registerPreprocessor(function(r){var e=r.graphic;m(e)?!e[0]||!e[0].elements?r.graphic=[{elements:e}]:r.graphic=[r.graphic[0]]:e&&!e.elements&&(r.graphic=[{elements:[e]}])})}export{c as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/grid/install */
2
+ import{install as t}from"./installSimple.mjs";import{install as l}from"../axisPointer/install.mjs";import{use as i}from"../../extension.mjs";function a(s){i(t),i(l)}export{a as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/grid/installSimple */
2
+ import{__extends as m}from"/tslib@2.3.0/es2022/tslib.mjs";import a from"../../view/Component.mjs";import p from"../../coord/cartesian/GridModel.mjs";import{Rect as f}from"../../util/graphic.mjs";import{defaults as s}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{CartesianAxisModel as o}from"../../coord/cartesian/AxisModel.mjs";import i from"../../coord/axisModelCreator.mjs";import d from"../../coord/cartesian/Grid.mjs";import{CartesianXAxisView as l,CartesianYAxisView as c}from"../axis/CartesianAxisView.mjs";var u=function(t){m(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type="grid",r}return e.prototype.render=function(r,x){this.group.removeAll(),r.get("show")&&this.group.add(new f({shape:r.coordinateSystem.getRect(),style:s({fill:r.get("backgroundColor")},r.getItemStyle()),silent:!0,z2:-1}))},e.type="grid",e}(a),n={offset:0};function S(t){t.registerComponentView(u),t.registerComponentModel(p),t.registerCoordinateSystem("cartesian2d",d),i(t,"x",o,n),i(t,"y",o,n),t.registerComponentView(l),t.registerComponentView(c),t.registerPreprocessor(function(e){e.xAxis&&e.yAxis&&!e.grid&&(e.grid={})})}export{S as install};
3
+ //# sourceMappingURL=installSimple.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/BrushTargetManager */
2
+ import{each as d,indexOf as l,curry as p,map as v,createHashMap as _}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as N from"../../util/graphic.mjs";import*as f from"./brushHelper.mjs";import{parseFinder as P}from"../../util/model.mjs";var D=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],R=function(){function n(i,e,t){var r=this;this._targetInfoList=[];var s=M(e,i);d(B,function(o,a){(!t||!t.include||l(t.include,a)>=0)&&o(s,r._targetInfoList)})}return n.prototype.setOutputRanges=function(i,e){return this.matchOutputRanges(i,e,function(t,r,s){if((t.coordRanges||(t.coordRanges=[])).push(r),!t.coordRange){t.coordRange=r;var o=h[t.brushType](0,s,r);t.__rangeOffset={offset:A[t.brushType](o.values,t.range,[1,1]),xyMinMax:o.xyMinMax}}}),i},n.prototype.matchOutputRanges=function(i,e,t){d(i,function(r){var s=this.findTargetInfo(r,e);s&&s!==!0&&d(s.coordSyses,function(o){var a=h[r.brushType](1,o,r.range,!0);t(r,a.values,o,e)})},this)},n.prototype.setInputRanges=function(i,e){d(i,function(t){var r=this.findTargetInfo(t,e);if(t.range=t.range||[],r&&r!==!0){t.panelId=r.panelId;var s=h[t.brushType](0,r.coordSys,t.coordRange),o=t.__rangeOffset;t.range=o?A[t.brushType](s.values,o.offset,E(s.xyMinMax,o.xyMinMax)):s.values}},this)},n.prototype.makePanelOpts=function(i,e){return v(this._targetInfoList,function(t){var r=t.getPanelRect();return{panelId:t.panelId,defaultBrushType:e?e(t):null,clipPath:f.makeRectPanelClipPath(r),isTargetByCursor:f.makeRectIsTargetByCursor(r,i,t.coordSysModel),getLinearBrushOtherExtent:f.makeLinearBrushOtherExtent(r)}})},n.prototype.controlSeries=function(i,e,t){var r=this.findTargetInfo(i,t);return r===!0||r&&l(r.coordSyses,e.coordinateSystem)>=0},n.prototype.findTargetInfo=function(i,e){for(var t=this._targetInfoList,r=M(e,i),s=0;s<t.length;s++){var o=t[s],a=i.panelId;if(a){if(o.panelId===a)return o}else for(var u=0;u<m.length;u++)if(m[u](r,o))return o}return!0},n}();function x(n){return n[0]>n[1]&&n.reverse(),n}function M(n,i){return P(n,i,{includeMainTypes:D})}var B={grid:function(n,i){var e=n.xAxisModels,t=n.yAxisModels,r=n.gridModels,s=_(),o={},a={};!e&&!t&&!r||(d(e,function(u){var c=u.axis.grid.model;s.set(c.id,c),o[c.id]=!0}),d(t,function(u){var c=u.axis.grid.model;s.set(c.id,c),a[c.id]=!0}),d(r,function(u){s.set(u.id,u),o[u.id]=!0,a[u.id]=!0}),s.each(function(u){var c=u.coordinateSystem,g=[];d(c.getCartesians(),function(y,L){(l(e,y.getAxis("x").model)>=0||l(t,y.getAxis("y").model)>=0)&&g.push(y)}),i.push({panelId:"grid--"+u.id,gridModel:u,coordSysModel:u,coordSys:g[0],coordSyses:g,getPanelRect:I.grid,xAxisDeclared:o[u.id],yAxisDeclared:a[u.id]})}))},geo:function(n,i){d(n.geoModels,function(e){var t=e.coordinateSystem;i.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:t,coordSyses:[t],getPanelRect:I.geo})})}},m=[function(n,i){var e=n.xAxisModel,t=n.yAxisModel,r=n.gridModel;return!r&&e&&(r=e.axis.grid.model),!r&&t&&(r=t.axis.grid.model),r&&r===i.gridModel},function(n,i){var e=n.geoModel;return e&&e===i.geoModel}],I={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var n=this.coordSys,i=n.getBoundingRect().clone();return i.applyTransform(N.getTransform(n)),i}},h={lineX:p(T,0),lineY:p(T,1),rect:function(n,i,e,t){var r=n?i.pointToData([e[0][0],e[1][0]],t):i.dataToPoint([e[0][0],e[1][0]],t),s=n?i.pointToData([e[0][1],e[1][1]],t):i.dataToPoint([e[0][1],e[1][1]],t),o=[x([r[0],s[0]]),x([r[1],s[1]])];return{values:o,xyMinMax:o}},polygon:function(n,i,e,t){var r=[[1/0,-1/0],[1/0,-1/0]],s=v(e,function(o){var a=n?i.pointToData(o,t):i.dataToPoint(o,t);return r[0][0]=Math.min(r[0][0],a[0]),r[1][0]=Math.min(r[1][0],a[1]),r[0][1]=Math.max(r[0][1],a[0]),r[1][1]=Math.max(r[1][1],a[1]),a});return{values:s,xyMinMax:r}}};function T(n,i,e,t){var r=e.getAxis(["x","y"][n]),s=x(v([0,1],function(a){return i?r.coordToData(r.toLocalCoord(t[a]),!0):r.toGlobalCoord(r.dataToCoord(t[a]))})),o=[];return o[n]=s,o[1-n]=[NaN,NaN],{values:s,xyMinMax:o}}var A={lineX:p(b,0),lineY:p(b,1),rect:function(n,i,e){return[[n[0][0]-e[0]*i[0][0],n[0][1]-e[0]*i[0][1]],[n[1][0]-e[1]*i[1][0],n[1][1]-e[1]*i[1][1]]]},polygon:function(n,i,e){return v(n,function(t,r){return[t[0]-e[0]*i[r][0],t[1]-e[1]*i[r][1]]})}};function b(n,i,e,t){return[i[0]-t[n]*e[0],i[1]-t[n]*e[1]]}function E(n,i){var e=S(n),t=S(i),r=[e[0]/t[0],e[1]/t[1]];return isNaN(r[0])&&(r[0]=1),isNaN(r[1])&&(r[1]=1),r}function S(n){return n?[n[0][1]-n[0][0],n[1][1]-n[1][0]]:[NaN,NaN]}var Y=R;export{Y as default};
3
+ //# sourceMappingURL=BrushTargetManager.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/MapDraw */
2
+ import*as v from"/zrender@6.0.0/es2022/lib/core/util.mjs";import X from"./RoamController.mjs";import*as R from"./roamHelper.mjs";import*as d from"../../util/graphic.mjs";import{toggleHoverEmphasis as J,enableComponentHighDownFeatures as Z,setDefaultStateProxy as Y}from"../../util/states.mjs";import L from"../../coord/geo/geoSourceManager.mjs";import{getUID as C}from"../../util/component.mjs";import{setLabelStyle as q,getLabelStatesModels as K}from"../../label/labelStyle.mjs";import{getECData as Q}from"../../util/innerStore.mjs";import{createOrUpdatePatternFromDecal as W}from"../../util/decal.mjs";import A from"/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs";import{makeInner as $}from"../../util/model.mjs";var V=["rect","circle","line","ellipse","polygon","polyline","path"],B=v.createHashMap(V),ee=v.createHashMap(V.concat(["g"])),te=v.createHashMap(V.concat(["g"])),j=$();function D(p){var e=p.getItemStyle(),t=p.get("areaColor");return t!=null&&(e.fill=t),e}function E(p){var e=p.style;e&&(e.stroke=e.stroke||e.fill,e.fill=null)}var oe=function(){function p(e){var t=this.group=new d.Group,o=this._transformGroup=new d.Group;t.add(o),this.uid=C("ec_map_draw"),this._controller=new X(e.getZr()),this._controllerHost={target:o},o.add(this._regionsGroup=new d.Group),o.add(this._svgGroup=new d.Group)}return p.prototype.draw=function(e,t,o,n,a){var c=e.mainType==="geo",r=e.getData&&e.getData();c&&t.eachComponent({mainType:"series",subType:"map"},function(T){!r&&T.getHostGeoModel()===e&&(r=T.getData())});var s=e.coordinateSystem,g=this._regionsGroup,l=this._transformGroup,f=s.getTransformInfo(),m=f.raw,i=f.roam,u=!g.childAt(0)||a,h=e.getShallow("clip",!0),y;h?(y=s.getViewRect().clone(),this.group.setClipPath(new d.Rect({shape:y.clone()}))):this.group.removeClipPath(),u?(l.x=i.x,l.y=i.y,l.scaleX=i.scaleX,l.scaleY=i.scaleY,l.dirty()):d.updateProps(l,i,e);var _=r&&r.getVisual("visualMeta")&&r.getVisual("visualMeta").length>0,G={api:o,geo:s,mapOrGeoModel:e,data:r,isVisualEncodedByVisualMap:_,isGeo:c,transformInfoRaw:m};s.resourceType==="geoJSON"?this._buildGeoJSON(G):s.resourceType==="geoSVG"&&this._buildSVG(G),this._updateController(e,y,t,o),this._updateMapSelectHandler(e,g,o,n)},p.prototype._buildGeoJSON=function(e){var t=this._regionsGroupByName=v.createHashMap(),o=v.createHashMap(),n=this._regionsGroup,a=e.transformInfoRaw,c=e.mapOrGeoModel,r=e.data,s=e.geo.projection,g=s&&s.stream;function l(i,u){return u&&(i=u(i)),i&&[i[0]*a.scaleX+a.x,i[1]*a.scaleY+a.y]}function f(i){for(var u=[],h=!g&&s&&s.project,y=0;y<i.length;++y){var _=l(i[y],h);_&&u.push(_)}return u}function m(i){return{shape:{points:f(i)}}}n.removeAll(),v.each(e.geo.regions,function(i){var u=i.name,h=t.get(u),y=o.get(u)||{},_=y.dataIdx,G=y.regionModel;if(!h){h=t.set(u,new d.Group),n.add(h),_=r?r.indexOfName(u):null,G=e.isGeo?c.getRegionModel(u):r?r.getItemModel(_):null;var T=G.get("silent",!0);T!=null&&(h.silent=T),o.set(u,{dataIdx:_,regionModel:G})}var N=[],P=[];v.each(i.geometries,function(M){if(M.type==="polygon"){var I=[M.exterior].concat(M.interiors||[]);g&&(I=x(I,g)),v.each(I,function(b){N.push(new d.Polygon(m(b)))})}else{var S=M.points;g&&(S=x(S,g,!0)),v.each(S,function(b){P.push(new d.Polyline(m(b)))})}});var O=l(i.getCenter(),s&&s.project);function z(M,I){if(M.length){var S=new d.CompoundPath({culling:!0,segmentIgnoreThreshold:1,shape:{paths:M}});h.add(S),H(e,S,_,G),w(e,S,u,G,c,_,O),I&&(E(S),v.each(S.states,E))}}z(N),z(P,!0)}),t.each(function(i,u){var h=o.get(u),y=h.dataIdx,_=h.regionModel;F(e,i,u,_,c,y),U(e,i,u,_,c),k(e,i,u,_,c)},this)},p.prototype._buildSVG=function(e){var t=e.geo.map,o=e.transformInfoRaw;this._svgGroup.x=o.x,this._svgGroup.y=o.y,this._svgGroup.scaleX=o.scaleX,this._svgGroup.scaleY=o.scaleY,this._svgResourceChanged(t)&&(this._freeSVG(),this._useSVG(t));var n=this._svgDispatcherMap=v.createHashMap(),a=!1;v.each(this._svgGraphicRecord.named,function(c){var r=c.name,s=e.mapOrGeoModel,g=e.data,l=c.svgNodeTagLower,f=c.el,m=g?g.indexOfName(r):null,i=s.getRegionModel(r);B.get(l)!=null&&f instanceof A&&H(e,f,m,i),f instanceof A&&(f.culling=!0);var u=i.get("silent",!0);if(u!=null&&(f.silent=u),f.z2EmphasisLift=0,!c.namedFrom&&(te.get(l)!=null&&w(e,f,r,i,s,m,null),F(e,f,r,i,s,m),U(e,f,r,i,s),ee.get(l)!=null)){var h=k(e,f,r,i,s);h==="self"&&(a=!0);var y=n.get(r)||n.set(r,[]);y.push(f)}},this),this._enableBlurEntireSVG(a,e)},p.prototype._enableBlurEntireSVG=function(e,t){if(e&&t.isGeo){var o=t.mapOrGeoModel.getModel(["blur","itemStyle"]).getItemStyle(),n=o.opacity;this._svgGraphicRecord.root.traverse(function(a){if(!a.isGroup){Y(a);var c=a.ensureState("blur").style||{};c.opacity==null&&n!=null&&(c.opacity=n),a.ensureState("emphasis")}})}},p.prototype.remove=function(){this._regionsGroup.removeAll(),this._regionsGroupByName=null,this._svgGroup.removeAll(),this._freeSVG(),this._controller.dispose(),this._controllerHost=null},p.prototype.findHighDownDispatchers=function(e,t){if(e==null)return[];var o=t.coordinateSystem;if(o.resourceType==="geoJSON"){var n=this._regionsGroupByName;if(n){var a=n.get(e);return a?[a]:[]}}else if(o.resourceType==="geoSVG")return this._svgDispatcherMap&&this._svgDispatcherMap.get(e)||[]},p.prototype._svgResourceChanged=function(e){return this._svgMapName!==e},p.prototype._useSVG=function(e){var t=L.getGeoResource(e);if(t&&t.type==="geoSVG"){var o=t.useGraphic(this.uid);this._svgGroup.add(o.root),this._svgGraphicRecord=o,this._svgMapName=e}},p.prototype._freeSVG=function(){var e=this._svgMapName;if(e!=null){var t=L.getGeoResource(e);t&&t.type==="geoSVG"&&t.freeGraphic(this.uid),this._svgGraphicRecord=null,this._svgDispatcherMap=null,this._svgGroup.removeAll(),this._svgMapName=null}},p.prototype._updateController=function(e,t,o,n){var a=e.coordinateSystem,c=this._controller,r=this._controllerHost;r.zoomLimit=e.get("scaleLimit"),r.zoom=a.getZoom(),c.enable(e.get("roam")||!1,{api:n,zInfo:{component:e},triggerInfo:{roamTrigger:e.get("roamTrigger"),isInSelf:function(l,f,m){return a.containPoint([f,m])},isInClip:function(l,f,m){return!t||t.contain(f,m)}}});var s=e.mainType;function g(){var l={type:"geoRoam",componentType:s};return l[s+"Id"]=e.id,l}c.off("pan").on("pan",function(l){this._mouseDownFlag=!1,R.updateViewOnPan(r,l.dx,l.dy),n.dispatchAction(v.extend(g(),{dx:l.dx,dy:l.dy,animation:{duration:0}}))},this),c.off("zoom").on("zoom",function(l){this._mouseDownFlag=!1,R.updateViewOnZoom(r,l.scale,l.originX,l.originY),n.dispatchAction(v.extend(g(),{totalZoom:r.zoom,zoom:l.scale,originX:l.originX,originY:l.originY,animation:{duration:0}}))},this)},p.prototype.resetForLabelLayout=function(){this.group.traverse(function(e){var t=e.getTextContent();t&&(t.ignore=j(t).ignore)})},p.prototype._updateMapSelectHandler=function(e,t,o,n){var a=this;t.off("mousedown"),t.off("click"),e.get("selectedMode")&&(t.on("mousedown",function(){a._mouseDownFlag=!0}),t.on("click",function(c){a._mouseDownFlag&&(a._mouseDownFlag=!1)}))},p}();function H(p,e,t,o){var n=o.getModel("itemStyle"),a=o.getModel(["emphasis","itemStyle"]),c=o.getModel(["blur","itemStyle"]),r=o.getModel(["select","itemStyle"]),s=D(n),g=D(a),l=D(r),f=D(c),m=p.data;if(m){var i=m.getItemVisual(t,"style"),u=m.getItemVisual(t,"decal");p.isVisualEncodedByVisualMap&&i.fill&&(s.fill=i.fill),u&&(s.decal=W(u,p.api))}e.setStyle(s),e.style.strokeNoScale=!0,e.ensureState("emphasis").style=g,e.ensureState("select").style=l,e.ensureState("blur").style=f,Y(e)}function w(p,e,t,o,n,a,c){var r=p.data,s=p.isGeo,g=r&&isNaN(r.get(r.mapDimension("value"),a)),l=r&&r.getItemLayout(a);if(s||g||l&&l.showLabel){var f=s?t:a,m=void 0;(!r||a>=0)&&(m=n);var i=c?{normal:{align:"center",verticalAlign:"middle"}}:null;q(e,K(o),{labelFetcher:m,labelDataIndex:f,defaultText:t},i);var u=e.getTextContent();if(u&&(j(u).ignore=u.ignore,e.textConfig&&c)){var h=e.getBoundingRect().clone();e.textConfig.layoutRect=h,e.textConfig.position=[(c[0]-h.x)/h.width*100+"%",(c[1]-h.y)/h.height*100+"%"]}e.disableLabelAnimation=!0}else e.removeTextContent(),e.removeTextConfig(),e.disableLabelAnimation=null}function F(p,e,t,o,n,a){p.data?p.data.setItemGraphicEl(a,e):Q(e).eventData={componentType:"geo",componentIndex:n.componentIndex,geoIndex:n.componentIndex,name:t,region:o&&o.option||{}}}function U(p,e,t,o,n){p.data||d.setTooltipConfig({el:e,componentModel:n,itemName:t,itemTooltipOption:o.get("tooltip")})}function k(p,e,t,o,n){e.highDownSilentOnTouch=!!n.get("selectedMode");var a=o.getModel("emphasis"),c=a.get("focus");return J(e,c,a.get("blurScope"),a.get("disabled")),p.isGeo&&Z(e,n,t),c}function x(p,e,t){var o=[],n;function a(){n=[]}function c(){n.length&&(o.push(n),n=[])}var r=e({polygonStart:a,polygonEnd:c,lineStart:a,lineEnd:c,point:function(s,g){isFinite(s)&&isFinite(g)&&n.push([s,g])},sphere:function(){}});return!t&&r.polygonStart(),v.each(p,function(s){r.lineStart();for(var g=0;g<s.length;g++)r.point(s[g][0],s[g][1]);r.lineEnd()}),!t&&r.polygonEnd(),o}var ge=oe;export{ge as default};
3
+ //# sourceMappingURL=MapDraw.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/RoamController */
2
+ import{__extends as Y}from"/tslib@2.3.0/es2022/tslib.mjs";import k from"/zrender@6.0.0/es2022/lib/core/Eventful.mjs";import*as g from"/zrender@6.0.0/es2022/lib/core/event.mjs";import*as z from"./interactionMutex.mjs";import{isString as O,bind as h,defaults as x,extend as w,retrieve2 as P}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{makeInner as D}from"../../util/model.mjs";import{retrieveZInfo as R}from"../../util/graphic.mjs";import{onIrrelevantElement as S}from"./cursorHelper.mjs";var B=function(n){Y(o,n);function o(e){var r=n.call(this)||this;r._zr=e;var t=h(r._mousedownHandler,r),i=h(r._mousemoveHandler,r),a=h(r._mouseupHandler,r),l=h(r._mousewheelHandler,r),u=h(r._pinchHandler,r);return r.enable=function(s,f){var v=f.zInfo,p=R(v.component),I=p.z,C=p.zlevel,m={component:v.component,z:I,zlevel:C,z2:P(v.z2,-1/0)},X=w({},f.triggerInfo);this._opt=x(w({},f),{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0,zInfoParsed:m,triggerInfo:X}),s==null&&(s=!0),(!this._enabled||this._controlType!==s)&&(this._enabled=!0,this.disable(),(s===!0||s==="move"||s==="pan")&&(c(e,"mousedown",t,m),c(e,"mousemove",i,m),c(e,"mouseup",a,m)),(s===!0||s==="scale"||s==="zoom")&&(c(e,"mousewheel",l,m),c(e,"pinch",u,m)))},r.disable=function(){this._enabled=!1,_(e,"mousedown",t),_(e,"mousemove",i),_(e,"mouseup",a),_(e,"mousewheel",l),_(e,"pinch",u)},r}return o.prototype.isDragging=function(){return this._dragging},o.prototype.isPinching=function(){return this._pinching},o.prototype._checkPointer=function(e,r,t){var i=this._opt,a=i.zInfoParsed;if(S(e,i.api,a.component))return!1;var l=i.triggerInfo,u=l.roamTrigger,s=!1;return u==="global"&&(s=!0),s||(s=l.isInSelf(e,r,t)),s&&l.isInClip&&!l.isInClip(e,r,t)&&(s=!1),s},o.prototype._decideCursorStyle=function(e,r,t,i){var a=e.target;if(!a&&this._checkPointer(e,r,t))return"grab";if(i)return a&&a.cursor||"default"},o.prototype.dispose=function(){this.disable()},o.prototype._mousedownHandler=function(e){if(!(g.isMiddleOrRightButtonOnMouseUpDown(e)||d(e))){for(var r=e.target;r;){if(r.draggable)return;r=r.__hostTarget||r.parent}var t=e.offsetX,i=e.offsetY;this._checkPointer(e,t,i)&&(this._x=t,this._y=i,this._dragging=!0)}},o.prototype._mousemoveHandler=function(e){var r=this._zr;if(!(e.gestureEvent==="pinch"||z.isTaken(r,"globalPan")||d(e))){var t=e.offsetX,i=e.offsetY;if(!this._dragging||!M("moveOnMouseMove",e,this._opt)){var a=this._decideCursorStyle(e,t,i,!1);a&&r.setCursorStyle(a);return}r.setCursorStyle("grabbing");var l=this._x,u=this._y,s=t-l,f=i-u;this._x=t,this._y=i,this._opt.preventDefaultMouseMove&&g.stop(e.event),e.__ecRoamConsumed=!0,H(this,"pan","moveOnMouseMove",e,{dx:s,dy:f,oldX:l,oldY:u,newX:t,newY:i,isAvailableBehavior:null})}},o.prototype._mouseupHandler=function(e){if(!d(e)){var r=this._zr;if(!g.isMiddleOrRightButtonOnMouseUpDown(e)){this._dragging=!1;var t=this._decideCursorStyle(e,e.offsetX,e.offsetY,!0);t&&r.setCursorStyle(t)}}},o.prototype._mousewheelHandler=function(e){if(!d(e)){var r=M("zoomOnMouseWheel",e,this._opt),t=M("moveOnMouseWheel",e,this._opt),i=e.wheelDelta,a=Math.abs(i),l=e.offsetX,u=e.offsetY;if(!(i===0||!r&&!t)){if(r){var s=a>3?1.4:a>1?1.2:1.1,f=i>0?s:1/s;this._checkTriggerMoveZoom(this,"zoom","zoomOnMouseWheel",e,{scale:f,originX:l,originY:u,isAvailableBehavior:null})}if(t){var v=Math.abs(i),p=(i>0?1:-1)*(v>3?.4:v>1?.15:.05);this._checkTriggerMoveZoom(this,"scrollMove","moveOnMouseWheel",e,{scrollDelta:p,originX:l,originY:u,isAvailableBehavior:null})}}}},o.prototype._pinchHandler=function(e){if(!(z.isTaken(this._zr,"globalPan")||d(e))){var r=e.pinchScale>1?1.1:1/1.1;this._checkTriggerMoveZoom(this,"zoom",null,e,{scale:r,originX:e.pinchX,originY:e.pinchY,isAvailableBehavior:null})}},o.prototype._checkTriggerMoveZoom=function(e,r,t,i,a){e._checkPointer(i,a.originX,a.originY)&&(g.stop(i.event),i.__ecRoamConsumed=!0,H(e,r,t,i,a))},o}(k);function d(n){return n.__ecRoamConsumed}var Z=D();function b(n){var o=Z(n);return o.roam=o.roam||{},o.uniform=o.uniform||{},o}function c(n,o,e,r){for(var t=b(n),i=t.roam,a=i[o]=i[o]||[],l=0;l<a.length;l++){var u=a[l].zInfoParsed;if((u.zlevel-r.zlevel||u.z-r.z||u.z2-r.z2)<=0)break}a.splice(l,0,{listener:e,zInfoParsed:r}),y(n,o)}function _(n,o,e){for(var r=b(n),t=r.roam[o]||[],i=0;i<t.length;i++)if(t[i].listener===e){t.splice(i,1),t.length||A(n,o);return}}function y(n,o){var e=b(n);e.uniform[o]||n.on(o,e.uniform[o]=function(r){var t=e.roam[o];if(t)for(var i=0;i<t.length;i++)t[i].listener(r)})}function A(n,o){var e=b(n),r=e.uniform;r[o]&&(n.off(o,r[o]),r[o]=null)}function H(n,o,e,r,t){t.isAvailableBehavior=h(M,null,e,r),n.trigger(o,t)}function M(n,o,e){var r=e[n];return!n||r&&(!O(r)||o.event[r+"Key"])}var E=B;export{E as default};
3
+ //# sourceMappingURL=RoamController.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/brushHelper */
2
+ import m from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import{onIrrelevantElement as h}from"./cursorHelper.mjs";import*as a from"../../util/graphic.mjs";function p(n){return n=u(n),function(t){return a.clipPointsByRect(t,n)}}function l(n,t){return n=u(n),function(i){var e=t??i,o=e?n.width:n.height,r=e?n.x:n.y;return[r,r+(o||0)]}}function g(n,t,i){var e=u(n);return function(o,r){return e.contain(r[0],r[1])&&!h(o,t,i)}}function u(n){return m.create(n)}export{l as makeLinearBrushOtherExtent,g as makeRectIsTargetByCursor,p as makeRectPanelClipPath};
3
+ //# sourceMappingURL=brushHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/cursorHelper */
2
+ import{retrieveZInfo as l}from"../../util/graphic.mjs";var f={axisPointer:1,tooltip:1,brush:1};function m(a,v,r){var e=v.getComponentByElement(a.topTarget);if(!e||e===r||f.hasOwnProperty(e.mainType))return!1;var t=e.coordinateSystem;if(!t||t.model===r)return!1;var n=l(e),o=l(r);return!((n.zlevel-o.zlevel||n.z-o.z)<=0)}export{m as onIrrelevantElement};
3
+ //# sourceMappingURL=cursorHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/interactionMutex */
2
+ import*as a from"../../core/echarts.mjs";import{noop as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{makeInner as u}from"../../util/model.mjs";var o=u();function l(e,r,t){o(e)[r]=t}function m(e,r,t){var n=o(e),i=n[r];i===t&&(n[r]=null)}function c(e,r){return!!o(e)[r]}a.registerAction({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},p);export{c as isTaken,m as release,l as take};
3
+ //# sourceMappingURL=interactionMutex.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/listComponent */
2
+ import*as g from"../../util/format.mjs";import*as e from"../../util/graphic.mjs";function s(t,a){var r=g.normalizeCssArray(a.get("padding")),i=a.getItemStyle(["color","opacity"]);i.fill=a.get("backgroundColor");var h=new e.Rect({shape:{x:t.x-r[3],y:t.y-r[0],width:t.width+r[1]+r[3],height:t.height+r[0]+r[2],r:a.get("borderRadius")},style:i,silent:!0,z2:-1});return h}export{s as makeBackground};
3
+ //# sourceMappingURL=listComponent.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/sliderMove */
2
+ function k(f,i,t,r,u,g){f=f||0;var D=t[1]-t[0];if(u!=null&&(u=M(u,[0,D])),g!=null&&(g=Math.max(g,u??0)),r==="all"){var c=Math.abs(i[1]-i[0]);c=M(c,[0,D]),u=g=M(c,[u,g]),r=0}i[0]=M(i[0],t),i[1]=M(i[1],t);var o=y(i,r);i[r]+=f;var j=u||0,b=t.slice();o.sign<0?b[0]+=j:b[1]-=j,i[r]=M(i[r],b);var v;return v=y(i,r),u!=null&&(v.sign!==o.sign||v.span<u)&&(i[1-r]=i[r]+o.sign*u),v=y(i,r),g!=null&&v.span>g&&(i[1-r]=i[r]+v.sign*g),i}function y(f,i){var t=f[i]-f[1-i];return{span:Math.abs(t),sign:t>0?-1:t<0?1:i?-1:1}}function M(f,i){return Math.min(i[1]!=null?i[1]:1/0,Math.max(i[0]!=null?i[0]:-1/0,f))}export{k as default};
3
+ //# sourceMappingURL=sliderMove.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/helper/thumbnailBridge */
2
+ import{makeInner as e}from"../../util/model.mjs";var r=e();function f(i){if(i)return r(i).bridge}function g(i,n){i&&(r(i).bridge=n)}export{f as getThumbnailBridge,g as injectThumbnailBridge};
3
+ //# sourceMappingURL=thumbnailBridge.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/LegendModel */
2
+ import{__extends as g}from"/tslib@2.3.0/es2022/tslib.mjs";import*as i from"/zrender@6.0.0/es2022/lib/core/util.mjs";import v from"../../model/Model.mjs";import{isNameSpecified as y}from"../../util/model.mjs";import m from"../../model/Component.mjs";import n from"../../visual/tokens.mjs";var b=function(s,r){if(r==="all")return{type:"all",title:s.getLocaleModel().get(["legend","selector","all"])};if(r==="inverse")return{type:"inverse",title:s.getLocaleModel().get(["legend","selector","inverse"])}},z=function(s){g(r,s);function r(){var e=s!==null&&s.apply(this,arguments)||this;return e.type=r.type,e.layoutMode={type:"box",ignoreSize:!0},e}return r.prototype.init=function(e,t,o){this.mergeDefaultAndTheme(e,o),e.selected=e.selected||{},this._updateSelector(e)},r.prototype.mergeOption=function(e,t){s.prototype.mergeOption.call(this,e,t),this._updateSelector(e)},r.prototype._updateSelector=function(e){var t=e.selector,o=this.ecModel;t===!0&&(t=e.selector=["all","inverse"]),i.isArray(t)&&i.each(t,function(a,c){i.isString(a)&&(a={type:a}),t[c]=i.merge(a,b(o,a.type))})},r.prototype.optionUpdated=function(){this._updateData(this.ecModel);var e=this._data;if(e[0]&&this.get("selectedMode")==="single"){for(var t=!1,o=0;o<e.length;o++){var a=e[o].get("name");if(this.isSelected(a)){this.select(a),t=!0;break}}!t&&this.select(e[0].get("name"))}},r.prototype._updateData=function(e){var t=[],o=[];e.eachRawSeries(function(l){var u=l.name;o.push(u);var d;if(l.legendVisualProvider){var f=l.legendVisualProvider,p=f.getAllNames();e.isSeriesFiltered(l)||(o=o.concat(p)),p.length?t=t.concat(p):d=!0}else d=!0;d&&y(l)&&t.push(l.name)}),this._availableNames=o;var a=this.get("data")||t,c=i.createHashMap(),h=i.map(a,function(l){return(i.isString(l)||i.isNumber(l))&&(l={name:l}),c.get(l.name)?null:(c.set(l.name,!0),new v(l,this,this.ecModel))},this);this._data=i.filter(h,function(l){return!!l})},r.prototype.getData=function(){return this._data},r.prototype.select=function(e){var t=this.option.selected,o=this.get("selectedMode");if(o==="single"){var a=this._data;i.each(a,function(c){t[c.get("name")]=!1})}t[e]=!0},r.prototype.unSelect=function(e){this.get("selectedMode")!=="single"&&(this.option.selected[e]=!1)},r.prototype.toggleSelected=function(e){var t=this.option.selected;t.hasOwnProperty(e)||(t[e]=!0),this[t[e]?"unSelect":"select"](e)},r.prototype.allSelect=function(){var e=this._data,t=this.option.selected;i.each(e,function(o){t[o.get("name",!0)]=!0})},r.prototype.inverseSelect=function(){var e=this._data,t=this.option.selected;i.each(e,function(o){var a=o.get("name",!0);t.hasOwnProperty(a)||(t[a]=!0),t[a]=!t[a]})},r.prototype.isSelected=function(e){var t=this.option.selected;return!(t.hasOwnProperty(e)&&!t[e])&&i.indexOf(this._availableNames,e)>=0},r.prototype.getOrient=function(){return this.get("orient")==="vertical"?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},r.type="legend.plain",r.dependencies=["series"],r.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",bottom:n.size.m,align:"auto",backgroundColor:n.color.transparent,borderColor:n.color.border,borderRadius:0,borderWidth:0,padding:5,itemGap:8,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:n.color.disabled,inactiveBorderColor:n.color.disabled,inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:n.color.disabled,inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:n.color.secondary},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:n.color.tertiary,borderWidth:1,borderColor:n.color.border},emphasis:{selectorLabel:{show:!0,color:n.color.quaternary}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1},triggerEvent:!1},r}(m),O=z;export{O as default};
3
+ //# sourceMappingURL=LegendModel.mjs.map
@@ -0,0 +1,4 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/LegendView */
2
+ import{__extends as j}from"/tslib@2.3.0/es2022/tslib.mjs";import*as x from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{parse as q,stringify as J}from"/zrender@6.0.0/es2022/lib/tool/color.mjs";import*as C from"../../util/graphic.mjs";import{enableHoverEmphasis as N}from"../../util/states.mjs";import{setLabelStyle as Q,createTextStyle as Y}from"../../label/labelStyle.mjs";import{makeBackground as $}from"../helper/listComponent.mjs";import*as _ from"../../util/layout.mjs";import M from"../../view/Component.mjs";import{createSymbol as tt}from"../../util/symbol.mjs";import{createOrUpdatePatternFromDecal as et}from"../../util/decal.mjs";import{getECData as O}from"../../util/innerStore.mjs";import it from"../../visual/tokens.mjs";var U=x.curry,P=x.each,E=C.Group,rt=function(a){j(r,a);function r(){var t=a!==null&&a.apply(this,arguments)||this;return t.type=r.type,t.newlineDisabled=!1,t}return r.prototype.init=function(){this.group.add(this._contentGroup=new E),this.group.add(this._selectorGroup=new E),this._isFirstRender=!0},r.prototype.getContentGroup=function(){return this._contentGroup},r.prototype.getSelectorGroup=function(){return this._selectorGroup},r.prototype.render=function(t,e,u){var s=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),!!t.get("show",!0)){var g=t.get("align"),m=t.get("orient");(!g||g==="auto")&&(g=t.get("left")==="right"&&m==="vertical"?"right":"left");var y=t.get("selector",!0),i=t.get("selectorPosition",!0);y&&(!i||i==="auto")&&(i=m==="horizontal"?"end":"start"),this.renderInner(g,t,e,u,y,m,i);var l=_.createBoxLayoutReference(t,u).refContainer,p=t.getBoxLayoutParams(),v=t.get("padding"),o=_.getLayoutRect(p,l,v),h=this.layoutInner(t,g,o,s,y,i),c=_.getLayoutRect(x.defaults({width:h.width,height:h.height},p),l,v);this.group.x=c.x-h.x,this.group.y=c.y-h.y,this.group.markRedraw(),this.group.add(this._backgroundEl=$(h,t))}},r.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},r.prototype.renderInner=function(t,e,u,s,g,m,y){var i=this.getContentGroup(),l=x.createHashMap(),p=e.get("selectedMode"),v=e.get("triggerEvent"),o=[];u.eachRawSeries(function(h){!h.get("legendHoverLink")&&o.push(h.id)}),P(e.getData(),function(h,c){var d=this,n=h.get("name");if(!this.newlineDisabled&&(n===""||n===`
3
+ `)){var w=new E;w.newline=!0,i.add(w);return}var f=u.getSeriesByName(n)[0];if(!l.get(n))if(f){var D=f.getData(),S=D.getVisual("legendLineStyle")||{},W=D.getVisual("legendIcon"),B=D.getVisual("style"),A=this._createItem(f,n,c,h,e,t,S,B,W,p,s);A.on("click",U(X,n,null,s,o)).on("mouseover",U(K,f.name,null,s,o)).on("mouseout",U(V,f.name,null,s,o)),u.ssr&&A.eachChild(function(b){var k=O(b);k.seriesIndex=f.seriesIndex,k.dataIndex=c,k.ssrType="legend"}),v&&A.eachChild(function(b){d.packEventData(b,e,f,c,n)}),l.set(n,!0)}else u.eachRawSeries(function(b){var k=this;if(!l.get(n)&&b.legendVisualProvider){var L=b.legendVisualProvider;if(!L.containName(n))return;var T=L.indexOfName(n),R=L.getItemVisual(T,"style"),z=L.getItemVisual(T,"legendIcon"),G=q(R.fill);G&&G[3]===0&&(G[3]=.2,R=x.extend(x.extend({},R),{fill:J(G,"rgba")}));var H=this._createItem(b,n,c,h,e,t,{},R,z,p,s);H.on("click",U(X,null,n,s,o)).on("mouseover",U(K,null,n,s,o)).on("mouseout",U(V,null,n,s,o)),u.ssr&&H.eachChild(function(I){var F=O(I);F.seriesIndex=b.seriesIndex,F.dataIndex=c,F.ssrType="legend"}),v&&H.eachChild(function(I){k.packEventData(I,e,b,c,n)}),l.set(n,!0)}},this)},this),g&&this._createSelector(g,e,s,m,y)},r.prototype.packEventData=function(t,e,u,s,g){var m={componentType:"legend",componentIndex:e.componentIndex,dataIndex:s,value:g,seriesIndex:u.seriesIndex};O(t).eventData=m},r.prototype._createSelector=function(t,e,u,s,g){var m=this.getSelectorGroup();P(t,function(i){var l=i.type,p=new C.Text({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){u.dispatchAction({type:l==="all"?"legendAllSelect":"legendInverseSelect",legendId:e.id})}});m.add(p);var v=e.getModel("selectorLabel"),o=e.getModel(["emphasis","selectorLabel"]);Q(p,{normal:v,emphasis:o},{defaultText:i.title}),N(p)})},r.prototype._createItem=function(t,e,u,s,g,m,y,i,l,p,v){var o=t.visualDrawType,h=g.get("itemWidth"),c=g.get("itemHeight"),d=g.isSelected(e),n=s.get("symbolRotate"),w=s.get("symbolKeepAspect"),f=s.get("icon");l=f||l||"roundRect";var D=nt(l,s,y,i,o,d,v),S=new E,W=s.getModel("textStyle");if(x.isFunction(t.getLegendIcon)&&(!f||f==="inherit"))S.add(t.getLegendIcon({itemWidth:h,itemHeight:c,icon:l,iconRotate:n,itemStyle:D.itemStyle,lineStyle:D.lineStyle,symbolKeepAspect:w}));else{var B=f==="inherit"&&t.getData().getVisual("symbol")?n==="inherit"?t.getData().getVisual("symbolRotate"):n:0;S.add(at({itemWidth:h,itemHeight:c,icon:l,iconRotate:B,itemStyle:D.itemStyle,lineStyle:D.lineStyle,symbolKeepAspect:w}))}var A=m==="left"?h+5:-5,b=m,k=g.get("formatter"),L=e;x.isString(k)&&k?L=k.replace("{name}",e??""):x.isFunction(k)&&(L=k(e));var T=d?W.getTextColor():s.get("inactiveColor");S.add(new C.Text({style:Y(W,{text:L,x:A,y:c/2,fill:T,align:b,verticalAlign:"middle"},{inheritColor:T})}));var R=new C.Rect({shape:S.getBoundingRect(),style:{fill:"transparent"}}),z=s.getModel("tooltip");return z.get("show")&&C.setTooltipConfig({el:R,componentModel:g,itemName:e,itemTooltipOption:z.option}),S.add(R),S.eachChild(function(G){G.silent=!0}),R.silent=!p,this.getContentGroup().add(S),N(S),S.__legendDataIndex=u,S},r.prototype.layoutInner=function(t,e,u,s,g,m){var y=this.getContentGroup(),i=this.getSelectorGroup();_.box(t.get("orient"),y,t.get("itemGap"),u.width,u.height);var l=y.getBoundingRect(),p=[-l.x,-l.y];if(i.markRedraw(),y.markRedraw(),g){_.box("horizontal",i,t.get("selectorItemGap",!0));var v=i.getBoundingRect(),o=[-v.x,-v.y],h=t.get("selectorButtonGap",!0),c=t.getOrient().index,d=c===0?"width":"height",n=c===0?"height":"width",w=c===0?"y":"x";m==="end"?o[c]+=l[d]+h:p[c]+=v[d]+h,o[1-c]+=l[n]/2-v[n]/2,i.x=o[0],i.y=o[1],y.x=p[0],y.y=p[1];var f={x:0,y:0};return f[d]=l[d]+h+v[d],f[n]=Math.max(l[n],v[n]),f[w]=Math.min(0,v[w]+o[1-c]),f}else return y.x=p[0],y.y=p[1],this.group.getBoundingRect()},r.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},r.type="legend.plain",r}(M);function nt(a,r,t,e,u,s,g){function m(d,n){d.lineWidth==="auto"&&(d.lineWidth=n.lineWidth>0?2:0),P(d,function(w,f){d[f]==="inherit"&&(d[f]=n[f])})}var y=r.getModel("itemStyle"),i=y.getItemStyle(),l=a.lastIndexOf("empty",0)===0?"fill":"stroke",p=y.getShallow("decal");i.decal=!p||p==="inherit"?e.decal:et(p,g),i.fill==="inherit"&&(i.fill=e[u]),i.stroke==="inherit"&&(i.stroke=e[l]),i.opacity==="inherit"&&(i.opacity=(u==="fill"?e:t).opacity),m(i,e);var v=r.getModel("lineStyle"),o=v.getLineStyle();if(m(o,t),i.fill==="auto"&&(i.fill=e.fill),i.stroke==="auto"&&(i.stroke=e.fill),o.stroke==="auto"&&(o.stroke=e.fill),!s){var h=r.get("inactiveBorderWidth"),c=i[l];i.lineWidth=h==="auto"?e.lineWidth>0&&c?2:0:i.lineWidth,i.fill=r.get("inactiveColor"),i.stroke=r.get("inactiveBorderColor"),o.stroke=v.get("inactiveColor"),o.lineWidth=v.get("inactiveWidth")}return{itemStyle:i,lineStyle:o}}function at(a){var r=a.icon||"roundRect",t=tt(r,0,0,a.itemWidth,a.itemHeight,a.itemStyle.fill,a.symbolKeepAspect);return t.setStyle(a.itemStyle),t.rotation=(a.iconRotate||0)*Math.PI/180,t.setOrigin([a.itemWidth/2,a.itemHeight/2]),r.indexOf("empty")>-1&&(t.style.stroke=t.style.fill,t.style.fill=it.color.neutral00,t.style.lineWidth=2),t}function X(a,r,t,e){V(a,r,t,e),t.dispatchAction({type:"legendToggleSelect",name:a??r}),K(a,r,t,e)}function Z(a){for(var r=a.getZr().storage.getDisplayList(),t,e=0,u=r.length;e<u&&!(t=r[e].states.emphasis);)e++;return t&&t.hoverLayer}function K(a,r,t,e){Z(t)||t.dispatchAction({type:"highlight",seriesName:a,name:r,excludeSeriesId:e})}function V(a,r,t,e){Z(t)||t.dispatchAction({type:"downplay",seriesName:a,name:r,excludeSeriesId:e})}var yt=rt;export{yt as default};
4
+ //# sourceMappingURL=LegendView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/ScrollableLegendModel */
2
+ import{__extends as c}from"/tslib@2.3.0/es2022/tslib.mjs";import i from"./LegendModel.mjs";import{mergeLayoutParam as m,getLayoutParams as g}from"../../util/layout.mjs";import{inheritDefaultOption as u}from"../../util/component.mjs";import a from"../../visual/tokens.mjs";var d=function(e){c(o,e);function o(){var t=e!==null&&e.apply(this,arguments)||this;return t.type=o.type,t}return o.prototype.setScrollDataIndex=function(t){this.option.scrollDataIndex=t},o.prototype.init=function(t,n,r){var p=g(t);e.prototype.init.call(this,t,n,r),l(this,t,p)},o.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),l(this,this.option,t)},o.type="legend.scroll",o.defaultOption=u(i.defaultOption,{scrollDataIndex:0,pageButtonItemGap:5,pageButtonGap:null,pageButtonPosition:"end",pageFormatter:"{current}/{total}",pageIcons:{horizontal:["M0,0L12,-10L12,10z","M0,0L-12,-10L-12,10z"],vertical:["M0,0L20,0L10,-20z","M0,0L20,0L10,20z"]},pageIconColor:a.color.accent50,pageIconInactiveColor:a.color.accent10,pageIconSize:15,pageTextStyle:{color:a.color.tertiary},animationDurationUpdate:800}),o}(i);function l(e,o,t){var n=e.getOrient(),r=[1,1];r[n.index]=0,m(o,t,{type:"box",ignoreSize:!!r})}var z=d;export{z as default};
3
+ //# sourceMappingURL=ScrollableLegendModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/ScrollableLegendView */
2
+ import{__extends as b}from"/tslib@2.3.0/es2022/tslib.mjs";import*as _ from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as P from"../../util/graphic.mjs";import*as B from"../../util/layout.mjs";import A from"./LegendView.mjs";var T=P.Group,R=["width","height"],U=["x","y"],N=function(m){b(d,m);function d(){var t=m!==null&&m.apply(this,arguments)||this;return t.type=d.type,t.newlineDisabled=!0,t._currentIndex=0,t}return d.prototype.init=function(){m.prototype.init.call(this),this.group.add(this._containerGroup=new T),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new T)},d.prototype.resetInner=function(){m.prototype.resetInner.call(this),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},d.prototype.renderInner=function(t,l,i,a,e,x,s){var u=this;m.prototype.renderInner.call(this,t,l,i,a,e,x,s);var o=this._controllerGroup,f=l.get("pageIconSize",!0),p=_.isArray(f)?f:[f,f];r("pagePrev",0);var c=l.getModel("pageTextStyle");o.add(new P.Text({name:"pageText",style:{text:"xx/xx",fill:c.getTextColor(),font:c.getFont(),verticalAlign:"middle",align:"center"},silent:!0})),r("pageNext",1);function r(g,h){var v=g+"DataIndex",n=P.createIcon(l.get("pageIcons",!0)[l.getOrient().name][h],{onclick:_.bind(u._pageGo,u,v,l,a)},{x:-p[0]/2,y:-p[1]/2,width:p[0],height:p[1]});n.name=g,o.add(n)}},d.prototype.layoutInner=function(t,l,i,a,e,x){var s=this.getSelectorGroup(),u=t.getOrient().index,o=R[u],f=U[u],p=R[1-u],c=U[1-u];e&&B.box("horizontal",s,t.get("selectorItemGap",!0));var r=t.get("selectorButtonGap",!0),g=s.getBoundingRect(),h=[-g.x,-g.y],v=_.clone(i);e&&(v[o]=i[o]-g[o]-r);var n=this._layoutContentAndController(t,a,v,u,o,p,c,f);if(e){if(x==="end")h[u]+=n[o]+r;else{var y=g[o]+r;h[u]-=y,n[f]-=y}n[o]+=g[o]+r,h[1-u]+=n[c]+n[p]/2-g[p]/2,n[p]=Math.max(n[p],g[p]),n[c]=Math.min(n[c],g[c]+h[1-u]),s.x=h[0],s.y=h[1],s.markRedraw()}return n},d.prototype._layoutContentAndController=function(t,l,i,a,e,x,s,u){var o=this.getContentGroup(),f=this._containerGroup,p=this._controllerGroup;B.box(t.get("orient"),o,t.get("itemGap"),a?i.width:null,a?null:i.height),B.box("horizontal",p,t.get("pageButtonItemGap",!0));var c=o.getBoundingRect(),r=p.getBoundingRect(),g=this._showController=c[e]>i[e],h=[-c.x,-c.y];l||(h[a]=o[u]);var v=[0,0],n=[-r.x,-r.y],y=_.retrieve2(t.get("pageButtonGap",!0),t.get("itemGap",!0));if(g){var D=t.get("pageButtonPosition",!0);D==="end"?n[a]+=i[e]-r[e]:v[a]+=r[e]+y}n[1-a]+=c[x]/2-r[x]/2,o.setPosition(h),f.setPosition(v),p.setPosition(n);var C={x:0,y:0};if(C[e]=g?i[e]:c[e],C[x]=Math.max(c[x],r[x]),C[s]=Math.min(0,r[s]+n[1-a]),f.__rectSize=i[e],g){var G={x:0,y:0};G[e]=Math.max(i[e]-r[e]-y,0),G[x]=C[x],f.setClipPath(new P.Rect({shape:G})),f.__rectSize=G[e]}else p.eachChild(function(z){z.attr({invisible:!0,silent:!0})});var I=this._getPageInfo(t);return I.pageIndex!=null&&P.updateProps(o,{x:I.contentPosition[0],y:I.contentPosition[1]},g?t:null),this._updatePageInfoView(t,I),C},d.prototype._pageGo=function(t,l,i){var a=this._getPageInfo(l)[t];a!=null&&i.dispatchAction({type:"legendScroll",scrollDataIndex:a,legendId:l.id})},d.prototype._updatePageInfoView=function(t,l){var i=this._controllerGroup;_.each(["pagePrev","pageNext"],function(o){var f=o+"DataIndex",p=l[f]!=null,c=i.childOfName(o);c&&(c.setStyle("fill",p?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),c.cursor=p?"pointer":"default")});var a=i.childOfName("pageText"),e=t.get("pageFormatter"),x=l.pageIndex,s=x!=null?x+1:0,u=l.pageCount;a&&e&&a.setStyle("text",_.isString(e)?e.replace("{current}",s==null?"":s+"").replace("{total}",u==null?"":u+""):e({current:s,total:u}))},d.prototype._getPageInfo=function(t){var l=t.get("scrollDataIndex",!0),i=this.getContentGroup(),a=this._containerGroup.__rectSize,e=t.getOrient().index,x=R[e],s=U[e],u=this._findTargetItemIndex(l),o=i.children(),f=o[u],p=o.length,c=p?1:0,r={contentPosition:[i.x,i.y],pageCount:c,pageIndex:c-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!f)return r;var g=D(f);r.contentPosition[e]=-g.s;for(var h=u+1,v=g,n=g,y=null;h<=p;++h)y=D(o[h]),(!y&&n.e>v.s+a||y&&!C(y,v.s))&&(n.i>v.i?v=n:v=y,v&&(r.pageNextDataIndex==null&&(r.pageNextDataIndex=v.i),++r.pageCount)),n=y;for(var h=u-1,v=g,n=g,y=null;h>=-1;--h)y=D(o[h]),(!y||!C(n,y.s))&&v.i<n.i&&(n=v,r.pagePrevDataIndex==null&&(r.pagePrevDataIndex=v.i),++r.pageCount,++r.pageIndex),v=y;return r;function D(G){if(G){var I=G.getBoundingRect(),z=I[s]+G[s];return{s:z,e:z+I[x],i:G.__legendDataIndex}}}function C(G,I){return G.e>=I&&G.s<=I+a}},d.prototype._findTargetItemIndex=function(t){if(!this._showController)return 0;var l,i=this.getContentGroup(),a;return i.eachChild(function(e,x){var s=e.__legendDataIndex;a==null&&s!=null&&(a=x),s===t&&(l=x)}),l??a},d.type="legend.scroll",d}(A),k=N;export{k as default};
3
+ //# sourceMappingURL=ScrollableLegendView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/install */
2
+ import{use as l}from"../../extension.mjs";import{install as i}from"./installLegendPlain.mjs";import{install as t}from"./installLegendScroll.mjs";function a(n){l(i),l(t)}export{a as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/installLegendPlain */
2
+ import o from"./LegendModel.mjs";import n from"./LegendView.mjs";import t from"./legendFilter.mjs";import{installLegendAction as r}from"./legendAction.mjs";function d(e){e.registerComponentModel(o),e.registerComponentView(n),e.registerProcessor(e.PRIORITY.PROCESSOR.SERIES_FILTER,t),e.registerSubTypeDefaulter("legend",function(){return"plain"}),r(e)}export{d as install};
3
+ //# sourceMappingURL=installLegendPlain.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/installLegendScroll */
2
+ import{use as l}from"../../extension.mjs";import{install as e}from"./installLegendPlain.mjs";import n from"./ScrollableLegendModel.mjs";import i from"./ScrollableLegendView.mjs";import r from"./scrollableLegendAction.mjs";function f(o){l(e),o.registerComponentModel(n),o.registerComponentView(i),r(o)}export{f as install};
3
+ //# sourceMappingURL=installLegendScroll.mjs.map
@@ -0,0 +1,4 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/legendAction */
2
+ import{curry as r,each as d,hasOwn as f}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function a(e,l,t){var s=e==="allSelect"||e==="inverseSelect",n={},i=[];t.eachComponent({mainType:"legend",query:l},function(c){s?c[e]():c[e](l.name),S(c,n),i.push(c.componentIndex)});var g={};return t.eachComponent("legend",function(c){d(n,function(u,o){c[u?"select":"unSelect"](o)}),S(c,g)}),s?{selected:g,legendIndex:i}:{name:l.name,selected:g}}function S(e,l){var t=l||{};return d(e.getData(),function(s){var n=s.get("name");if(!(n===`
3
+ `||n==="")){var i=e.isSelected(n);f(t,n)?t[n]=t[n]&&i:t[n]=i}}),t}function p(e){e.registerAction("legendToggleSelect","legendselectchanged",r(a,"toggleSelected")),e.registerAction("legendAllSelect","legendselectall",r(a,"allSelect")),e.registerAction("legendInverseSelect","legendinverseselect",r(a,"inverseSelect")),e.registerAction("legendSelect","legendselected",r(a,"select")),e.registerAction("legendUnSelect","legendunselected",r(a,"unSelect"))}export{p as installLegendAction};
4
+ //# sourceMappingURL=legendAction.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/legendFilter */
2
+ function l(t){var e=t.findComponents({mainType:"legend"});e&&e.length&&t.filterSeries(function(r){for(var n=0;n<e.length;n++)if(!e[n].isSelected(r.name))return!1;return!0})}export{l as default};
3
+ //# sourceMappingURL=legendFilter.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/legend/scrollableLegendAction */
2
+ function c(n){n.registerAction("legendScroll","legendscroll",function(e,o){var l=e.scrollDataIndex;l!=null&&o.eachComponent({mainType:"legend",subType:"scroll",query:e},function(t){t.setScrollDataIndex(l)})})}export{c as default};
3
+ //# sourceMappingURL=scrollableLegendAction.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkAreaModel */
2
+ import{__extends as a}from"/tslib@2.3.0/es2022/tslib.mjs";import n from"./MarkerModel.mjs";var l=function(r){a(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.createMarkerModelFromSeries=function(e,o,i){return new t(e,o,i)},t.type="markArea",t.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},t}(n),s=l;export{s as default};
3
+ //# sourceMappingURL=MarkAreaModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkAreaView */
2
+ import{__extends as J}from"/tslib@2.3.0/es2022/tslib.mjs";import*as S from"/zrender@6.0.0/es2022/lib/tool/color.mjs";import F from"../../data/SeriesData.mjs";import*as A from"../../util/number.mjs";import*as k from"../../util/graphic.mjs";import{toggleHoverEmphasis as Q,setStatesStylesFromModel as R}from"../../util/states.mjs";import*as I from"./markerHelper.mjs";import X from"./MarkerView.mjs";import{retrieve as b,mergeAll as Y,map as E,curry as H,filter as Z,extend as P,isString as U,retrieve2 as N}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{isCoordinateSystemType as K}from"../../coord/CoordinateSystem.mjs";import $ from"./MarkerModel.mjs";import{makeInner as _}from"../../util/model.mjs";import{getVisualFromData as V}from"../../visual/helper.mjs";import{setLabelStyle as rr,getLabelStatesModels as tr}from"../../label/labelStyle.mjs";import{getECData as er}from"../../util/innerStore.mjs";import{parseDataValue as L}from"../../data/helper/dataValueHelper.mjs";import ar from"../../visual/tokens.mjs";var C=_(),or=function(a,i,e,n){var f=n[0],p=n[1];if(!(!f||!p)){var u=I.dataTransform(a,f),l=I.dataTransform(a,p),g=u.coord,m=l.coord;g[0]=b(g[0],-1/0),g[1]=b(g[1],-1/0),m[0]=b(m[0],1/0),m[1]=b(m[1],1/0);var o=Y([{},u,l]);return o.coord=[u.coord,l.coord],o.x0=u.x,o.y0=u.y,o.x1=l.x,o.y1=l.y,o}};function G(a){return!isNaN(a)&&!isFinite(a)}function T(a,i,e,n){var f=1-a;return G(i[f])&&G(e[f])}function ir(a,i){var e=i.coord[0],n=i.coord[1],f={coord:e,x:i.x0,y:i.y0},p={coord:n,x:i.x1,y:i.y1};return K(a,"cartesian2d")?e&&n&&(T(1,e,n,a)||T(0,e,n,a))?!0:I.zoneFilter(a,f,p):I.dataFilter(a,f)||I.dataFilter(a,p)}function w(a,i,e,n,f){var p=n.coordinateSystem,u=a.getItemModel(i),l,g=A.parsePercent(u.get(e[0]),f.getWidth()),m=A.parsePercent(u.get(e[1]),f.getHeight());if(!isNaN(g)&&!isNaN(m))l=[g,m];else{if(n.getMarkerPosition){var o=a.getValues(["x0","y0"],i),t=a.getValues(["x1","y1"],i),r=p.clampData(o),v=p.clampData(t),s=[];e[0]==="x0"?s[0]=r[0]>v[0]?t[0]:o[0]:s[0]=r[0]>v[0]?o[0]:t[0],e[1]==="y0"?s[1]=r[1]>v[1]?t[1]:o[1]:s[1]=r[1]>v[1]?o[1]:t[1],l=n.getMarkerPosition(s,e,!0)}else{var c=a.get(e[0],i),y=a.get(e[1],i),x=[c,y];p.clampData&&p.clampData(x,x),l=p.dataToPoint(x,!0)}if(K(p,"cartesian2d")){var d=p.getAxis("x"),D=p.getAxis("y"),c=a.get(e[0],i),y=a.get(e[1],i);G(c)?l[0]=d.toGlobalCoord(d.getExtent()[e[0]==="x0"?0:1]):G(y)&&(l[1]=D.toGlobalCoord(D.getExtent()[e[1]==="y0"?0:1]))}isNaN(g)||(l[0]=g),isNaN(m)||(l[1]=m)}return l}var O=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],nr=function(a){J(i,a);function i(){var e=a!==null&&a.apply(this,arguments)||this;return e.type=i.type,e}return i.prototype.updateTransform=function(e,n,f){n.eachSeries(function(p){var u=$.getMarkerModelFromSeries(p,"markArea");if(u){var l=u.getData();l.each(function(g){var m=E(O,function(t){return w(l,g,t,p,f)});l.setItemLayout(g,m);var o=l.getItemGraphicEl(g);o.setShape("points",m)})}},this)},i.prototype.renderSeries=function(e,n,f,p){var u=e.coordinateSystem,l=e.id,g=e.getData(),m=this.markerGroupMap,o=m.get(l)||m.set(l,{group:new k.Group});this.group.add(o.group),this.markKeep(o);var t=lr(u,e,n);n.setData(t),t.each(function(r){var v=E(O,function(B){return w(t,r,B,e,p)}),s=u.getAxis("x").scale,c=u.getAxis("y").scale,y=s.getExtent(),x=c.getExtent(),d=[s.parse(t.get("x0",r)),s.parse(t.get("x1",r))],D=[c.parse(t.get("y0",r)),c.parse(t.get("y1",r))];A.asc(d),A.asc(D);var W=!(y[0]>d[1]||y[1]<d[0]||x[0]>D[1]||x[1]<D[0]),j=!W;t.setItemLayout(r,{points:v,allClipped:j});var M=t.getItemModel(r),h=M.getModel("itemStyle").getItemStyle(),q=M.get("z2"),z=V(g,"color");h.fill||(h.fill=z,U(h.fill)&&(h.fill=S.modifyAlpha(h.fill,.4))),h.stroke||(h.stroke=z),t.setItemVisual(r,"style",h),t.setItemVisual(r,"z2",N(q,0))}),t.diff(C(o).data).add(function(r){var v=t.getItemLayout(r),s=t.getItemVisual(r,"z2");if(!v.allClipped){var c=new k.Polygon({z2:N(s,0),shape:{points:v.points}});t.setItemGraphicEl(r,c),o.group.add(c)}}).update(function(r,v){var s=C(o).data.getItemGraphicEl(v),c=t.getItemLayout(r),y=t.getItemVisual(r,"z2");c.allClipped?s&&o.group.remove(s):(s?k.updateProps(s,{z2:N(y,0),shape:{points:c.points}},n,r):s=new k.Polygon({shape:{points:c.points}}),t.setItemGraphicEl(r,s),o.group.add(s))}).remove(function(r){var v=C(o).data.getItemGraphicEl(r);o.group.remove(v)}).execute(),t.eachItemGraphicEl(function(r,v){var s=t.getItemModel(v),c=t.getItemVisual(v,"style");r.useStyle(t.getItemVisual(v,"style")),rr(r,tr(s),{labelFetcher:n,labelDataIndex:v,defaultText:t.getName(v)||"",inheritColor:U(c.fill)?S.modifyAlpha(c.fill,1):ar.color.neutral99}),R(r,s),Q(r,null,null,s.get(["emphasis","disabled"])),er(r).dataModel=n}),C(o).data=t,o.group.silent=n.get("silent")||e.get("silent")},i.type="markArea",i}(X);function lr(a,i,e){var n,f,p=["x0","y0","x1","y1"];if(a){var u=E(a&&a.dimensions,function(m){var o=i.getData(),t=o.getDimensionInfo(o.mapDimension(m))||{};return P(P({},t),{name:m,ordinalMeta:null})});f=E(p,function(m,o){return{name:m,type:u[o%2].type}}),n=new F(f,e)}else f=[{name:"value",type:"float"}],n=new F(f,e);var l=E(e.get("data"),H(or,i,a,e));a&&(l=Z(l,H(ir,a)));var g=a?function(m,o,t,r){var v=m.coord[Math.floor(r/2)][r%2];return L(v,f[r])}:function(m,o,t,r){return L(m.value,f[r])};return n.initData(l,null,g),n.hasItemOption=!0,n}var dr=nr;export{dr as default,O as dimPermutations};
3
+ //# sourceMappingURL=MarkAreaView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkLineModel */
2
+ import{__extends as n}from"/tslib@2.3.0/es2022/tslib.mjs";import l from"./MarkerModel.mjs";var a=function(r){n(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,i,o){return new e(t,i,o)},e.type="markLine",e.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},e}(l),m=a;export{m as default};
3
+ //# sourceMappingURL=MarkLineModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkLineView */
2
+ import{__extends as j}from"/tslib@2.3.0/es2022/tslib.mjs";import H from"../../data/SeriesData.mjs";import*as R from"../../util/number.mjs";import*as c from"./markerHelper.mjs";import q from"../../chart/helper/LineDraw.mjs";import B from"./MarkerView.mjs";import{getStackedDimension as J}from"../../data/helper/dataStackHelper.mjs";import{isCoordinateSystemType as Q}from"../../coord/CoordinateSystem.mjs";import{getECData as P}from"../../util/innerStore.mjs";import T from"./MarkerModel.mjs";import{isArray as N,retrieve as X,retrieve2 as h,clone as Y,extend as G,merge as U,map as A,curry as M,filter as Z,isNumber as $}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{makeInner as C}from"../../util/model.mjs";import{getVisualFromData as F}from"../../visual/helper.mjs";var z=C(),_=function(e,a,r,t){var g=e.getData(),i;if(N(t))i=t;else{var f=t.type;if(f==="min"||f==="max"||f==="average"||f==="median"||t.xAxis!=null||t.yAxis!=null){var o=void 0,l=void 0;if(t.yAxis!=null||t.xAxis!=null)o=a.getAxis(t.yAxis!=null?"y":"x"),l=X(t.yAxis,t.xAxis);else{var m=c.getAxisInfo(t,g,a,e);o=m.valueAxis;var s=J(g,m.valueDataDim);l=c.numCalculate(g,s,f)}var b=o.dim==="x"?0:1,y=1-b,u=Y(t),p={coord:[]};u.type=null,u.coord=[],u.coord[y]=-1/0,p.coord[y]=1/0;var k=r.get("precision");k>=0&&$(l)&&(l=+l.toFixed(Math.min(k,20))),u.coord[b]=p.coord[b]=l,i=[u,p,{type:f,valueIndex:t.valueIndex,value:l}]}else i=[]}var v=[c.dataTransform(e,i[0]),c.dataTransform(e,i[1]),G({},i[2])];return v[2].type=v[2].type||null,U(v[2],v[0]),U(v[2],v[1]),v};function O(e){return!isNaN(e)&&!isFinite(e)}function W(e,a,r,t){var g=1-e,i=t.dimensions[e];return O(a[g])&&O(r[g])&&a[e]===r[e]&&t.getAxis(i).containData(a[e])}function x(e,a){if(e.type==="cartesian2d"){var r=a[0].coord,t=a[1].coord;if(r&&t&&(W(1,r,t,e)||W(0,r,t,e)))return!0}return c.dataFilter(e,a[0])&&c.dataFilter(e,a[1])}function E(e,a,r,t,g){var i=t.coordinateSystem,f=e.getItemModel(a),o,l=R.parsePercent(f.get("x"),g.getWidth()),m=R.parsePercent(f.get("y"),g.getHeight());if(!isNaN(l)&&!isNaN(m))o=[l,m];else{if(t.getMarkerPosition)o=t.getMarkerPosition(e.getValues(e.dimensions,a));else{var s=i.dimensions,b=e.get(s[0],a),y=e.get(s[1],a);o=i.dataToPoint([b,y])}if(Q(i,"cartesian2d")){var u=i.getAxis("x"),p=i.getAxis("y"),s=i.dimensions;O(e.get(s[0],a))?o[0]=u.toGlobalCoord(u.getExtent()[r?0:1]):O(e.get(s[1],a))&&(o[1]=p.toGlobalCoord(p.getExtent()[r?0:1]))}isNaN(l)||(o[0]=l),isNaN(m)||(o[1]=m)}e.setItemLayout(a,o)}var d=function(e){j(a,e);function a(){var r=e!==null&&e.apply(this,arguments)||this;return r.type=a.type,r}return a.prototype.updateTransform=function(r,t,g){t.eachSeries(function(i){var f=T.getMarkerModelFromSeries(i,"markLine");if(f){var o=f.getData(),l=z(f).from,m=z(f).to;l.each(function(s){E(l,s,!0,i,g),E(m,s,!1,i,g)}),o.each(function(s){o.setItemLayout(s,[l.getItemLayout(s),m.getItemLayout(s)])}),this.markerGroupMap.get(i.id).updateLayout()}},this)},a.prototype.renderSeries=function(r,t,g,i){var f=r.coordinateSystem,o=r.id,l=r.getData(),m=this.markerGroupMap,s=m.get(o)||m.set(o,new q);this.group.add(s.group);var b=tt(f,r,t),y=b.from,u=b.to,p=b.line;z(t).from=y,z(t).to=u,t.setData(p);var k=t.get("symbol"),v=t.get("symbolSize"),S=t.get("symbolRotate"),V=t.get("symbolOffset");N(k)||(k=[k,k]),N(v)||(v=[v,v]),N(S)||(S=[S,S]),N(V)||(V=[V,V]),b.from.each(function(n){K(y,n,!0),K(u,n,!1)}),p.each(function(n){var I=p.getItemModel(n),D=I.getModel("lineStyle").getLineStyle();p.setItemLayout(n,[y.getItemLayout(n),u.getItemLayout(n)]);var L=I.get("z2");D.stroke==null&&(D.stroke=y.getItemVisual(n,"style").fill),p.setItemVisual(n,{z2:h(L,0),fromSymbolKeepAspect:y.getItemVisual(n,"symbolKeepAspect"),fromSymbolOffset:y.getItemVisual(n,"symbolOffset"),fromSymbolRotate:y.getItemVisual(n,"symbolRotate"),fromSymbolSize:y.getItemVisual(n,"symbolSize"),fromSymbol:y.getItemVisual(n,"symbol"),toSymbolKeepAspect:u.getItemVisual(n,"symbolKeepAspect"),toSymbolOffset:u.getItemVisual(n,"symbolOffset"),toSymbolRotate:u.getItemVisual(n,"symbolRotate"),toSymbolSize:u.getItemVisual(n,"symbolSize"),toSymbol:u.getItemVisual(n,"symbol"),style:D})}),s.updateData(p),b.line.eachItemGraphicEl(function(n){P(n).dataModel=t,n.traverse(function(I){P(I).dataModel=t})});function K(n,I,D){var L=n.getItemModel(I);E(n,I,D,r,i);var w=L.getModel("itemStyle").getItemStyle();w.fill==null&&(w.fill=F(l,"color")),n.setItemVisual(I,{symbolKeepAspect:L.get("symbolKeepAspect"),symbolOffset:h(L.get("symbolOffset",!0),V[D?0:1]),symbolRotate:h(L.get("symbolRotate",!0),S[D?0:1]),symbolSize:h(L.get("symbolSize"),v[D?0:1]),symbol:h(L.get("symbol",!0),k[D?0:1]),style:w})}this.markKeep(s),s.group.silent=t.get("silent")||r.get("silent")},a.type="markLine",a}(B);function tt(e,a,r){var t;e?t=A(e&&e.dimensions,function(m){var s=a.getData().getDimensionInfo(a.getData().mapDimension(m))||{};return G(G({},s),{name:m,ordinalMeta:null})}):t=[{name:"value",type:"float"}];var g=new H(t,r),i=new H(t,r),f=new H([],r),o=A(r.get("data"),M(_,a,e,r));e&&(o=Z(o,M(x,e)));var l=c.createMarkerDimValueGetter(!!e,t);return g.initData(A(o,function(m){return m[0]}),null,l),i.initData(A(o,function(m){return m[1]}),null,l),f.initData(A(o,function(m){return m[2]})),f.hasItemOption=!0,{from:g,to:i,line:f}}var yt=d;export{yt as default};
3
+ //# sourceMappingURL=MarkLineView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkPointModel */
2
+ import{__extends as n}from"/tslib@2.3.0/es2022/tslib.mjs";import l from"./MarkerModel.mjs";var a=function(r){n(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.createMarkerModelFromSeries=function(e,o,i){return new t(e,o,i)},t.type="markPoint",t.defaultOption={z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}},t}(l),s=a;export{s as default};
3
+ //# sourceMappingURL=MarkPointModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkPointView */
2
+ import{__extends as R}from"/tslib@2.3.0/es2022/tslib.mjs";import A from"../../chart/helper/SymbolDraw.mjs";import*as P from"../../util/number.mjs";import G from"../../data/SeriesData.mjs";import*as k from"./markerHelper.mjs";import T from"./MarkerView.mjs";import F from"./MarkerModel.mjs";import{isFunction as u,map as V,filter as K,curry as N,extend as z,retrieve2 as O}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{getECData as L}from"../../util/innerStore.mjs";import{getVisualFromData as U}from"../../visual/helper.mjs";function H(e,i,a){var t=i.coordinateSystem,p=a.getWidth(),n=a.getHeight(),r=t&&t.getArea&&t.getArea();e.each(function(l){var y=e.getItemModel(l),c=y.get("relativeTo")==="coordinate",b=c?r?r.width:0:p,g=c?r?r.height:0:n,v=c&&r?r.x:0,m=c&&r?r.y:0,o,s=P.parsePercent(y.get("x"),b)+v,f=P.parsePercent(y.get("y"),g)+m;if(!isNaN(s)&&!isNaN(f))o=[s,f];else if(i.getMarkerPosition)o=i.getMarkerPosition(e.getValues(e.dimensions,l));else if(t){var h=e.get(t.dimensions[0],l),w=e.get(t.dimensions[1],l);o=t.dataToPoint([h,w])}isNaN(s)||(o[0]=s),isNaN(f)||(o[1]=f),e.setItemLayout(l,o)})}var C=function(e){R(i,e);function i(){var a=e!==null&&e.apply(this,arguments)||this;return a.type=i.type,a}return i.prototype.updateTransform=function(a,t,p){t.eachSeries(function(n){var r=F.getMarkerModelFromSeries(n,"markPoint");r&&(H(r.getData(),n,p),this.markerGroupMap.get(n.id).updateLayout())},this)},i.prototype.renderSeries=function(a,t,p,n){var r=a.coordinateSystem,l=a.id,y=a.getData(),c=this.markerGroupMap,b=c.get(l)||c.set(l,new A),g=E(r,a,t);t.setData(g),H(t.getData(),a,n),g.each(function(v){var m=g.getItemModel(v),o=m.getShallow("symbol"),s=m.getShallow("symbolSize"),f=m.getShallow("symbolRotate"),h=m.getShallow("symbolOffset"),w=m.getShallow("symbolKeepAspect");if(u(o)||u(s)||u(f)||u(h)){var D=t.getRawValue(v),S=t.getDataParams(v);u(o)&&(o=o(D,S)),u(s)&&(s=s(D,S)),u(f)&&(f=f(D,S)),u(h)&&(h=h(D,S))}var d=m.getModel("itemStyle").getItemStyle(),I=m.get("z2"),M=U(y,"color");d.fill||(d.fill=M),g.setItemVisual(v,{z2:O(I,0),symbol:o,symbolSize:s,symbolRotate:f,symbolOffset:h,symbolKeepAspect:w,style:d})}),b.updateData(g),this.group.add(b.group),g.eachItemGraphicEl(function(v){v.traverse(function(m){L(m).dataModel=t})}),this.markKeep(b),b.group.silent=t.get("silent")||a.get("silent")},i.type="markPoint",i}(T);function E(e,i,a){var t;e?t=V(e&&e.dimensions,function(l){var y=i.getData().getDimensionInfo(i.getData().mapDimension(l))||{};return z(z({},y),{name:l,ordinalMeta:null})}):t=[{name:"value",type:"float"}];var p=new G(t,a),n=V(a.get("data"),N(k.dataTransform,i));e&&(n=K(n,N(k.dataFilter,e)));var r=k.createMarkerDimValueGetter(!!e,t);return p.initData(n,null,r),p}var Y=C;export{Y as default};
3
+ //# sourceMappingURL=MarkPointView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkerModel */
2
+ import{__extends as g}from"/tslib@2.3.0/es2022/tslib.mjs";import*as m from"/zrender@6.0.0/es2022/lib/core/util.mjs";import v from"/zrender@6.0.0/es2022/lib/core/env.mjs";import{DataFormatMixin as y}from"../../model/mixin/dataFormat.mjs";import k from"../../model/Component.mjs";import{makeInner as _,defaultEmphasis as S}from"../../util/model.mjs";import{createTooltipMarkup as c}from"../tooltip/tooltipMarkup.mjs";function u(f){S(f,"label",["show"])}var h=_(),d=function(f){g(t,f);function t(){var e=f!==null&&f.apply(this,arguments)||this;return e.type=t.type,e.createdBySelf=!1,e.preventAutoZ=!0,e}return t.prototype.init=function(e,r,a){this.mergeDefaultAndTheme(e,a),this._mergeOption(e,a,!1,!0)},t.prototype.isAnimationEnabled=function(){if(v.node)return!1;var e=this.__hostSeries;return this.getShallow("animation")&&e&&e.isAnimationEnabled()},t.prototype.mergeOption=function(e,r){this._mergeOption(e,r,!1,!1)},t.prototype._mergeOption=function(e,r,a,n){var o=this.mainType;a||r.eachSeries(function(i){var s=i.get(this.mainType,!0),p=h(i)[o];if(!s||!s.data){h(i)[o]=null;return}p?p._mergeOption(s,r,!0):(n&&u(s),m.each(s.data,function(l){l instanceof Array?(u(l[0]),u(l[1])):u(l)}),p=this.createMarkerModelFromSeries(s,this,r),m.extend(p,{mainType:this.mainType,seriesIndex:i.seriesIndex,name:i.name,createdBySelf:!0}),p.__hostSeries=i),h(i)[o]=p},this)},t.prototype.formatTooltip=function(e,r,a){var n=this.getData(),o=this.getRawValue(e),i=n.getName(e);return c("section",{header:this.name,blocks:[c("nameValue",{name:i,value:o,noName:!i,noValue:o==null})]})},t.prototype.getData=function(){return this._data},t.prototype.setData=function(e){this._data=e},t.prototype.getDataParams=function(e,r){var a=y.prototype.getDataParams.call(this,e,r),n=this.__hostSeries;return n&&(a.seriesId=n.id,a.seriesName=n.name,a.seriesType=n.subType),a},t.getMarkerModelFromSeries=function(e,r){return h(e)[r]},t.type="marker",t.dependencies=["series","grid","polar","geo"],t}(k);m.mixin(d,y.prototype);var A=d;export{A as default};
3
+ //# sourceMappingURL=MarkerModel.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/MarkerView */
2
+ import{__extends as k}from"/tslib@2.3.0/es2022/tslib.mjs";import c from"../../view/Component.mjs";import{createHashMap as h,each as v}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import f from"./MarkerModel.mjs";import{makeInner as s}from"../../util/model.mjs";import{enterBlur as l,leaveBlur as M}from"../../util/states.mjs";import{traverseUpdateZ as g,retrieveZInfo as d}from"../../util/graphic.mjs";var u=s(),y=function(m){k(e,m);function e(){var t=m!==null&&m.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){this.markerGroupMap=h()},e.prototype.render=function(t,i,p){var o=this,a=this.markerGroupMap;a.each(function(r){u(r).keep=!1}),i.eachSeries(function(r){var n=f.getMarkerModelFromSeries(r,o.type);n&&o.renderSeries(r,n,i,p)}),a.each(function(r){!u(r).keep&&o.group.remove(r.group)}),S(i,a,this.type)},e.prototype.markKeep=function(t){u(t).keep=!0},e.prototype.toggleBlurSeries=function(t,i){var p=this;v(t,function(o){var a=f.getMarkerModelFromSeries(o,p.type);if(a){var r=a.getData();r.eachItemGraphicEl(function(n){n&&(i?l(n):M(n))})}})},e.type="marker",e}(c);function S(m,e,t){m.eachSeries(function(i){var p=f.getMarkerModelFromSeries(i,t),o=e.get(i.id);if(p&&o&&o.group){var a=d(p),r=a.z,n=a.zlevel;g(o.group,r,n)}})}var x=y;export{x as default};
3
+ //# sourceMappingURL=MarkerView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/checkMarkerInSeries */
2
+ import{isArray as n}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function t(r,a){if(!r)return!1;for(var f=n(r)?r:[r],e=0;e<f.length;e++)if(f[e]&&f[e][a])return!0;return!1}export{t as default};
3
+ //# sourceMappingURL=checkMarkerInSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/installMarkArea */
2
+ import o from"./checkMarkerInSeries.mjs";import a from"./MarkAreaModel.mjs";import i from"./MarkAreaView.mjs";function k(r){r.registerComponentModel(a),r.registerComponentView(i),r.registerPreprocessor(function(e){o(e.series,"markArea")&&(e.markArea=e.markArea||{})})}export{k as install};
3
+ //# sourceMappingURL=installMarkArea.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/installMarkLine */
2
+ import i from"./checkMarkerInSeries.mjs";import n from"./MarkLineModel.mjs";import o from"./MarkLineView.mjs";function k(e){e.registerComponentModel(n),e.registerComponentView(o),e.registerPreprocessor(function(r){i(r.series,"markLine")&&(r.markLine=r.markLine||{})})}export{k as install};
3
+ //# sourceMappingURL=installMarkLine.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/installMarkPoint */
2
+ import e from"./checkMarkerInSeries.mjs";import i from"./MarkPointModel.mjs";import n from"./MarkPointView.mjs";function k(r){r.registerComponentModel(i),r.registerComponentView(n),r.registerPreprocessor(function(o){e(o.series,"markPoint")&&(o.markPoint=o.markPoint||{})})}export{k as install};
3
+ //# sourceMappingURL=installMarkPoint.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/marker/markerHelper */
2
+ import*as h from"../../util/number.mjs";import{isDimensionStacked as F}from"../../data/helper/dataStackHelper.mjs";import{indexOf as N,curry as A,clone as k,isArray as d}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{parseDataValue as b}from"../../data/helper/dataValueHelper.mjs";function m(r){return!(isNaN(parseFloat(r.x))&&isNaN(parseFloat(r.y)))}function O(r){return!isNaN(parseFloat(r.x))&&!isNaN(parseFloat(r.y))}function p(r,a,n,o,e,i,s){var l=[],c=F(a,e),t=c?a.getCalculationInfo("stackResultDimension"):e,x=g(a,t,r),v=a.hostModel,u=v.indicesOfNearest(n,t,x)[0];l[i]=a.get(o,u),l[s]=a.get(t,u);var y=a.get(e,u),f=h.getPrecision(a.get(e,u));return f=Math.min(f,20),f>=0&&(l[s]=+l[s].toFixed(f)),[l,y]}var D={min:A(p,"min"),max:A(p,"max"),average:A(p,"average"),median:A(p,"median")};function U(r,a){if(a){var n=r.getData(),o=r.coordinateSystem,e=o&&o.dimensions;if(!O(a)&&!d(a.coord)&&d(e)){var i=T(a,n,o,r);if(a=k(a),a.type&&D[a.type]&&i.baseAxis&&i.valueAxis){var s=N(e,i.baseAxis.dim),l=N(e,i.valueAxis.dim),c=D[a.type](n,i.valueAxis.dim,i.baseDataDim,i.valueDataDim,s,l);a.coord=c[0],a.value=c[1]}else a.coord=[a.xAxis!=null?a.xAxis:a.radiusAxis,a.yAxis!=null?a.yAxis:a.angleAxis]}if(a.coord==null||!d(e)){a.coord=[];var t=r.getBaseAxis();if(t&&a.type&&D[a.type]){var x=o.getOtherAxis(t);x&&(a.value=g(n,n.mapDimension(x.dim),a.type))}}else for(var v=a.coord,u=0;u<2;u++)D[v[u]]&&(v[u]=g(n,n.mapDimension(e[u]),v[u]));return a}}function T(r,a,n,o){var e={};return r.valueIndex!=null||r.valueDim!=null?(e.valueDataDim=r.valueIndex!=null?a.getDimension(r.valueIndex):r.valueDim,e.valueAxis=n.getAxis(V(o,e.valueDataDim)),e.baseAxis=n.getOtherAxis(e.valueAxis),e.baseDataDim=a.mapDimension(e.baseAxis.dim)):(e.baseAxis=o.getBaseAxis(),e.valueAxis=n.getOtherAxis(e.baseAxis),e.baseDataDim=a.mapDimension(e.baseAxis.dim),e.valueDataDim=a.mapDimension(e.valueAxis.dim)),e}function V(r,a){var n=r.getData().getDimensionInfo(a);return n&&n.coordDim}function X(r,a){return r&&r.containData&&a.coord&&!m(a)?r.containData(a.coord):!0}function Y(r,a,n){return r&&r.containZone&&a.coord&&n.coord&&!m(a)&&!m(n)?r.containZone(a.coord,n.coord):!0}function Z(r,a){return r?function(n,o,e,i){var s=i<2?n.coord&&n.coord[i]:n.value;return b(s,a[i])}:function(n,o,e,i){return b(n.value,a[i])}}function g(r,a,n){if(n==="average"){var o=0,e=0;return r.each(a,function(i,s){isNaN(i)||(o+=i,e++)}),o/e}else return n==="median"?r.getMedian(a):r.getDataExtent(a)[n==="max"?1:0]}export{Z as createMarkerDimValueGetter,X as dataFilter,U as dataTransform,T as getAxisInfo,g as numCalculate,Y as zoneFilter};
3
+ //# sourceMappingURL=markerHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/matrix/MatrixView */
2
+ import{__extends as k}from"/tslib@2.3.0/es2022/tslib.mjs";import P from"../../view/Component.mjs";import O from"../../model/Model.mjs";import T from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import*as Z from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import{subPixelOptimize as D}from"/zrender@6.0.0/es2022/lib/graphic/helper/subPixelOptimize.mjs";import{Rect as A,Line as Y,XY as F,setTooltipConfig as V,expandOrShrinkRect as X}from"../../util/graphic.mjs";import{clearTmpModel as E,ListIterator as W}from"../../util/model.mjs";import{clone as G,retrieve2 as z}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{invert as H}from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import{setLabelStyle as K}from"../../label/labelStyle.mjs";var R=Math.round,j=0,q=99,J={normal:25,special:100},Q={normal:50,special:125},$=function(t){k(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=e.type,r}return e.prototype.render=function(r,o){this.group.removeAll();var n=this.group,u=r.coordinateSystem,a=u.getRect(),S=r.getDimensionModel("x"),s=r.getDimensionModel("y"),m=S.dim,f=s.dim;C(n,r,o),tt(n,r,m,f,o);var c=r.getShallow("borderZ2",!0),d=z(c,q),y=d-1,x=r.getModel("backgroundStyle").getItemStyle(["borderWidth"]);x.lineWidth=0;var i=r.getModel("backgroundStyle").getItemStyle(["color","decal","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]);i.fill="none";var L=U(a.clone(),x,j),v=U(a.clone(),i,d);L.silent=!0,v.silent=!0,n.add(L),n.add(v);var w=m.getUnitLayoutInfo(0,0),l=f.getUnitLayoutInfo(1,0);w&&l&&(m.shouldShow()&&n.add(b({x1:a.x,y1:l.xy,x2:a.x+a.width,y2:l.xy},S.getModel("dividerLineStyle").getLineStyle(),y)),f.shouldShow()&&n.add(b({x1:w.xy,y1:a.y,x2:w.xy,y2:a.y+a.height},s.getModel("dividerLineStyle").getLineStyle(),y)))},e.type="matrix",e}(P);function C(t,e,r){o(0),o(1);function o(n){var u=e.getDimensionModel(F[n]),a=u.dim;if(a.shouldShow())for(var S=u.getModel("itemStyle"),s=u.getModel("label"),m=e.getShallow("tooltip",!0),f=[],c=a.resetCellIterator();c.next();){var d=c.item,y={};T.copy(y,d.rect),Z.set(f,d.id.x,d.id.y),N(f,e,t,r,d.option,S,s,u,y,d.option.value,Q,m)}}}function tt(t,e,r,o,n){u("body",e.getBody(),r,o),r.shouldShow()&&o.shouldShow()&&u("corner",e.getCorner(),o,r);function u(a,S,s,m){var f=new O(e.getShallow(a,!0)),c=f.getModel("itemStyle"),d=f.getModel("label"),y=new W,x=new W,i=[],L=e.getShallow("tooltip",!0);for(m.resetLayoutIterator(x,1);x.next();)for(s.resetLayoutIterator(y,0);y.next();){var v=y.item,w=x.item;Z.set(i,v.id.x,w.id.y);var l=S.getCell(i);if(!(l&&l.inSpanOf&&l.inSpanOf!==l)){var g={};l&&l.span?T.copy(g,l.spanRect):(v.dim.getLayout(g,0,i[0]),w.dim.getLayout(g,1,i[1]));var p=l?l.option:null;N(i,e,t,n,p,c,d,f,g,p?p.value:null,J,L)}}}}function N(t,e,r,o,n,u,a,S,s,m,f,c){var d;I.option=n?n.itemStyle:null,I.parentModel=u,h.option=n,h.parentModel=S;var y=z(h.getShallow("z2"),n&&n.itemStyle?f.special:f.normal),x=c&&c.show,i=U(s,I.getItemStyle(),y);r.add(i);var L=h.get("cursor");L!=null&&i.attr("cursor",L);var v;if(m!=null){var w=m+"";if(M.option=n?n.label:null,M.parentModel=a,M.ecModel=o,K(i,{normal:M},{defaultText:w,autoOverflowArea:!0,layoutRect:G(i.shape)}),v=i.getTextContent(),v){v.z2=y+1;var l=v.style;if(l&&l.overflow&&l.overflow!=="none"&&l.lineOverflow){var g={};T.copy(g,s),X(g,(((d=i.style)===null||d===void 0?void 0:d.lineWidth)||0)/2,!0,!0),i.updateInnerText(),v.getLocalTransform(_),H(_,_),T.applyTransform(g,g,_),v.setClipPath(new A({shape:g}))}}V({el:i,componentModel:e,itemName:w,itemTooltipOption:c,formatterParamsExtra:{xyLocator:t.slice()}})}if(v){var p=M.get("silent");p==null&&(p=!x),v.silent=p,v.ignoreHostSilent=!0}var B=h.get("silent");B==null&&(B=!i.style||i.style.fill==="none"||!i.style.fill),i.silent=B,E(h),E(I),E(M)}var h=new O,I=new O,M=new O,_=[];function U(t,e,r){var o=e.lineWidth;if(o){var n=t.x+t.width,u=t.y+t.height;t.x=D(t.x,o,!0),t.y=D(t.y,o,!0),t.width=D(n,o,!0)-t.x,t.height=D(u,o,!0)-t.y}return new A({shape:t,style:e,z2:r})}function b(t,e,r){var o=e.lineWidth;return o&&(R(t.x1*2)===R(t.x2*2)&&(t.x1=t.x2=D(t.x1,o,!0)),R(t.y1*2)===R(t.y2*2)&&(t.y1=t.y2=D(t.y1,o,!0))),new Y({shape:t,style:e,silent:!0,z2:r})}var ft=$;export{ft as default};
3
+ //# sourceMappingURL=MatrixView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/matrix/install */
2
+ import t from"../../coord/matrix/MatrixModel.mjs";import r from"./MatrixView.mjs";import i from"../../coord/matrix/Matrix.mjs";function a(o){o.registerComponentModel(t),o.registerComponentView(r),o.registerCoordinateSystem("matrix",i)}export{a as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/parallel/ParallelView */
2
+ import{__extends as h}from"/tslib@2.3.0/es2022/tslib.mjs";import p from"../../view/Component.mjs";import{each as d,bind as l,extend as f}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{createOrUpdate as c,clear as u}from"../../util/throttle.mjs";var x=5,m=function(o){h(i,o);function i(){var t=o!==null&&o.apply(this,arguments)||this;return t.type=i.type,t}return i.prototype.render=function(t,n,e){this._model=t,this._api=e,this._handlers||(this._handlers={},d(_,function(a,r){e.getZr().on(r,this._handlers[r]=l(a,this))},this)),c(this,"_throttledDispatchExpand",t.get("axisExpandRate"),"fixRate")},i.prototype.dispose=function(t,n){u(this,"_throttledDispatchExpand"),d(this._handlers,function(e,a){n.getZr().off(a,e)}),this._handlers=null},i.prototype._throttledDispatchExpand=function(t){this._dispatchExpand(t)},i.prototype._dispatchExpand=function(t){t&&this._api.dispatchAction(f({type:"parallelAxisExpand"},t))},i.type="parallel",i}(p),_={mousedown:function(o){s(this,"click")&&(this._mouseDownPoint=[o.offsetX,o.offsetY])},mouseup:function(o){var i=this._mouseDownPoint;if(s(this,"click")&&i){var t=[o.offsetX,o.offsetY],n=Math.pow(i[0]-t[0],2)+Math.pow(i[1]-t[1],2);if(n>x)return;var e=this._model.coordinateSystem.getSlidedAxisExpandWindow([o.offsetX,o.offsetY]);e.behavior!=="none"&&this._dispatchExpand({axisExpandWindow:e.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(o){if(!(this._mouseDownPoint||!s(this,"mousemove"))){var i=this._model,t=i.coordinateSystem.getSlidedAxisExpandWindow([o.offsetX,o.offsetY]),n=t.behavior;n==="jump"&&this._throttledDispatchExpand.debounceNextCall(i.get("axisExpandDebounce")),this._throttledDispatchExpand(n==="none"?null:{axisExpandWindow:t.axisExpandWindow,animation:n==="jump"?null:{duration:0}})}}};function s(o,i){var t=o._model;return t.get("axisExpandable")&&t.get("axisExpandTriggerOn")===i}var D=m;export{D as default};
3
+ //# sourceMappingURL=ParallelView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/parallel/install */
2
+ import l from"../../coord/parallel/parallelPreprocessor.mjs";import e from"./ParallelView.mjs";import a from"../../coord/parallel/ParallelModel.mjs";import t from"../../coord/parallel/parallelCreator.mjs";import i from"../../coord/axisModelCreator.mjs";import r from"../../coord/parallel/AxisModel.mjs";import m from"../axis/ParallelAxisView.mjs";import{installParallelActions as p}from"../axis/parallelAxisAction.mjs";var n={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function y(o){o.registerComponentView(e),o.registerComponentModel(a),o.registerCoordinateSystem("parallel",t),o.registerPreprocessor(l),o.registerComponentModel(r),o.registerComponentView(m),i(o,"parallel",r,n),p(o)}export{y as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/polar/install */
2
+ import{__extends as e}from"/tslib@2.3.0/es2022/tslib.mjs";import{use as a}from"../../extension.mjs";import m from"../axis/AxisView.mjs";import n from"../axisPointer/PolarAxisPointer.mjs";import{install as l}from"../axisPointer/install.mjs";import p from"../../coord/polar/PolarModel.mjs";import t from"../../coord/axisModelCreator.mjs";import{AngleAxisModel as s,RadiusAxisModel as f}from"../../coord/polar/AxisModel.mjs";import x from"../../coord/polar/polarCreator.mjs";import u from"../axis/AngleAxisView.mjs";import A from"../axis/RadiusAxisView.mjs";import d from"../../view/Component.mjs";import{curry as w}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import P from"../../layout/barPolar.mjs";var C={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},V={splitNumber:5},y=function(o){e(r,o);function r(){var i=o!==null&&o.apply(this,arguments)||this;return i.type=r.type,i}return r.type="polar",r}(d);function j(o){a(l),m.registerAxisPointerClass("PolarAxisPointer",n),o.registerCoordinateSystem("polar",x),o.registerComponentModel(p),o.registerComponentView(y),t(o,"angle",s,C),t(o,"radius",f,V),o.registerComponentView(u),o.registerComponentView(A),o.registerLayout(w(P,"bar"))}export{j as install};
3
+ //# sourceMappingURL=install.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/radar/RadarView */
2
+ import{__extends as E}from"/tslib@2.3.0/es2022/tslib.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import N from"../axis/AxisBuilder.mjs";import*as o from"../../util/graphic.mjs";import q from"../../view/Component.mjs";var F=function(U){E(n,U);function n(){var t=U!==null&&U.apply(this,arguments)||this;return t.type=n.type,t}return n.prototype.render=function(t,s,a){var g=this.group;g.removeAll(),this._buildAxes(t,a),this._buildSplitLineAndArea(t)},n.prototype._buildAxes=function(t,s){var a=t.coordinateSystem,g=a.getIndicatorAxes(),m=e.map(g,function(i){var A=i.model.get("showName")?i.name:"",x=new N(i.model,s,{axisName:A,position:[a.cx,a.cy],rotation:i.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return x});e.each(m,function(i){i.build(),this.group.add(i.group)},this)},n.prototype._buildSplitLineAndArea=function(t){var s=t.coordinateSystem,a=s.getIndicatorAxes();if(!a.length)return;var g=t.get("shape"),m=t.getModel("splitLine"),i=t.getModel("splitArea"),A=m.getModel("lineStyle"),x=i.getModel("areaStyle"),V=m.get("show"),b=i.get("show"),L=A.get("color"),I=x.get("color"),w=e.isArray(L)?L:[L],z=e.isArray(I)?I:[I],v=[],d=[];function C(l,h,f){var y=f%h.length;return l[y]=l[y]||[],y}if(g==="circle")for(var u=a[0].getTicksCoords(),P=s.cx,T=s.cy,r=0;r<u.length;r++){if(V){var c=C(v,w,r);v[c].push(new o.Circle({shape:{cx:P,cy:T,r:u[r].coord}}))}if(b&&r<u.length-1){var c=C(d,z,r);d[c].push(new o.Ring({shape:{cx:P,cy:T,r0:u[r].coord,r:u[r+1].coord}}))}}else for(var S,_=e.map(a,function(l,h){var f=l.getTicksCoords();return S=S==null?f.length-1:Math.min(f.length-1,S),e.map(f,function(y){return s.coordToPoint(y.coord,h)})}),M=[],r=0;r<=S;r++){for(var p=[],D=0;D<a.length;D++)p.push(_[D][r]);if(p[0]&&p.push(p[0].slice()),V){var c=C(v,w,r);v[c].push(new o.Polyline({shape:{points:p}}))}if(b&&M){var c=C(d,z,r-1);d[c].push(new o.Polygon({shape:{points:p.concat(M)}}))}M=p.slice().reverse()}var k=A.getLineStyle(),B=x.getAreaStyle();e.each(d,function(l,h){this.group.add(o.mergePath(l,{style:e.defaults({stroke:"none",fill:z[h%z.length]},B),silent:!0}))},this),e.each(v,function(l,h){this.group.add(o.mergePath(l,{style:e.defaults({fill:"none",stroke:w[h%w.length]},k),silent:!0}))},this)},n.type="radar",n}(q),K=F;export{K as default};
3
+ //# sourceMappingURL=RadarView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/component/radar/install */
2
+ import a from"../../coord/radar/RadarModel.mjs";import n from"./RadarView.mjs";import i from"../../coord/radar/Radar.mjs";function c(e){e.registerCoordinateSystem("radar",i),e.registerComponentModel(a),e.registerComponentView(n),e.registerVisual({seriesType:"radar",reset:function(r){var o=r.getData();o.each(function(t){o.setItemVisual(t,"legendIcon","roundRect")}),o.setVisual("legendIcon","roundRect")}})}export{c as install};
3
+ //# sourceMappingURL=install.mjs.map