未验证 提交 f3471f0a 编写于 作者: S sushuang 提交者: GitHub

Merge pull request #14254 from Nick22nd/fix-14092

fix(custom): fix series label on custom series not working properly. close #14092
......@@ -191,7 +191,7 @@ export function convertToEC4StyleForCustomSerise(
}
else {
if (textFillNotSet) {
out.textFill = txCfg.outsideFill || hostFill;
out.textFill = itemStl.fill || txCfg.outsideFill || '#000';
}
!out.textStroke && txCfg.outsideStroke && (out.textStroke = txCfg.outsideStroke);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册