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/15 10:19:11 UTC

[incubator-echarts] branch feat-decal updated (6c5f178 -> 77575f9)

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 6c5f178  style(decal): clean up
     add e5e22d0  feat(decal): decal as palette
     add 2e45e34  refactor(aria): move old aria option under label
     add 77575f9  feat(decal): decal palette

No new revisions were added by this update.

Summary of changes:
 src/chart/treemap/TreemapView.ts                   |   3 +-
 src/component/aria.ts                              |  64 ++++++
 src/coord/parallel/AxisModel.ts                    |   3 +-
 src/data/List.ts                                   |   3 +
 src/echarts.ts                                     |  16 +-
 src/model/Global.ts                                |   6 +-
 src/model/Series.ts                                |  18 +-
 src/model/globalDefault.ts                         |  42 ++++
 src/model/mixin/areaStyle.ts                       |   3 +-
 src/model/mixin/colorPalette.ts                    |  96 ---------
 src/model/mixin/itemStyle.ts                       |   3 +-
 src/model/mixin/lineStyle.ts                       |   3 +-
 src/model/mixin/palette.ts                         | 144 +++++++++++++
 src/util/decal.ts                                  |  15 +-
 src/util/types.ts                                  |   7 +
 src/visual/aria.ts                                 | 227 +++++++++++++--------
 .../boxplot/boxplotVisual.ts => visual/decal.ts}   |  32 ++-
 src/visual/style.ts                                |  18 +-
 test/decal.html                                    | 150 +++++++++-----
 19 files changed, 577 insertions(+), 276 deletions(-)
 create mode 100644 src/component/aria.ts
 delete mode 100644 src/model/mixin/colorPalette.ts
 create mode 100644 src/model/mixin/palette.ts
 copy src/{chart/boxplot/boxplotVisual.ts => visual/decal.ts} (50%)


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