This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/release by this push:
     new 027dd0a  Fix #11056 (Hover style bug brought by 
952b196cfc7ef07941b3eb15af9f6704ea64a4d2)
027dd0a is described below

commit 027dd0aa98e16472aba3feb03996f1dc5bcfe716
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

Reply via email to