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:04 UTC

[incubator-echarts] 01/01: Merge pull request #13246 from apache/line-label

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