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/11/02 05:17:34 UTC

[incubator-echarts] 01/01: Merge pull request #13521 from apache/decal-custom

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

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

commit 27061f2a11e19338f3d5f48e1c41ec60fd70ff02
Merge: 8d6a3e8 63fefa0
Author: sushuang <su...@gmail.com>
AuthorDate: Mon Nov 2 13:17:17 2020 +0800

    Merge pull request #13521 from apache/decal-custom
    
    Support decal in custom series, and fix some decal implementations.

 src/chart/custom.ts                              | 111 ++++--
 src/chart/helper/enableAriaDecalForTree.ts       |   4 +-
 src/chart/sankey/SankeySeries.ts                 |  12 -
 src/chart/treemap/TreemapView.ts                 |   5 +-
 src/component/aria.ts                            |   4 +-
 src/coord/parallel/AxisModel.ts                  |   5 +-
 src/data/List.ts                                 |   3 +-
 src/model/Global.ts                              |   7 +
 src/model/Series.ts                              |   9 -
 src/model/globalDefault.ts                       |  72 ++--
 src/model/mixin/areaStyle.ts                     |   5 +-
 src/model/mixin/itemStyle.ts                     |   5 +-
 src/model/mixin/lineStyle.ts                     |   5 +-
 src/model/mixin/palette.ts                       |  28 +-
 src/util/types.ts                                |   9 +-
 src/visual/aria.ts                               |  44 ++-
 src/visual/style.ts                              |   3 +
 test/decal.html                                  | 450 ++++++++++++++++++++++-
 test/ut/jest.config.js                           |   4 +-
 test/ut/spec/component/graphic/setOption.test.ts |   1 -
 test/ut/spec/series/custom.test.ts               |  72 ++++
 21 files changed, 710 insertions(+), 148 deletions(-)



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