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

[incubator-echarts] 01/01: Merge pull request #12775 from apache/custom-series-enhance

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