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/05/09 05:47:37 UTC

[incubator-echarts] branch feat-bar-race updated (e2dac51 -> e256517)

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

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


    from e2dac51  WIP(bar-racing): sort axis
     add e256517  WIP(bar-race): most logic without label animation

No new revisions were added by this update.

Summary of changes:
 .../sunburst.ts => action/axisOrderChanged.ts}     |  30 ++++-
 src/chart/bar.ts                                   |   1 +
 src/chart/bar/BarView.ts                           | 141 +++++++++++++++++++--
 src/coord/Axis.ts                                  |   2 +-
 src/coord/cartesian/Axis2D.ts                      |  21 ++-
 src/coord/cartesian/AxisModel.ts                   |   7 +-
 src/coord/cartesian/Grid.ts                        |  27 ++--
 src/scale/Ordinal.ts                               |  22 ++--
 src/util/graphic.ts                                |  17 ++-
 test/{aria-pie.html => bar-race.html}              | 115 +++++++++++------
 10 files changed, 295 insertions(+), 88 deletions(-)
 copy src/{chart/sunburst.ts => action/axisOrderChanged.ts} (61%)
 copy test/{aria-pie.html => bar-race.html} (51%)


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