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

[incubator-echarts] branch release updated (8d6a3e8 -> 27061f2)

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

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


    from 8d6a3e8  Merge pull request #13522 from apache/fix/treemap-click
     add 4e1e8fc  fix: [decal] (1) move option.decals to option.area.decal.decals. (2) disable series.decals (3) fix decals default option merge.
     add affc391  fix: fix decal visual assignment
     add fd3f74b  fix: [decal] (1) fix sankey decal and enable itemStyle.decal in sankey. (2) add test case for sankey, treemap, sunburst.
     add 59e0ad3  feature: [decal] support decal to custom series.
     add 23d617a  Merge branch 'release' into decal-custom
     add 63fefa0  lint: fix lint.
     new 27061f2  Merge pull request #13521 from apache/decal-custom

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                              | 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(-)
 create mode 100644 test/ut/spec/series/custom.test.ts


---------------------------------------------------------------------
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 #13521 from apache/decal-custom

Posted by su...@apache.org.
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