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 fe1666d  fix: resolve the circular dependency.
     add e2dac51  WIP(bar-racing): sort axis
     add e256517  WIP(bar-race): most logic without label animation
     add 82c70ab  feat(bar-race): one series done
     add a3afee5  WIP(bar-race): update during
     add 027b1be  WIP(bar-race): update animation
     add 853759b  merge next
     add 5d081d1  Merge branch 'next' into feat-bar-race
     add 5b1485a  feat(bar-race): label value animation
     add 4d41640  feat(bar-race): label formatter
     add fb138d4  test(bar-race): update bar race test
     add 103c9f7  Merge branch 'next' into feat-bar-race
     add 6059708  merge
     add 628dd5c  fix(bar-race): fix merging axis extent from next
     add b526ecf  fix(bar-race): fix according to review comments
     add 3737601  Merge branch 'next' into feat-bar-race
     new 79fbcb9  Merge pull request #12484 from apache/feat-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:
 .../sunburst.ts => action/changeAxisOrder.ts}      |  30 +-
 src/chart/bar.ts                                   |   1 +
 src/chart/bar/BarView.ts                           | 238 ++++++++++-
 src/chart/helper/labelHelper.ts                    |  15 +-
 src/coord/Axis.ts                                  |   2 +-
 src/coord/cartesian/Axis2D.ts                      |  15 +-
 src/coord/cartesian/AxisModel.ts                   |  11 +-
 src/coord/cartesian/Grid.ts                        |  10 +
 src/model/mixin/dataFormat.ts                      |  19 +-
 src/scale/Ordinal.ts                               |  25 +-
 src/scale/Scale.ts                                 |   4 +-
 src/util/graphic.ts                                | 181 ++++++--
 src/util/types.ts                                  |   6 +
 test/bar-race.html                                 | 455 +++++++++++++++++++++
 14 files changed, 938 insertions(+), 74 deletions(-)
 copy src/{chart/sunburst.ts => action/changeAxisOrder.ts} (61%)
 create mode 100644 test/bar-race.html


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

Reply via email to