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/03/19 15:56:07 UTC

[echarts] branch master updated (88d2ad7 -> 07b074a)

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

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


    from 88d2ad7  Merge pull request #14473 from apache/fix/component-tooltip
     add a04213d  perf(tooltip): optimize the performance of tooltip.
     add 5751a30  Merge branch 'master' of https://github.com/apache/echarts into perf-tooltip
     add 15fb2a3  Merge branch 'master' of https://github.com/apache/echarts into perf-tooltip
     add 7fe6d4d  fix(tooltip): rename `ieTransform3dSupported` to be `transformSupported`.
     add ce4d237  perf(tooltip): reduce strings.
     add ae6b635  fix(tooltip): fix tooltip position may be incorrect.
     add 6904fc6  fix(tooltip): fix tooltip position issue when using transform.
     add 242c403  fix(tooltip): explicitly use import type.
     add 73a9f6e  fix(tooltip): fix code format and check if dom is supported before `testStyle`.
     add e88b99f  fix(tooltip): fix potential NPE in `toCSSVendorPrefix` function.
     new 07b074a  Merge pull request #14246 from apache/perf-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 | 175 +++++++++++++++++-----------
 src/component/tooltip/TooltipView.ts        |   7 +-
 src/component/tooltip/helper.ts             |  44 +++++++
 3 files changed, 153 insertions(+), 73 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 #14246 from apache/perf-tooltip

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

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

commit 07b074aecc988b7123050906c687d9e6c01179eb
Merge: 88d2ad7 e88b99f
Author: sushuang <su...@gmail.com>
AuthorDate: Fri Mar 19 23:55:28 2021 +0800

    Merge pull request #14246 from apache/perf-tooltip
    
    perf(tooltip): improve the performance of tooltip.

 src/component/tooltip/TooltipHTMLContent.ts | 175 +++++++++++++++++-----------
 src/component/tooltip/TooltipView.ts        |   7 +-
 src/component/tooltip/helper.ts             |  44 +++++++
 3 files changed, 153 insertions(+), 73 deletions(-)


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