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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to