@visactor/vchart-extension 1.13.19-alpha.0 → 1.13.19-alpha.1
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.
|
@@ -379,4 +379,5 @@ class RankingListChartSpecTransformer extends vchart_1.CommonChartSpecTransforme
|
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
|
|
382
|
-
exports.RankingListChartSpecTransformer = RankingListChartSpecTransformer;
|
|
382
|
+
exports.RankingListChartSpecTransformer = RankingListChartSpecTransformer;
|
|
383
|
+
//# sourceMappingURL=ranking-list-transformer.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export { };
|
|
2
|
-
//# sourceMappingURL=interface.js.map
|
|
1
|
+
export { };
|
|
@@ -379,4 +379,5 @@ export class RankingListChartSpecTransformer extends CommonChartSpecTransformer
|
|
|
379
379
|
easing: null !== (_d = null === (_c = spec.animationUpdate) || void 0 === _c ? void 0 : _c.easing) && void 0 !== _d ? _d : "linear"
|
|
380
380
|
};
|
|
381
381
|
}
|
|
382
|
-
}
|
|
382
|
+
}
|
|
383
|
+
//# sourceMappingURL=ranking-list-transformer.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-extension",
|
|
3
|
-
"version": "1.13.19-alpha.
|
|
3
|
+
"version": "1.13.19-alpha.1",
|
|
4
4
|
"description": "vchart extension package, including extension plugins and components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"build"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vrender-core": "0.22.17
|
|
16
|
-
"@visactor/vrender-kits": "0.22.17
|
|
17
|
-
"@visactor/vrender-components": "0.22.17
|
|
18
|
-
"@visactor/vgrammar-core": "0.16.
|
|
15
|
+
"@visactor/vrender-core": "0.22.17",
|
|
16
|
+
"@visactor/vrender-kits": "0.22.17",
|
|
17
|
+
"@visactor/vrender-components": "0.22.17",
|
|
18
|
+
"@visactor/vgrammar-core": "0.16.13-alpha.0",
|
|
19
19
|
"@visactor/vutils": "~0.19.7",
|
|
20
20
|
"@visactor/vdataset": "~0.19.7",
|
|
21
|
-
"@visactor/vchart": "1.13.19-alpha.
|
|
21
|
+
"@visactor/vchart": "1.13.19-alpha.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@rushstack/eslint-patch": "~1.1.4",
|