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/06/22 09:24:22 UTC

[incubator-echarts] 01/01: Merge pull request #12484 from apache/feat-bar-race

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 79fbcb9270327d75494eb2b6efac477c7547e938
Merge: fe1666d 3737601
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Jun 22 17:23:45 2020 +0800

    Merge pull request #12484 from apache/feat-bar-race
    
    feat: bar race

 src/{chart/bar.ts => action/changeAxisOrder.ts} |  39 +-
 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, 937 insertions(+), 84 deletions(-)


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