@visactor/vchart 2.0.4-alpha.5 → 2.0.4-alpha.6
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 +2 -2
- package/build/index.js +2 -2
- package/build/index.min.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/constant/attribute.js +1 -2
- package/cjs/constant/label.js +2 -1
- package/cjs/constant/waterfall.js +1 -2
- package/cjs/constant/word-cloud.js +1 -1
- package/cjs/core/expression-function.js +2 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/vchart.js +1 -1
- package/cjs/util/style.js +3 -2
- package/cjs/util/style.js.map +1 -1
- package/esm/constant/attribute.js +1 -2
- package/esm/constant/label.js +2 -1
- package/esm/constant/waterfall.js +1 -2
- package/esm/constant/word-cloud.js +1 -1
- package/esm/core/expression-function.js +2 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/esm/core/vchart.js +1 -1
- package/esm/util/style.js +3 -2
- package/esm/util/style.js.map +1 -1
- package/package.json +4 -4
package/build/index.es.js
CHANGED
|
@@ -49136,7 +49136,7 @@ function transformIndicatorStyle(style, datum) {
|
|
|
49136
49136
|
}
|
|
49137
49137
|
function transformToGraphic(style) {
|
|
49138
49138
|
if (style === null || style === void 0 ? void 0 : style.angle) {
|
|
49139
|
-
style
|
|
49139
|
+
return Object.assign(Object.assign({}, style), { angle: degreeToRadian(style.angle) });
|
|
49140
49140
|
}
|
|
49141
49141
|
return style;
|
|
49142
49142
|
}
|
|
@@ -56921,7 +56921,7 @@ const lookup = (data, opt) => {
|
|
|
56921
56921
|
});
|
|
56922
56922
|
};
|
|
56923
56923
|
|
|
56924
|
-
const version = "2.0.4-alpha.
|
|
56924
|
+
const version = "2.0.4-alpha.6";
|
|
56925
56925
|
|
|
56926
56926
|
const addVChartProperty = (data, op) => {
|
|
56927
56927
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -49142,7 +49142,7 @@
|
|
|
49142
49142
|
}
|
|
49143
49143
|
function transformToGraphic(style) {
|
|
49144
49144
|
if (style === null || style === void 0 ? void 0 : style.angle) {
|
|
49145
|
-
style
|
|
49145
|
+
return Object.assign(Object.assign({}, style), { angle: degreeToRadian(style.angle) });
|
|
49146
49146
|
}
|
|
49147
49147
|
return style;
|
|
49148
49148
|
}
|
|
@@ -56927,7 +56927,7 @@
|
|
|
56927
56927
|
});
|
|
56928
56928
|
};
|
|
56929
56929
|
|
|
56930
|
-
const version = "2.0.4-alpha.
|
|
56930
|
+
const version = "2.0.4-alpha.6";
|
|
56931
56931
|
|
|
56932
56932
|
const addVChartProperty = (data, op) => {
|
|
56933
56933
|
const context = op.beforeCall();
|