@visactor/vchart 2.0.12-alpha.3 → 2.0.12-alpha.4
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 +9 -1
- package/build/index.js +9 -1
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/component/index.js +1 -2
- package/cjs/constant/attribute.js +2 -1
- package/cjs/constant/box-plot.js +1 -2
- package/cjs/constant/waterfall.js +2 -1
- package/esm/component/index.js +1 -2
- package/esm/constant/attribute.js +2 -1
- package/esm/constant/box-plot.js +1 -2
- package/esm/constant/waterfall.js +2 -1
- package/package.json +8 -8
package/cjs/component/index.js
CHANGED
|
@@ -11,4 +11,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
AttributeLevel[AttributeLevel.User_Chart = 6] = "User_Chart", AttributeLevel[AttributeLevel.User_Series = 7] = "User_Series",
|
|
12
12
|
AttributeLevel[AttributeLevel.User_Mark = 8] = "User_Mark", AttributeLevel[AttributeLevel.User_SeriesStyle = 9] = "User_SeriesStyle",
|
|
13
13
|
AttributeLevel[AttributeLevel.Built_In = 99] = "Built_In";
|
|
14
|
-
}(AttributeLevel = exports.AttributeLevel || (exports.AttributeLevel = {}));
|
|
14
|
+
}(AttributeLevel = exports.AttributeLevel || (exports.AttributeLevel = {}));
|
|
15
|
+
//# sourceMappingURL=attribute.js.map
|
package/cjs/constant/box-plot.js
CHANGED
|
@@ -13,5 +13,4 @@ function(BOX_PLOT_TOOLTIP_KEYS) {
|
|
|
13
13
|
BOX_PLOT_TOOLTIP_KEYS.OUTLIER = "outlier", BOX_PLOT_TOOLTIP_KEYS.MAX = "max", BOX_PLOT_TOOLTIP_KEYS.MIN = "min",
|
|
14
14
|
BOX_PLOT_TOOLTIP_KEYS.MEDIAN = "median", BOX_PLOT_TOOLTIP_KEYS.Q1 = "q1", BOX_PLOT_TOOLTIP_KEYS.Q3 = "q3",
|
|
15
15
|
BOX_PLOT_TOOLTIP_KEYS.SERIES_FIELD = "seriesField";
|
|
16
|
-
}(BOX_PLOT_TOOLTIP_KEYS = exports.BOX_PLOT_TOOLTIP_KEYS || (exports.BOX_PLOT_TOOLTIP_KEYS = {}));
|
|
17
|
-
//# sourceMappingURL=box-plot.js.map
|
|
16
|
+
}(BOX_PLOT_TOOLTIP_KEYS = exports.BOX_PLOT_TOOLTIP_KEYS || (exports.BOX_PLOT_TOOLTIP_KEYS = {}));
|
|
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
|
|
7
7
|
const base_1 = require("./base");
|
|
8
8
|
|
|
9
|
-
exports.WaterfallDefaultSeriesField = `${base_1.PREFIX}_waterfall_default_seriesField`;
|
|
9
|
+
exports.WaterfallDefaultSeriesField = `${base_1.PREFIX}_waterfall_default_seriesField`;
|
|
10
|
+
//# sourceMappingURL=waterfall.js.map
|
package/esm/component/index.js
CHANGED
|
@@ -58,5 +58,4 @@ export { registerBrush, registerScrollBar, registerTitle, registerMarkTooltipPro
|
|
|
58
58
|
|
|
59
59
|
export * from "./tooltip/interface";
|
|
60
60
|
|
|
61
|
-
export { isXAxis, isYAxis, isZAxis } from "./axis/cartesian/util";
|
|
62
|
-
//# sourceMappingURL=index.js.map
|
|
61
|
+
export { isXAxis, isYAxis, isZAxis } from "./axis/cartesian/util";
|
|
@@ -7,4 +7,5 @@ export var AttributeLevel;
|
|
|
7
7
|
AttributeLevel[AttributeLevel.User_Chart = 6] = "User_Chart", AttributeLevel[AttributeLevel.User_Series = 7] = "User_Series",
|
|
8
8
|
AttributeLevel[AttributeLevel.User_Mark = 8] = "User_Mark", AttributeLevel[AttributeLevel.User_SeriesStyle = 9] = "User_SeriesStyle",
|
|
9
9
|
AttributeLevel[AttributeLevel.Built_In = 99] = "Built_In";
|
|
10
|
-
}(AttributeLevel || (AttributeLevel = {}));
|
|
10
|
+
}(AttributeLevel || (AttributeLevel = {}));
|
|
11
|
+
//# sourceMappingURL=attribute.js.map
|
package/esm/constant/box-plot.js
CHANGED
|
@@ -8,5 +8,4 @@ export var BOX_PLOT_TOOLTIP_KEYS;
|
|
|
8
8
|
BOX_PLOT_TOOLTIP_KEYS.OUTLIER = "outlier", BOX_PLOT_TOOLTIP_KEYS.MAX = "max", BOX_PLOT_TOOLTIP_KEYS.MIN = "min",
|
|
9
9
|
BOX_PLOT_TOOLTIP_KEYS.MEDIAN = "median", BOX_PLOT_TOOLTIP_KEYS.Q1 = "q1", BOX_PLOT_TOOLTIP_KEYS.Q3 = "q3",
|
|
10
10
|
BOX_PLOT_TOOLTIP_KEYS.SERIES_FIELD = "seriesField";
|
|
11
|
-
}(BOX_PLOT_TOOLTIP_KEYS || (BOX_PLOT_TOOLTIP_KEYS = {}));
|
|
12
|
-
//# sourceMappingURL=box-plot.js.map
|
|
11
|
+
}(BOX_PLOT_TOOLTIP_KEYS || (BOX_PLOT_TOOLTIP_KEYS = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart",
|
|
3
|
-
"version": "2.0.12-alpha.
|
|
3
|
+
"version": "2.0.12-alpha.4",
|
|
4
4
|
"description": "charts lib based @visactor/VGrammar",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -82,20 +82,20 @@
|
|
|
82
82
|
"rimraf": "3.0.2",
|
|
83
83
|
"cross-env": "^7.0.3",
|
|
84
84
|
"@internal/bundler": "0.0.1",
|
|
85
|
-
"@internal/
|
|
85
|
+
"@internal/eslint-config": "0.0.1",
|
|
86
86
|
"@internal/ts-config": "0.0.1",
|
|
87
|
-
"@internal/
|
|
87
|
+
"@internal/typescript-json-schema": "0.0.1"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@visactor/vutils": "~1.0.12",
|
|
91
91
|
"@visactor/vdataset": "~1.0.12",
|
|
92
92
|
"@visactor/vscale": "~1.0.12",
|
|
93
93
|
"@visactor/vlayouts": "~1.0.12",
|
|
94
|
-
"@visactor/vrender-core": "1.0.33-alpha.
|
|
95
|
-
"@visactor/vrender-kits": "1.0.33-alpha.
|
|
96
|
-
"@visactor/vrender-components": "1.0.33-alpha.
|
|
97
|
-
"@visactor/vrender-animate": "1.0.33-alpha.
|
|
98
|
-
"@visactor/vutils-extension": "2.0.12-alpha.
|
|
94
|
+
"@visactor/vrender-core": "1.0.33-alpha.1",
|
|
95
|
+
"@visactor/vrender-kits": "1.0.33-alpha.1",
|
|
96
|
+
"@visactor/vrender-components": "1.0.33-alpha.1",
|
|
97
|
+
"@visactor/vrender-animate": "1.0.33-alpha.1",
|
|
98
|
+
"@visactor/vutils-extension": "2.0.12-alpha.4"
|
|
99
99
|
},
|
|
100
100
|
"publishConfig": {
|
|
101
101
|
"access": "public",
|