@visactor/openinula-vchart 2.0.13-alpha.3 → 2.0.13-alpha.5

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.
@@ -15,5 +15,4 @@ const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = req
15
15
  exports.RoseChart = (0, BaseChart_1.createChart)("RoseChart", {
16
16
  type: "rose",
17
17
  vchartConstructor: vchart_1.default
18
- });
19
- //# sourceMappingURL=RoseChart.js.map
18
+ });
@@ -15,4 +15,5 @@ const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = req
15
15
  exports.ScatterChart = (0, BaseChart_1.createChart)("ScatterChart", {
16
16
  type: "scatter",
17
17
  vchartConstructor: vchart_1.default
18
- });
18
+ });
19
+ //# sourceMappingURL=ScatterChart.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseComponent_1 = require("./BaseComponent");
8
8
 
9
- exports.Mark = (0, BaseComponent_1.createComponent)("Mark", "customMark");
10
- //# sourceMappingURL=Mark.js.map
9
+ exports.Mark = (0, BaseComponent_1.createComponent)("Mark", "customMark");
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseComponent_1 = require("./BaseComponent");
8
8
 
9
- exports.Title = (0, BaseComponent_1.createComponent)("Title", "title", null, !0);
9
+ exports.Title = (0, BaseComponent_1.createComponent)("Title", "title", null, !0);
10
+ //# sourceMappingURL=Title.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseSeries_1 = require("./BaseSeries");
8
8
 
9
- exports.Link = (0, BaseSeries_1.createSeries)("Link", [ "link" ], "link");
10
- //# sourceMappingURL=Link.js.map
9
+ exports.Link = (0, BaseSeries_1.createSeries)("Link", [ "link" ], "link");
package/cjs/series/Map.js CHANGED
@@ -6,4 +6,5 @@ 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");
9
+ exports.Map = (0, BaseSeries_1.createSeries)("Map", [ "map" ], "map");
10
+ //# sourceMappingURL=Map.js.map
@@ -5,5 +5,4 @@ import { createChart } from "./BaseChart";
5
5
  export const RoseChart = createChart("RoseChart", {
6
6
  type: "rose",
7
7
  vchartConstructor: VChart
8
- });
9
- //# sourceMappingURL=RoseChart.js.map
8
+ });
@@ -5,4 +5,5 @@ import { createChart } from "./BaseChart";
5
5
  export const ScatterChart = createChart("ScatterChart", {
6
6
  type: "scatter",
7
7
  vchartConstructor: VChart
8
- });
8
+ });
9
+ //# sourceMappingURL=ScatterChart.js.map
@@ -1,4 +1,3 @@
1
1
  import { createComponent } from "./BaseComponent";
2
2
 
3
- export const Mark = createComponent("Mark", "customMark");
4
- //# sourceMappingURL=Mark.js.map
3
+ export const Mark = createComponent("Mark", "customMark");
@@ -1,3 +1,4 @@
1
1
  import { createComponent } from "./BaseComponent";
2
2
 
3
- export const Title = createComponent("Title", "title", null, !0);
3
+ export const Title = createComponent("Title", "title", null, !0);
4
+ //# sourceMappingURL=Title.js.map
@@ -1,4 +1,3 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
- export const Link = createSeries("Link", [ "link" ], "link");
4
- //# sourceMappingURL=Link.js.map
3
+ export const Link = createSeries("Link", [ "link" ], "link");
package/esm/series/Map.js CHANGED
@@ -1,3 +1,4 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
- export const Map = createSeries("Map", [ "map" ], "map");
3
+ export const Map = createSeries("Map", [ "map" ], "map");
4
+ //# sourceMappingURL=Map.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/openinula-vchart",
3
- "version": "2.0.13-alpha.3",
3
+ "version": "2.0.13-alpha.5",
4
4
  "sideEffects": false,
5
5
  "description": "The openinula version of VChart 4.x",
6
6
  "keywords": [
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@visactor/vchart": "2.0.13-alpha.3",
26
+ "@visactor/vchart": "2.0.13-alpha.5",
27
27
  "@visactor/vutils": "~1.0.12",
28
28
  "@visactor/vrender-core": "1.0.37-alpha.1",
29
29
  "@visactor/vrender-kits": "1.0.37-alpha.1",