@visactor/react-vchart 1.11.0-alpha.2 → 1.11.0
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 +3 -3
- package/cjs/charts/BaseChart.js +11 -7
- 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 +2 -1
- 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 +1 -0
- package/cjs/components/index.js +1 -1
- 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.js +2 -2
- package/cjs/components/tooltip/Tooltip.js.map +1 -1
- package/cjs/components/tooltip/index.d.ts +1 -0
- package/cjs/components/tooltip/index.js +1 -1
- package/cjs/components/tooltip/index.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 +3 -2
- 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 -3
- package/cjs/series/LinearProgress.js.map +1 -1
- package/cjs/series/Link.js +3 -2
- 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/Series.js +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/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 +3 -3
- package/esm/charts/BaseChart.js +12 -8
- 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 +4 -1
- 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 +1 -0
- package/esm/components/index.js +2 -0
- 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.js +3 -1
- package/esm/components/tooltip/Tooltip.js.map +1 -1
- package/esm/components/tooltip/index.d.ts +1 -0
- package/esm/components/tooltip/index.js +2 -0
- package/esm/components/tooltip/index.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 +5 -2
- 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 -2
- package/esm/series/LinearProgress.js.map +1 -1
- package/esm/series/Link.js +4 -1
- 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/Series.js +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/package.json +6 -6
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { VChart, registerPie3dChart, registerLabel } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
import { createChart } from "./BaseChart";
|
|
4
|
+
|
|
5
|
+
import { simpleComponentsRegisters } from "./register";
|
|
6
|
+
|
|
7
|
+
export const Pie3dChart = createChart("Pie3dChart", {
|
|
8
|
+
type: "pie3d",
|
|
9
|
+
vchartConstrouctor: VChart
|
|
10
|
+
}, [ registerPie3dChart, registerLabel, ...simpleComponentsRegisters ]);
|
|
11
|
+
//# sourceMappingURL=Pie3dChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/Pie3dChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC7E,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAMvD,MAAM,CAAC,MAAM,UAAU,GAAG,WAAW,CACnC,YAAY,EACZ;IACE,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,kBAAkB,EAAE,aAAa,EAAE,GAAG,yBAAyB,CAAC,CAClE,CAAC","file":"Pie3dChart.js","sourcesContent":["import React from 'react';\nimport type { IPie3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerPie3dChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface Pie3dChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IPie3dChartSpec, 'type'> {}\n\nexport const Pie3dChart = createChart<React.PropsWithChildren<Pie3dChartProps> & { type: 'pie3d' }>(\n 'Pie3dChart',\n {\n type: 'pie3d',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerPie3dChart, registerLabel, ...simpleComponentsRegisters]\n);\n"]}
|
package/esm/charts/PieChart.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IPieChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface PieChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IPieChartSpec, 'type'> {
|
|
4
|
+
export interface PieChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IPieChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const PieChart: React.ForwardRefExoticComponent<PieChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
package/esm/charts/PieChart.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VChart, registerPieChart, registerLabel } from "@visactor/vchart";
|
|
2
2
|
|
|
3
3
|
import { createChart } from "./BaseChart";
|
|
4
4
|
|
|
5
|
+
import { simpleComponentsRegisters } from "./register";
|
|
6
|
+
|
|
5
7
|
export const PieChart = createChart("PieChart", {
|
|
6
8
|
type: "pie",
|
|
7
9
|
vchartConstrouctor: VChart
|
|
8
|
-
});
|
|
10
|
+
}, [ registerPieChart, registerLabel, ...simpleComponentsRegisters ]);
|
|
9
11
|
//# sourceMappingURL=PieChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/PieChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/charts/PieChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAMvD,MAAM,CAAC,MAAM,QAAQ,GAAG,WAAW,CACjC,UAAU,EACV;IACE,IAAI,EAAE,KAAK;IACX,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,gBAAgB,EAAE,aAAa,EAAE,GAAG,yBAAyB,CAAC,CAChE,CAAC","file":"PieChart.js","sourcesContent":["import React from 'react';\nimport type { IPieChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerPieChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface PieChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IPieChartSpec, 'type'> {}\n\nexport const PieChart = createChart<React.PropsWithChildren<PieChartProps> & { type: 'pie' }>(\n 'PieChart',\n {\n type: 'pie',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerPieChart, registerLabel, ...simpleComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IRadarChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface RadarChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IRadarChartSpec, 'type'> {
|
|
4
|
+
export interface RadarChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IRadarChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const RadarChart: React.ForwardRefExoticComponent<RadarChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
package/esm/charts/RadarChart.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VChart, registerRadarChart, registerLabel } from "@visactor/vchart";
|
|
2
2
|
|
|
3
3
|
import { createChart } from "./BaseChart";
|
|
4
4
|
|
|
5
|
+
import { polarComponentsRegisters } from "./register";
|
|
6
|
+
|
|
5
7
|
export const RadarChart = createChart("RadarChart", {
|
|
6
8
|
type: "radar",
|
|
7
9
|
vchartConstrouctor: VChart
|
|
8
|
-
});
|
|
10
|
+
}, [ registerRadarChart, registerLabel, ...polarComponentsRegisters ]);
|
|
9
11
|
//# sourceMappingURL=RadarChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/RadarChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/charts/RadarChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC7E,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAMtD,MAAM,CAAC,MAAM,UAAU,GAAG,WAAW,CACnC,YAAY,EACZ;IACE,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,kBAAkB,EAAE,aAAa,EAAE,GAAG,wBAAwB,CAAC,CACjE,CAAC","file":"RadarChart.js","sourcesContent":["import React from 'react';\nimport type { IRadarChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerRadarChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { polarComponentsRegisters } from './register';\n\nexport interface RadarChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IRadarChartSpec, 'type'> {}\n\nexport const RadarChart = createChart<React.PropsWithChildren<RadarChartProps> & { type: 'radar' }>(\n 'RadarChart',\n {\n type: 'radar',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerRadarChart, registerLabel, ...polarComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { IRangeColumn3dChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface RangeColumn3dChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IRangeColumn3dChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const RangeColumn3dChart: React.ForwardRefExoticComponent<RangeColumn3dChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'rangeColumn3d';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { VChart, registerRangeColumn3dChart, registerLabel } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
import { createChart } from "./BaseChart";
|
|
4
|
+
|
|
5
|
+
import { cartesianComponentsRegisters } from "./register";
|
|
6
|
+
|
|
7
|
+
export const RangeColumn3dChart = createChart("RangeColumn3dChart", {
|
|
8
|
+
type: "rangeColumn3d",
|
|
9
|
+
vchartConstrouctor: VChart
|
|
10
|
+
}, [ registerRangeColumn3dChart, registerLabel, ...cartesianComponentsRegisters ]);
|
|
11
|
+
//# sourceMappingURL=RangeColumn3dChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/RangeColumn3dChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACrF,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAM1D,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAG3C,oBAAoB,EACpB;IACE,IAAI,EAAE,eAAe;IACrB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,0BAA0B,EAAE,aAAa,EAAE,GAAG,4BAA4B,CAAC,CAC7E,CAAC","file":"RangeColumn3dChart.js","sourcesContent":["import React from 'react';\nimport type { IRangeColumn3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerRangeColumn3dChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface RangeColumn3dChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IRangeColumn3dChartSpec, 'type'> {}\n\nexport const RangeColumn3dChart = createChart<\n React.PropsWithChildren<RangeColumn3dChartProps> & { type: 'rangeColumn3d' }\n>(\n 'RangeColumn3dChart',\n {\n type: 'rangeColumn3d',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerRangeColumn3dChart, registerLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IRangeColumnChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface RangeColumnChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IRangeColumnChartSpec, 'type'> {
|
|
4
|
+
export interface RangeColumnChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IRangeColumnChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const RangeColumnChart: React.ForwardRefExoticComponent<RangeColumnChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VChart, registerRangeColumnChart, registerLabel } from "@visactor/vchart";
|
|
2
2
|
|
|
3
3
|
import { createChart } from "./BaseChart";
|
|
4
4
|
|
|
5
|
+
import { cartesianComponentsRegisters } from "./register";
|
|
6
|
+
|
|
5
7
|
export const RangeColumnChart = createChart("RangeColumnChart", {
|
|
6
8
|
type: "rangeColumn",
|
|
7
9
|
vchartConstrouctor: VChart
|
|
8
|
-
});
|
|
10
|
+
}, [ registerRangeColumnChart, registerLabel, ...cartesianComponentsRegisters ]);
|
|
9
11
|
//# sourceMappingURL=RangeColumnChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/RangeColumnChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/charts/RangeColumnChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAM1D,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,wBAAwB,EAAE,aAAa,EAAE,GAAG,4BAA4B,CAAC,CAC3E,CAAC","file":"RangeColumnChart.js","sourcesContent":["import React from 'react';\nimport type { IRangeColumnChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerRangeColumnChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface RangeColumnChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IRangeColumnChartSpec, 'type'> {}\n\nexport const RangeColumnChart = createChart<React.PropsWithChildren<RangeColumnChartProps> & { type: 'rangeColumn' }>(\n 'RangeColumnChart',\n {\n type: 'rangeColumn',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerRangeColumnChart, registerLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IRoseChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface RoseChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IRoseChartSpec, 'type'> {
|
|
4
|
+
export interface RoseChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IRoseChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const RoseChart: React.ForwardRefExoticComponent<RoseChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
package/esm/charts/RoseChart.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VChart, registerRoseChart, registerLabel } from "@visactor/vchart";
|
|
2
2
|
|
|
3
3
|
import { createChart } from "./BaseChart";
|
|
4
4
|
|
|
5
|
+
import { polarComponentsRegisters } from "./register";
|
|
6
|
+
|
|
5
7
|
export const RoseChart = createChart("RoseChart", {
|
|
6
8
|
type: "rose",
|
|
7
9
|
vchartConstrouctor: VChart
|
|
8
|
-
});
|
|
10
|
+
}, [ registerRoseChart, registerLabel, ...polarComponentsRegisters ]);
|
|
11
|
+
//# sourceMappingURL=RoseChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/RoseChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/charts/RoseChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAMtD,MAAM,CAAC,MAAM,SAAS,GAAG,WAAW,CAClC,WAAW,EACX;IACE,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,iBAAiB,EAAE,aAAa,EAAE,GAAG,wBAAwB,CAAC,CAChE,CAAC","file":"RoseChart.js","sourcesContent":["import React from 'react';\nimport type { IRoseChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerRoseChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { polarComponentsRegisters } from './register';\n\nexport interface RoseChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IRoseChartSpec, 'type'> {}\n\nexport const RoseChart = createChart<React.PropsWithChildren<RoseChartProps> & { type: 'rose' }>(\n 'RoseChart',\n {\n type: 'rose',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerRoseChart, registerLabel, ...polarComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ISankeyChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface SankeyChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ISankeyChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const SankeyChart: React.ForwardRefExoticComponent<SankeyChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'sankey';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { VChart, registerSankeyChart } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
import { createChart } from "./BaseChart";
|
|
4
|
+
|
|
5
|
+
import { simpleComponentsRegisters } from "./register";
|
|
6
|
+
|
|
7
|
+
export const SankeyChart = createChart("SankeyChart", {
|
|
8
|
+
type: "sankey",
|
|
9
|
+
vchartConstrouctor: VChart
|
|
10
|
+
}, [ registerSankeyChart, ...simpleComponentsRegisters ]);
|
|
11
|
+
//# sourceMappingURL=SankeyChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/SankeyChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAMvD,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CACpC,aAAa,EACb;IACE,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,mBAAmB,EAAE,GAAG,yBAAyB,CAAC,CACpD,CAAC","file":"SankeyChart.js","sourcesContent":["import React from 'react';\nimport type { ISankeyChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerSankeyChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface SankeyChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ISankeyChartSpec, 'type'> {}\n\nexport const SankeyChart = createChart<React.PropsWithChildren<SankeyChartProps> & { type: 'sankey' }>(\n 'SankeyChart',\n {\n type: 'sankey',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerSankeyChart, ...simpleComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IScatterChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface ScatterChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IScatterChartSpec, 'type'> {
|
|
4
|
+
export interface ScatterChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IScatterChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const ScatterChart: React.ForwardRefExoticComponent<ScatterChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VChart, registerScatterChart, registerLabel } from "@visactor/vchart";
|
|
2
2
|
|
|
3
3
|
import { createChart } from "./BaseChart";
|
|
4
4
|
|
|
5
|
+
import { cartesianComponentsRegisters } from "./register";
|
|
6
|
+
|
|
5
7
|
export const ScatterChart = createChart("ScatterChart", {
|
|
6
8
|
type: "scatter",
|
|
7
9
|
vchartConstrouctor: VChart
|
|
8
|
-
});
|
|
10
|
+
}, [ registerScatterChart, registerLabel, ...cartesianComponentsRegisters ]);
|
|
9
11
|
//# sourceMappingURL=ScatterChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/ScatterChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/charts/ScatterChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC/E,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAM1D,MAAM,CAAC,MAAM,YAAY,GAAG,WAAW,CACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,oBAAoB,EAAE,aAAa,EAAE,GAAG,4BAA4B,CAAC,CACvE,CAAC","file":"ScatterChart.js","sourcesContent":["import React from 'react';\nimport type { IScatterChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerScatterChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface ScatterChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IScatterChartSpec, 'type'> {}\n\nexport const ScatterChart = createChart<React.PropsWithChildren<ScatterChartProps> & { type: 'scatter' }>(\n 'ScatterChart',\n {\n type: 'scatter',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerScatterChart, registerLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ISequenceChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface SequenceChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ISequenceChartSpec, 'type'> {
|
|
4
|
+
export interface SequenceChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ISequenceChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const SequenceChart: React.ForwardRefExoticComponent<SequenceChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VChart, registerSequenceChart } from "@visactor/vchart";
|
|
2
2
|
|
|
3
3
|
import { createChart } from "./BaseChart";
|
|
4
4
|
|
|
5
|
+
import { cartesianComponentsRegisters } from "./register";
|
|
6
|
+
|
|
5
7
|
export const SequenceChart = createChart("SequenceChart", {
|
|
6
8
|
type: "sequence",
|
|
7
9
|
vchartConstrouctor: VChart
|
|
8
|
-
});
|
|
10
|
+
}, [ registerSequenceChart, ...cartesianComponentsRegisters ]);
|
|
9
11
|
//# sourceMappingURL=SequenceChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/SequenceChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/charts/SequenceChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAM1D,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CACtC,eAAe,EACf;IACE,IAAI,EAAE,UAAU;IAChB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,qBAAqB,EAAE,GAAG,4BAA4B,CAAC,CACzD,CAAC","file":"SequenceChart.js","sourcesContent":["import React from 'react';\nimport type { ISequenceChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerSequenceChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface SequenceChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ISequenceChartSpec, 'type'> {}\n\nexport const SequenceChart = createChart<React.PropsWithChildren<SequenceChartProps> & { type: 'sequence' }>(\n 'SequenceChart',\n {\n type: 'sequence',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerSequenceChart, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ISunburstChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface SunburstChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ISunburstChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const SunburstChart: React.ForwardRefExoticComponent<SunburstChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'sunburst';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { VChart, registerSunburstChart } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
import { createChart } from "./BaseChart";
|
|
4
|
+
|
|
5
|
+
import { simpleComponentsRegisters } from "./register";
|
|
6
|
+
|
|
7
|
+
export const SunburstChart = createChart("SunburstChart", {
|
|
8
|
+
type: "sunburst",
|
|
9
|
+
vchartConstrouctor: VChart
|
|
10
|
+
}, [ registerSunburstChart, ...simpleComponentsRegisters ]);
|
|
11
|
+
//# sourceMappingURL=SunburstChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/SunburstChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAMvD,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CACtC,eAAe,EACf;IACE,IAAI,EAAE,UAAU;IAChB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,qBAAqB,EAAE,GAAG,yBAAyB,CAAC,CACtD,CAAC","file":"SunburstChart.js","sourcesContent":["import React from 'react';\nimport type { ISunburstChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerSunburstChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface SunburstChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ISunburstChartSpec, 'type'> {}\n\nexport const SunburstChart = createChart<React.PropsWithChildren<SunburstChartProps> & { type: 'sunburst' }>(\n 'SunburstChart',\n {\n type: 'sunburst',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerSunburstChart, ...simpleComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ITreemapChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface TreemapChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ITreemapChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const TreemapChart: React.ForwardRefExoticComponent<TreemapChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'treemap';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { VChart, registerTreemapChart } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
import { createChart } from "./BaseChart";
|
|
4
|
+
|
|
5
|
+
import { simpleComponentsRegisters } from "./register";
|
|
6
|
+
|
|
7
|
+
export const TreemapChart = createChart("TreemapChart", {
|
|
8
|
+
type: "treemap",
|
|
9
|
+
vchartConstrouctor: VChart
|
|
10
|
+
}, [ registerTreemapChart, ...simpleComponentsRegisters ]);
|
|
11
|
+
//# sourceMappingURL=TreemapChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/TreemapChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAMvD,MAAM,CAAC,MAAM,YAAY,GAAG,WAAW,CACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,oBAAoB,EAAE,GAAG,yBAAyB,CAAC,CACrD,CAAC","file":"TreemapChart.js","sourcesContent":["import React from 'react';\nimport type { ITreemapChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerTreemapChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface TreemapChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ITreemapChartSpec, 'type'> {}\n\nexport const TreemapChart = createChart<React.PropsWithChildren<TreemapChartProps> & { type: 'treemap' }>(\n 'TreemapChart',\n {\n type: 'treemap',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerTreemapChart, ...simpleComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { IWaterfallChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface WaterfallChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IWaterfallChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const WaterfallChart: React.ForwardRefExoticComponent<WaterfallChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'waterfall';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { VChart, registerWaterfallChart, registerLabel, registerTotalLabel } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
import { createChart } from "./BaseChart";
|
|
4
|
+
|
|
5
|
+
import { cartesianComponentsRegisters } from "./register";
|
|
6
|
+
|
|
7
|
+
export const WaterfallChart = createChart("WaterfallChart", {
|
|
8
|
+
type: "waterfall",
|
|
9
|
+
vchartConstrouctor: VChart
|
|
10
|
+
}, [ registerWaterfallChart, registerLabel, registerTotalLabel, ...cartesianComponentsRegisters ]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/WaterfallChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACrG,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAQ1D,MAAM,CAAC,MAAM,cAAc,GAAG,WAAW,CACvC,gBAAgB,EAChB;IACE,IAAI,EAAE,WAAW;IACjB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,sBAAsB,EAAE,aAAa,EAAE,kBAAkB,EAAE,GAAG,4BAA4B,CAAC,CAC7F,CAAC","file":"WaterfallChart.js","sourcesContent":["import React from 'react';\nimport type { IWaterfallChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerWaterfallChart, registerLabel, registerTotalLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface WaterfallChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IWaterfallChartSpec, 'type'> {\n //\n}\n\nexport const WaterfallChart = createChart<React.PropsWithChildren<WaterfallChartProps> & { type: 'waterfall' }>(\n 'WaterfallChart',\n {\n type: 'waterfall',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerWaterfallChart, registerLabel, registerTotalLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { IWordCloud3dChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface WordCloud3dChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IWordCloud3dChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const WordCloud3dChart: React.ForwardRefExoticComponent<WordCloud3dChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'wordCloud3d';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { VChart, registerWordCloud3dChart } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
import { createChart } from "./BaseChart";
|
|
4
|
+
|
|
5
|
+
import { simpleComponentsRegisters } from "./register";
|
|
6
|
+
|
|
7
|
+
export const WordCloud3dChart = createChart("WordCloud3dChart", {
|
|
8
|
+
type: "wordCloud3d",
|
|
9
|
+
vchartConstrouctor: VChart
|
|
10
|
+
}, [ registerWordCloud3dChart, ...simpleComponentsRegisters ]);
|
|
11
|
+
//# sourceMappingURL=WordCloud3dChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/WordCloud3dChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAMvD,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,wBAAwB,EAAE,GAAG,yBAAyB,CAAC,CACzD,CAAC","file":"WordCloud3dChart.js","sourcesContent":["import React from 'react';\nimport type { IWordCloud3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerWordCloud3dChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface WordCloud3dChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IWordCloud3dChartSpec, 'type'> {}\n\nexport const WordCloud3dChart = createChart<React.PropsWithChildren<WordCloud3dChartProps> & { type: 'wordCloud3d' }>(\n 'WordCloud3dChart',\n {\n type: 'wordCloud3d',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerWordCloud3dChart, ...simpleComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IWordCloudChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface WordCloudChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IWordCloudChartSpec, 'type'> {
|
|
4
|
+
export interface WordCloudChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IWordCloudChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const WordCloudChart: React.ForwardRefExoticComponent<WordCloudChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VChart, registerWordCloudChart } from "@visactor/vchart";
|
|
2
2
|
|
|
3
3
|
import { createChart } from "./BaseChart";
|
|
4
4
|
|
|
5
|
+
import { simpleComponentsRegisters } from "./register";
|
|
6
|
+
|
|
5
7
|
export const WordCloudChart = createChart("WordCloudChart", {
|
|
6
8
|
type: "wordCloud",
|
|
7
9
|
vchartConstrouctor: VChart
|
|
8
|
-
});
|
|
10
|
+
}, [ registerWordCloudChart, ...simpleComponentsRegisters ]);
|
|
9
11
|
//# sourceMappingURL=WordCloudChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/WordCloudChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/charts/WordCloudChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAClE,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAMvD,MAAM,CAAC,MAAM,cAAc,GAAG,WAAW,CACvC,gBAAgB,EAChB;IACE,IAAI,EAAE,WAAW;IACjB,kBAAkB,EAAE,MAA4B;CACjD,EACD,CAAC,sBAAsB,EAAE,GAAG,yBAAyB,CAAC,CACvD,CAAC","file":"WordCloudChart.js","sourcesContent":["import React from 'react';\nimport type { IWordCloudChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerWordCloudChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface WordCloudChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IWordCloudChartSpec, 'type'> {}\n\nexport const WordCloudChart = createChart<React.PropsWithChildren<WordCloudChartProps> & { type: 'wordCloud' }>(\n 'WordCloudChart',\n {\n type: 'wordCloud',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerWordCloudChart, ...simpleComponentsRegisters]\n);\n"]}
|
package/esm/charts/index.d.ts
CHANGED
|
@@ -1,18 +1,34 @@
|
|
|
1
1
|
export * from './AreaChart';
|
|
2
2
|
export * from './BarChart';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './ScatterChart';
|
|
5
|
-
export * from './PieChart';
|
|
6
|
-
export * from './RoseChart';
|
|
7
|
-
export * from './RadarChart';
|
|
8
|
-
export * from './MapChart';
|
|
9
|
-
export * from './HistogramChart';
|
|
10
|
-
export * from './WordCloudChart';
|
|
11
|
-
export * from './FunnelChart';
|
|
3
|
+
export * from './Bar3dChart';
|
|
12
4
|
export * from './BoxPlotChart';
|
|
5
|
+
export * from './CirclePackingChart';
|
|
13
6
|
export * from './CircularProgressChart';
|
|
7
|
+
export * from './CommonChart';
|
|
8
|
+
export * from './CorrelationChart';
|
|
9
|
+
export * from './FunnelChart';
|
|
10
|
+
export * from './Funnel3dChart';
|
|
11
|
+
export * from './GaugeChart';
|
|
12
|
+
export * from './HeatmapChart';
|
|
13
|
+
export * from './Histogram3dChart';
|
|
14
|
+
export * from './HistogramChart';
|
|
14
15
|
export * from './LinearProgressChart';
|
|
16
|
+
export * from './LineChart';
|
|
17
|
+
export * from './LiquidChart';
|
|
18
|
+
export * from './MapChart';
|
|
19
|
+
export * from './PieChart';
|
|
20
|
+
export * from './Pie3dChart';
|
|
21
|
+
export * from './RadarChart';
|
|
15
22
|
export * from './RangeColumnChart';
|
|
16
|
-
export * from './
|
|
23
|
+
export * from './RangeColumn3dChart';
|
|
24
|
+
export * from './RoseChart';
|
|
25
|
+
export * from './SankeyChart';
|
|
26
|
+
export * from './ScatterChart';
|
|
27
|
+
export * from './SequenceChart';
|
|
28
|
+
export * from './SunburstChart';
|
|
29
|
+
export * from './TreemapChart';
|
|
30
|
+
export * from './WordCloudChart';
|
|
31
|
+
export * from './WordCloud3dChart';
|
|
32
|
+
export * from './WordCloudChart';
|
|
17
33
|
export type { ChartOptions } from './BaseChart';
|
|
18
34
|
export type { IData, IChartSpec } from '@visactor/vchart';
|
package/esm/charts/index.js
CHANGED
|
@@ -2,31 +2,63 @@ export * from "./AreaChart";
|
|
|
2
2
|
|
|
3
3
|
export * from "./BarChart";
|
|
4
4
|
|
|
5
|
+
export * from "./Bar3dChart";
|
|
6
|
+
|
|
7
|
+
export * from "./BoxPlotChart";
|
|
8
|
+
|
|
9
|
+
export * from "./CirclePackingChart";
|
|
10
|
+
|
|
11
|
+
export * from "./CircularProgressChart";
|
|
12
|
+
|
|
13
|
+
export * from "./CommonChart";
|
|
14
|
+
|
|
15
|
+
export * from "./CorrelationChart";
|
|
16
|
+
|
|
17
|
+
export * from "./FunnelChart";
|
|
18
|
+
|
|
19
|
+
export * from "./Funnel3dChart";
|
|
20
|
+
|
|
21
|
+
export * from "./GaugeChart";
|
|
22
|
+
|
|
23
|
+
export * from "./HeatmapChart";
|
|
24
|
+
|
|
25
|
+
export * from "./Histogram3dChart";
|
|
26
|
+
|
|
27
|
+
export * from "./HistogramChart";
|
|
28
|
+
|
|
29
|
+
export * from "./LinearProgressChart";
|
|
30
|
+
|
|
5
31
|
export * from "./LineChart";
|
|
6
32
|
|
|
7
|
-
export * from "./
|
|
33
|
+
export * from "./LiquidChart";
|
|
34
|
+
|
|
35
|
+
export * from "./MapChart";
|
|
8
36
|
|
|
9
37
|
export * from "./PieChart";
|
|
10
38
|
|
|
11
|
-
export * from "./
|
|
39
|
+
export * from "./Pie3dChart";
|
|
12
40
|
|
|
13
41
|
export * from "./RadarChart";
|
|
14
42
|
|
|
15
|
-
export * from "./
|
|
43
|
+
export * from "./RangeColumnChart";
|
|
16
44
|
|
|
17
|
-
export * from "./
|
|
45
|
+
export * from "./RangeColumn3dChart";
|
|
18
46
|
|
|
19
|
-
export * from "./
|
|
47
|
+
export * from "./RoseChart";
|
|
20
48
|
|
|
21
|
-
export * from "./
|
|
49
|
+
export * from "./SankeyChart";
|
|
22
50
|
|
|
23
|
-
export * from "./
|
|
51
|
+
export * from "./ScatterChart";
|
|
24
52
|
|
|
25
|
-
export * from "./
|
|
53
|
+
export * from "./SequenceChart";
|
|
26
54
|
|
|
27
|
-
export * from "./
|
|
55
|
+
export * from "./SunburstChart";
|
|
28
56
|
|
|
29
|
-
export * from "./
|
|
57
|
+
export * from "./TreemapChart";
|
|
30
58
|
|
|
31
|
-
export * from "./
|
|
59
|
+
export * from "./WordCloudChart";
|
|
60
|
+
|
|
61
|
+
export * from "./WordCloud3dChart";
|
|
62
|
+
|
|
63
|
+
export * from "./WordCloudChart";
|
|
32
64
|
//# sourceMappingURL=index.js.map
|
package/esm/charts/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,
|
|
1
|
+
{"version":3,"sources":["../src/charts/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAE/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AAEnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AAEjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAE9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAE5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAEhC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC","file":"index.js","sourcesContent":["export * from './AreaChart';\nexport * from './BarChart';\nexport * from './Bar3dChart';\nexport * from './BoxPlotChart';\n\nexport * from './CirclePackingChart';\nexport * from './CircularProgressChart';\nexport * from './CommonChart';\nexport * from './CorrelationChart';\n\nexport * from './FunnelChart';\nexport * from './Funnel3dChart';\nexport * from './GaugeChart';\nexport * from './HeatmapChart';\nexport * from './Histogram3dChart';\nexport * from './HistogramChart';\n\nexport * from './LinearProgressChart';\nexport * from './LineChart';\nexport * from './LiquidChart';\n\nexport * from './MapChart';\nexport * from './PieChart';\nexport * from './Pie3dChart';\nexport * from './RadarChart';\nexport * from './RangeColumnChart';\nexport * from './RangeColumn3dChart';\nexport * from './RoseChart';\n\nexport * from './SankeyChart';\nexport * from './ScatterChart';\nexport * from './SequenceChart';\nexport * from './SunburstChart';\n\nexport * from './TreemapChart';\nexport * from './WordCloudChart';\nexport * from './WordCloud3dChart';\nexport * from './WordCloudChart';\n\nexport type { ChartOptions } from './BaseChart';\nexport type { IData, IChartSpec } from '@visactor/vchart';\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { registerBrush, registerContinuousLegend, registerDataZoom, registerDiscreteLegend, registerCustomMark, registerAllMarks, registerMarkArea, registerMarkLine, registerMarkPoint, registerScrollBar, registerTitle, registerCartesianLinearAxis, registerCartesianBandAxis, registerCartesianTimeAxis, registerCartesianLogAxis, registerCartesianCrossHair, registerPolarLinearAxis, registerPolarBandAxis, registerPolarCrossHair } from "@visactor/vchart";
|
|
2
|
+
|
|
3
|
+
export const cartesianComponentsRegisters = [ registerCartesianLinearAxis, registerCartesianBandAxis, registerCartesianTimeAxis, registerCartesianLogAxis, registerCartesianCrossHair, registerBrush, registerContinuousLegend, registerDataZoom, registerDiscreteLegend, registerCustomMark, registerAllMarks, registerMarkArea, registerMarkLine, registerMarkPoint, registerScrollBar, registerTitle ];
|
|
4
|
+
|
|
5
|
+
export const polarComponentsRegisters = [ registerPolarLinearAxis, registerPolarBandAxis, registerPolarCrossHair, registerBrush, registerContinuousLegend, registerDataZoom, registerDiscreteLegend, registerCustomMark, registerAllMarks, registerScrollBar, registerTitle ];
|
|
6
|
+
|
|
7
|
+
export const simpleComponentsRegisters = [ registerDiscreteLegend, registerContinuousLegend, registerCustomMark, registerAllMarks, registerTitle ];
|
|
8
|
+
//# sourceMappingURL=register.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/register.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,wBAAwB,EACxB,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,EACb,2BAA2B,EAC3B,yBAAyB,EACzB,yBAAyB,EACzB,wBAAwB,EACxB,0BAA0B,EAC1B,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACvB,MAAM,kBAAkB,CAAC;AAE1B,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,2BAA2B;IAC3B,yBAAyB;IACzB,yBAAyB;IACzB,wBAAwB;IACxB,0BAA0B;IAC1B,aAAa;IACb,wBAAwB;IACxB,gBAAgB;IAChB,sBAAsB;IACtB,kBAAkB;IAClB,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB;IACjB,iBAAiB;IACjB,aAAa;CACd,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,uBAAuB;IACvB,qBAAqB;IACrB,sBAAsB;IAEtB,aAAa;IACb,wBAAwB;IACxB,gBAAgB;IAChB,sBAAsB;IACtB,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;IACjB,aAAa;CACd,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,sBAAsB;IACtB,wBAAwB;IACxB,kBAAkB;IAClB,gBAAgB;IAChB,aAAa;CACd,CAAC","file":"register.js","sourcesContent":["import {\n registerBrush, // optional\n registerContinuousLegend,\n registerDataZoom,\n registerDiscreteLegend,\n registerCustomMark,\n registerAllMarks,\n registerMarkArea,\n registerMarkLine,\n registerMarkPoint,\n registerScrollBar,\n registerTitle,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis,\n registerCartesianLogAxis,\n registerCartesianCrossHair,\n registerPolarLinearAxis, // 必选\n registerPolarBandAxis, // 必选\n registerPolarCrossHair\n} from '@visactor/vchart';\n\nexport const cartesianComponentsRegisters = [\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis,\n registerCartesianLogAxis,\n registerCartesianCrossHair,\n registerBrush, // optional\n registerContinuousLegend,\n registerDataZoom,\n registerDiscreteLegend,\n registerCustomMark,\n registerAllMarks,\n registerMarkArea,\n registerMarkLine,\n registerMarkPoint,\n registerScrollBar,\n registerTitle\n];\n\nexport const polarComponentsRegisters = [\n registerPolarLinearAxis, // 必选\n registerPolarBandAxis, // 必选\n registerPolarCrossHair,\n\n registerBrush, // optional\n registerContinuousLegend,\n registerDataZoom,\n registerDiscreteLegend,\n registerCustomMark,\n registerAllMarks,\n registerScrollBar,\n registerTitle\n];\n\nexport const simpleComponentsRegisters = [\n registerDiscreteLegend,\n registerContinuousLegend,\n registerCustomMark,\n registerAllMarks,\n registerTitle\n];\n"]}
|