You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/12/11 05:59:36 UTC

[incubator-echarts] branch master updated (e4f4f3a -> f765b20)

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 e4f4f3a  Merge pull request #13793 from xiaohp/patch-1
     add 1ddd1f7  fix: fix formatter not work when valueAnimation: true.
     add f218a44  fix: fix that category value become undefined when init animation when valueAnimation: true.
     add a40a3eb  ts: remove some any.
     add cd8881d  fix: label formatter string should be able to use {@dimName} and {@[dimIndex]} to reference interpolated value.
     add ab9aa43  fix: when label animation is not finished, start a new label animation, the label should not jump the the last final value.
     add 4d7ba95  fix: tweak code style.
     new f765b20  Merge pull request #13792 from apache/fix/label-valueAnimation

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/helper/labelHelper.ts           |   3 +-
 src/chart/sankey/SankeySeries.ts          |   6 +-
 src/data/helper/dataProvider.ts           |   8 +-
 src/label/labelStyle.ts                   |  19 +-
 src/model/mixin/dataFormat.ts             |  27 ++-
 src/util/model.ts                         |  13 +-
 src/util/types.ts                         |   4 +-
 test/label-animation.html                 | 378 ++++++++++++++++++++++++++++++
 test/lib/testHelper.js                    |  25 +-
 test/line-endLabel.html                   |  87 ++++++-
 test/runTest/actions/__meta__.json        |   2 +
 test/runTest/actions/label-animation.json |   1 +
 test/runTest/actions/line-endLabel.json   |   1 +
 13 files changed, 541 insertions(+), 33 deletions(-)
 create mode 100644 test/label-animation.html
 create mode 100644 test/runTest/actions/label-animation.json
 create mode 100644 test/runTest/actions/line-endLabel.json


---------------------------------------------------------------------
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 #13792 from apache/fix/label-valueAnimation

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

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

commit f765b203791b2a452cb5418d55e97a076ce532dc
Merge: e4f4f3a 4d7ba95
Author: sushuang <su...@gmail.com>
AuthorDate: Fri Dec 11 13:59:21 2020 +0800

    Merge pull request #13792 from apache/fix/label-valueAnimation
    
    Fix: label text animation issues.

 src/chart/helper/labelHelper.ts           |   3 +-
 src/chart/sankey/SankeySeries.ts          |   6 +-
 src/data/helper/dataProvider.ts           |   8 +-
 src/label/labelStyle.ts                   |  19 +-
 src/model/mixin/dataFormat.ts             |  27 ++-
 src/util/model.ts                         |  13 +-
 src/util/types.ts                         |   4 +-
 test/label-animation.html                 | 378 ++++++++++++++++++++++++++++++
 test/lib/testHelper.js                    |  25 +-
 test/line-endLabel.html                   |  87 ++++++-
 test/runTest/actions/__meta__.json        |   2 +
 test/runTest/actions/label-animation.json |   1 +
 test/runTest/actions/line-endLabel.json   |   1 +
 13 files changed, 541 insertions(+), 33 deletions(-)


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