You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/10/22 11:16:07 UTC

[incubator-echarts] branch feat-decal updated (2384114 -> a951d44)

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

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


    from 2384114  chore: merge
     add a951d44  fix(decal): sankey, treemap, sunburst, radar

No new revisions were added by this update.

Summary of changes:
 src/chart/helper/enableAriaDecalForTree.ts | 23 +++++++++
 src/chart/radar/RadarView.ts               |  3 +-
 src/chart/sankey/SankeySeries.ts           | 12 +++++
 src/chart/sankey/sankeyVisual.ts           |  5 --
 src/chart/sunburst/SunburstPiece.ts        |  9 +++-
 src/chart/sunburst/SunburstSeries.ts       |  5 ++
 src/chart/treemap/TreemapSeries.ts         |  8 ++-
 src/chart/treemap/treemapVisual.ts         | 82 ++++++++++--------------------
 src/model/Series.ts                        |  2 +
 src/model/mixin/palette.ts                 |  2 +-
 src/visual/aria.ts                         | 15 +++++-
 11 files changed, 99 insertions(+), 67 deletions(-)
 create mode 100644 src/chart/helper/enableAriaDecalForTree.ts


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