@visactor/react-vchart 2.1.0-alpha.4 → 2.1.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/build/index.js +324 -209
  2. package/build/index.min.js +3 -3
  3. package/cjs/charts/AreaChart.js +1 -1
  4. package/cjs/charts/Bar3dChart.js +1 -1
  5. package/cjs/charts/BarChart.js +1 -1
  6. package/cjs/charts/BaseChart.js +1 -1
  7. package/cjs/charts/BoxPlotChart.js +1 -1
  8. package/cjs/charts/CirclePackingChart.js +1 -1
  9. package/cjs/charts/CircularProgressChart.js +1 -1
  10. package/cjs/charts/CommonChart.js +1 -1
  11. package/cjs/charts/CorrelationChart.js +1 -1
  12. package/cjs/charts/Funnel3dChart.js +1 -1
  13. package/cjs/charts/FunnelChart.js +1 -1
  14. package/cjs/charts/GaugeChart.js +1 -1
  15. package/cjs/charts/HeatmapChart.js +1 -1
  16. package/cjs/charts/Histogram3dChart.js +1 -1
  17. package/cjs/charts/HistogramChart.js +1 -2
  18. package/cjs/charts/LineChart.js +1 -1
  19. package/cjs/charts/LinearProgressChart.js +1 -1
  20. package/cjs/charts/LiquidChart.js +1 -1
  21. package/cjs/charts/MapChart.js +1 -1
  22. package/cjs/charts/MosaicChart.js +1 -1
  23. package/cjs/charts/PictogramChart.js +1 -1
  24. package/cjs/charts/Pie3dChart.js +1 -1
  25. package/cjs/charts/PieChart.js +1 -1
  26. package/cjs/charts/RadarChart.js +1 -1
  27. package/cjs/charts/RangeAreaChart.js +1 -1
  28. package/cjs/charts/RangeColumn3dChart.js +1 -1
  29. package/cjs/charts/RangeColumnChart.js +1 -1
  30. package/cjs/charts/RoseChart.js +1 -1
  31. package/cjs/charts/SankeyChart.js +1 -1
  32. package/cjs/charts/ScatterChart.js +1 -1
  33. package/cjs/charts/SequenceChart.js +1 -2
  34. package/cjs/charts/SunburstChart.js +1 -1
  35. package/cjs/charts/TreemapChart.js +1 -1
  36. package/cjs/charts/VennChart.js +1 -1
  37. package/cjs/charts/WaterfallChart.js +1 -1
  38. package/cjs/charts/WordCloud3dChart.js +1 -1
  39. package/cjs/charts/WordCloudChart.js +1 -1
  40. package/cjs/components/MarkArea.js +1 -2
  41. package/cjs/components/MarkPoint.js +2 -1
  42. package/cjs/context/chart.js +1 -1
  43. package/cjs/context/stage.js +1 -1
  44. package/cjs/series/Area.js +1 -1
  45. package/cjs/series/Bar.js +1 -1
  46. package/cjs/series/Bar3d.js +1 -1
  47. package/cjs/series/BaseSeries.js +1 -1
  48. package/cjs/series/BoxPlot.js +1 -1
  49. package/cjs/series/CirclePacking.js +1 -1
  50. package/cjs/series/CircularProgress.js +1 -1
  51. package/cjs/series/Correlation.js +1 -1
  52. package/cjs/series/Dot.js +1 -1
  53. package/cjs/series/Funnel.js +1 -1
  54. package/cjs/series/Funnel3d.js +1 -1
  55. package/cjs/series/Gauge.js +2 -1
  56. package/cjs/series/GaugePointer.js +1 -1
  57. package/cjs/series/Heatmap.js +1 -1
  58. package/cjs/series/Line.js +1 -1
  59. package/cjs/series/LinearProgress.js +1 -1
  60. package/cjs/series/Link.js +1 -1
  61. package/cjs/series/Liquid.js +1 -1
  62. package/cjs/series/Map.js +1 -1
  63. package/cjs/series/Mosaic.js +1 -1
  64. package/cjs/series/Pictogram.js +1 -1
  65. package/cjs/series/Pie.js +1 -1
  66. package/cjs/series/Pie3d.js +1 -1
  67. package/cjs/series/Radar.js +1 -1
  68. package/cjs/series/RangeArea.js +1 -1
  69. package/cjs/series/RangeColumn.js +1 -1
  70. package/cjs/series/RangeColumn3d.js +1 -1
  71. package/cjs/series/Rose.js +2 -1
  72. package/cjs/series/Sankey.js +1 -1
  73. package/cjs/series/Scatter.js +1 -1
  74. package/cjs/series/Series.js +1 -1
  75. package/cjs/series/Sunburst.js +1 -1
  76. package/cjs/series/Treemap.js +1 -1
  77. package/cjs/series/Venn.js +1 -1
  78. package/cjs/series/Waterfall.js +1 -1
  79. package/esm/charts/AreaChart.js +1 -1
  80. package/esm/charts/Bar3dChart.js +1 -1
  81. package/esm/charts/BarChart.js +1 -1
  82. package/esm/charts/BaseChart.js +1 -1
  83. package/esm/charts/BoxPlotChart.js +1 -1
  84. package/esm/charts/CirclePackingChart.js +1 -1
  85. package/esm/charts/CircularProgressChart.js +1 -1
  86. package/esm/charts/CommonChart.js +1 -1
  87. package/esm/charts/CorrelationChart.js +1 -1
  88. package/esm/charts/Funnel3dChart.js +1 -1
  89. package/esm/charts/FunnelChart.js +1 -1
  90. package/esm/charts/GaugeChart.js +1 -1
  91. package/esm/charts/HeatmapChart.js +1 -1
  92. package/esm/charts/Histogram3dChart.js +1 -1
  93. package/esm/charts/HistogramChart.js +1 -2
  94. package/esm/charts/LineChart.js +1 -1
  95. package/esm/charts/LinearProgressChart.js +1 -1
  96. package/esm/charts/LiquidChart.js +1 -1
  97. package/esm/charts/MapChart.js +1 -1
  98. package/esm/charts/MosaicChart.js +1 -1
  99. package/esm/charts/PictogramChart.js +1 -1
  100. package/esm/charts/Pie3dChart.js +1 -1
  101. package/esm/charts/PieChart.js +1 -1
  102. package/esm/charts/RadarChart.js +1 -1
  103. package/esm/charts/RangeAreaChart.js +1 -1
  104. package/esm/charts/RangeColumn3dChart.js +1 -1
  105. package/esm/charts/RangeColumnChart.js +1 -1
  106. package/esm/charts/RoseChart.js +1 -1
  107. package/esm/charts/SankeyChart.js +1 -1
  108. package/esm/charts/ScatterChart.js +1 -1
  109. package/esm/charts/SequenceChart.js +1 -2
  110. package/esm/charts/SunburstChart.js +1 -1
  111. package/esm/charts/TreemapChart.js +1 -1
  112. package/esm/charts/VennChart.js +1 -1
  113. package/esm/charts/WaterfallChart.js +1 -1
  114. package/esm/charts/WordCloud3dChart.js +1 -1
  115. package/esm/charts/WordCloudChart.js +1 -1
  116. package/esm/components/MarkArea.js +1 -2
  117. package/esm/components/MarkPoint.js +2 -1
  118. package/esm/context/chart.js +1 -1
  119. package/esm/context/stage.js +1 -1
  120. package/esm/series/Area.js +1 -1
  121. package/esm/series/Bar.js +1 -1
  122. package/esm/series/Bar3d.js +1 -1
  123. package/esm/series/BaseSeries.js +1 -1
  124. package/esm/series/BoxPlot.js +1 -1
  125. package/esm/series/CirclePacking.js +1 -1
  126. package/esm/series/CircularProgress.js +1 -1
  127. package/esm/series/Correlation.js +1 -1
  128. package/esm/series/Dot.js +1 -1
  129. package/esm/series/Funnel.js +1 -1
  130. package/esm/series/Funnel3d.js +1 -1
  131. package/esm/series/Gauge.js +2 -1
  132. package/esm/series/GaugePointer.js +1 -1
  133. package/esm/series/Heatmap.js +1 -1
  134. package/esm/series/Line.js +1 -1
  135. package/esm/series/LinearProgress.js +1 -1
  136. package/esm/series/Link.js +1 -1
  137. package/esm/series/Liquid.js +1 -1
  138. package/esm/series/Map.js +1 -1
  139. package/esm/series/Mosaic.js +1 -1
  140. package/esm/series/Pictogram.js +1 -1
  141. package/esm/series/Pie.js +1 -1
  142. package/esm/series/Pie3d.js +1 -1
  143. package/esm/series/Radar.js +1 -1
  144. package/esm/series/RangeArea.js +1 -1
  145. package/esm/series/RangeColumn.js +1 -1
  146. package/esm/series/RangeColumn3d.js +1 -1
  147. package/esm/series/Rose.js +2 -1
  148. package/esm/series/Sankey.js +1 -1
  149. package/esm/series/Scatter.js +1 -1
  150. package/esm/series/Series.js +1 -1
  151. package/esm/series/Sunburst.js +1 -1
  152. package/esm/series/Treemap.js +1 -1
  153. package/esm/series/Venn.js +1 -1
  154. package/esm/series/Waterfall.js +1 -1
  155. package/package.json +5 -5
@@ -8,4 +8,4 @@ export const BoxPlotChart = createChart("BoxPlotChart", {
8
8
  type: "boxPlot",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerBoxplotChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=BoxPlotChart.js.map
11
+ //# sourceMappingURL=BoxPlotChart.js.map
@@ -8,4 +8,4 @@ export const CirclePackingChart = createChart("CirclePackingChart", {
8
8
  type: "circlePacking",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerCirclePackingChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=CirclePackingChart.js.map
11
+ //# sourceMappingURL=CirclePackingChart.js.map
@@ -8,4 +8,4 @@ export const CircularProgressChart = createChart("CircularProgressChart", {
8
8
  type: "circularProgress",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerCircularProgressChart, registerLabel, registerIndicator, ...registers ]);
11
- //# sourceMappingURL=CircularProgressChart.js.map
11
+ //# sourceMappingURL=CircularProgressChart.js.map
@@ -6,4 +6,4 @@ export const CommonChart = createChart("CommonChart", {
6
6
  type: "common",
7
7
  vchartConstructor: VChart
8
8
  }, [ registerAnimate, registerReactAttributePlugin, registerTooltip, registerDomTooltipHandler, registerCommonChart, registerCartesianLinearAxis, registerCartesianBandAxis, registerCartesianTimeAxis, registerCartesianLogAxis, registerCartesianCrossHair, registerLabel, registerTotalLabel, registerAreaSeries, registerBarSeries, registerLineSeries, registerScatterSeries, registerPieSeries ]);
9
- //# sourceMappingURL=CommonChart.js.map
9
+ //# sourceMappingURL=CommonChart.js.map
@@ -8,4 +8,4 @@ export const CorrelationChart = createChart("CorrelationChart", {
8
8
  type: "correlation",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerCorrelationChart, ...registers ]);
11
- //# sourceMappingURL=CorrelationChart.js.map
11
+ //# sourceMappingURL=CorrelationChart.js.map
@@ -10,4 +10,4 @@ export const Funnel3dChart = createChart("Funnel3dChart", {
10
10
  type: "funnel3d",
11
11
  vchartConstructor: VChart
12
12
  }, [ registerFunnel3dChart, registerLabel, ...registers ]);
13
- //# sourceMappingURL=Funnel3dChart.js.map
13
+ //# sourceMappingURL=Funnel3dChart.js.map
@@ -8,4 +8,4 @@ export const FunnelChart = createChart("FunnelChart", {
8
8
  type: "funnel",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerFunnelChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=FunnelChart.js.map
11
+ //# sourceMappingURL=FunnelChart.js.map
@@ -8,4 +8,4 @@ export const GaugeChart = createChart("GaugeChart", {
8
8
  type: "gauge",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerGaugeChart, ...registers ]);
11
- //# sourceMappingURL=GaugeChart.js.map
11
+ //# sourceMappingURL=GaugeChart.js.map
@@ -8,4 +8,4 @@ export const HeatmapChart = createChart("HeatmapChart", {
8
8
  type: "heatmap",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerHeatmapChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=HeatmapChart.js.map
11
+ //# sourceMappingURL=HeatmapChart.js.map
@@ -10,4 +10,4 @@ export const Histogram3dChart = createChart("Histogram3dChart", {
10
10
  type: "histogram3d",
11
11
  vchartConstructor: VChart
12
12
  }, [ registerHistogram3dChart, registerLabel, ...registers ]);
13
- //# sourceMappingURL=Histogram3dChart.js.map
13
+ //# sourceMappingURL=Histogram3dChart.js.map
@@ -7,5 +7,4 @@ import { registers } from "./registers/cartesian";
7
7
  export const HistogramChart = createChart("HistogramChart", {
8
8
  type: "histogram",
9
9
  vchartConstructor: VChart
10
- }, [ registerHistogramChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=HistogramChart.js.map
10
+ }, [ registerHistogramChart, registerLabel, ...registers ]);
@@ -8,4 +8,4 @@ export const LineChart = createChart("LineChart", {
8
8
  type: "line",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerLineChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=LineChart.js.map
11
+ //# sourceMappingURL=LineChart.js.map
@@ -8,4 +8,4 @@ export const LinearProgressChart = createChart("LinearProgressChart", {
8
8
  type: "linearProgress",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerLinearProgressChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=LinearProgressChart.js.map
11
+ //# sourceMappingURL=LinearProgressChart.js.map
@@ -8,4 +8,4 @@ export const LiquidChart = createChart("LiquidChart", {
8
8
  type: "liquid",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerLiquidChart, registerIndicator, ...registers ]);
11
- //# sourceMappingURL=LiquidChart.js.map
11
+ //# sourceMappingURL=LiquidChart.js.map
@@ -8,4 +8,4 @@ export const MapChart = createChart("MapChart", {
8
8
  type: "map",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerMapChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=MapChart.js.map
11
+ //# sourceMappingURL=MapChart.js.map
@@ -8,4 +8,4 @@ export const MosaicChart = createChart("MosaicChart", {
8
8
  type: "mosaic",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerMosaicChart, registerLabel, registerTotalLabel, ...registers ]);
11
- //# sourceMappingURL=MosaicChart.js.map
11
+ //# sourceMappingURL=MosaicChart.js.map
@@ -10,4 +10,4 @@ export const PictogramChart = createChart("PictogramChart", {
10
10
  type: "pictogram",
11
11
  vchartConstructor: VChart
12
12
  }, [ registerPictogramChart, registerLabel, ...registers ]);
13
- //# sourceMappingURL=PictogramChart.js.map
13
+ //# sourceMappingURL=PictogramChart.js.map
@@ -10,4 +10,4 @@ export const Pie3dChart = createChart("Pie3dChart", {
10
10
  type: "pie3d",
11
11
  vchartConstructor: VChart
12
12
  }, [ registerPie3dChart, registerLabel, registerIndicator, ...registers ]);
13
- //# sourceMappingURL=Pie3dChart.js.map
13
+ //# sourceMappingURL=Pie3dChart.js.map
@@ -8,4 +8,4 @@ export const PieChart = createChart("PieChart", {
8
8
  type: "pie",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerPieChart, registerLabel, registerIndicator, ...registers ]);
11
- //# sourceMappingURL=PieChart.js.map
11
+ //# sourceMappingURL=PieChart.js.map
@@ -8,4 +8,4 @@ export const RadarChart = createChart("RadarChart", {
8
8
  type: "radar",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerRadarChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=RadarChart.js.map
11
+ //# sourceMappingURL=RadarChart.js.map
@@ -8,4 +8,4 @@ export const RangeAreaChart = createChart("RangeAreaChart", {
8
8
  type: "rangeArea",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerRangeAreaChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=RangeAreaChart.js.map
11
+ //# sourceMappingURL=RangeAreaChart.js.map
@@ -10,4 +10,4 @@ export const RangeColumn3dChart = createChart("RangeColumn3dChart", {
10
10
  type: "rangeColumn3d",
11
11
  vchartConstructor: VChart
12
12
  }, [ registerRangeColumn3dChart, registerLabel, ...registers ]);
13
- //# sourceMappingURL=RangeColumn3dChart.js.map
13
+ //# sourceMappingURL=RangeColumn3dChart.js.map
@@ -8,4 +8,4 @@ export const RangeColumnChart = createChart("RangeColumnChart", {
8
8
  type: "rangeColumn",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerRangeColumnChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=RangeColumnChart.js.map
11
+ //# sourceMappingURL=RangeColumnChart.js.map
@@ -8,4 +8,4 @@ export const RoseChart = createChart("RoseChart", {
8
8
  type: "rose",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerRoseChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=RoseChart.js.map
11
+ //# sourceMappingURL=RoseChart.js.map
@@ -8,4 +8,4 @@ export const SankeyChart = createChart("SankeyChart", {
8
8
  type: "sankey",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerSankeyChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=SankeyChart.js.map
11
+ //# sourceMappingURL=SankeyChart.js.map
@@ -8,4 +8,4 @@ export const ScatterChart = createChart("ScatterChart", {
8
8
  type: "scatter",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerScatterChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=ScatterChart.js.map
11
+ //# sourceMappingURL=ScatterChart.js.map
@@ -7,5 +7,4 @@ import { createChart } from "./BaseChart";
7
7
  export const SequenceChart = createChart("SequenceChart", {
8
8
  type: "sequence",
9
9
  vchartConstructor: VChart
10
- }, [ registerSequenceChart, ...registers ]);
11
- //# sourceMappingURL=SequenceChart.js.map
10
+ }, [ registerSequenceChart, ...registers ]);
@@ -8,4 +8,4 @@ export const SunburstChart = createChart("SunburstChart", {
8
8
  type: "sunburst",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerSunburstChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=SunburstChart.js.map
11
+ //# sourceMappingURL=SunburstChart.js.map
@@ -8,4 +8,4 @@ export const TreemapChart = createChart("TreemapChart", {
8
8
  type: "treemap",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerTreemapChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=TreemapChart.js.map
11
+ //# sourceMappingURL=TreemapChart.js.map
@@ -8,4 +8,4 @@ export const VennChart = createChart("VennChart", {
8
8
  type: "venn",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerVennChart, registerLabel, ...registers ]);
11
- //# sourceMappingURL=VennChart.js.map
11
+ //# sourceMappingURL=VennChart.js.map
@@ -8,4 +8,4 @@ export const WaterfallChart = createChart("WaterfallChart", {
8
8
  type: "waterfall",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerWaterfallChart, registerLabel, registerTotalLabel, ...registers ]);
11
- //# sourceMappingURL=WaterfallChart.js.map
11
+ //# sourceMappingURL=WaterfallChart.js.map
@@ -10,4 +10,4 @@ export const WordCloud3dChart = createChart("WordCloud3dChart", {
10
10
  type: "wordCloud3d",
11
11
  vchartConstructor: VChart
12
12
  }, [ registerWordCloud3dChart, ...registers ]);
13
- //# sourceMappingURL=WordCloud3dChart.js.map
13
+ //# sourceMappingURL=WordCloud3dChart.js.map
@@ -8,4 +8,4 @@ export const WordCloudChart = createChart("WordCloudChart", {
8
8
  type: "wordCloud",
9
9
  vchartConstructor: VChart
10
10
  }, [ registerWordCloudChart, ...registers ]);
11
- //# sourceMappingURL=WordCloudChart.js.map
11
+ //# sourceMappingURL=WordCloudChart.js.map
@@ -2,5 +2,4 @@ import { createComponent } from "./BaseComponent";
2
2
 
3
3
  import { registerMarkArea } from "@visactor/vchart";
4
4
 
5
- export const MarkArea = createComponent("MarkArea", "markArea", null, !1, [ registerMarkArea ]);
6
- //# sourceMappingURL=MarkArea.js.map
5
+ export const MarkArea = createComponent("MarkArea", "markArea", null, !1, [ registerMarkArea ]);
@@ -2,4 +2,5 @@ import { createComponent } from "./BaseComponent";
2
2
 
3
3
  import { registerMarkPoint } from "@visactor/vchart";
4
4
 
5
- export const MarkPoint = createComponent("MarkPoint", "markPoint", null, !1, [ registerMarkPoint ]);
5
+ export const MarkPoint = createComponent("MarkPoint", "markPoint", null, !1, [ registerMarkPoint ]);
6
+ //# sourceMappingURL=MarkPoint.js.map
@@ -14,4 +14,4 @@ export function withChartInstance(Component) {
14
14
  }
15
15
 
16
16
  export default ChartContext;
17
- //# sourceMappingURL=chart.js.map
17
+ //# sourceMappingURL=chart.js.map
@@ -26,4 +26,4 @@ export function withStage(Component) {
26
26
  }
27
27
 
28
28
  export default StageContext;
29
- //# sourceMappingURL=stage.js.map
29
+ //# sourceMappingURL=stage.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerAreaSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Area = createSeries("Area", [ "area" ], "area", [ registerAreaSeries ]);
6
- //# sourceMappingURL=Area.js.map
6
+ //# sourceMappingURL=Area.js.map
package/esm/series/Bar.js CHANGED
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerBarSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Bar = createSeries("Bar", [ "bar" ], "bar", [ registerBarSeries ]);
6
- //# sourceMappingURL=Bar.js.map
6
+ //# sourceMappingURL=Bar.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerBar3dSeries } from "@visactor/vchart-extension";
4
4
 
5
5
  export const Bar3d = createSeries("Bar3d", [ "bar" ], "bar3d", [ registerBar3dSeries ]);
6
- //# sourceMappingURL=Bar3d.js.map
6
+ //# sourceMappingURL=Bar3d.js.map
@@ -45,4 +45,4 @@ export const createSeries = (componentName, markNames, type, registers) => {
45
45
  };
46
46
  }, Comp;
47
47
  };
48
- //# sourceMappingURL=BaseSeries.js.map
48
+ //# sourceMappingURL=BaseSeries.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerBoxplotSeries } from "@visactor/vchart";
4
4
 
5
5
  export const BoxPlot = createSeries("BoxPlot", [ "boxPlot" ], "boxPlot", [ registerBoxplotSeries ]);
6
- //# sourceMappingURL=BoxPlot.js.map
6
+ //# sourceMappingURL=BoxPlot.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerCirclePackingSeries } from "@visactor/vchart";
4
4
 
5
5
  export const CirclePacking = createSeries("CirclePacking", [ "circlePacking", "label" ], "circlePacking", [ registerCirclePackingSeries ]);
6
- //# sourceMappingURL=CirclePacking.js.map
6
+ //# sourceMappingURL=CirclePacking.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerCircularProgressSeries } from "@visactor/vchart";
4
4
 
5
5
  export const CircularProgress = createSeries("CircularProgress", [ "circularProgress" ], "circularProgress", [ registerCircularProgressSeries ]);
6
- //# sourceMappingURL=CircularProgress.js.map
6
+ //# sourceMappingURL=CircularProgress.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerCorrelationChart } from "@visactor/vchart";
4
4
 
5
5
  export const Correlation = createSeries("Correlation", [ "centerPoint", "ripplePoint", "centerLabel", "nodePoint", "label" ], "correlation", [ registerCorrelationChart ]);
6
- //# sourceMappingURL=Correlation.js.map
6
+ //# sourceMappingURL=Correlation.js.map
package/esm/series/Dot.js CHANGED
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerDotSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Dot = createSeries("Dot", [ "dot" ], "dot", [ registerDotSeries ]);
6
- //# sourceMappingURL=Dot.js.map
6
+ //# sourceMappingURL=Dot.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerFunnelSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Funnel = createSeries("Funnel", [ "funnel" ], "funnel", [ registerFunnelSeries ]);
6
- //# sourceMappingURL=Funnel.js.map
6
+ //# sourceMappingURL=Funnel.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerFunnel3dSeries } from "@visactor/vchart-extension";
4
4
 
5
5
  export const Funnel3d = createSeries("Funnel3d", [ "funnel" ], "funnel3d", [ registerFunnel3dSeries ]);
6
- //# sourceMappingURL=Funnel3d.js.map
6
+ //# sourceMappingURL=Funnel3d.js.map
@@ -2,4 +2,5 @@ import { createSeries } from "./BaseSeries";
2
2
 
3
3
  import { registerGaugeSeries } from "@visactor/vchart";
4
4
 
5
- export const Gauge = createSeries("Gauge", [ "segment", "track", "label" ], "gauge", [ registerGaugeSeries ]);
5
+ export const Gauge = createSeries("Gauge", [ "segment", "track", "label" ], "gauge", [ registerGaugeSeries ]);
6
+ //# sourceMappingURL=Gauge.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerGaugePointerSeries } from "@visactor/vchart";
4
4
 
5
5
  export const GaugePointer = createSeries("GaugePointer", [ "pinBackground", "pin", "pointer" ], "gaugePointer", [ registerGaugePointerSeries ]);
6
- //# sourceMappingURL=GaugePointer.js.map
6
+ //# sourceMappingURL=GaugePointer.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerHeatmapSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Heatmap = createSeries("Heatmap", [ "cell", "cellBackground", "label" ], "heatmap", [ registerHeatmapSeries ]);
6
- //# sourceMappingURL=Heatmap.js.map
6
+ //# sourceMappingURL=Heatmap.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerLineSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Line = createSeries("Line", [ "line" ], "line", [ registerLineSeries ]);
6
- //# sourceMappingURL=Line.js.map
6
+ //# sourceMappingURL=Line.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerLinearProgressSeries } from "@visactor/vchart";
4
4
 
5
5
  export const LinearProgress = createSeries("LinearProgress", [ "linearProgress" ], "linearProgress", [ registerLinearProgressSeries ]);
6
- //# sourceMappingURL=LinearProgress.js.map
6
+ //# sourceMappingURL=LinearProgress.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerLinkSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Link = createSeries("Link", [ "link" ], "link", [ registerLinkSeries ]);
6
- //# sourceMappingURL=Link.js.map
6
+ //# sourceMappingURL=Link.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerLiquidSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Liquid = createSeries("Liquid", [ "node", "link" ], "liquid", [ registerLiquidSeries ]);
6
- //# sourceMappingURL=Liquid.js.map
6
+ //# sourceMappingURL=Liquid.js.map
package/esm/series/Map.js CHANGED
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerMapSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Map = createSeries("Map", [ "map" ], "map", [ registerMapSeries ]);
6
- //# sourceMappingURL=Map.js.map
6
+ //# sourceMappingURL=Map.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerMosaicSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Mosaic = createSeries("Mosaic", [ "mosaic" ], "mosaic", [ registerMosaicSeries ]);
6
- //# sourceMappingURL=Mosaic.js.map
6
+ //# sourceMappingURL=Mosaic.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerPictogramSeries } from "@visactor/vchart-extension";
4
4
 
5
5
  export const Pictogram = createSeries("Pictogram", [ "pictogram" ], "pictogram", [ registerPictogramSeries ]);
6
- //# sourceMappingURL=Pictogram.js.map
6
+ //# sourceMappingURL=Pictogram.js.map
package/esm/series/Pie.js CHANGED
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerPieSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Pie = createSeries("Pie", [ "pie" ], "pie", [ registerPieSeries ]);
6
- //# sourceMappingURL=Pie.js.map
6
+ //# sourceMappingURL=Pie.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerPie3dSeries } from "@visactor/vchart-extension";
4
4
 
5
5
  export const Pie3d = createSeries("Pie3d", [ "pie" ], "pie3d", [ registerPie3dSeries ]);
6
- //# sourceMappingURL=Pie3d.js.map
6
+ //# sourceMappingURL=Pie3d.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerRadarSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Radar = createSeries("Radar", [ "radar" ], "radar", [ registerRadarSeries ]);
6
- //# sourceMappingURL=Radar.js.map
6
+ //# sourceMappingURL=Radar.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerRangeAreaSeries } from "@visactor/vchart";
4
4
 
5
5
  export const RangeArea = createSeries("RangeArea", [ "rangeArea" ], "rangeArea", [ registerRangeAreaSeries ]);
6
- //# sourceMappingURL=RangeArea.js.map
6
+ //# sourceMappingURL=RangeArea.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerRangeColumnSeries } from "@visactor/vchart";
4
4
 
5
5
  export const RangeColumn = createSeries("RangeColumn", [ "rangeColumn" ], "rangeColumn", [ registerRangeColumnSeries ]);
6
- //# sourceMappingURL=RangeColumn.js.map
6
+ //# sourceMappingURL=RangeColumn.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerRangeColumn3dSeries } from "@visactor/vchart-extension";
4
4
 
5
5
  export const RangeColumn3d = createSeries("RangeColumn3d", [ "rangeColumn" ], "rangeColumn3d", [ registerRangeColumn3dSeries ]);
6
- //# sourceMappingURL=RangeColumn3d.js.map
6
+ //# sourceMappingURL=RangeColumn3d.js.map
@@ -2,4 +2,5 @@ import { createSeries } from "./BaseSeries";
2
2
 
3
3
  import { registerRoseSeries } from "@visactor/vchart";
4
4
 
5
- export const Rose = createSeries("Rose", [ "rose" ], "rose", [ registerRoseSeries ]);
5
+ export const Rose = createSeries("Rose", [ "rose" ], "rose", [ registerRoseSeries ]);
6
+ //# sourceMappingURL=Rose.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerSankeySeries } from "@visactor/vchart";
4
4
 
5
5
  export const Sankey = createSeries("Sankey", [ "node", "link" ], "sankey", [ registerSankeySeries ]);
6
- //# sourceMappingURL=Sankey.js.map
6
+ //# sourceMappingURL=Sankey.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerScatterSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Scatter = createSeries("Scatter", [ "scatter" ], "scatter", [ registerScatterSeries ]);
6
- //# sourceMappingURL=Scatter.js.map
6
+ //# sourceMappingURL=Scatter.js.map
@@ -1,4 +1,4 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
3
  export const Series = createSeries("Series", [ "bar", "line", "area" ]);
4
- //# sourceMappingURL=Series.js.map
4
+ //# sourceMappingURL=Series.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerSunBurstSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Sunburst = createSeries("Sunburst", [ "sunburst", "label" ], "sunburst", [ registerSunBurstSeries ]);
6
- //# sourceMappingURL=Sunburst.js.map
6
+ //# sourceMappingURL=Sunburst.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerTreemapSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Treemap = createSeries("Treemap", [ "leaf", "nonLeaf", "label", "nonLeafLabel" ], "treemap", [ registerTreemapSeries ]);
6
- //# sourceMappingURL=Treemap.js.map
6
+ //# sourceMappingURL=Treemap.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerVennSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Venn = createSeries("Venn", [ "circle", "overlap", "overlapLabel" ], "venn", [ registerVennSeries ]);
6
- //# sourceMappingURL=Venn.js.map
6
+ //# sourceMappingURL=Venn.js.map
@@ -3,4 +3,4 @@ import { createSeries } from "./BaseSeries";
3
3
  import { registerWaterfallSeries } from "@visactor/vchart";
4
4
 
5
5
  export const Waterfall = createSeries("Waterfall", [ "leaderLine", "stackLabel", "label", "bar" ], "waterfall", [ registerWaterfallSeries ]);
6
- //# sourceMappingURL=Waterfall.js.map
6
+ //# sourceMappingURL=Waterfall.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "2.1.0-alpha.4",
3
+ "version": "2.1.0-alpha.6",
4
4
  "sideEffects": false,
5
5
  "description": "The react version of VChart 4.x",
6
6
  "keywords": [
@@ -28,11 +28,11 @@
28
28
  "build"
29
29
  ],
30
30
  "dependencies": {
31
- "@visactor/vchart": "2.1.0-alpha.4",
32
- "@visactor/vchart-extension": "2.1.0-alpha.4",
31
+ "@visactor/vchart": "2.1.0-alpha.6",
32
+ "@visactor/vchart-extension": "2.1.0-alpha.6",
33
33
  "@visactor/vutils": "~1.0.23",
34
- "@visactor/vrender-core": "1.1.0-alpha.18",
35
- "@visactor/vrender-kits": "1.1.0-alpha.18",
34
+ "@visactor/vrender-core": "1.1.0-alpha.20",
35
+ "@visactor/vrender-kits": "1.1.0-alpha.20",
36
36
  "react-is": "^18.2.0"
37
37
  },
38
38
  "devDependencies": {