@visactor/vchart 1.11.12 → 1.11.13-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.
- package/build/es5/index.js +1 -1
- package/build/index.js +4 -3
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -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/series/word-cloud/base.js +3 -2
- package/cjs/series/word-cloud/base.js.map +1 -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/series/word-cloud/base.js +3 -2
- package/esm/series/word-cloud/base.js.map +1 -1
- package/package.json +5 -5
package/build/index.js
CHANGED
|
@@ -66854,7 +66854,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
66854
66854
|
registerComponentPlugin(CanvasTooltipHandler);
|
|
66855
66855
|
};
|
|
66856
66856
|
|
|
66857
|
-
const version = "1.11.
|
|
66857
|
+
const version = "1.11.13-alpha.1";
|
|
66858
66858
|
|
|
66859
66859
|
const addVChartProperty = (data, op) => {
|
|
66860
66860
|
const context = op.beforeCall();
|
|
@@ -81806,7 +81806,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
81806
81806
|
});
|
|
81807
81807
|
}
|
|
81808
81808
|
initMarkStyle() {
|
|
81809
|
-
var _a, _b, _c;
|
|
81809
|
+
var _a, _b, _c, _d, _e;
|
|
81810
81810
|
const wordMark = this._wordMark;
|
|
81811
81811
|
const wordSpec = (_a = this._spec.word) !== null && _a !== void 0 ? _a : {};
|
|
81812
81812
|
if (wordMark) {
|
|
@@ -81823,7 +81823,8 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
81823
81823
|
visible: (datum) => datum.visible
|
|
81824
81824
|
}, 'normal', exports.AttributeLevel.Series);
|
|
81825
81825
|
this.setMarkStyle(wordMark, {
|
|
81826
|
-
fontFamily: (_c = (_b = wordSpec.style) === null || _b === void 0 ? void 0 : _b.fontFamily) !== null && _c !== void 0 ? _c : this._defaultFontFamily
|
|
81826
|
+
fontFamily: (_c = (_b = wordSpec.style) === null || _b === void 0 ? void 0 : _b.fontFamily) !== null && _c !== void 0 ? _c : this._defaultFontFamily,
|
|
81827
|
+
fill: (_e = (_d = wordSpec === null || wordSpec === void 0 ? void 0 : wordSpec.style) === null || _d === void 0 ? void 0 : _d.fill) !== null && _e !== void 0 ? _e : this.getWordColor
|
|
81827
81828
|
}, 'normal', exports.AttributeLevel.User_Mark);
|
|
81828
81829
|
}
|
|
81829
81830
|
}
|