You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/10/13 03:02:19 UTC

[incubator-echarts] branch next updated (21f5973 -> 6eb0074)

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

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


    from 21f5973  fix(label): fix animation delay per data in label.
     add c7013d0  fix: some issues in tooltip (1) `transform` may not be working in IE. (add vendor prefixes) (2) disable transition only when tooltip shows arrow. (3) reduce unnecessary imports.
     add 260d078  tweak(tooltip): use `appendChild` but not concat html string for tooltip arrow.
     add d4c873a  fix(tooltip): still use concat html string for arrow.
     add c41f58b  feat(tooltip): use `opacity` to fade out but not hide directly and add opacity transition.
     add 1107ec9  fix(tooltip): disable transition after a long-time hide.
     add f20c30e  Merge branch 'next' of https://github.com/apache/incubator-echarts into fix/tooltip
     add f038591  fix(tooltip): also set `visibility` to `hidden` to prevent from responding to DOM events.
     new 6eb0074  Merge pull request #13398 from apache/fix/tooltip

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 | 111 +++++++++++++++-------------
 1 file changed, 60 insertions(+), 51 deletions(-)


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


[incubator-echarts] 01/01: Merge pull request #13398 from apache/fix/tooltip

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

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

commit 6eb0074a909e92f82c50d4be28ad1ca8e6344106
Merge: 21f5973 f038591
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Tue Oct 13 11:02:07 2020 +0800

    Merge pull request #13398 from apache/fix/tooltip
    
    fix(tooltip): fix some issues in new tooltip.

 src/component/tooltip/TooltipHTMLContent.ts | 111 +++++++++++++++-------------
 1 file changed, 60 insertions(+), 51 deletions(-)


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