You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/10/26 08:02:08 UTC

[echarts] branch master updated (2bd54c3 -> 2c7608b)

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

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


    from 2bd54c3  Merge pull request #15942 from apache/fix-line-draw
     add 316820a  fix(bar-race): label value animation duration after sorting
     add f8ba254  fix(bar-race): fix typing
     add c450c93  fix(bar-race): improve code
     add 504a2d0  fix(bar-race): fix the case when new bar appears
     add 9e13382  fix(bar-race): fix label animation when changeOrder in the first render
     new 2c7608b  Merge pull request #15916 from apache/fix-bar-race

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/chart/bar/BarView.ts           | 37 ++++++++++++++++++++++---
 src/label/LabelManager.ts          | 13 +++++----
 src/label/labelStyle.ts            | 12 ++++++---
 src/util/types.ts                  | 11 +++++++-
 test/bar-race.html                 | 55 +++++++++++++++++++++++++++++++++++++-
 test/runTest/actions/__meta__.json |  1 +
 6 files changed, 116 insertions(+), 13 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 #15916 from apache/fix-bar-race

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

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

commit 2c7608b0afb74fd843324b419d86371520176439
Merge: 2bd54c3 9e13382
Author: Wenli Zhang <zw...@gmail.com>
AuthorDate: Tue Oct 26 16:01:36 2021 +0800

    Merge pull request #15916 from apache/fix-bar-race
    
    fix(bar-race): label value animation duration after sorting

 src/chart/bar/BarView.ts           | 37 ++++++++++++++++++++++---
 src/label/LabelManager.ts          | 13 +++++----
 src/label/labelStyle.ts            | 12 ++++++---
 src/util/types.ts                  | 11 +++++++-
 test/bar-race.html                 | 55 +++++++++++++++++++++++++++++++++++++-
 test/runTest/actions/__meta__.json |  1 +
 6 files changed, 116 insertions(+), 13 deletions(-)

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