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

[incubator-echarts] 01/01: Merge pull request #13792 from apache/fix/label-valueAnimation

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