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-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org