@visactor/vchart-extension 2.0.20-alpha.5 → 2.0.20-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.
|
@@ -17,4 +17,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "__esModule", {
|
|
19
19
|
value: !0
|
|
20
|
-
}), __exportStar(require("./regression-line"), exports), __exportStar(require("./type"), exports);
|
|
20
|
+
}), __exportStar(require("./regression-line"), exports), __exportStar(require("./type"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -110,5 +110,4 @@ const registerSeriesLabel = () => {
|
|
|
110
110
|
vchart_3.Factory.registerGraphicComponent("seriesLabel", (attrs => new SeriesLabelComponent(attrs)));
|
|
111
111
|
};
|
|
112
112
|
|
|
113
|
-
exports.registerSeriesLabel = registerSeriesLabel;
|
|
114
|
-
//# sourceMappingURL=series-label.js.map
|
|
113
|
+
exports.registerSeriesLabel = registerSeriesLabel;
|
|
@@ -104,5 +104,4 @@ export class SeriesLabelComponent extends AbstractComponent {
|
|
|
104
104
|
|
|
105
105
|
export const registerSeriesLabel = () => {
|
|
106
106
|
Factory.registerGraphicComponent("seriesLabel", (attrs => new SeriesLabelComponent(attrs)));
|
|
107
|
-
};
|
|
108
|
-
//# sourceMappingURL=series-label.js.map
|
|
107
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-extension",
|
|
3
|
-
"version": "2.0.20-alpha.
|
|
3
|
+
"version": "2.0.20-alpha.6",
|
|
4
4
|
"description": "vchart extension package, including extension plugins and components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"build"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vrender-core": "1.0.
|
|
16
|
-
"@visactor/vrender-kits": "1.0.
|
|
17
|
-
"@visactor/vrender-components": "1.0.
|
|
18
|
-
"@visactor/vrender-animate": "1.0.
|
|
19
|
-
"@visactor/vchart": "2.0.20-alpha.
|
|
15
|
+
"@visactor/vrender-core": "~1.0.42",
|
|
16
|
+
"@visactor/vrender-kits": "~1.0.42",
|
|
17
|
+
"@visactor/vrender-components": "~1.0.42",
|
|
18
|
+
"@visactor/vrender-animate": "~1.0.42",
|
|
19
|
+
"@visactor/vchart": "2.0.20-alpha.6",
|
|
20
20
|
"@visactor/vutils": "~1.0.23",
|
|
21
21
|
"@visactor/vdataset": "~1.0.23",
|
|
22
22
|
"@visactor/vlayouts": "~1.0.23"
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"rollup-plugin-bundle-size": "1.0.3",
|
|
44
44
|
"rollup-plugin-sizes": "1.0.5",
|
|
45
45
|
"rollup": "3.20.5",
|
|
46
|
-
"@internal/
|
|
46
|
+
"@internal/bundler": "0.0.1",
|
|
47
47
|
"@internal/ts-config": "0.0.1",
|
|
48
|
-
"@internal/
|
|
48
|
+
"@internal/eslint-config": "0.0.1"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public",
|