@visactor/react-vchart 1.5.1 → 1.5.2-hotfix.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.
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseChart_1 = require("./BaseChart");
8
8
 
9
- exports.BarChart = (0, BaseChart_1.createChart)("BarChart", "bar");
9
+ exports.BarChart = (0, BaseChart_1.createChart)("BarChart", "bar");
10
+ //# sourceMappingURL=BarChart.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseChart_1 = require("./BaseChart");
8
8
 
9
- exports.ScatterChart = (0, BaseChart_1.createChart)("ScatterChart", "scatter");
10
- //# sourceMappingURL=ScatterChart.js.map
9
+ exports.ScatterChart = (0, BaseChart_1.createChart)("ScatterChart", "scatter");
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseChart_1 = require("./BaseChart");
8
8
 
9
- exports.WordCloudChart = (0, BaseChart_1.createChart)("WordCloudChart", "wordCloud");
9
+ exports.WordCloudChart = (0, BaseChart_1.createChart)("WordCloudChart", "wordCloud");
10
+ //# sourceMappingURL=WordCloudChart.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseComponent_1 = require("./BaseComponent");
8
8
 
9
- exports.Tooltip = (0, BaseComponent_1.createComponent)("Tooltip", "tooltip", null, !0);
10
- //# sourceMappingURL=Tooltip.js.map
9
+ exports.Tooltip = (0, BaseComponent_1.createComponent)("Tooltip", "tooltip", null, !0);
@@ -1,3 +1,4 @@
1
1
  import { createChart } from "./BaseChart";
2
2
 
3
- export const BarChart = createChart("BarChart", "bar");
3
+ export const BarChart = createChart("BarChart", "bar");
4
+ //# sourceMappingURL=BarChart.js.map
@@ -1,4 +1,3 @@
1
1
  import { createChart } from "./BaseChart";
2
2
 
3
- export const ScatterChart = createChart("ScatterChart", "scatter");
4
- //# sourceMappingURL=ScatterChart.js.map
3
+ export const ScatterChart = createChart("ScatterChart", "scatter");
@@ -1,3 +1,4 @@
1
1
  import { createChart } from "./BaseChart";
2
2
 
3
- export const WordCloudChart = createChart("WordCloudChart", "wordCloud");
3
+ export const WordCloudChart = createChart("WordCloudChart", "wordCloud");
4
+ //# sourceMappingURL=WordCloudChart.js.map
@@ -1,4 +1,3 @@
1
1
  import { createComponent } from "./BaseComponent";
2
2
 
3
- export const Tooltip = createComponent("Tooltip", "tooltip", null, !0);
4
- //# sourceMappingURL=Tooltip.js.map
3
+ export const Tooltip = createComponent("Tooltip", "tooltip", null, !0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "1.5.1",
3
+ "version": "1.5.2-hotfix.0",
4
4
  "description": "The react version of VChart 4.x",
5
5
  "keywords": [
6
6
  "react",
@@ -22,10 +22,10 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@visactor/vchart": "1.5.1",
25
+ "@visactor/vchart": "1.5.2-hotfix.0",
26
26
  "@visactor/vutils": "~0.16.4",
27
- "@visactor/vrender-core": "~0.16.5",
28
- "@visactor/vrender-kits": "~0.16.5",
27
+ "@visactor/vrender-core": "~0.16.8",
28
+ "@visactor/vrender-kits": "~0.16.8",
29
29
  "@visactor/vgrammar-core": "~0.8.0",
30
30
  "react-is": "^18.2.0"
31
31
  },