@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/chart/helper/EffectSymbol */
2
+ import{__extends as d}from"/tslib@2.3.0/es2022/tslib.mjs";import{createSymbol as S,normalizeSymbolOffset as g,normalizeSymbolSize as A}from"../../util/symbol.mjs";import{Group as v}from"../../util/graphic.mjs";import{enterEmphasis as z,leaveEmphasis as w,toggleHoverEmphasis as O}from"../../util/states.mjs";import T from"./Symbol.mjs";function b(f,o){var e=o.rippleEffectColor||o.color;f.eachChild(function(r){r.attr({z:o.z,zlevel:o.zlevel,style:{stroke:o.brushType==="stroke"?e:null,fill:o.brushType==="fill"?e:null}})})}var I=function(f){d(o,f);function o(e,r){var s=f.call(this)||this,p=new T(e,r),l=new v;return s.add(p),s.add(l),s.updateData(e,r),s}return o.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},o.prototype.startEffectAnimation=function(e){for(var r=e.symbolType,s=e.color,p=e.rippleNumber,l=this.childAt(1),i=0;i<p;i++){var a=S(r,-1,-1,2,2,s);a.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scaleX:.5,scaleY:.5});var n=-i/p*e.period+e.effectOffset;a.animate("",!0).when(e.period,{scaleX:e.rippleScale/2,scaleY:e.rippleScale/2}).delay(n).start(),a.animateStyle(!0).when(e.period,{opacity:0}).delay(n).start(),l.add(a)}b(l,e)},o.prototype.updateEffectAnimation=function(e){for(var r=this._effectCfg,s=this.childAt(1),p=["symbolType","period","rippleScale","rippleNumber"],l=0;l<p.length;l++){var i=p[l];if(r[i]!==e[i]){this.stopEffectAnimation(),this.startEffectAnimation(e);return}}b(s,e)},o.prototype.highlight=function(){z(this)},o.prototype.downplay=function(){w(this)},o.prototype.getSymbolType=function(){var e=this.childAt(0);return e&&e.getSymbolType()},o.prototype.updateData=function(e,r){var s=this,p=e.hostModel;this.childAt(0).updateData(e,r);var l=this.childAt(1),i=e.getItemModel(r),a=e.getItemVisual(r,"symbol"),n=A(e.getItemVisual(r,"symbolSize")),u=e.getItemVisual(r,"style"),y=u&&u.fill,c=i.getModel("emphasis");l.setScale(n),l.traverse(function(m){m.setStyle("fill",y)});var h=g(e.getItemVisual(r,"symbolOffset"),n);h&&(l.x=h[0],l.y=h[1]);var E=e.getItemVisual(r,"symbolRotate");l.rotation=(E||0)*Math.PI/180||0;var t={};t.showEffectOn=p.get("showEffectOn"),t.rippleScale=i.get(["rippleEffect","scale"]),t.brushType=i.get(["rippleEffect","brushType"]),t.period=i.get(["rippleEffect","period"])*1e3,t.effectOffset=r/e.count(),t.z=p.getShallow("z")||0,t.zlevel=p.getShallow("zlevel")||0,t.symbolType=a,t.color=y,t.rippleEffectColor=i.get(["rippleEffect","color"]),t.rippleNumber=i.get(["rippleEffect","number"]),t.showEffectOn==="render"?(this._effectCfg?this.updateEffectAnimation(t):this.startEffectAnimation(t),this._effectCfg=t):(this._effectCfg=null,this.stopEffectAnimation(),this.onHoverStateChange=function(m){m==="emphasis"?t.showEffectOn!=="render"&&s.startEffectAnimation(t):m==="normal"&&t.showEffectOn!=="render"&&s.stopEffectAnimation()}),this._effectCfg=t,O(this,c.get("focus"),c.get("blurScope"),c.get("disabled"))},o.prototype.fadeOut=function(e){e&&e()},o}(v),N=I;export{N as default};
3
+ //# sourceMappingURL=EffectSymbol.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/LargeLineDraw */
2
+ import{__extends as S}from"/tslib@2.3.0/es2022/tslib.mjs";import*as d from"../../util/graphic.mjs";import*as y from"/zrender@6.0.0/es2022/lib/contain/line.mjs";import*as _ from"/zrender@6.0.0/es2022/lib/contain/quadratic.mjs";import{getECData as L}from"../../util/innerStore.mjs";import C from"../../visual/tokens.mjs";var D=function(){function v(){this.polyline=!1,this.curveness=0,this.segs=[]}return v}(),P=function(v){S(e,v);function e(n){var o=v.call(this,n)||this;return o._off=0,o.hoverDataIdx=-1,o}return e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:C.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new D},e.prototype.buildPath=function(n,o){var t=o.segs,a=o.curveness,r;if(o.polyline)for(r=this._off;r<t.length;){var h=t[r++];if(h>0){n.moveTo(t[r++],t[r++]);for(var i=1;i<h;i++)n.lineTo(t[r++],t[r++])}}else for(r=this._off;r<t.length;){var s=t[r++],u=t[r++],f=t[r++],l=t[r++];if(n.moveTo(s,u),a>0){var g=(s+f)/2-(u-l)*a,c=(u+l)/2-(f-s)*a;n.quadraticCurveTo(g,c,f,l)}else n.lineTo(f,l)}this.incremental&&(this._off=r,this.notClear=!0)},e.prototype.findDataIndex=function(n,o){var t=this.shape,a=t.segs,r=t.curveness,h=this.style.lineWidth;if(t.polyline)for(var i=0,s=0;s<a.length;){var u=a[s++];if(u>0)for(var f=a[s++],l=a[s++],g=1;g<u;g++){var c=a[s++],p=a[s++];if(y.containStroke(f,l,c,p,h,n,o))return i}i++}else for(var i=0,s=0;s<a.length;){var f=a[s++],l=a[s++],c=a[s++],p=a[s++];if(r>0){var m=(f+c)/2-(l-p)*r,I=(l+p)/2-(c-f)*r;if(_.containStroke(f,l,m,I,c,p,h,n,o))return i}else if(y.containStroke(f,l,c,p,h,n,o))return i;i++}return-1},e.prototype.contain=function(n,o){var t=this.transformCoordToLocal(n,o),a=this.getBoundingRect();if(n=t[0],o=t[1],a.contain(n,o)){var r=this.hoverDataIdx=this.findDataIndex(n,o);return r>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var n=this._rect;if(!n){for(var o=this.shape,t=o.segs,a=1/0,r=1/0,h=-1/0,i=-1/0,s=0;s<t.length;){var u=t[s++],f=t[s++];a=Math.min(u,a),h=Math.max(u,h),r=Math.min(f,r),i=Math.max(f,i)}n=this._rect=new d.BoundingRect(a,r,h,i)}return n},e}(d.Path),w=function(){function v(){this.group=new d.Group}return v.prototype.updateData=function(e){this._clear();var n=this._create();n.setShape({segs:e.getLayout("linesPoints")}),this._setCommon(n,e)},v.prototype.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clear()},v.prototype.incrementalUpdate=function(e,n){var o=this._newAdded[0],t=n.getLayout("linesPoints"),a=o&&o.shape.segs;if(a&&a.length<2e4){var r=a.length,h=new Float32Array(r+t.length);h.set(a),h.set(t,r),o.setShape({segs:h})}else{this._newAdded=[];var i=this._create();i.incremental=!0,i.setShape({segs:t}),this._setCommon(i,n),i.__startIndex=e.start}},v.prototype.remove=function(){this._clear()},v.prototype.eachRendered=function(e){this._newAdded[0]&&e(this._newAdded[0])},v.prototype._create=function(){var e=new P({cursor:"default",ignoreCoarsePointer:!0});return this._newAdded.push(e),this.group.add(e),e},v.prototype._setCommon=function(e,n,o){var t=n.hostModel;e.setShape({polyline:t.get("polyline"),curveness:t.get(["lineStyle","curveness"])}),e.useStyle(t.getModel("lineStyle").getLineStyle()),e.style.strokeNoScale=!0;var a=n.getVisual("style");a&&a.stroke&&e.setStyle("stroke",a.stroke),e.setStyle("fill",null);var r=L(e);r.seriesIndex=t.seriesIndex,e.on("mousemove",function(h){r.dataIndex=null;var i=e.hoverDataIdx;i>0&&(r.dataIndex=i+e.__startIndex)})},v.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},v}(),T=w;export{T as default};
3
+ //# sourceMappingURL=LargeLineDraw.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/Line */
2
+ import{__extends as K}from"/tslib@2.3.0/es2022/tslib.mjs";import{isArray as Y,each as A,retrieve2 as G}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as R from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import*as L from"../../util/symbol.mjs";import X from"./LinePath.mjs";import*as M from"../../util/graphic.mjs";import{toggleHoverEmphasis as H,enterEmphasis as j,leaveEmphasis as q,SPECIAL_STATES as B}from"../../util/states.mjs";import{getLabelStatesModels as J,setLabelStyle as Q}from"../../label/labelStyle.mjs";import{round as W}from"../../util/number.mjs";import Z from"../../visual/tokens.mjs";var w=["fromSymbol","toSymbol"];function C(a){return"_"+a+"Type"}function U(a,r,t){var o=r.getItemVisual(t,a);if(!o||o==="none")return o;var i=r.getItemVisual(t,a+"Size"),e=r.getItemVisual(t,a+"Rotate"),s=r.getItemVisual(t,a+"Offset"),f=r.getItemVisual(t,a+"KeepAspect"),l=L.normalizeSymbolSize(i),n=L.normalizeSymbolOffset(s||0,l);return o+l+n+(e||"")+(f||"")}function F(a,r,t){var o=r.getItemVisual(t,a);if(!(!o||o==="none")){var i=r.getItemVisual(t,a+"Size"),e=r.getItemVisual(t,a+"Rotate"),s=r.getItemVisual(t,a+"Offset"),f=r.getItemVisual(t,a+"KeepAspect"),l=L.normalizeSymbolSize(i),n=L.normalizeSymbolOffset(s||0,l),m=L.createSymbol(o,-l[0]/2+n[0],-l[1]/2+n[1],l[0],l[1],null,f);return m.__specifiedRotation=e==null||isNaN(e)?void 0:+e*Math.PI/180||0,m.name=a,m}}function $(a){var r=new X({name:"line",subPixelOptimize:!0});return V(r.shape,a),r}function V(a,r){a.x1=r[0][0],a.y1=r[0][1],a.x2=r[1][0],a.y2=r[1][1],a.percent=1;var t=r[2];t?(a.cpx1=t[0],a.cpy1=t[1]):(a.cpx1=NaN,a.cpy1=NaN)}var x=function(a){K(r,a);function r(t,o,i){var e=a.call(this)||this;return e._createLine(t,o,i),e}return r.prototype._createLine=function(t,o,i){var e=t.hostModel,s=t.getItemLayout(o),f=t.getItemVisual(o,"z2"),l=$(s);l.shape.percent=0,M.initProps(l,{z2:G(f,0),shape:{percent:1}},e,o),this.add(l),A(w,function(n){var m=F(n,t,o);this.add(m),this[C(n)]=U(n,t,o)},this),this._updateCommonStl(t,o,i)},r.prototype.updateData=function(t,o,i){var e=t.hostModel,s=this.childOfName("line"),f=t.getItemLayout(o),l={shape:{}};V(l.shape,f),M.updateProps(s,l,e,o),A(w,function(n){var m=U(n,t,o),u=C(n);if(this[u]!==m){this.remove(this.childOfName(n));var v=F(n,t,o);this.add(v)}this[u]=m},this),this._updateCommonStl(t,o,i)},r.prototype.getLinePath=function(){return this.childAt(0)},r.prototype._updateCommonStl=function(t,o,i){var e=t.hostModel,s=this.childOfName("line"),f=i&&i.emphasisLineStyle,l=i&&i.blurLineStyle,n=i&&i.selectLineStyle,m=i&&i.labelStatesModels,u=i&&i.emphasisDisabled,v=i&&i.focus,z=i&&i.blurScope;if(!i||t.hasItemOption){var c=t.getItemModel(o),h=c.getModel("emphasis");f=h.getModel("lineStyle").getLineStyle(),l=c.getModel(["blur","lineStyle"]).getLineStyle(),n=c.getModel(["select","lineStyle"]).getLineStyle(),u=h.get("disabled"),v=h.get("focus"),z=h.get("blurScope"),m=J(c)}var I=t.getItemVisual(o,"style"),g=I.stroke;s.useStyle(I),s.style.fill=null,s.style.strokeNoScale=!0,s.ensureState("emphasis").style=f,s.ensureState("blur").style=l,s.ensureState("select").style=n,A(w,function(k){var p=this.childOfName(k);if(p){p.setColor(g),p.style.opacity=I.opacity;for(var O=0;O<B.length;O++){var y=B[O],P=s.getState(y);if(P){var T=P.style||{},N=p.ensureState(y),E=N.style||(N.style={});T.stroke!=null&&(E[p.__isEmptyBrush?"stroke":"fill"]=T.stroke),T.opacity!=null&&(E.opacity=T.opacity)}}p.markRedraw()}},this);var S=e.getRawValue(o);Q(this,m,{labelDataIndex:o,labelFetcher:{getFormattedLabel:function(k,p){return e.getFormattedLabel(k,p,t.dataType)}},inheritColor:g||Z.color.neutral99,defaultOpacity:I.opacity,defaultText:(S==null?t.getName(o):isFinite(S)?W(S):S)+""});var d=this.getTextContent();if(d){var _=m.normal;d.__align=d.style.align,d.__verticalAlign=d.style.verticalAlign,d.__position=_.get("position")||"middle";var b=_.get("distance");Y(b)||(b=[b,b]),d.__labelDistance=b}this.setTextConfig({position:null,local:!0,inside:!1}),H(this,v,z,u)},r.prototype.highlight=function(){j(this)},r.prototype.downplay=function(){q(this)},r.prototype.updateLayout=function(t,o){this.setLinePoints(t.getItemLayout(o))},r.prototype.setLinePoints=function(t){var o=this.childOfName("line");V(o.shape,t),o.dirty()},r.prototype.beforeUpdate=function(){var t=this,o=t.childOfName("fromSymbol"),i=t.childOfName("toSymbol"),e=t.getTextContent();if(!o&&!i&&(!e||e.ignore))return;for(var s=1,f=this.parent;f;)f.scaleX&&(s/=f.scaleX),f=f.parent;var l=t.childOfName("line");if(!this.__dirty&&!l.__dirty)return;var n=l.shape.percent,m=l.pointAt(0),u=l.pointAt(n),v=R.sub([],u,m);R.normalize(v,v);function z(P,T){var N=P.__specifiedRotation;if(N==null){var E=l.tangentAt(T);P.attr("rotation",(T===1?-1:1)*Math.PI/2-Math.atan2(E[1],E[0]))}else P.attr("rotation",N)}if(o&&(o.setPosition(m),z(o,0),o.scaleX=o.scaleY=s*n,o.markRedraw()),i&&(i.setPosition(u),z(i,1),i.scaleX=i.scaleY=s*n,i.markRedraw()),e&&!e.ignore){e.x=e.y=0,e.originX=e.originY=0;var c=void 0,h=void 0,I=e.__labelDistance,g=I[0]*s,S=I[1]*s,d=n/2,_=l.tangentAt(d),b=[_[1],-_[0]],k=l.pointAt(d);b[1]>0&&(b[0]=-b[0],b[1]=-b[1]);var p=_[0]<0?-1:1;if(e.__position!=="start"&&e.__position!=="end"){var O=-Math.atan2(_[1],_[0]);u[0]<m[0]&&(O=Math.PI+O),e.rotation=O}var y=void 0;switch(e.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":y=-S,h="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":y=S,h="top";break;default:y=0,h="middle"}switch(e.__position){case"end":e.x=v[0]*g+u[0],e.y=v[1]*S+u[1],c=v[0]>.8?"left":v[0]<-.8?"right":"center",h=v[1]>.8?"top":v[1]<-.8?"bottom":"middle";break;case"start":e.x=-v[0]*g+m[0],e.y=-v[1]*S+m[1],c=v[0]>.8?"right":v[0]<-.8?"left":"center",h=v[1]>.8?"bottom":v[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":e.x=g*p+m[0],e.y=m[1]+y,c=_[0]<0?"right":"left",e.originX=-g*p,e.originY=-y;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":e.x=k[0],e.y=k[1]+y,c="center",e.originY=-y;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":e.x=-g*p+u[0],e.y=u[1]+y,c=_[0]>=0?"right":"left",e.originX=g*p,e.originY=-y;break}e.scaleX=e.scaleY=s,e.setStyle({verticalAlign:e.__verticalAlign||h,align:e.__align||c})}},r}(M.Group),le=x;export{le as default};
3
+ //# sourceMappingURL=Line.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/LineDraw */
2
+ import*as u from"../../util/graphic.mjs";import d from"./Line.mjs";import{getLabelStatesModels as f}from"../../label/labelStyle.mjs";var g=function(){function r(e){this.group=new u.Group,this._LineCtor=e||d}return r.prototype.updateData=function(e){var t=this;this._progressiveEls=null;var s=this,o=s.group,n=s._lineData;s._lineData=e,n||o.removeAll();var i=l(e);e.diff(n).add(function(a){t._doAdd(e,a,i)}).update(function(a,h){t._doUpdate(n,e,h,a,i)}).remove(function(a){o.remove(n.getItemGraphicEl(a))}).execute()},r.prototype.updateLayout=function(){var e=this._lineData;e&&e.eachItemGraphicEl(function(t,s){t.updateLayout(e,s)},this)},r.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=l(e),this._lineData=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(e,t){this._progressiveEls=[];function s(a){!a.isGroup&&!m(a)&&(a.incremental=!0,a.ensureState("emphasis").hoverLayer=!0)}for(var o=e.start;o<e.end;o++){var n=t.getItemLayout(o);if(p(n)){var i=new this._LineCtor(t,o,this._seriesScope);i.traverse(s),this.group.add(i),t.setItemGraphicEl(o,i),this._progressiveEls.push(i)}}},r.prototype.remove=function(){this.group.removeAll()},r.prototype.eachRendered=function(e){u.traverseElements(this._progressiveEls||this.group,e)},r.prototype._doAdd=function(e,t,s){var o=e.getItemLayout(t);if(p(o)){var n=new this._LineCtor(e,t,s);e.setItemGraphicEl(t,n),this.group.add(n)}},r.prototype._doUpdate=function(e,t,s,o,n){var i=e.getItemGraphicEl(s);if(!p(t.getItemLayout(o))){this.group.remove(i);return}i?i.updateData(t,o,n):i=new this._LineCtor(t,o,n),t.setItemGraphicEl(o,i),this.group.add(i)},r}();function m(r){return r.animators&&r.animators.length>0}function l(r){var e=r.hostModel,t=e.getModel("emphasis");return{lineStyle:e.getModel("lineStyle").getLineStyle(),emphasisLineStyle:t.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:e.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:e.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:t.get("disabled"),blurScope:t.get("blurScope"),focus:t.get("focus"),labelStatesModels:f(e)}}function c(r){return isNaN(r[0])||isNaN(r[1])}function p(r){return r&&!c(r[0])&&!c(r[1])}var S=g;export{S as default};
3
+ //# sourceMappingURL=LineDraw.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/LinePath */
2
+ import{__extends as u}from"/tslib@2.3.0/es2022/tslib.mjs";import*as n from"../../util/graphic.mjs";import*as l from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import s from"../../visual/tokens.mjs";var p=n.Line.prototype,o=n.BezierCurve.prototype,c=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1}return r}(),g=function(r){u(i,r);function i(){return r!==null&&r.apply(this,arguments)||this}return i}(c);function a(r){return isNaN(+r.cpx1)||isNaN(+r.cpy1)}var f=function(r){u(i,r);function i(e){var t=r.call(this,e)||this;return t.type="ec-line",t}return i.prototype.getDefaultStyle=function(){return{stroke:s.color.neutral99,fill:null}},i.prototype.getDefaultShape=function(){return new c},i.prototype.buildPath=function(e,t){a(t)?p.buildPath.call(this,e,t):o.buildPath.call(this,e,t)},i.prototype.pointAt=function(e){return a(this.shape)?p.pointAt.call(this,e):o.pointAt.call(this,e)},i.prototype.tangentAt=function(e){var t=this.shape,h=a(t)?[t.x2-t.x1,t.y2-t.y1]:o.tangentAt.call(this,e);return l.normalize(h,h)},i}(n.Path),m=f;export{m as default};
3
+ //# sourceMappingURL=LinePath.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/Polyline */
2
+ import{__extends as g}from"/tslib@2.3.0/es2022/tslib.mjs";import*as i from"../../util/graphic.mjs";import{toggleHoverEmphasis as v}from"../../util/states.mjs";var d=function(s){g(a,s);function a(e,o,t){var l=s.call(this)||this;return l._createPolyline(e,o,t),l}return a.prototype._createPolyline=function(e,o,t){var l=e.getItemLayout(o),r=new i.Polyline({shape:{points:l}});this.add(r),this._updateCommonStl(e,o,t)},a.prototype.updateData=function(e,o,t){var l=e.hostModel,r=this.childAt(0),n={shape:{points:e.getItemLayout(o)}};i.updateProps(r,n,l,o),this._updateCommonStl(e,o,t)},a.prototype._updateCommonStl=function(e,o,t){var l=this.childAt(0),r=e.getItemModel(o),n=t&&t.emphasisLineStyle,u=t&&t.focus,h=t&&t.blurScope,m=t&&t.emphasisDisabled;if(!t||e.hasItemOption){var p=r.getModel("emphasis");n=p.getModel("lineStyle").getLineStyle(),m=p.get("disabled"),u=p.get("focus"),h=p.get("blurScope")}l.useStyle(e.getItemVisual(o,"style")),l.style.fill=null,l.style.strokeNoScale=!0;var y=l.ensureState("emphasis");y.style=n,v(this,u,h,m)},a.prototype.updateLayout=function(e,o){var t=this.childAt(0);t.setShape("points",e.getItemLayout(o))},a}(i.Group),L=d;export{L as default};
3
+ //# sourceMappingURL=Polyline.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/Symbol */
2
+ import{__extends as M}from"/tslib@2.3.0/es2022/tslib.mjs";import{createSymbol as P,normalizeSymbolOffset as Z,normalizeSymbolSize as w}from"../../util/symbol.mjs";import*as n from"../../util/graphic.mjs";import{getECData as x}from"../../util/innerStore.mjs";import{enterEmphasis as N,leaveEmphasis as R,toggleHoverEmphasis as F}from"../../util/states.mjs";import{getDefaultLabel as k}from"./labelHelper.mjs";import{extend as T,retrieve2 as B}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{setLabelStyle as G,getLabelStatesModels as H}from"../../label/labelStyle.mjs";import K from"/zrender@6.0.0/es2022/lib/graphic/Image.mjs";import{saveOldStyle as j}from"../../animation/basicTransition.mjs";var q=function(d){M(i,d);function i(t,e,o,l){var r=d.call(this)||this;return r.updateData(t,e,o,l),r}return i.prototype._createSymbol=function(t,e,o,l,r,a){this.removeAll();var m=P(t,-1,-1,2,2,null,a);m.attr({z2:B(r,100),culling:!0,scaleX:l[0]/2,scaleY:l[1]/2}),m.drift=J,this._symbolType=t,this.add(m)},i.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},i.prototype.getSymbolType=function(){return this._symbolType},i.prototype.getSymbolPath=function(){return this.childAt(0)},i.prototype.highlight=function(){N(this.childAt(0))},i.prototype.downplay=function(){R(this.childAt(0))},i.prototype.setZ=function(t,e){var o=this.childAt(0);o.zlevel=t,o.z=e},i.prototype.setDraggable=function(t,e){var o=this.childAt(0);o.draggable=t,o.cursor=!e&&t?"move":o.cursor},i.prototype.updateData=function(t,e,o,l){this.silent=!1;var r=t.getItemVisual(e,"symbol")||"circle",a=t.hostModel,m=i.getSymbolSize(t,e),f=i.getSymbolZ2(t,e),c=r!==this._symbolType,u=l&&l.disableAnimation;if(c){var v=t.getItemVisual(e,"symbolKeepAspect");this._createSymbol(r,t,e,m,f,v)}else{var s=this.childAt(0);s.silent=!1;var y={scaleX:m[0]/2,scaleY:m[1]/2};u?s.attr(y):n.updateProps(s,y,a,e),j(s)}if(this._updateCommon(t,e,m,o,l),c){var s=this.childAt(0);if(!u){var y={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:s.style.opacity}};s.scaleX=s.scaleY=0,s.style.opacity=0,n.initProps(s,y,a,e)}}u&&this.childAt(0).stopAnimation("leave")},i.prototype._updateCommon=function(t,e,o,l,r){var a=this.childAt(0),m=t.hostModel,f,c,u,v,s,y,z,h,I;if(l&&(f=l.emphasisItemStyle,c=l.blurItemStyle,u=l.selectItemStyle,v=l.focus,s=l.blurScope,z=l.labelStatesModels,h=l.hoverScale,I=l.cursorStyle,y=l.emphasisDisabled),!l||t.hasItemOption){var b=l&&l.itemModel?l.itemModel:t.getItemModel(e),p=b.getModel("emphasis");f=p.getModel("itemStyle").getItemStyle(),u=b.getModel(["select","itemStyle"]).getItemStyle(),c=b.getModel(["blur","itemStyle"]).getItemStyle(),v=p.get("focus"),s=p.get("blurScope"),y=p.get("disabled"),z=H(b),h=p.getShallow("scale"),I=b.getShallow("cursor")}var V=t.getItemVisual(e,"symbolRotate");a.attr("rotation",(V||0)*Math.PI/180||0);var _=Z(t.getItemVisual(e,"symbolOffset"),o);_&&(a.x=_[0],a.y=_[1]),I&&a.attr("cursor",I);var g=t.getItemVisual(e,"style"),Y=g.fill;if(a instanceof K){var S=a.style;a.useStyle(T({image:S.image,x:S.x,y:S.y,width:S.width,height:S.height},g))}else a.__isEmptyBrush?a.useStyle(T({},g)):a.useStyle(g),a.style.decal=null,a.setColor(Y,r&&r.symbolInnerColor),a.style.strokeNoScale=!0;var X=t.getItemVisual(e,"liftZ"),A=this._z2;X!=null?A==null&&(this._z2=a.z2,a.z2+=X):A!=null&&(a.z2=A,this._z2=null);var E=r&&r.useNameLabel;G(a,z,{labelFetcher:m,labelDataIndex:e,defaultText:L,inheritColor:Y,defaultOpacity:g.opacity});function L(D){return E?t.getName(D):k(t,D)}this._sizeX=o[0]/2,this._sizeY=o[1]/2;var O=a.ensureState("emphasis");O.style=f,a.ensureState("select").style=u,a.ensureState("blur").style=c;var C=h==null||h===!0?Math.max(1.1,3/this._sizeY):isFinite(h)&&h>0?+h:1;O.scaleX=this._sizeX*C,O.scaleY=this._sizeY*C,this.setSymbolScale(1),F(this,v,s,y)},i.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},i.prototype.fadeOut=function(t,e,o){var l=this.childAt(0),r=x(this).dataIndex,a=o&&o.animation;if(this.silent=l.silent=!0,o&&o.fadeLabel){var m=l.getTextContent();m&&n.removeElement(m,{style:{opacity:0}},e,{dataIndex:r,removeOpt:a,cb:function(){l.removeTextContent()}})}else l.removeTextContent();n.removeElement(l,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:a})},i.getSymbolSize=function(t,e){return w(t.getItemVisual(e,"symbolSize"))},i.getSymbolZ2=function(t,e){return t.getItemVisual(e,"z2")},i}(n.Group);function J(d,i){this.parent.drift(d,i)}var ot=q;export{ot as default};
3
+ //# sourceMappingURL=Symbol.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/SymbolDraw */
2
+ import*as p from"../../util/graphic.mjs";import I from"./Symbol.mjs";import{isObject as M}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{getLabelStatesModels as E}from"../../label/labelStyle.mjs";function y(o,e,t,r){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(r.isIgnore&&r.isIgnore(t))&&!(r.clipShape&&!r.clipShape.contain(e[0],e[1]))&&o.getItemVisual(t,"symbol")!=="none"}function b(o){return o!=null&&!M(o)&&(o={isIgnore:o}),o||{}}function d(o){var e=o.hostModel,t=e.getModel("emphasis");return{emphasisItemStyle:t.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:t.get("focus"),blurScope:t.get("blurScope"),emphasisDisabled:t.get("disabled"),hoverScale:t.get("scale"),labelStatesModels:E(e),cursorStyle:e.get("cursor")}}var G=function(){function o(e){this.group=new p.Group,this._SymbolCtor=e||I}return o.prototype.updateData=function(e,t){this._progressiveEls=null,t=b(t);var r=this.group,l=e.hostModel,a=this._data,c=this._SymbolCtor,n=t.disableAnimation,u=d(e),v={disableAnimation:n},g=t.getSymbolPoint||function(s){return e.getItemLayout(s)};a||r.removeAll(),e.diff(a).add(function(s){var m=g(s);if(y(e,m,s,t)){var i=new c(e,s,u,v);i.setPosition(m),e.setItemGraphicEl(s,i),r.add(i)}}).update(function(s,m){var i=a.getItemGraphicEl(m),h=g(s);if(!y(e,h,s,t)){r.remove(i);return}var _=e.getItemVisual(s,"symbol")||"circle",f=i&&i.getSymbolType&&i.getSymbolType();if(!i||f&&f!==_)r.remove(i),i=new c(e,s,u,v),i.setPosition(h);else{i.updateData(e,s,u,v);var S={x:h[0],y:h[1]};n?i.attr(S):p.updateProps(i,S,l)}r.add(i),e.setItemGraphicEl(s,i)}).remove(function(s){var m=a.getItemGraphicEl(s);m&&m.fadeOut(function(){r.remove(m)},l)}).execute(),this._getSymbolPoint=g,this._data=e},o.prototype.updateLayout=function(){var e=this,t=this._data;t&&t.eachItemGraphicEl(function(r,l){var a=e._getSymbolPoint(l);r.setPosition(a),r.markRedraw()})},o.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=d(e),this._data=null,this.group.removeAll()},o.prototype.incrementalUpdate=function(e,t,r){this._progressiveEls=[],r=b(r);function l(u){u.isGroup||(u.incremental=!0,u.ensureState("emphasis").hoverLayer=!0)}for(var a=e.start;a<e.end;a++){var c=t.getItemLayout(a);if(y(t,c,a,r)){var n=new this._SymbolCtor(t,a,this._seriesScope);n.traverse(l),n.setPosition(c),this.group.add(n),t.setItemGraphicEl(a,n),this._progressiveEls.push(n)}}},o.prototype.eachRendered=function(e){p.traverseElements(this._progressiveEls||this.group,e)},o.prototype.remove=function(e){var t=this.group,r=this._data;r&&e?r.eachItemGraphicEl(function(l){l.fadeOut(function(){t.remove(l)},r.hostModel)}):t.removeAll()},o}(),C=G;export{C as default};
3
+ //# sourceMappingURL=SymbolDraw.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/createClipPathFromCoordSys */
2
+ import*as p from"../../util/graphic.mjs";import{round as v}from"../../util/number.mjs";import{isFunction as x}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function P(e,c,a,t,i){var h=e.getArea(),r=h.x,g=h.y,n=h.width,f=h.height,s=a.get(["lineStyle","width"])||0;r-=s/2,g-=s/2,n+=s,f+=s,n=Math.ceil(n),r!==Math.floor(r)&&(r=Math.floor(r),n++);var l=new p.Rect({shape:{x:r,y:g,width:n,height:f}});if(c){var u=e.getBaseAxis(),w=u.isHorizontal(),o=u.inverse;w?(o&&(l.shape.x+=n),l.shape.width=0):(o||(l.shape.y+=f),l.shape.height=0);var A=x(i)?function(d){i(d,l)}:null;p.initProps(l,{shape:{width:n,height:f,x:r,y:g}},a,null,t,A)}return l}function m(e,c,a){var t=e.getArea(),i=v(t.r0,1),h=v(t.r,1),r=new p.Sector({shape:{cx:v(e.cx,1),cy:v(e.cy,1),r0:i,r:h,startAngle:t.startAngle,endAngle:t.endAngle,clockwise:t.clockwise}});if(c){var g=e.getBaseAxis().dim==="angle";g?r.shape.endAngle=t.startAngle:r.shape.r=i,p.initProps(r,{shape:{endAngle:t.endAngle,r:h}},a)}return r}function k(e,c,a,t,i){if(e){if(e.type==="polar")return m(e,c,a);if(e.type==="cartesian2d")return P(e,c,a,t,i)}else return null;return null}export{k as createClipPath,P as createGridClipPath,m as createPolarClipPath};
3
+ //# sourceMappingURL=createClipPathFromCoordSys.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/createRenderPlanner */
2
+ import{makeInner as v}from"../../util/model.mjs";function l(){var a=v();return function(n){var e=a(n),r=n.pipelineContext,i=!!e.large,o=!!e.progressiveRender,t=e.large=!!(r&&r.large),g=e.progressiveRender=!!(r&&r.progressiveRender);return(i!==t||o!==g)&&"reset"}}export{l as default};
3
+ //# sourceMappingURL=createRenderPlanner.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/createSeriesData */
2
+ import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import x from"../../data/SeriesData.mjs";import N from"../../data/helper/createDimensions.mjs";import{getDimensionTypeByAxis as U}from"../../data/helper/dimensionHelper.mjs";import{getDataItemValue as A}from"../../util/model.mjs";import I from"../../core/CoordinateSystem.mjs";import{getCoordSysInfoBySeries as z}from"../../model/referHelper.mjs";import{createSourceFromSeriesDataOption as E}from"../../data/Source.mjs";import{enableDataStack as F}from"../../data/helper/dataStackHelper.mjs";import{makeSeriesEncodeForAxisCoordSys as M}from"../../data/helper/sourceHelper.mjs";import{SOURCE_FORMAT_ORIGINAL as g}from"../../util/types.mjs";function k(r,e){var o=r.get("coordinateSystem"),a=I.get(o),t;return e&&e.coordSysDims&&(t=n.map(e.coordSysDims,function(i){var s={name:i},c=e.axisMap.get(i);if(c){var m=c.get("type");s.type=U(m)}return s})),t||(t=a&&(a.getDimensionsInfo?a.getDimensionsInfo():a.dimensions.slice())||["x","y"]),t}function G(r,e,o){var a,t;return o&&n.each(r,function(i,s){var c=i.coordDim,m=o.categoryAxisMap.get(c);m&&(a==null&&(a=s),i.ordinalMeta=m.getOrdinalMeta(),e&&(i.createInvertedIndices=!0)),i.otherDims.itemName!=null&&(t=!0)}),!t&&a!=null&&(r[a].otherDims.itemName=0),a}function V(r,e,o){o=o||{};var a=e.getSourceManager(),t,i=!1;r?(i=!0,t=E(r)):(t=a.getSource(),i=t.sourceFormat===g);var s=z(e),c=k(e,s),m=o.useEncodeDefaulter,S=n.isFunction(m)?m:m?n.curry(M,c,e):null,p={coordDimensions:c,generateCoord:o.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:S,canOmitUnusedDimensions:!i},u=N(t,p),f=G(u.dimensions,o.createInvertedIndices,s),D=i?null:a.getSharedDataStore(u),y=F(e,{schema:u,store:D}),l=new x(u,e);l.setCalculationInfo(y);var C=f!=null&&B(t)?function(h,O,d,v){return v===f?d:this.defaultDimValueGetter(h,O,d,v)}:null;return l.hasItemOption=!1,l.initData(i?t:D,null,C),l}function B(r){if(r.sourceFormat===g){var e=R(r.data||[]);return!n.isArray(A(e))}}function R(r){for(var e=0;e<r.length&&r[e]==null;)e++;return r[e]}var P=V;export{P as default};
3
+ //# sourceMappingURL=createSeriesData.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/createSeriesDataSimply */
2
+ import m from"../../data/helper/createDimensions.mjs";import o from"../../data/SeriesData.mjs";import{extend as c,isArray as s}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function f(r,e,n){e=s(e)&&{coordDimensions:e}||c({encodeDefine:r.getEncode()},e);var i=r.getSource(),t=m(i,e).dimensions,a=new o(t,r);return a.initData(i,n),a}export{f as default};
3
+ //# sourceMappingURL=createSeriesDataSimply.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/enableAriaDecalForTree */
2
+ import{getDecalFromPalette as o}from"../../model/mixin/palette.mjs";function n(a){var r=a.getData(),c=r.tree,l={};c.eachNode(function(t){for(var e=t;e&&e.depth>1;)e=e.parentNode;var d=o(a.ecModel,e.name||e.dataIndex+"",l);t.setVisual("decal",d)})}export{n as default};
3
+ //# sourceMappingURL=enableAriaDecalForTree.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/labelHelper */
2
+ import{retrieveRawValue as i}from"../../data/helper/dataProvider.mjs";import{isArray as u}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function m(r,l){var e=r.mapDimensionsAll("defaultedLabel"),t=e.length;if(t===1){var n=i(r,l,e[0]);return n!=null?n+"":null}else if(t){for(var f=[],o=0;o<e.length;o++)f.push(i(r,l,e[o]));return f.join(" ")}}function v(r,l){var e=r.mapDimensionsAll("defaultedLabel");if(!u(l))return l+"";for(var t=[],n=0;n<e.length;n++){var f=r.getDimensionIndex(e[n]);f>=0&&t.push(l[f])}return t.join(" ")}export{v as getDefaultInterpolatedLabel,m as getDefaultLabel};
3
+ //# sourceMappingURL=labelHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/multipleGraphEdgeHelper */
2
+ import*as c from"/zrender@6.0.0/es2022/lib/core/util.mjs";var L="-->",_=function(r){return r.get("autoCurveness")||null},d=function(r,t){var n=_(r),u=20,a=[];if(c.isNumber(n))u=n;else if(c.isArray(n)){r.__curvenessList=n;return}t>u&&(u=t);var v=u%2?u+2:u+3;a=[];for(var e=0;e<v;e++)a.push((e%2?e+1:e)/10*(e%2?-1:1));r.__curvenessList=a},s=function(r,t,n){var u=[r.id,r.dataIndex].join("."),a=[t.id,t.dataIndex].join(".");return[n.uid,u,a].join(L)},m=function(r){var t=r.split(L);return[t[0],t[2],t[1]].join(L)},x=function(r,t){var n=s(r.node1,r.node2,t);return t.__edgeMap[n]},w=function(r,t){var n=C(s(r.node1,r.node2,t),t),u=C(s(r.node2,r.node1,t),t);return n+u},C=function(r,t){var n=t.__edgeMap;return n[r]?n[r].length:0};function A(r){_(r)&&(r.__curvenessList=[],r.__edgeMap={},d(r))}function I(r,t,n,u){if(_(n)){var a=s(r,t,n),v=n.__edgeMap,e=v[m(a)];v[a]&&!e?v[a].isForward=!0:e&&v[a]&&(e.isForward=!0,v[a].isForward=!1),v[a]=v[a]||[],v[a].push(u)}}function K(r,t,n,u){var a=_(t),v=c.isArray(a);if(!a)return null;var e=x(r,t);if(!e)return null;for(var p=-1,g=0;g<e.length;g++)if(e[g]===n){p=g;break}var E=w(r,t);d(t,E),r.lineStyle=r.lineStyle||{};var h=s(r.node1,r.node2,t),y=t.__curvenessList,i=v||E%2?0:1;if(e.isForward)return y[i+p];var F=m(h),f=C(F,t),o=y[p+f+i];return u?v?a&&a[0]===0?(f+i)%2?o:-o:((f%2?0:1)+i)%2?o:-o:(f+i)%2?o:-o:y[p+f+i]}export{I as createEdgeMapForCurveness,K as getCurvenessForEdge,A as initCurvenessList};
3
+ //# sourceMappingURL=multipleGraphEdgeHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/treeHelper */
2
+ import*as a from"/zrender@6.0.0/es2022/lib/core/util.mjs";function v(r,e,i){if(r&&a.indexOf(e,r.type)>=0){var n=i.getData().tree.root,t=r.targetNode;if(a.isString(t)&&(t=n.getNodeById(t)),t&&n.contains(t))return{node:t};var f=r.targetNodeId;if(f!=null&&(t=n.getNodeById(f)))return{node:t}}}function u(r){for(var e=[];r;)r=r.parentNode,r&&e.push(r);return e.reverse()}function h(r,e){var i=u(r);return a.indexOf(i,e)>=0}function p(r,e){for(var i=[];r;){var n=r.dataIndex;i.push({name:r.name,dataIndex:n,value:e.getRawValue(n)}),r=r.parentNode}return i.reverse(),i}export{h as aboveViewRoot,u as getPathToRoot,v as retrieveTargetInfo,p as wrapTreePathInfo};
3
+ //# sourceMappingURL=treeHelper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/helper/whiskerBoxCommon */
2
+ import b from"./createSeriesDataSimply.mjs";import*as i from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{getDimensionTypeByAxis as A}from"../../data/helper/dimensionHelper.mjs";import{makeSeriesEncodeForAxisCoordSys as I}from"../../data/helper/sourceHelper.mjs";var B=function(){function r(){}return r.prototype._hasEncodeRule=function(e){var s=this.getEncode();return s&&s.get(e)!=null},r.prototype.getInitialData=function(e,s){var n,l=s.getComponent("xAxis",this.get("xAxisIndex")),x=s.getComponent("yAxis",this.get("yAxisIndex")),p=l.get("type"),g=x.get("type"),d;p==="category"?(e.layout="horizontal",n=l.getOrdinalMeta(),d=!this._hasEncodeRule("x")):g==="category"?(e.layout="vertical",n=x.getOrdinalMeta(),d=!this._hasEncodeRule("y")):e.layout=e.layout||"horizontal";var u=["x","y"],o=e.layout==="horizontal"?0:1,D=this._baseAxisDim=u[o],z=u[1-o],y=[l,x],M=y[o].get("type"),C=y[1-o].get("type"),m=e.data;if(m&&d){var h=[];i.each(m,function(t,f){var a;i.isArray(t)?(a=t.slice(),t.unshift(f)):i.isArray(t.value)?(a=i.extend({},t),a.value=a.value.slice(),t.value.unshift(f)):a=t,h.push(a)}),e.data=h}var v=this.defaultValueDimensions,c=[{name:D,type:A(M),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:z,type:A(C),dimsDef:v.slice()}];return b(this,{coordDimensions:c,dimensionsCount:v.length+1,encodeDefaulter:i.curry(I,c,this)})},r.prototype.getBaseAxis=function(){var e=this._baseAxisDim;return this.ecModel.getComponent(e+"Axis",this.get(e+"AxisIndex")).axis},r}();export{B as WhiskerBoxCommonMixin};
3
+ //# sourceMappingURL=whiskerBoxCommon.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/line/LineSeries */
2
+ import{__extends as u}from"/tslib@2.3.0/es2022/tslib.mjs";import c from"../helper/createSeriesData.mjs";import h from"../../model/Series.mjs";import{createSymbol as m}from"../../util/symbol.mjs";import{Group as p}from"../../util/graphic.mjs";import f from"../../visual/tokens.mjs";var S=function(l){u(t,l);function t(){var e=l!==null&&l.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e}return t.prototype.getInitialData=function(e){if(0)var o;return c(null,this,{useEncodeDefaulter:!0})},t.prototype.getLegendIcon=function(e){var o=new p,n=m("line",0,e.itemHeight/2,e.itemWidth,0,e.lineStyle.stroke,!1);o.add(n),n.setStyle(e.lineStyle);var a=this.getData().getVisual("symbol"),y=this.getData().getVisual("symbolRotate"),s=a==="none"?"circle":a,r=e.itemHeight*.8,i=m(s,(e.itemWidth-r)/2,(e.itemHeight-r)/2,r,r,e.itemStyle.fill);o.add(i),i.setStyle(e.itemStyle);var d=e.iconRotate==="inherit"?y:e.iconRotate||0;return i.rotation=d*Math.PI/180,i.setOrigin([e.itemWidth/2,e.itemHeight/2]),s.indexOf("empty")>-1&&(i.style.stroke=i.style.fill,i.style.fill=f.color.neutral00,i.style.lineWidth=2),o},t.type="series.line",t.dependencies=["grid","polar"],t.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:6,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},t}(h),E=S;export{E as default};
3
+ //# sourceMappingURL=LineSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/line/LineView */
2
+ import{__extends as st}from"/tslib@2.3.0/es2022/tslib.mjs";import*as D from"/zrender@6.0.0/es2022/lib/core/util.mjs";import vt from"../helper/SymbolDraw.mjs";import nt from"../helper/Symbol.mjs";import ut from"./lineAnimationDiff.mjs";import*as E from"../../util/graphic.mjs";import*as T from"../../util/model.mjs";import{ECPolyline as ht,ECPolygon as ft}from"./poly.mjs";import V from"../../view/Chart.mjs";import{prepareDataCoordInfo as pt,getStackedOnPoint as gt}from"./helper.mjs";import{createGridClipPath as ct,createPolarClipPath as mt}from"../helper/createClipPathFromCoordSys.mjs";import{isCoordinateSystemType as yt}from"../../coord/CoordinateSystem.mjs";import{setStatesStylesFromModel as j,setStatesFlag as K,toggleHoverEmphasis as Q,SPECIAL_STATES as $}from"../../util/states.mjs";import{setLabelStyle as dt,getLabelStatesModels as _t,labelInner as bt}from"../../label/labelStyle.mjs";import{getDefaultLabel as St,getDefaultInterpolatedLabel as xt}from"../helper/labelHelper.mjs";import{getECData as z}from"../../util/innerStore.mjs";import{createFloat32Array as wt}from"../../util/vendor.mjs";import{convertToColorString as Y}from"../../util/format.mjs";import{lerp as It}from"/zrender@6.0.0/es2022/lib/tool/color.mjs";function M(s,l){if(s.length===l.length){for(var t=0;t<s.length;t++)if(s[t]!==l[t])return;return!0}}function tt(s){for(var l=1/0,t=1/0,o=-1/0,n=-1/0,e=0;e<s.length;){var a=s[e++],i=s[e++];isNaN(a)||(l=Math.min(a,l),o=Math.max(a,o)),isNaN(i)||(t=Math.min(i,t),n=Math.max(i,n))}return[[l,t],[o,n]]}function et(s,l){var t=tt(s),o=t[0],n=t[1],e=tt(l),a=e[0],i=e[1];return Math.max(Math.abs(o[0]-a[0]),Math.abs(o[1]-a[1]),Math.abs(n[0]-i[0]),Math.abs(n[1]-i[1]))}function at(s){return D.isNumber(s)?s:s?.5:0}function Pt(s,l,t){if(!t.valueDim)return[];for(var o=l.count(),n=wt(o*2),e=0;e<o;e++){var a=gt(t,s,l,e);n[e*2]=a[0],n[e*2+1]=a[1]}return n}function k(s,l,t,o,n){var e=t.getBaseAxis(),a=e.dim==="x"||e.dim==="radius"?0:1,i=[],u=0,r=[],v=[],f=[],h=[];if(n){for(u=0;u<s.length;u+=2){var g=l||s;!isNaN(g[u])&&!isNaN(g[u+1])&&h.push(s[u],s[u+1])}s=h}for(u=0;u<s.length-2;u+=2)switch(f[0]=s[u+2],f[1]=s[u+3],v[0]=s[u],v[1]=s[u+1],i.push(v[0],v[1]),o){case"end":r[a]=f[a],r[1-a]=v[1-a],i.push(r[0],r[1]);break;case"middle":var c=(v[a]+f[a])/2,p=[];r[a]=p[a]=c,r[1-a]=v[1-a],p[1-a]=f[1-a],i.push(r[0],r[1]),i.push(p[0],p[1]);break;default:r[a]=v[a],r[1-a]=f[1-a],i.push(r[0],r[1])}return i.push(s[u++],s[u++]),i}function Dt(s,l){var t=[],o=s.length,n,e;function a(v,f,h){var g=v.coord,c=(h-g)/(f.coord-g),p=It(c,[v.color,f.color]);return{coord:h,color:p}}for(var i=0;i<o;i++){var u=s[i],r=u.coord;if(r<0)n=u;else if(r>l){e?t.push(a(e,u,l)):n&&t.push(a(n,u,0),a(n,u,l));break}else n&&(t.push(a(n,u,0)),n=null),t.push(u),e=u}return t}function Lt(s,l,t){var o=s.getVisual("visualMeta");if(!(!o||!o.length||!s.count())&&l.type==="cartesian2d"){for(var n,e,a=o.length-1;a>=0;a--){var i=s.getDimensionInfo(o[a].dimension);if(n=i&&i.coordDim,n==="x"||n==="y"){e=o[a];break}}if(e){var u=l.getAxis(n),r=D.map(e.stops,function(m){return{coord:u.toGlobalCoord(u.dataToCoord(m.value)),color:m.color}}),v=r.length,f=e.outerColors.slice();v&&r[0].coord>r[v-1].coord&&(r.reverse(),f.reverse());var h=Dt(r,n==="x"?t.getWidth():t.getHeight()),g=h.length;if(!g&&v)return r[0].coord<0?f[1]?f[1]:r[v-1].color:f[0]?f[0]:r[0].color;var c=10,p=h[0].coord-c,b=h[g-1].coord+c,d=b-p;if(d<.001)return"transparent";D.each(h,function(m){m.offset=(m.coord-p)/d}),h.push({offset:g?h[g-1].offset:.5,color:f[1]||"transparent"}),h.unshift({offset:g?h[0].offset:.5,color:f[0]||"transparent"});var y=new E.LinearGradient(0,0,0,0,h,!0);return y[n]=p,y[n+"2"]=b,y}}}function Nt(s,l,t){var o=s.get("showAllSymbol"),n=o==="auto";if(!(o&&!n)){var e=t.getAxesByScale("ordinal")[0];if(e&&!(n&&At(e,l))){var a=l.mapDimension(e.dim),i={};return D.each(e.getViewLabels(),function(u){var r=e.scale.getRawOrdinalNumber(u.tickValue);i[r]=1}),function(u){return!i.hasOwnProperty(l.get(a,u))}}}}function At(s,l){var t=s.getExtent(),o=Math.abs(t[1]-t[0])/s.scale.count();isNaN(o)&&(o=0);for(var n=l.count(),e=Math.max(1,Math.round(n/5)),a=0;a<n;a+=e)if(nt.getSymbolSize(l,a)[s.isHorizontal()?1:0]*1.5>o)return!1;return!0}function Ct(s,l){return isNaN(s)||isNaN(l)}function Et(s){for(var l=s.length/2;l>0&&Ct(s[l*2-2],s[l*2-1]);l--);return l-1}function rt(s,l){return[s[l*2],s[l*2+1]]}function kt(s,l,t){for(var o=s.length/2,n=t==="x"?0:1,e,a,i=0,u=-1,r=0;r<o;r++)if(a=s[r*2+n],!(isNaN(a)||isNaN(s[r*2+1-n]))){if(r===0){e=a;continue}if(e<=l&&a>=l||e>=l&&a<=l){u=r;break}i=r,e=a}return{range:[i,u],t:(l-e)/(a-e)}}function it(s){if(s.get(["endLabel","show"]))return!0;for(var l=0;l<$.length;l++)if(s.get([$[l],"endLabel","show"]))return!0;return!1}function H(s,l,t,o){if(yt(l,"cartesian2d")){var n=o.getModel("endLabel"),e=n.get("valueAnimation"),a=o.getData(),i={lastFrameIndex:0},u=it(o)?function(g,c){s._endLabelOnDuring(g,c,a,i,e,n,l)}:null,r=l.getBaseAxis().isHorizontal(),v=ct(l,t,o,function(){var g=s._endLabel;g&&t&&i.originalX!=null&&g.attr({x:i.originalX,y:i.originalY})},u);if(!o.get("clip",!0)){var f=v.shape,h=Math.max(f.width,f.height);r?(f.y-=h,f.height+=h*2):(f.x-=h,f.width+=h*2)}return u&&u(1,v),v}else return mt(l,t,o)}function Ot(s,l){var t=l.getBaseAxis(),o=t.isHorizontal(),n=t.inverse,e=o?n?"right":"left":"center",a=o?"middle":n?"top":"bottom";return{normal:{align:s.get("align")||e,verticalAlign:s.get("verticalAlign")||a}}}var Gt=function(s){st(l,s);function l(){return s!==null&&s.apply(this,arguments)||this}return l.prototype.init=function(){var t=new E.Group,o=new vt;this.group.add(o.group),this._symbolDraw=o,this._lineGroup=t,this._changePolyState=D.bind(this._changePolyState,this)},l.prototype.render=function(t,o,n){var e=t.coordinateSystem,a=this.group,i=t.getData(),u=t.getModel("lineStyle"),r=t.getModel("areaStyle"),v=i.getLayout("points")||[],f=e.type==="polar",h=this._coordSys,g=this._symbolDraw,c=this._polyline,p=this._polygon,b=this._lineGroup,d=!o.ssr&&t.get("animation"),y=!r.isEmpty(),m=r.get("origin"),L=pt(e,i,m),_=y&&Pt(e,i,L),x=t.get("showSymbol"),P=t.get("connectNulls"),A=x&&!f&&Nt(t,i,e),S=this._data;S&&S.eachItemGraphicEl(function(C,lt){C.__temp&&(a.remove(C),S.setItemGraphicEl(lt,null))}),x||g.remove(),a.add(b);var w=f?!1:t.get("step"),I;e&&e.getArea&&t.get("clip",!0)&&(I=e.getArea(),I.width!=null?(I.x-=.1,I.y-=.1,I.width+=.2,I.height+=.2):I.r0&&(I.r0-=.5,I.r+=.5)),this._clipShapeForSymbol=I;var N=Lt(i,e,n)||i.getVisual("style")[i.getVisual("drawType")];if(!(c&&h.type===e.type&&w===this._step))x&&g.updateData(i,{isIgnore:A,clipShape:I,disableAnimation:!0,getSymbolPoint:function(C){return[v[C*2],v[C*2+1]]}}),d&&this._initSymbolLabelAnimation(i,e,I),w&&(_&&(_=k(_,v,e,w,P)),v=k(v,null,e,w,P)),c=this._newPolyline(v),y?p=this._newPolygon(v,_):p&&(b.remove(p),p=this._polygon=null),f||this._initOrUpdateEndLabel(t,e,Y(N)),b.setClipPath(H(this,e,!0,t));else{y&&!p?p=this._newPolygon(v,_):p&&!y&&(b.remove(p),p=this._polygon=null),f||this._initOrUpdateEndLabel(t,e,Y(N));var F=b.getClipPath();if(F){var U=H(this,e,!1,t);E.initProps(F,{shape:U.shape},t)}else b.setClipPath(H(this,e,!0,t));x&&g.updateData(i,{isIgnore:A,clipShape:I,disableAnimation:!0,getSymbolPoint:function(C){return[v[C*2],v[C*2+1]]}}),(!M(this._stackedOnPoints,_)||!M(this._points,v))&&(d?this._doUpdateAnimation(i,_,e,n,w,m,P):(w&&(_&&(_=k(_,v,e,w,P)),v=k(v,null,e,w,P)),c.setShape({points:v}),p&&p.setShape({points:v,stackedOnPoints:_})))}var O=t.getModel("emphasis"),G=O.get("focus"),B=O.get("blurScope"),X=O.get("disabled");if(c.useStyle(D.defaults(u.getLineStyle(),{fill:"none",stroke:N,lineJoin:"bevel"})),j(c,t,"lineStyle"),c.style.lineWidth>0&&t.get(["emphasis","lineStyle","width"])==="bolder"){var ot=c.getState("emphasis").style;ot.lineWidth=+c.style.lineWidth+1}z(c).seriesIndex=t.seriesIndex,Q(c,G,B,X);var R=at(t.get("smooth")),W=t.get("smoothMonotone");if(c.setShape({smooth:R,smoothMonotone:W,connectNulls:P}),p){var q=i.getCalculationInfo("stackedOnSeries"),J=0;p.useStyle(D.defaults(r.getAreaStyle(),{fill:N,opacity:.7,lineJoin:"bevel",decal:i.getVisual("style").decal})),q&&(J=at(q.get("smooth"))),p.setShape({smooth:R,stackedOnSmooth:J,smoothMonotone:W,connectNulls:P}),j(p,t,"areaStyle"),z(p).seriesIndex=t.seriesIndex,Q(p,G,B,X)}var Z=this._changePolyState;i.eachItemGraphicEl(function(C){C&&(C.onHoverStateChange=Z)}),this._polyline.onHoverStateChange=Z,this._data=i,this._coordSys=e,this._stackedOnPoints=_,this._points=v,this._step=w,this._valueOrigin=m,t.get("triggerLineEvent")&&(this.packEventData(t,c),p&&this.packEventData(t,p))},l.prototype.packEventData=function(t,o){z(o).eventData={componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line"}},l.prototype.highlight=function(t,o,n,e){var a=t.getData(),i=T.queryDataIndex(a,e);if(this._changePolyState("emphasis"),!(i instanceof Array)&&i!=null&&i>=0){var u=a.getLayout("points"),r=a.getItemGraphicEl(i);if(!r){var v=u[i*2],f=u[i*2+1];if(isNaN(v)||isNaN(f)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(v,f))return;var h=t.get("zlevel")||0,g=t.get("z")||0;r=new nt(a,i),r.x=v,r.y=f,r.setZ(h,g);var c=r.getSymbolPath().getTextContent();c&&(c.zlevel=h,c.z=g,c.z2=this._polyline.z2+1),r.__temp=!0,a.setItemGraphicEl(i,r),r.stopSymbolAnimation(!0),this.group.add(r)}r.highlight()}else V.prototype.highlight.call(this,t,o,n,e)},l.prototype.downplay=function(t,o,n,e){var a=t.getData(),i=T.queryDataIndex(a,e);if(this._changePolyState("normal"),i!=null&&i>=0){var u=a.getItemGraphicEl(i);u&&(u.__temp?(a.setItemGraphicEl(i,null),this.group.remove(u)):u.downplay())}else V.prototype.downplay.call(this,t,o,n,e)},l.prototype._changePolyState=function(t){var o=this._polygon;K(this._polyline,t),o&&K(o,t)},l.prototype._newPolyline=function(t){var o=this._polyline;return o&&this._lineGroup.remove(o),o=new ht({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(o),this._polyline=o,o},l.prototype._newPolygon=function(t,o){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new ft({shape:{points:t,stackedOnPoints:o},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},l.prototype._initSymbolLabelAnimation=function(t,o,n){var e,a,i=o.getBaseAxis(),u=i.inverse;o.type==="cartesian2d"?(e=i.isHorizontal(),a=!1):o.type==="polar"&&(e=i.dim==="angle",a=!0);var r=t.hostModel,v=r.get("animationDuration");D.isFunction(v)&&(v=v(null));var f=r.get("animationDelay")||0,h=D.isFunction(f)?f(null):f;t.eachItemGraphicEl(function(g,c){var p=g;if(p){var b=[g.x,g.y],d=void 0,y=void 0,m=void 0;if(n)if(a){var L=n,_=o.pointToCoord(b);e?(d=L.startAngle,y=L.endAngle,m=-_[1]/180*Math.PI):(d=L.r0,y=L.r,m=_[0])}else{var x=n;e?(d=x.x,y=x.x+x.width,m=g.x):(d=x.y+x.height,y=x.y,m=g.y)}var P=y===d?0:(m-d)/(y-d);u&&(P=1-P);var A=D.isFunction(f)?f(c):v*P+h,S=p.getSymbolPath(),w=S.getTextContent();p.attr({scaleX:0,scaleY:0}),p.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:A}),w&&w.animateFrom({style:{opacity:0}},{duration:300,delay:A}),S.disableLabelAnimation=!0}})},l.prototype._initOrUpdateEndLabel=function(t,o,n){var e=t.getModel("endLabel");if(it(t)){var a=t.getData(),i=this._polyline,u=a.getLayout("points");if(!u){i.removeTextContent(),this._endLabel=null;return}var r=this._endLabel;r||(r=this._endLabel=new E.Text({z2:200}),r.ignoreClip=!0,i.setTextContent(this._endLabel),i.disableLabelAnimation=!0);var v=Et(u);v>=0&&(dt(i,_t(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:v,defaultText:function(f,h,g){return g!=null?xt(a,g):St(a,f)},enableTextSetter:!0},Ot(e,o)),i.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},l.prototype._endLabelOnDuring=function(t,o,n,e,a,i,u){var r=this._endLabel,v=this._polyline;if(r){t<1&&e.originalX==null&&(e.originalX=r.x,e.originalY=r.y);var f=n.getLayout("points"),h=n.hostModel,g=h.get("connectNulls"),c=i.get("precision"),p=i.get("distance")||0,b=u.getBaseAxis(),d=b.isHorizontal(),y=b.inverse,m=o.shape,L=y?d?m.x:m.y+m.height:d?m.x+m.width:m.y,_=(d?p:0)*(y?-1:1),x=(d?0:-p)*(y?-1:1),P=d?"x":"y",A=kt(f,L,P),S=A.range,w=S[1]-S[0],I=void 0;if(w>=1){if(w>1&&!g){var N=rt(f,S[0]);r.attr({x:N[0]+_,y:N[1]+x}),a&&(I=h.getRawValue(S[0]))}else{var N=v.getPointOn(L,P);N&&r.attr({x:N[0]+_,y:N[1]+x});var F=h.getRawValue(S[0]),U=h.getRawValue(S[1]);a&&(I=T.interpolateRawValues(n,c,F,U,A.t))}e.lastFrameIndex=S[0]}else{var O=t===1||e.lastFrameIndex>0?S[0]:0,N=rt(f,O);a&&(I=h.getRawValue(O)),r.attr({x:N[0]+_,y:N[1]+x})}if(a){var G=bt(r);typeof G.setLabelText=="function"&&G.setLabelText(I)}}},l.prototype._doUpdateAnimation=function(t,o,n,e,a,i,u){var r=this._polyline,v=this._polygon,f=t.hostModel,h=ut(this._data,t,this._stackedOnPoints,o,this._coordSys,n,this._valueOrigin,i),g=h.current,c=h.stackedOnCurrent,p=h.next,b=h.stackedOnNext;if(a&&(c=k(h.stackedOnCurrent,h.current,n,a,u),g=k(h.current,null,n,a,u),b=k(h.stackedOnNext,h.next,n,a,u),p=k(h.next,null,n,a,u)),et(g,p)>3e3||v&&et(c,b)>3e3){r.stopAnimation(),r.setShape({points:p}),v&&(v.stopAnimation(),v.setShape({points:p,stackedOnPoints:b}));return}r.shape.__points=h.current,r.shape.points=g;var d={shape:{points:p}};h.current!==g&&(d.shape.__points=h.next),r.stopAnimation(),E.updateProps(r,d,f),v&&(v.setShape({points:g,stackedOnPoints:c}),v.stopAnimation(),E.updateProps(v,{shape:{stackedOnPoints:b}},f),r.shape.points!==v.shape.points&&(v.shape.points=r.shape.points));for(var y=[],m=h.status,L=0;L<m.length;L++){var _=m[L].cmd;if(_==="="){var x=t.getItemGraphicEl(m[L].idx1);x&&y.push({el:x,ptIdx:L})}}r.animators&&r.animators.length&&r.animators[0].during(function(){v&&v.dirtyShape();for(var P=r.shape.__points,A=0;A<y.length;A++){var S=y[A].el,w=y[A].ptIdx*2;S.x=P[w],S.y=P[w+1],S.markRedraw()}})},l.prototype.remove=function(t){var o=this.group,n=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),n&&n.eachItemGraphicEl(function(e,a){e.__temp&&(o.remove(e),n.setItemGraphicEl(a,null))}),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._endLabel=this._data=null},l.type="line",l}(V),$t=Gt;export{$t as default};
3
+ //# sourceMappingURL=LineView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/line/helper */
2
+ import{isDimensionStacked as u}from"../../data/helper/dataStackHelper.mjs";import{isNumber as b,map as k}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function g(i,e,a){var t=i.getBaseAxis(),s=i.getOtherAxis(t),m=p(s,a),r=t.dim,f=s.dim,l=e.mapDimension(f),o=e.mapDimension(r),c=f==="x"||f==="radius"?1:0,n=k(i.dimensions,function(x){return e.mapDimension(x)}),v=!1,D=e.getCalculationInfo("stackResultDimension");return u(e,n[0])&&(v=!0,n[0]=D),u(e,n[1])&&(v=!0,n[1]=D),{dataDimsForPoint:n,valueStart:m,valueAxisDim:f,baseAxisDim:r,stacked:!!v,valueDim:l,baseDim:o,baseDataOffset:c,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function p(i,e){var a=0,t=i.scale.getExtent();return e==="start"?a=t[0]:e==="end"?a=t[1]:b(e)&&!isNaN(e)?a=e:t[0]>0?a=t[0]:t[1]<0&&(a=t[1]),a}function O(i,e,a,t){var s=NaN;i.stacked&&(s=a.get(a.getCalculationInfo("stackedOverDimension"),t)),isNaN(s)&&(s=i.valueStart);var m=i.baseDataOffset,r=[];return r[m]=a.get(i.baseDim,t),r[1-m]=s,e.dataToPoint(r)}export{O as getStackedOnPoint,g as prepareDataCoordInfo};
3
+ //# sourceMappingURL=helper.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/line/lineAnimationDiff */
2
+ import{prepareDataCoordInfo as U,getStackedOnPoint as W}from"./helper.mjs";import{createFloat32Array as C}from"../../util/vendor.mjs";function Z(n,r){var o=[];return r.diff(n).add(function(a){o.push({cmd:"+",idx:a})}).update(function(a,i){o.push({cmd:"=",idx:i,idx1:a})}).remove(function(a){o.push({cmd:"-",idx:a})}).execute(),o}function _(n,r,o,a,i,$,M,d){for(var S=Z(n,r),p=[],g=[],N=[],P=[],T=[],h=[],m=[],V=U(i,r,M),j=n.getLayout("points")||[],k=r.getLayout("points")||[],s=0;s<S.length;s++){var e=S[s],q=!0,c=void 0,t=void 0;switch(e.cmd){case"=":c=e.idx*2,t=e.idx1*2;var R=j[c],b=j[c+1],z=k[t],B=k[t+1];(isNaN(R)||isNaN(b))&&(R=z,b=B),p.push(R,b),g.push(z,B),N.push(o[c],o[c+1]),P.push(a[t],a[t+1]),m.push(r.getRawIndex(e.idx1));break;case"+":var f=e.idx,E=V.dataDimsForPoint,G=i.dataToPoint([r.get(E[0],f),r.get(E[1],f)]);t=f*2,p.push(G[0],G[1]),g.push(k[t],k[t+1]);var H=W(V,i,r,f);N.push(H[0],H[1]),P.push(a[t],a[t+1]),m.push(r.getRawIndex(f));break;case"-":q=!1}q&&(T.push(e),h.push(h.length))}h.sort(function(O,Q){return m[O]-m[Q]});for(var l=p.length,y=C(l),L=C(l),A=C(l),F=C(l),J=[],s=0;s<h.length;s++){var K=h[s],v=s*2,u=K*2;y[v]=p[u],y[v+1]=p[u+1],L[v]=g[u],L[v+1]=g[u+1],A[v]=N[u],A[v+1]=N[u+1],F[v]=P[u],F[v+1]=P[u+1],J[s]=T[K]}return{current:y,next:L,stackedOnCurrent:A,stackedOnNext:F,status:J}}export{_ as default};
3
+ //# sourceMappingURL=lineAnimationDiff.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/line/poly */
2
+ import{__extends as L}from"/tslib@2.3.0/es2022/tslib.mjs";import X from"/zrender@6.0.0/es2022/lib/graphic/Path.mjs";import _ from"/zrender@6.0.0/es2022/lib/core/PathProxy.mjs";import{cubicRootAt as N,cubicAt as d}from"/zrender@6.0.0/es2022/lib/core/curve.mjs";import g from"../../visual/tokens.mjs";var G=Math.min,H=Math.max;function J(n,v){return isNaN(n)||isNaN(v)}function K(n,v,u,f,s,o,i,t,M){for(var h,w,b,Q,c,l,m=u,T=0;T<f;T++){var a=v[m*2],r=v[m*2+1];if(m>=s||m<0)break;if(J(a,r)){if(M){m+=o;continue}break}if(m===u)n[o>0?"moveTo":"lineTo"](a,r),b=a,Q=r;else{var z=a-h,j=r-w;if(z*z+j*j<.5){m+=o;continue}if(i>0){for(var E=m+o,P=v[E*2],k=v[E*2+1];P===a&&k===r&&T<f;)T++,E+=o,m+=o,P=v[E*2],k=v[E*2+1],a=v[m*2],r=v[m*2+1],z=a-h,j=r-w;var U=T+1;if(M)for(;J(P,k)&&U<f;)U++,E+=o,P=v[E*2],k=v[E*2+1];var R=.5,B=0,F=0,p=void 0,q=void 0;if(U>=f||J(P,k))c=a,l=r;else{B=P-h,F=k-w;var V=a-h,W=P-a,Z=r-w,$=k-r,A=void 0,D=void 0;if(t==="x"){A=Math.abs(V),D=Math.abs(W);var O=B>0?1:-1;c=a-O*A*i,l=r,p=a+O*D*i,q=r}else if(t==="y"){A=Math.abs(Z),D=Math.abs($);var C=F>0?1:-1;c=a,l=r-C*A*i,p=a,q=r+C*D*i}else A=Math.sqrt(V*V+Z*Z),D=Math.sqrt(W*W+$*$),R=D/(D+A),c=a-B*i*(1-R),l=r-F*i*(1-R),p=a+B*i*R,q=r+F*i*R,p=G(p,H(P,a)),q=G(q,H(k,r)),p=H(p,G(P,a)),q=H(q,G(k,r)),B=p-a,F=q-r,c=a-B*A/D,l=r-F*A/D,c=G(c,H(h,a)),l=G(l,H(w,r)),c=H(c,G(h,a)),l=H(l,G(w,r)),B=a-c,F=r-l,p=a+B*D/A,q=r+F*D/A}n.bezierCurveTo(b,Q,c,l,a,r),b=p,Q=q}else n.lineTo(a,r)}h=a,w=r,m+=o}return T}var I=function(){function n(){this.smooth=0,this.smoothConstraint=!0}return n}(),ra=function(n){L(v,n);function v(u){var f=n.call(this,u)||this;return f.type="ec-polyline",f}return v.prototype.getDefaultStyle=function(){return{stroke:g.color.neutral99,fill:null}},v.prototype.getDefaultShape=function(){return new I},v.prototype.buildPath=function(u,f){var s=f.points,o=0,i=s.length/2;if(f.connectNulls){for(;i>0&&J(s[i*2-2],s[i*2-1]);i--);for(;o<i&&J(s[o*2],s[o*2+1]);o++);}for(;o<i;)o+=K(u,s,o,i,i,1,f.smooth,f.smoothMonotone,f.connectNulls)+1},v.prototype.getPointOn=function(u,f){this.path||(this.createPathProxy(),this.buildPath(this.path,this.shape));for(var s=this.path,o=s.data,i=_.CMD,t,M,h=f==="x",w=[],b=0;b<o.length;){var Q=o[b++],c=void 0,l=void 0,m=void 0,T=void 0,a=void 0,r=void 0,z=void 0;switch(Q){case i.M:t=o[b++],M=o[b++];break;case i.L:if(c=o[b++],l=o[b++],z=h?(u-t)/(c-t):(u-M)/(l-M),z<=1&&z>=0){var j=h?(l-M)*z+M:(c-t)*z+t;return h?[u,j]:[j,u]}t=c,M=l;break;case i.C:c=o[b++],l=o[b++],m=o[b++],T=o[b++],a=o[b++],r=o[b++];var E=h?N(t,c,m,a,u,w):N(M,l,T,r,u,w);if(E>0)for(var P=0;P<E;P++){var k=w[P];if(k<=1&&k>=0){var j=h?d(M,l,T,r,k):d(t,c,m,a,k);return h?[u,j]:[j,u]}}t=a,M=r;break}}},v}(X);var S=function(n){L(v,n);function v(){return n!==null&&n.apply(this,arguments)||this}return v}(I),oa=function(n){L(v,n);function v(u){var f=n.call(this,u)||this;return f.type="ec-polygon",f}return v.prototype.getDefaultShape=function(){return new S},v.prototype.buildPath=function(u,f){var s=f.points,o=f.stackedOnPoints,i=0,t=s.length/2,M=f.smoothMonotone;if(f.connectNulls){for(;t>0&&J(s[t*2-2],s[t*2-1]);t--);for(;i<t&&J(s[i*2],s[i*2+1]);i++);}for(;i<t;){var h=K(u,s,i,t,t,1,f.smooth,M,f.connectNulls);K(u,o,i+h-1,h,t,-1,f.stackedOnSmooth,M,f.connectNulls),i+=h+1,u.closePath()}},v}(X);export{oa as ECPolygon,ra as ECPolyline};
3
+ //# sourceMappingURL=poly.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/lines/LinesSeries */
2
+ import{__extends as u}from"/tslib@2.3.0/es2022/tslib.mjs";import m from"../../model/Series.mjs";import C from"../../data/SeriesData.mjs";import{concatArray as c,mergeAll as _,map as A,isNumber as w}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import"../../core/CoordinateSystem.mjs";import{createTooltipMarkup as N}from"../../component/tooltip/tooltipMarkup.mjs";var O=typeof Uint32Array>"u"?Array:Uint32Array,S=typeof Float64Array>"u"?Array:Float64Array;function y(f){var o=f.data;o&&o[0]&&o[0][0]&&o[0][0].coord&&(f.data=A(o,function(t){var r=[t[0].coord,t[1].coord],a={coords:r};return t[0].name&&(a.fromName=t[0].name),t[1].name&&(a.toName=t[1].name),_([a,t[0],t[1]])}))}var D=function(f){u(o,f);function o(){var t=f!==null&&f.apply(this,arguments)||this;return t.type=o.type,t.visualStyleAccessPath="lineStyle",t.visualDrawType="stroke",t}return o.prototype.init=function(t){t.data=t.data||[],y(t);var r=this._processFlatCoordsArray(t.data);this._flatCoords=r.flatCoords,this._flatCoordsOffset=r.flatCoordsOffset,r.flatCoords&&(t.data=new Float32Array(r.count)),f.prototype.init.apply(this,arguments)},o.prototype.mergeOption=function(t){if(y(t),t.data){var r=this._processFlatCoordsArray(t.data);this._flatCoords=r.flatCoords,this._flatCoordsOffset=r.flatCoordsOffset,r.flatCoords&&(t.data=new Float32Array(r.count))}f.prototype.mergeOption.apply(this,arguments)},o.prototype.appendData=function(t){var r=this._processFlatCoordsArray(t.data);r.flatCoords&&(this._flatCoords?(this._flatCoords=c(this._flatCoords,r.flatCoords),this._flatCoordsOffset=c(this._flatCoordsOffset,r.flatCoordsOffset)):(this._flatCoords=r.flatCoords,this._flatCoordsOffset=r.flatCoordsOffset),t.data=new Float32Array(r.count)),this.getRawData().appendData(t.data)},o.prototype._getCoordsFromItemModel=function(t){var r=this.getData().getItemModel(t),a=r.option instanceof Array?r.option:r.getShallow("coords");return a},o.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[t*2+1]:this._getCoordsFromItemModel(t).length},o.prototype.getLineCoords=function(t,r){if(this._flatCoordsOffset){for(var a=this._flatCoordsOffset[t*2],n=this._flatCoordsOffset[t*2+1],e=0;e<n;e++)r[e]=r[e]||[],r[e][0]=this._flatCoords[a+e*2],r[e][1]=this._flatCoords[a+e*2+1];return n}else{for(var i=this._getCoordsFromItemModel(t),e=0;e<i.length;e++)r[e]=r[e]||[],r[e][0]=i[e][0],r[e][1]=i[e][1];return i.length}},o.prototype._processFlatCoordsArray=function(t){var r=0;if(this._flatCoords&&(r=this._flatCoords.length),w(t[0])){for(var a=t.length,n=new O(a),e=new S(a),i=0,l=0,d=0,s=0;s<a;){d++;var h=t[s++];n[l++]=i+r,n[l++]=h;for(var p=0;p<h;p++){var v=t[s++],g=t[s++];e[i++]=v,e[i++]=g,s>a}}return{flatCoordsOffset:new Uint32Array(n.buffer,0,l),flatCoords:e,count:d}}return{flatCoordsOffset:null,flatCoords:null,count:t.length}},o.prototype.getInitialData=function(t,r){if(0)var a;var n=new C(["value"],this);return n.hasItemOption=!1,n.initData(t.data,[],function(e,i,l,d){if(e instanceof Array)return NaN;n.hasItemOption=!0;var s=e.value;if(s!=null)return s instanceof Array?s[d]:s}),n},o.prototype.formatTooltip=function(t,r,a){var n=this.getData(),e=n.getItemModel(t),i=e.get("name");if(i)return i;var l=e.get("fromName"),d=e.get("toName"),s=[];return l!=null&&s.push(l),d!=null&&s.push(d),N("nameValue",{name:s.join(" > ")})},o.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},o.prototype.getProgressive=function(){var t=this.option.progressive;return t??(this.option.large?1e4:this.get("progressive"))},o.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return t??(this.option.large?2e4:this.get("progressiveThreshold"))},o.prototype.getZLevelKey=function(){var t=this.getModel("effect"),r=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&r>0?r+"":""},o.type="series.lines",o.dependencies=["grid","polar","geo","calendar"],o.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},o}(m),x=D;export{x as default};
3
+ //# sourceMappingURL=LinesSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/lines/LinesView */
2
+ import{__extends as c}from"/tslib@2.3.0/es2022/tslib.mjs";import u from"../helper/LineDraw.mjs";import g from"../helper/EffectLine.mjs";import v from"../helper/Line.mjs";import m from"../helper/Polyline.mjs";import _ from"../helper/EffectPolyline.mjs";import w from"../helper/LargeLineDraw.mjs";import y from"./linesLayout.mjs";import{createClipPath as d}from"../helper/createClipPathFromCoordSys.mjs";import D from"../../view/Chart.mjs";var L=function(f){c(i,f);function i(){var e=f!==null&&f.apply(this,arguments)||this;return e.type=i.type,e}return i.prototype.render=function(e,t,r){var a=e.getData(),n=this._updateLineDraw(a,e),o=e.get("zlevel"),l=e.get(["effect","trailLength"]),p=r.getZr(),s=p.painter.getType()==="svg";s||p.painter.getLayer(o).clear(!0),this._lastZlevel!=null&&!s&&p.configLayer(this._lastZlevel,{motionBlur:!1}),this._showEffect(e)&&l>0&&(s||p.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(l/10+.9,1),0)})),n.updateData(a);var h=e.get("clip",!0)&&d(e.coordinateSystem,!1,e);h?this.group.setClipPath(h):this.group.removeClipPath(),this._lastZlevel=o,this._finished=!0},i.prototype.incrementalPrepareRender=function(e,t,r){var a=e.getData(),n=this._updateLineDraw(a,e);n.incrementalPrepareUpdate(a),this._clearLayer(r),this._finished=!1},i.prototype.incrementalRender=function(e,t,r){this._lineDraw.incrementalUpdate(e,t.getData()),this._finished=e.end===t.getData().count()},i.prototype.eachRendered=function(e){this._lineDraw&&this._lineDraw.eachRendered(e)},i.prototype.updateTransform=function(e,t,r){var a=e.getData(),n=e.pipelineContext;if(!this._finished||n.large||n.progressiveRender)return{update:!0};var o=y.reset(e,t,r);o.progress&&o.progress({start:0,end:a.count(),count:a.count()},a),this._lineDraw.updateLayout(),this._clearLayer(r)},i.prototype._updateLineDraw=function(e,t){var r=this._lineDraw,a=this._showEffect(t),n=!!t.get("polyline"),o=t.pipelineContext,l=o.large;return(!r||a!==this._hasEffet||n!==this._isPolyline||l!==this._isLargeDraw)&&(r&&r.remove(),r=this._lineDraw=l?new w:new u(n?a?_:m:a?g:v),this._hasEffet=a,this._isPolyline=n,this._isLargeDraw=l),this.group.add(r.group),r},i.prototype._showEffect=function(e){return!!e.get(["effect","show"])},i.prototype._clearLayer=function(e){var t=e.getZr(),r=t.painter.getType()==="svg";!r&&this._lastZlevel!=null&&t.painter.getLayer(this._lastZlevel).clear(!0)},i.prototype.remove=function(e,t){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(t)},i.prototype.dispose=function(e,t){this.remove(e,t)},i.type="lines",i}(D),T=L;export{T as default};
3
+ //# sourceMappingURL=LinesView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/lines/linesLayout */
2
+ import C from"../helper/createRenderPlanner.mjs";import"../../util/log.mjs";var S={seriesType:"lines",plan:C(),reset:function(a){var t=a.coordinateSystem;if(t){var d=a.get("polyline"),T=a.pipelineContext.large;return{progress:function(o,f){var n=[];if(T){var i=void 0,L=o.end-o.start;if(d){for(var P=0,r=o.start;r<o.end;r++)P+=a.getLineCoordsCount(r);i=new Float32Array(L+P*2)}else i=new Float32Array(L*4);for(var y=0,v=[],r=o.start;r<o.end;r++){var l=a.getLineCoords(r,n);d&&(i[y++]=l);for(var u=0;u<l;u++)v=t.dataToPoint(n[u],!1,v),i[y++]=v[0],i[y++]=v[1]}f.setLayout("linesPoints",i)}else for(var r=o.start;r<o.end;r++){var h=f.getItemModel(r),l=a.getLineCoords(r,n),e=[];if(d)for(var g=0;g<l;g++)e.push(t.dataToPoint(n[g]));else{e[0]=t.dataToPoint(n[0]),e[1]=t.dataToPoint(n[1]);var c=h.get(["lineStyle","curveness"]);+c&&(e[2]=[(e[0][0]+e[1][0])/2-(e[0][1]-e[1][1])*c,(e[0][1]+e[1][1])/2-(e[1][0]-e[0][0])*c])}f.setItemLayout(r,e)}}}}}},A=S;export{A as default};
3
+ //# sourceMappingURL=linesLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/lines/linesVisual */
2
+ function r(e){return e instanceof Array||(e=[e,e]),e}var S={seriesType:"lines",reset:function(e){var m=r(e.get("symbol")),s=r(e.get("symbolSize")),t=e.getData();t.setVisual("fromSymbol",m&&m[0]),t.setVisual("toSymbol",m&&m[1]),t.setVisual("fromSymbolSize",s&&s[0]),t.setVisual("toSymbolSize",s&&s[1]);function u(l,o){var y=l.getItemModel(o),i=r(y.getShallow("symbol",!0)),a=r(y.getShallow("symbolSize",!0));i[0]&&l.setItemVisual(o,"fromSymbol",i[0]),i[1]&&l.setItemVisual(o,"toSymbol",i[1]),a[0]&&l.setItemVisual(o,"fromSymbolSize",a[0]),a[1]&&l.setItemVisual(o,"toSymbolSize",a[1])}return{dataEach:t.hasItemOption?u:null}}},b=S;export{b as default};
3
+ //# sourceMappingURL=linesVisual.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/map/MapSeries */
2
+ import{__extends as v}from"/tslib@2.3.0/es2022/tslib.mjs";import*as s from"/zrender@6.0.0/es2022/lib/core/util.mjs";import S from"../helper/createSeriesDataSimply.mjs";import M from"../../model/Series.mjs";import D from"../../coord/geo/geoSourceManager.mjs";import{makeSeriesEncodeForNameBased as b}from"../../data/helper/sourceHelper.mjs";import{createTooltipMarkup as h}from"../../component/tooltip/tooltipMarkup.mjs";import{createSymbol as N}from"../../util/symbol.mjs";import{CoordinateSystemUsageKind as C,decideCoordSysUsageKind as k}from"../../core/CoordinateSystem.mjs";import l from"../../visual/tokens.mjs";var w=function(g){v(o,g);function o(){var e=g!==null&&g.apply(this,arguments)||this;return e.type=o.type,e.needsDrawMap=!1,e.seriesGroup=[],e.getTooltipPosition=function(t){if(t!=null){var r=this.getData().getName(t),n=this.coordinateSystem,a=n.getRegion(r);return a&&n.dataToPoint(a.getCenter())}},e}return o.prototype.getInitialData=function(e){for(var t=S(this,{coordDimensions:["value"],encodeDefaulter:s.curry(b,this)}),r=s.createHashMap(),n=[],a=0,u=t.count();a<u;a++){var p=t.getName(a);r.set(p,a)}var m=D.load(this.getMapType(),this.option.nameMap,this.option.nameProperty);return s.each(m.regions,function(i){var c=i.name,d=r.get(c),y=i.properties&&i.properties.echartsStyle,f;d==null?(f={name:c},n.push(f)):f=t.getRawDataItem(d),y&&s.merge(f,y)}),t.appendData(n),t},o.prototype.getHostGeoModel=function(){if(k(this).kind!==C.boxCoordSys)return this.getReferringComponents("geo",{useDefault:!1,enableAll:!1,enableNone:!1}).models[0]},o.prototype.getMapType=function(){return(this.getHostGeoModel()||this).option.map},o.prototype.getRawValue=function(e){var t=this.getData();return t.get(t.mapDimension("value"),e)},o.prototype.getRegionModel=function(e){var t=this.getData();return t.getItemModel(t.indexOfName(e))},o.prototype.formatTooltip=function(e,t,r){for(var n=this.getData(),a=this.getRawValue(e),u=n.getName(e),p=this.seriesGroup,m=[],i=0;i<p.length;i++){var c=p[i].originalData.indexOfName(u),d=n.mapDimension("value");isNaN(p[i].originalData.get(d,c))||m.push(p[i].name)}return h("section",{header:m.join(", "),noHeader:!m.length,blocks:[h("nameValue",{name:u,value:a})]})},o.prototype.setZoom=function(e){this.option.zoom=e},o.prototype.setCenter=function(e){this.option.center=e},o.prototype.getLegendIcon=function(e){var t=e.icon||"roundRect",r=N(t,0,0,e.itemWidth,e.itemHeight,e.itemStyle.fill);return r.setStyle(e.itemStyle),r.style.stroke="none",t.indexOf("empty")>-1&&(r.style.stroke=r.style.fill,r.style.fill=l.color.neutral00,r.style.lineWidth=2),r},o.type="series.map",o.dependencies=["geo"],o.layoutMode="box",o.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:l.color.tertiary},itemStyle:{borderWidth:.5,borderColor:l.color.border,areaColor:l.color.background},emphasis:{label:{show:!0,color:l.color.primary},itemStyle:{areaColor:l.color.highlight}},select:{label:{show:!0,color:l.color.primary},itemStyle:{color:l.color.highlight}},nameProperty:"name"},o}(M),P=w;export{P as default};
3
+ //# sourceMappingURL=MapSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/map/MapView */
2
+ import{__extends as S}from"/tslib@2.3.0/es2022/tslib.mjs";import*as D from"../../util/graphic.mjs";import L from"../../component/helper/MapDraw.mjs";import d from"../../view/Chart.mjs";import{setLabelStyle as F,getLabelStatesModels as C}from"../../label/labelStyle.mjs";import{setStatesFlag as T,Z2_EMPHASIS_LIFT as x}from"../../util/states.mjs";var A=function(p){S(r,p);function r(){var e=p!==null&&p.apply(this,arguments)||this;return e.type=r.type,e}return r.prototype.render=function(e,s,n,t){if(!(t&&t.type==="mapToggleSelect"&&t.from===this.uid)){var a=this.group;if(a.removeAll(),!e.getHostGeoModel()){if(this._mapDraw&&t&&t.type==="geoRoam"&&this._mapDraw.resetForLabelLayout(),t&&t.type==="geoRoam"&&t.componentType==="series"&&t.seriesId===e.id){var i=this._mapDraw;i&&a.add(i.group)}else if(e.needsDrawMap){var i=this._mapDraw||new L(n);a.add(i.group),i.draw(e,s,n,this,t),this._mapDraw=i}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;e.get("showLegendSymbol")&&s.getComponent("legend")&&this._renderSymbols(e,s,n)}}},r.prototype.remove=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},r.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},r.prototype._renderSymbols=function(e,s,n){var t=e.originalData,a=this.group;t.each(t.mapDimension("value"),function(i,g){if(!isNaN(i)){var m=t.getItemLayout(g);if(!(!m||!m.point)){var f=m.point,u=m.offset,o=new D.Circle({style:{fill:e.getData().getVisual("style").fill},shape:{cx:f[0]+u*9,cy:f[1],r:3},silent:!0,z2:8+(u?0:x+1)});if(!u){var h=e.mainSeries.getData(),l=t.getName(g),v=h.indexOfName(l),w=t.getItemModel(g),_=w.getModel("label"),b=h.getItemGraphicEl(v);F(o,C(w),{labelFetcher:{getFormattedLabel:function(c,y){return e.getFormattedLabel(v,y)}},defaultText:l}),o.disableLabelAnimation=!0,_.get("position")||o.setTextConfig({position:"bottom"}),b.onHoverStateChange=function(c){T(o,c)}}a.add(o)}}})},r.type="map",r}(d),G=A;export{G as default};
3
+ //# sourceMappingURL=MapView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/map/mapDataStatistic */
2
+ import*as f from"/zrender@6.0.0/es2022/lib/core/util.mjs";function g(m,r){var a={};return f.each(m,function(t){t.each(t.mapDimension("value"),function(e,n){var o="ec-"+t.getName(n);a[o]=a[o]||[],isNaN(e)||a[o].push(e)})}),m[0].map(m[0].mapDimension("value"),function(t,e){for(var n="ec-"+m[0].getName(e),o=0,p=1/0,v=-1/0,c=a[n].length,l=0;l<c;l++)p=Math.min(p,a[n][l]),v=Math.max(v,a[n][l]),o+=a[n][l];var u;return r==="min"?u=p:r==="max"?u=v:r==="average"?u=o/c:u=o,c===0?NaN:u})}function h(m){var r={};m.eachSeriesByType("map",function(a){var t=a.getHostGeoModel(),e=t?"o"+t.id:"i"+a.getMapType();(r[e]=r[e]||[]).push(a)}),f.each(r,function(a,t){for(var e=g(f.map(a,function(o){return o.getData()}),a[0].get("mapValueCalculation")),n=0;n<a.length;n++)a[n].originalData=a[n].getData();for(var n=0;n<a.length;n++)a[n].seriesGroup=a,a[n].needsDrawMap=n===0&&!a[n].getHostGeoModel(),a[n].setData(e.cloneShallow()),a[n].mainSeries=a[0]})}export{h as default};
3
+ //# sourceMappingURL=mapDataStatistic.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/map/mapSymbolLayout */
2
+ import*as v from"/zrender@6.0.0/es2022/lib/core/util.mjs";function c(f){var g={};f.eachSeriesByType("map",function(a){var i=a.getMapType();if(!(a.getHostGeoModel()||g[i])){var r={};v.each(a.seriesGroup,function(t){var n=t.coordinateSystem,e=t.originalData;t.get("showLegendSymbol")&&f.getComponent("legend")&&e.each(e.mapDimension("value"),function(l,u){var m=e.getName(u),y=n.getRegion(m);if(!(!y||isNaN(l))){var p=r[m]||0,s=n.dataToPoint(y.getCenter());r[m]=p+1,e.setItemLayout(u,{point:s,offset:p})}})});var o=a.getData();o.each(function(t){var n=o.getName(t),e=o.getItemLayout(t)||{};e.showLabel=!r[n],o.setItemLayout(t,e)}),g[i]=!0}})}export{c as default};
3
+ //# sourceMappingURL=mapSymbolLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/parallel/ParallelSeries */
2
+ import{__extends as s}from"/tslib@2.3.0/es2022/tslib.mjs";import{each as c,bind as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import d from"../../model/Series.mjs";import u from"../helper/createSeriesData.mjs";var f=function(a){s(e,a);function e(){var t=a!==null&&a.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="lineStyle",t.visualDrawType="stroke",t}return e.prototype.getInitialData=function(t,l){return u(null,this,{useEncodeDefaulter:p(m,null,this)})},e.prototype.getRawIndicesByActiveState=function(t){var l=this.coordinateSystem,i=this.getData(),n=[];return l.eachActiveState(i,function(r,o){t===r&&n.push(i.getRawIndex(o))}),n},e.type="series.parallel",e.dependencies=["parallel"],e.defaultOption={z:2,coordinateSystem:"parallel",parallelIndex:0,label:{show:!1},inactiveOpacity:.05,activeOpacity:1,lineStyle:{width:1,opacity:.45,type:"solid"},emphasis:{label:{show:!1}},progressive:500,smooth:!1,animationEasing:"linear"},e}(d);function m(a){var e=a.ecModel.getComponent("parallel",a.get("parallelIndex"));if(e){var t={};return c(e.dimensions,function(l){var i=y(l);t[l]=i}),t}}function y(a){return+a.replace("dim","")}var D=f;export{D as default};
3
+ //# sourceMappingURL=ParallelSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/parallel/ParallelView */
2
+ import{__extends as z}from"/tslib@2.3.0/es2022/tslib.mjs";import*as s from"../../util/graphic.mjs";import{setStatesStylesFromModel as C,toggleHoverEmphasis as M}from"../../util/states.mjs";import T from"../../view/Chart.mjs";import{numericToNumber as V}from"../../util/number.mjs";import{eqNaN as A}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{saveOldStyle as R}from"../../animation/basicTransition.mjs";var b=.3,N=function(r){z(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e._dataGroup=new s.Group,e._initialized=!1,e}return t.prototype.init=function(){this.group.add(this._dataGroup)},t.prototype.render=function(e,n,i,o){this._progressiveEls=null;var a=this._dataGroup,p=e.getData(),c=this._data,u=e.coordinateSystem,h=u.dimensions,m=y(e);p.diff(c).add(S).update(G).remove(E).execute();function S(l){var d=g(p,a,l,h,u);f(d,p,l,m)}function G(l,d){var v=c.getItemGraphicEl(d),w=_(p,l,h,u);p.setItemGraphicEl(l,v),s.updateProps(v,{shape:{points:w}},e,l),R(v),f(v,p,l,m)}function E(l){var d=c.getItemGraphicEl(l);a.remove(d)}if(!this._initialized){this._initialized=!0;var P=O(u,e,function(){setTimeout(function(){a.removeClipPath()})});a.setClipPath(P)}this._data=p},t.prototype.incrementalPrepareRender=function(e,n,i){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},t.prototype.incrementalRender=function(e,n,i){for(var o=n.getData(),a=n.coordinateSystem,p=a.dimensions,c=y(n),u=this._progressiveEls=[],h=e.start;h<e.end;h++){var m=g(o,this._dataGroup,h,p,a);m.incremental=!0,f(m,o,h,c),u.push(m)}},t.prototype.remove=function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null},t.type="parallel",t}(T);function O(r,t,e){var n=r.model,i=r.getRect(),o=new s.Rect({shape:{x:i.x,y:i.y,width:i.width,height:i.height}}),a=n.get("layout")==="horizontal"?"width":"height";return o.setShape(a,0),s.initProps(o,{shape:{width:i.width,height:i.height}},t,e),o}function _(r,t,e,n){for(var i=[],o=0;o<e.length;o++){var a=e[o],p=r.get(r.mapDimension(a),t);F(p,n.getAxis(a).type)||i.push(n.dataToPoint(p,a))}return i}function g(r,t,e,n,i){var o=_(r,e,n,i),a=new s.Polyline({shape:{points:o},z2:10});return t.add(a),r.setItemGraphicEl(e,a),a}function y(r){var t=r.get("smooth",!0);return t===!0&&(t=b),t=V(t),A(t)&&(t=0),{smooth:t}}function f(r,t,e,n){r.useStyle(t.getItemVisual(e,"style")),r.style.fill=null,r.setShape("smooth",n.smooth);var i=t.getItemModel(e),o=i.getModel("emphasis");C(r,i,"lineStyle"),M(r,o.get("focus"),o.get("blurScope"),o.get("disabled"))}function F(r,t){return t==="category"?r==null:r==null||isNaN(r)}var k=N;export{k as default};
3
+ //# sourceMappingURL=ParallelView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/parallel/parallelVisual */
2
+ var p=["lineStyle","opacity"],u={seriesType:"parallel",reset:function(t,v){var n=t.coordinateSystem,o={normal:t.get(["lineStyle","opacity"]),active:t.get("activeOpacity"),inactive:t.get("inactiveOpacity")};return{progress:function(a,e){n.eachActiveState(e,function(i,c){var r=o[i];if(i==="normal"&&e.hasItemOption){var l=e.getItemModel(c).get(p,!0);l!=null&&(r=l)}var y=e.ensureUniqueItemVisual(c,"style");y.opacity=r},a.start,a.end)}}}},s=u;export{s as default};
3
+ //# sourceMappingURL=parallelVisual.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/pie/PieSeries */
2
+ import{__extends as h}from"/tslib@2.3.0/es2022/tslib.mjs";import d from"../helper/createSeriesDataSimply.mjs";import*as o from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as n from"../../util/model.mjs";import{getPercentSeats as c}from"../../util/number.mjs";import{makeSeriesEncodeForNameBased as g}from"../../data/helper/sourceHelper.mjs";import f from"../../visual/LegendVisualProvider.mjs";import y from"../../model/Series.mjs";import{registerLayOutOnCoordSysUsage as b}from"../../core/CoordinateSystem.mjs";var w=n.makeInner(),m=function(a){h(t,a);function t(){return a!==null&&a.apply(this,arguments)||this}return t.prototype.init=function(e){a.prototype.init.apply(this,arguments),this.legendVisualProvider=new f(o.bind(this.getData,this),o.bind(this.getRawData,this)),this._defaultLabelLine(e)},t.prototype.mergeOption=function(){a.prototype.mergeOption.apply(this,arguments)},t.prototype.getInitialData=function(){return d(this,{coordDimensions:["value"],encodeDefaulter:o.curry(g,this)})},t.prototype.getDataParams=function(e){var i=this.getData(),r=w(i),l=r.seats;if(!l){var p=[];i.each(i.mapDimension("value"),function(u){p.push(u)}),l=r.seats=c(p,i.hostModel.get("percentPrecision"))}var s=a.prototype.getDataParams.call(this,e);return s.percent=l[e]||0,s.$vars.push("percent"),s},t.prototype._defaultLabelLine=function(e){n.defaultEmphasis(e,"labelLine",["show"]);var i=e.labelLine,r=e.emphasis.labelLine;i.show=i.show&&e.label.show,r.show=r.show&&e.emphasis.label.show},t.type="series.pie",t.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"50%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,coordinateSystemUsage:"box",left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:30,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},t}(y);b({fullType:m.type,getCoord2:function(a){return a.getShallow("center")}});var A=m;export{A as default};
3
+ //# sourceMappingURL=PieSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/pie/PieView */
2
+ import{__extends as M}from"/tslib@2.3.0/es2022/tslib.mjs";import{clone as A,extend as d,retrieve3 as I}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as n from"../../util/graphic.mjs";import{setStatesStylesFromModel as T,toggleHoverEmphasis as C}from"../../util/states.mjs";import x from"../../view/Chart.mjs";import w from"./labelLayout.mjs";import{setLabelLineStyle as D,getLabelLineStatesModels as G}from"../../label/labelGuideHelper.mjs";import{setLabelStyle as _,getLabelStatesModels as E}from"../../label/labelStyle.mjs";import{getSectorCornerRadius as S}from"../helper/sectorHelper.mjs";import{saveOldStyle as F}from"../../animation/basicTransition.mjs";import{getSeriesLayoutData as N}from"./pieLayout.mjs";var O=function(f){M(g,f);function g(t,r,s){var l=f.call(this)||this;l.z2=2;var e=new n.Text;return l.setTextContent(e),l.updateData(t,r,s,!0),l}return g.prototype.updateData=function(t,r,s,l){var e=this,i=t.hostModel,o=t.getItemModel(r),p=o.getModel("emphasis"),a=t.getItemLayout(r),c=d(S(o.getModel("itemStyle"),a,!0),a);if(isNaN(c.startAngle)){e.setShape(c);return}if(l){e.setShape(c);var y=i.getShallow("animationType");i.ecModel.ssr?(n.initProps(e,{scaleX:0,scaleY:0},i,{dataIndex:r,isFrom:!0}),e.originX=c.cx,e.originY=c.cy):y==="scale"?(e.shape.r=a.r0,n.initProps(e,{shape:{r:a.r}},i,r)):s!=null?(e.setShape({startAngle:s,endAngle:s}),n.initProps(e,{shape:{startAngle:a.startAngle,endAngle:a.endAngle}},i,r)):(e.shape.endAngle=a.startAngle,n.updateProps(e,{shape:{endAngle:a.endAngle}},i,r))}else F(e),n.updateProps(e,{shape:c},i,r);e.useStyle(t.getItemVisual(r,"style")),T(e,o);var m=(a.startAngle+a.endAngle)/2,u=i.get("selectedOffset"),h=Math.cos(m)*u,v=Math.sin(m)*u,L=o.getShallow("cursor");L&&e.attr("cursor",L),this._updateLabel(i,t,r),e.ensureState("emphasis").shape=d({r:a.r+(p.get("scale")&&p.get("scaleSize")||0)},S(p.getModel("itemStyle"),a)),d(e.ensureState("select"),{x:h,y:v,shape:S(o.getModel(["select","itemStyle"]),a)}),d(e.ensureState("blur"),{shape:S(o.getModel(["blur","itemStyle"]),a)});var b=e.getTextGuideLine(),P=e.getTextContent();b&&d(b.ensureState("select"),{x:h,y:v}),d(P.ensureState("select"),{x:h,y:v}),C(this,p.get("focus"),p.get("blurScope"),p.get("disabled"))},g.prototype._updateLabel=function(t,r,s){var l=this,e=r.getItemModel(s),i=e.getModel("labelLine"),o=r.getItemVisual(s,"style"),p=o&&o.fill,a=o&&o.opacity;_(l,E(e),{labelFetcher:r.hostModel,labelDataIndex:s,inheritColor:p,defaultOpacity:a,defaultText:t.getFormattedLabel(s,"normal")||r.getName(s)});var c=l.getTextContent();l.setTextConfig({position:null,rotation:null}),c.attr({z2:10});var y=e.get(["label","position"]);if(y!=="outside"&&y!=="outer")l.removeTextGuideLine();else{var m=this.getTextGuideLine();m||(m=new n.Polyline,this.setTextGuideLine(m)),D(this,G(e),{stroke:p,opacity:I(i.get(["lineStyle","opacity"]),a,1)})}},g}(n.Sector),V=function(f){M(g,f);function g(){var t=f!==null&&f.apply(this,arguments)||this;return t.ignoreLabelLineUpdate=!0,t}return g.prototype.render=function(t,r,s,l){var e=t.getData(),i=this._data,o=this.group,p;if(!i&&e.count()>0){for(var a=e.getItemLayout(0),c=1;isNaN(a&&a.startAngle)&&c<e.count();++c)a=e.getItemLayout(c);a&&(p=a.startAngle)}if(this._emptyCircleSector&&o.remove(this._emptyCircleSector),e.count()===0&&t.get("showEmptyCircle")){var y=N(t),m=new n.Sector({shape:A(y)});m.useStyle(t.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=m,o.add(m)}e.diff(i).add(function(u){var h=new O(e,u,p);e.setItemGraphicEl(u,h),o.add(h)}).update(function(u,h){var v=i.getItemGraphicEl(h);v.updateData(e,u,p),v.off("click"),o.add(v),e.setItemGraphicEl(u,v)}).remove(function(u){var h=i.getItemGraphicEl(u);n.removeElementWithFadeOut(h,t,u)}).execute(),w(t),t.get("animationTypeUpdate")!=="expansion"&&(this._data=e)},g.prototype.dispose=function(){},g.prototype.containPoint=function(t,r){var s=r.getData(),l=s.getItemLayout(0);if(l){var e=t[0]-l.cx,i=t[1]-l.cy,o=Math.sqrt(e*e+i*i);return o<=l.r&&o>=l.r0}},g.type="pie",g}(x),B=V;export{B as default};
3
+ //# sourceMappingURL=PieView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/pie/pieLayout */
2
+ import{linearMap as J}from"../../util/number.mjs";import{normalizeArcAngles as K}from"/zrender@6.0.0/es2022/lib/core/PathProxy.mjs";import{makeInner as O}from"../../util/model.mjs";import{getCircleLayout as Q}from"../../util/layout.mjs";var z=Math.PI*2,P=Math.PI/180;function U(B,j,q){j.eachSeriesByType(B,function(v){var r=v.getData(),s=r.mapDimension("value"),N=Q(v,q),R=N.cx,x=N.cy,p=N.r,L=N.r0,F=N.viewRect,i=-v.get("startAngle")*P,m=v.get("endAngle"),y=v.get("padAngle")*P;m=m==="auto"?i-z:-m*P;var G=v.get("minAngle")*P,h=G+y,u=0;r.each(s,function(n){!isNaN(n)&&u++});var C=r.getSum(s),D=Math.PI/(C||u)*2,w=v.get("clockwise"),T=v.get("roseType"),H=v.get("stillShowZeroSum"),Z=r.getDataExtent(s);Z[0]=0;var g=w?1:-1,S=[i,m],l=g*y/2;K(S,!w),i=S[0],m=S[1];var f=V(v);f.startAngle=i,f.endAngle=m,f.clockwise=w,f.cx=R,f.cy=x,f.r=p,f.r0=L;var d=Math.abs(m-i),k=d,b=0,c=i;if(r.setLayout({viewRect:F,r:p}),r.each(s,function(n,o){var a;if(isNaN(n)){r.setItemLayout(o,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:w,cx:R,cy:x,r0:L,r:T?NaN:p});return}T!=="area"?a=C===0&&H?D:n*D:a=d/u,a<h?(a=h,k-=h):b+=n;var t=c+g*a,e=0,A=0;y>a?(e=c+g*a/2,A=e):(e=c+l,A=t-l),r.setItemLayout(o,{angle:a,startAngle:e,endAngle:A,clockwise:w,cx:R,cy:x,r0:L,r:T?J(n,Z,[L,p]):p}),c=t}),k<z&&u)if(k<=.001){var I=d/u;r.each(s,function(n,o){if(!isNaN(n)){var a=r.getItemLayout(o);a.angle=I;var t=0,e=0;I<y?(t=i+g*(o+1/2)*I,e=t):(t=i+g*o*I+l,e=i+g*(o+1)*I-l),a.startAngle=t,a.endAngle=e}})}else D=k/b,c=i,r.each(s,function(n,o){if(!isNaN(n)){var a=r.getItemLayout(o),t=a.angle===h?h:n*D,e=0,A=0;t<y?(e=c+g*t/2,A=e):(e=c+l,A=c+g*t-l),a.startAngle=e,a.endAngle=A,c+=g*t}})})}var V=O();export{U as default,V as getSeriesLayoutData};
3
+ //# sourceMappingURL=pieLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/radar/RadarSeries */
2
+ import{__extends as f}from"/tslib@2.3.0/es2022/tslib.mjs";import h from"../../model/Series.mjs";import g from"../helper/createSeriesDataSimply.mjs";import*as i from"/zrender@6.0.0/es2022/lib/core/util.mjs";import v from"../../visual/LegendVisualProvider.mjs";import{createTooltipMarkup as c,retrieveVisualColorForTooltipMarker as S}from"../../component/tooltip/tooltipMarkup.mjs";var D=function(a){f(e,a);function e(){var t=a!==null&&a.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.init=function(t){a.prototype.init.apply(this,arguments),this.legendVisualProvider=new v(i.bind(this.getData,this),i.bind(this.getRawData,this))},e.prototype.getInitialData=function(t,n){return g(this,{generateCoord:"indicator_",generateCoordCount:1/0})},e.prototype.formatTooltip=function(t,n,s){var o=this.getData(),r=this.coordinateSystem,m=r.getIndicatorAxes(),l=this.getData().getName(t),p=l===""?this.name:l,y=S(this,t);return c("section",{header:p,sortBlocks:!0,blocks:i.map(m,function(d){var u=o.get(o.mapDimension(d.dim),t);return c("nameValue",{markerType:"subItem",markerColor:y,name:d.name,value:u,sortParam:u})})})},e.prototype.getTooltipPosition=function(t){if(t!=null){for(var n=this.getData(),s=this.coordinateSystem,o=n.getValues(i.map(s.dimensions,function(p){return n.mapDimension(p)}),t),r=0,m=o.length;r<m;r++)if(!isNaN(o[r])){var l=s.getIndicatorAxes();return s.coordToPoint(l[r].dataToCoord(o[r]),r)}}},e.type="series.radar",e.dependencies=["radar"],e.defaultOption={z:2,colorBy:"data",coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid",join:"round"},label:{position:"top"},symbolSize:8},e}(h),M=D;export{M as default};
3
+ //# sourceMappingURL=RadarSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/radar/RadarView */
2
+ import{__extends as R}from"/tslib@2.3.0/es2022/tslib.mjs";import*as p from"../../util/graphic.mjs";import{setStatesStylesFromModel as U,toggleHoverEmphasis as w}from"../../util/states.mjs";import*as g from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as v from"../../util/symbol.mjs";import x from"../../view/Chart.mjs";import{setLabelStyle as k,getLabelStatesModels as T}from"../../label/labelStyle.mjs";import F from"/zrender@6.0.0/es2022/lib/graphic/Image.mjs";import{saveOldStyle as _}from"../../animation/basicTransition.mjs";var O=function(f){R(d,f);function d(){var u=f!==null&&f.apply(this,arguments)||this;return u.type=d.type,u}return d.prototype.render=function(u,H,X){var I=u.coordinateSystem,M=this.group,n=u.getData(),h=this._data;function G(e,r){var t=e.getItemVisual(r,"symbol")||"circle";if(t!=="none"){var l=v.normalizeSymbolSize(e.getItemVisual(r,"symbolSize")),o=v.createSymbol(t,-1,-1,2,2),s=e.getItemVisual(r,"symbolRotate")||0;return o.attr({style:{strokeNoScale:!0},z2:100,scaleX:l[0]/2,scaleY:l[1]/2,rotation:s*Math.PI/180||0}),o}}function z(e,r,t,l,o,s){t.removeAll();for(var a=0;a<r.length-1;a++){var c=G(l,o);c&&(c.__dimIdx=a,e[a]?(c.setPosition(e[a]),p[s?"initProps":"updateProps"](c,{x:r[a][0],y:r[a][1]},u,o)):c.setPosition(r[a]),t.add(c))}}function b(e){return g.map(e,function(r){return[I.cx,I.cy]})}n.diff(h).add(function(e){var r=n.getItemLayout(e);if(r){var t=new p.Polygon,l=new p.Polyline,o={shape:{points:r}};t.shape.points=b(r),l.shape.points=b(r),p.initProps(t,o,u,e),p.initProps(l,o,u,e);var s=new p.Group,a=new p.Group;s.add(l),s.add(t),s.add(a),z(l.shape.points,r,a,n,e,!0),n.setItemGraphicEl(e,s)}}).update(function(e,r){var t=h.getItemGraphicEl(r),l=t.childAt(0),o=t.childAt(1),s=t.childAt(2),a={shape:{points:n.getItemLayout(e)}};a.shape.points&&(z(l.shape.points,a.shape.points,s,n,e,!1),_(o),_(l),p.updateProps(l,a,u),p.updateProps(o,a,u),n.setItemGraphicEl(e,t))}).remove(function(e){M.remove(h.getItemGraphicEl(e))}).execute(),n.eachItemGraphicEl(function(e,r){var t=n.getItemModel(r),l=e.childAt(0),o=e.childAt(1),s=e.childAt(2),a=n.getItemVisual(r,"style"),c=a.fill;M.add(e),l.useStyle(g.defaults(t.getModel("lineStyle").getLineStyle(),{fill:"none",stroke:c})),U(l,t,"lineStyle"),U(o,t,"areaStyle");var A=t.getModel("areaStyle"),E=A.isEmpty()&&A.parentModel.isEmpty();o.ignore=E,g.each(["emphasis","select","blur"],function(i){var y=t.getModel([i,"areaStyle"]),m=y.isEmpty()&&y.parentModel.isEmpty();o.ensureState(i).ignore=m&&E;var V=t.getModel([i,"lineStyle"]).getLineStyle();l.ensureState(i).style=V;var L=y.getAreaStyle();o.ensureState(i).style=L;var C=t.getModel([i,"itemStyle"]).getItemStyle();s.eachChild(function(D){D.ensureState(i).style=g.clone(C)})}),o.useStyle(g.defaults(t.getModel("areaStyle").getAreaStyle(),{fill:c,opacity:.7,decal:a.decal}));var S=t.getModel("emphasis");s.eachChild(function(i){if(i instanceof F){var y=i.style;i.useStyle(g.extend({image:y.image,x:y.x,y:y.y,width:y.width,height:y.height},a))}else i.useStyle(a),i.setColor(c),i.style.strokeNoScale=!0;var m=n.getStore().get(n.getDimensionIndex(i.__dimIdx),r);(m==null||isNaN(m))&&(m=""),k(i,T(t),{labelFetcher:n.hostModel,labelDataIndex:r,labelDimIndex:i.__dimIdx,defaultText:m,inheritColor:c,defaultOpacity:a.opacity})}),w(e,S.get("focus"),S.get("blurScope"),S.get("disabled"))}),this._data=n},d.prototype.remove=function(){this.group.removeAll(),this._data=null},d.type="radar",d}(x),K=O;export{K as default};
3
+ //# sourceMappingURL=RadarView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/radar/backwardCompat */
2
+ import*as d from"/zrender@6.0.0/es2022/lib/core/util.mjs";function e(a){var f=a.polar;if(f){d.isArray(f)||(f=[f]);var i=[];d.each(f,function(r,c){r.indicator?(r.type&&!r.shape&&(r.shape=r.type),a.radar=a.radar||[],d.isArray(a.radar)||(a.radar=[a.radar]),a.radar.push(r)):i.push(r)}),a.polar=i}d.each(a.series,function(r){r&&r.type==="radar"&&r.polarIndex&&(r.radarIndex=r.polarIndex)})}export{e as default};
3
+ //# sourceMappingURL=backwardCompat.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/radar/radarLayout */
2
+ import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";function v(t){t.eachSeriesByType("radar",function(f){var o=f.getData(),i=[],a=f.coordinateSystem;if(a){var s=a.getIndicatorAxes();e.each(s,function(n,r){o.each(o.mapDimension(s[r].dim),function(c,u){i[u]=i[u]||[];var m=a.dataToPoint(c,r);i[u][r]=l(m)?m:p(a)})}),o.each(function(n){var r=e.find(i[n],function(c){return l(c)})||p(a);i[n].push(r.slice()),o.setItemLayout(n,i[n])})}})}function l(t){return!isNaN(t[0])&&!isNaN(t[1])}function p(t){return[t.cx,t.cy]}export{v as default};
3
+ //# sourceMappingURL=radarLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sankey/SankeySeries */
2
+ import{__extends as D}from"/tslib@2.3.0/es2022/tslib.mjs";import k from"../../model/Series.mjs";import N from"../helper/createGraphFromNodeEdge.mjs";import w from"../../model/Model.mjs";import{createTooltipMarkup as b}from"../../component/tooltip/tooltipMarkup.mjs";import S from"../../visual/tokens.mjs";var E=function(u){D(t,u);function t(){var e=u!==null&&u.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.getInitialData=function(e,i){var o=e.edges||e.links||[],n=e.data||e.nodes||[],r=e.levels||[];this.levelModels=[];for(var p=this.levelModels,l=0;l<r.length;l++)r[l].depth!=null&&r[l].depth>=0&&(p[r[l].depth]=new w(r[l],this,i));var m=N(n,o,this,!0,y);return m.data;function y(d,h){d.wrapMethod("getItemModel",function(a,c){var s=a.parentModel,g=s.getData().getItemLayout(c);if(g){var v=g.depth,f=s.levelModels[v];f&&(a.parentModel=f)}return a}),h.wrapMethod("getItemModel",function(a,c){var s=a.parentModel,g=s.getGraph().getEdgeByIndex(c),v=g.node1.getLayout();if(v){var f=v.depth,M=s.levelModels[f];M&&(a.parentModel=M)}return a})}},t.prototype.setNodePosition=function(e,i){var o=this.option.data||this.option.nodes,n=o[e];n.localX=i[0],n.localY=i[1]},t.prototype.setCenter=function(e){this.option.center=e},t.prototype.setZoom=function(e){this.option.zoom=e},t.prototype.getGraph=function(){return this.getData().graph},t.prototype.getEdgeData=function(){return this.getGraph().edgeData},t.prototype.formatTooltip=function(e,i,o){function n(a){return isNaN(a)||a==null}if(o==="edge"){var r=this.getDataParams(e,o),p=r.data,l=r.value,m=p.source+" -- "+p.target;return b("nameValue",{name:m,value:l,noValue:n(l)})}else{var y=this.getGraph().getNodeByIndex(e),d=y.getLayout().value,h=this.getDataParams(e,o).data.name;return b("nameValue",{name:h!=null?h+"":null,value:d,noValue:n(d)})}},t.prototype.optionUpdated=function(){},t.prototype.getDataParams=function(e,i){var o=u.prototype.getDataParams.call(this,e,i);if(o.value==null&&i==="node"){var n=this.getGraph().getNodeByIndex(e),r=n.getLayout().value;o.value=r}return o},t.type="series.sankey",t.layoutMode="box",t.defaultOption={z:2,coordinateSystemUsage:"box",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,roam:!1,roamTrigger:"global",center:null,zoom:1,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:S.color.neutral50,opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:S.color.primary}},animationEasing:"linear",animationDuration:1e3},t}(k),P=E;export{P as default};
3
+ //# sourceMappingURL=SankeySeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sankey/SankeyView */
2
+ import{__extends as Q}from"/tslib@2.3.0/es2022/tslib.mjs";import*as u from"../../util/graphic.mjs";import{enterEmphasis as at,leaveEmphasis as rt,toggleHoverEmphasis as B,setStatesStylesFromModel as N}from"../../util/states.mjs";import ot from"../../view/Chart.mjs";import{setLabelStyle as Z,getLabelStatesModels as q}from"../../label/labelStyle.mjs";import{getECData as J}from"../../util/innerStore.mjs";import{isString as K,retrieve3 as lt}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import it from"../../component/helper/RoamController.mjs";import*as U from"../../component/helper/roamHelper.mjs";import nt from"../../coord/View.mjs";var ct=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0}return r}(),dt=function(r){Q(o,r);function o(t){return r.call(this,t)||this}return o.prototype.getDefaultShape=function(){return new ct},o.prototype.buildPath=function(t,e){var i=e.extent;t.moveTo(e.x1,e.y1),t.bezierCurveTo(e.cpx1,e.cpy1,e.cpx2,e.cpy2,e.x2,e.y2),e.orient==="vertical"?(t.lineTo(e.x2+i,e.y2),t.bezierCurveTo(e.cpx2+i,e.cpy2,e.cpx1+i,e.cpy1,e.x1+i,e.y1)):(t.lineTo(e.x2,e.y2+i),t.bezierCurveTo(e.cpx2,e.cpy2+i,e.cpx1,e.cpy1+i,e.x1,e.y1+i)),t.closePath()},o.prototype.highlight=function(){at(this)},o.prototype.downplay=function(){rt(this)},o}(u.Path),yt=function(r){Q(o,r);function o(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=o.type,t._mainGroup=new u.Group,t._focusAdjacencyDisabled=!1,t}return o.prototype.init=function(t,e){this._controller=new it(e.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},o.prototype.render=function(t,e,i){var _=this,D=t.getGraph(),n=this._mainGroup,T=t.layoutInfo,v=T.width,f=T.height,V=t.getData(),W=t.getData("edge"),C=t.get("orient");this._model=t,n.removeAll(),n.x=T.x,n.y=T.y,this._updateViewCoordSys(t,i),U.updateController(t,i,n,this._controller,this._controllerHost,null),D.eachEdge(function(a){var l=new dt,c=J(l);c.dataIndex=a.dataIndex,c.seriesIndex=t.seriesIndex,c.dataType="edge";var g=a.getModel(),p=g.getModel("lineStyle"),d=p.get("curveness"),s=a.node1.getLayout(),y=a.node1.getModel(),h=y.get("localX"),m=y.get("localY"),x=a.node2.getLayout(),M=a.node2.getModel(),j=M.get("localX"),E=M.get("localY"),L=a.getLayout(),S,b,w,I,k,A,X,Y;l.shape.extent=Math.max(1,L.dy),l.shape.orient=C,C==="vertical"?(S=(h!=null?h*v:s.x)+L.sy,b=(m!=null?m*f:s.y)+s.dy,w=(j!=null?j*v:x.x)+L.ty,I=E!=null?E*f:x.y,k=S,A=b*(1-d)+I*d,X=w,Y=b*d+I*(1-d)):(S=(h!=null?h*v:s.x)+s.dx,b=(m!=null?m*f:s.y)+L.sy,w=j!=null?j*v:x.x,I=(E!=null?E*f:x.y)+L.ty,k=S*(1-d)+w*d,A=b,X=S*d+w*(1-d),Y=I),l.setShape({x1:S,y1:b,x2:w,y2:I,cpx1:k,cpy1:A,cpx2:X,cpy2:Y}),l.useStyle(p.getItemStyle()),O(l.style,C,a);var P=""+g.get("value"),R=q(g,"edgeLabel");Z(l,R,{labelFetcher:{getFormattedLabel:function(H,G,gt,$,tt,et){return t.getFormattedLabel(H,G,"edge",$,lt(tt,R.normal&&R.normal.get("formatter"),P),et)}},labelDataIndex:a.dataIndex,defaultText:P}),l.setTextConfig({position:"inside"});var z=g.getModel("emphasis");N(l,g,"lineStyle",function(H){var G=H.getItemStyle();return O(G,C,a),G}),n.add(l),W.setItemGraphicEl(a.dataIndex,l);var F=z.get("focus");B(l,F==="adjacency"?a.getAdjacentDataIndices():F==="trajectory"?a.getTrajectoryDataIndices():F,z.get("blurScope"),z.get("disabled"))}),D.eachNode(function(a){var l=a.getLayout(),c=a.getModel(),g=c.get("localX"),p=c.get("localY"),d=c.getModel("emphasis"),s=c.get(["itemStyle","borderRadius"])||0,y=new u.Rect({shape:{x:g!=null?g*v:l.x,y:p!=null?p*f:l.y,width:l.dx,height:l.dy,r:s},style:c.getModel("itemStyle").getItemStyle(),z2:10});Z(y,q(c),{labelFetcher:{getFormattedLabel:function(m,x){return t.getFormattedLabel(m,x,"node")}},labelDataIndex:a.dataIndex,defaultText:a.id}),y.disableLabelAnimation=!0,y.setStyle("fill",a.getVisual("color")),y.setStyle("decal",a.getVisual("style").decal),N(y,c),n.add(y),V.setItemGraphicEl(a.dataIndex,y),J(y).dataType="node";var h=d.get("focus");B(y,h==="adjacency"?a.getAdjacentDataIndices():h==="trajectory"?a.getTrajectoryDataIndices():h,d.get("blurScope"),d.get("disabled"))}),V.eachItemGraphicEl(function(a,l){var c=V.getItemModel(l);c.get("draggable")&&(a.drift=function(g,p){_._focusAdjacencyDisabled=!0,this.shape.x+=g,this.shape.y+=p,this.dirty(),i.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:V.getRawIndex(l),localX:this.shape.x/v,localY:this.shape.y/f})},a.ondragend=function(){_._focusAdjacencyDisabled=!1},a.draggable=!0,a.cursor="move")}),!this._data&&t.isAnimationEnabled()&&n.setClipPath(ut(n.getBoundingRect(),t,function(){n.removeClipPath()})),this._data=t.getData()},o.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},o.prototype._updateViewCoordSys=function(t,e){var i=t.layoutInfo,_=i.width,D=i.height,n=t.coordinateSystem=new nt(null,{api:e,ecModel:t.ecModel});n.zoomLimit=t.get("scaleLimit"),n.setBoundingRect(0,0,_,D),n.setCenter(t.get("center")),n.setZoom(t.get("zoom")),this._controllerHost.target.attr({x:n.x,y:n.y,scaleX:n.scaleX,scaleY:n.scaleY})},o.type="sankey",o}(ot);function O(r,o,t){switch(r.fill){case"source":r.fill=t.node1.getVisual("color"),r.decal=t.node1.getVisual("style").decal;break;case"target":r.fill=t.node2.getVisual("color"),r.decal=t.node2.getVisual("style").decal;break;case"gradient":var e=t.node1.getVisual("color"),i=t.node2.getVisual("color");K(e)&&K(i)&&(r.fill=new u.LinearGradient(0,0,+(o==="horizontal"),+(o==="vertical"),[{color:e,offset:0},{color:i,offset:1}]))}}function ut(r,o,t){var e=new u.Rect({shape:{x:r.x-10,y:r.y-10,width:0,height:r.height+20}});return u.initProps(e,{shape:{width:r.width+20}},o,t),e}var bt=yt;export{bt as default};
3
+ //# sourceMappingURL=SankeyView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sankey/sankeyLayout */
2
+ import*as o from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{groupData as A}from"../../util/model.mjs";import{createBoxLayoutReference as I,getLayoutRect as T}from"../../util/layout.mjs";function O(a,u){a.eachSeriesByType("sankey",function(e){var n=e.get("nodeWidth"),t=e.get("nodeGap"),r=I(e,u).refContainer,v=T(e.getBoxLayoutParams(),r);e.layoutInfo=v;var y=v.width,i=v.height,f=e.getGraph(),c=f.nodes,l=f.edges;S(c);var g=o.filter(c,function(L){return L.getLayout().value===0}),h=g.length!==0?0:e.get("layoutIterations"),E=e.get("orient"),s=e.get("nodeAlign");C(c,l,n,t,y,i,h,E,s)})}function C(a,u,e,n,t,r,v,y,i){b(a,u,e,t,r,y,i),W(a,u,r,t,n,v,y),Z(a,y)}function S(a){o.each(a,function(u){var e=p(u.outEdges,z),n=p(u.inEdges,z),t=u.getValue()||0,r=Math.max(e,n,t);u.setLayout({value:r},!0)})}function b(a,u,e,n,t,r,v){for(var y=[],i=[],f=[],c=[],l=0,g=0;g<u.length;g++)y[g]=1;for(var g=0;g<a.length;g++)i[g]=a[g].inEdges.length,i[g]===0&&f.push(a[g]);for(var h=-1;f.length;){for(var E=0;E<f.length;E++){var s=f[E],L=s.hostGraph.data.getRawDataItem(s.dataIndex),N=L.depth!=null&&L.depth>=0;N&&L.depth>h&&(h=L.depth),s.setLayout({depth:N?L.depth:l},!0),r==="vertical"?s.setLayout({dy:e},!0):s.setLayout({dx:e},!0);for(var U=0;U<s.outEdges.length;U++){var w=s.outEdges[U],R=u.indexOf(w);y[R]=0;var k=w.node2,V=a.indexOf(k);--i[V]===0&&c.indexOf(k)<0&&c.push(k)}}++l,f=c,c=[]}for(var g=0;g<y.length;g++)if(y[g]===1)throw new Error("Sankey is a DAG, the original data has cycle!");var m=h>l-1?h:l-1;v&&v!=="left"&&H(a,v,r,m);var d=r==="vertical"?(t-e)/m:(n-e)/m;P(a,d,r)}function B(a){var u=a.hostGraph.data.getRawDataItem(a.dataIndex);return u.depth!=null&&u.depth>=0}function H(a,u,e,n){if(u==="right"){for(var t=[],r=a,v=0;r.length;){for(var y=0;y<r.length;y++){var i=r[y];i.setLayout({skNodeHeight:v},!0);for(var f=0;f<i.inEdges.length;f++){var c=i.inEdges[f];t.indexOf(c.node1)<0&&t.push(c.node1)}}r=t,t=[],++v}o.each(a,function(l){B(l)||l.setLayout({depth:Math.max(0,n-l.getLayout().skNodeHeight)},!0)})}else u==="justify"&&K(a,n)}function K(a,u){o.each(a,function(e){!B(e)&&!e.outEdges.length&&e.setLayout({depth:u},!0)})}function P(a,u,e){o.each(a,function(n){var t=n.getLayout().depth*u;e==="vertical"?n.setLayout({y:t},!0):n.setLayout({x:t},!0)})}function W(a,u,e,n,t,r,v){var y=X(a,v);j(y,u,e,n,t,v),D(y,t,e,n,v);for(var i=1;r>0;r--)i*=.99,q(y,i,v),D(y,t,e,n,v),Y(y,i,v),D(y,t,e,n,v)}function X(a,u){var e=[],n=u==="vertical"?"y":"x",t=A(a,function(r){return r.getLayout()[n]});return t.keys.sort(function(r,v){return r-v}),o.each(t.keys,function(r){e.push(t.buckets.get(r))}),e}function j(a,u,e,n,t,r){var v=1/0;o.each(a,function(y){var i=y.length,f=0;o.each(y,function(l){f+=l.getLayout().value});var c=r==="vertical"?(n-(i-1)*t)/f:(e-(i-1)*t)/f;c<v&&(v=c)}),o.each(a,function(y){o.each(y,function(i,f){var c=i.getLayout().value*v;r==="vertical"?(i.setLayout({x:f},!0),i.setLayout({dx:c},!0)):(i.setLayout({y:f},!0),i.setLayout({dy:c},!0))})}),o.each(u,function(y){var i=+y.getValue()*v;y.setLayout({dy:i},!0)})}function D(a,u,e,n,t){var r=t==="vertical"?"x":"y";o.each(a,function(v){v.sort(function(s,L){return s.getLayout()[r]-L.getLayout()[r]});for(var y,i,f,c=0,l=v.length,g=t==="vertical"?"dx":"dy",h=0;h<l;h++)i=v[h],f=c-i.getLayout()[r],f>0&&(y=i.getLayout()[r]+f,t==="vertical"?i.setLayout({x:y},!0):i.setLayout({y},!0)),c=i.getLayout()[r]+i.getLayout()[g]+u;var E=t==="vertical"?n:e;if(f=c-u-E,f>0){y=i.getLayout()[r]-f,t==="vertical"?i.setLayout({x:y},!0):i.setLayout({y},!0),c=y;for(var h=l-2;h>=0;--h)i=v[h],f=i.getLayout()[r]+i.getLayout()[g]+u-c,f>0&&(y=i.getLayout()[r]-f,t==="vertical"?i.setLayout({x:y},!0):i.setLayout({y},!0)),c=i.getLayout()[r]}})}function q(a,u,e){o.each(a.slice().reverse(),function(n){o.each(n,function(t){if(t.outEdges.length){var r=p(t.outEdges,F,e)/p(t.outEdges,z);if(isNaN(r)){var v=t.outEdges.length;r=v?p(t.outEdges,G,e)/v:0}if(e==="vertical"){var y=t.getLayout().x+(r-x(t,e))*u;t.setLayout({x:y},!0)}else{var i=t.getLayout().y+(r-x(t,e))*u;t.setLayout({y:i},!0)}}})})}function F(a,u){return x(a.node2,u)*a.getValue()}function G(a,u){return x(a.node2,u)}function J(a,u){return x(a.node1,u)*a.getValue()}function Q(a,u){return x(a.node1,u)}function x(a,u){return u==="vertical"?a.getLayout().x+a.getLayout().dx/2:a.getLayout().y+a.getLayout().dy/2}function z(a){return a.getValue()}function p(a,u,e){for(var n=0,t=a.length,r=-1;++r<t;){var v=+u(a[r],e);isNaN(v)||(n+=v)}return n}function Y(a,u,e){o.each(a,function(n){o.each(n,function(t){if(t.inEdges.length){var r=p(t.inEdges,J,e)/p(t.inEdges,z);if(isNaN(r)){var v=t.inEdges.length;r=v?p(t.inEdges,Q,e)/v:0}if(e==="vertical"){var y=t.getLayout().x+(r-x(t,e))*u;t.setLayout({x:y},!0)}else{var i=t.getLayout().y+(r-x(t,e))*u;t.setLayout({y:i},!0)}}})})}function Z(a,u){var e=u==="vertical"?"x":"y";o.each(a,function(n){n.outEdges.sort(function(t,r){return t.node2.getLayout()[e]-r.node2.getLayout()[e]}),n.inEdges.sort(function(t,r){return t.node1.getLayout()[e]-r.node1.getLayout()[e]})}),o.each(a,function(n){var t=0,r=0;o.each(n.outEdges,function(v){v.setLayout({sy:t},!0),t+=v.getLayout().dy}),o.each(n.inEdges,function(v){v.setLayout({ty:r},!0),r+=v.getLayout().dy})})}export{O as default};
3
+ //# sourceMappingURL=sankeyLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sankey/sankeyVisual */
2
+ import*as l from"/zrender@6.0.0/es2022/lib/core/util.mjs";import c from"../../visual/VisualMapping.mjs";function p(g){g.eachSeriesByType("sankey",function(s){var n=s.getGraph(),a=n.nodes,u=n.edges;if(a.length){var i=1/0,o=-1/0;l.each(a,function(t){var e=t.getLayout().value;e<i&&(i=e),e>o&&(o=e)}),l.each(a,function(t){var e=new c({type:"color",mappingMethod:"linear",dataExtent:[i,o],visual:s.get("color")}),f=e.mapValueToVisual(t.getLayout().value),r=t.getModel().get(["itemStyle","color"]);r!=null?(t.setVisual("color",r),t.setVisual("style",{fill:r})):(t.setVisual("color",f),t.setVisual("style",{fill:f}))})}u.length&&l.each(u,function(t){var e=t.getModel().get("lineStyle");t.setVisual("style",e)})})}export{p as default};
3
+ //# sourceMappingURL=sankeyVisual.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/scatter/ScatterSeries */
2
+ import{__extends as s}from"/tslib@2.3.0/es2022/tslib.mjs";import n from"../helper/createSeriesData.mjs";import l from"../../model/Series.mjs";import a from"../../visual/tokens.mjs";var p=function(r){s(t,r);function t(){var e=r!==null&&r.apply(this,arguments)||this;return e.type=t.type,e.hasSymbolVisual=!0,e}return t.prototype.getInitialData=function(e,o){return n(null,this,{useEncodeDefaulter:!0})},t.prototype.getProgressive=function(){var e=this.option.progressive;return e??(this.option.large?5e3:this.get("progressive"))},t.prototype.getProgressiveThreshold=function(){var e=this.option.progressiveThreshold;return e??(this.option.large?1e4:this.get("progressiveThreshold"))},t.prototype.brushSelector=function(e,o,i){return i.point(o.getItemLayout(e))},t.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},t.type="series.scatter",t.dependencies=["grid","polar","geo","singleAxis","calendar","matrix"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:a.color.primary}},universalTransition:{divideShape:"clone"}},t}(l),d=p;export{d as default};
3
+ //# sourceMappingURL=ScatterSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/scatter/jitterLayout */
2
+ import{needFixJitter as p,fixJitter as l}from"../../util/jitter.mjs";function S(u){u.eachSeriesByType("scatter",function(y){var r=y.coordinateSystem;if(r&&(r.type==="cartesian2d"||r.type==="single")){var t=r.getBaseAxis?r.getBaseAxis():null,m=t&&p(y,t);if(m){var i=y.getData();i.each(function(a){var o=t.dim,v=t.orient,f=v==="horizontal"&&t.type!=="category"||v==="vertical"&&t.type==="category",e=i.getItemLayout(a),n=i.getItemVisual(a,"symbolSize"),g=n instanceof Array?(n[1]+n[0])/2:n;if(o==="y"||o==="single"&&f){var c=l(t,e[0],e[1],g/2);i.setItemLayout(a,[e[0],c])}else if(o==="x"||o==="single"&&!f){var c=l(t,e[1],e[0],g/2);i.setItemLayout(a,[c,e[1]])}})}}})}export{S as default};
3
+ //# sourceMappingURL=jitterLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sunburst/SunburstPiece */
2
+ import{__extends as H}from"/tslib@2.3.0/es2022/tslib.mjs";import*as c from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as f from"../../util/graphic.mjs";import{toggleHoverEmphasis as J,SPECIAL_STATES as X,DISPLAY_STATES as Y}from"../../util/states.mjs";import{createTextStyle as j}from"../../label/labelStyle.mjs";import{getECData as R}from"../../util/innerStore.mjs";import{getSectorCornerRadius as O}from"../helper/sectorHelper.mjs";import{createOrUpdatePatternFromDecal as k}from"../../util/decal.mjs";import{saveOldStyle as q}from"../../animation/basicTransition.mjs";import{normalizeRadian as L}from"/zrender@6.0.0/es2022/lib/contain/util.mjs";import{isRadianAroundZero as B}from"../../util/number.mjs";var G=2,K=4,Q=function(U){H(I,U);function I(S,e,l,h){var t=U.call(this)||this;t.z2=G,t.textConfig={inside:!0},R(t).seriesIndex=e.seriesIndex;var r=new f.Text({z2:K,silent:S.getModel().get(["label","silent"])});return t.setTextContent(r),t.updateData(!0,S,e,l,h),t}return I.prototype.updateData=function(S,e,l,h,t){this.node=e,e.piece=this,l=l||this._seriesModel,h=h||this._ecModel;var r=this;R(r).dataIndex=e.dataIndex;var i=e.getModel(),y=i.getModel("emphasis"),M=e.getLayout(),s=c.extend({},M);s.label=null;var u=e.getVisual("style");u.lineJoin="bevel";var b=e.getVisual("decal");b&&(u.decal=k(b,t));var P=O(i.getModel("itemStyle"),s,!0);c.extend(s,P),c.each(X,function(a){var g=r.ensureState(a),o=i.getModel([a,"itemStyle"]);g.style=o.getItemStyle();var p=O(o,s);p&&(g.shape=p)}),S?(r.setShape(s),r.shape.r=M.r0,f.initProps(r,{shape:{r:M.r}},l,e.dataIndex)):(f.updateProps(r,{shape:s},l),q(r)),r.useStyle(u),this._updateLabel(l);var _=i.getShallow("cursor");_&&r.attr("cursor",_),this._seriesModel=l||this._seriesModel,this._ecModel=h||this._ecModel;var d=y.get("focus"),n=d==="relative"?c.concatArray(e.getAncestorsIndices(),e.getDescendantIndices()):d==="ancestor"?e.getAncestorsIndices():d==="descendant"?e.getDescendantIndices():d;J(this,n,y.get("blurScope"),y.get("disabled"))},I.prototype._updateLabel=function(S){var e=this,l=this.node.getModel(),h=l.getModel("label"),t=this.node.getLayout(),r=t.endAngle-t.startAngle,i=(t.startAngle+t.endAngle)/2,y=Math.cos(i),M=Math.sin(i),s=this,u=s.getTextContent(),b=this.node.dataIndex,P=h.get("minAngle")/180*Math.PI,_=h.get("show")&&!(P!=null&&Math.abs(r)<P);u.ignore=!_,c.each(Y,function(n){var a=n==="normal"?l.getModel("label"):l.getModel([n,"label"]),g=n==="normal",o=g?u:u.ensureState(n),p=S.getFormattedLabel(b,n);g&&(p=p||e.node.name),o.style=j(a,{},null,n!=="normal",!0),p&&(o.style.text=p);var C=a.get("show");C!=null&&!g&&(o.ignore=!C);var D=d(a,"position"),w=g?s:s.states[n],Z=w.style.fill;w.textConfig={outsideFill:a.get("color")==="inherit"?Z:null,inside:D!=="outside"};var m,z=d(a,"distance")||0,v=d(a,"align"),A=d(a,"rotate"),F=Math.PI*.5,V=Math.PI*1.5,E=L(A==="tangential"?Math.PI/2-i:i),x=E>F&&!B(E-F)&&E<V;D==="outside"?(m=t.r+z,v=x?"right":"left"):!v||v==="center"?(r===2*Math.PI&&t.r0===0?m=0:m=(t.r+t.r0)/2,v="center"):v==="left"?(m=t.r0+z,v=x?"right":"left"):v==="right"&&(m=t.r-z,v=x?"left":"right"),o.style.align=v,o.style.verticalAlign=d(a,"verticalAlign")||"middle",o.x=m*y+t.cx,o.y=m*M+t.cy;var T=0;A==="radial"?T=L(-i)+(x?Math.PI:0):A==="tangential"?T=L(Math.PI/2-i)+(x?Math.PI:0):c.isNumber(A)&&(T=A*Math.PI/180),o.rotation=L(T)});function d(n,a){var g=n.get(a);return g??h.get(a)}u.dirtyStyle()},I}(f.Sector),nt=Q;export{nt as default};
3
+ //# sourceMappingURL=SunburstPiece.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sunburst/SunburstSeries */
2
+ import{__extends as m}from"/tslib@2.3.0/es2022/tslib.mjs";import*as i from"/zrender@6.0.0/es2022/lib/core/util.mjs";import y from"../../model/Series.mjs";import v from"../../data/Tree.mjs";import{wrapTreePathInfo as g}from"../helper/treeHelper.mjs";import b from"../../model/Model.mjs";import w from"../helper/enableAriaDecalForTree.mjs";var D=function(o){m(t,o);function t(){var e=o!==null&&o.apply(this,arguments)||this;return e.type=t.type,e.ignoreStyleOnData=!0,e}return t.prototype.getInitialData=function(e,r){var a={name:e.name,children:e.data};p(a);var d=this._levelModels=i.map(e.levels||[],function(n){return new b(n,this,r)},this),l=v.createTree(a,this,h);function h(n){n.wrapMethod("getItemModel",function(s,f){var c=l.getNodeByDataIndex(f),u=d[c.depth];return u&&(s.parentModel=u),s})}return l.data},t.prototype.optionUpdated=function(){this.resetViewRoot()},t.prototype.getDataParams=function(e){var r=o.prototype.getDataParams.apply(this,arguments),a=this.getData().tree.getNodeByDataIndex(e);return r.treePathInfo=g(a,this),r},t.prototype.getLevelModel=function(e){return this._levelModels&&this._levelModels[e.depth]},t.prototype.getViewRoot=function(){return this._viewRoot},t.prototype.resetViewRoot=function(e){e?this._viewRoot=e:e=this._viewRoot;var r=this.getRawData().tree.root;(!e||e!==r&&!r.contains(e))&&(this._viewRoot=r)},t.prototype.enableAriaDecal=function(){w(this)},t.type="series.sunburst",t.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},t}(y);function p(o){var t=0;i.each(o.children,function(r){p(r);var a=r.value;i.isArray(a)&&(a=a[0]),t+=a});var e=o.value;i.isArray(e)&&(e=e[0]),(e==null||isNaN(e))&&(e=t),e<0&&(e=0),i.isArray(o.value)?o.value[0]=e:o.value=e}var _=D;export{_ as default};
3
+ //# sourceMappingURL=SunburstSeries.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sunburst/SunburstView */
2
+ import{__extends as O}from"/tslib@2.3.0/es2022/tslib.mjs";import*as P from"/zrender@6.0.0/es2022/lib/core/util.mjs";import E from"../../view/Chart.mjs";import _ from"./SunburstPiece.mjs";import L from"../../data/DataDiffer.mjs";import{ROOT_TO_NODE_ACTION as x}from"./sunburstAction.mjs";import{windowOpen as F}from"../../util/format.mjs";var S=function(h){O(f,h);function f(){var e=h!==null&&h.apply(this,arguments)||this;return e.type=f.type,e}return f.prototype.render=function(e,o,a,c){var r=this;this.seriesModel=e,this.api=a,this.ecModel=o;var u=e.getData(),n=u.tree.root,v=e.getViewRoot(),l=this.group,d=e.get("renderLabelForZeroData"),g=[];v.eachNode(function(t){g.push(t)});var D=this._oldChildren||[];T(g,D),V(n,v),this._initEvents(),this._oldChildren=g;function T(t,i){if(t.length===0&&i.length===0)return;new L(i,t,p,p).add(m).update(m).remove(P.curry(m,null)).execute();function p(s){return s.getId()}function m(s,y){var k=s==null?null:t[s],I=y==null?null:i[y];b(k,I)}}function b(t,i){if(!d&&t&&!t.getValue()&&(t=null),t!==n&&i!==n){if(i&&i.piece)t?(i.piece.updateData(!1,t,e,o,a),u.setItemGraphicEl(t.dataIndex,i.piece)):R(i);else if(t){var p=new _(t,e,o,a);l.add(p),u.setItemGraphicEl(t.dataIndex,p)}}}function R(t){t&&t.piece&&(l.remove(t.piece),t.piece=null)}function V(t,i){i.depth>0?(r.virtualPiece?r.virtualPiece.updateData(!1,t,e,o,a):(r.virtualPiece=new _(t,e,o,a),l.add(r.virtualPiece)),i.piece.off("click"),r.virtualPiece.on("click",function(p){r._rootToNode(i.parentNode)})):r.virtualPiece&&(l.remove(r.virtualPiece),r.virtualPiece=null)}},f.prototype._initEvents=function(){var e=this;this.group.off("click"),this.group.on("click",function(o){var a=!1,c=e.seriesModel.getViewRoot();c.eachNode(function(r){if(!a&&r.piece&&r.piece===o.target){var u=r.getModel().get("nodeClick");if(u==="rootToNode")e._rootToNode(r);else if(u==="link"){var n=r.getModel(),v=n.get("link");if(v){var l=n.get("target",!0)||"_blank";F(v,l)}}a=!0}})})},f.prototype._rootToNode=function(e){e!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:x,from:this.uid,seriesId:this.seriesModel.id,targetNode:e})},f.prototype.containPoint=function(e,o){var a=o.getData(),c=a.getItemLayout(0);if(c){var r=e[0]-c.cx,u=e[1]-c.cy,n=Math.sqrt(r*r+u*u);return n<=c.r&&n>=c.r0}},f.type="sunburst",f}(E),q=S;export{q as default};
3
+ //# sourceMappingURL=SunburstView.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sunburst/sunburstAction */
2
+ import{extend as r}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import"../../util/log.mjs";import{retrieveTargetInfo as p,aboveViewRoot as d}from"../helper/treeHelper.mjs";var h="sunburstRootToNode",g="sunburstHighlight",a="sunburstUnhighlight";function N(u){u.registerAction({type:h,update:"updateView"},function(e,o){o.eachComponent({mainType:"series",subType:"sunburst",query:e},n);function n(i,c){var t=p(e,[h],i);if(t){var s=i.getViewRoot();s&&(e.direction=d(s,t.node)?"rollUp":"drillDown"),i.resetViewRoot(t.node)}}}),u.registerAction({type:g,update:"none"},function(e,o,n){e=r({},e),o.eachComponent({mainType:"series",subType:"sunburst",query:e},i);function i(c){var t=p(e,[g],c);t&&(e.dataIndex=t.node.dataIndex)}n.dispatchAction(r(e,{type:"highlight"}))}),u.registerAction({type:a,update:"updateView"},function(e,o,n){e=r({},e),n.dispatchAction(r(e,{type:"downplay"}))})}export{h as ROOT_TO_NODE_ACTION,N as installSunburstAction};
3
+ //# sourceMappingURL=sunburstAction.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sunburst/sunburstLayout */
2
+ import{parsePercent as h}from"../../util/number.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";var j=Math.PI/180;function E(n,u,v){u.eachSeriesByType(n,function(r){var t=r.get("center"),a=r.get("radius");e.isArray(a)||(a=[0,a]),e.isArray(t)||(t=[t,t]);var c=v.getWidth(),A=v.getHeight(),o=Math.min(c,A),R=h(t[0],c),s=h(t[1],A),f=h(a[0],o/2),G=h(a[1],o/2),x=-r.get("startAngle")*j,L=r.get("minAngle")*j,N=r.getData().tree.root,l=r.getViewRoot(),J=l.depth,P=r.get("sort");P!=null&&q(l,P);var k=0;e.each(l.children,function(i){!isNaN(i.getValue())&&k++});var D=l.getValue(),S=Math.PI/(D||k)*2,y=l.depth>0,K=l.height-(y?-1:1),z=(G-f)/(K||1),U=r.get("clockwise"),Q=r.get("stillShowZeroSum"),T=U?1:-1,C=function(i,g){if(i){var d=g;if(i!==N){var $=i.getValue(),m=D===0&&Q?S:$*S;m<L&&(m=L),d=g+T*m;var B=i.depth-J-(y?-1:1),F=f+z*B,H=f+z*(B+1),p=r.getLevelModel(i);if(p){var w=p.get("r0",!0),I=p.get("r",!0),V=p.get("radius",!0);V!=null&&(w=V[0],I=V[1]),w!=null&&(F=h(w,o/2)),I!=null&&(H=h(I,o/2))}i.setLayout({angle:m,startAngle:g,endAngle:d,clockwise:U,cx:R,cy:s,r0:F,r:H})}if(i.children&&i.children.length){var W=0;e.each(i.children,function(b){W+=C(b,g+W)})}return d-g}};if(y){var X=f,Y=f+z,Z=Math.PI*2;N.setLayout({angle:Z,startAngle:x,endAngle:x+Z,clockwise:U,cx:R,cy:s,r0:X,r:Y})}C(l,x)})}function q(n,u){var v=n.children||[];n.children=O(v,u),v.length&&e.each(n.children,function(r){q(r,u)})}function O(n,u){if(e.isFunction(u)){var v=e.map(n,function(t,a){var c=t.getValue();return{params:{depth:t.depth,height:t.height,dataIndex:t.dataIndex,getValue:function(){return c}},index:a}});return v.sort(function(t,a){return u(t.params,a.params)}),e.map(v,function(t){return n[t.index]})}else{var r=u==="asc";return n.sort(function(t,a){var c=(t.getValue()-a.getValue())*(r?1:-1);return c===0?(t.dataIndex-a.dataIndex)*(r?-1:1):c})}}export{E as default};
3
+ //# sourceMappingURL=sunburstLayout.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/sunburst/sunburstVisual */
2
+ import{lift as p}from"/zrender@6.0.0/es2022/lib/tool/color.mjs";import{extend as m,isString as s}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import c from"../../visual/tokens.mjs";function d(o){var n={};function u(e,a,i){if(e.depth===0)return c.color.neutral50;for(var t=e;t&&t.depth>1;)t=t.parentNode;var r=a.getColorFromPalette(t.name||t.dataIndex+"",n);return e.depth>1&&s(r)&&(r=p(r,(e.depth-1)/(i-1)*.5)),r}o.eachSeriesByType("sunburst",function(e){var a=e.getData(),i=a.tree;i.eachNode(function(t){var r=t.getModel(),l=r.getModel("itemStyle").getItemStyle();l.fill||(l.fill=u(t,e,i.root.height));var f=a.ensureUniqueItemVisual(t.dataIndex,"style");m(f,l)})})}export{d as default};
3
+ //# sourceMappingURL=sunburstVisual.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - echarts@6.0.0/lib/chart/themeRiver/ThemeRiverSeries */
2
+ import{__extends as A}from"/tslib@2.3.0/es2022/tslib.mjs";import S from"../../model/Series.mjs";import x from"../../data/helper/createDimensions.mjs";import{getDimensionTypeByAxis as M}from"../../data/helper/dimensionHelper.mjs";import b from"../../data/SeriesData.mjs";import*as m from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{groupData as D,SINGLE_REFERRING as L}from"../../util/model.mjs";import R from"../../visual/LegendVisualProvider.mjs";import{createTooltipMarkup as N}from"../../component/tooltip/tooltipMarkup.mjs";var c=2,T=function(h){A(l,h);function l(){var e=h!==null&&h.apply(this,arguments)||this;return e.type=l.type,e}return l.prototype.init=function(e){h.prototype.init.apply(this,arguments),this.legendVisualProvider=new R(m.bind(this.getData,this),m.bind(this.getRawData,this))},l.prototype.fixData=function(e){var v=e.length,n={},o=D(e,function(u){return n.hasOwnProperty(u[0]+"")||(n[u[0]+""]=-1),u[2]}),t=[];o.buckets.each(function(u,f){t.push({name:f,dataList:u})});for(var r=t.length,i=0;i<r;++i){for(var p=t[i].name,s=0;s<t[i].dataList.length;++s){var a=t[i].dataList[s][0]+"";n[a]=i}for(var a in n)n.hasOwnProperty(a)&&n[a]!==i&&(n[a]=i,e[v]=[a,0,p],v++)}return e},l.prototype.getInitialData=function(e,v){for(var n=this.getReferringComponents("singleAxis",L).models[0],o=n.get("type"),t=m.filter(e.data,function(g){return g[2]!==void 0}),r=this.fixData(t||[]),i=[],p=this.nameMap=m.createHashMap(),s=0,a=0;a<r.length;++a)i.push(r[a][c]),p.get(r[a][c])||(p.set(r[a][c],s),s++);var u=x(r,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:M(o)},{name:"value",type:"float"},{name:"name",type:"ordinal"}],encodeDefine:{single:0,value:1,itemName:2}}).dimensions,f=new b(u,this);return f.initData(r),f},l.prototype.getLayerSeries=function(){for(var e=this.getData(),v=e.count(),n=[],o=0;o<v;++o)n[o]=o;var t=e.mapDimension("single"),r=D(n,function(p){return e.get("name",p)}),i=[];return r.buckets.each(function(p,s){p.sort(function(a,u){return e.get(t,a)-e.get(t,u)}),i.push({name:s,indices:p})}),i},l.prototype.getAxisTooltipData=function(e,v,n){m.isArray(e)||(e=e?[e]:[]);for(var o=this.getData(),t=this.getLayerSeries(),r=[],i=t.length,p,s=0;s<i;++s){for(var a=Number.MAX_VALUE,u=-1,f=t[s].indices.length,g=0;g<f;++g){var d=o.get(e[0],t[s].indices[g]),y=Math.abs(d-v);y<=a&&(p=d,a=y,u=t[s].indices[g])}r.push(u)}return{dataIndices:r,nestestValue:p}},l.prototype.formatTooltip=function(e,v,n){var o=this.getData(),t=o.getName(e),r=o.get(o.mapDimension("value"),e);return N("nameValue",{name:t,value:r})},l.type="series.themeRiver",l.dependencies=["singleAxis"],l.defaultOption={z:2,colorBy:"data",coordinateSystem:"singleAxis",boundaryGap:["10%","10%"],singleAxisIndex:0,animationEasing:"linear",label:{margin:4,show:!0,position:"left",fontSize:11},emphasis:{label:{show:!0}}},l}(S),G=T;export{G as default};
3
+ //# sourceMappingURL=ThemeRiverSeries.mjs.map