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 2021/11/16 10:32:06 UTC

[echarts] branch master updated (efc66bd -> 2b61e57)

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

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


    from efc66bd  Merge pull request #16069 from apache/fix-smooth-monotone
     add 15375ca  fix(dataZoom): optimize dataZoom shadow render performance
     add b1eb944  fix(throttle): clear throttle
     new 2b61e57  Merge pull request #16070 from apache/optimize-dataZoom-shadow-performance

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/axisPointer/BaseAxisPointer.ts |   2 +
 src/component/dataZoom/SliderZoomView.ts     | 111 +++++++++++++++------------
 src/component/dataZoom/roams.ts              |  18 +++--
 src/component/parallel/ParallelView.ts       |   3 +-
 src/util/throttle.ts                         |   2 +
 5 files changed, 80 insertions(+), 56 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 #16070 from apache/optimize-dataZoom-shadow-performance

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

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

commit 2b61e57b186cb4bb229938666f01a8d434465a44
Merge: efc66bd b1eb944
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Tue Nov 16 18:31:33 2021 +0800

    Merge pull request #16070 from apache/optimize-dataZoom-shadow-performance
    
    [fix] dataZoom: optimize shadow render performance when roaming.

 src/component/axisPointer/BaseAxisPointer.ts |   2 +
 src/component/dataZoom/SliderZoomView.ts     | 111 +++++++++++++++------------
 src/component/dataZoom/roams.ts              |  18 +++--
 src/component/parallel/ParallelView.ts       |   3 +-
 src/util/throttle.ts                         |   2 +
 5 files changed, 80 insertions(+), 56 deletions(-)

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