@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.
- package/@antv/algorithm@^0.1.26 +5 -0
- package/@antv/component@2.1.7/es2022/esm/animation.mjs +3 -0
- package/@antv/component@2.1.7/es2022/esm/core.mjs +3 -0
- package/@antv/component@2.1.7/es2022/esm/ui/axis/utils.mjs +3 -0
- package/@antv/component@2.1.7/es2022/esm/util/layout.mjs +3 -0
- package/@antv/component@^2.1.7 +11 -0
- package/@antv/event-emitter@^0.1.3 +3 -0
- package/@antv/g-camera-api@2.0.41/es2022/g-camera-api.mjs +15 -0
- package/@antv/g-canvas@^2.0.48 +6 -0
- package/@antv/g-dom-mutation-observer-api@2.0.38/es2022/g-dom-mutation-observer-api.mjs +15 -0
- package/@antv/g-lite@2.3.2/es2022/g-lite.mjs +22 -0
- package/@antv/g-math@3.0.1/es2022/g-math.mjs +17 -0
- package/@antv/g-plugin-canvas-path-generator@2.1.22/es2022/g-plugin-canvas-path-generator.mjs +16 -0
- package/@antv/g-plugin-canvas-picker@2.1.27/es2022/g-plugin-canvas-picker.mjs +20 -0
- package/@antv/g-plugin-canvas-renderer@2.3.3/es2022/g-plugin-canvas-renderer.mjs +17 -0
- package/@antv/g-plugin-dom-interaction@2.1.27/es2022/g-plugin-dom-interaction.mjs +15 -0
- package/@antv/g-plugin-dragndrop@^2.0.38 +4 -0
- package/@antv/g-plugin-html-renderer@2.1.27/es2022/g-plugin-html-renderer.mjs +15 -0
- package/@antv/g-plugin-image-loader@2.1.26/es2022/g-plugin-image-loader.mjs +19 -0
- package/@antv/g-web-animations-api@2.1.28/es2022/g-web-animations-api.mjs +17 -0
- package/@antv/g@^6.1.11 +6 -0
- package/@antv/g@^6.1.28 +6 -0
- package/@antv/graphlib@^2.0.4 +3 -0
- package/@antv/hierarchy@^0.7.1 +3 -0
- package/@antv/layout@^2.0.0 +2 -0
- package/@antv/scale@^0.4.16 +5 -0
- package/@antv/util@^2.0.13 +3 -0
- package/@antv/util@^3.3.10 +4 -0
- package/@antv/util@^3.3.11 +4 -0
- package/@antv/util@^3.3.5 +4 -0
- package/animate.css@4.1.1/animate.css +4072 -0
- package/echarts@6.0.0/es2022/lib/animation/basicTransition.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/animation/customGraphicKeyframeAnimation.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/animation/customGraphicTransition.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/animation/morphTransitionHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/animation/universalTransition.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/bar/BarSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/bar/BarView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/bar/BaseBarSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotTransform.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/boxplot/prepareBoxplotData.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/candlestick/preprocessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/chord/ChordEdge.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/chord/ChordSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/chord/ChordView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/custom/CustomView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/custom/customSeriesRegister.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/funnel/funnelLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/GraphSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/GraphView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/adjustEdge.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/categoryFilter.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/categoryVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/circularLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/createView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/edgeVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/forceHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/forceLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/graphHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayoutHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapLayer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/EffectLine.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/EffectSymbol.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/LargeLineDraw.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/Line.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/LineDraw.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/LinePath.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/Polyline.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/Symbol.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/SymbolDraw.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/createClipPathFromCoordSys.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/createRenderPlanner.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesData.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesDataSimply.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/enableAriaDecalForTree.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/labelHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/multipleGraphEdgeHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/treeHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/helper/whiskerBoxCommon.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/line/LineSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/line/LineView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/line/helper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/line/lineAnimationDiff.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/line/poly.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/lines/LinesSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/lines/LinesView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/lines/linesLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/lines/linesVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/map/MapSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/map/MapView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/map/mapDataStatistic.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/map/mapSymbolLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/parallel/parallelVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/pie/PieSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/pie/PieView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/pie/pieLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/radar/RadarSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/radar/RadarView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/radar/backwardCompat.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/radar/radarLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sankey/SankeySeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sankey/SankeyView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/scatter/ScatterSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/scatter/jitterLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstPiece.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/themeRiver/themeRiverLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/tree/TreeSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/tree/TreeView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/tree/layoutHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/tree/treeAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/tree/treeVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/treemap/Breadcrumb.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/treemap/treemapLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/chart/treemap/treemapVisual.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/aria/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/aria/preprocessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/AngleAxisView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/AxisBuilder.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/CartesianAxisView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/ParallelAxisView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/RadiusAxisView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/SingleAxisView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/axisAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelperImpl.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/axisSplitHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/installBreak.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axis/parallelAxisAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/BaseAxisPointer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/CartesianAxisPointer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/PolarAxisPointer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/SingleAxisPointer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/axisTrigger.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/findPointFromSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/globalListener.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/modelHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/axisPointer/viewHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/brush/BrushModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/brush/BrushView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/brush/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/brush/preprocessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/brush/selector.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/brush/visualEncoding.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/calendar/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/DataZoomModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomProcessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/helper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/history.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/installCommon.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomInside.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomSlider.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataZoom/roams.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/dataset/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/geo/GeoView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/geo/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/graphic/GraphicModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/graphic/GraphicView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/graphic/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/grid/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/grid/installSimple.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/BrushTargetManager.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/MapDraw.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/RoamController.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/brushHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/cursorHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/interactionMutex.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/listComponent.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/sliderMove.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/helper/thumbnailBridge.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/LegendModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/LegendView.mjs +4 -0
- package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/installLegendPlain.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/installLegendScroll.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/legendAction.mjs +4 -0
- package/echarts@6.0.0/es2022/lib/component/legend/legendFilter.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/legend/scrollableLegendAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkLineModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkLineView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkPointModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkPointView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkerModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/MarkerView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/checkMarkerInSeries.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/installMarkArea.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/installMarkLine.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/installMarkPoint.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/marker/markerHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/matrix/MatrixView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/matrix/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/parallel/ParallelView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/parallel/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/polar/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/radar/RadarView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/radar/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/singleAxis/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailBridgeImpl.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/thumbnail/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/TimelineAxis.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/TimelineModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/TimelineView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/preprocessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/timeline/timelineAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/title/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Brush.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataView.mjs +20 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataZoom.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/feature/MagicType.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Restore.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/feature/SaveAsImage.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/featureManager.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/toolbox/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipHTMLContent.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipRichContent.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipView.mjs +5 -0
- package/echarts@6.0.0/es2022/lib/component/tooltip/helper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/tooltip/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/tooltip/seriesFormatTooltip.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/tooltip/tooltipMarkup.mjs +9 -0
- package/echarts@6.0.0/es2022/lib/component/transform/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/transform/sortTransform.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/ContinuousView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapView.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/helper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/install.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/installCommon.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapContinuous.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapPiecewise.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/preprocessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/visualEncoding.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/component/visualMap/visualMapAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/Axis.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/CoordinateSystem.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/View.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/axisAlignTicks.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/axisCommonTypes.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/axisHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/axisModelCreator.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/axisTickLabelBuilder.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/calendar/CalendarModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/calendar/prepareCustom.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/Axis2D.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/AxisModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian2D.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/Grid.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/GridModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/cartesianAxisHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/legacyContainLabel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/cartesian/prepareCustom.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/Geo.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/GeoJSONResource.mjs +4 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/GeoModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/GeoSVGResource.mjs +4 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/Region.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/fix/diaoyuIsland.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/fix/nanhai.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/fix/textCoord.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/geoCreator.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/geoSourceManager.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/parseGeoJson.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/geo/prepareCustom.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/matrix/Matrix.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixBodyCorner.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixDim.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/matrix/matrixCoordHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/parallel/AxisModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/parallel/Parallel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/parallel/ParallelModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/parallel/parallelCreator.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/parallel/parallelPreprocessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/polar/AngleAxis.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/polar/AxisModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/polar/Polar.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/polar/PolarModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/polar/RadiusAxis.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/polar/polarCreator.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/polar/prepareCustom.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/radar/Radar.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/radar/RadarModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/scaleRawExtentInfo.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/single/AxisModel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/single/Single.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/single/SingleAxis.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/single/prepareCustom.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/single/singleAxisHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/coord/single/singleCreator.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/CoordinateSystem.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/ExtensionAPI.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/Scheduler.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/echarts.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/impl.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/lifecycle.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/locale.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/core/task.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/DataDiffer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/DataStore.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/OrdinalMeta.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/SeriesData.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/SeriesDimensionDefine.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/Source.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/SeriesDataSchema.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/createDimensions.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/dataProvider.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/dataStackHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/dataValueHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/dimensionHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/sourceHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/sourceManager.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/data/helper/transform.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/export/api/format.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/export/api/graphic.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/export/api/helper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/export/api/number.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/export/api/time.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/export/api/util.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/export/api.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/i18n/langEN.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/i18n/langZH.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/label/LabelManager.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/label/installLabelLayout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/label/labelGuideHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/label/labelLayoutHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/label/labelStyle.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/label/sectorLabel.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/layout/barGrid.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/layout/barPolar.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/layout/points.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/legacy/dataSelectAction.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/loading/default.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/Component.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/Global.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/Model.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/OptionManager.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/Series.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/globalDefault.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/internalComponentCreator.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/mixin/areaStyle.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/mixin/dataFormat.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/mixin/itemStyle.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/mixin/lineStyle.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/mixin/makeStyleMapper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/mixin/palette.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/mixin/textStyle.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/model/referHelper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/preprocessor/backwardCompat.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/preprocessor/helper/compatStyle.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/processor/dataFilter.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/processor/dataSample.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/processor/negativeDataFilter.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/renderer/installCanvasRenderer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/renderer/installSVGRenderer.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/scale/Log.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/scale/Ordinal.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/scale/Scale.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/scale/Time.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/scale/break.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/scale/breakImpl.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/scale/helper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/theme/dark.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/ECEventProcessor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/animation.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/clazz.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/component.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/decal.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/event.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/graphic.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/jitter.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/layout.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/model.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/number.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/states.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/styleCompat.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/symbol.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/time.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/types.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/util/vendor.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/view/Chart.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/view/Component.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/VisualMapping.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/aria.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/decal.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/helper.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/style.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/tokens.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/visualDefault.mjs +3 -0
- package/echarts@6.0.0/es2022/lib/visual/visualSolution.mjs +3 -0
- package/eventemitter3@^5.0.1 +3 -0
- package/gl-matrix@^3.3.0 +2 -0
- package/gl-matrix@^3.4.3 +2 -0
- package/package.json +1 -1
- package/zrender@6.0.0/es2022/lib/Element.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/Handler.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/Storage.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/animation/Animation.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/animation/Animator.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/animation/cubicEasing.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/animation/easing.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/animation/requestAnimationFrame.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/canvas/dashStyle.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/canvas/graphic.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/contain/line.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/contain/polygon.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/contain/quadratic.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/contain/text.mjs +4 -0
- package/zrender@6.0.0/es2022/lib/contain/util.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/contain/windingLine.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/Eventful.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/GestureMgr.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/LRU.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/PathProxy.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/Point.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/Transformable.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/WeakMap.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/bbox.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/curve.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/dom.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/env.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/event.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/fourPointsTransform.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/matrix.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/platform.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/timsort.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/util.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/core/vector.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/dom/HandlerProxy.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/CompoundPath.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/Gradient.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/Group.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/Image.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/IncrementalDisplayable.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/LinearGradient.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/Path.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/RadialGradient.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/constants.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/helper/image.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/helper/poly.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/helper/roundRect.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/helper/roundSector.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/helper/smoothBezier.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/helper/subPixelOptimize.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Arc.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Circle.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Ellipse.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Line.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Polygon.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Polyline.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Rect.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Ring.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/graphic/shape/Sector.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/mixin/Draggable.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/Painter.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/SVGPathRebuilder.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/core.mjs +5 -0
- package/zrender@6.0.0/es2022/lib/svg/cssAnimation.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/cssClassId.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/cssEmphasis.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/domapi.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/graphic.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/helper.mjs +4 -0
- package/zrender@6.0.0/es2022/lib/svg/mapStyleToAttrs.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/svg/patch.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/tool/color.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/tool/convertPath.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/tool/dividePath.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/tool/morphPath.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/tool/parseSVG.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/tool/parseXML.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/tool/path.mjs +3 -0
- package/zrender@6.0.0/es2022/lib/zrender.mjs +16 -0
- package/@antv/g6 +0 -13
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/View */
|
|
2
|
+
import{__extends as v}from"/tslib@2.3.0/es2022/tslib.mjs";import*as i from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import*as m from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import h from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import c from"/zrender@6.0.0/es2022/lib/core/Transformable.mjs";import{parsePercent as p}from"../util/number.mjs";import{clone as y}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{clampByZoomLimit as d}from"../component/helper/roamHelper.mjs";var u=i.applyTransform,_=function(f){v(o,f);function o(r,e){var t=f.call(this)||this;return t.type="view",t.dimensions=["x","y"],t._roamTransformable=new c,t._rawTransformable=new c,t.name=r,t._opt=e,t}return o.prototype.setBoundingRect=function(r,e,t,n){return this._rect=new h(r,e,t,n),this._updateCenterAndZoom(),this._rect},o.prototype.getBoundingRect=function(){return this._rect},o.prototype.setViewRect=function(r,e,t,n){this._transformTo(r,e,t,n),this._viewRect=new h(r,e,t,n)},o.prototype._transformTo=function(r,e,t,n){var s=this.getBoundingRect(),a=this._rawTransformable;a.transform=s.calculateTransform(new h(r,e,t,n));var l=a.parent;a.parent=null,a.decomposeTransform(),a.parent=l,this._updateTransform()},o.prototype.setCenter=function(r){var e=this._opt;e&&e.api&&e.ecModel&&e.ecModel.getShallow("legacyViewCoordSysCenterBase")&&r&&(r=[p(r[0],e.api.getWidth()),p(r[1],e.api.getWidth())]),this._centerOption=y(r),this._updateCenterAndZoom()},o.prototype.setZoom=function(r){this._zoom=d(r||1,this.zoomLimit),this._updateCenterAndZoom()},o.prototype.getDefaultCenter=function(){var r=this.getBoundingRect(),e=r.x+r.width/2,t=r.y+r.height/2;return[e,t]},o.prototype.getCenter=function(){return this._center||this.getDefaultCenter()},o.prototype.getZoom=function(){return this._zoom||1},o.prototype.getRoamTransform=function(){return this._roamTransformable.getLocalTransform()},o.prototype._updateCenterAndZoom=function(){var r=this._centerOption,e=this._rect;r&&e&&(this._center=[p(r[0],e.width,e.x),p(r[1],e.height,e.y)]);var t=this._rawTransformable.getLocalTransform(),n=this._roamTransformable,s=this.getDefaultCenter(),a=this.getCenter(),l=this.getZoom();a=i.applyTransform([],a,t),s=i.applyTransform([],s,t),n.originX=a[0],n.originY=a[1],n.x=s[0]-a[0],n.y=s[1]-a[1],n.scaleX=n.scaleY=l,this._updateTransform()},o.prototype._updateTransform=function(){var r=this._roamTransformable,e=this._rawTransformable;e.parent=r,r.updateTransform(),e.updateTransform(),m.copy(this.transform||(this.transform=[]),e.transform||m.create()),this._rawTransform=e.getLocalTransform(),this.invTransform=this.invTransform||[],m.invert(this.invTransform,this.transform),this.decomposeTransform()},o.prototype.getTransformInfo=function(){var r=this._rawTransformable,e=this._roamTransformable,t=new c;return t.transform=e.transform,t.decomposeTransform(),{roam:{x:t.x,y:t.y,scaleX:t.scaleX,scaleY:t.scaleY},raw:{x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY}}},o.prototype.getViewRect=function(){return this._viewRect},o.prototype.getViewRectAfterRoam=function(){var r=this.getBoundingRect().clone();return r.applyTransform(this.transform),r},o.prototype.dataToPoint=function(r,e,t){var n=e?this._rawTransform:this.transform;return t=t||[],n?u(t,r,n):i.copy(t,r)},o.prototype.pointToData=function(r,e,t){t=t||[];var n=this.invTransform;return n?u(t,r,n):(t[0]=r[0],t[1]=r[1],t)},o.prototype.convertToPixel=function(r,e,t){var n=T(e);return n===this?n.dataToPoint(t):null},o.prototype.convertFromPixel=function(r,e,t){var n=T(e);return n===this?n.pointToData(t):null},o.prototype.containPoint=function(r){return this.getViewRectAfterRoam().contain(r[0],r[1])},o.dimensions=["x","y"],o}(c);function T(f){var o=f.seriesModel;return o?o.coordinateSystem:null}var B=_;export{B as default};
|
|
3
|
+
//# sourceMappingURL=View.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/axisAlignTicks */
|
|
2
|
+
import{round as m}from"../util/number.mjs";import N from"../scale/Interval.mjs";import{getScaleExtent as I,retrieveAxisBreaksOption as h}from"./axisHelper.mjs";import"../util/log.mjs";import{logTransform as F,increaseInterval as g}from"../scale/helper.mjs";function D(t,d,s){var S,l=N.prototype,x=l.getTicks.call(s),p=l.getTicks.call(s,{expandToNicedExtent:!0}),n=x.length-1,u=l.getInterval.call(s),c=I(t,d),e=c.extent,o=c.fixMin,v=c.fixMax;t.type==="log"&&(e=F(t.base,e,!0)),t.setBreaksFromOption(h(d)),t.setExtent(e[0],e[1]),t.calcNiceExtent({splitNumber:n,fixMin:o,fixMax:v});var k=l.getExtent.call(t);o&&(e[0]=k[0]),v&&(e[1]=k[1]);var i=l.getInterval.call(t),r=e[0],a=e[1];if(o&&v)i=(a-r)/n;else if(o)for(a=e[0]+i*n;a<e[1]&&isFinite(a)&&isFinite(e[1]);)i=g(i),a=e[0]+i*n;else if(v)for(r=e[1]-i*n;r>e[0]&&isFinite(r)&&isFinite(e[0]);)i=g(i),r=e[1]-i*n;else{var M=t.getTicks().length-1;M>n&&(i=g(i));var f=i*n;a=Math.ceil(e[1]/i)*i,r=m(a-f),r<0&&e[0]>=0?(r=0,a=m(f)):a>0&&e[1]<=0&&(a=0,r=-m(f))}var T=(x[0].value-p[0].value)/u,E=(x[n].value-p[n].value)/u;if(l.setExtent.call(t,r+i*T,a+i*E),l.setInterval.call(t,i),(T||E)&&l.setNiceExtent.call(t,r+i,a-i),0)var w}export{D as alignScaleTicks};
|
|
3
|
+
//# sourceMappingURL=axisAlignTicks.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/axisHelper */
|
|
2
|
+
import*as f from"/zrender@6.0.0/es2022/lib/core/util.mjs";import b from"../scale/Ordinal.mjs";import d from"../scale/Interval.mjs";import y from"../scale/Scale.mjs";import{prepareLayoutBarSeries as M,makeColumnLayout as h,retrieveColumnLayout as w}from"../layout/barGrid.mjs";import E from"../scale/Time.mjs";import L from"../scale/Log.mjs";import{getStackedDimension as O}from"../data/helper/dataStackHelper.mjs";import{ensureScaleRawExtentInfo as I}from"./scaleRawExtentInfo.mjs";import{parseTimeAxisLabelFormatter as k}from"../util/time.mjs";import{getScaleBreakHelper as g}from"../scale/break.mjs";import"../util/log.mjs";function S(e,t){var n=e.type,a=I(e,t,e.getExtent()).calculate();e.setBlank(a.isBlank);var r=a.min,i=a.max,o=t.ecModel;if(o&&n==="time"){var u=M("bar",o),l=!1;if(f.each(u,function(s){l=l||s.getBaseAxis()===t.axis}),l){var c=h(u),m=A(r,i,t,c);r=m.min,i=m.max}}return{extent:[r,i],fixMin:a.minFixed,fixMax:a.maxFixed}}function A(e,t,n,a){var r=n.axis.getExtent(),i=Math.abs(r[1]-r[0]),o=w(a,n.axis);if(o===void 0)return{min:e,max:t};var u=1/0;f.each(o,function(v){u=Math.min(v.offset,u)});var l=-1/0;f.each(o,function(v){l=Math.max(v.offset+v.width,l)}),u=Math.abs(u),l=Math.abs(l);var c=u+l,m=t-e,s=1-(u+l)/i,p=m/s-m;return t+=p*(l/c),e-=p*(u/c),{min:e,max:t}}function K(e,t){var n=t,a=S(e,n),r=a.extent,i=n.get("splitNumber");e instanceof L&&(e.base=n.get("logBase"));var o=e.type,u=n.get("interval"),l=o==="interval"||o==="time";e.setBreaksFromOption(z(n)),e.setExtent(r[0],r[1]),e.calcNiceExtent({splitNumber:i,fixMin:a.fixMin,fixMax:a.fixMax,minInterval:l?n.get("minInterval"):null,maxInterval:l?n.get("maxInterval"):null}),u!=null&&e.setInterval&&e.setInterval(u)}function Q(e,t){if(t=t||e.get("type"),t)switch(t){case"category":return new b({ordinalMeta:e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),extent:[1/0,-1/0]});case"time":return new E({locale:e.ecModel.getLocaleModel(),useUTC:e.ecModel.get("useUTC")});default:return new(y.getClass(t)||d)}}function W(e){var t=e.scale.getExtent(),n=t[0],a=t[1];return!(n>0&&a>0||n<0&&a<0)}function X(e){var t=e.getLabelModel().get("formatter");if(e.type==="time"){var n=k(t);return function(r,i){return e.scale.getFormattedLabel(r,i,n)}}else{if(f.isString(t))return function(r){var i=e.scale.getLabel(r),o=t.replace("{value}",i??"");return o};if(f.isFunction(t)){if(e.type==="category")return function(r,i){return t(x(e,r),r.value-e.scale.getExtent()[0],null)};var a=g();return function(r,i){var o=null;return a&&(o=a.makeAxisLabelFormatterParamBreak(o,r.break)),t(x(e,r),i,o)}}else return function(r){return e.scale.getLabel(r)}}}function x(e,t){return e.type==="category"?e.scale.getLabel(t):t.value}function F(e){var t=e.get("interval");return t??"auto"}function Y(e){return e.type==="category"&&F(e.getLabelModel())===0}function U(e,t){var n={};return f.each(e.mapDimensionsAll(t),function(a){n[O(e,a)]=!0}),f.keys(n)}function $(e,t,n){t&&f.each(U(t,n),function(a){var r=t.getApproximateExtent(a);r[0]<e[0]&&(e[0]=r[0]),r[1]>e[1]&&(e[1]=r[1])})}function _(e){return e==="middle"||e==="center"}function H(e){return e.getShallow("show")}function z(e){var t=e.get("breaks",!0);if(t!=null)return!g()||!C(e.axis)?void 0:t}function C(e){return(e.dim==="x"||e.dim==="y"||e.dim==="z"||e.dim==="single")&&e.type!=="category"}export{Q as createScaleByModel,x as getAxisRawValue,U as getDataDimensionsOnAxis,F as getOptionCategoryInterval,S as getScaleExtent,W as ifAxisCrossZero,_ as isNameLocationCenter,X as makeLabelFormatter,K as niceScaleExtent,z as retrieveAxisBreaksOption,H as shouldAxisShow,Y as shouldShowAllLabels,$ as unionAxisExtentFromData};
|
|
3
|
+
//# sourceMappingURL=axisHelper.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/axisModelCreator */
|
|
2
|
+
import{__extends as h}from"/tslib@2.3.0/es2022/tslib.mjs";import c from"./axisDefault.mjs";import{getLayoutParams as M,mergeLayoutParam as A,fetchLayoutMode as v}from"../util/layout.mjs";import x from"../data/OrdinalMeta.mjs";import{AXIS_TYPES as _}from"./axisCommonTypes.mjs";import{each as O,merge as a}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{getAxisBreakHelper as k}from"../component/axis/axisBreakHelper.mjs";function B(o,n,s,l){O(_,function(P,i){var d=a(a({},c[i],!0),l,!0),m=function(u){h(e,u);function e(){var t=u!==null&&u.apply(this,arguments)||this;return t.type=n+"Axis."+i,t}return e.prototype.mergeDefaultAndTheme=function(t,r){var p=v(this),y=p?M(t):{},g=r.getTheme();a(t,g.get(i+"Axis")),a(t,this.getDefaultOption()),t.type=f(t),p&&A(t,y,p)},e.prototype.optionUpdated=function(){var t=this.option;t.type==="category"&&(this.__ordinalMeta=x.createByAxisModel(this))},e.prototype.getCategories=function(t){var r=this.option;if(r.type==="category")return t?r.data:this.__ordinalMeta.categories},e.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},e.prototype.updateAxisBreaks=function(t){var r=k();return r?r.updateModelAxisBreak(this,t):{breaks:[]}},e.type=n+"Axis."+i,e.defaultOption=d,e}(s);o.registerComponentModel(m)}),o.registerSubTypeDefaulter(n+"Axis",f)}function f(o){return o.type||(o.data?"category":"value")}export{B as default};
|
|
3
|
+
//# sourceMappingURL=axisModelCreator.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/axisTickLabelBuilder */
|
|
2
|
+
import*as v from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as w from"/zrender@6.0.0/es2022/lib/contain/text.mjs";import{makeInner as U}from"../util/model.mjs";import{makeLabelFormatter as h,getOptionCategoryInterval as V,shouldShowAllLabels as H}from"./axisHelper.mjs";var O=U(),d=U(),y={estimate:1,determine:2};function W(e){return{out:{noPxChangeTryDetermine:[]},kind:e}}function F(e,r){var t=v.map(r,function(a){return e.scale.parse(a)});return e.type==="time"&&t.length>0&&(t.sort(),t.unshift(t[0]),t.push(t[t.length-1])),t}function x(e,r){var t=e.getLabelModel().get("customValues");if(t){var a=h(e),n=e.scale.getExtent(),l=F(e,t),o=v.filter(l,function(u){return u>=n[0]&&u<=n[1]});return{labels:v.map(o,function(u){var i={value:u};return{formattedLabel:a(i),rawLabel:e.scale.getLabel(i),tickValue:u,time:void 0,break:void 0}})}}return e.type==="category"?j(e,r):K(e)}function _(e,r,t){var a=e.getTickModel().get("customValues");if(a){var n=e.scale.getExtent(),l=F(e,a);return{ticks:v.filter(l,function(o){return o>=n[0]&&o<=n[1]})}}return e.type==="category"?G(e,r):{ticks:v.map(e.scale.getTicks(t),function(o){return o.value})}}function j(e,r){var t=e.getLabelModel(),a=N(e,t,r);return!t.get("show")||e.scale.isBlank()?{labels:[]}:a}function N(e,r,t){var a=J(e),n=V(r),l=t.kind===y.estimate;if(!l){var o=D(a,n);if(o)return o}var u,i;v.isFunction(n)?u=B(e,n):(i=n==="auto"?Q(e,t):n,u=S(e,i));var c={labels:u,labelCategoryInterval:i};return l?t.out.noPxChangeTryDetermine.push(function(){return T(a,n,c),!0}):T(a,n,c),c}function G(e,r){var t=q(e),a=V(r),n=D(t,a);if(n)return n;var l,o;if((!r.get("show")||e.scale.isBlank())&&(l=[]),v.isFunction(a))l=B(e,a,!0);else if(a==="auto"){var u=N(e,e.getLabelModel(),W(y.determine));o=u.labelCategoryInterval,l=v.map(u.labels,function(i){return i.tickValue})}else o=a,l=S(e,o,!0);return T(t,a,{ticks:l,tickCategoryInterval:o})}function K(e){var r=e.scale.getTicks(),t=h(e);return{labels:v.map(r,function(a,n){return{formattedLabel:t(a,n),rawLabel:e.scale.getLabel(a),tickValue:a.value,time:a.time,break:a.break}})}}var q=R("axisTick"),J=R("axisLabel");function R(e){return function(t){return d(t)[e]||(d(t)[e]={list:[]})}}function D(e,r){for(var t=0;t<e.list.length;t++)if(e.list[t].key===r)return e.list[t].value}function T(e,r,t){return e.list.push({key:r,value:t}),t}function Q(e,r){if(r.kind===y.estimate){var t=e.calculateCategoryInterval(r);return r.out.noPxChangeTryDetermine.push(function(){return d(e).autoInterval=t,!0}),t}var a=d(e).autoInterval;return a??(d(e).autoInterval=e.calculateCategoryInterval(r))}function ee(e,r){var t=r.kind,a=Y(e),n=h(e),l=(a.axisRotate-a.labelRotate)/180*Math.PI,o=e.scale,u=o.getExtent(),i=o.count();if(u[1]-u[0]<1)return 0;var c=1,k=40;i>k&&(c=Math.max(1,Math.floor(i/k)));for(var s=u[0],C=e.dataToCoord(s+1)-e.dataToCoord(s),p=Math.abs(C*Math.cos(l)),b=Math.abs(C*Math.sin(l)),f=0,m=0;s<=u[1];s+=c){var g=0,z=0,A=w.getBoundingRect(n({value:s}),a.font,"center","top");g=A.width*1.3,z=A.height*1.3,f=Math.max(f,g,7),m=Math.max(m,z,7)}var I=f/p,M=m/b;isNaN(I)&&(I=1/0),isNaN(M)&&(M=1/0);var L=Math.max(0,Math.floor(Math.min(I,M)));if(t===y.estimate)return r.out.noPxChangeTryDetermine.push(v.bind(X,null,e,L,i)),L;var E=P(e,L,i);return E??L}function X(e,r,t){return P(e,r,t)==null}function P(e,r,t){var a=O(e.model),n=e.getExtent(),l=a.lastAutoInterval,o=a.lastTickCount;if(l!=null&&o!=null&&Math.abs(l-r)<=1&&Math.abs(o-t)<=1&&l>r&&a.axisExtent0===n[0]&&a.axisExtent1===n[1])return l;a.lastTickCount=t,a.lastAutoInterval=r,a.axisExtent0=n[0],a.axisExtent1=n[1]}function Y(e){var r=e.getLabelModel();return{axisRotate:e.getRotate?e.getRotate():e.isHorizontal&&!e.isHorizontal()?90:0,labelRotate:r.get("rotate")||0,font:r.getFont()}}function S(e,r,t){var a=h(e),n=e.scale,l=n.getExtent(),o=e.getLabelModel(),u=[],i=Math.max((r||0)+1,1),c=l[0],k=n.count();c!==0&&i>1&&k/i>2&&(c=Math.round(Math.ceil(c/i)*i));var s=H(e),C=o.get("showMinLabel")||s,p=o.get("showMaxLabel")||s;C&&c!==l[0]&&f(l[0]);for(var b=c;b<=l[1];b+=i)f(b);p&&b-i!==l[1]&&f(l[1]);function f(m){var g={value:m};u.push(t?m:{formattedLabel:a(g),rawLabel:n.getLabel(g),tickValue:m,time:void 0,break:void 0})}return u}function B(e,r,t){var a=e.scale,n=h(e),l=[];return v.each(a.getTicks(),function(o){var u=a.getLabel(o),i=o.value;r(o.value,u)&&l.push(t?i:{formattedLabel:n(o),rawLabel:u,tickValue:i,time:void 0,break:void 0})}),l}export{y as AxisTickLabelComputingKind,ee as calculateCategoryInterval,x as createAxisLabels,W as createAxisLabelsComputingContext,_ as createAxisTicks};
|
|
3
|
+
//# sourceMappingURL=axisTickLabelBuilder.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/calendar/CalendarModel */
|
|
2
|
+
import{__extends as p}from"/tslib@2.3.0/es2022/tslib.mjs";import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import m from"../../model/Component.mjs";import{getLayoutParams as u,sizeCalculable as c,mergeLayoutParam as y}from"../../util/layout.mjs";import i from"../../visual/tokens.mjs";var f=function(e){p(o,e);function o(){var t=e!==null&&e.apply(this,arguments)||this;return t.type=o.type,t}return o.prototype.init=function(t,r,a){var l=u(t);e.prototype.init.apply(this,arguments),s(t,l)},o.prototype.mergeOption=function(t){e.prototype.mergeOption.apply(this,arguments),s(this.option,t)},o.prototype.getCellSize=function(){return this.option.cellSize},o.type="calendar",o.layoutMode="box",o.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:i.color.axisLine,width:1,type:"solid"}},itemStyle:{color:i.color.neutral00,borderWidth:1,borderColor:i.color.neutral10},dayLabel:{show:!0,firstDay:0,position:"start",margin:i.size.s,color:i.color.secondary},monthLabel:{show:!0,position:"start",margin:i.size.s,align:"center",formatter:null,color:i.color.secondary},yearLabel:{show:!0,position:null,margin:i.size.xl,formatter:null,color:i.color.quaternary,fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},o}(m);function s(e,o){var t=e.cellSize,r;n.isArray(t)?r=t:r=e.cellSize=[t,t],r.length===1&&(r[1]=r[0]);var a=n.map([0,1],function(l){return c(o,l)&&(r[l]="auto"),r[l]!=null&&r[l]!=="auto"});y(e,o,{type:"box",ignoreSize:a})}var S=f;export{S as default};
|
|
3
|
+
//# sourceMappingURL=CalendarModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/calendar/prepareCustom */
|
|
2
|
+
function l(t){var e=t.getRect(),a=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:a.start,end:a.end,weeks:a.weeks,dayCount:a.allDay}},api:{coord:function(n,r){return t.dataToPoint(n,r)},layout:function(n,r){return t.dataToLayout(n,r)}}}}export{l as default};
|
|
3
|
+
//# sourceMappingURL=prepareCustom.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/Axis2D */
|
|
2
|
+
import{__extends as p}from"/tslib@2.3.0/es2022/tslib.mjs";import l from"../Axis.mjs";var f=function(e){p(r,e);function r(o,t,n,s,a){var i=e.call(this,o,t,n)||this;return i.index=0,i.type=s||"value",i.position=a||"bottom",i}return r.prototype.isHorizontal=function(){var o=this.position;return o==="top"||o==="bottom"},r.prototype.getGlobalExtent=function(o){var t=this.getExtent();return t[0]=this.toGlobalCoord(t[0]),t[1]=this.toGlobalCoord(t[1]),o&&t[0]>t[1]&&t.reverse(),t},r.prototype.pointToData=function(o,t){return this.coordToData(this.toLocalCoord(o[this.dim==="x"?0:1]),t)},r.prototype.setCategorySortInfo=function(o){if(this.type!=="category")return!1;this.model.option.categorySortInfo=o,this.scale.setSortInfo(o)},r}(l),c=f;export{c as default};
|
|
3
|
+
//# sourceMappingURL=Axis2D.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/AxisModel */
|
|
2
|
+
import{__extends as e}from"/tslib@2.3.0/es2022/tslib.mjs";import*as r from"/zrender@6.0.0/es2022/lib/core/util.mjs";import n from"../../model/Component.mjs";import{AxisModelCommonMixin as m}from"../axisModelCommonMixin.mjs";import{SINGLE_REFERRING as s}from"../../util/model.mjs";var i=function(t){e(o,t);function o(){return t!==null&&t.apply(this,arguments)||this}return o.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",s).models[0]},o.type="cartesian2dAxis",o}(n);r.mixin(i,m);var f=i;export{i as CartesianAxisModel,f as default};
|
|
3
|
+
//# sourceMappingURL=AxisModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/Cartesian */
|
|
2
|
+
import*as r from"/zrender@6.0.0/es2022/lib/core/util.mjs";var s=function(){function i(t){this.type="cartesian",this._dimList=[],this._axes={},this.name=t||""}return i.prototype.getAxis=function(t){return this._axes[t]},i.prototype.getAxes=function(){return r.map(this._dimList,function(t){return this._axes[t]},this)},i.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),r.filter(this.getAxes(),function(e){return e.scale.type===t})},i.prototype.addAxis=function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},i}(),n=s;export{n as default};
|
|
3
|
+
//# sourceMappingURL=Cartesian.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/Cartesian2D */
|
|
2
|
+
import{__extends as A}from"/tslib@2.3.0/es2022/tslib.mjs";import l from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import d from"./Cartesian.mjs";import{invert as u}from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import{applyTransform as m}from"/zrender@6.0.0/es2022/lib/core/vector.mjs";var T=["x","y"];function f(x){return(x.type==="interval"||x.type==="time")&&!x.hasBreaks()}var D=function(x){A(o,x);function o(){var a=x!==null&&x.apply(this,arguments)||this;return a.type="cartesian2d",a.dimensions=T,a}return o.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var a=this.getAxis("x").scale,r=this.getAxis("y").scale;if(!(!f(a)||!f(r))){var t=a.getExtent(),i=r.getExtent(),n=this.dataToPoint([t[0],i[0]]),e=this.dataToPoint([t[1],i[1]]),s=t[1]-t[0],h=i[1]-i[0];if(!(!s||!h)){var v=(e[0]-n[0])/s,c=(e[1]-n[1])/h,y=n[0]-t[0]*v,g=n[1]-i[0]*c,p=this._transform=[v,0,0,c,y,g];this._invTransform=u([],p)}}},o.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},o.prototype.containPoint=function(a){var r=this.getAxis("x"),t=this.getAxis("y");return r.contain(r.toLocalCoord(a[0]))&&t.contain(t.toLocalCoord(a[1]))},o.prototype.containData=function(a){return this.getAxis("x").containData(a[0])&&this.getAxis("y").containData(a[1])},o.prototype.containZone=function(a,r){var t=this.dataToPoint(a),i=this.dataToPoint(r),n=this.getArea(),e=new l(t[0],t[1],i[0]-t[0],i[1]-t[1]);return n.intersect(e)},o.prototype.dataToPoint=function(a,r,t){t=t||[];var i=a[0],n=a[1];if(this._transform&&i!=null&&isFinite(i)&&n!=null&&isFinite(n))return m(t,a,this._transform);var e=this.getAxis("x"),s=this.getAxis("y");return t[0]=e.toGlobalCoord(e.dataToCoord(i,r)),t[1]=s.toGlobalCoord(s.dataToCoord(n,r)),t},o.prototype.clampData=function(a,r){var t=this.getAxis("x").scale,i=this.getAxis("y").scale,n=t.getExtent(),e=i.getExtent(),s=t.parse(a[0]),h=i.parse(a[1]);return r=r||[],r[0]=Math.min(Math.max(Math.min(n[0],n[1]),s),Math.max(n[0],n[1])),r[1]=Math.min(Math.max(Math.min(e[0],e[1]),h),Math.max(e[0],e[1])),r},o.prototype.pointToData=function(a,r,t){if(t=t||[],this._invTransform)return m(t,a,this._invTransform);var i=this.getAxis("x"),n=this.getAxis("y");return t[0]=i.coordToData(i.toLocalCoord(a[0]),r),t[1]=n.coordToData(n.toLocalCoord(a[1]),r),t},o.prototype.getOtherAxis=function(a){return this.getAxis(a.dim==="x"?"y":"x")},o.prototype.getArea=function(a){a=a||0;var r=this.getAxis("x").getGlobalExtent(),t=this.getAxis("y").getGlobalExtent(),i=Math.min(r[0],r[1])-a,n=Math.min(t[0],t[1])-a,e=Math.max(r[0],r[1])-i+a,s=Math.max(t[0],t[1])-n+a;return new l(i,n,e,s)},o}(d),P=D;export{T as cartesian2DDimensions,P as default};
|
|
3
|
+
//# sourceMappingURL=Cartesian2D.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/Grid */
|
|
2
|
+
import{isObject as K,each as g,indexOf as C,keys as W,eqNaN as Y,find as q,retrieve2 as N}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{createBoxLayoutReference as R,getLayoutRect as j}from"../../util/layout.mjs";import{createScaleByModel as J,ifAxisCrossZero as Q,niceScaleExtent as D,getDataDimensionsOnAxis as $,isNameLocationCenter as X,shouldAxisShow as L}from"../axisHelper.mjs";import ee,{cartesian2DDimensions as T}from"./Cartesian2D.mjs";import te from"./Axis2D.mjs";import{SINGLE_REFERRING as M}from"../../util/model.mjs";import{OUTER_BOUNDS_CLAMP_DEFAULT as G,OUTER_BOUNDS_DEFAULT as re}from"./GridModel.mjs";import{findAxisModels as P,createCartesianAxisViewCommonPartBuilder as ne,updateCartesianAxisViewCommonPartBuilder as oe,isCartesian2DInjectedAsDataCoordSys as ie}from"./cartesianAxisHelper.mjs";import{isIntervalOrLogScale as w}from"../../scale/helper.mjs";import{alignScaleTicks as ae}from"../axisAlignTicks.mjs";import{expandOrShrinkRect as se,WH as _,XY as A}from"../../util/graphic.mjs";import{AxisBuilderSharedContext as ue,resolveAxisNameOverlapDefault as le,moveIfOverlapByLinearLabels as fe,getLabelInner as ce}from"../../component/axis/AxisBuilder.mjs";import"../../util/log.mjs";import{AxisTickLabelComputingKind as E}from"../axisTickLabelBuilder.mjs";import{injectCoordSysByOption as de}from"../../core/CoordinateSystem.mjs";import{mathMax as I,parsePositionSizeOption as k}from"../../util/number.mjs";var V=[[3,1],[0,2]],ve=function(){function o(t,r,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=T,this._initCartesian(t,r,n),this.model=t}return o.prototype.getRect=function(){return this._rect},o.prototype.update=function(t,r){var n=this._axesMap;this._updateScale(t,this.model);function e(a){var s,d=W(a),f=d.length;if(f){for(var u=[],c=f-1;c>=0;c--){var v=+d[c],l=a[v],p=l.model,m=l.scale;w(m)&&p.get("alignTicks")&&p.get("interval")==null?u.push(l):(D(m,p),w(m)&&(s=l))}u.length&&(s||(s=u.pop(),D(s.scale,s.model)),g(u,function(x){ae(x.scale,x.model,s.scale)}))}}e(n.x),e(n.y);var i={};g(n.x,function(a){Z(n,"y",a,i)}),g(n.y,function(a){Z(n,"x",a,i)}),this.resize(this.model,r)},o.prototype.resize=function(t,r,n){var e=R(t,r),i=this._rect=j(t.getBoxLayoutParams(),e.refContainer),a=this._axesMap,s=this._coordsList,d=t.get("containLabel");if(b(a,i),!n){var f=me(i,s,a,d,r),u=void 0;if(d)S?(S(this._axesList,i),b(a,i)):u=z(i.clone(),"axisLabel",null,i,a,f,e);else{var c=ge(t,i,e),v=c.outerBoundsRect,l=c.parsedOuterBoundsContain,p=c.outerBoundsClamp;v&&(u=z(v,l,p,i,a,f,e))}H(i,a,E.determine,null,u,e)}g(this._coordsList,function(m){m.calcAffineTransform()})},o.prototype.getAxis=function(t,r){var n=this._axesMap[t];if(n!=null)return n[r||0]},o.prototype.getAxes=function(){return this._axesList.slice()},o.prototype.getCartesian=function(t,r){if(t!=null&&r!=null){var n="x"+t+"y"+r;return this._coordsMap[n]}K(t)&&(r=t.yAxisIndex,t=t.xAxisIndex);for(var e=0,i=this._coordsList;e<i.length;e++)if(i[e].getAxis("x").index===t||i[e].getAxis("y").index===r)return i[e]},o.prototype.getCartesians=function(){return this._coordsList.slice()},o.prototype.convertToPixel=function(t,r,n){var e=this._findConvertTarget(r);return e.cartesian?e.cartesian.dataToPoint(n):e.axis?e.axis.toGlobalCoord(e.axis.dataToCoord(n)):null},o.prototype.convertFromPixel=function(t,r,n){var e=this._findConvertTarget(r);return e.cartesian?e.cartesian.pointToData(n):e.axis?e.axis.coordToData(e.axis.toLocalCoord(n)):null},o.prototype._findConvertTarget=function(t){var r=t.seriesModel,n=t.xAxisModel||r&&r.getReferringComponents("xAxis",M).models[0],e=t.yAxisModel||r&&r.getReferringComponents("yAxis",M).models[0],i=t.gridModel,a=this._coordsList,s,d;if(r)s=r.coordinateSystem,C(a,s)<0&&(s=null);else if(n&&e)s=this.getCartesian(n.componentIndex,e.componentIndex);else if(n)d=this.getAxis("x",n.componentIndex);else if(e)d=this.getAxis("y",e.componentIndex);else if(i){var f=i.coordinateSystem;f===this&&(s=this._coordsList[0])}return{cartesian:s,axis:d}},o.prototype.containPoint=function(t){var r=this._coordsList[0];if(r)return r.containPoint(t)},o.prototype._initCartesian=function(t,r,n){var e=this,i=this,a={left:!1,right:!1,top:!1,bottom:!1},s={x:{},y:{}},d={x:0,y:0};if(r.eachComponent("xAxis",f("x"),this),r.eachComponent("yAxis",f("y"),this),!d.x||!d.y){this._axesMap={},this._axesList=[];return}this._axesMap=s,g(s.x,function(u,c){g(s.y,function(v,l){var p="x"+c+"y"+l,m=new ee(p);m.master=e,m.model=t,e._coordsMap[p]=m,e._coordsList.push(m),m.addAxis(u),m.addAxis(v)})});function f(u){return function(c,v){if(B(c,t)){var l=c.get("position");u==="x"?l!=="top"&&l!=="bottom"&&(l=a.bottom?"top":"bottom"):l!=="left"&&l!=="right"&&(l=a.left?"right":"left"),a[l]=!0;var p=new te(u,J(c),[0,0],c.get("type"),l),m=p.type==="category";p.onBand=m&&c.get("boundaryGap"),p.inverse=c.get("inverse"),c.axis=p,p.model=c,p.grid=i,p.index=v,i._axesList.push(p),s[u][v]=p,d[u]++}}}},o.prototype._updateScale=function(t,r){g(this._axesList,function(e){if(e.scale.setExtent(1/0,-1/0),e.type==="category"){var i=e.model.get("categorySortInfo");e.scale.setSortInfo(i)}}),t.eachSeries(function(e){if(ie(e)){var i=P(e),a=i.xAxisModel,s=i.yAxisModel;if(!B(a,r)||!B(s,r))return;var d=this.getCartesian(a.componentIndex,s.componentIndex),f=e.getData(),u=d.getAxis("x"),c=d.getAxis("y");n(f,u),n(f,c)}},this);function n(e,i){g($(e,i.dim),function(a){i.scale.unionExtentFromData(e,a)})}},o.prototype.getTooltipAxes=function(t){var r=[],n=[];return g(this.getCartesians(),function(e){var i=t!=null&&t!=="auto"?e.getAxis(t):e.getBaseAxis(),a=e.getOtherAxis(i);C(r,i)<0&&r.push(i),C(n,a)<0&&n.push(a)}),{baseAxes:r,otherAxes:n}},o.create=function(t,r){var n=[];return t.eachComponent("grid",function(e,i){var a=new o(e,t,r);a.name="grid_"+i,a.resize(e,r,!0),e.coordinateSystem=a,n.push(a)}),t.eachSeries(function(e){de({targetModel:e,coordSysType:"cartesian2d",coordSysProvider:i});function i(){var a=P(e),s=a.xAxisModel,d=a.yAxisModel,f=s.getCoordSysModel(),u=f.coordinateSystem;return u.getCartesian(s.componentIndex,d.componentIndex)}}),n},o.dimensions=T,o}();function B(o,t){return o.getCoordSysModel()===t}function Z(o,t,r,n){r.getAxesOnZeroOf=function(){return i?[i]:[]};var e=o[t],i,a=r.model,s=a.get(["axisLine","onZero"]),d=a.get(["axisLine","onZeroAxisIndex"]);if(!s)return;if(d!=null)U(e[d])&&(i=e[d]);else for(var f in e)if(e.hasOwnProperty(f)&&U(e[f])&&!n[u(e[f])]){i=e[f];break}i&&(n[u(i)]=!0);function u(c){return c.dim+"_"+c.index}}function U(o){return o&&o.type!=="category"&&o.type!=="time"&&Q(o)}function pe(o,t){var r=o.getExtent(),n=r[0]+r[1];o.toGlobalCoord=o.dim==="x"?function(e){return e+t}:function(e){return n-e+t},o.toLocalCoord=o.dim==="x"?function(e){return e-t}:function(e){return n-e+t}}function b(o,t){g(o.x,function(r){return F(r,t.x,t.width)}),g(o.y,function(r){return F(r,t.y,t.height)})}function F(o,t,r){var n=[0,r],e=o.inverse?1:0;o.setExtent(n[e],n[1-e]),pe(o,t)}var S;function Ve(o){S=o}function z(o,t,r,n,e,i,a){H(n,e,E.estimate,t,!1,a);var s=[0,0,0,0];f(0),f(1),u(n,0,NaN),u(n,1,NaN);var d=q(s,function(v){return v>0})==null;return se(n,s,!0,!0,r),b(e,n),d;function f(v){g(e[A[v]],function(l){if(L(l.model)){var p=i.ensureRecord(l.model),m=p.labelInfoList;if(m)for(var x=0;x<m.length;x++){var y=m[x],h=l.scale.normalize(ce(y.label).tickValue);h=v===1?1-h:h,u(y.rect,v,h),u(y.rect,1-v,NaN)}var O=p.nameLayout;if(O){var h=X(p.nameLocation)?.5:NaN;u(O.rect,v,h),u(O.rect,1-v,NaN)}}})}function u(v,l,p){var m=o[A[l]]-v[A[l]],x=v[_[l]]+v[A[l]]-(o[_[l]]+o[A[l]]);m=c(m,1-p),x=c(x,p);var y=V[l][0],h=V[l][1];s[y]=I(s[y],m),s[h]=I(s[h],x)}function c(v,l){return v>0&&!Y(l)&&l>1e-4&&(v/=l),v}}function me(o,t,r,n,e){var i=new ue(xe);return g(r,function(a){return g(a,function(s){if(L(s.model)){var d=!n;s.axisBuilder=ne(o,t,s.model,e,i,d)}})}),i}function H(o,t,r,n,e,i){var a=r===E.determine;g(t,function(f){return g(f,function(u){L(u.model)&&(oe(u.axisBuilder,o,u.model),u.axisBuilder.build(a?{axisTickLabelDetermine:!0}:{axisTickLabelEstimate:!0},{noPxChange:e}))})});var s={x:0,y:0};d(0),d(1);function d(f){s[A[1-f]]=o[_[f]]<=i.refContainer[_[f]]*.5?0:1-f===1?2:1}g(t,function(f,u){return g(f,function(c){L(c.model)&&((n==="all"||a)&&c.axisBuilder.build({axisName:!0},{nameMarginLevel:s[u]}),a&&c.axisBuilder.build({axisLine:!0}))})})}function ge(o,t,r){var n,e=o.get("outerBoundsMode",!0);e==="same"?n=t.clone():(e==null||e==="auto")&&(n=j(o.get("outerBounds",!0)||re,r.refContainer));var i=o.get("outerBoundsContain",!0),a;i==null||i==="auto"||C(["all","axisLabel"],i)<0?a="all":a=i;var s=[k(N(o.get("outerBoundsClampWidth",!0),G[0]),t.width),k(N(o.get("outerBoundsClampHeight",!0),G[1]),t.height)];return{outerBoundsRect:n,parsedOuterBoundsContain:a,outerBoundsClamp:s}}var xe=function(o,t,r,n,e,i){var a=r.axis.dim==="x"?"y":"x";le(o,t,r,n,e,i),X(o.nameLocation)||g(t.recordMap[a],function(s){s&&s.labelInfoList&&s.dirVec&&fe(s.labelInfoList,s.dirVec,n,e)})},Ze=ve;export{Ze as default,Ve as registerLegacyGridContainLabelImpl};
|
|
3
|
+
//# sourceMappingURL=Grid.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/GridModel */
|
|
2
|
+
import{__extends as i}from"/tslib@2.3.0/es2022/tslib.mjs";import l from"../../model/Component.mjs";import{getLayoutParams as p,mergeLayoutParam as n}from"../../util/layout.mjs";import u from"../../visual/tokens.mjs";var s={left:0,right:0,top:0,bottom:0},d=["25%","25%"],m=function(e){i(o,e);function o(){return e!==null&&e.apply(this,arguments)||this}return o.prototype.mergeDefaultAndTheme=function(t,a){var r=p(t.outerBounds);e.prototype.mergeDefaultAndTheme.apply(this,arguments),r&&t.outerBounds&&n(t.outerBounds,r)},o.prototype.mergeOption=function(t,a){e.prototype.mergeOption.apply(this,arguments),this.option.outerBounds&&t.outerBounds&&n(this.option.outerBounds,t.outerBounds)},o.type="grid",o.dependencies=["xAxis","yAxis"],o.layoutMode="box",o.defaultOption={show:!1,z:0,left:"15%",top:65,right:"10%",bottom:80,containLabel:!1,outerBoundsMode:"auto",outerBounds:s,outerBoundsContain:"all",outerBoundsClampWidth:d[0],outerBoundsClampHeight:d[1],backgroundColor:u.color.transparent,borderWidth:1,borderColor:u.color.neutral30},o}(l),y=m;export{d as OUTER_BOUNDS_CLAMP_DEFAULT,s as OUTER_BOUNDS_DEFAULT,y as default};
|
|
3
|
+
//# sourceMappingURL=GridModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/cartesianAxisHelper */
|
|
2
|
+
import*as p from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{SINGLE_REFERRING as w}from"../../util/model.mjs";import h from"../../component/axis/AxisBuilder.mjs";import{isIntervalOrLogScale as y}from"../../scale/helper.mjs";function v(t,i,o){o=o||{};var r=i.axis,e={},a=r.getAxesOnZeroOf()[0],s=r.position,x=a?"onZero":s,l=r.dim,n=[t.x,t.x+t.width,t.y,t.y+t.height],d={left:0,right:1,top:0,bottom:1,onZero:2},u=i.get("offset")||0,f=l==="x"?[n[2]-u,n[3]+u]:[n[0]-u,n[1]+u];if(a){var m=a.toGlobalCoord(a.dataToCoord(0));f[d.onZero]=Math.max(Math.min(m,f[1]),f[0])}e.position=[l==="y"?f[d[x]]:n[0],l==="x"?f[d[x]]:n[3]],e.rotation=Math.PI/2*(l==="x"?0:1);var g={top:-1,bottom:1,left:-1,right:1};e.labelDirection=e.tickDirection=e.nameDirection=g[s],e.labelOffset=a?f[d[s]]-f[d.onZero]:0,i.get(["axisTick","inside"])&&(e.tickDirection=-e.tickDirection),p.retrieve(o.labelInside,i.get(["axisLabel","inside"]))&&(e.labelDirection=-e.labelDirection);var c=i.get(["axisLabel","rotate"]);return e.labelRotate=x==="top"?-c:c,e.z2=1,e}function R(t){return t.get("coordinateSystem")==="cartesian2d"}function C(t){return t.coordinateSystem&&t.coordinateSystem.type==="cartesian2d"}function O(t){var i={xAxisModel:null,yAxisModel:null};return p.each(i,function(o,r){var e=r.replace(/Model$/,""),a=t.getReferringComponents(e,w).models[0];i[r]=a}),i}function S(t,i,o,r,e,a){for(var s=v(t,o),x=!1,l=!1,n=0;n<i.length;n++)y(i[n].getOtherAxis(o.axis).scale)&&(x=l=!0,o.axis.type==="category"&&o.axis.onBand&&(l=!1));return s.axisLineAutoShow=x,s.axisTickAutoShow=l,s.defaultNameMoveOverlap=a,new h(o,r,s,e)}function z(t,i,o){var r=v(i,o);if(0)var e;t.updateCfg(r)}export{S as createCartesianAxisViewCommonPartBuilder,O as findAxisModels,R as isCartesian2DDeclaredSeries,C as isCartesian2DInjectedAsDataCoordSys,v as layout,z as updateCartesianAxisViewCommonPartBuilder};
|
|
3
|
+
//# sourceMappingURL=cartesianAxisHelper.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/legacyContainLabel */
|
|
2
|
+
import C from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import{each as T}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{registerLegacyGridContainLabelImpl as B}from"./Grid.mjs";import G from"../../scale/Ordinal.mjs";import{makeLabelFormatter as H}from"../axisHelper.mjs";function z(){B(S)}function S(r,o){T(r,function(a){if(!a.model.get(["axisLabel","inside"])){var t=E(a);if(t){var e=a.isHorizontal()?"height":"width",i=a.model.get(["axisLabel","margin"]);o[e]-=t[e]+i,a.position==="top"?o.y+=t.height+i:a.position==="left"&&(o.x+=t.width+i)}}})}function E(r){var o=r.model,a=r.scale;if(!o.get(["axisLabel","show"])||a.isBlank())return;var t,e,i=a.getExtent();a instanceof G?e=a.count():(t=a.getTicks(),e=t.length);var v=r.getLabelModel(),g=H(r),l,s=1;e>40&&(s=Math.ceil(e/40));for(var n=0;n<e;n+=s){var u=t?t[n]:{value:i[0]+n},b=g(u,n),M=v.getTextRect(b),c=L(M,v.get("rotate")||0);l?l.union(c):l=c}return l;function L(h,p){var f=p*Math.PI/180,d=h.width,m=h.height,y=d*Math.abs(Math.cos(f))+Math.abs(m*Math.sin(f)),k=d*Math.abs(Math.sin(f))+Math.abs(m*Math.cos(f)),w=new C(h.x,h.y,y,k);return w}}export{z as installLegacyGridContainLabel};
|
|
3
|
+
//# sourceMappingURL=legacyContainLabel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/cartesian/prepareCustom */
|
|
2
|
+
import*as i from"/zrender@6.0.0/es2022/lib/core/util.mjs";function d(r,t){return t=t||[0,0],i.map(["x","y"],function(e,o){var a=this.getAxis(e),n=t[o],h=r[o]/2;return a.type==="category"?a.getBandWidth():Math.abs(a.dataToCoord(n-h)-a.dataToCoord(n+h))},this)}function s(r){var t=r.master.getRect();return{coordSys:{type:"cartesian2d",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(e){return r.dataToPoint(e)},size:i.bind(d,r)}}}export{s as default};
|
|
3
|
+
//# sourceMappingURL=prepareCustom.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/Geo */
|
|
2
|
+
import{__extends as S}from"/tslib@2.3.0/es2022/tslib.mjs";import*as p from"/zrender@6.0.0/es2022/lib/core/util.mjs";import T from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import y from"../View.mjs";import m from"./geoSourceManager.mjs";import{SINGLE_REFERRING as M}from"../../util/model.mjs";import"../../util/log.mjs";var _={geoJSON:{aspectScale:.75,invertLongitute:!0},geoSVG:{aspectScale:1,invertLongitute:!1}},G=["lng","lat"],j=function(s){S(n,s);function n(e,t,r){var o=s.call(this,e,{api:r.api,ecModel:r.ecModel})||this;o.dimensions=G,o.type="geo",o._nameCoordMap=p.createHashMap(),o.map=t;var i=r.projection,u=m.load(t,r.nameMap,r.nameProperty),a=m.getGeoResource(t),g=o.resourceType=a?a.type:null,f=o.regions=u.regions,d=_[a.type];o._regionsMap=u.regionsMap,o.regions=u.regions,o.projection=i;var c;if(i)for(var l=0;l<f.length;l++){var v=f[l].getBoundingRect(i);c=c||v.clone(),c.union(v)}else c=u.boundingRect;return o.setBoundingRect(c.x,c.y,c.width,c.height),o.aspectScale=i?1:p.retrieve2(r.aspectScale,d.aspectScale),o._invertLongitute=i?!1:d.invertLongitute,o}return n.prototype._transformTo=function(e,t,r,o){var i=this.getBoundingRect(),u=this._invertLongitute;i=i.clone(),u&&(i.y=-i.y-i.height);var a=this._rawTransformable;a.transform=i.calculateTransform(new T(e,t,r,o));var g=a.parent;a.parent=null,a.decomposeTransform(),a.parent=g,u&&(a.scaleY=-a.scaleY),this._updateTransform()},n.prototype.getRegion=function(e){return this._regionsMap.get(e)},n.prototype.getRegionByCoord=function(e){for(var t=this.regions,r=0;r<t.length;r++){var o=t[r];if(o.type==="geoJSON"&&o.contain(e))return t[r]}},n.prototype.addGeoCoord=function(e,t){this._nameCoordMap.set(e,t)},n.prototype.getGeoCoord=function(e){var t=this._regionsMap.get(e);return this._nameCoordMap.get(e)||t&&t.getCenter()},n.prototype.dataToPoint=function(e,t,r){if(p.isString(e)&&(e=this.getGeoCoord(e)),e){var o=this.projection;return o&&(e=o.project(e)),e&&this.projectedToPoint(e,t,r)}},n.prototype.pointToData=function(e,t,r){var o=this.projection;return o&&(e=o.unproject(e)),e&&this.pointToProjected(e,r)},n.prototype.pointToProjected=function(e,t){return s.prototype.pointToData.call(this,e,0,t)},n.prototype.projectedToPoint=function(e,t,r){return s.prototype.dataToPoint.call(this,e,t,r)},n.prototype.convertToPixel=function(e,t,r){var o=h(t);return o===this?o.dataToPoint(r):null},n.prototype.convertFromPixel=function(e,t,r){var o=h(t);return o===this?o.pointToData(r):null},n}(y);p.mixin(j,y);function h(s){var n=s.geoModel,e=s.seriesModel;return n?n.coordinateSystem:e?e.coordinateSystem||(e.getReferringComponents("geo",M).models[0]||{}).coordinateSystem:null}var L=j;export{L as default,G as geo2DDimensions};
|
|
3
|
+
//# sourceMappingURL=Geo.mjs.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/GeoJSONResource */
|
|
2
|
+
import{each as c,isString as h,createHashMap as f,hasOwn as u}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import g from"./parseGeoJson.mjs";import m from"./fix/nanhai.mjs";import N from"./fix/textCoord.mjs";import l from"./fix/diaoyuIsland.mjs";import d from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";var _="name",T=function(){function t(a,e,o){this.type="geoJSON",this._parsedMap=f(),this._mapName=a,this._specialAreas=o,this._geoJSON=J(e)}return t.prototype.load=function(a,e){e=e||_;var o=this._parsedMap.get(e);if(!o){var n=this._parseToRegions(e);o=this._parsedMap.set(e,{regions:n,boundingRect:v(n)})}var i=f(),s=[];return c(o.regions,function(r){var p=r.name;a&&u(a,p)&&(r=r.cloneShallow(p=a[p])),s.push(r),i.set(p,r)}),{regions:s,boundingRect:o.boundingRect||new d(0,0,0,0),regionsMap:i}},t.prototype._parseToRegions=function(a){var e=this._mapName,o=this._geoJSON,n;try{n=o?g(o,a):[]}catch(i){throw new Error(`Invalid geoJson format
|
|
3
|
+
`+i.message)}return m(e,n),c(n,function(i){var s=i.name;N(e,i),l(e,i);var r=this._specialAreas&&this._specialAreas[s];r&&i.transformTo(r.left,r.top,r.width,r.height)},this),n},t.prototype.getMapForUser=function(){return{geoJson:this._geoJSON,geoJSON:this._geoJSON,specialAreas:this._specialAreas}},t}();function v(t){for(var a,e=0;e<t.length;e++){var o=t[e].getBoundingRect();a=a||o.clone(),a.union(o)}return a}function J(t){return h(t)?typeof JSON<"u"&&JSON.parse?JSON.parse(t):new Function("return ("+t+");")():t}export{T as GeoJSONResource};
|
|
4
|
+
//# sourceMappingURL=GeoJSONResource.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/GeoModel */
|
|
2
|
+
import{__extends as u}from"/tslib@2.3.0/es2022/tslib.mjs";import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as d from"../../util/model.mjs";import m from"../../model/Component.mjs";import c from"../../model/Model.mjs";import f from"./geoCreator.mjs";import h from"./geoSourceManager.mjs";import a from"../../visual/tokens.mjs";var g=function(s){u(o,s);function o(){var e=s!==null&&s.apply(this,arguments)||this;return e.type=o.type,e}return o.prototype.init=function(e,t,l){this.mergeDefaultAndTheme(e,l);var r=h.getGeoResource(e.map);if(r&&r.type==="geoJSON"){var i=e.itemStyle=e.itemStyle||{};"color"in i||(i.color=e.defaultItemStyleColor||a.color.backgroundTint)}d.defaultEmphasis(e,"label",["show"])},o.prototype.optionUpdated=function(){var e=this,t=this.option;t.regions=f.getFilledRegions(t.regions,t.map,t.nameMap,t.nameProperty);var l={};this._optionModelMap=n.reduce(t.regions||[],function(r,i){var p=i.name;return p&&(r.set(p,new c(i,e,e.ecModel)),i.selected&&(l[p]=!0)),r},n.createHashMap()),t.selectedMap||(t.selectedMap=l)},o.prototype.getRegionModel=function(e){return this._optionModelMap.get(e)||new c(null,this,this.ecModel)},o.prototype.getFormattedLabel=function(e,t){var l=this.getRegionModel(e),r=t==="normal"?l.get(["label","formatter"]):l.get(["emphasis","label","formatter"]),i={name:e};if(n.isFunction(r))return i.status=t,r(i);if(n.isString(r))return r.replace("{a}",e??"")},o.prototype.setZoom=function(e){this.option.zoom=e},o.prototype.setCenter=function(e){this.option.center=e},o.prototype.select=function(e){var t=this.option,l=t.selectedMode;if(l){l!=="multiple"&&(t.selectedMap=null);var r=t.selectedMap||(t.selectedMap={});r[e]=!0}},o.prototype.unSelect=function(e){var t=this.option.selectedMap;t&&(t[e]=!1)},o.prototype.toggleSelected=function(e){this[this.isSelected(e)?"unSelect":"select"](e)},o.prototype.isSelected=function(e){var t=this.option.selectedMap;return!!(t&&t[e])},o.type="geo",o.layoutMode="box",o.defaultOption={z:0,show:!0,left:"center",top:"center",aspectScale:null,silent:!1,map:"",boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{show:!1,color:a.color.tertiary},itemStyle:{borderWidth:.5,borderColor:a.color.border},emphasis:{label:{show:!0,color:a.color.primary},itemStyle:{color:a.color.highlight}},select:{label:{show:!0,color:a.color.primary},itemStyle:{color:a.color.highlight}},regions:[]},o}(m),U=g;export{U as default};
|
|
3
|
+
//# sourceMappingURL=GeoModel.mjs.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/GeoSVGResource */
|
|
2
|
+
import{parseSVG as m,makeViewBoxTransform as M}from"/zrender@6.0.0/es2022/lib/tool/parseSVG.mjs";import w from"/zrender@6.0.0/es2022/lib/graphic/Group.mjs";import y from"/zrender@6.0.0/es2022/lib/graphic/shape/Rect.mjs";import{assert as V,createHashMap as v,each as _}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import x from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import{parseXML as S}from"/zrender@6.0.0/es2022/lib/tool/parseXML.mjs";import{GeoSVGRegion as L}from"./Region.mjs";var A=v(["rect","circle","line","ellipse","polygon","polyline","path","text","tspan","g"]),T=function(){function o(i,e){this.type="geoSVG",this._usedGraphicMap=v(),this._freedGraphics=[],this._mapName=i,this._parsedXML=S(e)}return o.prototype.load=function(){var i=this._firstGraphic;if(!i){i=this._firstGraphic=this._buildGraphic(this._parsedXML),this._freedGraphics.push(i),this._boundingRect=this._firstGraphic.boundingRect.clone();var e=N(i.named),r=e.regions,s=e.regionsMap;this._regions=r,this._regionsMap=s}return{boundingRect:this._boundingRect,regions:this._regions,regionsMap:this._regionsMap}},o.prototype._buildGraphic=function(i){var e,r;try{e=i&&m(i,{ignoreViewBox:!0,ignoreRootClip:!0})||{},r=e.root,V(r!=null)}catch(h){throw new Error(`Invalid svg format
|
|
3
|
+
`+h.message)}var s=new w;s.add(r),s.isGeoSVGGraphicRoot=!0;var G=e.width,c=e.height,t=e.viewBoxRect,p=this._boundingRect;if(!p){var n=void 0,a=void 0,u=void 0,f=void 0;if(G!=null?(n=0,u=G):t&&(n=t.x,u=t.width),c!=null?(a=0,f=c):t&&(a=t.y,f=t.height),n==null||a==null){var g=r.getBoundingRect();n==null&&(n=g.x,u=g.width),a==null&&(a=g.y,f=g.height)}p=this._boundingRect=new x(n,a,u,f)}if(t){var l=M(t,p);r.scaleX=r.scaleY=l.scale,r.x=l.x,r.y=l.y}s.setClipPath(new y({shape:p.plain()}));var d=[];return _(e.named,function(h){A.get(h.svgNodeTagLower)!=null&&(d.push(h),E(h.el))}),{root:s,boundingRect:p,named:d}},o.prototype.useGraphic=function(i){var e=this._usedGraphicMap,r=e.get(i);return r||(r=this._freedGraphics.pop()||this._buildGraphic(this._parsedXML),e.set(i,r),r)},o.prototype.freeGraphic=function(i){var e=this._usedGraphicMap,r=e.get(i);r&&(e.removeKey(i),this._freedGraphics.push(r))},o}();function E(o){o.silent=!1,o.isGroup&&o.traverse(function(i){i.silent=!1})}function N(o){var i=[],e=v();return _(o,function(r){if(r.namedFrom==null){var s=new L(r.name,r.el);i.push(s),e.set(r.name,s)}}),{regions:i,regionsMap:e}}export{T as GeoSVGResource};
|
|
4
|
+
//# sourceMappingURL=GeoSVGResource.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/Region */
|
|
2
|
+
import{__extends as S}from"/tslib@2.3.0/es2022/tslib.mjs";import G from"/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs";import*as u from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import*as x from"/zrender@6.0.0/es2022/lib/contain/polygon.mjs";import*as l from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import{each as h}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var C=[];function p(o,n){for(var r=0;r<o.length;r++)u.applyTransform(o[r],o[r],n)}function R(o,n,r,i){for(var e=0;e<o.length;e++){var t=o[e];i&&(t=i.project(t)),t&&isFinite(t[0])&&isFinite(t[1])&&(u.min(n,n,t),u.max(r,r,t))}}function F(o){for(var n=0,r=0,i=0,e=o.length,t=o[e-1][0],a=o[e-1][1],c=0;c<e;c++){var s=o[c][0],f=o[c][1],v=t*f-s*a;n+=v,r+=(t+s)*v,i+=(a+f)*v,t=s,a=f}return n?[r/n/3,i/n/3,n]:[o[0][0]||0,o[0][1]||0]}var _=function(){function o(n){this.name=n}return o.prototype.setCenter=function(n){this._center=n},o.prototype.getCenter=function(){var n=this._center;return n||(n=this._center=this.calcCenter()),n},o}();var T=function(){function o(n,r){this.type="polygon",this.exterior=n,this.interiors=r}return o}();var d=function(){function o(n){this.type="linestring",this.points=n}return o}();var w=function(o){S(n,o);function n(r,i,e){var t=o.call(this,r)||this;return t.type="geoJSON",t.geometries=i,t._center=e&&[e[0],e[1]],t}return n.prototype.calcCenter=function(){for(var r=this.geometries,i,e=0,t=0;t<r.length;t++){var a=r[t],c=a.exterior,s=c&&c.length;s>e&&(i=a,e=s)}if(i)return F(i.exterior);var f=this.getBoundingRect();return[f.x+f.width/2,f.y+f.height/2]},n.prototype.getBoundingRect=function(r){var i=this._rect;if(i&&!r)return i;var e=[1/0,1/0],t=[-1/0,-1/0],a=this.geometries;return h(a,function(c){c.type==="polygon"?R(c.exterior,e,t,r):h(c.points,function(s){R(s,e,t,r)})}),isFinite(e[0])&&isFinite(e[1])&&isFinite(t[0])&&isFinite(t[1])||(e[0]=e[1]=t[0]=t[1]=0),i=new G(e[0],e[1],t[0]-e[0],t[1]-e[1]),r||(this._rect=i),i},n.prototype.contain=function(r){var i=this.getBoundingRect(),e=this.geometries;if(!i.contain(r[0],r[1]))return!1;t:for(var t=0,a=e.length;t<a;t++){var c=e[t];if(c.type==="polygon"){var s=c.exterior,f=c.interiors;if(x.contain(s,r[0],r[1])){for(var v=0;v<(f?f.length:0);v++)if(x.contain(f[v],r[0],r[1]))continue t;return!0}}}return!1},n.prototype.transformTo=function(r,i,e,t){var a=this.getBoundingRect(),c=a.width/a.height;e?t||(t=e/c):e=c*t;for(var s=new G(r,i,e,t),f=a.calculateTransform(s),v=this.geometries,m=0;m<v.length;m++){var g=v[m];g.type==="polygon"?(p(g.exterior,f),h(g.interiors,function(y){p(y,f)})):h(g.points,function(y){p(y,f)})}a=this._rect,a.copy(s),this._center=[a.x+a.width/2,a.y+a.height/2]},n.prototype.cloneShallow=function(r){r==null&&(r=this.name);var i=new n(r,this.geometries,this._center);return i._rect=this._rect,i.transformTo=null,i},n}(_);var J=function(o){S(n,o);function n(r,i){var e=o.call(this,r)||this;return e.type="geoSVG",e._elOnlyForCalculate=i,e}return n.prototype.calcCenter=function(){for(var r=this._elOnlyForCalculate,i=r.getBoundingRect(),e=[i.x+i.width/2,i.y+i.height/2],t=l.identity(C),a=r;a&&!a.isGeoSVGGraphicRoot;)l.mul(t,a.getLocalTransform(),t),a=a.parent;return l.invert(t,t),u.applyTransform(e,e,t),e},n}(_);export{d as GeoJSONLineStringGeometry,T as GeoJSONPolygonGeometry,w as GeoJSONRegion,J as GeoSVGRegion,_ as Region};
|
|
3
|
+
//# sourceMappingURL=Region.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/fix/diaoyuIsland */
|
|
2
|
+
var o=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]];function t(i,e){i==="china"&&e.name==="\u53F0\u6E7E"&&e.geometries.push({type:"polygon",exterior:o[0]})}export{t as default};
|
|
3
|
+
//# sourceMappingURL=diaoyuIsland.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/fix/nanhai */
|
|
2
|
+
import*as p from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{GeoJSONRegion as m}from"../Region.mjs";var e=[126,25],f="\u5357\u6D77\u8BF8\u5C9B",a=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]];for(r=0;r<a.length;r++)for(o=0;o<a[r].length;o++)a[r][o][0]/=10.5,a[r][o][1]/=-10.5/.75,a[r][o][0]+=e[0],a[r][o][1]+=e[1];var o,r;function u(h,n){if(h==="china"){for(var t=0;t<n.length;t++)if(n[t].name===f)return;n.push(new m(f,p.map(a,function(l){return{type:"polygon",exterior:l}}),e))}}export{u as default};
|
|
3
|
+
//# sourceMappingURL=nanhai.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/fix/textCoord */
|
|
2
|
+
var n={\u5357\u6D77\u8BF8\u5C9B:[32,80],\u5E7F\u4E1C:[0,-10],\u9999\u6E2F:[10,5],\u6FB3\u95E8:[-10,10],\u5929\u6D25:[5,5]};function r(f,e){if(f==="china"){var t=n[e.name];if(t){var a=e.getCenter();a[0]+=t[0]/10.5,a[1]+=-t[1]/(10.5/.75),e.setCenter(a)}}}export{r as default};
|
|
3
|
+
//# sourceMappingURL=textCoord.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/geoCreator */
|
|
2
|
+
import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import F,{geo2DDimensions as D}from"./Geo.mjs";import*as l from"../../util/layout.mjs";import*as C from"../../util/number.mjs";import H from"./geoSourceManager.mjs";import*as U from"/zrender@6.0.0/es2022/lib/core/vector.mjs";import{injectCoordSysByOption as V}from"../../core/CoordinateSystem.mjs";import{SINGLE_REFERRING as J}from"../../util/model.mjs";function I(o,p){var v=o.get("boundingCoords");if(v!=null){var i=v[0],s=v[1];if(isFinite(i[0])&&isFinite(i[1])&&isFinite(s[0])&&isFinite(s[1])){var u=this.projection;if(u){var e=i[0],r=i[1],m=s[0],t=s[1];i=[1/0,1/0],s=[-1/0,-1/0];var c=function(R,P,L,O){for(var j=L-R,A=O-P,N=0;N<=100;N++){var b=N/100,E=u.project([R+j*b,P+A*b]);U.min(i,i,E),U.max(s,s,E)}};c(e,r,m,r),c(m,r,m,t),c(m,t,e,t),c(e,t,m,r)}this.setBoundingRect(i[0],i[1],s[0]-i[0],s[1]-i[1])}}var f=this.getBoundingRect(),g=o.get("layoutCenter"),w=o.get("layoutSize"),h=l.createBoxLayoutReference(o,p).refContainer,y=f.width/f.height*this.aspectScale,S=!1,z,d;g&&w&&(z=[C.parsePercent(g[0],h.width)+h.x,C.parsePercent(g[1],h.height)+h.y],d=C.parsePercent(w,Math.min(h.width,h.height)),!isNaN(z[0])&&!isNaN(z[1])&&!isNaN(d)&&(S=!0));var a;if(S)a={},y>1?(a.width=d,a.height=d/y):(a.height=d,a.width=d*y),a.y=z[1]-a.height/2,a.x=z[0]-a.width/2;else{var G=o.getBoxLayoutParams();G.aspect=y,a=l.getLayoutRect(G,h),a=l.applyPreserveAspect(o,a,y)}this.setViewRect(a.x,a.y,a.width,a.height),this.setCenter(o.get("center")),this.setZoom(o.get("zoom"))}function Z(o,p){n.each(p.get("geoCoord"),function(v,i){o.addGeoCoord(i,v)})}var k=function(){function o(){this.dimensions=D}return o.prototype.create=function(p,v){var i=[];function s(e){return{nameProperty:e.get("nameProperty"),aspectScale:e.get("aspectScale"),projection:e.get("projection")}}p.eachComponent("geo",function(e,r){var m=e.get("map"),t=new F(m+r,m,n.extend({nameMap:e.get("nameMap"),api:v,ecModel:p},s(e)));t.zoomLimit=e.get("scaleLimit"),i.push(t),e.coordinateSystem=t,t.model=e,t.resize=I,t.resize(e,v)}),p.eachSeries(function(e){V({targetModel:e,coordSysType:"geo",coordSysProvider:function(){var r=e.subType==="map"?e.getHostGeoModel():e.getReferringComponents("geo",J).models[0];return r&&r.coordinateSystem},allowNotFound:!0})});var u={};return p.eachSeriesByType("map",function(e){if(!e.getHostGeoModel()){var r=e.getMapType();u[r]=u[r]||[],u[r].push(e)}}),n.each(u,function(e,r){var m=n.map(e,function(c){return c.get("nameMap")}),t=new F(r,r,n.extend({nameMap:n.mergeAll(m),api:v,ecModel:p},s(e[0])));t.zoomLimit=n.retrieve.apply(null,n.map(e,function(c){return c.get("scaleLimit")})),i.push(t),t.resize=I,t.resize(e[0],v),n.each(e,function(c){c.coordinateSystem=t,Z(t,c)})}),i},o.prototype.getFilledRegions=function(p,v,i,s){for(var u=(p||[]).slice(),e=n.createHashMap(),r=0;r<u.length;r++)e.set(u[r].name,u[r]);var m=H.load(v,i,s);return n.each(m.regions,function(t){var c=t.name,f=e.get(c),g=t.properties&&t.properties.echartsStyle;f||(f={name:c},u.push(f)),g&&n.merge(f,g)}),u},o}(),q=new k,Y=q;export{Y as default};
|
|
3
|
+
//# sourceMappingURL=geoCreator.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/geoSourceManager */
|
|
2
|
+
import{createHashMap as u}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{GeoSVGResource as i}from"./GeoSVGResource.mjs";import{GeoJSONResource as c}from"./GeoJSONResource.mjs";var t=u(),a={registerMap:function(r,e,s){if(e.svg){var o=new i(r,e.svg);t.set(r,o)}else{var n=e.geoJson||e.geoJSON;n&&!e.features?s=e.specialAreas:n=e;var o=new c(r,n,s);t.set(r,o)}},getGeoResource:function(r){return t.get(r)},getMapForUser:function(r){var e=t.get(r);return e&&e.type==="geoJSON"&&e.getMapForUser()},load:function(r,e,s){var o=t.get(r);if(o)return o.load(e,s)}};export{a as default};
|
|
3
|
+
//# sourceMappingURL=geoSourceManager.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/parseGeoJson */
|
|
2
|
+
import*as u from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{GeoJSONLineStringGeometry as p,GeoJSONPolygonGeometry as f,GeoJSONRegion as d}from"./Region.mjs";function h(r){if(!r.UTF8Encoding)return r;var s=r,e=s.UTF8Scale;e==null&&(e=1024);var t=s.features;return u.each(t,function(c){var o=c.geometry,a=o.encodeOffsets,n=o.coordinates;if(a)switch(o.type){case"LineString":o.coordinates=g(n,a,e);break;case"Polygon":l(n,a,e);break;case"MultiLineString":l(n,a,e);break;case"MultiPolygon":u.each(n,function(i,v){return l(i,a[v],e)})}}),s.UTF8Encoding=!1,s}function l(r,s,e){for(var t=0;t<r.length;t++)r[t]=g(r[t],s[t],e)}function g(r,s,e){for(var t=[],c=s[0],o=s[1],a=0;a<r.length;a+=2){var n=r.charCodeAt(a)-64,i=r.charCodeAt(a+1)-64;n=n>>1^-(n&1),i=i>>1^-(i&1),n+=c,i+=o,c=n,o=i,t.push([n/e,i/e])}return t}function m(r,s){return r=h(r),u.map(u.filter(r.features,function(e){return e.geometry&&e.properties&&e.geometry.coordinates.length>0}),function(e){var t=e.properties,c=e.geometry,o=[];switch(c.type){case"Polygon":var a=c.coordinates;o.push(new f(a[0],a.slice(1)));break;case"MultiPolygon":u.each(c.coordinates,function(i){i[0]&&o.push(new f(i[0],i.slice(1)))});break;case"LineString":o.push(new p([c.coordinates]));break;case"MultiLineString":o.push(new p(c.coordinates))}var n=new d(t[s||"name"],o,t.cp);return n.properties=t,n})}export{m as default};
|
|
3
|
+
//# sourceMappingURL=parseGeoJson.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/geo/prepareCustom */
|
|
2
|
+
import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";function u(r,o){return o=o||[0,0],n.map([0,1],function(t){var i=o[t],h=r[t]/2,e=[],a=[];return e[t]=i-h,a[t]=i+h,e[1-t]=a[1-t]=o[1-t],Math.abs(this.dataToPoint(e)[t]-this.dataToPoint(a)[t])},this)}function p(r){var o=r.getBoundingRect();return{coordSys:{type:"geo",x:o.x,y:o.y,width:o.width,height:o.height,zoom:r.getZoom()},api:{coord:function(t){return r.dataToPoint(t)},size:n.bind(u,r)}}}export{p as default};
|
|
3
|
+
//# sourceMappingURL=prepareCustom.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/matrix/Matrix */
|
|
2
|
+
import{getLayoutRect as d}from"../../util/layout.mjs";import{ListIterator as m}from"../../util/model.mjs";import{eqNaN as X,isArray as I,retrieve2 as J}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{WH as l,XY as i}from"../../util/graphic.mjs";import Y from"../../model/Model.mjs";import{mathMax as H,mathMin as A,parsePositionSizeOption as ee}from"../../util/number.mjs";import{createNaNRectLike as te,MatrixClampOption as T,MatrixCellLayoutInfoType as K,parseCoordRangeOption as re,resetXYLocatorRange as oe,xyLocatorRangeToRectOneDim as E}from"./matrixCoordHelper.mjs";import"../../util/log.mjs";import{injectCoordSysByOption as ne,simpleCoordSysInjectionProvider as ae}from"../../core/CoordinateSystem.mjs";var ie=function(){function o(e,r,t){this.dimensions=o.dimensions,this.type="matrix",this._model=e;var n=this._dimModels={x:e.getDimensionModel("x"),y:e.getDimensionModel("y")};this._dims={x:n.x.dim,y:n.y.dim},this._resize(e,t)}return o.getDimensionsInfo=function(){return[{name:"x",type:"ordinal"},{name:"y",type:"ordinal"},{name:"value"}]},o.create=function(e,r){var t=[];return e.eachComponent("matrix",function(n){var a=new o(n,e,r);t.push(a),n.coordinateSystem=a}),e.eachComponent(function(n,a){ne({targetModel:a,coordSysType:"matrix",coordSysProvider:ae})}),t},o.prototype.getRect=function(){return this._rect},o.prototype._resize=function(e,r){var t=this._dims,n=this._dimModels,a=this._rect=d(e.getBoxLayoutParams(),{width:r.getWidth(),height:r.getHeight()});F(n,t,a,0),F(n,t,a,1),W(0,t),W(1,t),j(this._model.getBody(),t),j(this._model.getCorner(),t)},o.prototype.dataToPoint=function(e,r,t){return t=t||[],this.dataToLayout(e,r,D),t[0]=D.rect.x+D.rect.width/2,t[1]=D.rect.y+D.rect.height/2,t},o.prototype.dataToLayout=function(e,r,t){var n=this._dims;t=t||{};var a=t.rect=t.rect||{};a.x=a.y=a.width=a.height=NaN;var y=t.matrixXYLocatorRange=oe(t.matrixXYLocatorRange);return I(e)&&(re(y,null,e,n,J(r&&r.clamp,T.none)),(!r||!r.ignoreMergeCells)&&((!r||r.clamp!==T.corner)&&this._model.getBody().expandRangeByCellMerge(y),(!r||r.clamp!==T.body)&&this._model.getCorner().expandRangeByCellMerge(y)),E(a,y,n,0),E(a,y,n,1)),t},o.prototype.pointToData=function(e,r,t){var n=this._dims;return k(h,0,n,e,r&&r.clamp),k(h,1,n,e,r&&r.clamp),t=t||[],t[0]=t[1]=NaN,h.y===u.inCorner&&h.x===u.inBody?q(h,t,0,n):h.x===u.inCorner&&h.y===u.inBody?q(h,t,1,n):(V(h,t,0,n),V(h,t,1,n)),t},o.prototype.convertToPixel=function(e,r,t,n){var a=U(r);return a===this?a.dataToPoint(t,n):void 0},o.prototype.convertToLayout=function(e,r,t,n){var a=U(r);return a===this?a.dataToLayout(t,n):void 0},o.prototype.convertFromPixel=function(e,r,t,n){var a=U(r);return a===this?a.pointToData(t,n):void 0},o.prototype.containPoint=function(e){return this._rect.contain(e[0],e[1])},o.dimensions=["x","y","value"],o}(),D={rect:te()},O=new m,B=new m;function F(o,e,r,t){for(var n=1-t,a=e[i[t]],y=e[i[n]],v=y.shouldShow(),p=a.resetCellIterator();p.next();)p.item.wh=p.item.xy=NaN;for(var L=y.resetLayoutIterator(null,t);L.next();)L.item.wh=L.item.xy=NaN;for(var f=r[l[t]],s=a.getLocatorCount(t)+y.getLocatorCount(t),g=new Y,C=y.resetLevelIterator();C.next();)g.option=C.item.option,g.parentModel=o[i[n]],_(C.item,v?g.get("levelSize"):0);for(var M=new Y,S=a.resetCellIterator();S.next();)S.item.type===K.leaf&&(M.option=S.item.option,M.parentModel=void 0,_(S.item,M.get("size")));function _(c,x){var b=se(x,t,r);X(b)||(c.wh=P(b,f),f=P(f-c.wh),s--)}var Q=s?f/s:0,Z=!s&&f>=1,z=r[i[t]],$=a.getLocatorCount(t)-1,w=new m;for(y.resetLayoutIterator(w,t);w.next();)R(w.item);for(a.resetLayoutIterator(w,t);w.next();)R(w.item);function R(c){X(c.wh)&&(c.wh=Q),c.xy=z,c.id[i[t]]===$&&!Z&&(c.wh=r[i[t]]+r[l[t]]-c.xy),z+=c.wh}}function W(o,e){for(var r=e[i[o]].resetCellIterator();r.next();){var t=r.item;N(t.rect,o,t.id,t.span,e),N(t.rect,1-o,t.id,t.span,e),t.type===K.nonLeaf&&(t.xy=t.rect[i[o]],t.wh=t.rect[l[o]])}}function j(o,e){o.travelExistingCells(function(r){var t=r.span;if(t){var n=r.spanRect,a=r.id;N(n,0,a,t,e),N(n,1,a,t,e)}})}function N(o,e,r,t,n){o[l[e]]=0;var a=r[i[e]],y=a<0?n[i[1-e]]:n[i[e]],v=y.getUnitLayoutInfo(e,r[i[e]]);if(o[i[e]]=v.xy,o[l[e]]=v.wh,t[i[e]]>1){var p=y.getUnitLayoutInfo(e,r[i[e]]+t[i[e]]-1);o[l[e]]=p.xy+p.wh-v.xy}}function se(o,e,r){var t=ee(o,r[l[e]]);return P(t,r[l[e]])}function P(o,e){return Math.max(Math.min(o,J(e,1/0)),0)}function U(o){var e=o.matrixModel,r=o.seriesModel,t=e?e.coordinateSystem:r?r.coordinateSystem:null;return t}var u={inBody:1,inCorner:2,outside:3},h={x:null,y:null,point:[]};function k(o,e,r,t,n){var a=r[i[e]],y=r[i[1-e]],v=a.getUnitLayoutInfo(e,a.getLocatorCount(e)-1),p=a.getUnitLayoutInfo(e,0),L=y.getUnitLayoutInfo(e,-y.getLocatorCount(e)),f=y.shouldShow()?y.getUnitLayoutInfo(e,-1):null,s=o.point[e]=t[e];if(!p&&!f){o[i[e]]=u.outside;return}if(n===T.body){p?(o[i[e]]=u.inBody,s=A(v.xy+v.wh,H(p.xy,s)),o.point[e]=s):o[i[e]]=u.outside;return}else if(n===T.corner){f?(o[i[e]]=u.inCorner,s=A(f.xy+f.wh,H(L.xy,s)),o.point[e]=s):o[i[e]]=u.outside;return}var g=p?p.xy:f?f.xy+f.wh:NaN,C=L?L.xy:g,M=v?v.xy+v.wh:g;if(s<C){if(!n){o[i[e]]=u.outside;return}s=C}else if(s>M){if(!n){o[i[e]]=u.outside;return}s=M}o.point[e]=s,o[i[e]]=g<=s&&s<=M?u.inBody:C<=s&&s<=g?u.inCorner:u.outside}function q(o,e,r,t){var n=1-r;if(o[i[r]]!==u.outside)for(t[i[r]].resetCellIterator(B);B.next();){var a=B.item;if(G(o.point[r],a.rect,r)&&G(o.point[n],a.rect,n)){e[r]=a.ordinal,e[n]=a.id[i[n]];return}}}function V(o,e,r,t){if(o[i[r]]!==u.outside){var n=o[i[r]]===u.inCorner?t[i[1-r]]:t[i[r]];for(n.resetLayoutIterator(O,r);O.next();)if(ye(o.point[r],O.item)){e[r]=O.item.id[i[r]];return}}}function ye(o,e){return e.xy<=o&&o<=e.xy+e.wh}function G(o,e,r){return e[i[r]]<=o&&o<=e[i[r]]+e[l[r]]}var Me=ie;export{Me as default};
|
|
3
|
+
//# sourceMappingURL=Matrix.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/matrix/MatrixBodyCorner */
|
|
2
|
+
import{createHashMap as R,each as y,extend as D,isArray as d,isObject as b}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import"../../util/log.mjs";import g from"/zrender@6.0.0/es2022/lib/core/Point.mjs";import{resolveXYLocatorRangeByCellMerge as E,MatrixClampOption as N,parseCoordRangeOption as A,fillIdSpanFromLocatorRange as k,createNaNRectLike as S,isXYLocatorRangeInvalidOnDim as _,resetXYLocatorRange as V,cloneXYLocatorRange as X}from"./matrixCoordHelper.mjs";var K=function(){function o(e,n,f){this._model=n,this._dims=f,this._kind=e,this._cellMergeOwnerList=[]}return o.prototype._ensureCellMap=function(){var e=this,n=e._cellMap;return n||(n=e._cellMap=R(),f()),n;function f(){var l=[],a=e._model.getShallow("data");a&&!d(a)&&(a=null),y(a,function(r,c){if(!(!b(r)||!d(r.coord))){var i=V([]),M=null;if(A(i,M,r.coord,e._dims,r.coordClamp?N[e._kind]:N.none),!(_(i,0)||_(i,1))){var O=r&&r.mergeCells,L={id:new g,span:new g,locatorRange:i,option:r,cellMergeOwner:O};k(L,i),l.push(L)}}});for(var p=[],t=0;t<l.length;t++){var s=l[t];if(s.cellMergeOwner){var v=s.locatorRange;E(v,p,l,t);for(var m=0;m<t;m++)p[m]&&(l[m].cellMergeOwner=!1);if(v[0][0]!==s.id.x||v[1][0]!==s.id.y){s.cellMergeOwner=!1;var h=D({},s.option);h.coord=null;var w={id:new g,span:new g,locatorRange:v,option:h,cellMergeOwner:!0};k(w,v),l.push(w)}}}y(l,function(r){var c=u(r.id.x,r.id.y);if(r.cellMergeOwner&&(c.cellMergeOwner=!0,c.span=r.span,c.locatorRange=r.locatorRange,c.spanRect=S(),e._cellMergeOwnerList.push(c)),!(!r.cellMergeOwner&&!r.option))for(var i=0;i<r.span.y;i++)for(var M=0;M<r.span.x;M++){var O=u(r.id.x+M,r.id.y+i);O.option=r.option,r.cellMergeOwner&&(O.inSpanOf=c)}})}function u(l,a){var p=B(l,a),t=n.get(p);return t||(t=n.set(p,{id:new g(l,a),option:null,inSpanOf:null,span:null,spanRect:null,locatorRange:null,cellMergeOwner:!1})),t}},o.prototype.getCell=function(e){return this._ensureCellMap().get(B(e[0],e[1]))},o.prototype.travelExistingCells=function(e){this._ensureCellMap().each(e)},o.prototype.expandRangeByCellMerge=function(e){if(!_(e,0)&&!_(e,1)&&e[0][0]===e[0][1]&&e[1][0]===e[1][1]){C[0]=e[0][0],C[1]=e[1][0];var n=this.getCell(C),f=n&&n.inSpanOf;if(f){X(e,f.locatorRange);return}}var u=this._cellMergeOwnerList;E(e,null,u,u.length)},o}();var C=[];function B(o,e){return o+"|"+e}export{K as MatrixBodyCorner};
|
|
3
|
+
//# sourceMappingURL=MatrixBodyCorner.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/matrix/MatrixDim */
|
|
2
|
+
import{createHashMap as U,defaults as B,each as g,eqNaN as S,isArray as M,isObject as E,isString as L}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import m from"/zrender@6.0.0/es2022/lib/core/Point.mjs";import D from"../../data/OrdinalMeta.mjs";import O from"../../scale/Ordinal.mjs";import{WH as G,XY as x}from"../../util/graphic.mjs";import{ListIterator as w}from"../../util/model.mjs";import{createNaNRectLike as V,setDimXYValue as c,MatrixCellLayoutInfoType as y}from"./matrixCoordHelper.mjs";import"../../util/log.mjs";import{mathMax as R}from"../../util/number.mjs";var z=function(){function a(e,t){this._cells=[],this._levels=[],this.dim=e,this.dimIdx=e==="x"?0:1,this._model=t,this._uniqueValueGen=b(e);var i=t.get("data",!0);i!=null&&!M(i)&&(i=[]),i?this._initByDimModelData(i):this._initBySeriesData()}return a.prototype._initByDimModelData=function(e){var t=this,i=t._cells,n=t._levels,l=[],o=0;t._leavesCount=p(e,0,0),h();return;function p(u,r,s){var f=0;return u&&g(u,function(v,I){var d=!1,_;L(v)?_={value:v}:E(v)?(_=v,v.value!=null&&!L(v.value)&&(d=!0,_={value:null})):(_={value:null},v!=null&&(d=!0));var C={type:y.nonLeaf,ordinal:NaN,level:s,firstLeafLocator:r,id:new m,span:c(new m,t.dimIdx,1,1),option:_,xy:NaN,wh:NaN,dim:t,rect:V()};o++,(l[r]||(l[r]=[])).push(C),n[s]||(n[s]={type:y.level,xy:NaN,wh:NaN,option:null,id:new m,dim:t});var q=p(_.children,r,s+1),N=Math.max(1,q);C.span[x[t.dimIdx]]=N,f+=N,r+=N}),f}function h(){for(var u=[];i.length<o;)for(var r=0;r<l.length;r++){var s=l[r].pop();if(s){s.ordinal=u.length;var f=s.option.value;u.push(f),i.push(s),t._uniqueValueGen.calcDupBase(f)}}t._uniqueValueGen.ensureValueUnique(u,i);var v=t._ordinalMeta=new D({categories:u,needCollect:!1,deduplication:!1});t._scale=new O({ordinalMeta:v});for(var I=0;I<t._leavesCount;I++){var d=t._cells[I];d.type=y.leaf,d.span[x[1-t.dimIdx]]=t._levels.length-d.level}t._initCellsId(),t._initLevelIdOptions()}},a.prototype._initBySeriesData=function(){var e=this;e._leavesCount=0,e._levels=[{type:y.level,xy:NaN,wh:NaN,option:null,id:new m,dim:e}],e._initLevelIdOptions();var t=e._ordinalMeta=new D({needCollect:!0,deduplication:!0,onCollect:function(i,n){var l=e._cells[n]={type:y.leaf,ordinal:n,level:0,firstLeafLocator:n,id:new m,span:c(new m,e.dimIdx,1,1),option:{value:i+""},xy:NaN,wh:NaN,dim:e,rect:V()};e._leavesCount++,e._setCellId(l)}});e._scale=new O({ordinalMeta:t})},a.prototype._setCellId=function(e){var t=this._levels.length,i=this.dimIdx;c(e.id,i,e.firstLeafLocator,e.level-t)},a.prototype._initCellsId=function(){var e=this._levels.length,t=this.dimIdx;g(this._cells,function(i){c(i.id,t,i.firstLeafLocator,i.level-e)})},a.prototype._initLevelIdOptions=function(){var e=this._levels.length,t=this.dimIdx,i=this._model.get("levels",!0);i=M(i)?i:[],g(this._levels,function(n,l){c(n.id,t,0,l-e),n.option=i[l]})},a.prototype.shouldShow=function(){return!!this._model.getShallow("show",!0)},a.prototype.resetLayoutIterator=function(e,t,i,n){if(e=e||new w,t===this.dimIdx){var l=this._leavesCount,o=i!=null?Math.max(0,i):0;n=n!=null?Math.min(n,l):l,e.reset(this._cells,o,o+n)}else{var l=this._levels.length,o=i!=null?Math.max(0,i+l):0;n=n!=null?Math.min(n,l):l,e.reset(this._levels,o,o+n)}return e},a.prototype.resetCellIterator=function(e){return(e||new w).reset(this._cells,0)},a.prototype.resetLevelIterator=function(e){return(e||new w).reset(this._levels,0)},a.prototype.getLayout=function(e,t,i){var n=this.getUnitLayoutInfo(t,i);e[x[t]]=n?n.xy:NaN,e[G[t]]=n?n.wh:NaN},a.prototype.getUnitLayoutInfo=function(e,t){return e===this.dimIdx?t<this._leavesCount?this._cells[t]:void 0:this._levels[t+this._levels.length]},a.prototype.getCell=function(e){var t=this._scale.parse(e);return S(t)?void 0:this._cells[t]},a.prototype.getLocatorCount=function(e){return e===this.dimIdx?this._leavesCount:this._levels.length},a.prototype.getOrdinalMeta=function(){return this._ordinalMeta},a}();function b(a){var e=a.toUpperCase(),t=new RegExp("^"+e+"([0-9]+)$"),i=0;function n(p){var h;p!=null&&(h=p.match(t))&&(i=R(i,+h[1]+1))}function l(){return""+e+i++}function o(p,h){for(var u=U(),r=0;r<p.length;r++){var s=p[r];(s==null||u.get(s)!=null)&&(p[r]=s=l(),h[r].option=B({value:s},h[r].option)),u.set(s,!0)}}return{calcDupBase:n,ensureValueUnique:o}}export{z as MatrixDim};
|
|
3
|
+
//# sourceMappingURL=MatrixDim.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/matrix/MatrixModel */
|
|
2
|
+
import{__extends as m}from"/tslib@2.3.0/es2022/tslib.mjs";import c from"../../model/Component.mjs";import n from"../../model/Model.mjs";import{MatrixDim as a}from"./MatrixDim.mjs";import{MatrixBodyCorner as u}from"./MatrixBodyCorner.mjs";import r from"../../visual/tokens.mjs";var i={show:!0,color:r.color.secondary,overflow:"break",lineOverflow:"truncate",padding:[2,3,2,3],distance:0};function l(o){return{color:"none",borderWidth:1,borderColor:o?"none":r.color.borderTint}}var y={show:!0,label:i,itemStyle:l(!1),silent:void 0,dividerLineStyle:{width:1,color:r.color.border}},h={label:i,itemStyle:l(!1),silent:void 0},x={label:i,itemStyle:l(!0),silent:void 0},M={z:-50,left:"10%",top:"10%",right:"10%",bottom:"10%",x:y,y,body:h,corner:x,backgroundStyle:{color:"none",borderColor:r.color.axisLine,borderWidth:1}},b=function(o){m(t,o);function t(){var e=o!==null&&o.apply(this,arguments)||this;return e.type=t.type,e}return t.prototype.optionUpdated=function(){var e=this._dimModels={x:new p(this.get("x",!0)||{}),y:new p(this.get("y",!0)||{})};e.x.option.type=e.y.option.type="category";var s=e.x.dim=new a("x",e.x),f=e.y.dim=new a("y",e.y),d={x:s,y:f};this._body=new u("body",new n(this.getShallow("body")),d),this._corner=new u("corner",new n(this.getShallow("corner")),d)},t.prototype.getDimensionModel=function(e){return this._dimModels[e]},t.prototype.getBody=function(){return this._body},t.prototype.getCorner=function(){return this._corner},t.type="matrix",t.layoutMode="box",t.defaultOption=M,t}(c),p=function(o){m(t,o);function t(){return o!==null&&o.apply(this,arguments)||this}return t.prototype.getOrdinalMeta=function(){return this.dim.getOrdinalMeta()},t}(n);var C=b;export{p as MatrixDimensionModel,C as default};
|
|
3
|
+
//# sourceMappingURL=MatrixModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/matrix/matrixCoordHelper */
|
|
2
|
+
import{eqNaN as x,isArray as T,isNumber as _}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{WH as Y,XY as p}from"../../util/graphic.mjs";import{mathMax as s,mathMin as l}from"../../util/number.mjs";var b={level:1,leaf:2,nonLeaf:3},A={none:0,all:1,body:2,corner:3};function X(r,a,e){var n=a[p[e]].getCell(r);return!n&&_(r)&&r<0&&(n=a[p[1-e]].getUnitLayoutInfo(e,Math.round(r))),n}function V(r){var a=r||[];return a[0]=a[0]||[],a[1]=a[1]||[],a[0][0]=a[0][1]=a[1][0]=a[1][1]=NaN,a}function W(r,a,e,n,t){E(r[0],a,t,e,n,0),E(r[1],a,t,e,n,1)}function E(r,a,e,n,t,f){r[0]=1/0,r[1]=-1/0;var v=n[f],y=T(v)?v:[v],C=y.length,i=!!e;if(C>=1?(u(r,a,y,i,t,f,0),C>1&&u(r,a,y,i,t,f,C-1)):r[0]=r[1]=NaN,i){var N=-t[p[1-f]].getLocatorCount(f),o=t[p[f]].getLocatorCount(f)-1;e===A.body?N=s(0,N):e===A.corner&&(o=l(-1,o)),o<N&&(N=o=NaN),x(r[0])&&(r[0]=N),x(r[1])&&(r[1]=o),r[0]=s(l(r[0],o),N),r[1]=s(l(r[1],o),N)}}function u(r,a,e,n,t,f,v){var y=X(e[v],t,f);if(!y){r[0]=r[1]=NaN;return}var C=y.id[p[f]],i=C,N=q(y);N&&(i+=N.span[p[f]]-1),r[0]=l(r[0],C,i),r[1]=s(r[1],C,i)}function j(r,a){return x(r[a][0])||x(r[a][1])}function k(r,a,e,n){a=a||S;for(var t=0;t<n;t++)a[t]=!1;for(;;){for(var f=!1,t=0;t<n;t++){var v=e[t];!a[t]&&v.cellMergeOwner&&h(r,v.locatorRange)&&(a[t]=!0,f=!0)}if(!f)break}}var S=[];function h(r,a){return!M(r[0],a[0])||!M(r[1],a[1])?!1:(r[0][0]=l(r[0][0],a[0][0]),r[0][1]=s(r[0][1],a[0][1]),r[1][0]=l(r[1][0],a[1][0]),r[1][1]=s(r[1][1],a[1][1]),!0)}function M(r,a){return r[1]>=a[0]&&r[0]<=a[1]}function z(r,a){r.id.set(a[0][0],a[1][0]),r.span.set(a[0][1]-r.id.x+1,a[1][1]-r.id.y+1)}function G(r,a){r[0][0]=a[0][0],r[0][1]=a[0][1],r[1][0]=a[1][0],r[1][1]=a[1][1]}function J(r,a,e,n){var t=X(a[n][0],e,n),f=X(a[n][1],e,n);r[p[n]]=r[Y[n]]=NaN,t&&f&&(r[p[n]]=t.xy,r[Y[n]]=f.xy+f.wh-t.xy)}function K(r,a,e,n){return r[p[a]]=e,r[p[1-a]]=n,r}function q(r){return r&&(r.type===b.leaf||r.type===b.nonLeaf)?r:null}function Q(){return{x:NaN,y:NaN,width:NaN,height:NaN}}export{b as MatrixCellLayoutInfoType,A as MatrixClampOption,G as cloneXYLocatorRange,X as coordDataToAllCellLevelLayout,Q as createNaNRectLike,z as fillIdSpanFromLocatorRange,j as isXYLocatorRangeInvalidOnDim,W as parseCoordRangeOption,V as resetXYLocatorRange,k as resolveXYLocatorRangeByCellMerge,K as setDimXYValue,J as xyLocatorRangeToRectOneDim};
|
|
3
|
+
//# sourceMappingURL=matrixCoordHelper.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/parallel/AxisModel */
|
|
2
|
+
import{__extends as f}from"/tslib@2.3.0/es2022/tslib.mjs";import*as n from"/zrender@6.0.0/es2022/lib/core/util.mjs";import m from"../../model/Component.mjs";import p from"../../model/mixin/makeStyleMapper.mjs";import*as a from"../../util/number.mjs";import{AxisModelCommonMixin as v}from"../axisModelCommonMixin.mjs";var c=function(l){f(r,l);function r(){var t=l!==null&&l.apply(this,arguments)||this;return t.type=r.type,t.activeIntervals=[],t}return r.prototype.getAreaSelectStyle=function(){return p([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},r.prototype.setActiveIntervals=function(t){var e=this.activeIntervals=n.clone(t);if(e)for(var i=e.length-1;i>=0;i--)a.asc(e[i])},r.prototype.getActiveState=function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(t==null||isNaN(+t))return"inactive";if(e.length===1){var i=e[0];if(i[0]<=t&&t<=i[1])return"active"}else for(var o=0,s=e.length;o<s;o++)if(e[o][0]<=t&&t<=e[o][1])return"active";return"inactive"},r}(m);n.mixin(c,v);var g=c;export{g as default};
|
|
3
|
+
//# sourceMappingURL=AxisModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/parallel/Parallel */
|
|
2
|
+
import*as c from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as y from"/zrender@6.0.0/es2022/lib/core/matrix.mjs";import*as g from"../../util/layout.mjs";import*as W from"../axisHelper.mjs";import B from"./ParallelAxis.mjs";import*as b from"../../util/graphic.mjs";import*as w from"../../util/number.mjs";import I from"../../component/helper/sliderMove.mjs";var _=c.each,C=Math.min,M=Math.max,L=Math.floor,D=Math.ceil,A=w.round,T=Math.PI,U=function(){function p(a,t,x){this.type="parallel",this._axesMap=c.createHashMap(),this._axesLayout={},this.dimensions=a.dimensions,this._model=a,this._init(a,t,x)}return p.prototype._init=function(a,t,x){var i=a.dimensions,e=a.parallelAxisIndex;_(i,function(n,r){var o=e[r],h=t.getComponent("parallelAxis",o),s=this._axesMap.set(n,new B(n,W.createScaleByModel(h),[0,0],h.get("type"),o)),u=s.type==="category";s.onBand=u&&h.get("boundaryGap"),s.inverse=h.get("inverse"),h.axis=s,s.model=h,s.coordinateSystem=h.coordinateSystem=this},this)},p.prototype.update=function(a,t){this._updateAxesFromSeries(this._model,a)},p.prototype.containPoint=function(a){var t=this._makeLayoutInfo(),x=t.axisBase,i=t.layoutBase,e=t.pixelDimIndex,n=a[1-e],r=a[e];return n>=x&&n<=x+t.axisLength&&r>=i&&r<=i+t.layoutLength},p.prototype.getModel=function(){return this._model},p.prototype._updateAxesFromSeries=function(a,t){t.eachSeries(function(x){if(a.contains(x,t)){var i=x.getData();_(this.dimensions,function(e){var n=this._axesMap.get(e);n.scale.unionExtentFromData(i,i.mapDimension(e)),W.niceScaleExtent(n.scale,n.model)},this)}},this)},p.prototype.resize=function(a,t){var x=g.createBoxLayoutReference(a,t).refContainer;this._rect=g.getLayoutRect(a.getBoxLayoutParams(),x),this._layoutAxes()},p.prototype.getRect=function(){return this._rect},p.prototype._makeLayoutInfo=function(){var a=this._model,t=this._rect,x=["x","y"],i=["width","height"],e=a.get("layout"),n=e==="horizontal"?0:1,r=t[i[n]],o=[0,r],h=this.dimensions.length,s=f(a.get("axisExpandWidth"),o),u=f(a.get("axisExpandCount")||0,[0,h]),d=a.get("axisExpandable")&&h>3&&h>u&&u>1&&s>0&&r>0,l=a.get("axisExpandWindow"),v;if(l)v=f(l[1]-l[0],o),l[1]=l[0]+v;else{v=f(s*(u-1),o);var E=a.get("axisExpandCenter")||L(h/2);l=[s*E-v/2],l[1]=l[0]+v}var m=(r-v)/(h-u);m<3&&(m=0);var P=[L(A(l[0]/s,1))+1,D(A(l[1]/s,1))-1],S=m/s*l[0];return{layout:e,pixelDimIndex:n,layoutBase:t[x[n]],layoutLength:r,axisBase:t[x[1-n]],axisLength:t[i[1-n]],axisExpandable:d,axisExpandWidth:s,axisCollapseWidth:m,axisExpandWindow:l,axisCount:h,winInnerIndices:P,axisExpandWindow0Pos:S}},p.prototype._layoutAxes=function(){var a=this._rect,t=this._axesMap,x=this.dimensions,i=this._makeLayoutInfo(),e=i.layout;t.each(function(n){var r=[0,i.axisLength],o=n.inverse?1:0;n.setExtent(r[o],r[1-o])}),_(x,function(n,r){var o=(i.axisExpandable?k:z)(r,i),h={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s={horizontal:T/2,vertical:0},u=[h[e].x+a.x,h[e].y+a.y],d=s[e],l=y.create();y.rotate(l,l,d),y.translate(l,l,u),this._axesLayout[n]={position:u,rotation:d,transform:l,axisNameAvailableWidth:o.axisNameAvailableWidth,axisLabelShow:o.axisLabelShow,nameTruncateMaxWidth:o.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},p.prototype.getAxis=function(a){return this._axesMap.get(a)},p.prototype.dataToPoint=function(a,t){return this.axisCoordToPoint(this._axesMap.get(t).dataToCoord(a),t)},p.prototype.eachActiveState=function(a,t,x,i){x==null&&(x=0),i==null&&(i=a.count());var e=this._axesMap,n=this.dimensions,r=[],o=[];c.each(n,function(m){r.push(a.mapDimension(m)),o.push(e.get(m).model)});for(var h=this.hasAxisBrushed(),s=x;s<i;s++){var u=void 0;if(!h)u="normal";else{u="active";for(var d=a.getValues(r,s),l=0,v=n.length;l<v;l++){var E=o[l].getActiveState(d[l]);if(E==="inactive"){u="inactive";break}}}t(u,s)}},p.prototype.hasAxisBrushed=function(){for(var a=this.dimensions,t=this._axesMap,x=!1,i=0,e=a.length;i<e;i++)t.get(a[i]).model.getActiveState()!=="normal"&&(x=!0);return x},p.prototype.axisCoordToPoint=function(a,t){var x=this._axesLayout[t];return b.applyTransform([a,0],x.transform)},p.prototype.getAxisLayout=function(a){return c.clone(this._axesLayout[a])},p.prototype.getSlidedAxisExpandWindow=function(a){var t=this._makeLayoutInfo(),x=t.pixelDimIndex,i=t.axisExpandWindow.slice(),e=i[1]-i[0],n=[0,t.axisExpandWidth*(t.axisCount-1)];if(!this.containPoint(a))return{behavior:"none",axisExpandWindow:i};var r=a[x]-t.layoutBase-t.axisExpandWindow0Pos,o,h="slide",s=t.axisCollapseWidth,u=this._model.get("axisExpandSlideTriggerArea"),d=u[0]!=null;if(s)d&&s&&r<e*u[0]?(h="jump",o=r-e*u[2]):d&&s&&r>e*(1-u[0])?(h="jump",o=r-e*(1-u[2])):(o=r-e*u[1])>=0&&(o=r-e*(1-u[1]))<=0&&(o=0),o*=t.axisExpandWidth/s,o?I(o,i,n,"all"):h="none";else{var l=i[1]-i[0],v=n[1]*r/l;i=[M(0,v-l/2)],i[1]=C(n[1],i[0]+l),i[0]=i[1]-l}return{axisExpandWindow:i,behavior:h}},p}();function f(p,a){return C(M(p,a[0]),a[1])}function z(p,a){var t=a.layoutLength/(a.axisCount-1);return{position:t*p,axisNameAvailableWidth:t,axisLabelShow:!0}}function k(p,a){var t=a.layoutLength,x=a.axisExpandWidth,i=a.axisCount,e=a.axisCollapseWidth,n=a.winInnerIndices,r,o=e,h=!1,s;return p<n[0]?(r=p*e,s=e):p<=n[1]?(r=a.axisExpandWindow0Pos+p*x-a.axisExpandWindow[0],o=x,h=!0):(r=t-(i-1-p)*e,s=e),{position:r,axisNameAvailableWidth:o,axisLabelShow:h,nameTruncateMaxWidth:s}}var H=U;export{H as default};
|
|
3
|
+
//# sourceMappingURL=Parallel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/parallel/ParallelModel */
|
|
2
|
+
import{__extends as r}from"/tslib@2.3.0/es2022/tslib.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import p from"../../model/Component.mjs";var s=function(a){r(t,a);function t(){var i=a!==null&&a.apply(this,arguments)||this;return i.type=t.type,i}return t.prototype.init=function(){a.prototype.init.apply(this,arguments),this.mergeOption({})},t.prototype.mergeOption=function(i){var n=this.option;i&&e.merge(n,i,!0),this._initDimensions()},t.prototype.contains=function(i,n){var l=i.get("parallelIndex");return l!=null&&n.getComponent("parallel",l)===this},t.prototype.setAxisExpand=function(i){e.each(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(n){i.hasOwnProperty(n)&&(this.option[n]=i[n])},this)},t.prototype._initDimensions=function(){var i=this.dimensions=[],n=this.parallelAxisIndex=[],l=e.filter(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(o){return(o.get("parallelIndex")||0)===this.componentIndex},this);e.each(l,function(o){i.push("dim"+o.get("dim")),n.push(o.componentIndex)})},t.type="parallel",t.dependencies=["parallelAxis"],t.layoutMode="box",t.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},t}(p),u=s;export{u as default};
|
|
3
|
+
//# sourceMappingURL=ParallelModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/parallel/parallelCreator */
|
|
2
|
+
import m from"./Parallel.mjs";import{SINGLE_REFERRING as c}from"../../util/model.mjs";function i(t,a){var n=[];return t.eachComponent("parallel",function(r,e){var o=new m(r,t,a);o.name="parallel_"+e,o.resize(r,a),r.coordinateSystem=o,o.model=r,n.push(o)}),t.eachSeries(function(r){if(r.get("coordinateSystem")==="parallel"){var e=r.getReferringComponents("parallel",c).models[0];r.coordinateSystem=e.coordinateSystem}}),n}var s={create:i},l=s;export{l as default};
|
|
3
|
+
//# sourceMappingURL=parallelCreator.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/parallel/parallelPreprocessor */
|
|
2
|
+
import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import*as t from"../../util/model.mjs";function m(l){n(l),o(l)}function n(l){if(!l.parallel){var a=!1;e.each(l.series,function(r){r&&r.type==="parallel"&&(a=!0)}),a&&(l.parallel=[{}])}}function o(l){var a=t.normalizeToArray(l.parallelAxis);e.each(a,function(r){if(e.isObject(r)){var f=r.parallelIndex||0,i=t.normalizeToArray(l.parallel)[f];i&&i.parallelAxisDefault&&e.merge(r,i.parallelAxisDefault,!1)}})}export{m as default};
|
|
3
|
+
//# sourceMappingURL=parallelPreprocessor.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/polar/AngleAxis */
|
|
2
|
+
import{__extends as C}from"/tslib@2.3.0/es2022/tslib.mjs";import*as m from"/zrender@6.0.0/es2022/lib/contain/text.mjs";import s from"../Axis.mjs";import{makeInner as A}from"../../util/model.mjs";var y=A(),v=function(c){C(r,c);function r(t,a){return c.call(this,"angle",t,a||[0,360])||this}return r.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},r.prototype.calculateCategoryInterval=function(){var t=this,a=t.getLabelModel(),p=t.scale,l=p.getExtent(),d=p.count();if(l[1]-l[0]<1)return 0;var n=l[0],f=t.dataToCoord(n+1)-t.dataToCoord(n),x=Math.abs(f),g=m.getBoundingRect(n==null?"":n+"",a.getFont(),"center","top"),T=Math.max(g.height,7),u=T/x;isNaN(u)&&(u=1/0);var o=Math.max(0,Math.floor(u)),e=y(t.model),i=e.lastAutoInterval,h=e.lastTickCount;return i!=null&&h!=null&&Math.abs(i-o)<=1&&Math.abs(h-d)<=1&&i>o?o=i:(e.lastTickCount=d,e.lastAutoInterval=o),o},r}(s);v.prototype.dataToAngle=s.prototype.dataToCoord;v.prototype.angleToData=s.prototype.coordToData;var b=v;export{b as default};
|
|
3
|
+
//# sourceMappingURL=AngleAxis.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/polar/AxisModel */
|
|
2
|
+
import{__extends as r}from"/tslib@2.3.0/es2022/tslib.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import l from"../../model/Component.mjs";import{AxisModelCommonMixin as s}from"../axisModelCommonMixin.mjs";import{SINGLE_REFERRING as p}from"../../util/model.mjs";var n=function(o){r(t,o);function t(){return o!==null&&o.apply(this,arguments)||this}return t.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",p).models[0]},t.type="polarAxis",t}(l);e.mixin(n,s);var d=function(o){r(t,o);function t(){var i=o!==null&&o.apply(this,arguments)||this;return i.type=t.type,i}return t.type="angleAxis",t}(n);var f=function(o){r(t,o);function t(){var i=o!==null&&o.apply(this,arguments)||this;return i.type=t.type,i}return t.type="radiusAxis",t}(n);export{d as AngleAxisModel,n as PolarAxisModel,f as RadiusAxisModel};
|
|
3
|
+
//# sourceMappingURL=AxisModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/polar/Polar */
|
|
2
|
+
import p from"./RadiusAxis.mjs";import g from"./AngleAxis.mjs";var v=["radius","angle"],y=function(){function e(i){this.dimensions=v,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new p,this._angleAxis=new g,this.axisPointerEnabled=!0,this.name=i||"",this._radiusAxis.polar=this._angleAxis.polar=this}return e.prototype.containPoint=function(i){var t=this.pointToCoord(i);return this._radiusAxis.contain(t[0])&&this._angleAxis.contain(t[1])},e.prototype.containData=function(i){return this._radiusAxis.containData(i[0])&&this._angleAxis.containData(i[1])},e.prototype.getAxis=function(i){var t="_"+i+"Axis";return this[t]},e.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},e.prototype.getAxesByScale=function(i){var t=[],r=this._angleAxis,s=this._radiusAxis;return r.scale.type===i&&t.push(r),s.scale.type===i&&t.push(s),t},e.prototype.getAngleAxis=function(){return this._angleAxis},e.prototype.getRadiusAxis=function(){return this._radiusAxis},e.prototype.getOtherAxis=function(i){var t=this._angleAxis;return i===t?this._radiusAxis:t},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},e.prototype.getTooltipAxes=function(i){var t=i!=null&&i!=="auto"?this.getAxis(i):this.getBaseAxis();return{baseAxes:[t],otherAxes:[this.getOtherAxis(t)]}},e.prototype.dataToPoint=function(i,t,r){return this.coordToPoint([this._radiusAxis.dataToRadius(i[0],t),this._angleAxis.dataToAngle(i[1],t)],r)},e.prototype.pointToData=function(i,t,r){r=r||[];var s=this.pointToCoord(i);return r[0]=this._radiusAxis.radiusToData(s[0],t),r[1]=this._angleAxis.angleToData(s[1],t),r},e.prototype.pointToCoord=function(i){var t=i[0]-this.cx,r=i[1]-this.cy,s=this.getAngleAxis(),a=s.getExtent(),o=Math.min(a[0],a[1]),h=Math.max(a[0],a[1]);s.inverse?o=h-360:h=o+360;var x=Math.sqrt(t*t+r*r);t/=x,r/=x;for(var n=Math.atan2(-r,t)/Math.PI*180,u=n<o?1:-1;n<o||n>h;)n+=u*360;return[x,n]},e.prototype.coordToPoint=function(i,t){t=t||[];var r=i[0],s=i[1]/180*Math.PI;return t[0]=Math.cos(s)*r+this.cx,t[1]=-Math.sin(s)*r+this.cy,t},e.prototype.getArea=function(){var i=this.getAngleAxis(),t=this.getRadiusAxis(),r=t.getExtent().slice();r[0]>r[1]&&r.reverse();var s=i.getExtent(),a=Math.PI/180,o=1e-4;return{cx:this.cx,cy:this.cy,r0:r[0],r:r[1],startAngle:-s[0]*a,endAngle:-s[1]*a,clockwise:i.inverse,contain:function(h,x){var n=h-this.cx,u=x-this.cy,l=n*n+u*u,A=this.r,c=this.r0;return A!==c&&l-o<=A*A&&l+o>=c*c},x:this.cx-r[1],y:this.cy-r[1],width:r[1]*2,height:r[1]*2}},e.prototype.convertToPixel=function(i,t,r){var s=d(t);return s===this?this.dataToPoint(r):null},e.prototype.convertFromPixel=function(i,t,r){var s=d(t);return s===this?this.pointToData(r):null},e}();function d(e){var i=e.seriesModel,t=e.polarModel;return t&&t.coordinateSystem||i&&i.coordinateSystem}var M=y;export{M as default,v as polarDimensions};
|
|
3
|
+
//# sourceMappingURL=Polar.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/polar/PolarModel */
|
|
2
|
+
import{__extends as d}from"/tslib@2.3.0/es2022/tslib.mjs";import l from"../../model/Component.mjs";var a=function(o){d(e,o);function e(){var t=o!==null&&o.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.findAxisModel=function(t){var n,i=this.ecModel;return i.eachComponent(t,function(r){r.getCoordSysModel()===this&&(n=r)},this),n},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(l),u=a;export{u as default};
|
|
3
|
+
//# sourceMappingURL=PolarModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/polar/RadiusAxis */
|
|
2
|
+
import{__extends as d}from"/tslib@2.3.0/es2022/tslib.mjs";import r from"../Axis.mjs";var i=function(p){d(t,p);function t(o,a){return p.call(this,"radius",o,a)||this}return t.prototype.pointToData=function(o,a){return this.polar.pointToData(o,a)[this.dim==="radius"?0:1]},t}(r);i.prototype.dataToRadius=r.prototype.dataToCoord;i.prototype.radiusToData=r.prototype.coordToData;var u=i;export{u as default};
|
|
3
|
+
//# sourceMappingURL=RadiusAxis.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/polar/polarCreator */
|
|
2
|
+
import*as u from"/zrender@6.0.0/es2022/lib/core/util.mjs";import d,{polarDimensions as p}from"./Polar.mjs";import{parsePercent as l}from"../../util/number.mjs";import{createScaleByModel as A,niceScaleExtent as f,getDataDimensionsOnAxis as v}from"../axisHelper.mjs";import{SINGLE_REFERRING as y}from"../../util/model.mjs";import{createBoxLayoutReference as E}from"../../util/layout.mjs";function h(t,r,a){var e=r.get("center"),n=E(r,a).refContainer;t.cx=l(e[0],n.width)+n.x,t.cy=l(e[1],n.height)+n.y;var i=t.getRadiusAxis(),c=Math.min(n.width,n.height)/2,o=r.get("radius");o==null?o=[0,"100%"]:u.isArray(o)||(o=[0,o]);var s=[l(o[0],c),l(o[1],c)];i.inverse?i.setExtent(s[1],s[0]):i.setExtent(s[0],s[1])}function x(t,r){var a=this,e=a.getAngleAxis(),n=a.getRadiusAxis();if(e.scale.setExtent(1/0,-1/0),n.scale.setExtent(1/0,-1/0),t.eachSeries(function(o){if(o.coordinateSystem===a){var s=o.getData();u.each(v(s,"radius"),function(g){n.scale.unionExtentFromData(s,g)}),u.each(v(s,"angle"),function(g){e.scale.unionExtentFromData(s,g)})}}),f(e.scale,e.model),f(n.scale,n.model),e.type==="category"&&!e.onBand){var i=e.getExtent(),c=360/e.scale.count();e.inverse?i[1]+=c:i[1]-=c,e.setExtent(i[0],i[1])}}function S(t){return t.mainType==="angleAxis"}function m(t,r){var a;if(t.type=r.get("type"),t.scale=A(r),t.onBand=r.get("boundaryGap")&&t.type==="category",t.inverse=r.get("inverse"),S(r)){t.inverse=t.inverse!==r.get("clockwise");var e=r.get("startAngle"),n=(a=r.get("endAngle"))!==null&&a!==void 0?a:e+(t.inverse?-360:360);t.setExtent(e,n)}r.axis=t,t.model=r}var R={dimensions:p,create:function(t,r){var a=[];return t.eachComponent("polar",function(e,n){var i=new d(n+"");i.update=x;var c=i.getRadiusAxis(),o=i.getAngleAxis(),s=e.findAxisModel("radiusAxis"),g=e.findAxisModel("angleAxis");m(c,s),m(o,g),h(i,e,r),a.push(i),e.coordinateSystem=i,i.model=e}),t.eachSeries(function(e){if(e.get("coordinateSystem")==="polar"){var n=e.getReferringComponents("polar",y).models[0];e.coordinateSystem=n.coordinateSystem}}),a}},P=R;export{P as default};
|
|
3
|
+
//# sourceMappingURL=polarCreator.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/polar/prepareCustom */
|
|
2
|
+
import*as s from"/zrender@6.0.0/es2022/lib/core/util.mjs";function g(r,e){return e=e||[0,0],s.map(["Radius","Angle"],function(o,a){var u="get"+o+"Axis",t=this[u](),i=e[a],n=r[a]/2,l=t.type==="category"?t.getBandWidth():Math.abs(t.dataToCoord(i-n)-t.dataToCoord(i+n));return o==="Angle"&&(l=l*Math.PI/180),l},this)}function v(r){var e=r.getRadiusAxis(),o=r.getAngleAxis(),a=e.getExtent();return a[0]>a[1]&&a.reverse(),{coordSys:{type:"polar",cx:r.cx,cy:r.cy,r:a[1],r0:a[0]},api:{coord:function(u){var t=e.dataToRadius(u[0]),i=o.dataToAngle(u[1]),n=r.coordToPoint([t,i]);return n.push(t,i*Math.PI/180),n},size:s.bind(g,r)}}}export{v as default};
|
|
3
|
+
//# sourceMappingURL=prepareCustom.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/radar/Radar */
|
|
2
|
+
import f from"./IndicatorAxis.mjs";import l from"../../scale/Interval.mjs";import*as u from"../../util/number.mjs";import{map as v,each as d,isString as x,isNumber as y}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{alignScaleTicks as g}from"../axisAlignTicks.mjs";import{createBoxLayoutReference as A}from"../../util/layout.mjs";var I=function(){function o(e,a,t){this.dimensions=[],this._model=e,this._indicatorAxes=v(e.getIndicatorModels(),function(n,s){var r="indicator_"+s,i=new f(r,new l);return i.name=n.get("name"),i.model=n,n.axis=i,this.dimensions.push(r),i},this),this.resize(e,t)}return o.prototype.getIndicatorAxes=function(){return this._indicatorAxes},o.prototype.dataToPoint=function(e,a){var t=this._indicatorAxes[a];return this.coordToPoint(t.dataToCoord(e),a)},o.prototype.coordToPoint=function(e,a){var t=this._indicatorAxes[a],n=t.angle,s=this.cx+e*Math.cos(n),r=this.cy-e*Math.sin(n);return[s,r]},o.prototype.pointToData=function(e){var a=e[0]-this.cx,t=e[1]-this.cy,n=Math.sqrt(a*a+t*t);a/=n,t/=n;for(var s=Math.atan2(-t,a),r=1/0,i,h=-1,c=0;c<this._indicatorAxes.length;c++){var m=this._indicatorAxes[c],p=Math.abs(s-m.angle);p<r&&(i=m,h=c,r=p)}return[h,+(i&&i.coordToData(n))]},o.prototype.resize=function(e,a){var t=A(e,a).refContainer,n=e.get("center"),s=Math.min(t.width,t.height)/2;this.cx=u.parsePercent(n[0],t.width)+t.x,this.cy=u.parsePercent(n[1],t.height)+t.y,this.startAngle=e.get("startAngle")*Math.PI/180;var r=e.get("radius");(x(r)||y(r))&&(r=[0,r]),this.r0=u.parsePercent(r[0],s),this.r=u.parsePercent(r[1],s),d(this._indicatorAxes,function(i,h){i.setExtent(this.r0,this.r);var c=this.startAngle+h*Math.PI*2/this._indicatorAxes.length;c=Math.atan2(Math.sin(c),Math.cos(c)),i.angle=c},this)},o.prototype.update=function(e,a){var t=this._indicatorAxes,n=this._model;d(t,function(i){i.scale.setExtent(1/0,-1/0)}),e.eachSeriesByType("radar",function(i,h){if(!(i.get("coordinateSystem")!=="radar"||e.getComponent("radar",i.get("radarIndex"))!==n)){var c=i.getData();d(t,function(m){m.scale.unionExtentFromData(c,c.mapDimension(m.dim))})}},this);var s=n.get("splitNumber"),r=new l;r.setExtent(0,s),r.setInterval(1),d(t,function(i,h){g(i.scale,i.model,r)})},o.prototype.convertToPixel=function(e,a,t){return console.warn("Not implemented."),null},o.prototype.convertFromPixel=function(e,a,t){return console.warn("Not implemented."),null},o.prototype.containPoint=function(e){return console.warn("Not implemented."),!1},o.create=function(e,a){var t=[];return e.eachComponent("radar",function(n){var s=new o(n,e,a);t.push(s),n.coordinateSystem=s}),e.eachSeriesByType("radar",function(n){n.get("coordinateSystem")==="radar"&&(n.coordinateSystem=t[n.get("radarIndex")||0])}),t},o.dimensions=[],o}(),S=I;export{S as default};
|
|
3
|
+
//# sourceMappingURL=Radar.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/radar/RadarModel */
|
|
2
|
+
import{__extends as z}from"/tslib@2.3.0/es2022/tslib.mjs";import*as e from"/zrender@6.0.0/es2022/lib/core/util.mjs";import M from"../axisDefault.mjs";import U from"../../model/Model.mjs";import{AxisModelCommonMixin as T}from"../axisModelCommonMixin.mjs";import G from"../../model/Component.mjs";import f from"../../visual/tokens.mjs";var l=M.value;function m(r,t){return e.defaults({show:t},r)}var w=function(r){z(t,r);function t(){var s=r!==null&&r.apply(this,arguments)||this;return s.type=t.type,s}return t.prototype.optionUpdated=function(){var s=this.get("boundaryGap"),h=this.get("splitNumber"),c=this.get("scale"),d=this.get("axisLine"),g=this.get("axisTick"),v=this.get("axisLabel"),u=this.get("axisName"),y=this.get(["axisName","show"]),n=this.get(["axisName","formatter"]),b=this.get("axisNameGap"),L=this.get("triggerEvent"),N=e.map(this.get("indicator")||[],function(a){a.max!=null&&a.max>0&&!a.min?a.min=0:a.min!=null&&a.min<0&&!a.max&&(a.max=0);var x=u;a.color!=null&&(x=e.defaults({color:a.color},u));var i=e.merge(e.clone(a),{boundaryGap:s,splitNumber:h,scale:c,axisLine:d,axisTick:g,axisLabel:v,name:a.text,showName:y,nameLocation:"end",nameGap:b,nameTextStyle:x,triggerEvent:L},!1);if(e.isString(n)){var p=i.name;i.name=n.replace("{value}",p??"")}else e.isFunction(n)&&(i.name=n(i.name,i));var o=new U(i,null,this.ecModel);return e.mixin(o,T.prototype),o.mainType="radar",o.componentIndex=this.componentIndex,o},this);this._indicatorModels=N},t.prototype.getIndicatorModels=function(){return this._indicatorModels},t.type="radar",t.defaultOption={z:0,center:["50%","50%"],radius:"50%",startAngle:90,axisName:{show:!0,color:f.color.axisLabel},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:e.merge({lineStyle:{color:f.color.neutral20}},l.axisLine),axisLabel:m(l.axisLabel,!1),axisTick:m(l.axisTick,!1),splitLine:m(l.splitLine,!0),splitArea:m(l.splitArea,!0),indicator:[]},t}(G),C=w;export{C as default};
|
|
3
|
+
//# sourceMappingURL=RadarModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/scaleRawExtentInfo */
|
|
2
|
+
import{isArray as N,eqNaN as m,isFunction as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{parsePercent as x}from"/zrender@6.0.0/es2022/lib/contain/text.mjs";var v=function(){function r(e,a,i){this._prepareParams(e,a,i)}return r.prototype._prepareParams=function(e,a,i){i[1]<i[0]&&(i=[NaN,NaN]),this._dataMin=i[0],this._dataMax=i[1];var l=this._isOrdinal=e.type==="ordinal";this._needCrossZero=e.type==="interval"&&a.getNeedCrossZero&&a.getNeedCrossZero();var u=a.get("min",!0);u==null&&(u=a.get("startValue",!0));var o=this._modelMinRaw=u;p(o)?this._modelMinNum=d(e,o({min:i[0],max:i[1]})):o!=="dataMin"&&(this._modelMinNum=d(e,o));var n=this._modelMaxRaw=a.get("max",!0);if(p(n)?this._modelMaxNum=d(e,n({min:i[0],max:i[1]})):n!=="dataMax"&&(this._modelMaxNum=d(e,n)),l)this._axisDataLen=a.getCategories().length;else{var t=a.get("boundaryGap"),s=N(t)?t:[t||0,t||0];typeof s[0]=="boolean"||typeof s[1]=="boolean"?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[x(s[0],1),x(s[1],1)]}},r.prototype.calculate=function(){var e=this._isOrdinal,a=this._dataMin,i=this._dataMax,l=this._axisDataLen,u=this._boundaryGapInner,o=e?null:i-a||Math.abs(a),n=this._modelMinRaw==="dataMin"?a:this._modelMinNum,t=this._modelMaxRaw==="dataMax"?i:this._modelMaxNum,s=n!=null,f=t!=null;n==null&&(n=e?l?0:NaN:a-u[0]*o),t==null&&(t=e?l?l-1:NaN:i+u[1]*o),(n==null||!isFinite(n))&&(n=NaN),(t==null||!isFinite(t))&&(t=NaN);var h=m(n)||m(t)||e&&!l;this._needCrossZero&&(n>0&&t>0&&!s&&(n=0),n<0&&t<0&&!f&&(t=0));var M=this._determinedMin,_=this._determinedMax;return M!=null&&(n=M,s=!0),_!=null&&(t=_,f=!0),{min:n,max:t,minFixed:s,maxFixed:f,isBlank:h}},r.prototype.modifyDataMinMax=function(e,a){this[w[e]]=a},r.prototype.setDeterminedMinMax=function(e,a){var i=c[e];this[i]=a},r.prototype.freeze=function(){this.frozen=!0},r}();var c={min:"_determinedMin",max:"_determinedMax"},w={min:"_dataMin",max:"_dataMax"};function R(r,e,a){var i=r.rawExtentInfo;return i||(i=new v(r,e,a),r.rawExtentInfo=i,i)}function d(r,e){return e==null?null:m(e)?NaN:r.parse(e)}export{v as ScaleRawExtentInfo,R as ensureScaleRawExtentInfo,d as parseAxisModelMinMax};
|
|
3
|
+
//# sourceMappingURL=scaleRawExtentInfo.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/single/AxisModel */
|
|
2
|
+
import{__extends as r}from"/tslib@2.3.0/es2022/tslib.mjs";import n from"../../model/Component.mjs";import{AxisModelCommonMixin as l}from"../axisModelCommonMixin.mjs";import{mixin as p}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var i=function(e){r(t,e);function t(){var o=e!==null&&e.apply(this,arguments)||this;return o.type=t.type,o}return t.prototype.getCoordSysModel=function(){return this},t.type="singleAxis",t.layoutMode="box",t.defaultOption={left:"5%",top:"5%",right:"5%",bottom:"5%",type:"value",position:"bottom",orient:"horizontal",axisLine:{show:!0,lineStyle:{width:1,type:"solid"}},tooltip:{show:!0},axisTick:{show:!0,length:6,lineStyle:{width:1}},axisLabel:{show:!0,interval:"auto"},splitLine:{show:!0,lineStyle:{type:"dashed",opacity:.2}},jitter:0,jitterOverlap:!0,jitterMargin:2},t}(n);p(i,l.prototype);var h=i;export{h as default};
|
|
3
|
+
//# sourceMappingURL=AxisModel.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/single/Single */
|
|
2
|
+
import h from"./SingleAxis.mjs";import*as a from"../axisHelper.mjs";import{createBoxLayoutReference as u,getLayoutRect as p}from"../../util/layout.mjs";import{each as l}from"/zrender@6.0.0/es2022/lib/core/util.mjs";var x=["single"],y=function(){function n(t,i,e){this.type="single",this.dimension="single",this.dimensions=x,this.axisPointerEnabled=!0,this.model=t,this._init(t,i,e)}return n.prototype._init=function(t,i,e){var o=this.dimension,r=new h(o,a.createScaleByModel(t),[0,0],t.get("type"),t.get("position")),s=r.type==="category";r.onBand=s&&t.get("boundaryGap"),r.inverse=t.get("inverse"),r.orient=t.get("orient"),t.axis=r,r.model=t,r.coordinateSystem=this,this._axis=r},n.prototype.update=function(t,i){t.eachSeries(function(e){if(e.coordinateSystem===this){var o=e.getData();l(o.mapDimensionsAll(this.dimension),function(r){this._axis.scale.unionExtentFromData(o,r)},this),a.niceScaleExtent(this._axis.scale,this._axis.model)}},this)},n.prototype.resize=function(t,i){var e=u(t,i).refContainer;this._rect=p(t.getBoxLayoutParams(),e),this._adjustAxis()},n.prototype.getRect=function(){return this._rect},n.prototype._adjustAxis=function(){var t=this._rect,i=this._axis,e=i.isHorizontal(),o=e?[0,t.width]:[0,t.height],r=i.inverse?1:0;i.setExtent(o[r],o[1-r]),this._updateAxisTransform(i,e?t.x:t.y)},n.prototype._updateAxisTransform=function(t,i){var e=t.getExtent(),o=e[0]+e[1],r=t.isHorizontal();t.toGlobalCoord=r?function(s){return s+i}:function(s){return o-s+i},t.toLocalCoord=r?function(s){return s-i}:function(s){return o-s+i}},n.prototype.getAxis=function(){return this._axis},n.prototype.getBaseAxis=function(){return this._axis},n.prototype.getAxes=function(){return[this._axis]},n.prototype.getTooltipAxes=function(){return{baseAxes:[this.getAxis()],otherAxes:[]}},n.prototype.containPoint=function(t){var i=this.getRect(),e=this.getAxis(),o=e.orient;return o==="horizontal"?e.contain(e.toLocalCoord(t[0]))&&t[1]>=i.y&&t[1]<=i.y+i.height:e.contain(e.toLocalCoord(t[1]))&&t[0]>=i.y&&t[0]<=i.y+i.height},n.prototype.pointToData=function(t,i,e){e=e||[];var o=this.getAxis();return e[0]=o.coordToData(o.toLocalCoord(t[o.orient==="horizontal"?0:1])),e},n.prototype.dataToPoint=function(t,i,e){var o=this.getAxis(),r=this.getRect();e=e||[];var s=o.orient==="horizontal"?0:1;return t instanceof Array&&(t=t[0]),e[s]=o.toGlobalCoord(o.dataToCoord(+t)),e[1-s]=s===0?r.y+r.height/2:r.x+r.width/2,e},n.prototype.convertToPixel=function(t,i,e){var o=c(i);return o===this?this.dataToPoint(e):null},n.prototype.convertFromPixel=function(t,i,e){var o=c(i);return o===this?this.pointToData(e):null},n}();function c(n){var t=n.seriesModel,i=n.singleAxisModel;return i&&i.coordinateSystem||t&&t.coordinateSystem}var v=y;export{v as default,x as singleDimensions};
|
|
3
|
+
//# sourceMappingURL=Single.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/single/SingleAxis */
|
|
2
|
+
import{__extends as s}from"/tslib@2.3.0/es2022/tslib.mjs";import u from"../Axis.mjs";var l=function(n){s(o,n);function o(t,r,e,p,a){var i=n.call(this,t,r,e)||this;return i.type=p||"value",i.position=a||"bottom",i}return o.prototype.isHorizontal=function(){var t=this.position;return t==="top"||t==="bottom"},o.prototype.pointToData=function(t,r){return this.coordinateSystem.pointToData(t)[0]},o}(u),f=l;export{f as default};
|
|
3
|
+
//# sourceMappingURL=SingleAxis.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/single/prepareCustom */
|
|
2
|
+
import{bind as a}from"/zrender@6.0.0/es2022/lib/core/util.mjs";function n(r,t){var i=this.getAxis(),o=t instanceof Array?t[0]:t,e=(r instanceof Array?r[0]:r)/2;return i.type==="category"?i.getBandWidth():Math.abs(i.dataToCoord(o-e)-i.dataToCoord(o+e))}function h(r){var t=r.getRect();return{coordSys:{type:"singleAxis",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(i){return r.dataToPoint(i)},size:a(n,r)}}}export{h as default};
|
|
3
|
+
//# sourceMappingURL=prepareCustom.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/single/singleAxisHelper */
|
|
2
|
+
import*as s from"/zrender@6.0.0/es2022/lib/core/util.mjs";function p(e,o){o=o||{};var b=e.coordinateSystem,l=e.axis,t={},a=l.position,n=l.orient,i=b.getRect(),r=[i.x,i.x+i.width,i.y,i.y+i.height],c={horizontal:{top:r[2],bottom:r[3]},vertical:{left:r[0],right:r[1]}};t.position=[n==="vertical"?c.vertical[a]:r[0],n==="horizontal"?c.horizontal[a]:r[3]];var h={horizontal:0,vertical:1};t.rotation=Math.PI/2*h[n];var g={top:-1,bottom:1,right:1,left:-1};t.labelDirection=t.tickDirection=t.nameDirection=g[a],e.get(["axisTick","inside"])&&(t.tickDirection=-t.tickDirection),s.retrieve(o.labelInside,e.get(["axisLabel","inside"]))&&(t.labelDirection=-t.labelDirection);var v=e.get(["axisLabel","rotate"]);return t.labelRotate=a==="top"?-v:v,t.z2=1,t}export{p as layout};
|
|
3
|
+
//# sourceMappingURL=singleAxisHelper.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/coord/single/singleCreator */
|
|
2
|
+
import s,{singleDimensions as m}from"./Single.mjs";import{SINGLE_REFERRING as a}from"../../util/model.mjs";function g(i,r){var o=[];return i.eachComponent("singleAxis",function(n,e){var t=new s(n,i,r);t.name="single_"+e,t.resize(n,r),n.coordinateSystem=t,o.push(t)}),i.eachSeries(function(n){if(n.get("coordinateSystem")==="singleAxis"){var e=n.getReferringComponents("singleAxis",a).models[0];n.coordinateSystem=e&&e.coordinateSystem}}),o}var c={create:g,dimensions:m},u=c;export{u as default};
|
|
3
|
+
//# sourceMappingURL=singleCreator.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/core/CoordinateSystem */
|
|
2
|
+
import*as d from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{SINGLE_REFERRING as m}from"../util/model.mjs";import"../util/log.mjs";var l={},p={},C=function(){function o(){this._normalMasterList=[],this._nonSeriesBoxMasterList=[]}return o.prototype.create=function(r,e){this._nonSeriesBoxMasterList=t(l,!0),this._normalMasterList=t(p,!1);function t(y,i){var n=[];return d.each(y,function(s,u){var c=s.create(r,e);n=n.concat(c||[])}),n}},o.prototype.update=function(r,e){d.each(this._normalMasterList,function(t){t.update&&t.update(r,e)})},o.prototype.getCoordinateSystems=function(){return this._normalMasterList.concat(this._nonSeriesBoxMasterList)},o.register=function(r,e){if(r==="matrix"||r==="calendar"){l[r]=e;return}p[r]=e},o.get=function(r){return p[r]||l[r]},o}();function g(o){return!!l[o]}var f={coord:1,coord2:2};function U(o){S.set(o.fullType,{getCoord2:void 0}).getCoord2=o.getCoord2}var S=d.createHashMap();function _(o){var r=o.getShallow("coord",!0),e=f.coord;if(r==null){var t=S.get(o.type);t&&t.getCoord2&&(e=f.coord2,r=t.getCoord2(o))}return{coord:r,from:e}}var a={none:0,dataCoordSys:1,boxCoordSys:2};function v(o,r){var e=o.getShallow("coordinateSystem"),t=o.getShallow("coordinateSystemUsage",!0),y=t!=null,i=a.none;if(e){var n=o.mainType==="series";t==null&&(t=n?"data":"box"),t==="data"?(i=a.dataCoordSys,n||(i=a.none)):t==="box"&&(i=a.boxCoordSys,!n&&!g(e)&&(i=a.none))}return{coordSysType:e,kind:i}}function h(o){var r=o.targetModel,e=o.coordSysType,t=o.coordSysProvider,y=o.isDefaultDataCoordSys,i=o.allowNotFound,n=v(r,!0),s=n.kind,u=n.coordSysType;if(y&&s!==a.dataCoordSys&&(s=a.dataCoordSys,u=e),s===a.none||u!==e)return!1;var c=t(e,r);return c?(s===a.dataCoordSys?r.coordinateSystem=c:r.boxCoordinateSystem=c,!0):!1}var D=function(o,r){var e=r.getReferringComponents(o,m).models[0];return e&&e.coordinateSystem},B=C;export{f as BoxCoordinateSystemCoordFrom,a as CoordinateSystemUsageKind,v as decideCoordSysUsageKind,B as default,_ as getCoordForBoxCoordSys,h as injectCoordSysByOption,U as registerLayOutOnCoordSysUsage,D as simpleCoordSysInjectionProvider};
|
|
3
|
+
//# sourceMappingURL=CoordinateSystem.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/core/ExtensionAPI */
|
|
2
|
+
import*as t from"/zrender@6.0.0/es2022/lib/core/util.mjs";var a=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],n=function(){function o(i){t.each(a,function(e){this[e]=t.bind(i[e],i)},this)}return o}(),r=n;export{r as default};
|
|
3
|
+
//# sourceMappingURL=ExtensionAPI.mjs.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/* esm.sh - echarts@6.0.0/lib/core/Scheduler */
|
|
2
|
+
import{each as _,map as I,isFunction as C,createHashMap as m,noop as w,assert as M}from"/zrender@6.0.0/es2022/lib/core/util.mjs";import{createTask as S}from"./task.mjs";import{getUID as A}from"../util/component.mjs";import E from"../model/Global.mjs";import O from"./ExtensionAPI.mjs";import{normalizeToArray as V}from"../util/model.mjs";var B=function(){function a(e,t,i,r){this._stageTaskMap=m(),this.ecInstance=e,this.api=t,i=this._dataProcessorHandlers=i.slice(),r=this._visualHandlers=r.slice(),this._allHandlers=i.concat(r)}return a.prototype.restoreData=function(e,t){e.restoreData(t),this._stageTaskMap.each(function(i){var r=i.overallTask;r&&r.dirty()})},a.prototype.getPerformArgs=function(e,t){if(e.__pipeline){var i=this._pipelineMap.get(e.__pipeline.id),r=i.context,s=!t&&i.progressiveEnabled&&(!r||r.progressiveRender)&&e.__idxInPipeline>i.blockIndex,n=s?i.step:null,l=r&&r.modDataCount,o=l!=null?Math.ceil(l/n):null;return{step:n,modBy:o,modDataCount:l}}},a.prototype.getPipeline=function(e){return this._pipelineMap.get(e)},a.prototype.updateStreamModes=function(e,t){var i=this._pipelineMap.get(e.uid),r=e.getData(),s=r.count(),n=i.progressiveEnabled&&t.incrementalPrepareRender&&s>=i.threshold,l=e.get("large")&&s>=e.get("largeThreshold"),o=e.get("progressiveChunkMode")==="mod"?s:null;e.pipelineContext=i.context={progressiveRender:n,modDataCount:o,large:l}},a.prototype.restorePipelines=function(e){var t=this,i=t._pipelineMap=m();e.eachSeries(function(r){var s=r.getProgressive(),n=r.uid;i.set(n,{id:n,head:null,tail:null,threshold:r.getProgressiveThreshold(),progressiveEnabled:s&&!(r.preventIncremental&&r.preventIncremental()),blockIndex:-1,step:Math.round(s||700),count:0}),t._pipe(r,r.dataTask)})},a.prototype.prepareStageTasks=function(){var e=this._stageTaskMap,t=this.api.getModel(),i=this.api;_(this._allHandlers,function(r){var s=e.get(r.uid)||e.set(r.uid,{}),n="";M(!(r.reset&&r.overallReset),n),r.reset&&this._createSeriesStageTask(r,s,t,i),r.overallReset&&this._createOverallStageTask(r,s,t,i)},this)},a.prototype.prepareView=function(e,t,i,r){var s=e.renderTask,n=s.context;n.model=t,n.ecModel=i,n.api=r,s.__block=!e.incrementalPrepareRender,this._pipe(t,s)},a.prototype.performDataProcessorTasks=function(e,t){this._performStageTasks(this._dataProcessorHandlers,e,t,{block:!0})},a.prototype.performVisualTasks=function(e,t,i){this._performStageTasks(this._visualHandlers,e,t,i)},a.prototype._performStageTasks=function(e,t,i,r){r=r||{};var s=!1,n=this;_(e,function(o,v){if(!(r.visualType&&r.visualType!==o.visualType)){var f=n._stageTaskMap.get(o.uid),c=f.seriesTaskMap,u=f.overallTask;if(u){var h,d=u.agentStubMap;d.each(function(p){l(r,p)&&(p.dirty(),h=!0)}),h&&u.dirty(),n.updatePayload(u,i);var g=n.getPerformArgs(u,r.block);d.each(function(p){p.perform(g)}),u.perform(g)&&(s=!0)}else c&&c.each(function(p,T){l(r,p)&&p.dirty();var b=n.getPerformArgs(p,r.block);b.skip=!o.performRawSeries&&t.isSeriesFiltered(p.context.model),n.updatePayload(p,i),p.perform(b)&&(s=!0)})}});function l(o,v){return o.setDirty&&(!o.dirtyMap||o.dirtyMap.get(v.__pipeline.id))}this.unfinished=s||this.unfinished},a.prototype.performSeriesTasks=function(e){var t;e.eachSeries(function(i){t=i.dataTask.perform()||t}),this.unfinished=t||this.unfinished},a.prototype.plan=function(){this._pipelineMap.each(function(e){var t=e.tail;do{if(t.__block){e.blockIndex=t.__idxInPipeline;break}t=t.getUpstream()}while(t)})},a.prototype.updatePayload=function(e,t){t!=="remain"&&(e.context.payload=t)},a.prototype._createSeriesStageTask=function(e,t,i,r){var s=this,n=t.seriesTaskMap,l=t.seriesTaskMap=m(),o=e.seriesType,v=e.getTargetSeries;e.createOnAllSeries?i.eachRawSeries(f):o?i.eachRawSeriesByType(o,f):v&&v(i,r).each(f);function f(c){var u=c.uid,h=l.set(u,n&&n.get(u)||S({plan:U,reset:z,count:j}));h.context={model:c,ecModel:i,api:r,useClearVisual:e.isVisual&&!e.isLayout,plan:e.plan,reset:e.reset,scheduler:s},s._pipe(c,h)}},a.prototype._createOverallStageTask=function(e,t,i,r){var s=this,n=t.overallTask=t.overallTask||S({reset:x});n.context={ecModel:i,api:r,overallReset:e.overallReset,scheduler:s};var l=n.agentStubMap,o=n.agentStubMap=m(),v=e.seriesType,f=e.getTargetSeries,c=!0,u=!1,h="";M(!e.createOnAllSeries,h),v?i.eachRawSeriesByType(v,d):f?f(i,r).each(d):(c=!1,_(i.getSeries(),d));function d(g){var p=g.uid,T=o.set(p,l&&l.get(p)||(u=!0,S({reset:N,onDirty:L})));T.context={model:g,overallProgress:c},T.agent=n,T.__block=c,s._pipe(g,T)}u&&n.dirty()},a.prototype._pipe=function(e,t){var i=e.uid,r=this._pipelineMap.get(i);!r.head&&(r.head=t),r.tail&&r.tail.pipe(t),r.tail=t,t.__idxInPipeline=r.count++,t.__pipeline=r},a.wrapStageHandler=function(e,t){return C(e)&&(e={overallReset:e,seriesType:q(e)}),e.uid=A("stageHandler"),t&&(e.visualType=t),e},a}();function x(a){a.overallReset(a.ecModel,a.api,a.payload)}function N(a){return a.overallProgress&&F}function F(){this.agent.dirty(),this.getDownstream().dirty()}function L(){this.agent&&this.agent.dirty()}function U(a){return a.plan?a.plan(a.model,a.ecModel,a.api,a.payload):null}function z(a){a.useClearVisual&&a.data.clearAllVisual();var e=a.resetDefines=V(a.reset(a.model,a.ecModel,a.api,a.payload));return e.length>1?I(e,function(t,i){return P(i)}):G}var G=P(0);function P(a){return function(e,t){var i=t.data,r=t.resetDefines[a];if(r&&r.dataEach)for(var s=e.start;s<e.end;s++)r.dataEach(i,s);else r&&r.progress&&r.progress(e,i)}}function j(a){return a.data.count()}function q(a){k=null;try{a(y,D)}catch{}return k}var y={},D={},k;R(y,E);R(D,O);y.eachSeriesByType=y.eachRawSeriesByType=function(a){k=a};y.eachComponent=function(a){a.mainType==="series"&&a.subType&&(k=a.subType)};function R(a,e){for(var t in e.prototype)a[t]=w}var Z=B;export{Z as default};
|
|
3
|
+
//# sourceMappingURL=Scheduler.mjs.map
|