You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/09/29 03:40:03 UTC

[incubator-echarts] branch next updated (9b07ea4 -> b25e051)

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

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


    from 9b07ea4  fix(List): fix each not use rawIdx bug.
     add 87d1d71  feat: change default line init animation
     add 6e2831e  feat(line)!: support both series and item delay with animationDelay callbacks
     add f680d16  feat(line): new animation for grid and polar
     add 84ce59f  WIP(line): line label animation
     add 9503580  Merge branch 'next' into line-label
     add d5ea2e8  feat: line label animation on the first setOption
     add dd9c6db  feat: update setOption animation
     add 4d65233  feat: line label animation with all data dimensions
     add 3abf0df  feat: endLabel state styles
     add 58f538e  chore: merge
     add 7e693e9  fix: line label interpolation bug
     add b25a4a6  Merge branch 'next' into line-label
     add bd8e6a3  fix(line): hover state connection on endLabel, polyline
     add 75fa1a1  fix(line): optimize logic of symbol animation
     add ea9f35b  test(line): combine new label animation with overlap hidden.
     add d5de069  feat(label): auto guess precision of interpolated value
     add 65eb518  refact(line): optimize end label animation.
     add 5142447  fix(bar): fix label animation in bar race
     add 362cb6b  fix(states): not trigger hook when setStatesFlag. Avoid infinity recursive call.
     add 6e53585  fix(List): fix id may not match name when using dataset.
     add 952f3c0  test(bar): fix bar race example
     new b25e051  Merge pull request #13246 from apache/line-label

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/BarView.ts                       |  90 +++++---
 src/chart/helper/Symbol.ts                     |  12 +-
 src/chart/helper/SymbolDraw.ts                 |  24 +-
 src/chart/helper/createClipPathFromCoordSys.ts |  60 ++++-
 src/chart/helper/labelHelper.ts                |  34 ++-
 src/chart/line/LineSeries.ts                   |  11 +
 src/chart/line/LineView.ts                     | 303 +++++++++++++++++++++++--
 src/chart/line/poly.ts                         | 132 ++++++++++-
 src/data/List.ts                               |  36 ++-
 src/label/labelStyle.ts                        |  49 +++-
 src/util/graphic.ts                            | 105 ++-------
 src/util/model.ts                              |  77 ++++++-
 src/util/states.ts                             |   6 +-
 src/util/types.ts                              |   2 +-
 test/bar-race.html                             |   4 +-
 test/line-animation.html                       | 253 +++++++++++++++++++--
 test/line-endLabel.html                        | 243 ++++++++++++++++++++
 test/polarLine.html                            | 122 +++++++++-
 18 files changed, 1348 insertions(+), 215 deletions(-)
 create mode 100644 test/line-endLabel.html


---------------------------------------------------------------------
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 #13246 from apache/line-label

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b25e0511e361eed65d79202ed540ed7cd7f40a75
Merge: 9b07ea4 952f3c0
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Tue Sep 29 11:39:42 2020 +0800

    Merge pull request #13246 from apache/line-label
    
    feat(line): endLabel animation

 src/chart/bar/BarView.ts                       |  90 +++++---
 src/chart/helper/Symbol.ts                     |  12 +-
 src/chart/helper/SymbolDraw.ts                 |  24 +-
 src/chart/helper/createClipPathFromCoordSys.ts |  60 ++++-
 src/chart/helper/labelHelper.ts                |  34 ++-
 src/chart/line/LineSeries.ts                   |  11 +
 src/chart/line/LineView.ts                     | 303 +++++++++++++++++++++++--
 src/chart/line/poly.ts                         | 132 ++++++++++-
 src/data/List.ts                               |  36 ++-
 src/label/labelStyle.ts                        |  49 +++-
 src/util/graphic.ts                            | 105 ++-------
 src/util/model.ts                              |  77 ++++++-
 src/util/states.ts                             |   6 +-
 src/util/types.ts                              |   2 +-
 test/bar-race.html                             |   4 +-
 test/line-animation.html                       | 253 +++++++++++++++++++--
 test/line-endLabel.html                        | 243 ++++++++++++++++++++
 test/polarLine.html                            | 122 +++++++++-
 18 files changed, 1348 insertions(+), 215 deletions(-)



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