@visactor/vchart 2.0.13 → 2.0.14-alpha.0
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/es5/index.js +1 -1
- package/build/index.es.js +11 -6
- package/build/index.js +11 -6
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/component/tooltip/utils/show-tooltip.js +8 -5
- package/cjs/component/tooltip/utils/show-tooltip.js.map +1 -1
- package/cjs/constant/correlation.js +1 -1
- package/cjs/constant/data.js +1 -1
- package/cjs/constant/event.js +1 -1
- package/cjs/constant/funnel.js +1 -1
- package/cjs/constant/gradient.js +1 -1
- package/cjs/constant/hierarchy.js +1 -1
- package/cjs/constant/label.js +1 -1
- package/cjs/constant/layout.js +1 -1
- package/cjs/constant/marker.js +1 -1
- package/cjs/constant/polar.js +1 -1
- package/cjs/constant/scatter.js +1 -1
- package/cjs/constant/scroll-bar.js +1 -2
- 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/interface.js +1 -1
- package/cjs/core/util.js +1 -1
- package/cjs/core/vchart.js +1 -1
- package/cjs/data/initialize.js +1 -1
- package/cjs/data/register.js +1 -1
- package/cjs/env/env.js +1 -1
- package/cjs/env/index.js +1 -1
- package/cjs/event/bubble.js +1 -1
- package/cjs/event/event-dispatcher.js +1 -1
- package/cjs/event/event.js +1 -1
- package/cjs/event/index.js +1 -1
- package/cjs/event/interface.js +2 -1
- package/cjs/interaction/config.js +1 -1
- package/cjs/interaction/index.js +1 -1
- package/cjs/interaction/interaction.js +1 -1
- package/esm/component/tooltip/utils/show-tooltip.js +8 -5
- package/esm/component/tooltip/utils/show-tooltip.js.map +1 -1
- package/esm/constant/correlation.js +1 -1
- package/esm/constant/data.js +1 -1
- package/esm/constant/event.js +1 -1
- package/esm/constant/funnel.js +1 -1
- package/esm/constant/gradient.js +1 -1
- package/esm/constant/hierarchy.js +1 -1
- package/esm/constant/label.js +1 -1
- package/esm/constant/layout.js +1 -1
- package/esm/constant/marker.js +1 -1
- package/esm/constant/polar.js +1 -1
- package/esm/constant/scatter.js +1 -1
- package/esm/constant/scroll-bar.js +1 -2
- 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/interface.js +1 -1
- package/esm/core/util.js +1 -1
- package/esm/core/vchart.js +1 -1
- package/esm/data/initialize.js +1 -1
- package/esm/data/register.js +1 -1
- package/esm/env/env.js +1 -1
- package/esm/env/index.js +1 -1
- package/esm/event/bubble.js +1 -1
- package/esm/event/event-dispatcher.js +1 -1
- package/esm/event/event.js +1 -1
- package/esm/event/index.js +1 -1
- package/esm/event/interface.js +2 -1
- package/esm/interaction/config.js +1 -1
- package/esm/interaction/index.js +1 -1
- package/esm/interaction/interaction.js +1 -1
- package/package.json +4 -4
package/esm/constant/label.js
CHANGED
package/esm/constant/layout.js
CHANGED
|
@@ -29,4 +29,4 @@ export var LayoutLevel;
|
|
|
29
29
|
LayoutLevel[LayoutLevel.Legend = 50] = "Legend", LayoutLevel[LayoutLevel.Title = 70] = "Title",
|
|
30
30
|
LayoutLevel[LayoutLevel.CustomMark = 70] = "CustomMark";
|
|
31
31
|
}(LayoutLevel || (LayoutLevel = {}));
|
|
32
|
-
//# sourceMappingURL=layout.js.map
|
|
32
|
+
//# sourceMappingURL=layout.js.map
|
package/esm/constant/marker.js
CHANGED
package/esm/constant/polar.js
CHANGED
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 @@
|
|
|
1
|
-
export const SCROLL_BAR_DEFAULT_SIZE = 12;
|
|
2
|
-
//# sourceMappingURL=scroll-bar.js.map
|
|
1
|
+
export const SCROLL_BAR_DEFAULT_SIZE = 12;
|
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/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
|
@@ -1010,4 +1010,4 @@ export const registerVChartCore = () => {
|
|
|
1010
1010
|
Factory.registerRegion("region", Region), Factory.registerLayout("base", Layout),
|
|
1011
1011
|
registerGroupMark(), registerGesturePlugin(), registerElementHighlight(), registerElementSelect(),
|
|
1012
1012
|
registerTheme(darkTheme.name, darkTheme);
|
|
1013
|
-
//# sourceMappingURL=vchart.js.map
|
|
1013
|
+
//# sourceMappingURL=vchart.js.map
|
package/esm/data/initialize.js
CHANGED
|
@@ -81,4 +81,4 @@ export var TransformLevel;
|
|
|
81
81
|
TransformLevel[TransformLevel.linkDotInfo = -7] = "linkDotInfo", TransformLevel[TransformLevel.sankeyLayout = -7] = "sankeyLayout",
|
|
82
82
|
TransformLevel[TransformLevel.dataZoomFilter = -6] = "dataZoomFilter", TransformLevel[TransformLevel.legendFilter = -5] = "legendFilter";
|
|
83
83
|
}(TransformLevel || (TransformLevel = {}));
|
|
84
|
-
//# sourceMappingURL=initialize.js.map
|
|
84
|
+
//# sourceMappingURL=initialize.js.map
|
package/esm/data/register.js
CHANGED
|
@@ -5,4 +5,4 @@ export function registerDataSetInstanceTransform(dataSet, name, transform) {
|
|
|
5
5
|
export function registerDataSetInstanceParser(dataSet, name, parse) {
|
|
6
6
|
dataSet.getParser(name) || dataSet.registerParser(name, parse);
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=register.js.map
|
|
8
|
+
//# sourceMappingURL=register.js.map
|
package/esm/env/env.js
CHANGED
package/esm/env/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./env";
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
package/esm/event/bubble.js
CHANGED
|
@@ -211,4 +211,4 @@ export class EventDispatcher {
|
|
|
211
211
|
return eType && (interactionType = eType.split(":")[0], interactionType) && Factory.hasInteractionTrigger(interactionType);
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
|
-
//# sourceMappingURL=event-dispatcher.js.map
|
|
214
|
+
//# sourceMappingURL=event-dispatcher.js.map
|
package/esm/event/event.js
CHANGED
package/esm/event/index.js
CHANGED
package/esm/event/interface.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { };
|
|
1
|
+
export { };
|
|
2
|
+
//# sourceMappingURL=interface.js.map
|
package/esm/interaction/index.js
CHANGED
|
@@ -15,4 +15,4 @@ export { registerElementHighlightByKey } from "./triggers/element-highlight-by-k
|
|
|
15
15
|
export { registerElementHighlightByLegend } from "./triggers/element-highlight-by-legend";
|
|
16
16
|
|
|
17
17
|
export { registerElementHighlightByName } from "./triggers/element-highlight-by-name";
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14-alpha.0",
|
|
4
4
|
"description": "charts lib based @visactor/VGrammar",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"cross-env": "^7.0.3",
|
|
84
84
|
"@internal/bundler": "0.0.1",
|
|
85
85
|
"@internal/typescript-json-schema": "0.0.1",
|
|
86
|
-
"@internal/
|
|
87
|
-
"@internal/
|
|
86
|
+
"@internal/eslint-config": "0.0.1",
|
|
87
|
+
"@internal/ts-config": "0.0.1"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@visactor/vutils": "~1.0.12",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@visactor/vrender-kits": "~1.0.37",
|
|
96
96
|
"@visactor/vrender-components": "~1.0.37",
|
|
97
97
|
"@visactor/vrender-animate": "~1.0.37",
|
|
98
|
-
"@visactor/vutils-extension": "2.0.
|
|
98
|
+
"@visactor/vutils-extension": "2.0.14-alpha.0"
|
|
99
99
|
},
|
|
100
100
|
"publishConfig": {
|
|
101
101
|
"access": "public",
|