@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 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/GaugeChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA8D;AAC9D,2CAA0D;AAC1D,yCAAuD;AAM1C,QAAA,UAAU,GAAG,IAAA,uBAAW,EACnC,YAAY,EACZ;IACE,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,2BAAkB,EAAE,GAAG,oCAAyB,CAAC,CACnD,CAAC","file":"GaugeChart.js","sourcesContent":["import React from 'react';\nimport type { IGaugeChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerGaugeChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface GaugeChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IGaugeChartSpec, 'type'> {}\n\nexport const GaugeChart = createChart<React.PropsWithChildren<GaugeChartProps> & { type: 'gauge' }>(\n 'GaugeChart',\n {\n type: 'gauge',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerGaugeChart, ...simpleComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { IHeatmapChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface HeatmapChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IHeatmapChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const HeatmapChart: React.ForwardRefExoticComponent<HeatmapChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'heatmap';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: !0
|
|
5
|
+
}), exports.HeatmapChart = void 0;
|
|
6
|
+
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
8
|
+
|
|
9
|
+
exports.HeatmapChart = (0, BaseChart_1.createChart)("HeatmapChart", {
|
|
10
|
+
type: "heatmap",
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerHeatmapChart, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianCrossHair, vchart_1.registerLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
13
|
+
//# sourceMappingURL=HeatmapChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/HeatmapChart.tsx"],"names":[],"mappings":";;;AAEA,6CAM0B;AAC1B,2CAA0D;AAC1D,yCAA0D;AAQ7C,QAAA,YAAY,GAAG,IAAA,uBAAW,EACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,eAA4B;CACjD,EACD;IACE,6BAAoB;IACpB,kCAAyB;IACzB,mCAA0B;IAC1B,sBAAa;IACb,GAAG,uCAA4B;CAChC,CACF,CAAC","file":"HeatmapChart.js","sourcesContent":["import React from 'react';\nimport type { IHeatmapChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerHeatmapChart,\n registerCartesianBandAxis,\n registerCartesianCrossHair,\n registerLabel\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface HeatmapChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IHeatmapChartSpec, 'type'> {\n //\n}\n\nexport const HeatmapChart = createChart<React.PropsWithChildren<HeatmapChartProps> & { type: 'heatmap' }>(\n 'HeatmapChart',\n {\n type: 'heatmap',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [\n registerHeatmapChart,\n registerCartesianBandAxis,\n registerCartesianCrossHair,\n registerLabel,\n ...cartesianComponentsRegisters\n ]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IHistogram3dChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface Histogram3dChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IHistogram3dChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const Histogram3dChart: React.ForwardRefExoticComponent<Histogram3dChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'histogram3d';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: !0
|
|
5
|
+
}), exports.Histogram3dChart = void 0;
|
|
6
|
+
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
8
|
+
|
|
9
|
+
exports.Histogram3dChart = (0, BaseChart_1.createChart)("Histogram3dChart", {
|
|
10
|
+
type: "histogram3d",
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerHistogram3dChart, vchart_1.registerLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
13
|
+
//# sourceMappingURL=Histogram3dChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/Histogram3dChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAmF;AACnF,2CAA0D;AAC1D,yCAA0D;AAM7C,QAAA,gBAAgB,GAAG,IAAA,uBAAW,EACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,iCAAwB,EAAE,sBAAa,EAAE,GAAG,uCAA4B,CAAC,CAC3E,CAAC","file":"Histogram3dChart.js","sourcesContent":["import React from 'react';\nimport { IHistogram3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerHistogram3dChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface Histogram3dChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IHistogram3dChartSpec, 'type'> {}\n\nexport const Histogram3dChart = createChart<React.PropsWithChildren<Histogram3dChartProps> & { type: 'histogram3d' }>(\n 'Histogram3dChart',\n {\n type: 'histogram3d',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerHistogram3dChart, registerLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IHistogramChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface HistogramChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IHistogramChartSpec, 'type'> {
|
|
4
|
+
export interface HistogramChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IHistogramChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const HistogramChart: React.ForwardRefExoticComponent<HistogramChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
|
@@ -1,19 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.HistogramChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.HistogramChart = (0, BaseChart_1.createChart)("HistogramChart", {
|
|
16
10
|
type: "histogram",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
19
|
-
//# sourceMappingURL=HistogramChart.js.map
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerHistogramChart, vchart_1.registerLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/HistogramChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/HistogramChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAiF;AACjF,2CAA0D;AAC1D,yCAA0D;AAM7C,QAAA,cAAc,GAAG,IAAA,uBAAW,EACvC,gBAAgB,EAChB;IACE,IAAI,EAAE,WAAW;IACjB,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,+BAAsB,EAAE,sBAAa,EAAE,GAAG,uCAA4B,CAAC,CACzE,CAAC","file":"HistogramChart.js","sourcesContent":["import React from 'react';\nimport { IHistogramChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerHistogramChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface HistogramChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IHistogramChartSpec, 'type'> {}\n\nexport const HistogramChart = createChart<React.PropsWithChildren<HistogramChartProps> & { type: 'histogram' }>(\n 'HistogramChart',\n {\n type: 'histogram',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerHistogramChart, registerLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ILineChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface LineChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ILineChartSpec, 'type'> {
|
|
4
|
+
export interface LineChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ILineChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const LineChart: React.ForwardRefExoticComponent<LineChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
package/cjs/charts/LineChart.js
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.LineChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.LineChart = (0, BaseChart_1.createChart)("LineChart", {
|
|
16
10
|
type: "line",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerLineChart, vchart_1.registerLabel, vchart_1.registerTotalLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
19
13
|
//# sourceMappingURL=LineChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/LineChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/LineChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAgG;AAChG,2CAA0D;AAC1D,yCAA0D;AAM7C,QAAA,SAAS,GAAG,IAAA,uBAAW,EAClC,WAAW,EACX;IACE,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,0BAAiB,EAAE,sBAAa,EAAE,2BAAkB,EAAE,GAAG,uCAA4B,CAAC,CACxF,CAAC","file":"LineChart.js","sourcesContent":["import React from 'react';\nimport type { ILineChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerLineChart, registerLabel, registerTotalLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface LineChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ILineChartSpec, 'type'> {}\n\nexport const LineChart = createChart<React.PropsWithChildren<LineChartProps> & { type: 'line' }>(\n 'LineChart',\n {\n type: 'line',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerLineChart, registerLabel, registerTotalLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ILinearProgressChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface LinearProgressChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ILinearProgressChartSpec, 'type'> {
|
|
4
|
+
export interface LinearProgressChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ILinearProgressChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const LinearProgressChart: React.ForwardRefExoticComponent<LinearProgressChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.LinearProgressChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.LinearProgressChart = (0, BaseChart_1.createChart)("LinearProgressChart", {
|
|
16
10
|
type: "linearProgress",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerLinearProgressChart, vchart_1.registerLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
19
13
|
//# sourceMappingURL=LinearProgressChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/LinearProgressChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/LinearProgressChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAsF;AACtF,2CAA0D;AAC1D,yCAA0D;AAM7C,QAAA,mBAAmB,GAAG,IAAA,uBAAW,EAG5C,qBAAqB,EACrB;IACE,IAAI,EAAE,gBAAgB;IACtB,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,oCAA2B,EAAE,sBAAa,EAAE,GAAG,uCAA4B,CAAC,CAC9E,CAAC","file":"LinearProgressChart.js","sourcesContent":["import React from 'react';\nimport { ILinearProgressChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerLinearProgressChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { cartesianComponentsRegisters } from './register';\n\nexport interface LinearProgressChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ILinearProgressChartSpec, 'type'> {}\n\nexport const LinearProgressChart = createChart<\n React.PropsWithChildren<LinearProgressChartProps> & { type: 'linearProgress' }\n>(\n 'LinearProgressChart',\n {\n type: 'linearProgress',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerLinearProgressChart, registerLabel, ...cartesianComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ILiquidChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface LiquidChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data' | 'data'>, Omit<ILiquidChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const LiquidChart: React.ForwardRefExoticComponent<LiquidChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'liquid';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: !0
|
|
5
|
+
}), exports.LiquidChart = void 0;
|
|
6
|
+
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
8
|
+
|
|
9
|
+
exports.LiquidChart = (0, BaseChart_1.createChart)("LiquidChart", {
|
|
10
|
+
type: "liquid",
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerLiquidChart, ...register_1.simpleComponentsRegisters ]);
|
|
13
|
+
//# sourceMappingURL=LiquidChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/LiquidChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA+D;AAC/D,2CAA0D;AAC1D,yCAAuD;AAM1C,QAAA,WAAW,GAAG,IAAA,uBAAW,EACpC,aAAa,EACb;IACE,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,4BAAmB,EAAE,GAAG,oCAAyB,CAAC,CACpD,CAAC","file":"LiquidChart.js","sourcesContent":["import React from 'react';\nimport type { ILiquidChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerLiquidChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface LiquidChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data' | 'data'>,\n Omit<ILiquidChartSpec, 'type'> {}\n\nexport const LiquidChart = createChart<React.PropsWithChildren<LiquidChartProps> & { type: 'liquid' }>(\n 'LiquidChart',\n {\n type: 'liquid',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerLiquidChart, ...simpleComponentsRegisters]\n);\n"]}
|
package/cjs/charts/MapChart.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IMapChartSpec } from '@visactor/vchart';
|
|
3
3
|
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface MapChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IMapChartSpec, 'type'> {
|
|
4
|
+
export interface MapChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IMapChartSpec, 'type'> {
|
|
5
5
|
}
|
|
6
6
|
export declare const MapChart: React.ForwardRefExoticComponent<MapChartProps & {
|
|
7
7
|
children?: React.ReactNode;
|
package/cjs/charts/MapChart.js
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.MapChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.MapChart = (0, BaseChart_1.createChart)("MapChart", {
|
|
16
10
|
type: "map",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerMapChart, vchart_1.registerLabel, ...register_1.simpleComponentsRegisters ]);
|
|
19
13
|
//# sourceMappingURL=MapChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/MapChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/MapChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA2E;AAC3E,2CAA0D;AAC1D,yCAAuD;AAM1C,QAAA,QAAQ,GAAG,IAAA,uBAAW,EACjC,UAAU,EACV;IACE,IAAI,EAAE,KAAK;IACX,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,yBAAgB,EAAE,sBAAa,EAAE,GAAG,oCAAyB,CAAC,CAChE,CAAC","file":"MapChart.js","sourcesContent":["import React from 'react';\nimport type { IMapChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerMapChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\nimport { simpleComponentsRegisters } from './register';\n\nexport interface MapChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IMapChartSpec, 'type'> {}\n\nexport const MapChart = createChart<React.PropsWithChildren<MapChartProps> & { type: 'map' }>(\n 'MapChart',\n {\n type: 'map',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerMapChart, registerLabel, ...simpleComponentsRegisters]\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { IPie3dChartSpec } from '@visactor/vchart';
|
|
3
|
+
import { BaseChartProps } from './BaseChart';
|
|
4
|
+
export interface Pie3dChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IPie3dChartSpec, 'type'> {
|
|
5
|
+
}
|
|
6
|
+
export declare const Pie3dChart: React.ForwardRefExoticComponent<Pie3dChartProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & {
|
|
9
|
+
type: 'pie3d';
|
|
10
|
+
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: !0
|
|
5
|
+
}), exports.Pie3dChart = void 0;
|
|
6
|
+
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
8
|
+
|
|
9
|
+
exports.Pie3dChart = (0, BaseChart_1.createChart)("Pie3dChart", {
|
|
10
|
+
type: "pie3d",
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerPie3dChart, vchart_1.registerLabel, ...register_1.simpleComponentsRegisters ]);
|
|
13
|
+
//# sourceMappingURL=Pie3dChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/Pie3dChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA6E;AAC7E,2CAA0D;AAC1D,yCAAuD;AAM1C,QAAA,UAAU,GAAG,IAAA,uBAAW,EACnC,YAAY,EACZ;IACE,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,2BAAkB,EAAE,sBAAa,EAAE,GAAG,oCAAyB,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/cjs/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/cjs/charts/PieChart.js
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.PieChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.PieChart = (0, BaseChart_1.createChart)("PieChart", {
|
|
16
10
|
type: "pie",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerPieChart, vchart_1.registerLabel, ...register_1.simpleComponentsRegisters ]);
|
|
19
13
|
//# sourceMappingURL=PieChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/PieChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/PieChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA2E;AAC3E,2CAA0D;AAC1D,yCAAuD;AAM1C,QAAA,QAAQ,GAAG,IAAA,uBAAW,EACjC,UAAU,EACV;IACE,IAAI,EAAE,KAAK;IACX,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,yBAAgB,EAAE,sBAAa,EAAE,GAAG,oCAAyB,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/cjs/charts/RadarChart.js
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.RadarChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.RadarChart = (0, BaseChart_1.createChart)("RadarChart", {
|
|
16
10
|
type: "radar",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerRadarChart, vchart_1.registerLabel, ...register_1.polarComponentsRegisters ]);
|
|
19
13
|
//# sourceMappingURL=RadarChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/RadarChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/RadarChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA6E;AAC7E,2CAA0D;AAC1D,yCAAsD;AAMzC,QAAA,UAAU,GAAG,IAAA,uBAAW,EACnC,YAAY,EACZ;IACE,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,2BAAkB,EAAE,sBAAa,EAAE,GAAG,mCAAwB,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,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: !0
|
|
5
|
+
}), exports.RangeColumn3dChart = void 0;
|
|
6
|
+
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
8
|
+
|
|
9
|
+
exports.RangeColumn3dChart = (0, BaseChart_1.createChart)("RangeColumn3dChart", {
|
|
10
|
+
type: "rangeColumn3d",
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerRangeColumn3dChart, vchart_1.registerLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
13
|
+
//# sourceMappingURL=RangeColumn3dChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/RangeColumn3dChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAqF;AACrF,2CAA0D;AAC1D,yCAA0D;AAM7C,QAAA,kBAAkB,GAAG,IAAA,uBAAW,EAG3C,oBAAoB,EACpB;IACE,IAAI,EAAE,eAAe;IACrB,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,mCAA0B,EAAE,sBAAa,EAAE,GAAG,uCAA4B,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,19 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.RangeColumnChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.RangeColumnChart = (0, BaseChart_1.createChart)("RangeColumnChart", {
|
|
16
10
|
type: "rangeColumn",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerRangeColumnChart, vchart_1.registerLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
19
13
|
//# sourceMappingURL=RangeColumnChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/RangeColumnChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/RangeColumnChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAmF;AACnF,2CAA0D;AAC1D,yCAA0D;AAM7C,QAAA,gBAAgB,GAAG,IAAA,uBAAW,EACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,iCAAwB,EAAE,sBAAa,EAAE,GAAG,uCAA4B,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/cjs/charts/RoseChart.js
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.RoseChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.RoseChart = (0, BaseChart_1.createChart)("RoseChart", {
|
|
16
10
|
type: "rose",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerRoseChart, vchart_1.registerLabel, ...register_1.polarComponentsRegisters ]);
|
|
13
|
+
//# sourceMappingURL=RoseChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/RoseChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/RoseChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA4E;AAC5E,2CAA0D;AAC1D,yCAAsD;AAMzC,QAAA,SAAS,GAAG,IAAA,uBAAW,EAClC,WAAW,EACX;IACE,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,0BAAiB,EAAE,sBAAa,EAAE,GAAG,mCAAwB,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,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: !0
|
|
5
|
+
}), exports.SankeyChart = void 0;
|
|
6
|
+
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
8
|
+
|
|
9
|
+
exports.SankeyChart = (0, BaseChart_1.createChart)("SankeyChart", {
|
|
10
|
+
type: "sankey",
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerSankeyChart, ...register_1.simpleComponentsRegisters ]);
|
|
13
|
+
//# sourceMappingURL=SankeyChart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/charts/SankeyChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA+D;AAC/D,2CAA0D;AAC1D,yCAAuD;AAM1C,QAAA,WAAW,GAAG,IAAA,uBAAW,EACpC,aAAa,EACb;IACE,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,4BAAmB,EAAE,GAAG,oCAAyB,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,19 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var __importDefault = this && this.__importDefault || function(mod) {
|
|
4
|
-
return mod && mod.__esModule ? mod : {
|
|
5
|
-
default: mod
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
|
|
9
3
|
Object.defineProperty(exports, "__esModule", {
|
|
10
4
|
value: !0
|
|
11
5
|
}), exports.ScatterChart = void 0;
|
|
12
6
|
|
|
13
|
-
const vchart_1 =
|
|
7
|
+
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), register_1 = require("./register");
|
|
14
8
|
|
|
15
9
|
exports.ScatterChart = (0, BaseChart_1.createChart)("ScatterChart", {
|
|
16
10
|
type: "scatter",
|
|
17
|
-
vchartConstrouctor: vchart_1.
|
|
18
|
-
});
|
|
11
|
+
vchartConstrouctor: vchart_1.VChart
|
|
12
|
+
}, [ vchart_1.registerScatterChart, vchart_1.registerLabel, ...register_1.cartesianComponentsRegisters ]);
|
|
19
13
|
//# sourceMappingURL=ScatterChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/ScatterChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/charts/ScatterChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA+E;AAC/E,2CAA0D;AAC1D,yCAA0D;AAM7C,QAAA,YAAY,GAAG,IAAA,uBAAW,EACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,6BAAoB,EAAE,sBAAa,EAAE,GAAG,uCAA4B,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;
|