You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/10/23 09:42:51 UTC

[incubator-echarts] 01/01: Merge pull request #13304 from apache/feat-decal

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

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

commit 63d0909f4d6e0182bae79d14d63f32ccec5f0fb1
Merge: 3716981 514464a
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Fri Oct 23 17:42:41 2020 +0800

    Merge pull request #13304 from apache/feat-decal
    
    [5.0] [FEATURE]  decal

 src/chart/helper/Symbol.ts                         |   2 +
 src/chart/helper/enableAriaDecalForTree.ts         |  22 ++
 src/chart/helper/pieHelper.ts                      |   2 +-
 src/chart/line/LineView.ts                         |   3 +-
 src/chart/radar/RadarView.ts                       |   3 +-
 src/chart/sankey/SankeySeries.ts                   |  12 +
 src/chart/sankey/SankeyView.ts                     |   3 +
 src/chart/sankey/sankeyVisual.ts                   |   2 +-
 src/chart/sunburst/SunburstPiece.ts                |  19 +-
 src/chart/sunburst/SunburstSeries.ts               |   5 +
 src/chart/sunburst/SunburstView.ts                 |  12 +-
 src/chart/treemap/TreemapSeries.ts                 |  27 +-
 src/chart/treemap/TreemapView.ts                   |   7 +-
 src/component/aria.ts                              |  73 ++++
 .../aria/preprocessor.ts}                          |  35 +-
 src/component/helper/MapDraw.ts                    |   5 +
 src/component/legend/LegendView.ts                 |  14 +-
 src/coord/parallel/AxisModel.ts                    |   3 +-
 src/data/List.ts                                   |  15 +-
 src/echarts.all.ts                                 |   6 +
 src/echarts.common.ts                              |   1 +
 src/echarts.simple.ts                              |   1 +
 src/echarts.ts                                     |  15 +-
 src/model/Global.ts                                |   6 +-
 src/model/Series.ts                                |  25 +-
 src/model/globalDefault.ts                         |  37 ++
 src/model/mixin/areaStyle.ts                       |   3 +-
 src/model/mixin/colorPalette.ts                    |  96 -----
 src/model/mixin/itemStyle.ts                       |   4 +-
 src/model/mixin/lineStyle.ts                       |   3 +-
 src/model/mixin/makeStyleMapper.ts                 |   4 +-
 src/model/mixin/palette.ts                         | 143 ++++++++
 src/util/decal.ts                                  | 355 +++++++++++++++++++
 src/util/number.ts                                 |  29 ++
 src/util/types.ts                                  |  50 ++-
 src/visual/VisualMapping.ts                        |  10 +
 src/visual/aria.ts                                 | 310 +++++++++++------
 src/visual/decal.ts                                |  47 +++
 src/visual/style.ts                                |  21 +-
 test/decal.html                                    | 387 +++++++++++++++++++++
 40 files changed, 1541 insertions(+), 276 deletions(-)


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