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/09/15 08:44:22 UTC

[incubator-echarts] branch next updated (99ab1d7 -> 9be4a39)

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

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


    from 99ab1d7  ts: (1) add more strict type check for id, name from option. (2) add more strict conversion for id, name from option.
     add 69be972  feat(custom): add shapeMorphing option in renderItem returns.
     add 5ae6bde  fix(custom): fix other props transition when shape morphing
     add 63dfb28  fix: rename 'shapeMorphing' to 'morph' in option.
     new 9be4a39  Merge pull request #13271 from apache/custom-shape-morphing

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/custom.ts             | 102 +++++++++---
 test/custom-hexbin.html         | 143 ++++++++++-------
 test/custom-shape-morphing.html | 302 +++++++++++++++++++++++++++++++++++
 test/data/usa.json              |  54 +++++++
 test/map-nameProperty.html      | 341 +++++++++++++++++-----------------------
 5 files changed, 676 insertions(+), 266 deletions(-)
 create mode 100644 test/custom-shape-morphing.html
 create mode 100644 test/data/usa.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 #13271 from apache/custom-shape-morphing

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

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

commit 9be4a3943250e7f0cdcf2b841af762fe97f0fe70
Merge: 99ab1d7 63dfb28
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Sep 15 16:44:07 2020 +0800

    Merge pull request #13271 from apache/custom-shape-morphing
    
    [5.0] [Feature] Bring shape morphing ability in custom series

 src/chart/custom.ts             | 102 +++++++++---
 test/custom-hexbin.html         | 143 ++++++++++-------
 test/custom-shape-morphing.html | 302 +++++++++++++++++++++++++++++++++++
 test/data/usa.json              |  54 +++++++
 test/map-nameProperty.html      | 341 +++++++++++++++++-----------------------
 5 files changed, 676 insertions(+), 266 deletions(-)


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