@visactor/vchart 2.1.2-alpha.4 → 2.1.2-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.
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/compile/compiler.js +1 -2
- package/cjs/compile/util.js +2 -1
- package/cjs/constant/correlation.js +1 -2
- package/cjs/constant/event.js +2 -1
- package/cjs/constant/scatter.js +1 -1
- package/cjs/constant/scroll-bar.js +1 -1
- package/cjs/constant/sunburst.js +1 -1
- package/cjs/constant/waterfall.js +1 -1
- package/cjs/constant/word-cloud.js +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/instance-manager.js +1 -1
- package/cjs/core/interface.js +1 -1
- package/cjs/core/util.js +1 -1
- package/cjs/core/vchart.js +1 -1
- package/esm/compile/compiler.js +1 -2
- package/esm/compile/util.js +2 -1
- package/esm/constant/correlation.js +1 -2
- package/esm/constant/event.js +2 -1
- package/esm/constant/scatter.js +1 -1
- package/esm/constant/scroll-bar.js +1 -1
- package/esm/constant/sunburst.js +1 -1
- package/esm/constant/waterfall.js +1 -1
- package/esm/constant/word-cloud.js +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/instance-manager.js +1 -1
- package/esm/core/interface.js +1 -1
- package/esm/core/util.js +1 -1
- package/esm/core/vchart.js +1 -1
- package/package.json +9 -9
package/cjs/compile/compiler.js
CHANGED
package/cjs/compile/util.js
CHANGED
|
@@ -138,4 +138,5 @@ function diffMarks(prevMarks, nextMarks, runningConfig) {
|
|
|
138
138
|
|
|
139
139
|
exports.toRenderMode = toRenderMode, exports.traverseGroupMark = traverseGroupMark,
|
|
140
140
|
exports.findSimpleMarks = findSimpleMarks, exports.diffUpdateByGroup = diffUpdateByGroup,
|
|
141
|
-
exports.diffMarks = diffMarks;
|
|
141
|
+
exports.diffMarks = diffMarks;
|
|
142
|
+
//# sourceMappingURL=util.js.map
|
|
@@ -7,5 +7,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
const base_1 = require("./base");
|
|
8
8
|
|
|
9
9
|
exports.CORRELATION_X = `${base_1.PREFIX}_CORRELATION_X`, exports.CORRELATION_Y = `${base_1.PREFIX}_CORRELATION_Y`,
|
|
10
|
-
exports.CORRELATION_SIZE = `${base_1.PREFIX}_CORRELATION_SIZE`;
|
|
11
|
-
//# sourceMappingURL=correlation.js.map
|
|
10
|
+
exports.CORRELATION_SIZE = `${base_1.PREFIX}_CORRELATION_SIZE`;
|
package/cjs/constant/event.js
CHANGED
|
@@ -61,4 +61,5 @@ function(Event_Bubble_Level) {
|
|
|
61
61
|
Event_Bubble_Level.vchart = "vchart", Event_Bubble_Level.chart = "chart", Event_Bubble_Level.model = "model",
|
|
62
62
|
Event_Bubble_Level.mark = "mark";
|
|
63
63
|
}(Event_Bubble_Level = exports.Event_Bubble_Level || (exports.Event_Bubble_Level = {})),
|
|
64
|
-
exports.EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
|
|
64
|
+
exports.EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
|
|
65
|
+
//# sourceMappingURL=event.js.map
|
package/cjs/constant/scatter.js
CHANGED
|
@@ -9,4 +9,4 @@ const vscale_1 = require("@visactor/vscale");
|
|
|
9
9
|
exports.SCATTER_DEFAULT_SIZE = 10, exports.SCATTER_DEFAULT_RANGE_SIZE = [ 10, 20 ],
|
|
10
10
|
exports.SCATTER_DEFAULT_SIZE_SCALE_TYPE = vscale_1.ScaleEnum.Linear, exports.SCATTER_DEFAULT_SHAPE = "circle",
|
|
11
11
|
exports.SCATTER_DEFAULT_SHAPE_SCALE_TYPE = vscale_1.ScaleEnum.Ordinal, exports.SCATTER_DEFAULT_RANGE_SHAPE = [ "circle", "square", "triangle", "diamond", "star" ];
|
|
12
|
-
//# sourceMappingURL=scatter.js.map
|
|
12
|
+
//# sourceMappingURL=scatter.js.map
|
package/cjs/constant/sunburst.js
CHANGED
|
@@ -10,4 +10,4 @@ exports.WORD_CLOUD_ANGLE = `${base_1.PREFIX}_WORD_CLOUD_ANGLE`, exports.WORD_CLO
|
|
|
10
10
|
exports.WORD_CLOUD_WEIGHT = `${base_1.PREFIX}_WORD_CLOUD_WEIGHT`, exports.WORDCLOUD_COLOR = `${base_1.PREFIX}_WORDCLOUD_COLOR`,
|
|
11
11
|
exports.WORDCLOUD_DATA_TOTAL = `${base_1.PREFIX}_WORDCLOUD_DATA_TOTAL`, exports.WORD_CLOUD_TEXT = `${base_1.PREFIX}_WORD_CLOUD_TEXT`,
|
|
12
12
|
exports.WORDCLOUD_SHAPE_DATA_TOTAL = `${base_1.PREFIX}_WORDCLOUD_SHAPE_DATA_TOTAL`;
|
|
13
|
-
//# sourceMappingURL=word-cloud.js.map
|
|
13
|
+
//# sourceMappingURL=word-cloud.js.map
|
package/cjs/core/index.js
CHANGED
package/cjs/core/interface.js
CHANGED
package/cjs/core/util.js
CHANGED
package/cjs/core/vchart.js
CHANGED
package/esm/compile/compiler.js
CHANGED
package/esm/compile/util.js
CHANGED
|
@@ -4,5 +4,4 @@ export const CORRELATION_X = `${PREFIX}_CORRELATION_X`;
|
|
|
4
4
|
|
|
5
5
|
export const CORRELATION_Y = `${PREFIX}_CORRELATION_Y`;
|
|
6
6
|
|
|
7
|
-
export const CORRELATION_SIZE = `${PREFIX}_CORRELATION_SIZE`;
|
|
8
|
-
//# sourceMappingURL=correlation.js.map
|
|
7
|
+
export const CORRELATION_SIZE = `${PREFIX}_CORRELATION_SIZE`;
|
package/esm/constant/event.js
CHANGED
|
@@ -69,4 +69,5 @@ export var Event_Bubble_Level;
|
|
|
69
69
|
Event_Bubble_Level.mark = "mark";
|
|
70
70
|
}(Event_Bubble_Level || (Event_Bubble_Level = {}));
|
|
71
71
|
|
|
72
|
-
export const EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
|
|
72
|
+
export const EventBubbleLevels = [ Event_Bubble_Level.mark, Event_Bubble_Level.model, Event_Bubble_Level.chart, Event_Bubble_Level.vchart ];
|
|
73
|
+
//# sourceMappingURL=event.js.map
|
package/esm/constant/scatter.js
CHANGED
|
@@ -11,4 +11,4 @@ export const SCATTER_DEFAULT_SHAPE = "circle";
|
|
|
11
11
|
export const SCATTER_DEFAULT_SHAPE_SCALE_TYPE = ScaleEnum.Ordinal;
|
|
12
12
|
|
|
13
13
|
export const SCATTER_DEFAULT_RANGE_SHAPE = [ "circle", "square", "triangle", "diamond", "star" ];
|
|
14
|
-
//# sourceMappingURL=scatter.js.map
|
|
14
|
+
//# sourceMappingURL=scatter.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const SCROLL_BAR_DEFAULT_SIZE = 12;
|
|
2
|
-
//# sourceMappingURL=scroll-bar.js.map
|
|
2
|
+
//# sourceMappingURL=scroll-bar.js.map
|
package/esm/constant/sunburst.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const SUNBURST_AUTO_VISIBLE_DEFAULT_THRESHOLD = 10;
|
|
2
|
-
//# sourceMappingURL=sunburst.js.map
|
|
2
|
+
//# sourceMappingURL=sunburst.js.map
|
|
@@ -13,4 +13,4 @@ export const WORDCLOUD_DATA_TOTAL = `${PREFIX}_WORDCLOUD_DATA_TOTAL`;
|
|
|
13
13
|
export const WORD_CLOUD_TEXT = `${PREFIX}_WORD_CLOUD_TEXT`;
|
|
14
14
|
|
|
15
15
|
export const WORDCLOUD_SHAPE_DATA_TOTAL = `${PREFIX}_WORDCLOUD_SHAPE_DATA_TOTAL`;
|
|
16
|
-
//# sourceMappingURL=word-cloud.js.map
|
|
16
|
+
//# sourceMappingURL=word-cloud.js.map
|
package/esm/core/index.js
CHANGED
package/esm/core/interface.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { };
|
|
2
|
-
//# sourceMappingURL=interface.js.map
|
|
2
|
+
//# sourceMappingURL=interface.js.map
|
package/esm/core/util.js
CHANGED
package/esm/core/vchart.js
CHANGED
|
@@ -1043,4 +1043,4 @@ export const registerVChartCore = () => {
|
|
|
1043
1043
|
Factory.registerRegion("region", Region), Factory.registerLayout("base", Layout),
|
|
1044
1044
|
registerGroupMark(), registerGesturePlugin(), registerElementHighlight(), registerElementSelect(),
|
|
1045
1045
|
registerTheme(darkTheme.name, darkTheme);
|
|
1046
|
-
//# sourceMappingURL=vchart.js.map
|
|
1046
|
+
//# sourceMappingURL=vchart.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart",
|
|
3
|
-
"version": "2.1.2-alpha.
|
|
3
|
+
"version": "2.1.2-alpha.5",
|
|
4
4
|
"description": "charts lib based @visactor/VGrammar",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"@size-limit/file": "9.0.0",
|
|
86
86
|
"rimraf": "3.0.2",
|
|
87
87
|
"cross-env": "^7.0.3",
|
|
88
|
-
"@internal/bundler": "0.0.1",
|
|
89
|
-
"@internal/eslint-config": "0.0.1",
|
|
90
88
|
"@internal/typescript-json-schema": "0.0.1",
|
|
89
|
+
"@internal/eslint-config": "0.0.1",
|
|
90
|
+
"@internal/bundler": "0.0.1",
|
|
91
91
|
"@internal/ts-config": "0.0.1"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
"@visactor/vdataset": "~1.0.23",
|
|
96
96
|
"@visactor/vscale": "~1.0.23",
|
|
97
97
|
"@visactor/vlayouts": "~1.0.23",
|
|
98
|
-
"@visactor/vrender": "
|
|
99
|
-
"@visactor/vrender-core": "
|
|
100
|
-
"@visactor/vrender-kits": "
|
|
101
|
-
"@visactor/vrender-components": "
|
|
102
|
-
"@visactor/vrender-animate": "
|
|
103
|
-
"@visactor/vutils-extension": "2.1.2-alpha.
|
|
98
|
+
"@visactor/vrender": "1.1.3-alpha.0",
|
|
99
|
+
"@visactor/vrender-core": "1.1.3-alpha.0",
|
|
100
|
+
"@visactor/vrender-kits": "1.1.3-alpha.0",
|
|
101
|
+
"@visactor/vrender-components": "1.1.3-alpha.0",
|
|
102
|
+
"@visactor/vrender-animate": "1.1.3-alpha.0",
|
|
103
|
+
"@visactor/vutils-extension": "2.1.2-alpha.5"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public",
|