@visactor/react-vchart 0.10.0-alpha.3 → 0.11.6-alpha.2
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/cjs/VChart.d.ts +1 -3
- package/cjs/VChart.js +2 -2
- package/cjs/VChart.js.map +1 -1
- package/cjs/charts/AreaChart.d.ts +1 -1
- package/cjs/charts/AreaChart.js +3 -9
- package/cjs/charts/AreaChart.js.map +1 -1
- package/cjs/charts/Bar3dChart.d.ts +10 -0
- package/cjs/charts/Bar3dChart.js +13 -0
- package/cjs/charts/Bar3dChart.js.map +1 -0
- package/cjs/charts/BarChart.d.ts +1 -1
- package/cjs/charts/BarChart.js +3 -9
- package/cjs/charts/BarChart.js.map +1 -1
- package/cjs/charts/BaseChart.d.ts +5 -4
- package/cjs/charts/BaseChart.js +27 -16
- package/cjs/charts/BaseChart.js.map +1 -1
- package/cjs/charts/BoxPlotChart.d.ts +1 -1
- package/cjs/charts/BoxPlotChart.js +3 -9
- package/cjs/charts/BoxPlotChart.js.map +1 -1
- package/cjs/charts/CirclePackingChart.d.ts +10 -0
- package/cjs/charts/CirclePackingChart.js +13 -0
- package/cjs/charts/CirclePackingChart.js.map +1 -0
- package/cjs/charts/CircularProgressChart.d.ts +1 -1
- package/cjs/charts/CircularProgressChart.js +3 -9
- package/cjs/charts/CircularProgressChart.js.map +1 -1
- package/cjs/charts/CommonChart.d.ts +1 -1
- package/cjs/charts/CommonChart.js +3 -9
- package/cjs/charts/CommonChart.js.map +1 -1
- package/cjs/charts/CorrelationChart.d.ts +10 -0
- package/cjs/charts/CorrelationChart.js +13 -0
- package/cjs/charts/CorrelationChart.js.map +1 -0
- package/cjs/charts/Funnel3dChart.d.ts +10 -0
- package/cjs/charts/Funnel3dChart.js +13 -0
- package/cjs/charts/Funnel3dChart.js.map +1 -0
- package/cjs/charts/FunnelChart.d.ts +1 -1
- package/cjs/charts/FunnelChart.js +3 -9
- package/cjs/charts/FunnelChart.js.map +1 -1
- package/cjs/charts/GaugeChart.d.ts +10 -0
- package/cjs/charts/GaugeChart.js +13 -0
- package/cjs/charts/GaugeChart.js.map +1 -0
- package/cjs/charts/HeatmapChart.d.ts +10 -0
- package/cjs/charts/HeatmapChart.js +13 -0
- package/cjs/charts/HeatmapChart.js.map +1 -0
- package/cjs/charts/Histogram3dChart.d.ts +10 -0
- package/cjs/charts/Histogram3dChart.js +13 -0
- package/cjs/charts/Histogram3dChart.js.map +1 -0
- package/cjs/charts/HistogramChart.d.ts +1 -1
- package/cjs/charts/HistogramChart.js +3 -10
- package/cjs/charts/HistogramChart.js.map +1 -1
- package/cjs/charts/LineChart.d.ts +1 -1
- package/cjs/charts/LineChart.js +3 -9
- package/cjs/charts/LineChart.js.map +1 -1
- package/cjs/charts/LinearProgressChart.d.ts +1 -1
- package/cjs/charts/LinearProgressChart.js +3 -9
- package/cjs/charts/LinearProgressChart.js.map +1 -1
- package/cjs/charts/LiquidChart.d.ts +10 -0
- package/cjs/charts/LiquidChart.js +13 -0
- package/cjs/charts/LiquidChart.js.map +1 -0
- package/cjs/charts/MapChart.d.ts +1 -1
- package/cjs/charts/MapChart.js +3 -9
- package/cjs/charts/MapChart.js.map +1 -1
- package/cjs/charts/Pie3dChart.d.ts +10 -0
- package/cjs/charts/Pie3dChart.js +13 -0
- package/cjs/charts/Pie3dChart.js.map +1 -0
- package/cjs/charts/PieChart.d.ts +1 -1
- package/cjs/charts/PieChart.js +3 -9
- package/cjs/charts/PieChart.js.map +1 -1
- package/cjs/charts/RadarChart.d.ts +1 -1
- package/cjs/charts/RadarChart.js +3 -9
- package/cjs/charts/RadarChart.js.map +1 -1
- package/cjs/charts/RangeColumn3dChart.d.ts +10 -0
- package/cjs/charts/RangeColumn3dChart.js +13 -0
- package/cjs/charts/RangeColumn3dChart.js.map +1 -0
- package/cjs/charts/RangeColumnChart.d.ts +1 -1
- package/cjs/charts/RangeColumnChart.js +3 -9
- package/cjs/charts/RangeColumnChart.js.map +1 -1
- package/cjs/charts/RoseChart.d.ts +1 -1
- package/cjs/charts/RoseChart.js +4 -9
- package/cjs/charts/RoseChart.js.map +1 -1
- package/cjs/charts/SankeyChart.d.ts +10 -0
- package/cjs/charts/SankeyChart.js +13 -0
- package/cjs/charts/SankeyChart.js.map +1 -0
- package/cjs/charts/ScatterChart.d.ts +1 -1
- package/cjs/charts/ScatterChart.js +3 -9
- package/cjs/charts/ScatterChart.js.map +1 -1
- package/cjs/charts/SequenceChart.d.ts +1 -1
- package/cjs/charts/SequenceChart.js +3 -9
- package/cjs/charts/SequenceChart.js.map +1 -1
- package/cjs/charts/SunburstChart.d.ts +10 -0
- package/cjs/charts/SunburstChart.js +13 -0
- package/cjs/charts/SunburstChart.js.map +1 -0
- package/cjs/charts/TreemapChart.d.ts +10 -0
- package/cjs/charts/TreemapChart.js +13 -0
- package/cjs/charts/TreemapChart.js.map +1 -0
- package/cjs/charts/WaterfallChart.d.ts +10 -0
- package/cjs/charts/WaterfallChart.js +12 -0
- package/cjs/charts/WaterfallChart.js.map +1 -0
- package/cjs/charts/WordCloud3dChart.d.ts +10 -0
- package/cjs/charts/WordCloud3dChart.js +13 -0
- package/cjs/charts/WordCloud3dChart.js.map +1 -0
- package/cjs/charts/WordCloudChart.d.ts +1 -1
- package/cjs/charts/WordCloudChart.js +3 -9
- package/cjs/charts/WordCloudChart.js.map +1 -1
- package/cjs/charts/index.d.ts +26 -10
- package/cjs/charts/index.js +15 -7
- package/cjs/charts/index.js.map +1 -1
- package/cjs/charts/register.d.ts +3 -0
- package/cjs/charts/register.js +12 -0
- package/cjs/charts/register.js.map +1 -0
- package/cjs/components/BaseComponent.d.ts +1 -1
- package/cjs/components/BaseComponent.js +3 -2
- package/cjs/components/BaseComponent.js.map +1 -1
- package/cjs/components/Brush.js +2 -2
- package/cjs/components/Brush.js.map +1 -1
- package/cjs/components/ContinuousLegend.d.ts +5 -0
- package/cjs/components/ContinuousLegend.js +10 -0
- package/cjs/components/ContinuousLegend.js.map +1 -0
- package/cjs/components/DataZoom.js +2 -2
- package/cjs/components/DataZoom.js.map +1 -1
- package/cjs/components/Indicator.js +2 -2
- package/cjs/components/Indicator.js.map +1 -1
- package/cjs/components/Legend.js +2 -2
- package/cjs/components/Legend.js.map +1 -1
- package/cjs/components/Mark.js +2 -2
- package/cjs/components/Mark.js.map +1 -1
- package/cjs/components/MarkArea.js +2 -2
- package/cjs/components/MarkArea.js.map +1 -1
- package/cjs/components/MarkLine.js +2 -2
- package/cjs/components/MarkLine.js.map +1 -1
- package/cjs/components/MarkPoint.js +2 -2
- package/cjs/components/MarkPoint.js.map +1 -1
- package/cjs/components/Player.js +2 -2
- package/cjs/components/Player.js.map +1 -1
- package/cjs/components/Region.d.ts +1 -2
- package/cjs/components/Region.js.map +1 -1
- package/cjs/components/ScrollBar.js +2 -2
- package/cjs/components/ScrollBar.js.map +1 -1
- package/cjs/components/Title.js +2 -2
- package/cjs/components/Title.js.map +1 -1
- package/cjs/components/index.d.ts +2 -1
- package/cjs/components/index.js +2 -2
- package/cjs/components/index.js.map +1 -1
- package/cjs/components/tooltip/CanvasTooltip.d.ts +2 -0
- package/cjs/components/tooltip/CanvasTooltip.js +10 -0
- package/cjs/components/tooltip/CanvasTooltip.js.map +1 -0
- package/cjs/components/tooltip/Tooltip.d.ts +2 -0
- package/cjs/components/tooltip/Tooltip.js +10 -0
- package/cjs/components/tooltip/Tooltip.js.map +1 -0
- package/cjs/components/tooltip/constant.d.ts +1 -0
- package/cjs/components/tooltip/constant.js +10 -0
- package/cjs/components/tooltip/constant.js.map +1 -0
- package/cjs/components/tooltip/index.d.ts +4 -0
- package/cjs/components/tooltip/index.js +22 -0
- package/cjs/components/tooltip/index.js.map +1 -0
- package/cjs/components/tooltip/interface.d.ts +14 -0
- package/cjs/components/tooltip/interface.js +6 -0
- package/cjs/components/tooltip/interface.js.map +1 -0
- package/cjs/components/tooltip/util.d.ts +5 -0
- package/cjs/components/tooltip/util.js +47 -0
- package/cjs/components/tooltip/util.js.map +1 -0
- package/cjs/containers/withContainer.d.ts +1 -1
- package/cjs/containers/withContainer.js.map +1 -1
- package/cjs/index.d.ts +2 -1
- package/cjs/index.js +12 -3
- package/cjs/index.js.map +1 -1
- package/cjs/series/Area.js +2 -2
- package/cjs/series/Area.js.map +1 -1
- package/cjs/series/Bar.js +3 -3
- package/cjs/series/Bar.js.map +1 -1
- package/cjs/series/Bar3d.d.ts +7 -0
- package/cjs/series/Bar3d.js +10 -0
- package/cjs/series/Bar3d.js.map +1 -0
- package/cjs/series/BaseSeries.d.ts +1 -1
- package/cjs/series/BaseSeries.js +11 -9
- package/cjs/series/BaseSeries.js.map +1 -1
- package/cjs/series/BoxPlot.js +3 -3
- package/cjs/series/BoxPlot.js.map +1 -1
- package/cjs/series/CirclePacking.d.ts +7 -0
- package/cjs/series/CirclePacking.js +10 -0
- package/cjs/series/CirclePacking.js.map +1 -0
- package/cjs/series/CircularProgress.js +3 -3
- package/cjs/series/CircularProgress.js.map +1 -1
- package/cjs/series/Correlation.d.ts +7 -0
- package/cjs/series/Correlation.js +10 -0
- package/cjs/series/Correlation.js.map +1 -0
- package/cjs/series/Dot.js +3 -3
- package/cjs/series/Dot.js.map +1 -1
- package/cjs/series/Funnel.js +3 -3
- package/cjs/series/Funnel.js.map +1 -1
- package/cjs/series/Funnel3d.d.ts +7 -0
- package/cjs/series/Funnel3d.js +10 -0
- package/cjs/series/Funnel3d.js.map +1 -0
- package/cjs/series/Gauge.d.ts +7 -0
- package/cjs/series/Gauge.js +10 -0
- package/cjs/series/Gauge.js.map +1 -0
- package/cjs/series/Heatmap.d.ts +7 -0
- package/cjs/series/Heatmap.js +10 -0
- package/cjs/series/Heatmap.js.map +1 -0
- package/cjs/series/Line.js +3 -3
- package/cjs/series/Line.js.map +1 -1
- package/cjs/series/LinearProgress.js +3 -2
- package/cjs/series/LinearProgress.js.map +1 -1
- package/cjs/series/Link.js +3 -3
- package/cjs/series/Link.js.map +1 -1
- package/cjs/series/Liquid.d.ts +7 -0
- package/cjs/series/Liquid.js +10 -0
- package/cjs/series/Liquid.js.map +1 -0
- package/cjs/series/Map.js +3 -3
- package/cjs/series/Map.js.map +1 -1
- package/cjs/series/Pie.js +3 -3
- package/cjs/series/Pie.js.map +1 -1
- package/cjs/series/Pie3d.d.ts +7 -0
- package/cjs/series/Pie3d.js +10 -0
- package/cjs/series/Pie3d.js.map +1 -0
- package/cjs/series/Radar.js +3 -3
- package/cjs/series/Radar.js.map +1 -1
- package/cjs/series/RangeColumn.js +3 -3
- package/cjs/series/RangeColumn.js.map +1 -1
- package/cjs/series/RangeColumn3d.d.ts +7 -0
- package/cjs/series/RangeColumn3d.js +10 -0
- package/cjs/series/RangeColumn3d.js.map +1 -0
- package/cjs/series/Rose.js +3 -3
- package/cjs/series/Rose.js.map +1 -1
- package/cjs/series/Sankey.d.ts +7 -0
- package/cjs/series/Sankey.js +10 -0
- package/cjs/series/Sankey.js.map +1 -0
- package/cjs/series/Scatter.js +3 -3
- package/cjs/series/Scatter.js.map +1 -1
- package/cjs/series/Sunburst.d.ts +7 -0
- package/cjs/series/Sunburst.js +10 -0
- package/cjs/series/Sunburst.js.map +1 -0
- package/cjs/series/Treemap.d.ts +7 -0
- package/cjs/series/Treemap.js +10 -0
- package/cjs/series/Treemap.js.map +1 -0
- package/cjs/series/Waterfall.d.ts +7 -0
- package/cjs/series/Waterfall.js +10 -0
- package/cjs/series/Waterfall.js.map +1 -0
- package/cjs/series/WordCloud.js +2 -2
- package/cjs/series/WordCloud.js.map +1 -1
- package/cjs/series/WordCloud3d.d.ts +7 -0
- package/cjs/series/WordCloud3d.js +10 -0
- package/cjs/series/WordCloud3d.js.map +1 -0
- package/cjs/series/index.d.ts +24 -10
- package/cjs/series/index.js +16 -9
- package/cjs/series/index.js.map +1 -1
- package/cjs/util.d.ts +0 -1
- package/cjs/util.js +2 -10
- package/cjs/util.js.map +1 -1
- package/esm/VChart.d.ts +1 -3
- package/esm/VChart.js +1 -3
- package/esm/VChart.js.map +1 -1
- package/esm/charts/AreaChart.d.ts +1 -1
- package/esm/charts/AreaChart.js +4 -2
- package/esm/charts/AreaChart.js.map +1 -1
- package/esm/charts/Bar3dChart.d.ts +10 -0
- package/esm/charts/Bar3dChart.js +11 -0
- package/esm/charts/Bar3dChart.js.map +1 -0
- package/esm/charts/BarChart.d.ts +1 -1
- package/esm/charts/BarChart.js +4 -2
- package/esm/charts/BarChart.js.map +1 -1
- package/esm/charts/BaseChart.d.ts +5 -4
- package/esm/charts/BaseChart.js +29 -17
- package/esm/charts/BaseChart.js.map +1 -1
- package/esm/charts/BoxPlotChart.d.ts +1 -1
- package/esm/charts/BoxPlotChart.js +4 -2
- package/esm/charts/BoxPlotChart.js.map +1 -1
- package/esm/charts/CirclePackingChart.d.ts +10 -0
- package/esm/charts/CirclePackingChart.js +11 -0
- package/esm/charts/CirclePackingChart.js.map +1 -0
- package/esm/charts/CircularProgressChart.d.ts +1 -1
- package/esm/charts/CircularProgressChart.js +4 -2
- package/esm/charts/CircularProgressChart.js.map +1 -1
- package/esm/charts/CommonChart.d.ts +1 -1
- package/esm/charts/CommonChart.js +2 -2
- package/esm/charts/CommonChart.js.map +1 -1
- package/esm/charts/CorrelationChart.d.ts +10 -0
- package/esm/charts/CorrelationChart.js +11 -0
- package/esm/charts/CorrelationChart.js.map +1 -0
- package/esm/charts/Funnel3dChart.d.ts +10 -0
- package/esm/charts/Funnel3dChart.js +11 -0
- package/esm/charts/Funnel3dChart.js.map +1 -0
- package/esm/charts/FunnelChart.d.ts +1 -1
- package/esm/charts/FunnelChart.js +4 -2
- package/esm/charts/FunnelChart.js.map +1 -1
- package/esm/charts/GaugeChart.d.ts +10 -0
- package/esm/charts/GaugeChart.js +11 -0
- package/esm/charts/GaugeChart.js.map +1 -0
- package/esm/charts/HeatmapChart.d.ts +10 -0
- package/esm/charts/HeatmapChart.js +11 -0
- package/esm/charts/HeatmapChart.js.map +1 -0
- package/esm/charts/Histogram3dChart.d.ts +10 -0
- package/esm/charts/Histogram3dChart.js +11 -0
- package/esm/charts/Histogram3dChart.js.map +1 -0
- package/esm/charts/HistogramChart.d.ts +1 -1
- package/esm/charts/HistogramChart.js +4 -3
- package/esm/charts/HistogramChart.js.map +1 -1
- package/esm/charts/LineChart.d.ts +1 -1
- package/esm/charts/LineChart.js +4 -2
- package/esm/charts/LineChart.js.map +1 -1
- package/esm/charts/LinearProgressChart.d.ts +1 -1
- package/esm/charts/LinearProgressChart.js +4 -2
- package/esm/charts/LinearProgressChart.js.map +1 -1
- package/esm/charts/LiquidChart.d.ts +10 -0
- package/esm/charts/LiquidChart.js +11 -0
- package/esm/charts/LiquidChart.js.map +1 -0
- package/esm/charts/MapChart.d.ts +1 -1
- package/esm/charts/MapChart.js +4 -2
- package/esm/charts/MapChart.js.map +1 -1
- package/esm/charts/Pie3dChart.d.ts +10 -0
- package/esm/charts/Pie3dChart.js +11 -0
- package/esm/charts/Pie3dChart.js.map +1 -0
- package/esm/charts/PieChart.d.ts +1 -1
- package/esm/charts/PieChart.js +4 -2
- package/esm/charts/PieChart.js.map +1 -1
- package/esm/charts/RadarChart.d.ts +1 -1
- package/esm/charts/RadarChart.js +4 -2
- package/esm/charts/RadarChart.js.map +1 -1
- package/esm/charts/RangeColumn3dChart.d.ts +10 -0
- package/esm/charts/RangeColumn3dChart.js +11 -0
- package/esm/charts/RangeColumn3dChart.js.map +1 -0
- package/esm/charts/RangeColumnChart.d.ts +1 -1
- package/esm/charts/RangeColumnChart.js +4 -2
- package/esm/charts/RangeColumnChart.js.map +1 -1
- package/esm/charts/RoseChart.d.ts +1 -1
- package/esm/charts/RoseChart.js +5 -2
- package/esm/charts/RoseChart.js.map +1 -1
- package/esm/charts/SankeyChart.d.ts +10 -0
- package/esm/charts/SankeyChart.js +11 -0
- package/esm/charts/SankeyChart.js.map +1 -0
- package/esm/charts/ScatterChart.d.ts +1 -1
- package/esm/charts/ScatterChart.js +4 -2
- package/esm/charts/ScatterChart.js.map +1 -1
- package/esm/charts/SequenceChart.d.ts +1 -1
- package/esm/charts/SequenceChart.js +4 -2
- package/esm/charts/SequenceChart.js.map +1 -1
- package/esm/charts/SunburstChart.d.ts +10 -0
- package/esm/charts/SunburstChart.js +11 -0
- package/esm/charts/SunburstChart.js.map +1 -0
- package/esm/charts/TreemapChart.d.ts +10 -0
- package/esm/charts/TreemapChart.js +11 -0
- package/esm/charts/TreemapChart.js.map +1 -0
- package/esm/charts/WaterfallChart.d.ts +10 -0
- package/esm/charts/WaterfallChart.js +10 -0
- package/esm/charts/WaterfallChart.js.map +1 -0
- package/esm/charts/WordCloud3dChart.d.ts +10 -0
- package/esm/charts/WordCloud3dChart.js +11 -0
- package/esm/charts/WordCloud3dChart.js.map +1 -0
- package/esm/charts/WordCloudChart.d.ts +1 -1
- package/esm/charts/WordCloudChart.js +4 -2
- package/esm/charts/WordCloudChart.js.map +1 -1
- package/esm/charts/index.d.ts +26 -10
- package/esm/charts/index.js +43 -11
- package/esm/charts/index.js.map +1 -1
- package/esm/charts/register.d.ts +3 -0
- package/esm/charts/register.js +8 -0
- package/esm/charts/register.js.map +1 -0
- package/esm/components/BaseComponent.d.ts +1 -1
- package/esm/components/BaseComponent.js +5 -2
- package/esm/components/BaseComponent.js.map +1 -1
- package/esm/components/Brush.js +3 -1
- package/esm/components/Brush.js.map +1 -1
- package/esm/components/ContinuousLegend.d.ts +5 -0
- package/esm/components/ContinuousLegend.js +8 -0
- package/esm/components/ContinuousLegend.js.map +1 -0
- package/esm/components/DataZoom.js +3 -1
- package/esm/components/DataZoom.js.map +1 -1
- package/esm/components/Indicator.js +3 -1
- package/esm/components/Indicator.js.map +1 -1
- package/esm/components/Legend.js +3 -1
- package/esm/components/Legend.js.map +1 -1
- package/esm/components/Mark.js +3 -1
- package/esm/components/Mark.js.map +1 -1
- package/esm/components/MarkArea.js +3 -1
- package/esm/components/MarkArea.js.map +1 -1
- package/esm/components/MarkLine.js +3 -1
- package/esm/components/MarkLine.js.map +1 -1
- package/esm/components/MarkPoint.js +3 -1
- package/esm/components/MarkPoint.js.map +1 -1
- package/esm/components/Player.js +3 -1
- package/esm/components/Player.js.map +1 -1
- package/esm/components/Region.d.ts +1 -2
- package/esm/components/Region.js.map +1 -1
- package/esm/components/ScrollBar.js +3 -1
- package/esm/components/ScrollBar.js.map +1 -1
- package/esm/components/Title.js +3 -1
- package/esm/components/Title.js.map +1 -1
- package/esm/components/index.d.ts +2 -1
- package/esm/components/index.js +3 -1
- package/esm/components/index.js.map +1 -1
- package/esm/components/tooltip/CanvasTooltip.d.ts +2 -0
- package/esm/components/tooltip/CanvasTooltip.js +6 -0
- package/esm/components/tooltip/CanvasTooltip.js.map +1 -0
- package/esm/components/tooltip/Tooltip.d.ts +2 -0
- package/esm/components/tooltip/Tooltip.js +6 -0
- package/esm/components/tooltip/Tooltip.js.map +1 -0
- package/esm/components/tooltip/constant.d.ts +1 -0
- package/esm/components/tooltip/constant.js +4 -0
- package/esm/components/tooltip/constant.js.map +1 -0
- package/esm/components/tooltip/index.d.ts +4 -0
- package/esm/components/tooltip/index.js +8 -0
- package/esm/components/tooltip/index.js.map +1 -0
- package/esm/components/tooltip/interface.d.ts +14 -0
- package/esm/components/tooltip/interface.js +2 -0
- package/esm/components/tooltip/interface.js.map +1 -0
- package/esm/components/tooltip/util.d.ts +5 -0
- package/esm/components/tooltip/util.js +40 -0
- package/esm/components/tooltip/util.js.map +1 -0
- package/esm/containers/withContainer.d.ts +1 -1
- package/esm/containers/withContainer.js.map +1 -1
- package/esm/index.d.ts +2 -1
- package/esm/index.js +3 -1
- package/esm/index.js.map +1 -1
- package/esm/series/Area.js +3 -1
- package/esm/series/Area.js.map +1 -1
- package/esm/series/Bar.js +4 -2
- package/esm/series/Bar.js.map +1 -1
- package/esm/series/Bar3d.d.ts +7 -0
- package/esm/series/Bar3d.js +6 -0
- package/esm/series/Bar3d.js.map +1 -0
- package/esm/series/BaseSeries.d.ts +1 -1
- package/esm/series/BaseSeries.js +13 -9
- package/esm/series/BaseSeries.js.map +1 -1
- package/esm/series/BoxPlot.js +4 -2
- package/esm/series/BoxPlot.js.map +1 -1
- package/esm/series/CirclePacking.d.ts +7 -0
- package/esm/series/CirclePacking.js +6 -0
- package/esm/series/CirclePacking.js.map +1 -0
- package/esm/series/CircularProgress.js +4 -2
- package/esm/series/CircularProgress.js.map +1 -1
- package/esm/series/Correlation.d.ts +7 -0
- package/esm/series/Correlation.js +6 -0
- package/esm/series/Correlation.js.map +1 -0
- package/esm/series/Dot.js +4 -2
- package/esm/series/Dot.js.map +1 -1
- package/esm/series/Funnel.js +4 -2
- package/esm/series/Funnel.js.map +1 -1
- package/esm/series/Funnel3d.d.ts +7 -0
- package/esm/series/Funnel3d.js +6 -0
- package/esm/series/Funnel3d.js.map +1 -0
- package/esm/series/Gauge.d.ts +7 -0
- package/esm/series/Gauge.js +6 -0
- package/esm/series/Gauge.js.map +1 -0
- package/esm/series/Heatmap.d.ts +7 -0
- package/esm/series/Heatmap.js +6 -0
- package/esm/series/Heatmap.js.map +1 -0
- package/esm/series/Line.js +4 -2
- package/esm/series/Line.js.map +1 -1
- package/esm/series/LinearProgress.js +4 -1
- package/esm/series/LinearProgress.js.map +1 -1
- package/esm/series/Link.js +4 -2
- package/esm/series/Link.js.map +1 -1
- package/esm/series/Liquid.d.ts +7 -0
- package/esm/series/Liquid.js +6 -0
- package/esm/series/Liquid.js.map +1 -0
- package/esm/series/Map.js +4 -2
- package/esm/series/Map.js.map +1 -1
- package/esm/series/Pie.js +4 -2
- package/esm/series/Pie.js.map +1 -1
- package/esm/series/Pie3d.d.ts +7 -0
- package/esm/series/Pie3d.js +6 -0
- package/esm/series/Pie3d.js.map +1 -0
- package/esm/series/Radar.js +4 -2
- package/esm/series/Radar.js.map +1 -1
- package/esm/series/RangeColumn.js +4 -2
- package/esm/series/RangeColumn.js.map +1 -1
- package/esm/series/RangeColumn3d.d.ts +7 -0
- package/esm/series/RangeColumn3d.js +6 -0
- package/esm/series/RangeColumn3d.js.map +1 -0
- package/esm/series/Rose.js +4 -2
- package/esm/series/Rose.js.map +1 -1
- package/esm/series/Sankey.d.ts +7 -0
- package/esm/series/Sankey.js +6 -0
- package/esm/series/Sankey.js.map +1 -0
- package/esm/series/Scatter.js +4 -2
- package/esm/series/Scatter.js.map +1 -1
- package/esm/series/Sunburst.d.ts +7 -0
- package/esm/series/Sunburst.js +6 -0
- package/esm/series/Sunburst.js.map +1 -0
- package/esm/series/Treemap.d.ts +7 -0
- package/esm/series/Treemap.js +6 -0
- package/esm/series/Treemap.js.map +1 -0
- package/esm/series/Waterfall.d.ts +7 -0
- package/esm/series/Waterfall.js +6 -0
- package/esm/series/Waterfall.js.map +1 -0
- package/esm/series/WordCloud.js +3 -1
- package/esm/series/WordCloud.js.map +1 -1
- package/esm/series/WordCloud3d.d.ts +7 -0
- package/esm/series/WordCloud3d.js +6 -0
- package/esm/series/WordCloud3d.js.map +1 -0
- package/esm/series/index.d.ts +24 -10
- package/esm/series/index.js +40 -12
- package/esm/series/index.js.map +1 -1
- package/esm/util.d.ts +0 -1
- package/esm/util.js +0 -4
- package/esm/util.js.map +1 -1
- package/package.json +6 -6
- package/cjs/components/Tooltip.d.ts +0 -4
- package/cjs/components/Tooltip.js +0 -10
- package/cjs/components/Tooltip.js.map +0 -1
- package/esm/components/Tooltip.d.ts +0 -4
- package/esm/components/Tooltip.js +0 -4
- package/esm/components/Tooltip.js.map +0 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { IRegionSpec } from '@visactor/vchart';
|
|
2
2
|
import { BaseComponentProps } from './BaseComponent';
|
|
3
|
-
export
|
|
4
|
-
}
|
|
3
|
+
export type RegionProps = BaseComponentProps & IRegionSpec;
|
|
5
4
|
export declare const Region: import("react").FC<RegionProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Region.tsx"],"names":[],"mappings":"AACA,OAAO,EAAsB,eAAe,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/components/Region.tsx"],"names":[],"mappings":"AACA,OAAO,EAAsB,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAItE,MAAM,CAAC,MAAM,MAAM,GAAG,eAAe,CAAc,QAAQ,EAAE,QAAQ,CAAC,CAAC","file":"Region.js","sourcesContent":["import type { IRegionSpec } from '@visactor/vchart';\nimport { BaseComponentProps, createComponent } from './BaseComponent';\n\nexport type RegionProps = BaseComponentProps & IRegionSpec;\n\nexport const Region = createComponent<RegionProps>('Region', 'region');\n"]}
|
|
@@ -2,5 +2,7 @@ import { SCROLLBAR_CUSTOMIZED_EVENTS } from "../eventsUtils";
|
|
|
2
2
|
|
|
3
3
|
import { createComponent } from "./BaseComponent";
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
import { registerScrollBar } from "@visactor/vchart";
|
|
6
|
+
|
|
7
|
+
export const ScrollBar = createComponent("ScrollBar", "scrollBar", SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ registerScrollBar ]);
|
|
6
8
|
//# sourceMappingURL=ScrollBar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/ScrollBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAuB,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAsB,eAAe,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/components/ScrollBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAuB,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAsB,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAIrD,MAAM,CAAC,MAAM,SAAS,GAAG,eAAe,CAAiB,WAAW,EAAE,WAAW,EAAE,2BAA2B,EAAE,KAAK,EAAE;IACrH,iBAAiB;CAClB,CAAC,CAAC","file":"ScrollBar.js","sourcesContent":["import { SCROLLBAR_CUSTOMIZED_EVENTS, ScrollBarEventProps } from '../eventsUtils';\nimport { BaseComponentProps, createComponent } from './BaseComponent';\nimport type { IScrollBarSpec } from '@visactor/vchart';\nimport { registerScrollBar } from '@visactor/vchart';\n\nexport type ScrollBarProps = IScrollBarSpec & BaseComponentProps & ScrollBarEventProps;\n\nexport const ScrollBar = createComponent<ScrollBarProps>('ScrollBar', 'scrollBar', SCROLLBAR_CUSTOMIZED_EVENTS, false, [\n registerScrollBar\n]);\n"]}
|
package/esm/components/Title.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { createComponent } from "./BaseComponent";
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
import { registerTitle } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const Title = createComponent("Title", "title", null, !0, [ registerTitle ]);
|
|
4
6
|
//# sourceMappingURL=Title.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Title.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,eAAe,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/components/Title.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAIjD,MAAM,CAAC,MAAM,KAAK,GAAG,eAAe,CAAa,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC","file":"Title.js","sourcesContent":["import { BaseComponentProps, createComponent } from './BaseComponent';\nimport type { ITitleSpec } from '@visactor/vchart';\nimport { registerTitle } from '@visactor/vchart';\n\nexport type TitleProps = ITitleSpec & BaseComponentProps;\n\nexport const Title = createComponent<TitleProps>('Title', 'title', null, true, [registerTitle]);\n"]}
|
|
@@ -9,7 +9,8 @@ export * from './MarkLine';
|
|
|
9
9
|
export * from './MarkArea';
|
|
10
10
|
export * from './MarkPoint';
|
|
11
11
|
export * from './ScrollBar';
|
|
12
|
-
export * from './
|
|
12
|
+
export * from './tooltip';
|
|
13
13
|
export * from './Player';
|
|
14
14
|
export * from './Indicator';
|
|
15
15
|
export * from './Title';
|
|
16
|
+
export * from './ContinuousLegend';
|
package/esm/components/index.js
CHANGED
|
@@ -20,11 +20,13 @@ export * from "./MarkPoint";
|
|
|
20
20
|
|
|
21
21
|
export * from "./ScrollBar";
|
|
22
22
|
|
|
23
|
-
export * from "./
|
|
23
|
+
export * from "./tooltip";
|
|
24
24
|
|
|
25
25
|
export * from "./Player";
|
|
26
26
|
|
|
27
27
|
export * from "./Indicator";
|
|
28
28
|
|
|
29
29
|
export * from "./Title";
|
|
30
|
+
|
|
31
|
+
export * from "./ContinuousLegend";
|
|
30
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC","file":"index.js","sourcesContent":["export * from './Axis';\nexport * from './Mark';\nexport * from './Region';\nexport * from './Legend';\nexport * from './Brush';\nexport * from './Crosshair';\nexport * from './DataZoom';\nexport * from './MarkLine';\nexport * from './MarkArea';\nexport * from './MarkPoint';\nexport * from './ScrollBar';\nexport * from './
|
|
1
|
+
{"version":3,"sources":["../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC","file":"index.js","sourcesContent":["export * from './Axis';\nexport * from './Mark';\nexport * from './Region';\nexport * from './Legend';\nexport * from './Brush';\nexport * from './Crosshair';\nexport * from './DataZoom';\nexport * from './MarkLine';\nexport * from './MarkArea';\nexport * from './MarkPoint';\nexport * from './ScrollBar';\nexport * from './tooltip';\nexport * from './Player';\nexport * from './Indicator';\nexport * from './Title';\nexport * from './ContinuousLegend';\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { createComponent } from "../BaseComponent";
|
|
2
|
+
|
|
3
|
+
import { registerTooltip, registerCanvasTooltipHandler } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const CanvasTooltip = createComponent("CanvasTooltip", "tooltip", null, !0, [ registerTooltip, registerCanvasTooltipHandler ]);
|
|
6
|
+
//# sourceMappingURL=CanvasTooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/tooltip/CanvasTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,eAAe,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAEjF,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAe,eAAe,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE;IACjG,eAAe;IACf,4BAA4B;CAC7B,CAAC,CAAC","file":"CanvasTooltip.js","sourcesContent":["import { createComponent } from '../BaseComponent';\nimport { TooltipProps } from './interface';\nimport { registerTooltip, registerCanvasTooltipHandler } from '@visactor/vchart';\n\nexport const CanvasTooltip = createComponent<TooltipProps>('CanvasTooltip', 'tooltip', null, true, [\n registerTooltip,\n registerCanvasTooltipHandler\n]);\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { createComponent } from "../BaseComponent";
|
|
2
|
+
|
|
3
|
+
import { registerTooltip, registerDomTooltipHandler } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const Tooltip = createComponent("Tooltip", "tooltip", null, !0, [ registerTooltip, registerDomTooltipHandler ]);
|
|
6
|
+
//# sourceMappingURL=Tooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,eAAe,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAE9E,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAe,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE;IACrF,eAAe;IACf,yBAAyB;CAC1B,CAAC,CAAC","file":"Tooltip.js","sourcesContent":["import { createComponent } from '../BaseComponent';\nimport { TooltipProps } from './interface';\nimport { registerTooltip, registerDomTooltipHandler } from '@visactor/vchart';\n\nexport const Tooltip = createComponent<TooltipProps>('Tooltip', 'tooltip', null, true, [\n registerTooltip,\n registerDomTooltipHandler\n]);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const REACT_TOOLTIP_ClASS_NAME: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/tooltip/constant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,MAAM,gBAAgB,CAAC","file":"constant.js","sourcesContent":["import { PREFIX } from '@visactor/vchart';\n\nexport const REACT_TOOLTIP_ClASS_NAME = `${PREFIX}_REACT_TOOLTIP`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC","file":"index.js","sourcesContent":["export * from './Tooltip';\nexport * from './interface';\nexport * from './constant';\nexport * from './CanvasTooltip';\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
|
+
import { BaseComponentProps } from '../BaseComponent';
|
|
3
|
+
import type { ITooltipSpec, ITooltipActual, TooltipHandlerParams } from '@visactor/vchart';
|
|
4
|
+
export type TooltipProps = PropsWithChildren<ITooltipSpec & IReactTooltipProps & BaseComponentProps>;
|
|
5
|
+
export interface ITooltipRenderProps {
|
|
6
|
+
tooltipElement: HTMLElement;
|
|
7
|
+
actualTooltip: ITooltipActual;
|
|
8
|
+
params: TooltipHandlerParams;
|
|
9
|
+
}
|
|
10
|
+
export type TooltipRender = (tooltipElement: HTMLElement, actualTooltip: ITooltipActual, params: TooltipHandlerParams) => ReactNode;
|
|
11
|
+
export interface IReactTooltipProps {
|
|
12
|
+
tooltipRender?: TooltipRender;
|
|
13
|
+
reserveDefaultTooltip?: boolean;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/tooltip/interface.ts"],"names":[],"mappings":"","file":"interface.js","sourcesContent":["import { PropsWithChildren, ReactNode } from 'react';\nimport { BaseComponentProps } from '../BaseComponent';\nimport type { ITooltipSpec, ITooltipActual, TooltipHandlerParams } from '@visactor/vchart';\n\nexport type TooltipProps = PropsWithChildren<ITooltipSpec & IReactTooltipProps & BaseComponentProps>;\n\nexport interface ITooltipRenderProps {\n tooltipElement: HTMLElement;\n actualTooltip: ITooltipActual;\n params: TooltipHandlerParams;\n}\n\nexport type TooltipRender = (\n tooltipElement: HTMLElement,\n actualTooltip: ITooltipActual,\n params: TooltipHandlerParams\n) => ReactNode;\n\nexport interface IReactTooltipProps {\n /**\n * tooltip 自定义渲染器\n * @since 1.10.0\n */\n tooltipRender?: TooltipRender;\n /**\n * 在应用 `tooltipRender` 配置时,是否保留默认 tooltip dom 元素的显示\n * @since 1.10.0\n */\n reserveDefaultTooltip?: boolean;\n}\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { BaseChartProps } from '../../charts/BaseChart';
|
|
3
|
+
import { TooltipProps } from './interface';
|
|
4
|
+
import { ITooltipSpec } from '@visactor/vchart';
|
|
5
|
+
export declare const initCustomTooltip: (setTooltipNode: React.Dispatch<React.SetStateAction<React.ReactNode>>, props: BaseChartProps, spec?: TooltipProps) => ITooltipSpec;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
import { isObject } from "@visactor/vutils";
|
|
4
|
+
|
|
5
|
+
import { REACT_TOOLTIP_ClASS_NAME } from "./constant";
|
|
6
|
+
|
|
7
|
+
import { createPortal } from "react-dom";
|
|
8
|
+
|
|
9
|
+
export const initCustomTooltip = (setTooltipNode, props, spec) => {
|
|
10
|
+
let render;
|
|
11
|
+
if ((null == spec ? void 0 : spec.tooltipRender) ? (render = spec.tooltipRender,
|
|
12
|
+
delete spec.tooltipRender) : (null == spec ? void 0 : spec.children) ? render = (tooltipElement, actualTooltip, params) => React.Children.map(spec.children, (child => isObject(child) ? React.cloneElement(child, {
|
|
13
|
+
tooltipElement: tooltipElement,
|
|
14
|
+
actualTooltip: actualTooltip,
|
|
15
|
+
params: params
|
|
16
|
+
}) : child)) : props.tooltipRender && (render = props.tooltipRender), render) {
|
|
17
|
+
let reserve;
|
|
18
|
+
return (null == spec ? void 0 : spec.reserveDefaultTooltip) ? (reserve = spec.reserveDefaultTooltip,
|
|
19
|
+
delete spec.reserveDefaultTooltip) : reserve = props.reserveDefaultTooltip, Object.assign(Object.assign({}, spec), {
|
|
20
|
+
updateElement: (el, actualTooltip, params) => {
|
|
21
|
+
const {changePositionOnly: changePositionOnly} = params;
|
|
22
|
+
if (!changePositionOnly) {
|
|
23
|
+
if (!reserve) {
|
|
24
|
+
el.style.width = "auto", el.style.height = "auto", el.style.minHeight = "auto",
|
|
25
|
+
el.style.padding = "0px";
|
|
26
|
+
for (let i = 0; i < el.children.length; i++) {
|
|
27
|
+
const childNode = el.children[i];
|
|
28
|
+
childNode.className !== REACT_TOOLTIP_ClASS_NAME && "none" !== childNode.style.display && (childNode.style.display = "none");
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
setTooltipNode(createPortal(React.createElement("div", {
|
|
32
|
+
className: REACT_TOOLTIP_ClASS_NAME
|
|
33
|
+
}, render(el, actualTooltip, params)), el));
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
return spec;
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=util.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/tooltip/util.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAGzC,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAC/B,cAAqE,EACrE,KAAqB,EACrB,IAAmB,EACnB,EAAE;IACF,IAAI,MAAM,GAAkB,SAAS,CAAC;IACtC,IAAI,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,aAAa,EAAE;QACvB,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC;QAC5B,OAAO,IAAI,CAAC,aAAa,CAAC;KAC3B;SAAM,IAAI,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,EAAE;QACzB,MAAM,GAAG,CAAC,cAAc,EAAE,aAAa,EAAE,MAAM,EAAE,EAAE,CACjD,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE,CACxC,QAAQ,CAAC,KAAK,CAAC;YACb,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,KAAkE,EAAE;gBACrF,cAAc;gBACd,aAAa;gBACb,MAAM;aACP,CAAC;YACJ,CAAC,CAAC,KAAK,CACV,CAAC;KACL;SAAM,IAAI,KAAK,CAAC,aAAa,EAAE;QAC9B,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC;KAC9B;IAED,IAAI,MAAM,EAAE;QACV,IAAI,OAAO,GAAY,SAAS,CAAC;QACjC,IAAI,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,qBAAqB,EAAE;YAC/B,OAAO,GAAG,IAAI,CAAC,qBAAqB,CAAC;YACrC,OAAO,IAAI,CAAC,qBAAqB,CAAC;SACnC;aAAM;YACL,OAAO,GAAG,KAAK,CAAC,qBAAqB,CAAC;SACvC;QACD,OAAO,gCACF,IAAI,KACP,aAAa,EAAE,CAAC,EAAE,EAAE,aAAa,EAAE,MAAM,EAAE,EAAE;gBAC3C,MAAM,EAAE,kBAAkB,EAAE,GAAG,MAAM,CAAC;gBACtC,IAAI,kBAAkB,EAAE;oBACtB,OAAO;iBACR;gBACD,IAAI,CAAC,OAAO,EAAE;oBACZ,EAAE,CAAC,KAAK,CAAC,KAAK,GAAG,MAAM,CAAC;oBACxB,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;oBACzB,EAAE,CAAC,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;oBAC5B,EAAE,CAAC,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC;oBACzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;wBAC3C,MAAM,SAAS,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAgB,CAAC;wBAChD,IAAI,SAAS,CAAC,SAAS,KAAK,wBAAwB,IAAI,SAAS,CAAC,KAAK,CAAC,OAAO,KAAK,MAAM,EAAE;4BAC1F,SAAS,CAAC,KAAK,CAAC,OAAO,GAAG,MAAM,CAAC;yBAClC;qBACF;iBACF;gBACD,cAAc,CACZ,YAAY,CAAC,6BAAK,SAAS,EAAE,wBAAwB,IAAG,MAAM,CAAC,EAAE,EAAE,aAAa,EAAE,MAAM,CAAC,CAAO,EAAE,EAAE,CAAC,CACtG,CAAC;YACJ,CAAC,GACc,CAAC;KACnB;IAED,OAAO,IAAoB,CAAC;AAC9B,CAAC,CAAC","file":"util.js","sourcesContent":["import React from 'react';\nimport type { BaseChartProps } from '../../charts/BaseChart';\nimport { TooltipProps, TooltipRender } from './interface';\nimport { isObject } from '@visactor/vutils';\nimport { ITooltipSpec } from '@visactor/vchart';\nimport { REACT_TOOLTIP_ClASS_NAME } from './constant';\nimport { createPortal } from 'react-dom';\n\n/** tooltip 自定义插槽 */\nexport const initCustomTooltip = (\n setTooltipNode: React.Dispatch<React.SetStateAction<React.ReactNode>>,\n props: BaseChartProps,\n spec?: TooltipProps\n) => {\n let render: TooltipRender = undefined;\n if (spec?.tooltipRender) {\n render = spec.tooltipRender;\n delete spec.tooltipRender;\n } else if (spec?.children) {\n render = (tooltipElement, actualTooltip, params) =>\n React.Children.map(spec.children, child =>\n isObject(child)\n ? React.cloneElement(child as React.ReactElement<any, React.JSXElementConstructor<any>>, {\n tooltipElement,\n actualTooltip,\n params\n })\n : child\n );\n } else if (props.tooltipRender) {\n render = props.tooltipRender;\n }\n\n if (render) {\n let reserve: boolean = undefined;\n if (spec?.reserveDefaultTooltip) {\n reserve = spec.reserveDefaultTooltip;\n delete spec.reserveDefaultTooltip;\n } else {\n reserve = props.reserveDefaultTooltip;\n }\n return {\n ...spec,\n updateElement: (el, actualTooltip, params) => {\n const { changePositionOnly } = params;\n if (changePositionOnly) {\n return;\n }\n if (!reserve) {\n el.style.width = 'auto';\n el.style.height = 'auto';\n el.style.minHeight = 'auto';\n el.style.padding = '0px';\n for (let i = 0; i < el.children.length; i++) {\n const childNode = el.children[i] as HTMLElement;\n if (childNode.className !== REACT_TOOLTIP_ClASS_NAME && childNode.style.display !== 'none') {\n childNode.style.display = 'none';\n }\n }\n }\n setTooltipNode(\n createPortal(<div className={REACT_TOOLTIP_ClASS_NAME}>{render(el, actualTooltip, params)}</div>, el)\n );\n }\n } as ITooltipSpec;\n }\n\n return spec as ITooltipSpec;\n};\n"]}
|
|
@@ -5,4 +5,4 @@ export interface ContainerProps {
|
|
|
5
5
|
width?: number | string;
|
|
6
6
|
height?: number | string;
|
|
7
7
|
}
|
|
8
|
-
export default function withContainer<Props extends ContainerProps, CompProps>(Comp:
|
|
8
|
+
export default function withContainer<Props extends ContainerProps, CompProps>(Comp: any, name?: string, getProps?: (props: any) => CompProps): React.ForwardRefExoticComponent<React.PropsWithoutRef<CompProps & Props> & React.RefAttributes<any>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/containers/withContainer.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AASjE,MAAM,CAAC,OAAO,UAAU,aAAa,CACnC,
|
|
1
|
+
{"version":3,"sources":["../src/containers/withContainer.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AASjE,MAAM,CAAC,OAAO,UAAU,aAAa,CACnC,IAAS,EACT,IAAI,GAAG,gBAAgB,EACvB,QAAoC;IAEpC,MAAM,GAAG,GAAG,KAAK,CAAC,UAAU,CAAyB,CAAC,KAAwB,EAAE,GAAG,EAAE,EAAE;QACrF,MAAM,SAAS,GAAG,MAAM,EAAE,CAAC;QAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;QAC5C,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,KAAiB,KAAK,EAAjB,OAAO,UAAK,KAAK,EAA/C,+BAAuC,CAAQ,CAAC;QAEtD,eAAe,CAAC,GAAG,EAAE;YACnB,SAAS,CAAC,IAAI,CAAC,CAAC;QAClB,CAAC,EAAE,EAAE,CAAC,CAAC;QAEP,OAAO,CACL,6BACE,GAAG,EAAE,SAAS,EACd,SAAS,EAAE,SAAS,EACpB,KAAK,kBACH,QAAQ,EAAE,UAAU,EACpB,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,MAAM,EAC9B,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,MAAM,IACzB,KAAK,KAGT,MAAM,CAAC,CAAC,CAAC,CACR,oBAAC,IAAI,kBAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,SAAS,CAAC,OAAO,IAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAE,OAAqB,CAAC,EAAI,CAC9G,CAAC,CAAC,CAAC,CACF,yCAAK,CACN,CACG,CACP,CAAC;IACJ,CAAC,CAAC,CAAC;IACH,GAAG,CAAC,WAAW,GAAG,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC;IACpC,OAAO,GAAG,CAAC;AACb,CAAC","file":"withContainer.js","sourcesContent":["import React, { useRef, useState, useLayoutEffect } from 'react';\n\nexport interface ContainerProps {\n style?: React.CSSProperties;\n className?: string;\n width?: number | string;\n height?: number | string;\n}\n\nexport default function withContainer<Props extends ContainerProps, CompProps>(\n Comp: any,\n name = 'ChartContainer',\n getProps?: (props: any) => CompProps\n) {\n const Cls = React.forwardRef<any, CompProps & Props>((props: CompProps & Props, ref) => {\n const container = useRef();\n const [inited, setInited] = useState(false);\n const { className, style, width, ...options } = props;\n\n useLayoutEffect(() => {\n setInited(true);\n }, []);\n\n return (\n <div\n ref={container}\n className={className}\n style={{\n position: 'relative',\n height: props.height || '100%',\n width: props.width || '100%',\n ...style\n }}\n >\n {inited ? (\n <Comp ref={ref} container={container.current} {...(getProps ? getProps(options) : (options as CompProps))} />\n ) : (\n <></>\n )}\n </div>\n );\n });\n Cls.displayName = name || Comp.name;\n return Cls;\n}\n"]}
|
package/esm/index.d.ts
CHANGED
|
@@ -3,5 +3,6 @@ export * from './series';
|
|
|
3
3
|
export * from './components';
|
|
4
4
|
export * from './VChart';
|
|
5
5
|
export * from './VChartSimple';
|
|
6
|
-
export
|
|
6
|
+
export { VChart as VChartCore } from '@visactor/vchart';
|
|
7
|
+
export declare const version = "0.11.6-alpha.2";
|
|
7
8
|
export type { IAreaChartSpec, IBarChartSpec, IBar3dChartSpec, IBoxPlotChartSpec, ICirclePackingChartSpec, ICommonChartSpec, IFunnelChartSpec, IFunnel3dChartSpec, IGaugeChartSpec, IHeatmapChartSpec, IHistogramChartSpec, IHistogram3dChartSpec, ILineChartSpec, IMapChartSpec, IPieChartSpec, IPie3dChartSpec, ICircularProgressChartSpec, ILinearProgressChartSpec, IRadarChartSpec, IRangeColumnChartSpec, IRangeColumn3dChartSpec, IRangeAreaChartSpec, IRoseChartSpec, IScatterChartSpec, ISankeyChartSpec, ISequenceChartSpec, ISunburstChartSpec, ITreemapChartSpec, IWaterfallChartSpec, ICorrelationChartSpec, ILiquidChartSpec, IWordCloud3dChartSpec, IWordCloudChartSpec, IPolarChartSpec, ICartesianChartSpec, ITheme, IInitOption, ISpec, IVChart } from '@visactor/vchart';
|
package/esm/index.js
CHANGED
package/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGxD,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"0.11.6-alpha.2\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBar3dChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IFunnel3dChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n IHistogram3dChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n IPie3dChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeColumn3dChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloud3dChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n"]}
|
package/esm/series/Area.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { createSeries } from "./BaseSeries";
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
import { registerAreaSeries } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const Area = createSeries("Area", [ "area" ], "area", [ registerAreaSeries ]);
|
|
4
6
|
//# sourceMappingURL=Area.js.map
|
package/esm/series/Area.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Area.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/series/Area.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAGtD,MAAM,CAAC,MAAM,IAAI,GAAG,YAAY,CAAY,MAAM,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC,kBAAkB,CAAC,CAAC,CAAC","file":"Area.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { IAreaSeriesSpec } from '@visactor/vchart';\nimport { registerAreaSeries } from '@visactor/vchart';\n\nexport type AreaProps = BaseSeriesProps & Omit<IAreaSeriesSpec, 'type'>;\nexport const Area = createSeries<AreaProps>('Area', ['area'], 'area', [registerAreaSeries]);\n"]}
|
package/esm/series/Bar.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { createSeries } from "./BaseSeries";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { registerBarSeries } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const Bar = createSeries("Bar", [ "bar" ], "bar", [ registerBarSeries ]);
|
|
6
|
+
//# sourceMappingURL=Bar.js.map
|
package/esm/series/Bar.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Bar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/series/Bar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAIrD,MAAM,CAAC,MAAM,GAAG,GAAG,YAAY,CAAW,KAAK,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC,iBAAiB,CAAC,CAAC,CAAC","file":"Bar.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { IBarSeriesSpec } from '@visactor/vchart';\nimport { registerBarSeries } from '@visactor/vchart';\n\nexport type BarProps = BaseSeriesProps & Omit<IBarSeriesSpec, 'type'>;\n\nexport const Bar = createSeries<BarProps>('Bar', ['bar'], 'bar', [registerBarSeries]);\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
+
import type { IBar3dSeriesSpec } from '@visactor/vchart';
|
|
3
|
+
export type Bar3dProps = BaseSeriesProps & Omit<IBar3dSeriesSpec, 'type'>;
|
|
4
|
+
export declare const Bar3d: import("react").FC<BaseSeriesProps & Omit<IBar3dSeriesSpec, "type"> & {
|
|
5
|
+
updateId?: number;
|
|
6
|
+
componentId?: string;
|
|
7
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/series/Bar3d.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAIvD,MAAM,CAAC,MAAM,KAAK,GAAG,YAAY,CAAa,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC","file":"Bar3d.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { IBar3dSeriesSpec } from '@visactor/vchart';\nimport { registerBar3dSeries } from '@visactor/vchart';\n\nexport type Bar3dProps = BaseSeriesProps & Omit<IBar3dSeriesSpec, 'type'>;\n\nexport const Bar3d = createSeries<Bar3dProps>('Bar3d', ['bar'], 'bar3d', [registerBar3dSeries]);\n"]}
|
|
@@ -3,7 +3,7 @@ import { EventsProps } from '../eventsUtils';
|
|
|
3
3
|
export interface BaseSeriesProps extends EventsProps {
|
|
4
4
|
id?: string | number;
|
|
5
5
|
}
|
|
6
|
-
export declare const createSeries: <T extends BaseSeriesProps>(componentName: string, markNames: string[], type?: string) => React.FC<T & {
|
|
6
|
+
export declare const createSeries: <T extends BaseSeriesProps>(componentName: string, markNames: string[], type?: string, registers?: (() => void)[]) => React.FC<T & {
|
|
7
7
|
updateId?: number;
|
|
8
8
|
componentId?: string;
|
|
9
9
|
}>;
|
package/esm/series/BaseSeries.js
CHANGED
|
@@ -6,19 +6,23 @@ import RootChartContext from "../context/chart";
|
|
|
6
6
|
|
|
7
7
|
import { REACT_TO_VCHART_EVENTS, findEventProps, COMMON_EVENTK_KEYS, VCHART_TO_REACT_EVENTS } from "../eventsUtils";
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
import { VChart } from "@visactor/vchart";
|
|
10
|
+
|
|
11
|
+
export const createSeries = (componentName, markNames, type, registers) => {
|
|
12
|
+
registers && registers.length && VChart.useRegisters(registers);
|
|
13
|
+
const notSpecKeys = COMMON_EVENTK_KEYS.concat([ "updateId", "componentId" ]), Comp = props => {
|
|
11
14
|
var _a;
|
|
12
15
|
const context = React.useContext(RootChartContext), id = null !== (_a = props.id) && void 0 !== _a ? _a : props.componentId, bindedEvents = React.useRef({}), handleEvent = e => {
|
|
13
16
|
const markIds = markNames.map((markName => `${id}-${markName}`));
|
|
14
17
|
(null == e ? void 0 : e.mark) && markIds.includes(e.mark.getUserId()) && props[VCHART_TO_REACT_EVENTS[e.event.type]](e);
|
|
15
18
|
}, addMarkEvent = events => {
|
|
16
|
-
events && context.chart && (bindedEvents && Object.keys(bindedEvents).forEach((eventKey => {
|
|
17
|
-
|
|
18
|
-
bindedEvents.current[eventKey] =
|
|
19
|
-
})), Object.keys(events).forEach((eventKey => {
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
events && context.chart && (bindedEvents.current && Object.keys(bindedEvents.current).forEach((eventKey => {
|
|
20
|
+
context.chart.off(REACT_TO_VCHART_EVENTS[eventKey], bindedEvents.current[eventKey]),
|
|
21
|
+
bindedEvents.current[eventKey] = null;
|
|
22
|
+
})), events && Object.keys(events).forEach((eventKey => {
|
|
23
|
+
var _a;
|
|
24
|
+
(null === (_a = bindedEvents.current) || void 0 === _a ? void 0 : _a[eventKey]) || (context.chart.on(REACT_TO_VCHART_EVENTS[eventKey], handleEvent),
|
|
25
|
+
bindedEvents.current || (bindedEvents.current = {}), bindedEvents.current[eventKey] = handleEvent);
|
|
22
26
|
})));
|
|
23
27
|
};
|
|
24
28
|
return addMarkEvent(findEventProps(props)), React.useEffect((() => () => {
|
|
@@ -41,4 +45,4 @@ export const createSeries = (componentName, markNames, type) => {
|
|
|
41
45
|
};
|
|
42
46
|
}, Comp;
|
|
43
47
|
};
|
|
44
|
-
//# sourceMappingURL=BaseSeries.js.map
|
|
48
|
+
//# sourceMappingURL=BaseSeries.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/BaseSeries.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,gBAAgB,MAAM,kBAAkB,CAAC;AAChD,OAAO,EACL,sBAAsB,EAEtB,cAAc,EACd,kBAAkB,EAClB,sBAAsB,EACvB,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/series/BaseSeries.tsx"],"names":[],"mappings":"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","file":"BaseSeries.js","sourcesContent":["import React from 'react';\nimport { isNil, pickWithout } from '@visactor/vutils';\nimport RootChartContext from '../context/chart';\nimport {\n REACT_TO_VCHART_EVENTS,\n EventsProps,\n findEventProps,\n COMMON_EVENTK_KEYS,\n VCHART_TO_REACT_EVENTS\n} from '../eventsUtils';\nimport { VChart } from '@visactor/vchart';\nexport interface BaseSeriesProps extends EventsProps {\n id?: string | number;\n}\n\nexport const createSeries = <T extends BaseSeriesProps>(\n componentName: string,\n markNames: string[],\n type?: string,\n registers?: (() => void)[]\n) => {\n if (registers && registers.length) {\n VChart.useRegisters(registers);\n }\n\n const ignoreKeys = ['updateId', 'componentId'];\n const notSpecKeys = COMMON_EVENTK_KEYS.concat(ignoreKeys);\n\n const addMarkId = (spec: any, seriesId: string | number) => {\n markNames.forEach(markName => {\n const defaultMarkId = `${seriesId}-${markName}`;\n\n if (isNil(spec[markName])) {\n spec[markName] = { id: defaultMarkId };\n } else if (isNil(spec[markName].id)) {\n spec[markName].id = defaultMarkId;\n }\n });\n };\n\n const Comp: React.FC<T & { updateId?: number; componentId?: string }> = props => {\n const context = React.useContext(RootChartContext);\n\n const id = props.id ?? props.componentId;\n const bindedEvents = React.useRef<Record<string, (e: any) => void>>({});\n\n const handleEvent = (e: any) => {\n const markIds = markNames.map(markName => `${id}-${markName}`);\n if (e?.mark && markIds.includes(e.mark.getUserId())) {\n props[VCHART_TO_REACT_EVENTS[e.event.type]](e);\n }\n };\n\n const addMarkEvent = (events: EventsProps) => {\n if (!events || !context.chart) {\n return;\n }\n\n if (bindedEvents.current) {\n Object.keys(bindedEvents.current).forEach(eventKey => {\n context.chart.off(REACT_TO_VCHART_EVENTS[eventKey], bindedEvents.current[eventKey]);\n bindedEvents.current[eventKey] = null;\n });\n }\n\n events &&\n Object.keys(events).forEach(eventKey => {\n if (!bindedEvents.current?.[eventKey]) {\n context.chart.on(REACT_TO_VCHART_EVENTS[eventKey], handleEvent);\n\n if (!bindedEvents.current) {\n bindedEvents.current = {};\n }\n bindedEvents.current[eventKey] = handleEvent;\n }\n });\n };\n\n const removeMarkEvent = () => {\n addMarkEvent({});\n };\n\n addMarkEvent(findEventProps(props));\n\n React.useEffect(() => {\n return () => {\n removeMarkEvent();\n bindedEvents.current = {};\n };\n }, []);\n\n return null;\n };\n\n Comp.displayName = componentName;\n (Comp as any).parseSpec = (compProps: T & { updateId?: number; componentId?: string }) => {\n const newSeriesSpec = pickWithout<T>(compProps, notSpecKeys);\n\n addMarkId(newSeriesSpec, compProps.id ?? compProps.componentId);\n\n if (!isNil(type)) {\n (newSeriesSpec as any).type = type;\n }\n\n return {\n spec: newSeriesSpec,\n specName: 'series'\n };\n };\n return Comp;\n};\n"]}
|
package/esm/series/BoxPlot.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { createSeries } from "./BaseSeries";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { registerBoxplotSeries } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const BoxPlot = createSeries("BoxPlot", [ "boxPlot" ], "boxPlot", [ registerBoxplotSeries ]);
|
|
6
|
+
//# sourceMappingURL=BoxPlot.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/BoxPlot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/series/BoxPlot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAIzD,MAAM,CAAC,MAAM,OAAO,GAAG,YAAY,CAAe,SAAS,EAAE,CAAC,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAC","file":"BoxPlot.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { IBoxPlotSeriesSpec } from '@visactor/vchart';\nimport { registerBoxplotSeries } from '@visactor/vchart';\n\nexport type BoxPlotProps = BaseSeriesProps & Omit<IBoxPlotSeriesSpec, 'type'>;\n\nexport const BoxPlot = createSeries<BoxPlotProps>('BoxPlot', ['boxPlot'], 'boxPlot', [registerBoxplotSeries]);\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
+
import type { ICirclePackingSeriesSpec } from '@visactor/vchart';
|
|
3
|
+
export type CirclePackingProps = BaseSeriesProps & Omit<ICirclePackingSeriesSpec, 'type'>;
|
|
4
|
+
export declare const CirclePacking: import("react").FC<BaseSeriesProps & Omit<ICirclePackingSeriesSpec, "type"> & {
|
|
5
|
+
updateId?: number;
|
|
6
|
+
componentId?: string;
|
|
7
|
+
}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { createSeries } from "./BaseSeries";
|
|
2
|
+
|
|
3
|
+
import { registerCirclePackingSeries } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const CirclePacking = createSeries("CirclePacking", [ "circlePacking", "label" ], "circlePacking", [ registerCirclePackingSeries ]);
|
|
6
|
+
//# sourceMappingURL=CirclePacking.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/series/CirclePacking.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAI/D,MAAM,CAAC,MAAM,aAAa,GAAG,YAAY,CACvC,eAAe,EACf,CAAC,eAAe,EAAE,OAAO,CAAC,EAC1B,eAAe,EACf,CAAC,2BAA2B,CAAC,CAC9B,CAAC","file":"CirclePacking.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { ICirclePackingSeriesSpec } from '@visactor/vchart';\nimport { registerCirclePackingSeries } from '@visactor/vchart';\n\nexport type CirclePackingProps = BaseSeriesProps & Omit<ICirclePackingSeriesSpec, 'type'>;\n\nexport const CirclePacking = createSeries<CirclePackingProps>(\n 'CirclePacking',\n ['circlePacking', 'label'],\n 'circlePacking',\n [registerCirclePackingSeries]\n);\n"]}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { createSeries } from "./BaseSeries";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { registerCircularProgressSeries } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const CircularProgress = createSeries("CircularProgress", [ "circularProgress" ], "circularProgress", [ registerCircularProgressSeries ]);
|
|
6
|
+
//# sourceMappingURL=CircularProgress.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/CircularProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/series/CircularProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAIlE,MAAM,CAAC,MAAM,gBAAgB,GAAG,YAAY,CAC1C,kBAAkB,EAClB,CAAC,kBAAkB,CAAC,EACpB,kBAAkB,EAClB,CAAC,8BAA8B,CAAC,CACjC,CAAC","file":"CircularProgress.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { ICircularProgressSeriesSpec } from '@visactor/vchart';\nimport { registerCircularProgressSeries } from '@visactor/vchart';\n\nexport type CircularProgressProps = BaseSeriesProps & Omit<ICircularProgressSeriesSpec, 'type'>;\n\nexport const CircularProgress = createSeries<CircularProgressProps>(\n 'CircularProgress',\n ['circularProgress'],\n 'circularProgress',\n [registerCircularProgressSeries]\n);\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
+
import type { ICorrelationSeriesSpec } from '@visactor/vchart';
|
|
3
|
+
export type CorrelationProps = BaseSeriesProps & Omit<ICorrelationSeriesSpec, 'type'>;
|
|
4
|
+
export declare const Correlation: import("react").FC<BaseSeriesProps & Omit<ICorrelationSeriesSpec, "type"> & {
|
|
5
|
+
updateId?: number;
|
|
6
|
+
componentId?: string;
|
|
7
|
+
}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { createSeries } from "./BaseSeries";
|
|
2
|
+
|
|
3
|
+
import { registerCorrelationChart } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const Correlation = createSeries("Correlation", [ "centerPoint", "ripplePoint", "centerLabel", "nodePoint", "label" ], "correlation", [ registerCorrelationChart ]);
|
|
6
|
+
//# sourceMappingURL=Correlation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/series/Correlation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAI5D,MAAM,CAAC,MAAM,WAAW,GAAG,YAAY,CACrC,aAAa,EACb,CAAC,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW,EAAE,OAAO,CAAC,EACnE,aAAa,EACb,CAAC,wBAAwB,CAAC,CAC3B,CAAC","file":"Correlation.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { ICorrelationSeriesSpec } from '@visactor/vchart';\nimport { registerCorrelationChart } from '@visactor/vchart';\n\nexport type CorrelationProps = BaseSeriesProps & Omit<ICorrelationSeriesSpec, 'type'>;\n\nexport const Correlation = createSeries<CorrelationProps>(\n 'Correlation',\n ['centerPoint', 'ripplePoint', 'centerLabel', 'nodePoint', 'label'],\n 'correlation',\n [registerCorrelationChart]\n);\n"]}
|
package/esm/series/Dot.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { createSeries } from "./BaseSeries";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { registerDotSeries } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const Dot = createSeries("Dot", [ "dot" ], "dot", [ registerDotSeries ]);
|
|
6
|
+
//# sourceMappingURL=Dot.js.map
|
package/esm/series/Dot.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Dot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/series/Dot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAIrD,MAAM,CAAC,MAAM,GAAG,GAAG,YAAY,CAAW,KAAK,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC,iBAAiB,CAAC,CAAC,CAAC","file":"Dot.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { IDotSeriesSpec } from '@visactor/vchart';\nimport { registerDotSeries } from '@visactor/vchart';\n\nexport type DotProps = BaseSeriesProps & Omit<IDotSeriesSpec, 'type'>;\n\nexport const Dot = createSeries<DotProps>('Dot', ['dot'], 'dot', [registerDotSeries]);\n"]}
|
package/esm/series/Funnel.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { createSeries } from "./BaseSeries";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { registerFunnelSeries } from "@visactor/vchart";
|
|
4
|
+
|
|
5
|
+
export const Funnel = createSeries("Funnel", [ "funnel" ], "funnel", [ registerFunnelSeries ]);
|
|
6
|
+
//# sourceMappingURL=Funnel.js.map
|
package/esm/series/Funnel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Funnel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"sources":["../src/series/Funnel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAIxD,MAAM,CAAC,MAAM,MAAM,GAAG,YAAY,CAAc,QAAQ,EAAE,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,oBAAoB,CAAC,CAAC,CAAC","file":"Funnel.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { IFunnelSeriesSpec } from '@visactor/vchart';\nimport { registerFunnelSeries } from '@visactor/vchart';\n\nexport type FunnelProps = BaseSeriesProps & Omit<IFunnelSeriesSpec, 'type'>;\n\nexport const Funnel = createSeries<FunnelProps>('Funnel', ['funnel'], 'funnel', [registerFunnelSeries]);\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
+
import type { IFunnel3dSeriesSpec } from '@visactor/vchart';
|
|
3
|
+
export type Funnel3dProps = BaseSeriesProps & Omit<IFunnel3dSeriesSpec, 'type'>;
|
|
4
|
+
export declare const Funnel3d: import("react").FC<BaseSeriesProps & Omit<IFunnel3dSeriesSpec, "type"> & {
|
|
5
|
+
updateId?: number;
|
|
6
|
+
componentId?: string;
|
|
7
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/series/Funnel3d.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAI1D,MAAM,CAAC,MAAM,QAAQ,GAAG,YAAY,CAAgB,UAAU,EAAE,CAAC,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC,sBAAsB,CAAC,CAAC,CAAC","file":"Funnel3d.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\nimport type { IFunnel3dSeriesSpec } from '@visactor/vchart';\nimport { registerFunnel3dSeries } from '@visactor/vchart';\n\nexport type Funnel3dProps = BaseSeriesProps & Omit<IFunnel3dSeriesSpec, 'type'>;\n\nexport const Funnel3d = createSeries<Funnel3dProps>('Funnel3d', ['funnel'], 'funnel3d', [registerFunnel3dSeries]);\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
+
import type { IGaugeSeriesSpec } from '@visactor/vchart';
|
|
3
|
+
export type GaugeProps = BaseSeriesProps & Omit<IGaugeSeriesSpec, 'type'>;
|
|
4
|
+
export declare const Gauge: import("react").FC<BaseSeriesProps & Omit<IGaugeSeriesSpec, "type"> & {
|
|
5
|
+
updateId?: number;
|
|
6
|
+
componentId?: string;
|
|
7
|
+
}>;
|