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

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


The following commit(s) were added to refs/heads/label-enhancement by this push:
     new b631038  fix(label): fix emphasis position.
b631038 is described below

commit b631038efd7b55ffc3351d36e1f439cb48ccc8ce
Author: pissang <[email protected]>
AuthorDate: Thu Apr 30 19:28:11 2020 +0800

    fix(label): fix emphasis position.
---
 src/util/graphic.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/graphic.ts b/src/util/graphic.ts
index c3e79c9..a1a84e8 100644
--- a/src/util/graphic.ts
+++ b/src/util/graphic.ts
@@ -811,7 +811,8 @@ function setLabelStyle<LDI>(
             targetElEmphasisState.textConfig = createTextConfig(
                 emphasisState.style,
                 emphasisModel,
-                opt
+                opt,
+                true
             );
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to