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 2020/08/14 09:20:03 UTC

[incubator-echarts] branch next updated (1097a48 -> 0e882aa)

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

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


    from 1097a48  fix: (1) expose `echarts.time` accurately. (2) supplement a test case of parseDate
     add 71255dd  fix(bar-race): fix bug with animation #12484
     add d155de1  fix(bar-race): move realtimeSort to series
     add 1dd87fd  fix(bar-race): stop rendered listener when dispose
     add 340c7f1  fix(bar-race): remove animator logic and fix type
     new 0e882aa  Merge pull request #13121 from apache/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/BarSeries.ts       |   6 +-
 src/chart/bar/BarView.ts         |  85 ++++----
 src/coord/cartesian/AxisModel.ts |   6 -
 src/util/graphic.ts              |   6 +
 test/bar-race.html               | 427 ++++++++++++---------------------------
 5 files changed, 189 insertions(+), 341 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 #13121 from apache/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 next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 0e882aaebb8a23aa0fdb956341ae0b527ce219ec
Merge: 1097a48 340c7f1
Author: Wenli Zhang <zw...@gmail.com>
AuthorDate: Fri Aug 14 17:19:22 2020 +0800

    Merge pull request #13121 from apache/bar-race
    
    fix(bar-race): fix bug with animation

 src/chart/bar/BarSeries.ts       |   6 +-
 src/chart/bar/BarView.ts         |  85 ++++----
 src/coord/cartesian/AxisModel.ts |   6 -
 src/util/graphic.ts              |   6 +
 test/bar-race.html               | 427 ++++++++++++---------------------------
 5 files changed, 189 insertions(+), 341 deletions(-)


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