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 2021/07/20 05:17:37 UTC

[echarts] 01/01: Merge pull request #13788 from apache/feat-colorBy

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

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

commit 1fb0d6f1c2d5a6084198bbc2a1b928df66abbaab
Merge: 19834cf b9df6eb
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Tue Jul 20 13:16:59 2021 +0800

    Merge pull request #13788 from apache/feat-colorBy
    
    feat(colorBy): provide option.colorBy #13731

 src/chart/funnel/FunnelSeries.ts         |   3 +-
 src/chart/gauge/GaugeSeries.ts           |   4 +-
 src/chart/lines/LinesSeries.ts           |   1 +
 src/chart/pie/PieSeries.ts               |   4 +-
 src/chart/radar/RadarSeries.ts           |   3 +-
 src/chart/sunburst/SunburstSeries.ts     |   6 +-
 src/chart/sunburst/sunburstVisual.ts     |  12 +-
 src/chart/themeRiver/ThemeRiverSeries.ts |   3 +-
 src/chart/treemap/TreemapSeries.ts       |   9 +-
 src/data/Tree.ts                         |  16 +++
 src/model/Series.ts                      |  15 +-
 src/model/globalDefault.ts               |  13 +-
 src/util/types.ts                        |   8 ++
 src/visual/aria.ts                       |  10 +-
 src/visual/style.ts                      |  17 ++-
 test/colorBy.html                        | 233 +++++++++++++++++++++++++++++++
 test/treemap-colorBy.html                | 100 +++++++++++++
 17 files changed, 411 insertions(+), 46 deletions(-)

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