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/26 03:22:41 UTC

[incubator-echarts] branch next updated (aaa7d41 -> 3041c9b)

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 aaa7d41  fix: [stream] disable block all series, brought by b7b941a6a.
     add fd52c28  feat(tooltip): Allow passing of DOM nodes to setContent. close #13250
     add 31bd005  refact(tooltip): optimize the code of #13469
     new 3041c9b  Merge branch 'pr/13469' into next

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    | 23 +++++++--
 src/component/tooltip/TooltipRichContent.ts    |  5 +-
 src/component/tooltip/TooltipView.ts           |  4 +-
 src/util/types.ts                              |  4 +-
 test/{bar-others.html => tooltip-domnode.html} | 64 +++++++++++---------------
 5 files changed, 55 insertions(+), 45 deletions(-)
 copy test/{bar-others.html => tooltip-domnode.html} (60%)


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


[incubator-echarts] 01/01: Merge branch 'pr/13469' into next

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 3041c9b15c8fdd0f8c83fb8a8929de845f816773
Merge: aaa7d41 31bd005
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Oct 26 11:22:19 2020 +0800

    Merge branch 'pr/13469' into next

 src/component/tooltip/TooltipHTMLContent.ts | 23 +++++++--
 src/component/tooltip/TooltipRichContent.ts |  5 +-
 src/component/tooltip/TooltipView.ts        |  4 +-
 src/util/types.ts                           |  4 +-
 test/tooltip-domnode.html                   | 75 +++++++++++++++++++++++++++++
 5 files changed, 102 insertions(+), 9 deletions(-)



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