You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2021/08/24 05:22:48 UTC

[echarts] branch release updated (b362288 -> d97f5bb)

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

sushuang pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from b362288  Merge pull request #15582 from apache/release-dev
     add 28f7c33  fix(tooltip): 1) tweak the calculation of tooltip offset to make it look not so near to the target element. #14393 2) remove unnecessary `getOuterSize` method beacuse `getSize` is now using `offsetWidth/offsetHeight` that contains the `borderWidth`.
     new d97f5bb  Merge pull request #15588 from apache/fix/tooltip-offset

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/component/tooltip/TooltipHTMLContent.ts | 15 ---------------
 src/component/tooltip/TooltipRichContent.ts |  8 --------
 src/component/tooltip/TooltipView.ts        | 16 ++++++++--------
 3 files changed, 8 insertions(+), 31 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[echarts] 01/01: Merge pull request #15588 from apache/fix/tooltip-offset

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d97f5bb93a7984cf46fcef1640f70dd78b845374
Merge: b362288 28f7c33
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Aug 24 13:22:21 2021 +0800

    Merge pull request #15588 from apache/fix/tooltip-offset
    
    fix(tooltip): tweak the calculation of tooltip offset to make it look not so near to the target element.

 src/component/tooltip/TooltipHTMLContent.ts | 15 ---------------
 src/component/tooltip/TooltipRichContent.ts |  8 --------
 src/component/tooltip/TooltipView.ts        | 16 ++++++++--------
 3 files changed, 8 insertions(+), 31 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org