This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/hover-style in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit 291bc3d223aa8fbdeb5f9f7cb92b78fd040baa0d Author: sushuang <sushuang0...@gmail.com> AuthorDate: Wed Aug 21 08:12:51 2019 +0800 Fix #11056 (Hover style bug brought by 952b196cfc7ef07941b3eb15af9f6704ea64a4d2) --- src/util/graphic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/graphic.js b/src/util/graphic.js index 9552e2f..5811fce 100644 --- a/src/util/graphic.js +++ b/src/util/graphic.js @@ -950,7 +950,7 @@ function applyDefaultTextStyle(textStyle) { var opt = textStyle.insideRollbackOpt; var insideRollback; - if (opt) { + if (opt && textStyle.textFill == null) { var autoColor = opt.autoColor; var isRectText = opt.isRectText; var useInsideStyle = opt.useInsideStyle; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org