@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/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.12";
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
  }