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

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


    from 3e3ef0b  Merge pull request #13992 from susiwen8/marker-tooltip
     add 9a85475  fix: if a bar element is totally clipped (marked as 
`el.ignore: true`), place the element at the edge of the coordinate system 
bounding rect with width/height 0. Because if data changed and the element show 
again, the transition animation of this element will start at this place.
     add 2a1bad2  fix: realtimeSort: + When base axis is x, the initial sort 
should not be different from the subsequent sort. + Remove the transition 
animation of the baseAxis init state to the first sorted state. + Fix that 
throw error when series data does not cover all axis category. + Fix some 
incorrect logic like:     + BarView sortMap input param     + 
OrdinalScale['scale']     + OrdinalScale['getTicks'] + Simplify and clarify the 
params `sortInfo` of action "changeAxisOrder".      [...]
     new 6586c99  Merge pull request #13994 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/BarSeries.ts              |   8 +
 src/chart/bar/BarView.ts                | 369 +++++++++++---------
 src/chart/helper/createListFromArray.ts |   5 +
 src/chart/line/LineView.ts              |   4 +-
 src/component/axis/AngleAxisView.ts     |   7 +-
 src/component/axis/AxisBuilder.ts       |   2 +-
 src/coord/Axis.ts                       |   7 +-
 src/coord/cartesian/Axis2D.ts           |   4 +-
 src/coord/cartesian/AxisModel.ts        |   2 +-
 src/coord/cartesian/Grid.ts             |   2 +-
 src/model/Global.ts                     |   2 +-
 src/scale/Ordinal.ts                    | 176 +++++++---
 src/util/types.ts                       |  29 +-
 test/bar-race2.html                     | 575 ++++++++++++++++++++++++++++++++
 14 files changed, 982 insertions(+), 210 deletions(-)
 create mode 100644 test/bar-race2.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to