@visactor/react-vchart 0.0.1-alpha.1 → 0.0.1-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseChart_1 = require("./BaseChart");
8
8
 
9
- exports.MapChart = (0, BaseChart_1.createChart)("MapChart", "map");
9
+ exports.MapChart = (0, BaseChart_1.createChart)("MapChart", "map");
10
+ //# sourceMappingURL=MapChart.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 BaseSeries_1 = require("./BaseSeries");
8
8
 
9
- exports.LinearProgress = (0, BaseSeries_1.createSeries)("LinearProgress", [ "linearProgress" ], "linearProgress");
9
+ exports.LinearProgress = (0, BaseSeries_1.createSeries)("LinearProgress", [ "linearProgress" ], "linearProgress");
10
+ //# sourceMappingURL=LinearProgress.js.map
package/cjs/series/Map.js CHANGED
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseSeries_1 = require("./BaseSeries");
8
8
 
9
- exports.Map = (0, BaseSeries_1.createSeries)("Map", [ "map" ], "map");
10
- //# sourceMappingURL=Map.js.map
9
+ exports.Map = (0, BaseSeries_1.createSeries)("Map", [ "map" ], "map");
@@ -1,3 +1,4 @@
1
1
  import { createChart } from "./BaseChart";
2
2
 
3
- export const MapChart = createChart("MapChart", "map");
3
+ export const MapChart = createChart("MapChart", "map");
4
+ //# sourceMappingURL=MapChart.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 { createSeries } from "./BaseSeries";
2
2
 
3
- export const LinearProgress = createSeries("LinearProgress", [ "linearProgress" ], "linearProgress");
3
+ export const LinearProgress = createSeries("LinearProgress", [ "linearProgress" ], "linearProgress");
4
+ //# sourceMappingURL=LinearProgress.js.map
package/esm/series/Map.js CHANGED
@@ -1,4 +1,3 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
- export const Map = createSeries("Map", [ "map" ], "map");
4
- //# sourceMappingURL=Map.js.map
3
+ export const Map = createSeries("Map", [ "map" ], "map");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "0.0.1-alpha.1",
3
+ "version": "0.0.1-alpha.2",
4
4
  "description": "The react version of VChart 4.x",
5
5
  "keywords": [
6
6
  "react",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@visactor/vchart": "0.0.1-alpha.1",
25
+ "@visactor/vchart": "0.0.1-alpha.2",
26
26
  "@visactor/vutils": "0.9.0-alpha.2",
27
27
  "@visactor/vgrammar": "0.0.11-alpha.8",
28
28
  "@visactor/vrender": "0.9.2-fill-stroke.10",
@@ -52,8 +52,8 @@
52
52
  "@types/node": "*",
53
53
  "@vitejs/plugin-react": "3.1.0",
54
54
  "vite": "3.2.6",
55
- "@internal/ts-config": "0.0.1",
56
55
  "@internal/bundler": "0.0.1",
56
+ "@internal/ts-config": "0.0.1",
57
57
  "@internal/eslint-config": "0.0.1"
58
58
  },
59
59
  "peerDependencies": {