@visactor/vchart-extension 1.13.11-alpha.1 → 1.13.11
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.
- package/build/index.js +13953 -12191
- package/build/index.min.js +12 -12
- package/cjs/charts/sequence-scatter-pixel/utils.js +2 -1
- package/cjs/components/bar-link/util.js +1 -2
- package/esm/charts/sequence-scatter-pixel/utils.js +2 -1
- package/esm/components/bar-link/util.js +1 -2
- package/package.json +4 -4
|
@@ -50,4 +50,5 @@ function processSequenceData(spec) {
|
|
|
50
50
|
})), result;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
exports.createImageDataFromColorMatrix = createImageDataFromColorMatrix, exports.processSequenceData = processSequenceData;
|
|
53
|
+
exports.createImageDataFromColorMatrix = createImageDataFromColorMatrix, exports.processSequenceData = processSequenceData;
|
|
54
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -179,5 +179,4 @@ function appendBarLinkConfig(rawSpec, barLinkSpec) {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
exports.groupBarsByFields = groupBarsByFields, exports.getLinkData = getLinkData,
|
|
182
|
-
exports.getBarLinkConfig = getBarLinkConfig, exports.appendBarLinkConfig = appendBarLinkConfig;
|
|
183
|
-
//# sourceMappingURL=util.js.map
|
|
182
|
+
exports.getBarLinkConfig = getBarLinkConfig, exports.appendBarLinkConfig = appendBarLinkConfig;
|
|
@@ -174,5 +174,4 @@ export function getBarLinkConfig(style = {}, extraStyle) {
|
|
|
174
174
|
export function appendBarLinkConfig(rawSpec, barLinkSpec) {
|
|
175
175
|
rawSpec.customMark = array(rawSpec.customMark).filter((obj => obj.componentType !== BAR_LINK)),
|
|
176
176
|
rawSpec.customMark.push(getBarLinkConfig(barLinkSpec));
|
|
177
|
-
}
|
|
178
|
-
//# sourceMappingURL=util.js.map
|
|
177
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-extension",
|
|
3
|
-
"version": "1.13.11
|
|
3
|
+
"version": "1.13.11",
|
|
4
4
|
"description": "vchart extension package, including extension plugins and components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@visactor/vgrammar-core": "0.16.7",
|
|
19
19
|
"@visactor/vutils": "~0.19.5",
|
|
20
20
|
"@visactor/vdataset": "~0.19.5",
|
|
21
|
-
"@visactor/vchart": "1.13.11
|
|
21
|
+
"@visactor/vchart": "1.13.11"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"rollup-plugin-bundle-size": "1.0.3",
|
|
43
43
|
"rollup-plugin-sizes": "1.0.5",
|
|
44
44
|
"rollup": "3.20.5",
|
|
45
|
+
"@internal/ts-config": "0.0.1",
|
|
45
46
|
"@internal/bundler": "0.0.1",
|
|
46
|
-
"@internal/eslint-config": "0.0.1"
|
|
47
|
-
"@internal/ts-config": "0.0.1"
|
|
47
|
+
"@internal/eslint-config": "0.0.1"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public",
|