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/06/23 04:41:43 UTC

[incubator-echarts] branch next updated (55794d0 -> 9963aa4)

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 55794d0  ci: run on pr opened or synchronized
     add d0e5f43  feat: custom series compat.
     add b65758c  Merge branch 'next' into custom-series-enhance
     add eab38da  Merge branch 'next' into custom-series-enhance
     add 88c51a0  fix: fix custom series api.size in polor.
     add c56e2dc  feature: add duration animation for custom series.
     add 1309317  feature: support text animation on custom series (via in `during`)
     add a631dba  feature: support axis label/tick animation on polar radius axis, the same as cartesian axis.
     add d0315f2  chore: tweak and make better example for tutorial.
     add 389d643  Merge branch 'next' into custom-series-enhance
     add 1dffebc  feature: support clipPath and clipPath animation in custom series.
     add dfad53d  feature: enable "enterFrom" "leaveTo" "transition" animation setting in custom series.
     add 2f5de49  test: add test case for clip init.
     add 6c227d3  feature: custom series during callback params re-design.
     add 3a6ffe9  fix: fix custom series merge children strategy (force no empty children even thought merging children).
     add 1ee9379  test: add case for color transition in custom series.
     add d0e83c2  fix: little modify in during api: add return this to setter and change name from "setAttr" to "setTransform".
     add f42f395  Merge branch 'next' into custom-series-enhance
     add a7d4f69  clean code
     new 9963aa4  Merge pull request #12775 from apache/custom-series-enhance

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                                | 1745 ++++++++++++++++----
 src/component/axis/RadiusAxisView.ts               |   11 +-
 src/component/visualMap/PiecewiseModel.ts          |    2 +-
 src/coord/CoordinateSystem.ts                      |    3 +
 src/coord/polar/prepareCustom.ts                   |    1 +
 src/echarts.ts                                     |    4 +
 src/model/Component.ts                             |    5 +
 src/model/mixin/itemStyle.ts                       |    2 +-
 src/util/graphic.ts                                |  108 +-
 src/util/styleCompat.ts                            |  256 +++
 src/util/types.ts                                  |    2 +
 ...-d3.html => circle-packing-with-d3.compat.html} |    0
 test/circle-packing-with-d3.html                   |   50 +-
 test/custom-feature.html                           |  130 +-
 test/custom-text-content.html                      | 1193 +++++++++++++
 test/custom-transition-texture.js                  |    1 +
 test/custom-transition.html                        | 1490 +++++++++++++++++
 test/custom-transition2.html                       |  269 +++
 test/hoverStyle.html                               |    3 +-
 19 files changed, 4839 insertions(+), 436 deletions(-)
 create mode 100644 src/util/styleCompat.ts
 copy test/{circle-packing-with-d3.html => circle-packing-with-d3.compat.html} (100%)
 create mode 100644 test/custom-text-content.html
 create mode 100644 test/custom-transition-texture.js
 create mode 100644 test/custom-transition.html
 create mode 100644 test/custom-transition2.html


---------------------------------------------------------------------
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 #12775 from apache/custom-series-enhance

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 9963aa4f8aa41eeff8020268c3f41e749ec7727f
Merge: 55794d0 a7d4f69
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Jun 23 12:41:31 2020 +0800

    Merge pull request #12775 from apache/custom-series-enhance
    
    Custom series enhancement (for-next)

 src/chart/custom.ts                                | 1745 ++++++++++++++++----
 src/component/axis/RadiusAxisView.ts               |   11 +-
 src/component/visualMap/PiecewiseModel.ts          |    2 +-
 src/coord/CoordinateSystem.ts                      |    3 +
 src/coord/polar/prepareCustom.ts                   |    1 +
 src/echarts.ts                                     |    4 +
 src/model/Component.ts                             |    5 +
 src/model/mixin/itemStyle.ts                       |    2 +-
 src/util/graphic.ts                                |  108 +-
 src/util/styleCompat.ts                            |  256 +++
 src/util/types.ts                                  |    2 +
 ...-d3.html => circle-packing-with-d3.compat.html} |    0
 test/circle-packing-with-d3.html                   |   50 +-
 test/custom-feature.html                           |  130 +-
 test/custom-text-content.html                      | 1193 +++++++++++++
 test/custom-transition-texture.js                  |    1 +
 test/custom-transition.html                        | 1490 +++++++++++++++++
 test/custom-transition2.html                       |  269 +++
 test/hoverStyle.html                               |    3 +-
 19 files changed, 4839 insertions(+), 436 deletions(-)


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